gnulib-tool: execute $MAKE not make
[gnulib.git] / ChangeLog
1 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2
3         gnulib-tool: execute $MAKE not make
4         * gnulib-tool: Default $MAKE to 'make'.
5         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
6         than make.  Initialize $MAKE in the do-autobuild script.
7
8         gnulib-tool: use $MAKE not make in generated files
9         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
10         make, in generated files.  Initialize $MAKE in the do-autobuild
11         script.
12
13         * top/GNUmakefile (_have-git-version-gen): Fix typo.
14
15         GNUmakefile: disable parallelism only for multiple, recursive targets
16         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
17         additions in the Makefile.
18         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
19         by Automake.
20         (.NOTPARALLEL): Only disable parallel builds if multiple targets
21         are listed on the command line and at least one of them is
22         listed in $(ALL_RECURSIVE_TARGETS).
23
24 2009-03-14  Bruno Haible  <bruno@clisp.org>
25
26         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
27         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
28         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
29         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
30         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
31         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
32         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
33         unistr/u8-uctomb.
34         * modules/unistr/u8-strchr (Depends-on): Likewise.
35         * modules/unistr/u8-strrchr (Depends-on): Likewise.
36         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
37         unistr/u16-uctomb.
38         * modules/unistr/u16-strchr (Depends-on): Likewise.
39         * modules/unistr/u16-strrchr (Depends-on): Likewise.
40
41 2009-03-12  Bruno Haible  <bruno@clisp.org>
42
43         Work around select() bug on Interix 3.5.
44         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
45         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
46         * m4/select.m4: New file.
47         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
48         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
49         * modules/select (Files): Add m4/select.m4.
50         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
51         * modules/nanosleep (Depends-on): Add select.
52         * modules/poll (Depends-on): Likewise.
53         * doc/posix-functions/select.texi: Mention the Interix bug.
54         Reported by Markus Duft <mduft@gentoo.org>.
55
56         * lib/select.c: Renamed from lib/winsock-select.c.
57         * modules/select (Files): Add lib/select.c, remove
58         lib/winsock-select.c.
59         (configure.ac): Update.
60
61 2009-03-12  Jim Meyering  <meyering@redhat.com>
62
63         avoid gcc warnings about unused macro definitions
64         * lib/readtokens.c (STREQ): Remove unused definition.
65         * lib/xmalloc.c (SIZE_MAX): Likewise.
66         * lib/openat-die.c (N_): Likewise.
67         * lib/mountlist.c (SIZE_MAX): Remove definition.
68         Instead, include <stdint.h>.
69         * lib/readutmp.c: Likewise.
70         * modules/readutmp (Depends-on): Add stdint.
71         * modules/mountlist (Depends-on): Add stdint.
72         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
73
74 2009-03-10  Bruno Haible  <bruno@clisp.org>
75
76         Tests for module 'mbmemcasecoll'.
77         * modules/mbmemcasecoll-tests: New file.
78         * tests/test-mbmemcasecoll1.sh: New file.
79         * tests/test-mbmemcasecoll2.sh: New file.
80         * tests/test-mbmemcasecoll3.sh: New file.
81         * tests/test-mbmemcasecoll.c: New file.
82
83         New module 'mbmemcasecoll'.
84         * lib/mbmemcasecoll.h: New file.
85         * lib/mbmemcasecoll.c: New file.
86         * modules/mbmemcasecoll: New file.
87
88         * tests/test-mbmemcasecmp.h: New file, extracted from
89         tests/test-mbmemcasecmp.c.
90         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
91         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
92         (main): Update.
93         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
94
95 2009-03-09  Bruno Haible  <bruno@clisp.org>
96
97         Tests for module 'mbmemcasecmp'.
98         * modules/mbmemcasecmp-tests: New file.
99         * tests/test-mbmemcasecmp1.sh: New file.
100         * tests/test-mbmemcasecmp2.sh: New file.
101         * tests/test-mbmemcasecmp3.sh: New file.
102         * tests/test-mbmemcasecmp.c: New file.
103
104         New module 'mbmemcasecmp'.
105         * lib/mbmemcasecmp.h: New file.
106         * lib/mbmemcasecmp.c: New file.
107         * modules/mbmemcasecmp: New file.
108
109 2009-03-09  Bruno Haible  <bruno@clisp.org>
110
111         Tests for module 'unicase/ulc-casecoll'.
112         * modules/unicase/ulc-casecoll-tests: New file.
113         * tests/unicase/test-ulc-casecoll1.sh: New file.
114         * tests/unicase/test-ulc-casecoll2.sh: New file.
115         * tests/unicase/test-ulc-casecoll.c: New file.
116
117         New module 'unicase/ulc-casecoll'.
118         * lib/unicase.h (ulc_casecoll): New declaration.
119         * lib/unicase/ulc-casecoll.c: New file.
120         * modules/unicase/ulc-casecoll: New file.
121
122         New module 'unicase/ulc-casexfrm'.
123         * lib/unicase.h (ulc_casexfrm): New declaration.
124         * lib/unicase/ulc-casexfrm.c: New file.
125         * modules/unicase/ulc-casexfrm: New file.
126
127 2009-03-09  Bruno Haible  <bruno@clisp.org>
128
129         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
130         invocations.
131
132         * m4/mbscasecmp.m4: Remove file.
133         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
134         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
135
136         * m4/mbscasestr.m4: Remove file.
137         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
138         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
139
140         * m4/mbschr.m4: Remove file.
141         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
142         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
143
144         * m4/mbscspn.m4: Remove file.
145         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
146         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
147
148         * m4/mbslen.m4: Remove file.
149         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
150         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
151
152         * m4/mbsncasecmp.m4: Remove file.
153         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
154         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
155
156         * m4/mbsnlen.m4: Remove file.
157         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
158         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
159
160         * m4/mbspbrk.m4: Remove file.
161         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
162         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
163
164         * m4/mbspcasecmp.m4: Remove file.
165         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
166         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
167
168         * m4/mbsrchr.m4: Remove file.
169         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
170         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
171
172         * m4/mbssep.m4: Remove file.
173         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
174         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
175
176         * m4/mbsspn.m4: Remove file.
177         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
178         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
179
180         * m4/mbsstr.m4: Remove file.
181         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
182         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
183
184         * m4/mbstok_r.m4: Remove file.
185         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
186         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
187
188         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
189
190         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
191         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
192
193         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
194
195 2009-03-08  Bruno Haible  <bruno@clisp.org>
196
197         Tests for module 'unicase/ulc-casecmp'.
198         * modules/unicase/ulc-casecmp-tests: New file.
199         * tests/unicase/test-ulc-casecmp1.sh: New file.
200         * tests/unicase/test-ulc-casecmp2.sh: New file.
201         * tests/unicase/test-ulc-casecmp.c: New file.
202
203         New module 'unicase/ulc-casecmp'.
204         * lib/unicase.h (ulc_casecmp): New declaration.
205         * lib/unicase/ulc-casecmp.c: New file.
206         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
207         'const SRC_UNIT *'.
208         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
209         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
210         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
211         * modules/unicase/ulc-casecmp: New file.
212
213         Tests for module 'unicase/u32-is-cased'.
214         * modules/unicase/u32-is-cased-tests: New file.
215         * tests/unicase/test-u32-is-cased.c: New file.
216
217         Tests for module 'unicase/u16-is-cased'.
218         * modules/unicase/u16-is-cased-tests: New file.
219         * tests/unicase/test-u16-is-cased.c: New file.
220
221         Tests for module 'unicase/u8-is-cased'.
222         * modules/unicase/u8-is-cased-tests: New file.
223         * tests/unicase/test-u8-is-cased.c: New file.
224         * tests/unicase/test-is-cased.h: New file.
225
226         New module 'unicase/u32-is-cased'.
227         * lib/unicase/u32-is-cased.c: New file.
228         * modules/unicase/u32-is-cased: New file.
229
230         New module 'unicase/u16-is-cased'.
231         * lib/unicase/u16-is-cased.c: New file.
232         * modules/unicase/u16-is-cased: New file.
233
234         New module 'unicase/u8-is-cased'.
235         * lib/unicase/u8-is-cased.c: New file.
236         * lib/unicase/u-is-cased.h: New file.
237         * modules/unicase/u8-is-cased: New file.
238
239         Tests for module 'unicase/u32-is-casefolded'.
240         * modules/unicase/u32-is-casefolded-tests: New file.
241         * tests/unicase/test-u32-is-casefolded.c: New file.
242
243         Tests for module 'unicase/u16-is-casefolded'.
244         * modules/unicase/u16-is-casefolded-tests: New file.
245         * tests/unicase/test-u16-is-casefolded.c: New file.
246
247         Tests for module 'unicase/u8-is-casefolded'.
248         * modules/unicase/u8-is-casefolded-tests: New file.
249         * tests/unicase/test-u8-is-casefolded.c: New file.
250         * tests/unicase/test-is-casefolded.h: New file.
251
252         New module 'unicase/u32-is-casefolded'.
253         * lib/unicase/u32-is-casefolded.c: New file.
254         * modules/unicase/u32-is-casefolded: New file.
255
256         New module 'unicase/u16-is-casefolded'.
257         * lib/unicase/u16-is-casefolded.c: New file.
258         * modules/unicase/u16-is-casefolded: New file.
259
260         New module 'unicase/u8-is-casefolded'.
261         * lib/unicase/u8-is-casefolded.c: New file.
262         * modules/unicase/u8-is-casefolded: New file.
263
264         Tests for module 'unicase/u32-is-titlecase'.
265         * modules/unicase/u32-is-titlecase-tests: New file.
266         * tests/unicase/test-u32-is-titlecase.c: New file.
267
268         Tests for module 'unicase/u16-is-titlecase'.
269         * modules/unicase/u16-is-titlecase-tests: New file.
270         * tests/unicase/test-u16-is-titlecase.c: New file.
271
272         Tests for module 'unicase/u8-is-titlecase'.
273         * modules/unicase/u8-is-titlecase-tests: New file.
274         * tests/unicase/test-u8-is-titlecase.c: New file.
275         * tests/unicase/test-is-titlecase.h: New file.
276
277         New module 'unicase/u32-is-titlecase'.
278         * lib/unicase/u32-is-titlecase.c: New file.
279         * modules/unicase/u32-is-titlecase: New file.
280
281         New module 'unicase/u16-is-titlecase'.
282         * lib/unicase/u16-is-titlecase.c: New file.
283         * modules/unicase/u16-is-titlecase: New file.
284
285         New module 'unicase/u8-is-titlecase'.
286         * lib/unicase/u8-is-titlecase.c: New file.
287         * modules/unicase/u8-is-titlecase: New file.
288
289         Tests for module 'unicase/u32-is-lowercase'.
290         * modules/unicase/u32-is-lowercase-tests: New file.
291         * tests/unicase/test-u32-is-lowercase.c: New file.
292
293         Tests for module 'unicase/u16-is-lowercase'.
294         * modules/unicase/u16-is-lowercase-tests: New file.
295         * tests/unicase/test-u16-is-lowercase.c: New file.
296
297         Tests for module 'unicase/u8-is-lowercase'.
298         * modules/unicase/u8-is-lowercase-tests: New file.
299         * tests/unicase/test-u8-is-lowercase.c: New file.
300         * tests/unicase/test-is-lowercase.h: New file.
301
302         New module 'unicase/u32-is-lowercase'.
303         * lib/unicase/u32-is-lowercase.c: New file.
304         * modules/unicase/u32-is-lowercase: New file.
305
306         New module 'unicase/u16-is-lowercase'.
307         * lib/unicase/u16-is-lowercase.c: New file.
308         * modules/unicase/u16-is-lowercase: New file.
309
310         New module 'unicase/u8-is-lowercase'.
311         * lib/unicase/u8-is-lowercase.c: New file.
312         * modules/unicase/u8-is-lowercase: New file.
313
314         Tests for module 'unicase/u32-is-uppercase'.
315         * modules/unicase/u32-is-uppercase-tests: New file.
316         * tests/unicase/test-u32-is-uppercase.c: New file.
317
318         Tests for module 'unicase/u16-is-uppercase'.
319         * modules/unicase/u16-is-uppercase-tests: New file.
320         * tests/unicase/test-u16-is-uppercase.c: New file.
321
322         Tests for module 'unicase/u8-is-uppercase'.
323         * modules/unicase/u8-is-uppercase-tests: New file.
324         * tests/unicase/test-u8-is-uppercase.c: New file.
325         * tests/unicase/test-is-uppercase.h: New file.
326
327         New module 'unicase/u32-is-uppercase'.
328         * lib/unicase/u32-is-uppercase.c: New file.
329         * modules/unicase/u32-is-uppercase: New file.
330
331         New module 'unicase/u16-is-uppercase'.
332         * lib/unicase/u16-is-uppercase.c: New file.
333         * modules/unicase/u16-is-uppercase: New file.
334
335         New module 'unicase/u8-is-uppercase'.
336         * lib/unicase/u8-is-uppercase.c: New file.
337         * modules/unicase/u8-is-uppercase: New file.
338
339         New module 'unicase/u32-is-invariant'.
340         * lib/unicase/u32-is-invariant.c: New file.
341         * modules/unicase/u32-is-invariant: New file.
342
343         New module 'unicase/u16-is-invariant'.
344         * lib/unicase/u16-is-invariant.c: New file.
345         * modules/unicase/u16-is-invariant: New file.
346
347         New module 'unicase/u8-is-invariant'.
348         * lib/unicase/u8-is-invariant.c: New file.
349         * lib/unicase/invariant.h: New file.
350         * lib/unicase/u-is-invariant.h: New file.
351         * modules/unicase/u8-is-invariant: New file.
352
353         Tests for module 'unicase/u32-casecoll'.
354         * modules/unicase/u32-casecoll-tests: New file.
355         * tests/unicase/test-u32-casecoll.c: New file.
356
357         Tests for module 'unicase/u16-casecoll'.
358         * modules/unicase/u16-casecoll-tests: New file.
359         * tests/unicase/test-u16-casecoll.c: New file.
360
361         Tests for module 'unicase/u8-casecoll'.
362         * modules/unicase/u8-casecoll-tests: New file.
363         * tests/unicase/test-u8-casecoll.c: New file.
364
365         New module 'unicase/u32-casecoll'.
366         * lib/unicase/u32-casecoll.c: New file.
367         * modules/unicase/u32-casecoll: New file.
368
369         New module 'unicase/u16-casecoll'.
370         * lib/unicase/u16-casecoll.c: New file.
371         * modules/unicase/u16-casecoll: New file.
372
373         New module 'unicase/u8-casecoll'.
374         * lib/unicase/u8-casecoll.c: New file.
375         * lib/unicase/u-casecoll.h: New file.
376         * modules/unicase/u8-casecoll: New file.
377
378         New module 'unicase/u32-casexfrm'.
379         * lib/unicase/u32-casexfrm.c: New file.
380         * modules/unicase/u32-casexfrm: New file.
381
382         New module 'unicase/u16-casexfrm'.
383         * lib/unicase/u16-casexfrm.c: New file.
384         * modules/unicase/u16-casexfrm: New file.
385
386         New module 'unicase/u8-casexfrm'.
387         * lib/unicase/u8-casexfrm.c: New file.
388         * lib/unicase/u-casexfrm.h: New file.
389         * modules/unicase/u8-casexfrm: New file.
390
391         Tests for module 'unicase/u32-casecmp'.
392         * modules/unicase/u32-casecmp-tests: New file.
393         * tests/unicase/test-u32-casecmp.c: New file.
394
395         Tests for module 'unicase/u16-casecmp'.
396         * modules/unicase/u16-casecmp-tests: New file.
397         * tests/unicase/test-u16-casecmp.c: New file.
398
399         Tests for module 'unicase/u8-casecmp'.
400         * modules/unicase/u8-casecmp-tests: New file.
401         * tests/unicase/test-u8-casecmp.c: New file.
402         * tests/unicase/test-casecmp.h: New file.
403
404         New module 'unicase/u32-casecmp'.
405         * lib/unicase/u32-casecmp.c: New file.
406         * modules/unicase/u32-casecmp: New file.
407
408         New module 'unicase/u16-casecmp'.
409         * lib/unicase/u16-casecmp.c: New file.
410         * modules/unicase/u16-casecmp: New file.
411
412         New module 'unicase/u8-casecmp'.
413         * lib/unicase/u8-casecmp.c: New file.
414         * lib/unicase/u-casecmp.h: New file.
415         * modules/unicase/u8-casecmp: New file.
416
417         Tests for module 'unicase/u32-casefold'.
418         * modules/unicase/u32-casefold-tests: New file.
419         * tests/unicase/test-u32-casefold.c: New file.
420
421         Tests for module 'unicase/u16-casefold'.
422         * modules/unicase/u16-casefold-tests: New file.
423         * tests/unicase/test-u16-casefold.c: New file.
424
425         Tests for module 'unicase/u8-casefold'.
426         * modules/unicase/u8-casefold-tests: New file.
427         * tests/unicase/test-u8-casefold.c: New file.
428
429         New module 'unicase/u32-casefold'.
430         * lib/unicase/u32-casefold.c: New file.
431         * modules/unicase/u32-casefold: New file.
432
433         New module 'unicase/u16-casefold'.
434         * lib/unicase/u16-casefold.c: New file.
435         * modules/unicase/u16-casefold: New file.
436
437         New module 'unicase/u8-casefold'.
438         * lib/unicase/u8-casefold.c: New file.
439         * lib/unicase/u-casefold.h: New file.
440         * modules/unicase/u8-casefold: New file.
441
442         New module 'unicase/tocasefold'.
443         * lib/unicase/casefold.h: New file.
444         * lib/unicase/tocasefold.c: New file.
445         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
446         * modules/unicase/tocasefold: New file.
447
448         Tests for module 'unicase/u32-totitle'.
449         * modules/unicase/u32-totitle-tests: New file.
450         * tests/unicase/test-u32-totitle.c: New file.
451
452         Tests for module 'unicase/u16-totitle'.
453         * modules/unicase/u16-totitle-tests: New file.
454         * tests/unicase/test-u16-totitle.c: New file.
455
456         Tests for module 'unicase/u8-totitle'.
457         * modules/unicase/u8-totitle-tests: New file.
458         * tests/unicase/test-u8-totitle.c: New file.
459
460         New module 'unicase/u32-totitle'.
461         * lib/unicase/u32-totitle.c: New file.
462         * modules/unicase/u32-totitle: New file.
463
464         New module 'unicase/u16-totitle'.
465         * lib/unicase/u16-totitle.c: New file.
466         * modules/unicase/u16-totitle: New file.
467
468         New module 'unicase/u8-totitle'.
469         * lib/unicase/u8-totitle.c: New file.
470         * lib/unicase/u-totitle.h: New file.
471         * modules/unicase/u8-totitle: New file.
472
473         Tests for module 'unicase/u32-tolower'.
474         * modules/unicase/u32-tolower-tests: New file.
475         * tests/unicase/test-u32-tolower.c: New file.
476
477         Tests for module 'unicase/u16-tolower'.
478         * modules/unicase/u16-tolower-tests: New file.
479         * tests/unicase/test-u16-tolower.c: New file.
480
481         Tests for module 'unicase/u8-tolower'.
482         * modules/unicase/u8-tolower-tests: New file.
483         * tests/unicase/test-u8-tolower.c: New file.
484
485         New module 'unicase/u32-tolower'.
486         * lib/unicase/u32-tolower.c: New file.
487         * modules/unicase/u32-tolower: New file.
488
489         New module 'unicase/u16-tolower'.
490         * lib/unicase/u16-tolower.c: New file.
491         * modules/unicase/u16-tolower: New file.
492
493         New module 'unicase/u8-tolower'.
494         * lib/unicase/u8-tolower.c: New file.
495         * modules/unicase/u8-tolower: New file.
496
497         Tests for module 'unicase/u32-toupper'.
498         * modules/unicase/u32-toupper-tests: New file.
499         * tests/unicase/test-u32-toupper.c: New file.
500
501         Tests for module 'unicase/u16-toupper'.
502         * modules/unicase/u16-toupper-tests: New file.
503         * tests/unicase/test-u16-toupper.c: New file.
504
505         Tests for module 'unicase/u8-toupper'.
506         * modules/unicase/u8-toupper-tests: New file.
507         * tests/unicase/test-u8-toupper.c: New file.
508
509         New module 'unicase/u32-toupper'.
510         * lib/unicase/u32-toupper.c: New file.
511         * modules/unicase/u32-toupper: New file.
512
513         New module 'unicase/u16-toupper'.
514         * lib/unicase/u16-toupper.c: New file.
515         * modules/unicase/u16-toupper: New file.
516
517         New module 'unicase/u8-toupper'.
518         * lib/unicase/u8-toupper.c: New file.
519         * modules/unicase/u8-toupper: New file.
520
521         New module 'unicase/u32-casemap'.
522         * lib/unicase/u32-casemap.c: New file.
523         * modules/unicase/u32-casemap: New file.
524
525         New module 'unicase/u16-casemap'.
526         * lib/unicase/u16-casemap.c: New file.
527         * modules/unicase/u16-casemap: New file.
528
529         New module 'unicase/u8-casemap'.
530         * lib/unicase/unicasemap.h: New file.
531         * lib/unicase/u8-casemap.c: New file.
532         * lib/unicase/u-casemap.h: New file.
533         * modules/unicase/u8-casemap: New file.
534
535         New module 'unicase/special-casing'.
536         * lib/unicase/special-casing.h: New file.
537         * lib/unicase/special-casing.c: New file.
538         * lib/unicase/special-casing-table.gperf: New file, generated by
539         gen-uni-tables.c.
540         * modules/unicase/special-casing: New file.
541
542         Tests for module 'unicase/locale-language'.
543         * modules/unicase/locale-language-tests: New file.
544         * tests/unicase/test-locale-language.sh: New file.
545         * tests/unicase/test-locale-language.c: New file.
546
547         New module 'unicase/locale-language'.
548         * lib/unicase/locale-language.c: New file.
549         * lib/unicase/locale-languages.gperf: New file.
550         * modules/unicase/locale-language: New file.
551
552         Generate more tables for case conversion and case folding.
553         * lib/gen-uni-tables.c (SCC_*): New enum items.
554         (struct special_casing_rule): New type.
555         (casing_rules, num_casing_rules, allocated_casing_rules): New
556         variables.
557         (add_casing_rule, fill_casing_rules): New functions.
558         (struct casefold_rule): New type.
559         (casefolding_rules, num_casefolding_rules,
560         allocated_casefolding_rules): New variables.
561         (fill_casefolding_rules): New function.
562         (unicode_casefold): New variable.
563         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
564         sort_casing_rules, output_casing_rules): New functions.
565         (main): Accept to more arguments: SpecialCasing.txt and
566         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
567         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
568         Output mapping for casefolding.
569
570         * lib/unicase.h: Include stdbool.h, uninorm.h.
571         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
572         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
573         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
574         arguments.
575         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
576         resultp arguments.
577         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
578         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
579         resultp arguments.
580         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
581         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
582         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
583         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
584         declarations.
585         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
586
587 2009-03-08  Bruno Haible  <bruno@clisp.org>
588
589         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
590         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
591         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
592         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
593
594 2009-03-07  Bruno Haible  <bruno@clisp.org>
595
596         Adjust u*_normcmp, u*_normcoll API.
597         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
598         u16_normcoll, u32_normcoll): Change failure conventions.
599         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
600         errno and return -1.
601         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
602
603 2009-03-07  Bruno Haible  <bruno@clisp.org>
604
605         Tests for module 'uninorm/u32-normcoll'.
606         * modules/uninorm/u32-normcoll-tests: New file.
607         * tests/uninorm/test-u32-normcoll.c: New file.
608
609         Tests for module 'uninorm/u16-normcoll'.
610         * modules/uninorm/u16-normcoll-tests: New file.
611         * tests/uninorm/test-u16-normcoll.c: New file.
612
613         Tests for module 'uninorm/u8-normcoll'.
614         * modules/uninorm/u8-normcoll-tests: New file.
615         * tests/uninorm/test-u8-normcoll.c: New file.
616
617 2009-03-07  Bruno Haible  <bruno@clisp.org>
618
619         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
620         tests/uninorm/test-u32-normcmp.c.
621         * tests/uninorm/test-u32-normcmp.c: Include it.
622         (test_nonascii): New function, extracted from main. Add some more
623         tests.
624         (main): Invoke test_ascii and test_nonascii.
625         * modules/uninorm/u32-normcmp-tests (Files): Add
626         tests/uninorm/test-u32-normcmp.h.
627         (Depends-on): Remove uninorm/u32-normcmp.
628
629         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
630         tests/uninorm/test-u16-normcmp.c.
631         * tests/uninorm/test-u16-normcmp.c: Include it.
632         (test_nonascii): New function, extracted from main. Add some more
633         tests.
634         (main): Invoke test_ascii and test_nonascii.
635         * modules/uninorm/u16-normcmp-tests (Files): Add
636         tests/uninorm/test-u16-normcmp.h.
637         (Depends-on): Remove uninorm/u16-normcmp.
638
639         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
640         tests/uninorm/test-u8-normcmp.c.
641         * tests/uninorm/test-u8-normcmp.c: Include it.
642         (test_nonascii): New function, extracted from main. Add some more
643         tests.
644         (main): Invoke test_ascii and test_nonascii.
645         * modules/uninorm/u8-normcmp-tests (Files): Add
646         tests/uninorm/test-u8-normcmp.h.
647         (Depends-on): Remove uninorm/u8-normcmp.
648
649 2009-03-07  Bruno Haible  <bruno@clisp.org>
650
651         New module 'uninorm/u32-normcoll'.
652         * lib/uninorm/u32-normcoll.c: New file.
653         * modules/uninorm/u32-normcoll: New file.
654
655         New module 'uninorm/u16-normcoll'.
656         * lib/uninorm/u16-normcoll.c: New file.
657         * modules/uninorm/u16-normcoll: New file.
658
659         New module 'uninorm/u8-normcoll'.
660         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
661         declarations.
662         * lib/uninorm/u8-normcoll.c: New file.
663         * lib/uninorm/u-normcoll.h: New file.
664         * modules/uninorm/u8-normcoll: New file.
665
666         New module 'uninorm/u32-normxfrm'.
667         * lib/uninorm/u32-normxfrm.c: New file.
668         * modules/uninorm/u32-normxfrm: New file.
669
670         New module 'uninorm/u16-normxfrm'.
671         * lib/uninorm/u16-normxfrm.c: New file.
672         * modules/uninorm/u16-normxfrm: New file.
673
674         New module 'uninorm/u8-normxfrm'.
675         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
676         declarations.
677         * lib/uninorm/u8-normxfrm.c: New file.
678         * lib/uninorm/u-normxfrm.h: New file.
679         * modules/uninorm/u8-normxfrm: New file.
680
681 2009-03-07  Bruno Haible  <bruno@clisp.org>
682
683         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
684         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
685         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
686
687 2009-03-07  Bruno Haible  <bruno@clisp.org>
688
689         New module 'memxfrm'.
690         * lib/memxfrm.h: New file.
691         * lib/memxfrm.c: New file.
692         * modules/memxfrm: New file.
693
694 2009-03-07  Bruno Haible  <bruno@clisp.org>
695
696         New module 'memcmp2'.
697         * lib/memcmp2.h: New file.
698         * lib/memcmp2.c: New file.
699         * modules/memcmp2: New file.
700
701 2009-03-07  Bruno Haible  <bruno@clisp.org>
702
703         Tests for module 'uninorm/decomposing-form'.
704         * modules/uninorm/decomposing-form-tests: New file.
705         * tests/uninorm/test-decomposing-form.c: New file.
706
707         New module 'uninorm/decomposing-form'.
708         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
709         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
710         Add 'decomposing_variant' field.
711         * lib/uninorm/decomposing-form.c: New file.
712         * lib/uninorm/nfc.c (uninorm_nfc): Update.
713         * lib/uninorm/nfd.c (uninorm_nfd): Update.
714         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
715         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
716         * modules/uninorm/decomposing-form: New file.
717         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
718         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
719
720 2009-03-07  Bruno Haible  <bruno@clisp.org>
721
722         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
723         strings.
724
725 2009-03-06  Bruno Haible  <bruno@clisp.org>
726
727         Tests for module 'uninorm/u32-normcmp'.
728         * tests/uninorm/test-u32-normcmp.c: New file.
729         * modules/uninorm/u32-normcmp-tests: New file.
730
731         Tests for module 'uninorm/u16-normcmp'.
732         * tests/uninorm/test-u16-normcmp.c: New file.
733         * modules/uninorm/u16-normcmp-tests: New file.
734
735         Tests for module 'uninorm/u8-normcmp'.
736         * tests/uninorm/test-u8-normcmp.c: New file.
737         * modules/uninorm/u8-normcmp-tests: New file.
738
739         New module 'uninorm/u32-normcmp'.
740         * lib/uninorm/u32-normcmp.c: New file.
741         * modules/uninorm/u32-normcmp: New file.
742
743         New module 'uninorm/u16-normcmp'.
744         * lib/uninorm/u16-normcmp.c: New file.
745         * modules/uninorm/u16-normcmp: New file.
746
747         New module 'uninorm/u8-normcmp'.
748         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
749         declarations.
750         * lib/uninorm/u8-normcmp.c: New file.
751         * lib/uninorm/u-normcmp.h: New file.
752         * modules/uninorm/u8-normcmp: New file.
753
754 2009-03-06  Bruno Haible  <bruno@clisp.org>
755
756         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
757         Reported by Eric Blake.
758
759 2009-03-06  Eric Blake  <ebb9@byu.net>
760             Bruno Haible  <bruno@clisp.org>
761
762         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
763         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
764         condition.
765         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
766         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
767         condition.
768         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
769
770 2009-03-06  Eric Blake  <ebb9@byu.net>
771
772         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
773         to avoid compiler warnings.
774         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
775
776 2009-03-05  Bruno Haible  <bruno@clisp.org>
777
778         * tests/test-ftell.c (main): Disable test beyond end of file on
779         FreeMiNT.
780         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
781
782 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
783
784         * lib/filevercmp.c: Move hidden files up in ordering.
785         * tests/test-filevercmp.c: Add tests for hidden files.
786
787 2009-03-04  Bruno Haible  <bruno@clisp.org>
788
789         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
790         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
791         AM_CFLAGS.
792         Reported by Simon Josefsson.
793
794 2009-03-03  Bruno Haible  <bruno@clisp.org>
795
796         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
797         Reported by Simon Josefsson.
798
799         * doc/ld-version-script.texi: Update node reference.
800
801 2009-03-03  Bruno Haible  <bruno@clisp.org>
802
803         * modules/visibility (License): Change to 'unlimited'.
804         Suggested by Simon Josefsson.
805
806 2009-03-03  Jim Meyering  <meyering@redhat.com>
807
808         unlinkdir: cannot_unlink_dir may modify process state
809         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
810         it's neither thread-safe nor appropriate for use in a library.
811
812 2009-03-03  Eric Blake  <ebb9@byu.net>
813
814         test-closein: silence test under Darwin
815         * tests/test-closein.sh: Ignore stderr from cat, since we don't
816         care if it dies from EPIPE or EBADF.
817
818 2009-03-03  Bruno Haible  <bruno@clisp.org>
819
820         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
821         earlier.
822         * doc/visibility.texi: Fix @node and @section.
823
824 2009-03-03  Simon Josefsson  <simon@josefsson.org>
825
826         * doc/gnulib.texi: Link to sections for ld version script and
827         visibility.
828         * doc/visibility.texi: Add @node and @section.
829         * modules/ld-version-script: New module.
830         * m4/ld-version-script.m4: New file.
831         * doc/ld-version-script.texi: New file.
832
833 2009-03-02  David Lutterkort  <lutter@redhat.com>
834
835         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
836         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
837
838 2009-03-02  Bruno Haible  <bruno@clisp.org>
839
840         * doc/visibility.texi: Mention libtool's -export-symbols option.
841
842 2009-03-02  Jim Meyering  <meyering@redhat.com>
843
844         announce-gen: new option: --no-print-checksums
845         * build-aux/announce-gen (usage): Describe it.
846         (print_checksums): Print a newline here, not in the [*] footnote.
847         (main): Honor it.
848
849 2009-03-01  Bruno Haible  <bruno@clisp.org>
850
851         Use socklen_t in the native Windows replacements prototypes.
852         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
853         instead of 'int'.
854         * lib/getsockopt.c (rpl_getsockopt): Likewise.
855         * lib/setsockopt.c (rpl_setsockopt): Likewise.
856         * modules/getsockopt (Depends-on): Add socklen.
857         * modules/setsockopt (Depends-on): Add socklen.
858
859 2009-03-01  Bruno Haible  <bruno@clisp.org>
860
861         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
862         least 4.2.
863
864 2009-03-01  Eric Blake  <ebb9@byu.net>
865             Bruno Haible  <bruno@clisp.org>
866
867         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
868         error messages.
869         * lib/wait-process.c (wait_subprocess): Omit error message about
870         deadly signal sent to the child of termsigp != NULL.
871
872 2009-03-01  Eric Blake  <ebb9@byu.net>
873
874         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
875
876 2009-03-01  Bruno Haible  <bruno@clisp.org>
877
878         Avoid a gcc warning.
879         * tests/test-sched.c (b): Make global.
880         Reported by Eric Blake.
881
882 2009-01-19  Martin Lambers  <marlam@marlam.de>
883
884         Provide POSIX semantics for socket timeout options on W32.
885         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
886         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
887         * modules/setsockopt: Depend on sys_time module for struct timeval.
888         * modules/getsockopt: Depend on sys_time module for struct timeval.
889
890 2009-03-01  Simon Josefsson  <simon@josefsson.org>
891
892         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
893         __USE_GNU, for consistency with netdb.in.h.
894         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
895
896 2009-03-01  Bruno Haible  <bruno@clisp.org>
897
898         More support for FreeMiNT.
899         * lib/fseeko.c (rpl_fseeko): Complete last commit.
900         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
901
902 2009-03-01  Bruno Haible  <bruno@clisp.org>
903
904         More support for FreeMiNT.
905         * lib/fpurge.c (fpurge): Correct last commit.
906         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
907
908 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
909
910         Fix unportable awk script in vc-list-files.
911         * build-aux/vc-list-files: In the replacement awk script, use
912         substr with a second argument of 1, not zero.
913         Report by Simon Josefsson.
914
915 2009-02-28  Bruno Haible  <bruno@clisp.org>
916
917         More support for FreeMiNT.
918         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
919         to FreeMiNT today.
920         * lib/fwriting.c (fwriting): Likewise.
921         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
922
923 2009-02-28  Bruno Haible  <bruno@clisp.org>
924
925         * tests/test-freadseek.c (main): Disable test beyond end of file on
926         FreeMiNT.
927         * tests/test-ftello.c (main): Likewise.
928         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
929
930 2009-02-28  Bruno Haible  <bruno@clisp.org>
931
932         Add tentative support for FreeMiNT.
933         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
934         * lib/fpurge.c (fpurge): Likewise.
935         * lib/freadable.c (freadable): Likewise.
936         * lib/freading.c (freading): Likewise.
937         * lib/freadptr.c (freadptr): Likewise.
938         * lib/freadseek.c (freadptrinc): Likewise.
939         * lib/fseeko.c (rpl_fseeko): Likewise.
940         * lib/fseterr.c (fseterr): Likewise.
941         * lib/fwritable.c (fwritable): Likewise.
942         * lib/fwriting.c (fwriting): Likewise.
943         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
944         Hourihane.
945         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
946
947 2009-02-28  Bruno Haible  <bruno@clisp.org>
948
949         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
950         SIGCHLD.
951         Reported by Jim Meyering.
952
953 2009-02-28  Bruno Haible  <bruno@clisp.org>
954
955         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
956         Mention the results of these tests on various platforms.
957         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
958         order.
959         * doc/posix-functions/printf.texi: Likewise.
960         * doc/posix-functions/snprintf.texi: Likewise.
961         * doc/posix-functions/sprintf.texi: Likewise.
962         * doc/posix-functions/vfprintf.texi: Likewise.
963         * doc/posix-functions/vprintf.texi: Likewise.
964         * doc/posix-functions/vsnprintf.texi: Likewise.
965         * doc/posix-functions/vsprintf.texi: Likewise.
966         * doc/glibc-functions/obstack_printf.texi: Likewise.
967         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
968
969 2009-02-28  Bruno Haible  <bruno@clisp.org>
970
971         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
972         Reported by Loïc Minier <lool@dooz.org>.
973
974 2009-02-27  Bruno Haible  <bruno@clisp.org>
975
976         * gnulib-tool (func_import): Make the sed expression used to create the
977         sed script for updating the .gitignore file POSIX compliant.
978         Reported by Eric Blake.
979
980 2009-02-27  Bruno Haible  <bruno@clisp.org>
981
982         * gnulib-tool (sed): Don't alias as "sed --posix".
983         Reported by Eric Blake.
984
985 2009-02-27  Bruno Haible  <bruno@clisp.org>
986
987         Avoid test link errors.
988         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
989         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
990         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
991         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
992         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
993
994 2009-02-27  Bruno Haible  <bruno@clisp.org>
995
996         Avoid spurious "(cached)" in configure output.
997         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
998         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
999         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
1000         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
1001         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
1002         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
1003         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
1004         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
1005         Reported by Eric Blake.
1006
1007 2009-02-27  Eric Blake  <ebb9@byu.net>
1008
1009         printf: fix regression in previous patch
1010         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
1011
1012 2009-02-27  Bruno Haible  <bruno@clisp.org>
1013
1014         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
1015         value.
1016         * lib/stdint.in.h: Likewise.
1017         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
1018
1019 2009-02-27  Eric Blake  <ebb9@byu.net>
1020
1021         doc: mention more functions added in cygwin 1.7.0
1022         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
1023         addition.
1024         * doc/posix-functions/open_wmemstream.texi: Likewise.
1025         * doc/posix-functions/wcsnlen.texi: Likewise.
1026         * doc/posix-functions/wcsnrtombs.texi: Likewise.
1027         * doc/posix-functions/wcstod.texi: Likewise.
1028         * doc/posix-functions/wcstof.texi: Likewise.
1029         * doc/posix-functions/wcstoimax.texi: Likewise.
1030         * doc/posix-functions/wcstok.texi: Likewise.
1031         * doc/posix-functions/wcstoumax.texi: Likewise.
1032
1033         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
1034         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
1035         * doc/posix-functions/fprintf.texi: Update.
1036         * doc/posix-functions/printf.texi: Update.
1037         * doc/posix-functions/snprintf.texi: Update.
1038         * doc/posix-functions/sprintf.texi: Update.
1039         * doc/posix-functions/vfprintf.texi: Update.
1040         * doc/posix-functions/vprintf.texi: Update.
1041         * doc/posix-functions/vsnprintf.texi: Update.
1042         * doc/posix-functions/vsprintf.texi: Update.
1043         * doc/glibc-functions/obstack_printf.texi: Update.
1044         * doc/glibc-functions/obstack_vprintf.texi: Update.
1045
1046 2009-02-26  Eric Blake  <ebb9@byu.net>
1047
1048         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
1049         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
1050         compilation bug by using runtime conversion.
1051         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
1052         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
1053         * modules/ceill-tests (Files): Use nan.h.
1054         * modules/floorl-tests (Files): Likewise.
1055         * modules/frexpl-tests (Files): Likewise.
1056         * modules/isnanl-tests (Files): Likewise.
1057         * modules/ldexpl-tests (Files): Likewise.
1058         * modules/roundl-tests (Files): Likewise.
1059         * modules/truncl-tests (Files): Likewise.
1060         * tests/test-ceill.c (main): Use a working NaN.
1061         * tests/test-floorl.c (main): Likewise.
1062         * tests/test-frexpl.c (main): Likewise.
1063         * tests/test-isnan.c (test_long_double): Likewise.
1064         * tests/test-isnanl.h (main): Likewise.
1065         * tests/test-ldexpl.h (main): Likewise.
1066         * tests/test-roundl.h (main): Likewise.
1067         * tests/test-truncl.h (main): Likewise.
1068         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
1069
1070 2009-02-26  Eric Blake  <ebb9@byu.net>
1071             Bruno Haible  <bruno@clisp.org>
1072
1073         Work around a *printf bug with %ls on Solaris.
1074         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
1075         precision is specified, sprintf stops converting the wide string
1076         argument when the number of bytes that have been produced by this
1077         conversion equals or exceeds the precision.
1078         * doc/posix-functions/fprintf.texi: Update.
1079         * doc/posix-functions/printf.texi: Update.
1080         * doc/posix-functions/snprintf.texi: Update.
1081         * doc/posix-functions/sprintf.texi: Update.
1082         * doc/posix-functions/vfprintf.texi: Update.
1083         * doc/posix-functions/vprintf.texi: Update.
1084         * doc/posix-functions/vsnprintf.texi: Update.
1085         * doc/posix-functions/vsprintf.texi: Update.
1086         * doc/glibc-functions/obstack_printf.texi: Update.
1087         * doc/glibc-functions/obstack_vprintf.texi: Update.
1088
1089 2009-02-26  Eric Blake  <ebb9@byu.net>
1090
1091         stdlib: favor compiler check of random.h
1092         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
1093         to avoid an ObjC random.h installed by Swarm.
1094
1095 2009-02-26  Bruno Haible  <bruno@clisp.org>
1096
1097         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
1098         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
1099         Reported by Gary V. Vaughan <gary@gnu.org>.
1100
1101 2009-02-26  Bruno Haible  <bruno@clisp.org>
1102
1103         Fix *printf behaviour regarding the %ls directive.
1104         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
1105         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
1106         NEED_PRINTF_DIRECTIVE_LS.
1107         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
1108         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
1109         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1110         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
1111         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
1112         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
1113         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
1114         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1115         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1116         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1117         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1118         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
1119         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1120         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1121         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1122         * doc/posix-functions/fprintf.texi: Update.
1123         * doc/posix-functions/printf.texi: Update.
1124         * doc/posix-functions/snprintf.texi: Update.
1125         * doc/posix-functions/sprintf.texi: Update.
1126         * doc/posix-functions/vfprintf.texi: Update.
1127         * doc/posix-functions/vprintf.texi: Update.
1128         * doc/posix-functions/vsnprintf.texi: Update.
1129         * doc/posix-functions/vsprintf.texi: Update.
1130         * doc/glibc-functions/obstack_printf.texi: Update.
1131         * doc/glibc-functions/obstack_vprintf.texi: Update.
1132         Reported by Eric Blake.
1133
1134 2009-02-25  Bruno Haible  <bruno@clisp.org>
1135
1136         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
1137         with known value.
1138         Reported by Gary V. Vaughan <gary@gnu.org>.
1139
1140 2009-02-25  Bruno Haible  <bruno@clisp.org>
1141
1142         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
1143         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
1144         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
1145         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
1146         Reported by Gary V. Vaughan <gary@gnu.org>.
1147
1148 2009-02-25  Bruno Haible  <bruno@clisp.org>
1149
1150         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
1151         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
1152         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
1153         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
1154         Reported by Gary V. Vaughan <gary@gnu.org>.
1155
1156 2009-02-25  Eric Blake  <ebb9@byu.net>
1157
1158         tests: skip fseek/ftell tests if ungetc is broken
1159         * m4/ungetc.m4: New file.
1160         * modules/fseek-tests: Split test, so ungetc dependency is
1161         separate from rest of test.
1162         * modules/fseeko-tests: Likewise.
1163         * modules/ftell-tests: Likewise.
1164         * modules/ftello-tests: Likewise.
1165         * tests/test-fseek.c (main): Isolate ungetc dependency.
1166         * tests/test-fseeko.c (main): Likewise.
1167         * tests/test-ftell.c (main): Likewise.
1168         * tests/test-ftello.c (main): Likewise.
1169         * tests/test-fseek2.sh: New file.
1170         * tests/test-fseeko2.sh: Likewise.
1171         * tests/test-ftell2.sh: Likewise.
1172         * tests/test-ftello2.sh: Likewise.
1173
1174 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
1175
1176         test-getaddrinfo: fix usage of skip return code 77
1177         * tests/test-gettaddrinfo.c: Return skip code 77 only
1178         for first occurance of skip (4x77 is not 77)
1179
1180 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
1181
1182         strtod: avoid C99 decl-after-statement
1183         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
1184
1185 2009-02-24  Eric Blake  <ebb9@byu.net>
1186
1187         strtod: detect HP-UX 11.31 bug
1188         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
1189         Reported by Gary V. Vaughan.
1190
1191 2009-02-23  Bruno Haible  <bruno@clisp.org>
1192
1193         Fix invalid read past end of memory block.
1194         * lib/vasnprintf.c (DCHAR_SET): Define.
1195         (local_wcslen): Define only when needed.
1196         (local_strnlen, local_wcsnlen): New functions.
1197         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
1198         directives that involve a conversion ourselves.
1199         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
1200         wcsnlen, mbrtowc, wcrtomb.
1201         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
1202         * tests/test-vasprintf-posix.c (test_function): Likewise.
1203         * tests/test-snprintf-posix.h (test_function): Likewise.
1204         * tests/test-sprintf-posix.h (test_function): Likewise.
1205         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1206
1207 2009-02-22  Bruno Haible  <bruno@clisp.org>
1208
1209         Implement new clarified decomposition of Hangul syllables.
1210         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
1211         of type LTV, return only a pairwise decomposition.
1212         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
1213         Likewise.
1214         * tests/uninorm/test-decomposition.c (main): Updated expected result.
1215         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
1216         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
1217
1218 2009-02-22  Bruno Haible  <bruno@clisp.org>
1219
1220         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
1221         zero-length results and shrink excess allocated memory.
1222         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
1223         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
1224         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
1225         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
1226         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
1227         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
1228         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
1229         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
1230         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
1231         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
1232         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
1233         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
1234
1235 2009-02-21  Bruno Haible  <bruno@clisp.org>
1236
1237         * doc/gnulib.texi: Include safe-alloc.texi earlier.
1238         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
1239         spaces after a period. Put a space between a macro name and its
1240         argument list. Trivial rewordings.
1241         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
1242         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
1243         (main): Return 0 explicitly.
1244
1245 2009-02-21  Bruno Haible  <bruno@clisp.org>
1246
1247         Tests for module 'uninorm/filter'.
1248         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
1249         * modules/uninorm/filter-tests: New file.
1250
1251         New module 'uninorm/filter'.
1252         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
1253         uninorm_filter_flush, uninorm_filter_free): New declarations.
1254         * lib/uninorm/uninorm-filter.c: New file.
1255         * modules/uninorm/filter: New file.
1256
1257 2009-02-21  Bruno Haible  <bruno@clisp.org>
1258
1259         Tests for module 'uninorm/nfkc'.
1260         * tests/uninorm/test-nfkc.c: New file.
1261         * tests/uninorm/test-u8-nfkc.c: New file.
1262         * tests/uninorm/test-u16-nfkc.c: New file.
1263         * tests/uninorm/test-u32-nfkc.c: New file.
1264         * tests/uninorm/test-u32-nfkc-big.sh: New file.
1265         * tests/uninorm/test-u32-nfkc-big.c: New file.
1266         * modules/uninorm/nfkc-tests: New file.
1267
1268         New module 'uninorm/nfkc'.
1269         * lib/uninorm/nfkc.c: New file.
1270         * modules/uninorm/nfkc: New file.
1271
1272         Tests for module 'uninorm/nfkd'.
1273         * tests/uninorm/test-nfkd.c: New file.
1274         * tests/uninorm/test-u8-nfkd.c: New file.
1275         * tests/uninorm/test-u16-nfkd.c: New file.
1276         * tests/uninorm/test-u32-nfkd.c: New file.
1277         * tests/uninorm/test-u32-nfkd-big.sh: New file.
1278         * tests/uninorm/test-u32-nfkd-big.c: New file.
1279         * modules/uninorm/nfkd-tests: New file.
1280
1281         New module 'uninorm/nfkd'.
1282         * lib/uninorm/nfkd.c: New file.
1283         * modules/uninorm/nfkd: New file.
1284
1285         Tests for module 'uninorm/nfc'.
1286         * tests/uninorm/test-nfc.c: New file.
1287         * tests/uninorm/test-u8-nfc.c: New file.
1288         * tests/uninorm/test-u16-nfc.c: New file.
1289         * tests/uninorm/test-u32-nfc.c: New file.
1290         * tests/uninorm/test-u32-nfc-big.sh: New file.
1291         * tests/uninorm/test-u32-nfc-big.c: New file.
1292         * modules/uninorm/nfc-tests: New file.
1293
1294         New module 'uninorm/nfc'.
1295         * lib/uninorm/nfc.c: New file.
1296         * modules/uninorm/nfc: New file.
1297
1298         Tests for module 'uninorm/nfd'.
1299         * tests/uninorm/test-nfd.c: New file.
1300         * tests/uninorm/test-u8-nfd.c: New file.
1301         * tests/uninorm/test-u16-nfd.c: New file.
1302         * tests/uninorm/test-u32-nfd.c: New file.
1303         * tests/uninorm/test-u32-nfd-big.sh: New file.
1304         * tests/uninorm/test-u32-nfd-big.c: New file.
1305         * tests/uninorm/test-u32-normalize-big.h: New file.
1306         * tests/uninorm/test-u32-normalize-big.c: New file.
1307         * tests/uninorm/NormalizationTest.txt: New file, created from
1308         Unicode 5.1.0 NormalizationTest.txt.
1309         * modules/uninorm/nfd-tests: New file.
1310
1311         New module 'uninorm/nfd'.
1312         * lib/uninorm/nfd.c: New file.
1313         * modules/uninorm/nfd: New file.
1314
1315         New module 'uninorm/u32-normalize'.
1316         * lib/uninorm/u32-normalize.c: New file.
1317         * modules/uninorm/u32-normalize: New file.
1318
1319         New module 'uninorm/u16-normalize'.
1320         * lib/uninorm/u16-normalize.c: New file.
1321         * modules/uninorm/u16-normalize: New file.
1322
1323         New module 'uninorm/u8-normalize'.
1324         * lib/uninorm/u8-normalize.c: New file.
1325         * lib/uninorm/normalize-internal.h: New file.
1326         * lib/uninorm/u-normalize-internal.h: New file.
1327         * modules/uninorm/u8-normalize: New file.
1328
1329         New module 'uninorm/decompose-internal'.
1330         * lib/uninorm/decompose-internal.c: New file.
1331         * modules/uninorm/decompose-internal: New file.
1332
1333         Tests for module 'uninorm/composition'.
1334         * tests/uninorm/test-composition.c: New file.
1335         * modules/uninorm/composition-tests: New file.
1336
1337         New module 'uninorm/composition'.
1338         * lib/uninorm/composition.c: New file.
1339         * lib/uninorm/composition-table.gperf: New file, generated by
1340         gen-uni-tables.
1341         * modules/uninorm/composition: New file.
1342
1343         Tests for module 'uninorm/compat-decomposition'.
1344         * tests/uninorm/test-compat-decomposition.c: New file.
1345         * modules/uninorm/compat-decomposition-tests: New file.
1346
1347         New module 'uninorm/compat-decomposition'.
1348         * lib/uninorm/decompose-internal.h: New file.
1349         * lib/uninorm/compat-decomposition.c: New file.
1350         * modules/uninorm/compat-decomposition: New file.
1351
1352         Tests for module 'uninorm/canonical-decomposition'.
1353         * tests/uninorm/test-canonical-decomposition.c: New file.
1354         * modules/uninorm/canonical-decomposition-tests: New file.
1355
1356         New module 'uninorm/canonical-decomposition'.
1357         * lib/uninorm/canonical-decomposition.c: New file.
1358         * modules/uninorm/canonical-decomposition: New file.
1359
1360         Tests for module 'uninorm/decomposition'.
1361         * tests/uninorm/test-decomposition.c: New file.
1362         * modules/uninorm/decomposition-tests: New file.
1363
1364         New module 'uninorm/decomposition'.
1365         * lib/uninorm/decomposition.c: New file.
1366         * modules/uninorm/decomposition: New file.
1367
1368         New module 'uninorm/decomposition-table'.
1369         * lib/uninorm/decomposition-table.h: New file.
1370         * lib/uninorm/decomposition-table.c: New file.
1371         * lib/uninorm/decomposition-table1.h: New file, generated by
1372         gen-uni-tables.
1373         * lib/uninorm/decomposition-table2.h: New file, generated by
1374         gen-uni-tables.
1375         * modules/uninorm/decomposition-table: New file.
1376
1377         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
1378         (UC_DECOMP_*): New enumeration items.
1379         (get_decomposition): New function.
1380         (struct decomp_table): New type.
1381         (output_decomposition, output_decomposition_tables): New functions.
1382         (unicode_composition_exclusions): New variable.
1383         (fill_composition_exclusions, debug_output_composition_tables): New
1384         functions.
1385         (main): Accept one more argument. Invoke fill_composition_exclusions.
1386         Output decomposition and composition tables.
1387
1388         New module 'uninorm/base'.
1389         * lib/uninorm.h: New file.
1390         * lib/unictype.h: Update comment.
1391         * modules/uninorm/base: New file.
1392
1393 2009-02-21  David Lutterkort  <lutter@redhat.com>
1394
1395         Tests for module 'safe-alloc'.
1396         * tests/test-safe-alloc.c: New file.
1397         * modules/safe-alloc-tests: New file.
1398
1399         New module 'safe-alloc'.
1400         * lib/safe-alloc.h: New file.
1401         * lib/safe-alloc.c: New file.
1402         * m4/safe-alloc.m4: New file.
1403         * modules/safe-alloc: New file.
1404         * doc/safe-alloc.texi: New file.
1405         * doc/gnulib.texi: Include it.
1406         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
1407         safe-alloc.
1408
1409 2009-02-18  Bruno Haible  <bruno@clisp.org>
1410
1411         Fix link error on non-glibc systems.
1412         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
1413         variable.
1414         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1415
1416 2009-02-18  Jim Meyering  <meyering@redhat.com>
1417
1418         fts: avoid used-uninitialized error due to recent change
1419         * lib/fts.c (fts_read): Guard uses of the new member,
1420         parent->fts_n_dirs_remaining, since it's not relevant for
1421         the parent of a directory specified on the command-line.
1422
1423 2009-02-17  James Youngman  <jay@gnu.org>
1424             Bruno Haible  <bruno@clisp.org>
1425
1426         * m4/include_next.m4: Reformulate comment.
1427
1428 2009-02-16  Jim Meyering  <meyering@redhat.com>
1429
1430         fts: add #if guards so that the fts_lgpl module still builds
1431         * lib/fts.c: Guard just-added hash-table-using parts with
1432         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
1433         Reported by Simon Josefsson.
1434
1435 2009-02-15  Bruno Haible  <bruno@clisp.org>
1436
1437         * modules/array-mergesort-tests: New file.
1438         * tests/test-array-mergesort.c: New file.
1439
1440         New module 'array-mergesort'.
1441         * modules/array-mergesort: New file.
1442         * lib/array-mergesort.h: New file.
1443
1444 2009-02-15  Bruno Haible  <bruno@clisp.org>
1445
1446         Fix 2009-02-07 commit.
1447         * lib/gen-uni-tables.c (output_predicate, output_category,
1448         output_combclass, output_bidi_category, output_decimal_digit,
1449         output_digit, output_numeric, output_mirror, output_scripts,
1450         output_ident_category, output_simple_mapping): Fix format directives.
1451         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
1452
1453 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
1454
1455         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
1456         fixes are available from IBM.
1457
1458 2009-02-13  Jim Meyering  <meyering@redhat.com>
1459
1460         fts: arrange not to stat non-directories in more cases
1461         This makes GNU find (when it doesn't need to stat each file)
1462         *much* more efficient at traversing reiserfs file systems.
1463         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
1464         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
1465         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
1466         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
1467         (leaf_optimization_applies): New function.
1468         (LCO_hash, LCO_compare): New helper functions.
1469         (link_count_optimize_ok): New function.
1470         (fts_stat): Initialize new member (if dir).
1471         (fts_read): Decrement parent's fts_n_dirs_remaining count if
1472         we've just stat'ed a directory.  Skip the stat call when possible.
1473         ---
1474         Note this AFS-related exchange:
1475         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
1476         and note find's pioctl call in find/fstype.c.
1477         But that is necessary only if you want to enable the
1478         optimization for AFS, and for now, I don't.
1479
1480         fts: move a function definition "up" (no semantic change)
1481         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
1482         "up" to precede upcoming use of a related function.
1483
1484 2009-02-11  Jim Meyering  <meyering@redhat.com>
1485
1486         fts: correct internal computation of nlinks (optimization-related)
1487         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
1488         whether the current entry is a directory, so don't test it.
1489
1490 2009-02-10  Bruno Haible  <bruno@clisp.org>
1491
1492         Tests for module 'uniwbrk/ulc-wordbreaks'.
1493         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
1494         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
1495         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
1496
1497         Tests for module 'uniwbrk/u32-wordbreaks'.
1498         * modules/uniwbrk/u32-wordbreaks-tests: New file.
1499         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
1500
1501         Tests for module 'uniwbrk/u16-wordbreaks'.
1502         * modules/uniwbrk/u16-wordbreaks-tests: New file.
1503         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
1504
1505         Tests for module 'uniwbrk/u8-wordbreaks'.
1506         * modules/uniwbrk/u8-wordbreaks-tests: New file.
1507         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
1508
1509 2009-02-10  Bruno Haible  <bruno@clisp.org>
1510
1511         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
1512         property.
1513         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
1514         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
1515         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
1516
1517 2009-02-10  Simon Josefsson  <simon@josefsson.org>
1518
1519         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
1520         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
1521
1522 2009-02-10  Bruno Haible  <bruno@clisp.org>
1523
1524         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
1525         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
1526         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
1527         * lib/unilbrk/u8-possible-linebreaks.c: Update.
1528         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
1529         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
1530
1531 2009-02-09  Simon Josefsson  <simon@josefsson.org>
1532
1533         * lib/sockets.h (gl_fd_to_handle): New function.
1534
1535         * tests/test-sockets.c: Call gl_fd_to_handle.
1536
1537 2009-02-09  Bruno Haible  <bruno@clisp.org>
1538
1539         * doc/havelib.texi: Document the conventions on bi-arch systems.
1540
1541 2009-02-08  Bruno Haible  <bruno@clisp.org>
1542
1543         Document the AC_LIB_LINKFLAGS macro.
1544         * doc/havelib.texi: New file, mostly written on 2005-05-24.
1545         * doc/gnulib.texi: Include it.
1546
1547 2009-02-08  Bruno Haible  <bruno@clisp.org>
1548
1549         Fix wrong order of sections, compared to TOC.
1550         * doc/gnulib.texi: Include relocatable-maint.texi after the
1551         "Regular expressions" node, not before.
1552
1553 2009-02-08  Bruno Haible  <bruno@clisp.org>
1554
1555         Tests for module 'unicase/totitle'.
1556         * modules/unicase/totitle-tests: New file.
1557
1558         Tests for module 'unicase/tolower'.
1559         * modules/unicase/tolower-tests: New file.
1560
1561         Tests for module 'unicase/toupper'.
1562         * modules/unicase/toupper-tests: New file.
1563         * tests/unicase/test-mapping-part1.h: New file.
1564         * tests/unicase/test-mapping-part2.h: New file.
1565
1566         New module 'unicase/totitle'.
1567         * modules/unicase/totitle: New file.
1568         * lib/unicase/totitle.c: New file.
1569
1570         New module 'unicase/tolower'.
1571         * modules/unicase/tolower: New file.
1572         * lib/unicase/tolower.c: New file.
1573
1574         New module 'unicase/toupper'.
1575         * modules/unicase/toupper: New file.
1576         * lib/unicase/toupper.c: New file.
1577         * lib/unicase/simple-mapping.h: New file.
1578
1579         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
1580         (mapping_table): New structure.
1581         (output_simple_mapping): New function.
1582         (main): Invoke output_simple_mapping_test and output_simple_mapping.
1583         * modules/gen-uni-tables (Description): Update.
1584         * lib/unicase/toupper.h: New file, automatically generated by
1585         gen-uni-tables.
1586         * lib/unicase/tolower.h: New file, automatically generated by
1587         gen-uni-tables.
1588         * lib/unicase/totitle.h: New file, automatically generated by
1589         gen-uni-tables.
1590         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
1591         gen-uni-tables.
1592         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
1593         gen-uni-tables.
1594         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
1595         gen-uni-tables.
1596
1597         New module 'unicase/base'.
1598         * modules/unicase/base: New file.
1599         * lib/unicase.h: New file.
1600
1601 2009-02-08  Bruno Haible  <bruno@clisp.org>
1602
1603         New module 'uniwbrk/ulc-wordbreaks'.
1604         * modules/uniwbrk/ulc-wordbreaks: New file.
1605         * lib/uniwbrk/ulc-wordbreaks.c: New file.
1606
1607         New module 'uniwbrk/u32-wordbreaks'.
1608         * modules/uniwbrk/u32-wordbreaks: New file.
1609         * lib/uniwbrk/u32-wordbreaks.c: New file.
1610
1611         New module 'uniwbrk/u16-wordbreaks'.
1612         * modules/uniwbrk/u16-wordbreaks: New file.
1613         * lib/uniwbrk/u16-wordbreaks.c: New file.
1614
1615         New module 'uniwbrk/u8-wordbreaks'.
1616         * modules/uniwbrk/u8-wordbreaks: New file.
1617         * lib/uniwbrk/u8-wordbreaks.c: New file.
1618         * lib/uniwbrk/u-wordbreaks.h: New file.
1619
1620         New module 'uniwbrk/table'.
1621         * modules/uniwbrk/table: New file.
1622         * lib/uniwbrk/wbrktable.h: New file.
1623         * lib/uniwbrk/wbrktable.c: New file.
1624
1625         New module 'uniwbrk/wordbreak-property'.
1626         * modules/uniwbrk/wordbreak-property: New file.
1627         * lib/uniwbrk/wordbreak-property.c: New file.
1628
1629         * lib/gen-uni-tables.c (WBP_*): New enum items.
1630         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
1631         (unicode_org_wbp): New variable.
1632         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
1633         New functions.
1634         (wbp_table): New structure.
1635         (output_wbp, output_wbrk_tables): New functions.
1636         (main): Accept additional argument. Invoke fill_org_wbp,
1637         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
1638         output_wbrk_tables.
1639         * modules/gen-uni-tables (Description): Update.
1640         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
1641         gen-uni-tables.
1642
1643         New module 'uniwbrk/base'.
1644         * modules/uniwbrk/base: New file.
1645         * lib/uniwbrk.h: New file.
1646
1647 2009-02-08  Bruno Haible  <bruno@clisp.org>
1648
1649         Update to Unicode 5.1.0.
1650         * lib/gen-uni-tables.c (is_property_alphabetic): Include
1651         U+2185..U+2188.
1652         (is_property_default_ignorable_code_point): Don't include characters
1653         of category Cc or Cs and not-a-characters.
1654         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
1655         U+0D79, U+109E, U+109F, U+A60C.
1656         * lib/unictype/bidi_of.h: Regenerated.
1657         * lib/unictype/blocks.h: Regenerated.
1658         * lib/unictype/categ_C.h: Regenerated.
1659         * lib/unictype/categ_Cf.h: Regenerated.
1660         * lib/unictype/categ_Cn.h: Regenerated.
1661         * lib/unictype/categ_L.h: Regenerated.
1662         * lib/unictype/categ_Ll.h: Regenerated.
1663         * lib/unictype/categ_Lm.h: Regenerated.
1664         * lib/unictype/categ_Lo.h: Regenerated.
1665         * lib/unictype/categ_Lu.h: Regenerated.
1666         * lib/unictype/categ_M.h: Regenerated.
1667         * lib/unictype/categ_Mc.h: Regenerated.
1668         * lib/unictype/categ_Me.h: Regenerated.
1669         * lib/unictype/categ_Mn.h: Regenerated.
1670         * lib/unictype/categ_N.h: Regenerated.
1671         * lib/unictype/categ_Nd.h: Regenerated.
1672         * lib/unictype/categ_Nl.h: Regenerated.
1673         * lib/unictype/categ_No.h: Regenerated.
1674         * lib/unictype/categ_P.h: Regenerated.
1675         * lib/unictype/categ_Pd.h: Regenerated.
1676         * lib/unictype/categ_Pe.h: Regenerated.
1677         * lib/unictype/categ_Pf.h: Regenerated.
1678         * lib/unictype/categ_Pi.h: Regenerated.
1679         * lib/unictype/categ_Po.h: Regenerated.
1680         * lib/unictype/categ_Ps.h: Regenerated.
1681         * lib/unictype/categ_S.h: Regenerated.
1682         * lib/unictype/categ_Sk.h: Regenerated.
1683         * lib/unictype/categ_Sm.h: Regenerated.
1684         * lib/unictype/categ_So.h: Regenerated.
1685         * lib/unictype/categ_of.h: Regenerated.
1686         * lib/unictype/combining.h: Regenerated.
1687         * lib/unictype/ctype_alnum.h: Regenerated.
1688         * lib/unictype/ctype_alpha.h: Regenerated.
1689         * lib/unictype/ctype_graph.h: Regenerated.
1690         * lib/unictype/ctype_lower.h: Regenerated.
1691         * lib/unictype/ctype_print.h: Regenerated.
1692         * lib/unictype/ctype_punct.h: Regenerated.
1693         * lib/unictype/ctype_upper.h: Regenerated.
1694         * lib/unictype/decdigit.h: Regenerated.
1695         * lib/unictype/digit.h: Regenerated.
1696         * lib/unictype/mirror.h: Regenerated.
1697         * lib/unictype/numeric.h: Regenerated.
1698         * lib/unictype/pr_alphabetic.h: Regenerated.
1699         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
1700         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
1701         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
1702         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
1703         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
1704         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
1705         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
1706         * lib/unictype/pr_combining.h: Regenerated.
1707         * lib/unictype/pr_dash.h: Regenerated.
1708         * lib/unictype/pr_decimal_digit.h: Regenerated.
1709         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
1710         * lib/unictype/pr_deprecated.h: Regenerated.
1711         * lib/unictype/pr_diacritic.h: Regenerated.
1712         * lib/unictype/pr_extender.h: Regenerated.
1713         * lib/unictype/pr_format_control.h: Regenerated.
1714         * lib/unictype/pr_grapheme_base.h: Regenerated.
1715         * lib/unictype/pr_grapheme_extend.h: Regenerated.
1716         * lib/unictype/pr_grapheme_link.h: Regenerated.
1717         * lib/unictype/pr_id_continue.h: Regenerated.
1718         * lib/unictype/pr_id_start.h: Regenerated.
1719         * lib/unictype/pr_ideographic.h: Regenerated.
1720         * lib/unictype/pr_ignorable_control.h: Regenerated.
1721         * lib/unictype/pr_lowercase.h: Regenerated.
1722         * lib/unictype/pr_math.h: Regenerated.
1723         * lib/unictype/pr_numeric.h: Regenerated.
1724         * lib/unictype/pr_other_alphabetic.h: Regenerated.
1725         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
1726         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
1727         * lib/unictype/pr_other_id_continue.h: Regenerated.
1728         * lib/unictype/pr_other_lowercase.h: Regenerated.
1729         * lib/unictype/pr_other_math.h: Regenerated.
1730         * lib/unictype/pr_punctuation.h: Regenerated.
1731         * lib/unictype/pr_sentence_terminal.h: Regenerated.
1732         * lib/unictype/pr_soft_dotted.h: Regenerated.
1733         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
1734         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
1735         * lib/unictype/pr_unified_ideograph.h: Regenerated.
1736         * lib/unictype/pr_uppercase.h: Regenerated.
1737         * lib/unictype/pr_xid_continue.h: Regenerated.
1738         * lib/unictype/pr_xid_start.h: Regenerated.
1739         * lib/unictype/pr_zero_width.h: Regenerated.
1740         * lib/unictype/scripts.h: Regenerated.
1741         * lib/unictype/scripts_byname.gperf: Regenerated.
1742         * lib/unictype/sy_java_ident.h: Regenerated.
1743         * lib/unilbrk/lbrkprop1.h: Regenerated.
1744         * lib/unilbrk/lbrkprop2.h: Regenerated.
1745         * tests/unictype/test-categ_C.c: Regenerated.
1746         * tests/unictype/test-categ_Cf.c: Regenerated.
1747         * tests/unictype/test-categ_Cn.c: Regenerated.
1748         * tests/unictype/test-categ_L.c: Regenerated.
1749         * tests/unictype/test-categ_Ll.c: Regenerated.
1750         * tests/unictype/test-categ_Lm.c: Regenerated.
1751         * tests/unictype/test-categ_Lo.c: Regenerated.
1752         * tests/unictype/test-categ_Lu.c: Regenerated.
1753         * tests/unictype/test-categ_M.c: Regenerated.
1754         * tests/unictype/test-categ_Mc.c: Regenerated.
1755         * tests/unictype/test-categ_Me.c: Regenerated.
1756         * tests/unictype/test-categ_Mn.c: Regenerated.
1757         * tests/unictype/test-categ_N.c: Regenerated.
1758         * tests/unictype/test-categ_Nd.c: Regenerated.
1759         * tests/unictype/test-categ_Nl.c: Regenerated.
1760         * tests/unictype/test-categ_No.c: Regenerated.
1761         * tests/unictype/test-categ_P.c: Regenerated.
1762         * tests/unictype/test-categ_Pd.c: Regenerated.
1763         * tests/unictype/test-categ_Pe.c: Regenerated.
1764         * tests/unictype/test-categ_Pf.c: Regenerated.
1765         * tests/unictype/test-categ_Pi.c: Regenerated.
1766         * tests/unictype/test-categ_Po.c: Regenerated.
1767         * tests/unictype/test-categ_Ps.c: Regenerated.
1768         * tests/unictype/test-categ_S.c: Regenerated.
1769         * tests/unictype/test-categ_Sk.c: Regenerated.
1770         * tests/unictype/test-categ_Sm.c: Regenerated.
1771         * tests/unictype/test-categ_So.c: Regenerated.
1772         * tests/unictype/test-ctype_alnum.c: Regenerated.
1773         * tests/unictype/test-ctype_alpha.c: Regenerated.
1774         * tests/unictype/test-ctype_graph.c: Regenerated.
1775         * tests/unictype/test-ctype_lower.c: Regenerated.
1776         * tests/unictype/test-ctype_print.c: Regenerated.
1777         * tests/unictype/test-ctype_punct.c: Regenerated.
1778         * tests/unictype/test-ctype_upper.c: Regenerated.
1779         * tests/unictype/test-decdigit.h: Regenerated.
1780         * tests/unictype/test-digit.h: Regenerated.
1781         * tests/unictype/test-numeric.h: Regenerated.
1782         * tests/unictype/test-pr_alphabetic.c: Regenerated.
1783         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
1784         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
1785         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
1786         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
1787         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
1788         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
1789         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
1790         * tests/unictype/test-pr_combining.c: Regenerated.
1791         * tests/unictype/test-pr_dash.c: Regenerated.
1792         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
1793         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
1794         * tests/unictype/test-pr_deprecated.c: Regenerated.
1795         * tests/unictype/test-pr_diacritic.c: Regenerated.
1796         * tests/unictype/test-pr_extender.c: Regenerated.
1797         * tests/unictype/test-pr_format_control.c: Regenerated.
1798         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
1799         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
1800         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
1801         * tests/unictype/test-pr_id_continue.c: Regenerated.
1802         * tests/unictype/test-pr_id_start.c: Regenerated.
1803         * tests/unictype/test-pr_ideographic.c: Regenerated.
1804         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
1805         * tests/unictype/test-pr_lowercase.c: Regenerated.
1806         * tests/unictype/test-pr_math.c: Regenerated.
1807         * tests/unictype/test-pr_numeric.c: Regenerated.
1808         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
1809         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
1810         Regenerated.
1811         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
1812         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
1813         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
1814         * tests/unictype/test-pr_other_math.c: Regenerated.
1815         * tests/unictype/test-pr_punctuation.c: Regenerated.
1816         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
1817         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
1818         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
1819         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
1820         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
1821         * tests/unictype/test-pr_uppercase.c: Regenerated.
1822         * tests/unictype/test-pr_xid_continue.c: Regenerated.
1823         * tests/unictype/test-pr_xid_start.c: Regenerated.
1824         * tests/unictype/test-pr_zero_width.c: Regenerated.
1825
1826         Update to Unicode 5.1.0.
1827         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
1828         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
1829         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
1830         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
1831         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
1832         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
1833         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
1834         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
1835         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
1836         (nonspacing_table_ind): Update.
1837         * tests/uniwidth/test-uc_width2.sh: Update expected result.
1838
1839         Update to Unicode 5.1.0.
1840         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
1841         code transform.
1842         * lib/uniname/uniname.c (unicode_character_name,
1843         unicode_name_character): Add the range 0x1Fxxx to the code transform.
1844         * lib/uniname/uninames.h: Regenerated.
1845         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
1846
1847 2009-02-07  Bruno Haible  <bruno@clisp.org>
1848
1849         Merge gen-ctype and gen-lbrk into a single program.
1850         * lib/gen-uni-tables.c: New file, incorporating
1851         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
1852         Add directory prefixes to the names of the generated files.
1853         * lib/unictype/gen-ctype.c: Remove file.
1854         * lib/unilbrk/gen-lbrk.c: Remove file.
1855         * modules/gen-uni-tables: New file.
1856         * modules/unictype/gen-ctype: Remove file.
1857         * modules/unilbrk/gen-lbrk: Remove file.
1858
1859 2009-02-07  Bruno Haible  <bruno@clisp.org>
1860
1861         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
1862
1863         New module 'unistr/u32-strcoll'.
1864         * modules/unistr/u32-strcoll: New file.
1865         * lib/unistr/u32-strcoll.c: New file.
1866
1867         New module 'unistr/u16-strcoll'.
1868         * modules/unistr/u16-strcoll: New file.
1869         * lib/unistr/u16-strcoll.c: New file.
1870
1871         New module 'unistr/u8-strcoll'.
1872         * modules/unistr/u8-strcoll: New file.
1873         * lib/unistr/u8-strcoll.c: New file.
1874         * lib/unistr/u-strcoll.h: New file.
1875
1876 2009-02-07  Bruno Haible  <bruno@clisp.org>
1877
1878         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
1879         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
1880         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
1881         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
1882         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
1883         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
1884
1885 2009-02-07  Bruno Haible  <bruno@clisp.org>
1886
1887         Make 64-bit clean.
1888         * lib/unictype/gen-ctype.c (output_predicate, output_category,
1889         output_combclass, output_bidi_category, output_decimal_digit,
1890         output_digit, output_numeric, output_mirror, output_scripts,
1891         output_ident_category): Use proper width specifier in format strings.
1892
1893 2009-02-07  Bruno Haible  <bruno@clisp.org>
1894
1895         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
1896         failure behaviour.
1897
1898 2009-02-07  Jim Meyering  <meyering@redhat.com>
1899
1900         regex: avoid compilation failure with upcoming gcc-4.4
1901         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
1902         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
1903         "... error: integer overflow in preprocessor expression".
1904
1905 2009-02-05  Ben Pfaff  <blp@gnu.org>
1906
1907         Fix link errors on Windows when close module is used.
1908         * modules/close: Add $(LIB_CLOSE) to Link section.
1909         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
1910         $(LIB_CLOSE) on Windows.
1911
1912 2009-02-05  Jim Meyering  <meyering@redhat.com>
1913
1914         still avoid unused-parameter warnings, but do it cleanly
1915         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
1916         (get_fs_usage): Cast to void instead.
1917         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
1918         (dev_from_mount_options, read_file_system_list): Cast to void.
1919         Prompted by Bruno Haible.
1920
1921 2009-02-04  Jim Meyering  <meyering@redhat.com>
1922
1923         fsusage.c: correct copyright year
1924         * lib/fsusage.c: Reflect year in which the change is pushed into
1925
1926         avoid misc. warnings
1927         * lib/fsusage.c (UNUSED_PARAM): Define.
1928         (get_fs_usage): Mark parameter "disk" as unused.
1929         * lib/getugroups.c (getgrent): Use "void" in prototype.
1930         * lib/mountlist.c: Mark unused parameters.
1931         (read_file_system_list): Declare a local with "const".
1932         * lib/nanosleep.c (getnow): Declare static.
1933         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
1934
1935         dirfd: set errno upon failure
1936         * lib/dirfd.c: Include <errno.h>.
1937         Set errno to ENOTSUP when returning -1.
1938         * modules/dirfd (Depends-on): Add errno.
1939         Suggested by John Kodis <kodis@comcast.net>.
1940
1941 2009-02-01  Bruno Haible  <bruno@clisp.org>
1942
1943         Don't assume sizeof (long) >= sizeof (void *).
1944         * lib/memcmp.c: Include stdint.h.
1945         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
1946         srcp2 to 'const byte *'.
1947         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
1948         types to uintptr_t.
1949         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
1950         * modules/memcmp (Depends-on): Add stdint.
1951         Reported by Ozkan Sezer <sezeroz@gmail.com>.
1952
1953 2009-01-30  Eric Blake  <ebb9@byu.net>
1954
1955         fix more require-before-expand issues
1956         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
1957         expand, AC_PROG_AWK.
1958         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
1959
1960 2009-01-28  Eric Blake  <ebb9@byu.net>
1961
1962         version-etc: use consistent URL formatting
1963         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
1964         Improve formatting.  Use fputs for string without %.
1965
1966 2009-01-28  Jim Meyering  <meyering@redhat.com>
1967
1968         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
1969         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
1970         "underquoted definition of NAME" from autoconf-2.59.
1971
1972 2009-01-28  Bruno Haible  <bruno@clisp.org>
1973
1974         * doc/gnulib.texi: Add "Obsolete modules" to index.
1975
1976 2009-01-28  Jim Meyering  <meyering@redhat.com>
1977
1978         useless-if-before-free: recognize more variants
1979         * build-aux/useless-if-before-free: Also recognize e.g.,
1980         if (NULL != p) free (p);
1981
1982 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
1983
1984         test-getaddrinfo: skip (don't fail) this test when there's no network
1985         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
1986         on the presumption that it means you lack network access.
1987
1988 2009-01-26  Jim Meyering  <meyering@redhat.com>
1989
1990         fflush: avoid warnings on modern systems
1991         * lib/fflush.c (rpl_fflush): Move declarations of locals,
1992         pos and result, into scopes where they're used.
1993
1994 2009-01-26  Eric Blake  <ebb9@byu.net>
1995
1996         Silence warning reintroduced by recent extensions patch.
1997         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
1998         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
1999         autoconf.
2000
2001         Backport improved autoconf semantics of AC_DEFUN_ONCE.
2002         * m4/00gnulib.m4: New file.
2003         * gnulib-tool (func_get_filelist): Always use it.
2004         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
2005         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
2006
2007 2009-01-25  Bruno Haible  <bruno@clisp.org>
2008
2009         Make test-quotearg work on MacOS X and AIX.
2010         * tests/test-quotearg.sh: New file.
2011         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
2012         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
2013         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
2014         include <libintl.h>.
2015         (fake_locale): Remove variable.
2016         (gettext, dgettext, dcgettext): Remove functions.
2017         (main): Instead of setting a fake locale, set a real locale. Call
2018         textdomain and bindtextdomain.
2019         * modules/quotearg-tests (Files): Add the new files.
2020         (Depends-on): Add gettext, setenv, unsetenv.
2021         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
2022         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
2023         Augment TESTS_ENVIRONMENT.
2024
2025 2009-01-25  Bruno Haible  <bruno@clisp.org>
2026
2027         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
2028         fr_FR.ISO8859-1 locale on MacOS X.
2029         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
2030         ja_JP.eucJP locale on MacOS X.
2031         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
2032         zh_CN.GB18030 locale on MacOS X.
2033
2034 2009-01-25  Bruno Haible  <bruno@clisp.org>
2035
2036         Avoid link errors on MacOS X 10.3.
2037         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
2038         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
2039
2040 2009-01-25  Bruno Haible  <bruno@clisp.org>
2041
2042         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
2043         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
2044         * modules/pipe (Files): Remove m4/posix_spawn.m4.
2045         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
2046         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
2047         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
2048         posix_spawnattr_init, posix_spawnattr_setsigmask,
2049         posix_spawnattr_setflags, posix_spawnattr_destroy.
2050
2051         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
2052         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
2053         * modules/execute (Files): Remove m4/posix_spawn.m4.
2054         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
2055         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
2056         posix_spawnattr_init, posix_spawnattr_setsigmask,
2057         posix_spawnattr_setflags, posix_spawnattr_destroy.
2058
2059 2009-01-25  Bruno Haible  <bruno@clisp.org>
2060
2061         * lib/glthread/threadlib.c: Include <stdlib.h>.
2062
2063 2009-01-25  Bruno Haible  <bruno@clisp.org>
2064
2065         * lib/glthread/threadlib.c (dummy): New declaration.
2066
2067 2009-01-25  Bruno Haible  <bruno@clisp.org>
2068
2069         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
2070         multibyte characters also for the GB18030 encoding. Don't crash when
2071         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
2072
2073 2009-01-25  Bruno Haible  <bruno@clisp.org>
2074
2075         Avoid redefining 'struct random_data' on OSF/1 5.1.
2076         * lib/stdlib.in.h: Include <random.h> if it exists.
2077         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
2078         HAVE_RANDOM_H. Include <random.h> when testing whether
2079         'struct random_data' exists.
2080         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
2081
2082 2009-01-25  Bruno Haible  <bruno@clisp.org>
2083
2084         Don't install charset.alias on MacOS X >= 10.3.
2085         * lib/localcharset.c (DARWIN7): New macro.
2086         (get_charset_aliases): Hardcode the result for Darwin7.
2087         * modules/localcharset (install-exec-local): Don't install
2088         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
2089
2090 2009-01-25  Bruno Haible  <bruno@clisp.org>
2091
2092         Don't install charset.alias on mingw and Cygwin.
2093         * modules/localcharset (install-exec-local): Don't install
2094         charset.alias on mingw and Cygwin, if the file does not yet exist.
2095         The result for these platforms is hardcoded in localcharset.c.
2096
2097 2009-01-25  Bruno Haible  <bruno@clisp.org>
2098
2099         Make it possible again to use AC_GNU_SOURCE together with gnulib.
2100         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
2101         before requiring AC_USE_SYSTEM_EXTENSIONS.
2102
2103 2009-01-25  Jim Meyering  <meyering@redhat.com>
2104
2105         c-strtod: avoid warnings
2106         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
2107         "assignment discards qualifiers from pointer target type" warnings.
2108
2109 2009-01-24  Bruno Haible  <bruno@clisp.org>
2110
2111         Add support for non-UTF-8 locales on MacOS X.
2112         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
2113         canonical encodings. For Darwin 7 and newer, don't map traditional
2114         encodings to UTF-8.
2115         Reported by Vincent Lefevre <vincent@vinc17.org>
2116         at <http://savannah.gnu.org/bugs/?25235>.
2117
2118 2009-01-24  Bruno Haible  <bruno@clisp.org>
2119
2120         * doc/gnulib.texi (Obsolete modules): New section.
2121         Reported by Mike Frysinger <vapier@gentoo.org>.
2122
2123 2009-01-24  Bruno Haible  <bruno@clisp.org>
2124
2125         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
2126         (%.dvi): New rule.
2127
2128 2009-01-24  Bruno Haible  <bruno@clisp.org>
2129
2130         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
2131         Reported by Eric Blake.
2132
2133 2009-01-24  Bruno Haible  <bruno@clisp.org>
2134
2135         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
2136         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
2137         Reported by Gary V. Vaughan <gary@gnu.org>.
2138
2139 2009-01-24  Bruno Haible  <bruno@clisp.org>
2140
2141         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
2142
2143 2009-01-23  Bruno Haible  <bruno@clisp.org>
2144
2145         Make c-strtod, c-strtold usable in libraries.
2146         * lib/c-strtod.c: Include string.h instead of xalloc.h.
2147         (C_STRTOD): Call strdup instead of xstrdup.
2148         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
2149         * modules/c-strtold (Depends-on): Likewise.
2150         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
2151         * NEWS: Mention the change.
2152         Reported by Michael Gold <mgold@ncf.ca>.
2153
2154 2009-01-23  Jim Meyering  <meyering@redhat.com>
2155
2156         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
2157         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
2158         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
2159
2160 2009-01-23  Simon Josefsson  <simon@josefsson.org>
2161
2162         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
2163         GNU CoreUtils.
2164         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
2165         * modules/version-etc (Description): Update.
2166
2167 2009-01-22  Bruno Haible  <bruno@clisp.org>
2168
2169         Cache the C locale object.
2170         * lib/c-strtod.c (c_locale_cache): New variable.
2171         (c_locale): New function.
2172         (C_STRTOD): Use it, and don't call freelocale.
2173         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
2174         Suggested by Paolo Bonzini.
2175
2176 2009-01-21  Bruno Haible  <bruno@clisp.org>
2177
2178         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
2179         conditions other than overflow.
2180
2181 2009-01-21  Bruno Haible  <bruno@clisp.org>
2182
2183         * lib/c-strtod.c: Include errno.h.
2184         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
2185         value from STRTOD_L and STRTOD.
2186
2187 2009-01-21  Bruno Haible  <bruno@clisp.org>
2188         and Jim Meyering  <meyering@redhat.com>
2189
2190         nanosleep: skip configure test (fail it) for apple universal builds
2191         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
2192         universal builds, assume that nanosleep does not work.
2193         * modules/nanosleep (Depends-on): Add multiarch.
2194
2195         mktime: skip configure test (fail it) for apple universal builds
2196         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
2197         universal builds, assume that mktime does not work.
2198         * modules/mktime (Depends-on): Add multiarch.
2199
2200 2009-01-21  Eric Blake  <ebb9@byu.net>
2201
2202         multiarch: avoid expand-before-require warning
2203         * modules/multiarch (configure.ac): Require, rather than expand,
2204         gl_MULTIARCH.
2205         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
2206         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
2207         enforce that all clients require it.  Partial reversion of
2208         2008-12-29 patch.
2209
2210         error: avoid expand-before-require warning
2211         * modules/errno (configure.ac): Require, rather than expand,
2212         gl_HEADER_ERRNO_H.
2213         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
2214         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
2215         enforce that all clients require it.
2216
2217         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
2218         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
2219         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
2220         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
2221
2222 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
2223
2224         Revert:
2225         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
2226
2227         regex: do not depend on obsolete modules.
2228         * modules/regex: Remove memcmp and memmove.
2229
2230 2009-01-20  Bruno Haible  <bruno@clisp.org>
2231
2232         Make the 'link' module link on Windows NT 4.
2233         * lib/link.c (_WIN32_WINNT): Don't define.
2234         (CreateHardLinkFuncType): New type.
2235         (CreateHardLinkFunc, initialized): New variables.
2236         (initialize): New function.
2237         (link): Invoke CreateHardLink indirectly through the function pointer.
2238
2239 2009-01-20  Bruno Haible  <bruno@clisp.org>
2240
2241         Fix compilation failure on mingw.
2242         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
2243
2244 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
2245
2246         * doc/c-strtod.texi: Mention a couple of restrictions.
2247
2248 2009-01-20  Jim Meyering  <meyering@redhat.com>
2249
2250         gettimeofday: move more declarations out of functions
2251         * lib/gettimeofday.c: Move extern declarations of tzset and
2252         gmtime out of containing functions.  Prompted by Bruno Haible.
2253
2254 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
2255
2256         regex: do not depend on obsolete modules.
2257         * modules/regex: Remove memcmp and memmove.
2258
2259 2009-01-19  Bruno Haible  <bruno@clisp.org>
2260
2261         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
2262         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
2263         gl_BIGENDIAN, not AC_C_BIGENDIAN.
2264         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
2265         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
2266
2267 2009-01-19  Bruno Haible  <bruno@clisp.org>
2268
2269         * tests/test-link.c: Include <errno.h>.
2270         (main): Exit with code 77 when a hard link cannot be created due to
2271         the file system.
2272         * tests/test-link.sh: Skip test when a hard link cannot be created due
2273         to the file system.
2274         Suggested by Eric Blake.
2275
2276 2009-01-19  Martin Lambers  <marlam@marlam.de>
2277
2278         * modules/link-tests: New file.
2279         * tests/test-link.sh: New file.
2280         * tests/test-link.c: New file.
2281
2282 2009-01-19  Eric Blake  <ebb9@byu.net>
2283
2284         doc: mention another function added in cygwin 1.7.0
2285         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
2286         Another new function in cygwin 1.7.
2287
2288 2009-01-19  Bruno Haible  <bruno@clisp.org>
2289
2290         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
2291         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
2292         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
2293         gl_BIGENDIAN, not AC_C_BIGENDIAN.
2294         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
2295         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
2296         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
2297         * m4/md4.m4 (gl_MD4): Likewise.
2298         * m4/md5.m4 (gl_MD5): Likewise.
2299         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
2300         * m4/sha1.m4 (gl_SHA1): Likewise.
2301         * m4/sha256.m4 (gl_SHA256): Likewise.
2302         * m4/sha512.m4 (gl_SHA512): Likewise.
2303
2304 2009-01-19  Bruno Haible  <bruno@clisp.org>
2305
2306         * modules/uniname/uniname-tests (Depends-on): Add progname.
2307         * tests/uniname/test-uninames.c: Include progname.h.
2308         (main): Call set_program_name.
2309
2310         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
2311         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
2312         (main): Call set_program_name.
2313
2314         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
2315         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
2316         (main): Call set_program_name.
2317
2318         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
2319         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
2320         (main): Call set_program_name.
2321
2322         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
2323         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
2324         (main): Call set_program_name.
2325
2326         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
2327         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
2328         (main): Call set_program_name.
2329
2330         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
2331         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
2332         (main): Call set_program_name.
2333
2334         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
2335         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
2336         (main): Call set_program_name.
2337
2338         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
2339         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
2340         (main): Call set_program_name.
2341
2342 2009-01-19  Eric Blake  <ebb9@byu.net>
2343
2344         test-unistd: test previous patch
2345         * tests/test-unistd.c: Test *_FILENO macros.
2346
2347         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
2348         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2349         Guarantee a definition.
2350         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
2351         * modules/unistd-safer (Depends-on): Add dependency on unistd.
2352         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
2353         * lib/dup-safer.c (STDERR_FILENO): Likewise.
2354         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2355         Likewise.
2356         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
2357         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
2358         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2359         Likewise.
2360         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
2361         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
2362         (STDERR_FILENO): Likewise.
2363         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
2364         (STDERR_FILENO): Likewise.
2365         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
2366         (STDERR_FILENO): Likewise.
2367         Reported by Elbert Pol.
2368
2369 2009-01-19  Eric Blake  <ebb9@byu.net>
2370
2371         doc: mention more functions added in cygwin 1.7.0
2372         * doc/posix-functions/abort.texi (abort): Update wording related
2373         to cygwin.
2374         * doc/posix-functions/daylight.texi (daylight): Likewise.
2375         * doc/posix-functions/optarg.texi (optarg): Likewise.
2376         * doc/posix-functions/optarg.texi (opterr): Likewise.
2377         * doc/posix-functions/optarg.texi (optind): Likewise.
2378         * doc/posix-functions/optarg.texi (optopt): Likewise.
2379         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
2380         worked in 1.5.x, and was withdrawn in 1.7.
2381         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
2382         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
2383         cygwin versions.
2384         * doc/posix-functions/perror.texi (perror): Likewise.
2385         * doc/posix-functions/printf.texi (printf): Likewise.
2386         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
2387         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
2388         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
2389         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
2390         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
2391         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
2392         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
2393         Likewise.
2394         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
2395         Likewise.
2396         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
2397         this function.
2398         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
2399         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
2400         Likewise.
2401         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
2402         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
2403         * doc/posix-functions/confstr.texi (confstr): Likewise.
2404         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
2405         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
2406         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
2407         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
2408         * doc/posix-functions/fputws.texi (fputws): Likewise.
2409         * doc/posix-functions/fwide.texi (fwide): Likewise.
2410         * doc/posix-functions/getwc.texi (getwc): Likewise.
2411         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
2412         * doc/posix-functions/putwc.texi (putwc): Likewise.
2413         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
2414         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
2415         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
2416         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
2417         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
2418         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
2419         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
2420         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
2421         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
2422         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
2423         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
2424
2425 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
2426
2427         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
2428         * lib/ioctl.c: Include <sys/ioctl.h>.
2429
2430 2009-01-19  Simon Josefsson  <simon@josefsson.org>
2431
2432         * modules/getdate-tests (Depends-on): Add progname.
2433         * tests/test-getdate.c: Use progname module, to avoid link errors
2434         on non-glibc systems.
2435
2436 2009-01-18  Simon Josefsson  <simon@josefsson.org>
2437
2438         * modules/filenamecat-tests (Depends-on): Add progname.
2439         * modules/fstrcmp-tests (Depends-on): Likewise.
2440
2441         * tests/test-filenamecat.c: Use progname module, to avoid link
2442         errors on non-glibc systems.
2443         * tests/test-fstrcmp.c: Likewise.
2444
2445 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
2446
2447         gettimeofday: avoid warning: nested extern declaration of 'localtime'
2448         * lib/gettimeofday.c: Move extern declaration out of function.
2449
2450 2009-01-18  Bruno Haible  <bruno@clisp.org>
2451
2452         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
2453         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
2454         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
2455
2456 2009-01-18  Bruno Haible  <bruno@clisp.org>
2457
2458         * lib/strftime.c (MEMPCPY): Remove unused macro.
2459         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
2460
2461 2009-01-18  Martin Lambers  <marlam@marlam.de>
2462
2463         New module 'link'.
2464         * lib/unistd.in.h (link): New declaration.
2465         * lib/link.c: New file.
2466         * m4/link.m4: New file.
2467         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
2468         HAVE_LINK.
2469         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
2470         * modules/link: New file.
2471         * doc/posix-functions/link.texi: Mention the new module.
2472
2473 2009-01-18  Bruno Haible  <bruno@clisp.org>
2474
2475         * tests/test-avltree_list.c (main): Call set_program_name.
2476         * tests/test-avltree_oset.c (main): Likewise.
2477         * tests/test-obstack-printf.c: Include progname.h.
2478         (main): Call set_program_name.
2479         * tests/test-quotearg.c: Include progname.h.
2480         (main): Call set_program_name.
2481         * tests/test-xmemdup0.c: Include progname.h.
2482         (main): Call set_program_name.
2483
2484 2009-01-18  Bruno Haible  <bruno@clisp.org>
2485
2486         New module 'alphasort'.
2487         * lib/dirent.in.h (alphasort): New declaration.
2488         * lib/alphasort.c: New file, from glibc with modifications.
2489         * m4/alphasort.m4: New file.
2490         * modules/alphasort: New file.
2491         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
2492         HAVE_ALPHASORT.
2493         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
2494         HAVE_ALPHASORT.
2495         * doc/posix-functions/alphasort.texi: Mention the new module and the
2496         portability problems.
2497
2498 2009-01-18  Bruno Haible  <bruno@clisp.org>
2499
2500         New module 'scandir'.
2501         * lib/dirent.in.h (scandir): New declaration.
2502         * lib/scandir.c: New file, from glibc with modifications.
2503         * m4/scandir.m4: New file.
2504         * modules/scandir: New file.
2505         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
2506         HAVE_SCANDIR.
2507         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
2508         HAVE_SCANDIR.
2509         * doc/posix-functions/scandir.texi: Mention the new module and the
2510         portability problems.
2511
2512 2009-01-17  Bruno Haible  <bruno@clisp.org>
2513
2514         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
2515         Update documentation.
2516         (func_remove_suffix): Escape all dots in the suffix. Update
2517         documentation.
2518         (func_filter_filelist): Update documentation.
2519         Reported by Ralf Wildenhues.
2520
2521 2009-01-17  Bruno Haible  <bruno@clisp.org>
2522
2523         * modules/dprintf-posix-tests: New file.
2524         * tests/test-dprintf-posix.sh: New file.
2525         * tests/test-dprintf-posix.c: New file.
2526
2527         New modules 'dprintf', 'dprintf-posix'.
2528         * lib/stdio.in.h (dprintf): New declaration.
2529         * lib/dprintf.c: New file.
2530         * m4/dprintf.m4: New file.
2531         * m4/dprintf-posix.m4: New file.
2532         * modules/dprintf: New file.
2533         * modules/dprintf-posix: New file.
2534         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
2535         HAVE_DPRINTF, REPLACE_DPRINTF.
2536         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
2537         HAVE_DPRINTF, REPLACE_DPRINTF.
2538         * doc/posix-functions/dprintf.texi: Mention the new modules.
2539
2540 2009-01-17  Bruno Haible  <bruno@clisp.org>
2541
2542         * modules/vdprintf-posix-tests: New file.
2543         * tests/test-vdprintf-posix.sh: New file.
2544         * tests/test-vdprintf-posix.c: New file.
2545
2546         New modules 'vdprintf', 'vdprintf-posix'.
2547         * lib/stdio.in.h (vdprintf): New declaration.
2548         * lib/vdprintf.c: New file.
2549         * m4/vdprintf.m4: New file.
2550         * m4/vdprintf-posix.m4: New file.
2551         * modules/vdprintf: New file.
2552         * modules/vdprintf-posix: New file.
2553         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
2554         HAVE_VDPRINTF, REPLACE_VDPRINTF.
2555         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
2556         HAVE_VDPRINTF, REPLACE_VDPRINTF.
2557         * doc/posix-functions/vdprintf.texi: Mention the new modules.
2558
2559 2009-01-17  Bruno Haible  <bruno@clisp.org>
2560
2561         Fix replacement of fopen on mingw.
2562         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
2563         mingw.
2564
2565 2009-01-17  Bruno Haible  <bruno@clisp.org>
2566
2567         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
2568         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
2569
2570 2009-01-17  Bruno Haible  <bruno@clisp.org>
2571
2572         Avoid test-fflush2.sh failure on mingw.
2573         * tests/test-fflush2.c: Include binary-io.h.
2574         (main): Put standard input into binary mode.
2575         * modules/fflush-tests (Depends-on): Add binary-io.
2576
2577 2009-01-17  Bruno Haible  <bruno@clisp.org>
2578
2579         * lib/wchar.in.h: In another particular situation, include only the
2580         system's <wchar.h> file.
2581         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
2582         Reported by Albert Chin-A-Young <china@thewrittenword.com>
2583         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
2584
2585 2009-01-17  Bruno Haible  <bruno@clisp.org>
2586
2587         Support for stripping executables in --enable-relocatable.
2588         * build-aux/install-reloc: Expect one more argument, or an environment
2589         variable RELOC_STRIP_PROG. If set, strip the destination program and
2590         its wrapper.
2591         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
2592         RELOC_STRIP_PROG.
2593         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
2594         to set RELOCATABLE_STRIP.
2595         * NEWS: Mention the new Makefile requirement.
2596
2597 2009-01-17  Bruno Haible  <bruno@clisp.org>
2598
2599         * build-aux/install-reloc: Remove debugging information left over by
2600         C compiler on MacOS X.
2601
2602 2009-01-17  Bruno Haible  <bruno@clisp.org>
2603
2604         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
2605         * lib/progreloc.c (find_executable): Fix type of pointer passed to
2606         _NSGetExecutablePath.
2607
2608 2009-01-16  Jim Meyering  <meyering@redhat.com>
2609
2610         strerror: avoid warnings about discarding "const"
2611         * lib/strerror.c (rpl_strerror): Instead of returning a const
2612         string from each and every "case", use a variable, and add a single
2613         cast after the switch.
2614
2615 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
2616
2617         * lib/arpa_inet.in.h: Add extern "C" block for C++.
2618
2619 2009-01-16  Bruno Haible  <bruno@clisp.org>
2620
2621         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
2622         array initializer syntax that also works in C++ mode.
2623         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2624
2625 2009-01-16  Jim Meyering  <meyering@redhat.com>
2626
2627         poll: suppress a warning
2628         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
2629         to ignore "...unsigned expression < 0 is always false" warnings.
2630
2631 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
2632
2633         poll: remove declarations of unused variables
2634         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
2635         sockbuf and optlen.
2636
2637 2009-01-15  Bruno Haible  <bruno@clisp.org>
2638
2639         Make fflush-after-ungetc POSIX compliant on BSD systems.
2640         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
2641         (clear_ungetc_buffer): Implement also for other systems.
2642         (rpl_fflush): On glibc systems, invoke
2643         clear_ungetc_buffer_preserving_position. Otherwise, invoke
2644         clear_ungetc_buffer after fetching the stream's position, not before.
2645
2646 2009-01-15  Bruno Haible  <bruno@clisp.org>
2647
2648         Make fflush-after-ungetc POSIX compliant on glibc systems.
2649         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
2650         after ungetc.
2651         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
2652         (rpl_fflush): On glibc systems, simply call the system's fflush
2653         function after clearing the ungetc buffer.
2654         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
2655         Instead, lseek only to the end of file, then use the system's fseeko
2656         for the rest. On glibc systems, reset the EOF indicator bit.
2657
2658 2009-01-15  Jim Meyering  <meyering@redhat.com>
2659
2660         openmp.m4: revert quote-adding change, for portability to older autoconf
2661         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
2662         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
2663         Simon Josefsson noticed the problem when using autoconf-2.61.
2664
2665 2009-01-15  Bruno Haible  <bruno@clisp.org>
2666
2667         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
2668         * tests/test-fflush2.c (ASSERT): Always fail.
2669         (main): Add two tests for fflush() after ungetc(), taking into account
2670         the Austin Group's clarification.
2671         Suggested by Eric Blake.
2672
2673 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
2674
2675         mktime.m4: remove K&R-style function prototypes
2676         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
2677         for the Sun C++ compiler.
2678
2679 2009-01-14  Bruno Haible  <bruno@clisp.org>
2680
2681         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
2682         while including <wchar.h>.
2683         * lib/wchar.in.h: In two particular situations on HP-UX, include only
2684         the system's <wchar.h> file.
2685         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2686
2687 2009-01-14  Bruno Haible  <bruno@clisp.org>
2688
2689         * m4/csharp.m4: Don't mention gettext on the serial number line.
2690         * m4/csharpexec.m4: Likewise.
2691         * m4/eaccess.m4: Likewise.
2692         * m4/javaexec.m4: Likewise.
2693         * m4/sig_atomic_t.m4: Likewise.
2694         * m4/tmpdir.m4: Likewise.
2695         * m4/intldir.m4: Bump gettext version.
2696         * m4/lib-ld.m4: Likewise.
2697
2698 2009-01-14  Bruno Haible  <bruno@clisp.org>
2699
2700         * lib/progname.c (set_program_name): Add more comments.
2701         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
2702
2703 2009-01-14  Simon Josefsson  <simon@josefsson.org>
2704
2705         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
2706         were sys/stat.h does not define it.
2707
2708 2009-01-14  Jim Meyering  <meyering@redhat.com>
2709
2710         many *.m4 files: improve m4 quoting
2711         99% of this change was performed by running the following commands:
2712         git ls-files | grep '\.m4$' | xargs perl -pi \
2713           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
2714           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
2715           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
2716           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
2717         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
2718         The remainder were to add Copyright dates, increment serial numbers,
2719         undo some changes in comments, exclude m4/intl.m4, and add quotes
2720         around the "1" in ",1" where the unusual spacing prohibited the
2721         above regexps from doing the job.  For more details, see
2722         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
2723         * m4/acl.m4: Modified.
2724         * m4/afs.m4: Likewise.
2725         * m4/alloca.m4: Likewise.
2726         * m4/argp.m4: Likewise.
2727         * m4/argz.m4: Likewise.
2728         * m4/atexit.m4: Likewise.
2729         * m4/bison-i18n.m4: Likewise.
2730         * m4/bison.m4: Likewise.
2731         * m4/byteswap.m4: Likewise.
2732         * m4/c-stack.m4: Likewise.
2733         * m4/c-strtod.m4: Likewise.
2734         * m4/calloc.m4: Likewise.
2735         * m4/canonicalize-lgpl.m4: Likewise.
2736         * m4/chown.m4: Likewise.
2737         * m4/clock_time.m4: Likewise.
2738         * m4/codeset.m4: Likewise.
2739         * m4/copy-file.m4: Likewise.
2740         * m4/csharp.m4: Likewise.
2741         * m4/csharpcomp.m4: Likewise.
2742         * m4/csharpexec.m4: Likewise.
2743         * m4/d-ino.m4: Likewise.
2744         * m4/d-type.m4: Likewise.
2745         * m4/dirfd.m4: Likewise.
2746         * m4/double-slash-root.m4: Likewise.
2747         * m4/eaccess.m4: Likewise.
2748         * m4/eealloc.m4: Likewise.
2749         * m4/environ.m4: Likewise.
2750         * m4/errno_h.m4: Likewise.
2751         * m4/euidaccess.m4: Likewise.
2752         * m4/execute.m4: Likewise.
2753         * m4/fatal-signal.m4: Likewise.
2754         * m4/fchdir.m4: Likewise.
2755         * m4/fcntl_h.m4: Likewise.
2756         * m4/fileblocks.m4: Likewise.
2757         * m4/filenamecat.m4: Likewise.
2758         * m4/findprog.m4: Likewise.
2759         * m4/flexmember.m4: Likewise.
2760         * m4/fnmatch.m4: Likewise.
2761         * m4/fopen.m4: Likewise.
2762         * m4/fpending.m4: Likewise.
2763         * m4/fprintf-posix.m4: Likewise.
2764         * m4/free.m4: Likewise.
2765         * m4/frexp.m4: Likewise.
2766         * m4/frexpl.m4: Likewise.
2767         * m4/fsusage.m4: Likewise.
2768         * m4/ftruncate.m4: Likewise.
2769         * m4/gc-camellia.m4: Likewise.
2770         * m4/gc-random.m4: Likewise.
2771         * m4/gc.m4: Likewise.
2772         * m4/getaddrinfo.m4: Likewise.
2773         * m4/getcwd-abort-bug.m4: Likewise.
2774         * m4/getcwd-path-max.m4: Likewise.
2775         * m4/getdate.m4: Likewise.
2776         * m4/getdomainname.m4: Likewise.
2777         * m4/getgroups.m4: Likewise.
2778         * m4/gethostname.m4: Likewise.
2779         * m4/gethrxtime.m4: Likewise.
2780         * m4/getline.m4: Likewise.
2781         * m4/getloadavg.m4: Likewise.
2782         * m4/getndelim2.m4: Likewise.
2783         * m4/getpass.m4: Likewise.
2784         * m4/gettext.m4: Likewise.
2785         * m4/gettime.m4: Likewise.
2786         * m4/gettimeofday.m4: Likewise.
2787         * m4/gnulib-common.m4: Likewise.
2788         * m4/group-member.m4: Likewise.
2789         * m4/host-os.m4: Likewise.
2790         * m4/iconv.m4: Likewise.
2791         * m4/iconv_open.m4: Likewise.
2792         * m4/inet_ntop.m4: Likewise.
2793         * m4/inet_pton.m4: Likewise.
2794         * m4/inline.m4: Likewise.
2795         * m4/intldir.m4: Likewise.
2796         * m4/intlmacosx.m4: Likewise.
2797         * m4/intmax.m4: Likewise.
2798         * m4/intmax_t.m4: Likewise.
2799         * m4/inttypes.m4: Likewise.
2800         * m4/inttypes_h.m4: Likewise.
2801         * m4/inttypes-pri.m4: Likewise.
2802         * m4/isapipe.m4: Likewise.
2803         * m4/isnand.m4: Likewise.
2804         * m4/isnanf.m4: Likewise.
2805         * m4/isnanl.m4: Likewise.
2806         * m4/javacomp.m4: Likewise.
2807         * m4/javaexec.m4: Likewise.
2808         * m4/jm-winsz1.m4: Likewise.
2809         * m4/jm-winsz2.m4: Likewise.
2810         * m4/lchown.m4: Likewise.
2811         * m4/lcmessage.m4: Likewise.
2812         * m4/ldexpl.m4: Likewise.
2813         * m4/lib-ld.m4: Likewise.
2814         * m4/lib-link.m4: Likewise.
2815         * m4/libsigsegv.m4: Likewise.
2816         * m4/link-follow.m4: Likewise.
2817         * m4/localcharset.m4: Likewise.
2818         * m4/locale-fr.m4: Likewise.
2819         * m4/locale-ja.m4: Likewise.
2820         * m4/locale-tr.m4: Likewise.
2821         * m4/locale-zh.m4: Likewise.
2822         * m4/lock.m4: Likewise.
2823         * m4/longlong.m4: Likewise.
2824         * m4/ls-mntd-fs.m4: Likewise.
2825         * m4/lstat.m4: Likewise.
2826         * m4/malloc.m4: Likewise.
2827         * m4/mathl.m4: Likewise.
2828         * m4/mbrtowc.m4: Likewise.
2829         * m4/mbstate_t.m4: Likewise.
2830         * m4/mbswidth.m4: Likewise.
2831         * m4/memchr.m4: Likewise.
2832         * m4/memcmp.m4: Likewise.
2833         * m4/memcpy.m4: Likewise.
2834         * m4/memmem.m4: Likewise.
2835         * m4/memmove.m4: Likewise.
2836         * m4/mempcpy.m4: Likewise.
2837         * m4/memrchr.m4: Likewise.
2838         * m4/memset.m4: Likewise.
2839         * m4/minmax.m4: Likewise.
2840         * m4/mkdir-slash.m4: Likewise.
2841         * m4/mkdtemp.m4: Likewise.
2842         * m4/mktime.m4: Likewise.
2843         * m4/mmap-anon.m4: Likewise.
2844         * m4/mountlist.m4: Likewise.
2845         * m4/nanosleep.m4: Likewise.
2846         * m4/nls.m4: Likewise.
2847         * m4/nocrash.m4: Likewise.
2848         * m4/open.m4: Likewise.
2849         * m4/openat.m4: Likewise.
2850         * m4/openmp.m4: Likewise.
2851         * m4/pathmax.m4: Likewise.
2852         * m4/perl.m4: Likewise.
2853         * m4/physmem.m4: Likewise.
2854         * m4/pipe.m4: Likewise.
2855         * m4/po.m4: Likewise.
2856         * m4/poll.m4: Likewise.
2857         * m4/posixtm.m4: Likewise.
2858         * m4/posixver.m4: Likewise.
2859         * m4/printf-frexp.m4: Likewise.
2860         * m4/printf-frexpl.m4: Likewise.
2861         * m4/printf-posix.m4: Likewise.
2862         * m4/printf-posix-rpl.m4: Likewise.
2863         * m4/printf.m4: Likewise.
2864         * m4/progtest.m4: Likewise.
2865         * m4/putenv.m4: Likewise.
2866         * m4/readline.m4: Likewise.
2867         * m4/readlink.m4: Likewise.
2868         * m4/readutmp.m4: Likewise.
2869         * m4/realloc.m4: Likewise.
2870         * m4/regex.m4: Likewise.
2871         * m4/relocatable.m4: Likewise.
2872         * m4/relocatable-lib.m4: Likewise.
2873         * m4/rename-dest-slash.m4: Likewise.
2874         * m4/rename.m4: Likewise.
2875         * m4/rmdir-errno.m4: Likewise.
2876         * m4/rmdir.m4: Likewise.
2877         * m4/roundf.m4: Likewise.
2878         * m4/roundl.m4: Likewise.
2879         * m4/rpmatch.m4: Likewise.
2880         * m4/save-cwd.m4: Likewise.
2881         * m4/selinux-selinux-h.m4: Likewise.
2882         * m4/setenv.m4: Likewise.
2883         * m4/settime.m4: Likewise.
2884         * m4/sig2str.m4: Likewise.
2885         * m4/sig_atomic_t.m4: Likewise.
2886         * m4/signalblocking.m4: Likewise.
2887         * m4/signbit.m4: Likewise.
2888         * m4/sigpipe.m4: Likewise.
2889         * m4/sockets.m4: Likewise.
2890         * m4/sockpfaf.m4: Likewise.
2891         * m4/st_dm_mode.m4: Likewise.
2892         * m4/stat-time.m4: Likewise.
2893         * m4/stdbool.m4: Likewise.
2894         * m4/stdint.m4: Likewise.
2895         * m4/stdint_h.m4: Likewise.
2896         * m4/stpcpy.m4: Likewise.
2897         * m4/stpncpy.m4: Likewise.
2898         * m4/strcase.m4: Likewise.
2899         * m4/strchrnul.m4: Likewise.
2900         * m4/strcspn.m4: Likewise.
2901         * m4/strdup.m4: Likewise.
2902         * m4/strftime.m4: Likewise.
2903         * m4/strndup.m4: Likewise.
2904         * m4/strnlen.m4: Likewise.
2905         * m4/strpbrk.m4: Likewise.
2906         * m4/strptime.m4: Likewise.
2907         * m4/strsep.m4: Likewise.
2908         * m4/strtod.m4: Likewise.
2909         * m4/strtoimax.m4: Likewise.
2910         * m4/strtok_r.m4: Likewise.
2911         * m4/strtol.m4: Likewise.
2912         * m4/strtoll.m4: Likewise.
2913         * m4/strtoul.m4: Likewise.
2914         * m4/strtoull.m4: Likewise.
2915         * m4/strtoumax.m4: Likewise.
2916         * m4/strverscmp.m4: Likewise.
2917         * m4/threadlib.m4: Likewise.
2918         * m4/timegm.m4: Likewise.
2919         * m4/tm_gmtoff.m4: Likewise.
2920         * m4/tmpdir.m4: Likewise.
2921         * m4/tmpfile.m4: Likewise.
2922         * m4/tzset.m4: Likewise.
2923         * m4/uintmax_t.m4: Likewise.
2924         * m4/unlinkdir.m4: Likewise.
2925         * m4/unlocked-io.m4: Likewise.
2926         * m4/uptime.m4: Likewise.
2927         * m4/userspec.m4: Likewise.
2928         * m4/utimbuf.m4: Likewise.
2929         * m4/utime.m4: Likewise.
2930         * m4/utimes-null.m4: Likewise.
2931         * m4/utimes.m4: Likewise.
2932         * m4/vararrays.m4: Likewise.
2933         * m4/vasnprintf.m4: Likewise.
2934         * m4/vfprintf-posix.m4: Likewise.
2935         * m4/vprintf-posix.m4: Likewise.
2936         * m4/wait-process.m4: Likewise.
2937         * m4/wchar_t.m4: Likewise.
2938         * m4/wint_t.m4: Likewise.
2939         * m4/write-any-file.m4: Likewise.
2940         * m4/yield.m4: Likewise.
2941
2942 2009-01-13  Bruno Haible  <bruno@clisp.org>
2943
2944         Avoid test-copy-file.sh failures when ACL support insufficient.
2945         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
2946         TESTS_ENVIRONMENT.
2947         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
2948         Reported by Jim Meyering.
2949
2950 2009-01-13  Bruno Haible  <bruno@clisp.org>
2951
2952         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
2953         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
2954         * modules/unistdio/u8-printf-parse (Files): Likewise.
2955         * modules/unistdio/u32-printf-parse (Files): Likewise.
2956         * modules/unistdio/ulc-printf-parse (Files): Likewise.
2957
2958 2009-01-13  Simon Josefsson  <simon@josefsson.org>
2959
2960         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
2961         and m4/inttypes_h.m4 too.
2962
2963 2009-01-12  Eric Blake  <ebb9@byu.net>
2964
2965         tests: IRIX 6.2 cc can't compile -0.0 into .data
2966         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
2967         rather than at compile-time.
2968         * tests/test-floorl.c (minus_zero): Likewise.
2969         * tests/test-frexpl.c (minus_zero): Likewise.
2970         * tests/test-isnan.c (minus_zerol): Likewise.
2971         * tests/test-isnanl.h (minus_zero): Likewise.
2972         * tests/test-ldexpl.c (minus_zero): Likewise.
2973         * tests/test-roundl.c (minus_zero): Likewise.
2974         * tests/test-signbit.c (minus_zerol): Likewise.
2975         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
2976         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
2977         * tests/test-truncl.c (minus_zero): Likewise.
2978         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
2979         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
2980         Reported by Tom G. Christensen and Nelson H. F. Beebe.
2981
2982 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
2983
2984         regex: fix glibc bug 9697
2985         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
2986         handling.
2987
2988 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
2989
2990         regex: fix glibc bug 697
2991         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
2992         being NULL also if there are no backreferences.
2993
2994 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
2995
2996         regex: merge glibc changes
2997         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
2998         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
2999         re_string_skip_chars, re_string_reconstruct): Likewise.
3000         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
3001
3002 2009-01-07  Jim Meyering  <meyering@redhat.com>
3003
3004         poll: filter through cppi
3005         * lib/poll.c: Indent cpp directives to reflect nesting.
3006
3007 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
3008
3009         poll: don't return uninitialized
3010         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
3011
3012 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
3013
3014         avoid compile failure on AIX 6.1
3015         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
3016         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
3017
3018 2009-01-04  Jim Meyering  <meyering@redhat.com>
3019
3020         remove duplicate inclusion of <stdio.h>
3021         * tests/test-fprintf-posix.c: Likewise.
3022         * tests/test-printf-posix.c: Likewise.
3023         * tests/test-snprintf-posix.c: Likewise.
3024         * tests/test-sprintf-posix.c: Likewise.
3025         * tests/test-vasprintf-posix.c: Likewise.
3026         * tests/test-vfprintf-posix.c: Likewise.
3027         * tests/test-vprintf-posix.c: Likewise.
3028         * tests/test-vsnprintf-posix.c: Likewise.
3029         * tests/test-vsprintf-posix.c: Likewise.
3030
3031 2009-01-03  Jim Meyering  <meyering@redhat.com>
3032
3033         gnulib-tool: fix sed-based filtering
3034         * gnulib-tool (func_filter_filelist): Remove extra backslash
3035         in sed_fff_filter definition.
3036
3037 2009-01-02  Jim Meyering  <meyering@redhat.com>
3038
3039         strftime: avoid compilation failure on Solaris 2.6
3040         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
3041         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
3042         Don't #define mbrlen or mbsinit, since now they're guaranteed to
3043         be available.  Reported by Tom G. Christensen.  Details in
3044         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
3045
3046 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3047             Bruno Haible  <bruno@clisp.org>
3048
3049         Speed up gnulib-tool by doing more string processing through shell
3050         built-ins.
3051         * gnulib-tool (fast_func_append): New variable.
3052         (func_remove_prefix, func_remove_suffix): New functions.
3053         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
3054         (func_filter_filelist): New function.
3055         (func_get_dependencies): Use func_remove_suffix instead of sed.
3056         (func_get_automake_snippet): Use func_filter_filelist instead of a
3057         subshell and sed invocation.
3058
3059 2009-01-01  Bruno Haible  <bruno@clisp.org>
3060
3061         Fix a security bug.
3062         * gnulib-tool (func_import, import, update): Don't allow the characters
3063         '"', '$', '`', '\' in macro arguments that become part of commands that
3064         are evaluated.
3065
3066 2009-01-01  Bruno Haible  <bruno@clisp.org>
3067
3068         * gnulib-tool (func_reset_sigpipe): Add more comments.
3069
3070 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3071
3072         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
3073         func_emit_tests_Makefile_am, func_import): Abort loops early if we
3074         already know the answer.
3075
3076 2009-01-01  Jim Meyering  <meyering@redhat.com>
3077
3078         * lib/version-etc.c (version_etc_va): Update copyright year.
3079
3080 2008-12-30  Bruno Haible  <bruno@clisp.org>
3081
3082         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
3083         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
3084         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
3085
3086 2008-12-29  Eric Blake  <ebb9@byu.net>
3087
3088         multiarch: avoid autoconf AC_REQUIRE bug
3089         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
3090         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
3091         2.63 and older.
3092         Reported by Bruno Haible, and analyzed in
3093         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
3094
3095 2008-12-29  Bruno Haible  <bruno@clisp.org>
3096
3097         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
3098         files in subdirectories correctly.
3099         Reported by Ralf Wildenhues.
3100
3101 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3102
3103         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
3104         rather than 'join FILE -', for Solaris join.
3105
3106 2008-12-29  Bruno Haible  <bruno@clisp.org>
3107
3108         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
3109         quoting.
3110         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
3111         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
3112         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
3113         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
3114         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
3115         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
3116         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
3117         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
3118         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
3119         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
3120         * m4/nls.m4 (AM_NLS): Likewise.
3121         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
3122         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
3123         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
3124         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
3125         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
3126         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
3127         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
3128         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
3129         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
3130         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
3131         * m4/xsize.m4 (gl_XSIZE): Likewise.
3132         Suggested by Jim Meyering.
3133
3134 2008-11-17  Bruce Korb  <bkorb@gnu.org>
3135
3136         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
3137         * lib/parse-duration.c: use a switch instead of cascading if's.
3138
3139 2008-12-29  Eric Blake  <ebb9@byu.net>
3140
3141         wchar.h: supply WEOF on Irix 5.3
3142         * lib/wchar.in.h (wint_t): Also supply WEOF.
3143         * lib/wctype.in.h (wint_t): Likewise.
3144         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
3145         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
3146         Reported by Tom G. Christensen.
3147
3148 2008-12-26  Bruno Haible  <bruno@clisp.org>
3149
3150         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
3151         i486, i586, i686.
3152
3153 2008-12-26  Bruno Haible  <bruno@clisp.org>
3154
3155         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
3156
3157 2008-12-26  Bruno Haible  <bruno@clisp.org>
3158
3159         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
3160         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
3161         not __STDC_CONSTANT_MACROS.
3162         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
3163
3164 2008-12-25  Bruno Haible  <bruno@clisp.org>
3165
3166         Add support for universal builds to vasnprintf.
3167         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
3168         universal builds, guess no.
3169         * modules/vasnprintf-posix (Depends-on): Add multiarch.
3170         * modules/vasprintf-posix (Depends-on): Likewise.
3171         * modules/fprintf-posix (Depends-on): Likewise.
3172         * modules/vfprintf-posix (Depends-on): Likewise.
3173         * modules/snprintf-posix (Depends-on): Likewise.
3174         * modules/vsnprintf-posix (Depends-on): Likewise.
3175         * modules/sprintf-posix (Depends-on): Likewise.
3176         * modules/vsprintf-posix (Depends-on): Likewise.
3177         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3178         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3179         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3180         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3181         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3182         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3183         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3184
3185         Add support for universal builds to <inttypes.h>.
3186         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
3187         _SCNu64_PREFIX): In Apple
3188         universal builds, define directly, using _LP64.
3189         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
3190         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
3191         * modules/inttypes (Depends-on): Add multiarch.
3192         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
3193
3194         Add support for universal builds to <stdint.h>.
3195         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
3196         universal builds, define directly, using _LP64.
3197         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
3198         Apple universal builds, don't test for the size and suffix of ptrdiff_t
3199         and size_t.
3200         * modules/stdint (Depends-on): Add multiarch.
3201         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
3202
3203         New module 'multiarch'.
3204         * modules/multiarch: New file.
3205         * m4/multiarch.m4: New file.
3206
3207 2008-12-25  Bruno Haible  <bruno@clisp.org>
3208
3209         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
3210
3211 2008-12-25  Bruno Haible  <bruno@clisp.org>
3212
3213         * modules/btowc (License): Relicense under LGPLv2+.
3214         * modules/mbsinit (License): Likewise.
3215         * modules/mbrtowc (License): Likewise.
3216         * modules/wcrtomb (License): Likewise.
3217         * modules/streq (License): Likewise.
3218         Reported by David Lutterkort <lutter@redhat.com>.
3219
3220 2008-12-23  Bruno Haible  <bruno@clisp.org>
3221
3222         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
3223
3224 2008-12-23  Bruno Haible  <bruno@clisp.org>
3225
3226         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
3227         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
3228         GETADDRINFO_LIB, not in LIBS.
3229         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
3230         * modules/canon-host (Link): Likewise.
3231         * NEWS: Mention the change.
3232         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
3233         GETADDRINFO_LIB.
3234
3235 2008-12-22  Bruno Haible  <bruno@clisp.org>
3236
3237         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
3238         * doc/posix-functions/iswalpha_l.texi: Likewise.
3239         * doc/posix-functions/iswblank_l.texi: Likewise.
3240         * doc/posix-functions/iswcntrl_l.texi: Likewise.
3241         * doc/posix-functions/iswctype_l.texi: Likewise.
3242         * doc/posix-functions/iswdigit_l.texi: Likewise.
3243         * doc/posix-functions/iswgraph_l.texi: Likewise.
3244         * doc/posix-functions/iswlower_l.texi: Likewise.
3245         * doc/posix-functions/iswprint_l.texi: Likewise.
3246         * doc/posix-functions/iswpunct_l.texi: Likewise.
3247         * doc/posix-functions/iswspace_l.texi: Likewise.
3248         * doc/posix-functions/iswupper_l.texi: Likewise.
3249         * doc/posix-functions/iswxdigit_l.texi: Likewise.
3250         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
3251         * doc/posix-functions/open_wmemstream.texi: Likewise.
3252         * doc/posix-functions/swscanf.texi: Likewise.
3253         * doc/posix-functions/towctrans_l.texi: Likewise.
3254         * doc/posix-functions/towlower.texi: Likewise.
3255         * doc/posix-functions/towlower_l.texi: Likewise.
3256         * doc/posix-functions/towupper.texi: Likewise.
3257         * doc/posix-functions/towupper_l.texi: Likewise.
3258         * doc/posix-functions/vfwprintf.texi: Likewise.
3259         * doc/posix-functions/vfwscanf.texi: Likewise.
3260         * doc/posix-functions/vswscanf.texi: Likewise.
3261         * doc/posix-functions/vwprintf.texi: Likewise.
3262         * doc/posix-functions/vwscanf.texi: Likewise.
3263         * doc/posix-functions/wcpcpy.texi: Likewise.
3264         * doc/posix-functions/wcpncpy.texi: Likewise.
3265         * doc/posix-functions/wcscasecmp.texi: Likewise.
3266         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
3267         * doc/posix-functions/wcscoll_l.texi: Likewise.
3268         * doc/posix-functions/wcsdup.texi: Likewise.
3269         * doc/posix-functions/wcsncasecmp.texi: Likewise.
3270         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
3271         * doc/posix-functions/wcsnlen.texi: Likewise.
3272         * doc/posix-functions/wcsnrtombs.texi: Likewise.
3273         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
3274         * doc/posix-functions/wctrans_l.texi: Likewise.
3275         * doc/posix-functions/wctype_l.texi: Likewise.
3276         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
3277         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
3278         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
3279         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
3280         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
3281         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
3282         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
3283         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
3284         * doc/glibc-functions/wcschrnul.texi: Likewise.
3285         * doc/glibc-functions/wcsftime_l.texi: Likewise.
3286         * doc/glibc-functions/wcstod_l.texi: Likewise.
3287         * doc/glibc-functions/wcstof_l.texi: Likewise.
3288         * doc/glibc-functions/wcstol_l.texi: Likewise.
3289         * doc/glibc-functions/wcstold_l.texi: Likewise.
3290         * doc/glibc-functions/wcstoll_l.texi: Likewise.
3291         * doc/glibc-functions/wcstoq.texi: Likewise.
3292         * doc/glibc-functions/wcstoul_l.texi: Likewise.
3293         * doc/glibc-functions/wcstoull_l.texi: Likewise.
3294         * doc/glibc-functions/wcstouq.texi: Likewise.
3295         * doc/glibc-functions/wmempcpy.texi: Likewise.
3296
3297 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
3298             Eric Blake  <ebb9@byu.net>
3299             Paolo Bonzini  <bonzini@gnu.org>
3300             Bruno Haible  <bruno@clisp.org>
3301
3302         Make c-stack work on Haiku.
3303         * lib/c-stack.c (SA_ONSTACK): Define fallback.
3304         (c_stack_action): Use SA_ONSTACK flag.
3305
3306 2008-12-22  Bruno Haible  <bruno@clisp.org>
3307
3308         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
3309
3310 2008-12-22  Bruno Haible  <bruno@clisp.org>
3311
3312         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
3313         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
3314         being overridden.
3315         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
3316         New macros.
3317         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
3318         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
3319         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
3320         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
3321
3322 2008-12-22  Bruno Haible  <bruno@clisp.org>
3323
3324         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
3325         from test code.
3326
3327 2008-12-22  Eric Blake  <ebb9@byu.net>
3328
3329         Avoid gcc warnings on cygwin.
3330         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
3331         Avoid unused variable.
3332         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
3333         Likewise.
3334
3335 2008-12-22  Bruno Haible  <bruno@clisp.org>
3336
3337         Remove HAVE_MBRTOWC conditionals.
3338         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
3339         (mbscasecmp): Assume mbrtowc function.
3340         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
3341         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
3342         * lib/mbschr.c: Include mbuiter.h unconditionally.
3343         (mbschr): Assume mbrtowc function.
3344         * lib/mbscspn.c: Include mbuiter.h unconditionally.
3345         (mbscspn): Assume mbrtowc function.
3346         * lib/mbslen.c: Include mbuiter.h unconditionally.
3347         (mbslen): Assume mbrtowc function.
3348         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
3349         (mbsncasecmp): Assume mbrtowc function.
3350         * lib/mbsnlen.c: Include mbiter.h unconditionally.
3351         (mbsnlen): Assume mbrtowc function.
3352         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
3353         (mbspbrk): Assume mbrtowc function.
3354         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
3355         (mbspcasecmp): Assume mbrtowc function.
3356         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
3357         (mbsrchr): Assume mbrtowc function.
3358         * lib/mbssep.c: Include mbuiter.h unconditionally.
3359         (mbssep): Assume mbrtowc function.
3360         * lib/mbsspn.c: Include mbuiter.h unconditionally.
3361         (mbsspn): Assume mbrtowc function.
3362         * lib/mbsstr.c: Include mbuiter.h unconditionally.
3363         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
3364         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
3365         (mbstok_r): Assume mbrtowc function.
3366         * lib/propername.c: Include mbuiter.h unconditionally.
3367         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
3368         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
3369         (trim2): Assume mbrtowc function.
3370         * lib/mbswidth.c (mbsinit): Remove fallback definition.
3371         (mbsnwidth): Assume mbrtowc function.
3372         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
3373         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
3374         fallback definitions.
3375         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
3376
3377 2008-12-22  Bruno Haible  <bruno@clisp.org>
3378
3379         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
3380
3381 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
3382
3383         * modules/regex: Request emulations for the mb*/wc* functions we need.
3384         * m4/regex.m4: Don't look for those functions here.
3385         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
3386
3387 2008-12-22  Bruno Haible  <bruno@clisp.org>
3388
3389         * modules/fnmatch (Depends-on): Remove duplicated dependency.
3390
3391 2008-12-21  Bruno Haible  <bruno@clisp.org>
3392
3393         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
3394         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
3395         (Include): Remove conditionalization.
3396         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
3397         (Include): Remove conditionalization.
3398         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
3399         (Include): Remove conditionalization.
3400         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
3401         * m4/mbfile.m4 (gl_MBFILE): Likewise.
3402         * NEWS: Mention the change.
3403         Reported by Alan Hourihane <alanh@fairlite.co.uk>
3404         via Sergey Poznyakoff <gray@gnu.org.ua>.
3405
3406 2008-12-21  Bruno Haible  <bruno@clisp.org>
3407
3408         * MODULES.html.sh (Extended multibyte and wide character utilities
3409         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
3410         wcrtomb, wcsrtombs.
3411         (Support for systems lacking POSIX:2008): Add accept, bind, close,
3412         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
3413         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
3414         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
3415
3416 2008-12-21  Bruno Haible  <bruno@clisp.org>
3417
3418         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
3419
3420 2008-12-21  Bruno Haible  <bruno@clisp.org>
3421
3422         * modules/wcsnrtombs-tests: New file.
3423         * tests/test-wcsnrtombs1.sh: New file.
3424         * tests/test-wcsnrtombs2.sh: New file.
3425         * tests/test-wcsnrtombs3.sh: New file.
3426         * tests/test-wcsnrtombs4.sh: New file.
3427         * tests/test-wcsnrtombs.c: New file.
3428
3429         New module 'wcsnrtombs'.
3430         * lib/wchar.in.h (wcsnrtombs): New declaration.
3431         * lib/wcsnrtombs.c: New file.
3432         * lib/wcsrtombs-state.c: New file.
3433         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
3434         (internal_state): Remove variable.
3435         * m4/wcsnrtombs.m4: New file.
3436         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
3437         compilation units.
3438         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
3439         HAVE_WCSNRTOMBS.
3440         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
3441         HAVE_WCSNRTOMBS.
3442         * modules/wcsnrtombs: New file.
3443         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
3444         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
3445
3446 2008-12-21  Bruno Haible  <bruno@clisp.org>
3447
3448         * modules/wcsrtombs-tests: New file.
3449         * tests/test-wcsrtombs1.sh: New file.
3450         * tests/test-wcsrtombs2.sh: New file.
3451         * tests/test-wcsrtombs3.sh: New file.
3452         * tests/test-wcsrtombs4.sh: New file.
3453         * tests/test-wcsrtombs.c: New file.
3454
3455         New module 'wcsrtombs'.
3456         * lib/wchar.in.h (wcsrtombs): New declaration.
3457         * lib/wcsrtombs.c: New file.
3458         * m4/wcsrtombs.m4: New file.
3459         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
3460         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
3461         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
3462         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
3463         * modules/wcsrtombs: New file.
3464         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
3465         bugs.
3466
3467 2008-12-21  Bruno Haible  <bruno@clisp.org>
3468
3469         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
3470         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
3471         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
3472         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
3473         if not correct.
3474         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
3475         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
3476         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3477         m4/locale-zh.m4, m4/codeset.m4.
3478         * doc/posix-functions/wcrtomb.texi: Document the bug.
3479
3480 2008-12-21  Bruno Haible  <bruno@clisp.org>
3481
3482         Work around a btowc() bug on IRIX 6.5.
3483         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
3484         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
3485         REPLACE_WTOBC if not.
3486         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
3487         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
3488         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
3489
3490 2008-12-21  Bruno Haible  <bruno@clisp.org>
3491
3492         * modules/wcrtomb-tests: New file.
3493         * tests/test-wcrtomb.sh: New file.
3494         * tests/test-wcrtomb.c: New file.
3495
3496         New module 'wcrtomb'.
3497         * lib/wchar.in.h (wcrtomb): New declaration.
3498         * lib/wcrtomb.c: New file.
3499         * m4/wcrtomb.m4: New file.
3500         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
3501         HAVE_WCRTOMB.
3502         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
3503         HAVE_WCRTOMB.
3504         * modules/wcrtomb: New file.
3505         * doc/posix-functions/wcrtomb.texi: Mention the new module.
3506
3507 2008-12-21  Bruno Haible  <bruno@clisp.org>
3508
3509         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
3510         * modules/mbsrtowcs (Files): Likewise.
3511         * modules/wctob (Files): Likewise.
3512         * modules/c-strcase-tests (Files): Likewise.
3513         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
3514         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
3515         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
3516         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
3517         * modules/vasnprintf-posix-tests (Files): Likewise.
3518
3519 2008-12-21  William Pursell  <bill.pursell@gmail.com>
3520
3521         gitlog-to-changelog: pass all command-line arguments to git-log
3522         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
3523         it is sometimes convenient to filter the commits in various ways.
3524         gitlog-to-changelog only allows --since to specify a start date,
3525         but git-log itself supports many other filtering mechanisms.
3526         At the moment, I want to filter by branch name.  Rather than
3527         adding a --branch option to gitlog-to-changelog, it seems more
3528         flexible to simply pass all options directly to git-log and let
3529         git do the work.  Notice that this effectively makes --since a
3530         redundant option for gitlog-to-changelog, but removing it would
3531         require current usage to change since calls would then require
3532         an additional '--'.
3533
3534 2008-12-21  Bruno Haible  <bruno@clisp.org>
3535
3536         * modules/mbsnrtowcs-tests: New file.
3537         * tests/test-mbsnrtowcs1.sh: New file.
3538         * tests/test-mbsnrtowcs2.sh: New file.
3539         * tests/test-mbsnrtowcs3.sh: New file.
3540         * tests/test-mbsnrtowcs4.sh: New file.
3541         * tests/test-mbsnrtowcs.c: New file.
3542
3543         New module 'mbsnrtowcs'.
3544         * lib/wchar.in.h (mbsnrtowcs): New declaration.
3545         * lib/mbsnrtowcs.c: New file.
3546         * lib/mbsrtowcs-state.c: New file.
3547         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
3548         (internal_state): Remove variable.
3549         * m4/mbsnrtowcs.m4: New file.
3550         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
3551         compilation units.
3552         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
3553         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
3554         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
3555         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
3556         * modules/mbsnrtowcs: New file.
3557         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
3558         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
3559         portability problem.
3560
3561 2008-12-21  Bruno Haible  <bruno@clisp.org>
3562
3563         Work around mbsrtowcs bug.
3564         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
3565         (gl_FUNC_MBSRTOWCS): Invoke it.
3566         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3567         m4/locale-zh.m4.
3568         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
3569
3570 2008-12-21  Bruno Haible  <bruno@clisp.org>
3571
3572         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
3573
3574 2008-12-21  Bruno Haible  <bruno@clisp.org>
3575
3576         Update doc for AIX.
3577         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
3578         16-bit wchar_t type.
3579         * doc/posix-functions/btowc.texi: Likewise.
3580         * doc/posix-functions/fgetwc.texi: Likewise.
3581         * doc/posix-functions/fgetws.texi: Likewise.
3582         * doc/posix-functions/fputwc.texi: Likewise.
3583         * doc/posix-functions/fputws.texi: Likewise.
3584         * doc/posix-functions/fwide.texi: Likewise.
3585         * doc/posix-functions/fwprintf.texi: Likewise.
3586         * doc/posix-functions/fwscanf.texi: Likewise.
3587         * doc/posix-functions/getwchar.texi: Likewise.
3588         * doc/posix-functions/getwc.texi: Likewise.
3589         * doc/posix-functions/iswalnum.texi: Likewise.
3590         * doc/posix-functions/iswalpha.texi: Likewise.
3591         * doc/posix-functions/iswblank.texi: Likewise.
3592         * doc/posix-functions/iswcntrl.texi: Likewise.
3593         * doc/posix-functions/iswctype.texi: Likewise.
3594         * doc/posix-functions/iswdigit.texi: Likewise.
3595         * doc/posix-functions/iswgraph.texi: Likewise.
3596         * doc/posix-functions/iswlower.texi: Likewise.
3597         * doc/posix-functions/iswprint.texi: Likewise.
3598         * doc/posix-functions/iswpunct.texi: Likewise.
3599         * doc/posix-functions/iswspace.texi: Likewise.
3600         * doc/posix-functions/iswupper.texi: Likewise.
3601         * doc/posix-functions/iswxdigit.texi: Likewise.
3602         * doc/posix-functions/mbrtowc.texi: Likewise.
3603         * doc/posix-functions/mbsrtowcs.texi: Likewise.
3604         * doc/posix-functions/mbstowcs.texi: Likewise.
3605         * doc/posix-functions/mbtowc.texi: Likewise.
3606         * doc/posix-functions/putwchar.texi: Likewise.
3607         * doc/posix-functions/putwc.texi: Likewise.
3608         * doc/posix-functions/swprintf.texi: Likewise.
3609         * doc/posix-functions/tolower.texi: Likewise.
3610         * doc/posix-functions/toupper.texi: Likewise.
3611         * doc/posix-functions/towctrans.texi: Likewise.
3612         * doc/posix-functions/ungetwc.texi: Likewise.
3613         * doc/posix-functions/vswprintf.texi: Likewise.
3614         * doc/posix-functions/wcrtomb.texi: Likewise.
3615         * doc/posix-functions/wcscat.texi: Likewise.
3616         * doc/posix-functions/wcschr.texi: Likewise.
3617         * doc/posix-functions/wcscmp.texi: Likewise.
3618         * doc/posix-functions/wcscoll.texi: Likewise.
3619         * doc/posix-functions/wcscpy.texi: Likewise.
3620         * doc/posix-functions/wcscspn.texi: Likewise.
3621         * doc/posix-functions/wcsftime.texi: Likewise.
3622         * doc/posix-functions/wcslen.texi: Likewise.
3623         * doc/posix-functions/wcsncat.texi: Likewise.
3624         * doc/posix-functions/wcsncmp.texi: Likewise.
3625         * doc/posix-functions/wcsncpy.texi: Likewise.
3626         * doc/posix-functions/wcspbrk.texi: Likewise.
3627         * doc/posix-functions/wcsrchr.texi: Likewise.
3628         * doc/posix-functions/wcsrtombs.texi: Likewise.
3629         * doc/posix-functions/wcsspn.texi: Likewise.
3630         * doc/posix-functions/wcsstr.texi: Likewise.
3631         * doc/posix-functions/wcstod.texi: Likewise.
3632         * doc/posix-functions/wcstof.texi: Likewise.
3633         * doc/posix-functions/wcstoimax.texi: Likewise.
3634         * doc/posix-functions/wcstok.texi: Likewise.
3635         * doc/posix-functions/wcstold.texi: Likewise.
3636         * doc/posix-functions/wcstoll.texi: Likewise.
3637         * doc/posix-functions/wcstol.texi: Likewise.
3638         * doc/posix-functions/wcstombs.texi: Likewise.
3639         * doc/posix-functions/wcstoull.texi: Likewise.
3640         * doc/posix-functions/wcstoul.texi: Likewise.
3641         * doc/posix-functions/wcstoumax.texi: Likewise.
3642         * doc/posix-functions/wcswidth.texi: Likewise.
3643         * doc/posix-functions/wcsxfrm.texi: Likewise.
3644         * doc/posix-functions/wctob.texi: Likewise.
3645         * doc/posix-functions/wctomb.texi: Likewise.
3646         * doc/posix-functions/wctrans.texi: Likewise.
3647         * doc/posix-functions/wctype.texi: Likewise.
3648         * doc/posix-functions/wcwidth.texi: Likewise.
3649         * doc/posix-functions/wmemchr.texi: Likewise.
3650         * doc/posix-functions/wmemcmp.texi: Likewise.
3651         * doc/posix-functions/wmemcpy.texi: Likewise.
3652         * doc/posix-functions/wmemmove.texi: Likewise.
3653         * doc/posix-functions/wmemset.texi: Likewise.
3654         * doc/posix-functions/wprintf.texi: Likewise.
3655         * doc/posix-functions/wscanf.texi: Likewise.
3656
3657 2008-12-21  Bruno Haible  <bruno@clisp.org>
3658
3659         Update doc for HP-UX 11.11.
3660         * doc/posix-functions/btowc.texi: Clarify that the function is missing
3661         in HP-UX version 11.00, not in all versions of HP-UX 11.
3662         * doc/posix-functions/fwide.texi: Likewise.
3663         * doc/posix-functions/fwprintf.texi: Likewise.
3664         * doc/posix-functions/fwscanf.texi: Likewise.
3665         * doc/posix-functions/inet_ntop.texi: Likewise.
3666         * doc/posix-functions/inet_pton.texi: Likewise.
3667         * doc/posix-functions/mbrlen.texi: Likewise.
3668         * doc/posix-functions/mbrtowc.texi: Likewise.
3669         * doc/posix-functions/mbsinit.texi: Likewise.
3670         * doc/posix-functions/mbsrtowcs.texi: Likewise.
3671         * doc/posix-functions/swprintf.texi: Likewise.
3672         * doc/posix-functions/swscanf.texi: Likewise.
3673         * doc/posix-functions/towctrans.texi: Likewise.
3674         * doc/posix-functions/vfwprintf.texi: Likewise.
3675         * doc/posix-functions/vswprintf.texi: Likewise.
3676         * doc/posix-functions/vwprintf.texi: Likewise.
3677         * doc/posix-functions/wcrtomb.texi: Likewise.
3678         * doc/posix-functions/wcsrtombs.texi: Likewise.
3679         * doc/posix-functions/wcsstr.texi: Likewise.
3680         * doc/posix-functions/wctob.texi: Likewise.
3681         * doc/posix-functions/wctrans.texi: Likewise.
3682         * doc/posix-functions/wmemchr.texi: Likewise.
3683         * doc/posix-functions/wmemcmp.texi: Likewise.
3684         * doc/posix-functions/wmemcpy.texi: Likewise.
3685         * doc/posix-functions/wmemmove.texi: Likewise.
3686         * doc/posix-functions/wmemset.texi: Likewise.
3687         * doc/posix-functions/wprintf.texi: Likewise.
3688         * doc/posix-functions/wscanf.texi: Likewise.
3689
3690 2008-12-21  Bruno Haible  <bruno@clisp.org>
3691
3692         Work around a portability problem.
3693         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
3694         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
3695
3696 2008-12-20  Bruno Haible  <bruno@clisp.org>
3697
3698         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
3699         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
3700         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
3701         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
3702         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
3703
3704         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
3705         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
3706         set.
3707         (GNULIB_defined_mbstate_t): New macro.
3708         (mbsinit): Redefine if REPLACE_MBSINIT is set.
3709         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
3710         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
3711         reuses the system's mbrtowc function but works around the bugs.
3712         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
3713         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
3714         macros.
3715         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
3716         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
3717         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
3718         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
3719         REPLACE_MBSINIT if mbsinit needs to be overridden.
3720         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
3721         REPLACE_MBSINIT, REPLACE_MBRTOWC.
3722         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
3723         REPLACE_MBSINIT, REPLACE_MBRTOWC.
3724         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3725         m4/locale-zh.m4.
3726         (Depends): Add mbsinit.
3727         * modules/mbsinit (Depends): Add mbrtowc.
3728         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
3729
3730 2008-12-20  Bruno Haible  <bruno@clisp.org>
3731
3732         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
3733         so that there are no conversion errors on AIX.
3734         * tests/test-mbsrtowcs.c (main): LIkewise.
3735
3736 2008-12-20  Bruno Haible  <bruno@clisp.org>
3737
3738         Work around wctob bug on Solaris <= 9.
3739         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
3740         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
3741         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
3742         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
3743         * modules/wctob (Files): Add m4/locale-fr.m4.
3744         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
3745
3746 2008-12-20  Bruno Haible  <bruno@clisp.org>
3747
3748         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
3749         /dev/null.
3750         * tests/test-select-in.sh: Likewise.
3751         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3752
3753 2008-12-20  Bruno Haible  <bruno@clisp.org>
3754
3755         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
3756         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
3757         Cygwin 1.5.x.
3758
3759 2008-12-20  Bruno Haible  <bruno@clisp.org>
3760
3761         Ensure mbstate_t is defined on HP-UX 11.11.
3762         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
3763         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
3764         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
3765         AC_USE_SYSTEM_EXTENSIONS.
3766         * modules/fnmatch (Depends-on): Add extensions.
3767         * modules/mbrlen (Depends-on): Likewise.
3768         * modules/mbrtowc (Depends-on): Likewise.
3769         * modules/mbsinit (Depends-on): Likewise.
3770         * modules/mbsrtowcs (Depends-on): Likewise.
3771         * modules/mbswidth (Depends-on): Likewise.
3772         * modules/quotearg (Depends-on): Likewise.
3773         * modules/strftime (Depends-on): Likewise.
3774
3775 2008-12-20  Bruno Haible  <bruno@clisp.org>
3776
3777         Ensure wctob is declared on IRIX 6.5.
3778         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
3779         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
3780         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
3781         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
3782         of HAVE_WCTOB.
3783         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
3784         HAVE_WCTOB.
3785         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
3786
3787 2008-12-19  Bruno Haible  <bruno@clisp.org>
3788
3789         * modules/mbsrtowcs-tests: New file.
3790         * tests/test-mbsrtowcs1.sh: New file.
3791         * tests/test-mbsrtowcs2.sh: New file.
3792         * tests/test-mbsrtowcs3.sh: New file.
3793         * tests/test-mbsrtowcs4.sh: New file.
3794         * tests/test-mbsrtowcs.c: New file.
3795
3796         New module 'mbsrtowcs'.
3797         * lib/wchar.in.h (mbsrtowcs): New declaration.
3798         * lib/mbsrtowcs.c: New file.
3799         * m4/mbsrtowcs.m4: New file.
3800         * modules/mbsrtowcs: New file.
3801         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
3802         HAVE_MBSRTOWCS.
3803         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
3804         HAVE_MBSRTOWCS.
3805         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
3806
3807 2008-12-19  Bruno Haible  <bruno@clisp.org>
3808
3809         New module 'mbrlen'.
3810         * lib/wchar.in.h (mbrlen): New declaration.
3811         * lib/mbrlen.c: New file.
3812         * m4/mbrlen.m4: New file.
3813         * modules/mbrlen: New file.
3814         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
3815         HAVE_MBRLEN.
3816         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
3817         HAVE_MBRLEN.
3818         * doc/posix-functions/mbrlen.texi: Document the new module.
3819
3820 2008-12-19  Bruno Haible  <bruno@clisp.org>
3821
3822         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
3823         * modules/mbrtowc (Depends-on): Add verify.
3824         Suggested by Paul Eggert.
3825
3826 2008-12-18  Bruno Haible  <bruno@clisp.org>
3827
3828         * modules/mbsinit-tests: New file.
3829         * tests/test-mbsinit.sh: New file.
3830         * tests/test-mbsinit.c: New file.
3831
3832 2008-12-18  Bruno Haible  <bruno@clisp.org>
3833
3834         * modules/mbrtowc-tests: New file.
3835         * tests/test-mbrtowc1.sh: New file.
3836         * tests/test-mbrtowc2.sh: New file.
3837         * tests/test-mbrtowc3.sh: New file.
3838         * tests/test-mbrtowc4.sh: New file.
3839         * tests/test-mbrtowc.c: New file.
3840
3841         New module 'mbrtowc'.
3842         * lib/wchar.in.h (mbstate_t): Override when the system does not have
3843         mbsinit and mbrtowc.
3844         (mbrtowc): New declaration.
3845         * lib/mbrtowc.c: New file.
3846         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
3847         * modules/mbrtowc: New file.
3848         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
3849         HAVE_MBRTOWC.
3850         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
3851         HAVE_MBRTOWC.
3852         * doc/posix-functions/mbrtowc.texi: Document the new module.
3853
3854 2008-12-18  Bruno Haible  <bruno@clisp.org>
3855
3856         New module 'wctob'.
3857         * lib/wchar.in.h (wctob): New declaration.
3858         * lib/wctob.c: New file.
3859         * m4/wctob.m4: New file.
3860         * modules/wctob: New file.
3861         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
3862         HAVE_WCTOB.
3863         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
3864         * doc/posix-functions/wctob.texi: Document the new module.
3865
3866 2008-12-18  Bruno Haible  <bruno@clisp.org>
3867
3868         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
3869         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
3870
3871 2008-12-18  Simon Josefsson  <simon@josefsson.org>
3872
3873         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
3874         G. Christensen" <tgc@jupiterrise.com>.
3875
3876         * lib/flock.c: Need to include errno.h.  Reported by "Tom
3877         G. Christensen" <tgc@jupiterrise.com>.
3878
3879         * lib/flock.c: Need to include string.h.  Reported by "Tom
3880         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
3881         <ebb9@byu.net>.
3882
3883 2008-12-18  Bruno Haible  <bruno@clisp.org>
3884
3885         * m4/locale-ja.m4: New file, from GNU gettext.
3886
3887 2008-12-17  Bruno Haible  <bruno@clisp.org>
3888
3889         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
3890         Suggested by Eric Blake.
3891
3892 2008-12-17  Bruno Haible  <bruno@clisp.org>
3893
3894         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
3895
3896 2008-12-17  Bruno Haible  <bruno@clisp.org>
3897
3898         * lib/mbsinit.c: Include verify.h. Verify an assumption.
3899         * modules/mbsinit (Depends-on): Add verify.
3900         Suggested by Paul Eggert.
3901
3902 2008-12-17  Bruno Haible  <bruno@clisp.org>
3903
3904         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
3905         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
3906         gl_FUNC_MBRTOWC.
3907         * m4/mbiter.m4 (gl_MBITER): LIkewise.
3908         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
3909         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
3910         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
3911         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
3912         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
3913         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
3914         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
3915         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
3916         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
3917         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
3918         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
3919         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
3920         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
3921         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
3922         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3923         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
3924         * modules/trim (configure.ac): Likewise.
3925
3926 2008-12-17  Bruno Haible  <bruno@clisp.org>
3927
3928         * modules/btowc-tests: New file.
3929         * tests/test-btowc1.sh: New file.
3930         * tests/test-btowc2.sh: New file.
3931         * tests/test-btowc.c: New file.
3932
3933         New module 'btowc'.
3934         * lib/wchar.in.h (btowc): New declaration.
3935         * lib/btowc.c: New file.
3936         * m4/btowc.m4: New file.
3937         * modules/btowc: New file.
3938         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
3939         HAVE_BTOWC.
3940         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
3941         * doc/posix-functions/btowc.texi: Document the new module.
3942
3943 2008-12-17  Bruno Haible  <bruno@clisp.org>
3944
3945         New module 'mbsinit'.
3946         * lib/wchar.in.h (mbsinit): New declaration.
3947         * lib/mbsinit.c: New file.
3948         * m4/mbsinit.m4: New file.
3949         * modules/mbsinit: New file.
3950         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
3951         HAVE_MBSINIT.
3952         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
3953         HAVE_MBSINIT.
3954         * doc/posix-functions/mbsinit.texi: Document the new module.
3955
3956 2008-12-16  Bruno Haible  <bruno@clisp.org>
3957
3958         * lib/unistd.in.h: Add comment.
3959         * tests/test-environ.c: Don't include <stdlib.h>.
3960
3961 2008-12-16  Bruno Haible  <bruno@clisp.org>
3962
3963         * lib/parse-duration.h (parse_duration): Document return value
3964         convention.
3965         * lib/parse-duration.c: Include specification header first. Add
3966         comments.
3967         (_): Remove macro.
3968         (parse_year_month_day, parse_hour_minute_second): Move side effects
3969         outside of strchr call.
3970         (parse_non_iso8601): Move side effects outside of isspace call.
3971         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
3972         call.
3973
3974 2008-12-16  Bruno Haible  <bruno@clisp.org>
3975
3976         * tests/test-parse-duration.sh: Produce no output when the test
3977         succeeds.
3978
3979 2008-12-16  Bruno Haible  <bruno@clisp.org>
3980
3981         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
3982         expressions.
3983
3984 2008-12-15  Bruno Haible  <bruno@clisp.org>
3985
3986         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
3987         * doc/glibc-functions/flistxattr.texi: Likewise.
3988         * doc/glibc-functions/fopencookie.texi: Likewise.
3989         * doc/glibc-functions/fremovexattr.texi: Likewise.
3990         * doc/glibc-functions/fsetxattr.texi: Likewise.
3991         * doc/glibc-functions/getxattr.texi: Likewise.
3992         * doc/glibc-functions/lgetxattr.texi: Likewise.
3993         * doc/glibc-functions/listxattr.texi: Likewise.
3994         * doc/glibc-functions/llistxattr.texi: Likewise.
3995         * doc/glibc-functions/lremovexattr.texi: Likewise.
3996         * doc/glibc-functions/lsetxattr.texi: Likewise.
3997         * doc/glibc-functions/removexattr.texi: Likewise.
3998         * doc/glibc-functions/setxattr.texi: Likewise.
3999         * doc/posix-functions/open_memstream.texi: Likewise.
4000
4001 2008-12-15  Eric Blake  <ebb9@byu.net>
4002
4003         Update doc for cygwin 1.7.
4004         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
4005         functions.
4006         * doc/posix-functions/fchmodat.texi: Likewise.
4007         * doc/posix-functions/fchownat.texi: Likewise.
4008         * doc/posix-functions/fdopendir.texi: Likewise.
4009         * doc/posix-functions/fmemopen.texi: Likewise.
4010         * doc/posix-functions/freeaddrinfo.texi: Likewise.
4011         * doc/posix-functions/fstatat.texi: Likewise.
4012         * doc/posix-functions/futimens.texi: Likewise.
4013         * doc/posix-functions/gai_strerror.texi: Likewise.
4014         * doc/posix-functions/getaddrinfo.texi: Likewise.
4015         * doc/posix-functions/getnameinfo.texi: Likewise.
4016         * doc/posix-functions/if_freenameindex.texi: Likewise.
4017         * doc/posix-functions/if_indextoname.texi: Likewise.
4018         * doc/posix-functions/if_nameindex.texi: Likewise.
4019         * doc/posix-functions/if_nametoindex.texi: Likewise.
4020         * doc/posix-functions/insque.texi: Likewise.
4021         * doc/posix-functions/linkat.texi: Likewise.
4022         * doc/posix-functions/llrint.texi: Likewise.
4023         * doc/posix-functions/llrintf.texi: Likewise.
4024         * doc/posix-functions/llrintl.texi: Likewise.
4025         * doc/posix-functions/lockf.texi: Likewise.
4026         * doc/posix-functions/lrintl.texi: Likewise.
4027         * doc/posix-functions/mkdirat.texi: Likewise.
4028         * doc/posix-functions/mkfifoat.texi: Likewise.
4029         * doc/posix-functions/mknodat.texi: Likewise.
4030         * doc/posix-functions/mq_close.texi: Likewise.
4031         * doc/posix-functions/mq_getattr.texi: Likewise.
4032         * doc/posix-functions/mq_notify.texi: Likewise.
4033         * doc/posix-functions/mq_open.texi: Likewise.
4034         * doc/posix-functions/mq_receive.texi: Likewise.
4035         * doc/posix-functions/mq_send.texi: Likewise.
4036         * doc/posix-functions/mq_setattr.texi: Likewise.
4037         * doc/posix-functions/mq_timedreceive.texi: Likewise.
4038         * doc/posix-functions/mq_timedsend.texi: Likewise.
4039         * doc/posix-functions/mq_unlink.texi: Likewise.
4040         * doc/posix-functions/open_memstream.texi: Likewise.
4041         * doc/posix-functions/openat.texi: Likewise.
4042         * doc/posix-functions/posix_fadvise.texi: Likewise.
4043         * doc/posix-functions/posix_fallocate.texi: Likewise.
4044         * doc/posix-functions/posix_madvise.texi: Likewise.
4045         * doc/posix-functions/posix_memalign.texi: Likewise.
4046         * doc/posix-functions/posix_openpt.texi: Likewise.
4047         * doc/posix-functions/readlinkat.texi: Likewise.
4048         * doc/posix-functions/remque.texi: Likewise.
4049         * doc/posix-functions/renameat.texi: Likewise.
4050         * doc/posix-functions/rintl.texi: Likewise.
4051         * doc/posix-functions/sem_unlink.texi: Likewise.
4052         * doc/posix-functions/shm_open.texi: Likewise.
4053         * doc/posix-functions/shm_unlink.texi: Likewise.
4054         * doc/posix-functions/signgam.texi: Likewise.
4055         * doc/posix-functions/sigset.texi: Likewise.
4056         * doc/posix-functions/stpcpy.texi: Likewise.
4057         * doc/posix-functions/stpncpy.texi: Likewise.
4058         * doc/posix-functions/strerror.texi: Likewise.
4059         * doc/posix-functions/strtod.texi: Likewise.
4060         * doc/posix-functions/symlinkat.texi: Likewise.
4061         * doc/posix-functions/unlinkat.texi: Likewise.
4062         * doc/posix-functions/utimensat.texi: Likewise.
4063         * doc/glibc-functions/bindresvport.texi: Likewise.
4064         * doc/glibc-functions/dn_expand.texi: Likewise.
4065         * doc/glibc-functions/exp10.texi: Likewise.
4066         * doc/glibc-functions/exp10f.texi: Likewise.
4067         * doc/glibc-functions/fgetxattr.texi: Likewise.
4068         * doc/glibc-functions/flistxattr.texi: Likewise.
4069         * doc/glibc-functions/fopencookie.texi: Likewise.
4070         * doc/glibc-functions/freeifaddrs.texi: Likewise.
4071         * doc/glibc-functions/fremovexattr.texi: Likewise.
4072         * doc/glibc-functions/fsetxattr.texi: Likewise.
4073         * doc/glibc-functions/getifaddrs.texi: Likewise.
4074         * doc/glibc-functions/getxattr.texi: Likewise.
4075         * doc/glibc-functions/lgetxattr.texi: Likewise.
4076         * doc/glibc-functions/listxattr.texi: Likewise.
4077         * doc/glibc-functions/llistxattr.texi: Likewise.
4078         * doc/glibc-functions/lremovexattr.texi: Likewise.
4079         * doc/glibc-functions/lsetxattr.texi: Likewise.
4080         * doc/glibc-functions/pow10.texi: Likewise.
4081         * doc/glibc-functions/pow10f.texi: Likewise.
4082         * doc/glibc-functions/rcmd_af.texi: Likewise.
4083         * doc/glibc-functions/removexattr.texi: Likewise.
4084         * doc/glibc-functions/res_init.texi: Likewise.
4085         * doc/glibc-functions/res_mkquery.texi: Likewise.
4086         * doc/glibc-functions/res_query.texi: Likewise.
4087         * doc/glibc-functions/res_querydomain.texi: Likewise.
4088         * doc/glibc-functions/res_send.texi: Likewise.
4089         * doc/glibc-functions/rresvport_af.texi: Likewise.
4090         * doc/glibc-functions/setxattr.texi: Likewise.
4091         * doc/glibc-functions/strcasestr.texi: Likewise.
4092
4093 2008-12-15  Bruno Haible  <bruno@clisp.org>
4094
4095         Fix compilation error on OSF/1 4.0.
4096         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
4097         <sys/time.h>, simply delegate to the system header.
4098         Reported by Daniel Richard G. <oss@teragram.com>.
4099
4100 2008-12-15  Bruno Haible  <bruno@clisp.org>
4101
4102         * doc/posix-functions/openat.texi: Mention the 'openat' module.
4103         * doc/posix-functions/fchmodat.texi: Likewise.
4104         * doc/posix-functions/fchownat.texi: Likewise.
4105         * doc/posix-functions/fdopendir.texi: Likewise.
4106         * doc/posix-functions/fstatat.texi: Likewise.
4107         * doc/posix-functions/mkdirat.texi: Likewise.
4108         * doc/posix-functions/unlinkat.texi: Likewise.
4109
4110 2008-12-14  Bruno Haible  <bruno@clisp.org>
4111
4112         Update doc for POSIX:2008.
4113         * doc/posix-functions/faccessat.texi: New file.
4114         * doc/posix-functions/fchmodat.texi: New file.
4115         * doc/posix-functions/fchownat.texi: New file.
4116         * doc/posix-functions/fdopendir.texi: New file.
4117         * doc/posix-functions/fstatat.texi: New file.
4118         * doc/posix-functions/futimens.texi: New file.
4119         * doc/posix-functions/linkat.texi: New file.
4120         * doc/posix-functions/mkdirat.texi: New file.
4121         * doc/posix-functions/mkfifoat.texi: New file.
4122         * doc/posix-functions/mknodat.texi: New file.
4123         * doc/posix-functions/open_wmemstream.texi: New file.
4124         * doc/posix-functions/openat.texi: New file.
4125         * doc/posix-functions/psiginfo.texi: New file.
4126         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
4127         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
4128         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
4129         * doc/posix-functions/readlinkat.texi: New file.
4130         * doc/posix-functions/renameat.texi: New file.
4131         * doc/posix-functions/strerror_l.texi: New file.
4132         * doc/posix-functions/symlinkat.texi: New file.
4133         * doc/posix-functions/unlinkat.texi: New file.
4134         * doc/posix-functions/utimensat.texi: New file.
4135         * doc/gnulib.texi (Function Substitutes): Add these subsections.
4136
4137 2008-12-14  Bruno Haible  <bruno@clisp.org>
4138
4139         Update doc for POSIX:2008.
4140         * doc/posix-functions/alphasort.texi: Renamed from
4141         doc/glibc-functions/alphasort.texi.
4142         * doc/posix-functions/dirfd.texi: Renamed from
4143         doc/glibc-functions/dirfd.texi.
4144         * doc/posix-functions/dprintf.texi: Renamed from
4145         doc/glibc-functions/dprintf.texi.
4146         * doc/posix-functions/duplocale.texi: Renamed from
4147         doc/glibc-functions/duplocale.texi.
4148         * doc/posix-functions/fexecve.texi: Renamed from
4149         doc/glibc-functions/fexecve.texi.
4150         * doc/posix-functions/fmemopen.texi: Renamed from
4151         doc/glibc-functions/fmemopen.texi.
4152         * doc/posix-functions/freelocale.texi: Renamed from
4153         doc/glibc-functions/freelocale.texi.
4154         * doc/posix-functions/getdate_err.texi: Renamed from
4155         doc/glibc-functions/getdate_err.texi.
4156         * doc/posix-functions/isalnum_l.texi: Renamed from
4157         doc/glibc-functions/isalnum_l.texi.
4158         * doc/posix-functions/isalpha_l.texi: Renamed from
4159         doc/glibc-functions/isalpha_l.texi.
4160         * doc/posix-functions/isblank_l.texi: Renamed from
4161         doc/glibc-functions/isblank_l.texi.
4162         * doc/posix-functions/iscntrl_l.texi: Renamed from
4163         doc/glibc-functions/iscntrl_l.texi.
4164         * doc/posix-functions/isdigit_l.texi: Renamed from
4165         doc/glibc-functions/isdigit_l.texi.
4166         * doc/posix-functions/isgraph_l.texi: Renamed from
4167         doc/glibc-functions/isgraph_l.texi.
4168         * doc/posix-functions/islower_l.texi: Renamed from
4169         doc/glibc-functions/islower_l.texi.
4170         * doc/posix-functions/isprint_l.texi: Renamed from
4171         doc/glibc-functions/isprint_l.texi.
4172         * doc/posix-functions/ispunct_l.texi: Renamed from
4173         doc/glibc-functions/ispunct_l.texi.
4174         * doc/posix-functions/isspace_l.texi: Renamed from
4175         doc/glibc-functions/isspace_l.texi.
4176         * doc/posix-functions/isupper_l.texi: Renamed from
4177         doc/glibc-functions/isupper_l.texi.
4178         * doc/posix-functions/iswalnum_l.texi: Renamed from
4179         doc/glibc-functions/iswalnum_l.texi.
4180         * doc/posix-functions/iswalpha_l.texi: Renamed from
4181         doc/glibc-functions/iswalpha_l.texi.
4182         * doc/posix-functions/iswblank_l.texi: Renamed from
4183         doc/glibc-functions/iswblank_l.texi.
4184         * doc/posix-functions/iswcntrl_l.texi: Renamed from
4185         doc/glibc-functions/iswcntrl_l.texi.
4186         * doc/posix-functions/iswctype_l.texi: Renamed from
4187         doc/glibc-functions/iswctype_l.texi.
4188         * doc/posix-functions/iswdigit_l.texi: Renamed from
4189         doc/glibc-functions/iswdigit_l.texi.
4190         * doc/posix-functions/iswgraph_l.texi: Renamed from
4191         doc/glibc-functions/iswgraph_l.texi.
4192         * doc/posix-functions/iswlower_l.texi: Renamed from
4193         doc/glibc-functions/iswlower_l.texi.
4194         * doc/posix-functions/iswprint_l.texi: Renamed from
4195         doc/glibc-functions/iswprint_l.texi.
4196         * doc/posix-functions/iswpunct_l.texi: Renamed from
4197         doc/glibc-functions/iswpunct_l.texi.
4198         * doc/posix-functions/iswspace_l.texi: Renamed from
4199         doc/glibc-functions/iswspace_l.texi.
4200         * doc/posix-functions/iswupper_l.texi: Renamed from
4201         doc/glibc-functions/iswupper_l.texi.
4202         * doc/posix-functions/iswxdigit_l.texi: Renamed from
4203         doc/glibc-functions/iswxdigit_l.texi.
4204         * doc/posix-functions/isxdigit_l.texi: Renamed from
4205         doc/glibc-functions/isxdigit_l.texi.
4206         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
4207         doc/glibc-functions/mbsnrtowcs.texi.
4208         * doc/posix-functions/mkdtemp.texi: Renamed from
4209         doc/glibc-functions/mkdtemp.texi.
4210         * doc/posix-functions/newlocale.texi: Renamed from
4211         doc/glibc-functions/newlocale.texi.
4212         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
4213         doc/glibc-functions/nl_langinfo_l.texi.
4214         * doc/posix-functions/open_memstream.texi: Renamed from
4215         doc/glibc-functions/open_memstream.texi.
4216         * doc/posix-functions/opterr.texi: Renamed from
4217         doc/glibc-functions/opterr.texi.
4218         * doc/posix-functions/optind.texi: Renamed from
4219         doc/glibc-functions/optind.texi.
4220         * doc/posix-functions/optopt.texi: Renamed from
4221         doc/glibc-functions/optopt.texi.
4222         * doc/posix-functions/psignal.texi: Renamed from
4223         doc/glibc-functions/psignal.texi.
4224         * doc/posix-functions/scandir.texi: Renamed from
4225         doc/glibc-functions/scandir.texi.
4226         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
4227         doc/glibc-functions/sched_get_priority_min.texi.
4228         * doc/posix-functions/signgam.texi: Renamed from
4229         doc/glibc-functions/signgam.texi.
4230         * doc/posix-functions/stpcpy.texi: Renamed from
4231         doc/glibc-functions/stpcpy.texi.
4232         * doc/posix-functions/stpncpy.texi: Renamed from
4233         doc/glibc-functions/stpncpy.texi.
4234         * doc/posix-functions/strcasecmp_l.texi: Renamed from
4235         doc/glibc-functions/strcasecmp_l.texi.
4236         * doc/posix-functions/strcoll_l.texi: Renamed from
4237         doc/glibc-functions/strcoll_l.texi.
4238         * doc/posix-functions/strfmon_l.texi: Renamed from
4239         doc/glibc-functions/strfmon_l.texi.
4240         * doc/posix-functions/strftime_l.texi: Renamed from
4241         doc/glibc-functions/strftime_l.texi.
4242         * doc/posix-functions/strncasecmp_l.texi: Renamed from
4243         doc/glibc-functions/strncasecmp_l.texi.
4244         * doc/posix-functions/strndup.texi: Renamed from
4245         doc/glibc-functions/strndup.texi.
4246         * doc/posix-functions/strnlen.texi: Renamed from
4247         doc/glibc-functions/strnlen.texi.
4248         * doc/posix-functions/strsignal.texi: Renamed from
4249         doc/glibc-functions/strsignal.texi.
4250         * doc/posix-functions/strxfrm_l.texi: Renamed from
4251         doc/glibc-functions/strxfrm_l.texi.
4252         * doc/posix-functions/timer_gettime.texi: Renamed from
4253         doc/glibc-functions/timer_gettime.texi.
4254         * doc/posix-functions/tolower_l.texi: Renamed from
4255         doc/glibc-functions/tolower_l.texi.
4256         * doc/posix-functions/toupper_l.texi: Renamed from
4257         doc/glibc-functions/toupper_l.texi.
4258         * doc/posix-functions/towctrans_l.texi: Renamed from
4259         doc/glibc-functions/towctrans_l.texi.
4260         * doc/posix-functions/towlower_l.texi: Renamed from
4261         doc/glibc-functions/towlower_l.texi.
4262         * doc/posix-functions/towupper_l.texi: Renamed from
4263         doc/glibc-functions/towupper_l.texi.
4264         * doc/posix-functions/uselocale.texi: Renamed from
4265         doc/glibc-functions/uselocale.texi.
4266         * doc/posix-functions/vdprintf.texi: Renamed from
4267         doc/glibc-functions/vdprintf.texi.
4268         * doc/posix-functions/wcpcpy.texi:
4269         Renamed from doc/glibc-functions/wcpcpy.texi.
4270         * doc/posix-functions/wcpncpy.texi: Renamed from
4271         doc/glibc-functions/wcpncpy.texi.
4272         * doc/posix-functions/wcscasecmp.texi: Renamed from
4273         doc/glibc-functions/wcscasecmp.texi.
4274         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
4275         doc/glibc-functions/wcscasecmp_l.texi.
4276         * doc/posix-functions/wcscoll_l.texi: Renamed from
4277         doc/glibc-functions/wcscoll_l.texi.
4278         * doc/posix-functions/wcsdup.texi: Renamed from
4279         doc/glibc-functions/wcsdup.texi.
4280         * doc/posix-functions/wcsncasecmp.texi: Renamed from
4281         doc/glibc-functions/wcsncasecmp.texi.
4282         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
4283         doc/glibc-functions/wcsncasecmp_l.texi.
4284         * doc/posix-functions/wcsnlen.texi: Renamed from
4285         doc/glibc-functions/wcsnlen.texi.
4286         * doc/posix-functions/wcsnrtombs.texi: Renamed from
4287         doc/glibc-functions/wcsnrtombs.texi.
4288         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
4289         doc/glibc-functions/wcsxfrm_l.texi.
4290         * doc/posix-functions/wctrans_l.texi: Renamed from
4291         doc/glibc-functions/wctrans_l.texi.
4292         * doc/posix-functions/wctype_l.texi: Renamed from
4293         doc/glibc-functions/wctype_l.texi.
4294         * doc/gnulib.texi (Function Substitutes): Add these subsections.
4295         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
4296         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
4297         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
4298         these subsections.
4299         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
4300         Remove sections.
4301
4302 2008-12-14  Bruno Haible  <bruno@clisp.org>
4303
4304         Update doc for POSIX:2008.
4305         * doc/posix-functions/*.texi: Update URL of POSIX specification.
4306
4307 2008-12-14  Bruno Haible  <bruno@clisp.org>
4308
4309         Update doc for POSIX:2008.
4310         * doc/pastposix-functions/bcmp.texi: Renamed from
4311         doc/posix-functions/bcmp.texi.
4312         * doc/pastposix-functions/bcopy.texi: Renamed from
4313         doc/posix-functions/bcopy.texi.
4314         * doc/pastposix-functions/bsd_signal.texi: Renamed from
4315         doc/posix-functions/bsd_signal.texi.
4316         * doc/pastposix-functions/bzero.texi: Renamed from
4317         doc/posix-functions/bzero.texi.
4318         * doc/pastposix-functions/ecvt.texi: Renamed from
4319         doc/posix-functions/ecvt.texi.
4320         * doc/pastposix-functions/fcvt.texi: Renamed from
4321         doc/posix-functions/fcvt.texi.
4322         * doc/pastposix-functions/ftime.texi: Renamed from
4323         doc/posix-functions/ftime.texi.
4324         * doc/pastposix-functions/gcvt.texi: Renamed from
4325         doc/posix-functions/gcvt.texi.
4326         * doc/pastposix-functions/getcontext.texi: Renamed from
4327         doc/posix-functions/getcontext.texi.
4328         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
4329         doc/posix-functions/gethostbyaddr.texi.
4330         * doc/pastposix-functions/gethostbyname.texi: Renamed from
4331         doc/posix-functions/gethostbyname.texi.
4332         * doc/pastposix-functions/getwd.texi: Renamed from
4333         doc/posix-functions/getwd.texi.
4334         * doc/pastposix-functions/h_errno.texi: Renamed from
4335         doc/posix-functions/h_errno.texi.
4336         * doc/pastposix-functions/index.texi: Renamed from
4337         doc/posix-functions/index.texi.
4338         * doc/pastposix-functions/makecontext.texi: Renamed from
4339         doc/posix-functions/makecontext.texi.
4340         * doc/pastposix-functions/mktemp.texi: Renamed from
4341         doc/posix-functions/mktemp.texi.
4342         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
4343         doc/posix-functions/pthread_attr_getstackaddr.texi.
4344         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
4345         doc/posix-functions/pthread_attr_setstackaddr.texi.
4346         * doc/pastposix-functions/rindex.texi: Renamed from
4347         doc/posix-functions/rindex.texi.
4348         * doc/pastposix-functions/scalb.texi: Renamed from
4349         doc/posix-functions/scalb.texi.
4350         * doc/pastposix-functions/setcontext.texi: Renamed from
4351         doc/posix-functions/setcontext.texi.
4352         * doc/pastposix-functions/swapcontext.texi: Renamed from
4353         doc/posix-functions/swapcontext.texi.
4354         * doc/pastposix-functions/ualarm.texi: Renamed from
4355         doc/posix-functions/ualarm.texi.
4356         * doc/pastposix-functions/usleep.texi: Renamed from
4357         doc/posix-functions/usleep.texi.
4358         * doc/pastposix-functions/vfork.texi: Renamed from
4359         doc/posix-functions/vfork.texi.
4360         * doc/pastposix-functions/wcswcs.texi: Renamed from
4361         doc/posix-functions/wcswcs.texi.
4362         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
4363         (Function Substitutes): Update.
4364
4365 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4366
4367         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
4368         m4/strerror.m4.
4369
4370 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4371             Bruno Haible  <bruno@clisp.org>
4372
4373         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
4374
4375 2008-12-13  Bruno Haible  <bruno@clisp.org>
4376
4377         * modules/strtoull (Depends-on): Remove unistd.
4378
4379 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4380
4381         * modules/strtoull (Depends-on): Add stdlib.
4382
4383 2008-12-11  Simon Josefsson  <simon@josefsson.org>
4384
4385         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
4386
4387 2008-12-10  Jim Meyering  <meyering@redhat.com>
4388
4389         gl_ASSERT: don't say assertions are disabled when they're not
4390         * m4/assert.m4 (gl_ASSERT): Do not make configure report
4391         "checking whether to enable assertions... no", when they are in
4392         fact enabled.  This is solely a bug in the output of configure.
4393         In spite of saying "no", NDEBUG was not defined in that case.
4394         Also, as noted by Eric Blake, leave assertions enabled upon
4395         --enable-assert=INVALID.
4396
4397 2008-12-10  Bruno Haible  <bruno@clisp.org>
4398
4399         Change MODULES.html to refer to POSIX:2008 where possible.
4400         * MODULES.html.sh (POSIX2008_URL): New variable.
4401         (posix_headers): Remove sys/timeb, ucontext.
4402         (posix2001_headers): New variable.
4403         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
4404         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
4405         index, makecontext, mktemp, pthread_attr_getstackaddr,
4406         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
4407         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
4408         (posix2001_functions): New variable.
4409         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
4410         otherwise.
4411
4412 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4413
4414         add missing include to parse-duration.c
4415         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
4416         * modules/parse-duration (Depends-on): Add xalloc.
4417
4418         fix sed script reading maint.mk
4419         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
4420         (syntax-check-rules): Use it.
4421
4422 2008-12-09  Bruno Haible  <bruno@clisp.org>
4423
4424         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
4425         MacOS X 10.4/PowerPC.
4426         Reported by Simon Josefsson.
4427
4428 2008-12-08  Jim Meyering  <meyering@redhat.com>
4429
4430         work around mingw's lack of some S_IF definitions
4431         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
4432         Reported by Simon Josefsson.
4433
4434 2008-12-08  Bruno Haible  <bruno@clisp.org>
4435
4436         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
4437         applied to variables. Needed on MacOS X 10.4/PowerPC.
4438         Reported by Simon Josefsson.
4439
4440 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
4441         and Eric Blake  <ebb9@byu.net>
4442
4443         assert: honor --enable-assert
4444         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
4445         order to honor --enable-assert, rather than treating it as a
4446         synonym for --disable-assert.
4447
4448 2008-12-08  Jim Meyering  <meyering@redhat.com>
4449
4450         * lib/posixtm.c: Remove now-useless declaration of mktime.
4451
4452         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
4453
4454 2008-12-07  Bruno Haible  <bruno@clisp.org>
4455
4456         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
4457         test_once): Mark functions as static.
4458         * tests/test-tls.c (test_tls): Likewise.
4459
4460 2008-12-07  Bruno Haible  <bruno@clisp.org>
4461
4462         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
4463         iconv_register_autodetect.
4464
4465 2008-12-07  Jim Meyering  <meyering@redhat.com>
4466
4467         posixtm.c: avoid a warning
4468         * lib/posixtm.c (posixtime): Don't initialize tm0.
4469         It's no longer needed to placate gcc4's -Wuninitialized,
4470         and the attempt to placate would elicit a new warning.
4471
4472         unicodeio.c: mark unused parameters
4473         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
4474         (fallback_failure_callback): Likewise.
4475
4476 2008-12-07  Bruno Haible  <bruno@clisp.org>
4477
4478         * gnulib-tool (func_create_testdir): When building the tests
4479         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
4480         Reported by Simon Josefsson.
4481
4482 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4483
4484         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
4485
4486 2008-12-06  Bruno Haible  <bruno@clisp.org>
4487
4488         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
4489         Suggested by Eric Blake.
4490
4491 2008-12-06  Bruno Haible  <bruno@clisp.org>
4492
4493         Fix a c-stack test failure on MacOS X.
4494         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
4495         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
4496         handler for SIGBUS as well.
4497         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
4498         install a signal handler for SIGBUS as well.
4499         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
4500
4501 2008-12-06  Bruno Haible  <bruno@clisp.org>
4502
4503         Advocacy documentation.
4504         * doc/gnulib-intro.texi (Benefits): New section.
4505         * doc/gnulib.texi: Update.
4506
4507 2008-12-06  Bruno Haible  <bruno@clisp.org>
4508
4509         Document the 'manywarnings' module.
4510         * doc/manywarnings.texi: New file.
4511         * doc/gnulib.texi: Include it.
4512
4513 2008-12-05  Eric Blake  <ebb9@byu.net>
4514
4515         tests: silence some gcc warnings
4516         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
4517         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
4518         type mismatches.
4519
4520 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4521             Bruno Haible  <bruno@clisp.org>
4522
4523         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
4524
4525 2008-11-29  Jim Meyering  <meyering@redhat.com>
4526
4527         unicodeio.c: mark unused parameters
4528         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
4529         (fallback_failure_callback): Likewise.
4530
4531         fts: fix a thinko
4532         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
4533         (set_stat_type): Return S_IF*-valued "type" directly.
4534         Prompted by James Youngman's spotting a related bug.
4535         Confirmed by further testing through find.
4536
4537         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
4538         * lib/fts.c (D_TYPE): Define.
4539         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
4540         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
4541         (s_ifmt_shift_bits): New function.
4542         (set_stat_type): New function.
4543         (fts_build): When not calling fts_stat, call set_stat_type
4544         to propagate dirent.d_type info to fts_read caller.
4545         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
4546         fts_statp->st_mode type information may be valid.
4547
4548 2008-11-28  Simon Josefsson  <simon@josefsson.org>
4549
4550         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
4551         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
4552         <sds@gnu.org>.
4553
4554 2008-11-20  Bruno Haible  <bruno@clisp.org>
4555
4556         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
4557         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
4558         INCLUDE_NEXT.
4559         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
4560         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
4561         * modules/math (Makefile.am): Substitute
4562         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
4563         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4564
4565 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
4566             Bruno Haible  <bruno@clisp.org>
4567
4568         * lib/stdint.in.h: Define all type macros so that their expansion is
4569         a single typedef'ed token. Fixes a compilation failure in Boost which
4570         does "using ::int8_t;".
4571
4572 2008-11-18  Simon Josefsson  <simon@josefsson.org>
4573
4574         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
4575         gl_MANYWARN_ALL_GCC.
4576         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
4577         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
4578         * modules/manywarnings: New file.
4579         * MODULES.html.sh: Mention manywarnings module.
4580
4581 2008-11-18  Bruno Haible  <bruno@clisp.org>
4582
4583         * doc/gnulib-tool.texi (Unit tests): New section.
4584
4585 2008-11-18  Simon Josefsson  <simon@josefsson.org>
4586
4587         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
4588         paths like 'lib/po/foo.po'.
4589
4590 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4591
4592         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
4593         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
4594
4595 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4596
4597         * m4/warnings.m4: Use CPPFLAGS to really check whether the
4598         parameter works.
4599
4600 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4601
4602         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
4603
4604 2008-11-17  Bruce Korb  <bkorb@gnu.org>
4605
4606         * modules/parse-duration-tests: New file.
4607         * tests/test-parse-duration.sh: New file.
4608         * tests/test-parse-duration.c: New file.
4609
4610         New module 'parse-duration'.
4611         * lib/parse-duration.h: New file.
4612         * lib/parse-duration.c: New file.
4613         * modules/parse-duration: New file.
4614
4615 2008-11-17  Bruno Haible  <bruno@clisp.org>
4616
4617         * tests/test-select-out.sh: Comment out the first pipe test.
4618         Reported by Simon Josefsson.
4619
4620 2008-11-17  Bruno Haible  <bruno@clisp.org>
4621
4622         * modules/getaddrinfo (Depends-on): Add servent, hostent.
4623         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
4624         gl_HOSTENT.
4625
4626 2008-11-17  Bruno Haible  <bruno@clisp.org>
4627
4628         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
4629         -lnetwork and -lnet. Needed for Haiku and BeOS.
4630
4631 2008-11-16  Bruno Haible  <bruno@clisp.org>
4632
4633         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
4634
4635 2008-11-16  Bruno Haible  <bruno@clisp.org>
4636
4637         Avoid test failure on Haiku.
4638         * tests/test-fsync.c: Include <errno.h>.
4639         (main): Don't require that fsync (0) fails.
4640
4641 2008-11-15  Bruno Haible  <bruno@clisp.org>
4642
4643         New module 'hostent'.
4644         * modules/hostent: New file.
4645         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
4646
4647 2008-11-15  Bruno Haible  <bruno@clisp.org>
4648
4649         New module 'servent'.
4650         * modules/servent: New file.
4651         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
4652
4653 2008-11-15  Bruno Haible  <bruno@clisp.org>
4654
4655         Avoid generating same test program with two different rules.
4656         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
4657         test-frexp to test-frexp-nolibm.
4658         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
4659         test-frexpl to test-frexpl-nolibm.
4660
4661 2008-11-15  Bruno Haible  <bruno@clisp.org>
4662
4663         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
4664         $(FREXPL_LIBM).
4665
4666 2008-11-15  Bruno Haible  <bruno@clisp.org>
4667
4668         * lib/netdb.in.h: Activate the definitions also when the system's
4669         <netdb.h> has 'struct addrinfo'.
4670         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
4671         EAI_OVERFLOW or AI_NUMERICSERV.
4672         * doc/posix-headers/netdb.texi: Document the problem.
4673
4674 2008-11-15  Bruno Haible  <bruno@clisp.org>
4675
4676         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
4677
4678         Make the 'sched' module work on platforms where <sched.h> exists but
4679         is incomplete (such as Haiku).
4680         * lib/sched.in.h; Include the system's <sched.h> if it exists.
4681         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
4682         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
4683         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
4684         HAVE_STRUCT_SCHED_PARAM.
4685         * modules/sched (Depends-on): Add include_next.
4686         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
4687         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
4688         * doc/posix-headers/sched.texi: Document the issue.
4689
4690 2008-11-13  Jim Meyering  <meyering@redhat.com>
4691
4692         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
4693         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
4694         test would fail due to the difference in the Report bugs to ...
4695         line.  The expected address is empty, "<>", while the actual
4696         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
4697
4698 2008-11-12  Bruno Haible  <bruno@clisp.org>
4699
4700         lstat: don't compile lstat.c on systems lacking lstat
4701         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
4702         which don't have lstat; this is handled by lib/sys_stat.in.h already.
4703         Reported by Daniel P. Berrange via Jim Meyering.
4704
4705 2008-11-12  Jim Meyering  <meyering@redhat.com>
4706
4707         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
4708
4709 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4710
4711         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
4712         instead.
4713
4714 2008-11-12  Bruno Haible  <bruno@clisp.org>
4715
4716         * lib/unicodeio.c: Include unistr.h.
4717         (utf8_wctomb): Remove function.
4718         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
4719
4720 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4721
4722         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
4723         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
4724         <bruno@clisp.org>.
4725         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
4726
4727 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4728
4729         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
4730         * doc/gnulib.texi: Add section for warnings.
4731
4732 2008-11-11  Bruno Haible  <bruno@clisp.org>
4733
4734         * lib/sockets.h: Add a comment.
4735
4736 2008-11-11  Karl Berry  <karl@gnu.org>
4737
4738         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
4739
4740 2008-11-11  Eric Blake  <ebb9@byu.net>
4741
4742         fdl.texi: avoid git symlinks
4743         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
4744
4745 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4746
4747         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
4748
4749 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4750
4751         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
4752         (gl_WARN_ADD): Substitute $2 if literal.
4753
4754 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4755
4756         * m4/warning.m4: Remove.
4757
4758 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4759
4760         * m4/warnings.m4: Almost complete rewrite. :-)
4761
4762 2008-11-10  Simon Josefsson  <simon@josefsson.org>
4763
4764         * modules/warnings: New module.
4765         * m4/warnings.m4: New file.
4766         * MODULES.html.sh: Mention warnings module.
4767         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
4768         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4769
4770 2008-11-10  Eric Blake  <ebb9@byu.net>
4771
4772         fdl.texi: make a symlink to the latest version
4773         * doc/standards.texi: Revert today's earlier change.
4774         * doc/fdl-1.2.texi: Rename from old fdl.texi...
4775         * doc/fdl.texi: ...and replace this with a symlink to the newer
4776         fdl-1.3.texi.
4777
4778 2008-11-10  Bruno Haible  <bruno@clisp.org>
4779
4780         * tests/test-select-fd.c (main): Accept the result file name as fourth
4781         argument.
4782         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
4783         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
4784
4785 2008-11-10  Bruno Haible  <bruno@clisp.org>
4786
4787         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
4788         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
4789         as autoconf-substituted macros.
4790         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
4791         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
4792         gl_NETDB_H_DEFAULTS. Set these variables.
4793         * modules/netdb (Makefile.am): Substitute these variables.
4794
4795 2008-11-10  Eric Blake  <ebb9@byu.net>
4796
4797         standards.texi: include correct file for FDL 1.3
4798         * doc/standards.texi (GNU Free Documentation License): Change
4799         include file to pull in FDL 1.3, not 1.2.
4800
4801         fdl.texi: revert accidental change to license
4802         * doc/fdl.texi: This is FDL 1.2, not 1.3.
4803
4804 2008-11-10  Bruno Haible  <bruno@clisp.org>
4805
4806         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
4807         cross-compiling guesses also when the native compile gives no result.
4808
4809 2008-11-10  Bruno Haible  <bruno@clisp.org>
4810
4811         * lib/spawni.c (__spawni): Force variable into the stack.
4812
4813 2008-11-10  Bruno Haible  <bruno@clisp.org>
4814
4815         Add support for Haiku.
4816         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
4817         glibc and BeOS, but also on Haiku.
4818         * lib/fpurge.c (fpurge): Likewise.
4819         * lib/freadable.c (freadable): Likewise.
4820         * lib/freadahead.c (freadahead): Likewise.
4821         * lib/freading.c (freading): Likewise.
4822         * lib/freadptr.c (freadptr): Likewise.
4823         * lib/freadseek.c (freadptrinc): Likewise.
4824         * lib/fseeko.c (rpl_fseeko): Likewise.
4825         * lib/fseterr.c (fseterr): Likewise.
4826         * lib/fwritable.c (fwritable): Likewise.
4827         * lib/fwriting.c (fwriting): Likewise.
4828         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
4829
4830 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
4831
4832         * lib/config.charset: Treat Haiku like BeOS.
4833
4834 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
4835
4836         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
4837         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
4838
4839 2008-11-08  Bruno Haible  <bruno@clisp.org>
4840
4841         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
4842         AC_CACHE_CHECK.
4843
4844 2008-11-08  Bruno Haible  <bruno@clisp.org>
4845
4846         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
4847
4848 2008-11-08  Bruno Haible  <bruno@clisp.org>
4849
4850         * tests/test-select-fd.c: New file.
4851         * tests/test-select-in.sh: New file.
4852         * tests/test-select-out.sh: New file.
4853         * tests/test-select-stdin.c: New file.
4854         * modules/select-tests (Files): Add the new files.
4855         (Depends-on): Add gettimeofday.
4856         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
4857         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
4858         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
4859
4860 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
4861             Bruno Haible  <bruno@clisp.org>
4862
4863         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
4864
4865 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
4866
4867         * build-aux/pmccabe2html: Added support for C++ source files.
4868
4869 2008-11-05  Ben Pfaff  <blp@gnu.org>
4870
4871         Fix lib/close.c build on Windows.
4872         * modules/close (Files): Add lib/w32sock.h.
4873
4874 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
4875
4876         Accept Bison's NEWS format.
4877         * build-aux/announce-gen (print_news_deltas): Tweak
4878         $re_prefix.
4879
4880 2008-11-04  Bruno Haible  <bruno@clisp.org>
4881
4882         * modules/random_r (Maintainer): Add glibc.
4883
4884 2008-11-04  Simon Josefsson  <simon@josefsson.org>
4885
4886         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
4887         by karl@freefriends.org (Karl Berry).
4888         * doc/alloca.texi: Likewise.
4889         * doc/c-ctype.texi: Likewise.
4890         * doc/c-strcase.texi: Likewise.
4891         * doc/c-strcaseeq.texi: Likewise.
4892         * doc/c-strcasestr.texi: Likewise.
4893         * doc/c-strstr.texi: Likewise.
4894         * doc/c-strtod.texi: Likewise.
4895         * doc/c-strtold.texi: Likewise.
4896         * doc/ctime.texi: Likewise.
4897         * doc/error.texi: Likewise.
4898         * doc/fdl.texi: Likewise.
4899         * doc/gcd.texi: Likewise.
4900         * doc/getdate.texi: Likewise.
4901         * doc/gnulib-intro.texi: Likewise.
4902         * doc/gnulib-tool.texi: Likewise.
4903         * doc/gnulib.texi: Likewise.
4904         * doc/inet_ntoa.texi: Likewise.
4905         * doc/maintain.texi: Likewise.
4906         * doc/make-stds.texi: Likewise.
4907         * doc/quote.texi: Likewise.
4908         * doc/regexprops-generic.texi: Likewise.
4909         * doc/standards.texi: Likewise.
4910         * doc/verify.texi: Likewise.
4911         * doc/visibility.texi: Likewise.
4912         * doc/gnulib.texi (GNU Free Documentation License): Include
4913         fdl-1.3.texi instead of fdl.texi.
4914
4915 2008-11-04  Simon Josefsson  <simon@josefsson.org>
4916
4917         * doc/fdl-1.3.texi: New file, from
4918         <http://www.gnu.org/licenses/fdl-1.3.texi>.
4919         * modules/fdl-1.3: Add.
4920         * MODULES.html.sh: Add fdl-1.3.
4921
4922 2008-11-03  Bruno Haible  <bruno@clisp.org>
4923
4924         Make determination of absolute name of header file work with AIX xlc.
4925         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
4926         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
4927         preprocessing.
4928         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
4929         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
4930
4931 2008-11-03  Simon Josefsson  <simon@josefsson.org>
4932
4933         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
4934         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
4935         <ludo@gnu.org>.
4936
4937 2008-11-02  Bruno Haible  <bruno@clisp.org>
4938
4939         Mark 'strpbrk' obsolete.
4940         * modules/strpbrk (Status, Notice): New sections.
4941         * modules/strtok_r (Depends-on): Add strpbrk.
4942
4943 2008-11-02  Bruno Haible  <bruno@clisp.org>
4944
4945         Mark 'strdup' obsolete.
4946         * modules/strdup (Status, Notice): New sections.
4947         * modules/findprog (Depends-on): Add strdup.
4948         * modules/getaddrinfo (Depends-on): Likewise.
4949         * modules/localename (Depends-on): Likewise.
4950         * modules/relocatable-lib (Depends-on): Likewise.
4951         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
4952         * modules/relocatable-prog (Depends-on): Likewise.
4953         * modules/trim (Depends-on): Likewise.
4954         * modules/unictype/gen-ctype (Depends-on): Likewise.
4955         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
4956
4957 2008-11-02  Bruno Haible  <bruno@clisp.org>
4958
4959         Mark 'strcspn' obsolete.
4960         * modules/strcspn (Status, Notice): New sections.
4961
4962 2008-11-02  Bruno Haible  <bruno@clisp.org>
4963
4964         Mark 'rmdir' obsolete.
4965         * modules/rmdir (Status, Notice): New sections.
4966         * modules/clean-temp (Depends-on): Add rmdir.
4967         * modules/openat (Depends-on): Likewise.
4968
4969 2008-11-02  Bruno Haible  <bruno@clisp.org>
4970
4971         Mark 'raise' obsolete.
4972         * modules/raise (Status, Notice): New sections.
4973         (Include): Specify <signal.h>.
4974         * modules/stdio (Depends-on): Add raise.
4975         * modules/write (Depends-on): Likewise.
4976
4977 2008-11-02  Bruno Haible  <bruno@clisp.org>
4978
4979         Mark 'memset' obsolete.
4980         * modules/memset (Status, Notice): New sections.
4981
4982 2008-11-02  Bruno Haible  <bruno@clisp.org>
4983
4984         Mark 'memmove' obsolete.
4985         * modules/memmove (Status, Notice): New sections.
4986         * modules/argp (Depends-on): Add memmove.
4987         * modules/argz (Depends-on): Likewise.
4988         * modules/canonicalize (Depends-on): Likewise.
4989         * modules/canonicalize-lgpl (Depends-on): Likewise.
4990         * modules/fts (Depends-on): Likewise.
4991         * modules/getcwd (Depends-on): Likewise.
4992         * modules/human (Depends-on): Likewise.
4993         * modules/regex (Depends-on): Likewise.
4994         * modules/striconveh (Depends-on): Likewise.
4995         * modules/trim (Depends-on): Likewise.
4996         * modules/unistr/u8-move (Depends-on): Likewise.
4997         * modules/unistr/u16-move (Depends-on): Likewise.
4998         * modules/unistr/u32-move (Depends-on): Likewise.
4999
5000 2008-11-02  Bruno Haible  <bruno@clisp.org>
5001
5002         Mark 'memcpy' obsolete.
5003         * modules/memcpy (Status, Notice): New sections.
5004
5005 2008-11-02  Bruno Haible  <bruno@clisp.org>
5006
5007         Mark 'memcmp' obsolete.
5008         * modules/memcmp (Status, Notice): New sections.
5009         * modules/argmatch (Depends-on): Add memchr.
5010         * modules/backupfile (Depends-on): Likewise.
5011         * modules/c-strcasestr (Depends-on): Likewise.
5012         * modules/crypto/des (Depends-on): Likewise.
5013         * modules/csharpcomp (Depends-on): Likewise.
5014         * modules/fnmatch (Depends-on): Likewise.
5015         * modules/git-merge-changelog (Depends-on): Likewise.
5016         * modules/isnand (Depends-on): Likewise.
5017         * modules/isnand-nolibm (Depends-on): Likewise.
5018         * modules/isnanf (Depends-on): Likewise.
5019         * modules/isnanf-nolibm (Depends-on): Likewise.
5020         * modules/isnanl (Depends-on): Likewise.
5021         * modules/isnanl-nolibm (Depends-on): Likewise.
5022         * modules/mbchar (Depends-on): Likewise.
5023         * modules/memcoll (Depends-on): Likewise.
5024         * modules/quotearg (Depends-on): Likewise.
5025         * modules/regex (Depends-on): Likewise.
5026         * modules/relocatable-prog (Depends-on): Likewise.
5027         * modules/same (Depends-on): Likewise.
5028         * modules/signbit (Depends-on): Likewise.
5029         * modules/strcasestr-simple (Depends-on): Likewise.
5030         * modules/unictype/gen-ctype (Depends-on): Likewise.
5031         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
5032         * modules/uniname/uniname (Depends-on): Likewise.
5033         * modules/unistr/u8-cmp (Depends-on): Likewise.
5034
5035 2008-11-02  Bruno Haible  <bruno@clisp.org>
5036
5037         Mark 'memchr' obsolete.
5038         * modules/memchr (Status, Notice): New sections.
5039         * modules/argp (Depends-on): Add memchr.
5040         * modules/base64 (Depends-on): Likewise.
5041         * modules/c-strcasestr (Depends-on): Likewise.
5042         * modules/chdir-long (Depends-on): Likewise.
5043         * modules/fnmatch (Depends-on): Likewise.
5044         * modules/getsubopt (Depends-on): Likewise.
5045         * modules/git-merge-changelog (Depends-on): Likewise.
5046         * modules/glob (Depends-on): Likewise.
5047         * modules/strcasestr-simple (Depends-on): Likewise.
5048         * modules/strnlen (Depends-on): Likewise.
5049
5050 2008-11-02  Bruno Haible  <bruno@clisp.org>
5051
5052         Mark 'atexit' obsolete.
5053         * modules/atexit (Status, Notice): New sections.
5054         * modules/chdir-long (Depends-on): Add atexit.
5055         * modules/wait-process (Depends-on): Likewise.
5056
5057 2008-11-02  Bruno Haible  <bruno@clisp.org>
5058
5059         * gnulib-tool: New option --with-obsolete.
5060         (func_usage): Document it.
5061         (func_modules_transitive_closure): Drop obsolete dependencies if
5062         incobsolete is not true.
5063         (func_import): Read and save the incobsolete variable to the cache.
5064
5065 2008-11-02  Bruno Haible  <bruno@clisp.org>
5066
5067         * modules/TEMPLATE-EXTENDED: New field 'Status'.
5068         * gnulib-tool: New option --extract-status.
5069         (func_usage): Document it.
5070         (sed_extract_prog): Recognize it.
5071         (func_get_status): New function.
5072
5073 2008-10-30  Simon Josefsson  <simon@josefsson.org>
5074
5075         * modules/sockets (License): Change from LGPL to LGPLv2+.
5076
5077 2008-10-28  Simon Josefsson  <simon@josefsson.org>
5078
5079         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
5080
5081 2008-10-28  Simon Josefsson  <simon@josefsson.org>
5082
5083         * MODULES.html.sh (Support for systems lacking POSIX:2001):
5084         Mention times and sys_times.
5085         * modules/sys_times, modules/sys_times-tests: New modules.
5086         * modules/times, modules/times-tests: Likewise
5087         * m4/sys_times_h.m4: New file.
5088         * lib/sys_times.in.h: Likewise
5089         * lib/times.c: Likewise.
5090         * tests/test-sys_times.c: Likewise.
5091         * tests/test-times.c: Likewise.
5092         * doc/posix-headers/sys_times.texi: Update.
5093         * doc/posix-functions/times.texi: Update.
5094
5095 2008-10-28  Jim Meyering  <meyering@redhat.com>
5096
5097         * modules/tempname (Depends-on): Add lstat.
5098
5099         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
5100
5101 2008-10-28  Simon Josefsson  <simon@josefsson.org>
5102
5103         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
5104         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
5105         using idiom used elsewhere in gnulib.
5106
5107 2008-10-27  Jim Meyering  <meyering@redhat.com>
5108
5109         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
5110
5111 2008-10-27  Simon Josefsson  <simon@josefsson.org>
5112
5113         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
5114         TESTS_ENVIRONMENT, for shell scripts that needs to call built
5115         programs.
5116         * tests/test-argp-2.sh: Use $EXEEXT when needed.
5117
5118 2008-10-27  Simon Josefsson  <simon@josefsson.org>
5119
5120         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
5121
5122 2008-10-27  Bruno Haible  <bruno@clisp.org>
5123
5124         * tests/test-lstat.c: Include <stdio.h>.
5125
5126 2008-10-27  Simon Josefsson  <simon@josefsson.org>
5127
5128         * modules/lstat-tests: New module.
5129         * tests/test-lstat.c: New file.
5130
5131 2008-10-26  Jim Meyering  <meyering@redhat.com>
5132
5133         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
5134
5135 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5136             Bruno Haible  <bruno@clisp.org>
5137
5138         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
5139         * modules/configmake (Include): Add a note that the include must come
5140         after all system headers.
5141         * lib/javaversion.c: Include configmake.h after all other includes.
5142
5143 2008-10-26  Bruno Haible  <bruno@clisp.org>
5144
5145         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
5146         HAVE_STRUCT_RANDOM_DATA to 1.
5147         (gl_STDLIB_H): Simplify.
5148
5149 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5150
5151         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
5152         substitute HAVE_STRUCT_RANDOM_DATA.
5153         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
5154         random_data.
5155         * modules/stdlib (Makefile.am): Substitute
5156         HAVE_STRUCT_RANDOM_DATA.
5157
5158 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5159
5160         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
5161         * doc/gnulib-intro.texi (Copyright): Likewise.
5162
5163 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5164
5165         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
5166         findings.
5167
5168 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
5169             Bruno Haible  <bruno@clisp.org>
5170
5171         * lib/unistd.in.h: Include <winsock2.h>.
5172         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
5173         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
5174         Provide dummy declarations.
5175         (gethostname): Override.
5176         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
5177         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
5178         gl_PREREQ_SYS_H_WINSOCK2.
5179         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
5180         * doc/posix-functions/gethostname.texi: More details.
5181
5182 2008-10-25  Bruno Haible  <bruno@clisp.org>
5183
5184         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
5185         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
5186         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
5187
5188         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
5189         here ...
5190         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
5191         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
5192         gl_UNISTD_H_DEFAULTS.
5193
5194 2008-10-25  Eric Blake  <ebb9@byu.net>
5195
5196         signbit: avoid spurious compiler failure
5197         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
5198         declarations inside function.
5199
5200 2008-10-24  Simon Josefsson  <simon@josefsson.org>
5201             Bruno Haible  <bruno@clisp.org>
5202
5203         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
5204         * modules/random_r (Depends-on): Add stdint.
5205
5206 2008-10-24  Bruno Haible  <bruno@clisp.org>
5207
5208         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
5209         Eggert.
5210         * modules/strerror (License): Likewise.
5211
5212 2008-10-24  Jim Meyering  <meyering@redhat.com>
5213
5214         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
5215         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
5216
5217 2008-10-24  Eric Blake  <ebb9@byu.net>
5218
5219         getgroups: fix compilation when getgroups is available
5220         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
5221         but with <config.h> override of getgroups disabled.
5222
5223 2008-10-24  Simon Josefsson  <simon@josefsson.org>
5224
5225         * doc/gnulib.texi (Header files): Add note about C++ problems.
5226         Explained by Bruno Haible <bruno@clisp.org>.
5227
5228 2008-10-23  Bruno Haible  <bruno@clisp.org>
5229
5230         Define a dummy SA_NODEFER macro on Interix.
5231         * lib/signal.in.h (SA_NODEFER): Define fallback.
5232         Reported by Aleksey Cheusov <cheusov@tut.by> via
5233         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
5234
5235 2008-10-23  Bruno Haible  <bruno@clisp.org>
5236
5237         * modules/freadahead (License): Change to LGPLv2+.
5238         Suggested by Simon Josefsson.
5239
5240 2008-10-23  Jim Meyering  <meyering@redhat.com>
5241
5242         random_r: new module
5243         * modules/random_r: New file.
5244         * m4/random_r.m4: New file.
5245         * lib/random_r.c: New file, from glibc.
5246         * modules/random_r-tests: New file.
5247         * tests/test-random_r.c: New file.
5248         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
5249          Declare.
5250         (RAND_MAX): Define.
5251         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
5252         * modules/stdlib: Substitute them, too.
5253         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
5254         * doc/glibc-functions/initstate_r.texi: Mention the new module.
5255         * doc/glibc-functions/random_r.texi: Likewise.
5256         * doc/glibc-functions/setstate_r.texi: Likewise.
5257         * doc/glibc-functions/srandom_r.texi: Likewise.
5258         * config/srclist.txt: Mention it.
5259
5260 2008-10-23  David Lutterkort  <lutter@redhat.com>
5261
5262         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
5263         link requirement
5264
5265 2008-10-23  Jim Meyering  <meyering@redhat.com>
5266
5267         selinux-h: mark parameters of stub functions as intentionally unused
5268         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
5269         * lib/se-context.in.h: Likewise.
5270
5271 2008-10-22  Simon Josefsson  <simon@josefsson.org>
5272
5273         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
5274
5275 2008-10-22  Simon Josefsson  <simon@josefsson.org>
5276
5277         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
5278
5279 2008-10-22  Eric Blake  <ebb9@byu.net>
5280
5281         glthread/thread: avoid compiler warning
5282         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
5283         Add unreachable abort to silence compiler.
5284
5285 2008-10-22  Eric Blake  <ebb9@byu.net>
5286
5287         netdb: also supply struct addrinfo for cygwin 1.5.x
5288         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
5289         older cygwin.
5290         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
5291         cygwin.
5292         * doc/posix-headers/netdb.texi (netdb.h): Document this.
5293
5294 2008-10-22  Bruno Haible  <bruno@clisp.org>
5295
5296         * users.txt: Update entry about pspp.
5297
5298 2008-10-21  Bruno Haible  <bruno@clisp.org>
5299
5300         Simplification.
5301         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
5302         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
5303
5304         Simplification.
5305         * lib/ioctl.c (ioctl): Don't undefine.
5306         * lib/socket.c (socket): Don't undefine.
5307
5308         Remove unused module indicator macros.
5309         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
5310         GNULIB_$1 as a C macro.
5311
5312         * doc/posix-functions/close.texi: Undo last change.
5313         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
5314         Windows platforms.
5315
5316 2008-10-21  Bruno Haible  <bruno@clisp.org>
5317
5318         Add gethostname() declaration to <unistd.h>.
5319         * lib/unistd.in.h (gethostname): New declaration.
5320         * lib/gethostname.c: Include <unistd.h>.
5321         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
5322         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
5323         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
5324         and HAVE_GETHOSTNAME.
5325         * modules/gethostname (Depends-on): Add unistd.
5326         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5327         (Include): Specify <unistd.h>.
5328         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
5329         HAVE_GETHOSTNAME.
5330         * tests/test-gethostname.c: Include <unistd.h> first.
5331
5332 2008-10-21  Bruno Haible  <bruno@clisp.org>
5333
5334         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
5335         * modules/select-tests (Depends-on): Likewise.
5336         Reported by Simon Josefsson.
5337
5338 2008-10-21  Simon Josefsson  <simon@josefsson.org>
5339
5340         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
5341         * lib/accept.c: New file, based on winsock.c.
5342         * lib/bind.c: New file, based on winsock.c.
5343         * lib/connect.c: New file, based on winsock.c.
5344         * lib/getpeername.c: New file, based on winsock.c.
5345         * lib/getsockname.c: New file, based on winsock.c.
5346         * lib/getsockopt.c: New file, based on winsock.c.
5347         * lib/ioctl.c: New file, based on winsock.c.
5348         * lib/listen.c: New file, based on winsock.c.
5349         * lib/recv.c: New file, based on winsock.c.
5350         * lib/recvfrom.c: New file, based on winsock.c.
5351         * lib/send.c: New file, based on winsock.c.
5352         * lib/sendto.c: New file, based on winsock.c.
5353         * lib/setsockopt.c: New file, based on winsock.c.
5354         * lib/shutdown.c: New file, based on winsock.c.
5355         * lib/socket.c: New file, based on winsock.c.
5356         * lib/w32sock.h: New file, based on winsock.c.
5357         * lib/winsock.c: Remove file.
5358         * modules/accept: Likewise.
5359         * modules/bind: Likewise.
5360         * modules/connect: Likewise.
5361         * modules/getpeername: Likewise.
5362         * modules/getsockname: Likewise.
5363         * modules/getsockopt: Likewise.
5364         * modules/ioctl: Likewise.
5365         * modules/listen: Likewise.
5366         * modules/recv: Likewise.
5367         * modules/recvfrom: Likewise.
5368         * modules/send: Likewise.
5369         * modules/sendto: Likewise.
5370         * modules/setsockopt: Likewise.
5371         * modules/shutdown: Likewise.
5372         * modules/socket: Use socket.c instead of winsock.c.
5373         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
5374         * doc/posix-functions/accept.texi: Doc fix.
5375         * doc/posix-functions/bind.texi: Doc fix.
5376         * doc/posix-functions/close.texi: Doc fix.
5377         * doc/posix-functions/connect.texi: Doc fix.
5378         * doc/posix-functions/getpeername.texi: Doc fix.
5379         * doc/posix-functions/getsockname.texi: Doc fix.
5380         * doc/posix-functions/getsockopt.texi: Doc fix.
5381         * doc/posix-functions/ioctl.texi: Doc fix.
5382         * doc/posix-functions/listen.texi: Doc fix.
5383         * doc/posix-functions/recv.texi: Doc fix.
5384         * doc/posix-functions/recvfrom.texi: Doc fix.
5385         * doc/posix-functions/send.texi: Doc fix.
5386         * doc/posix-functions/sendto.texi: Doc fix.
5387         * doc/posix-functions/setsockopt.texi: Doc fix.
5388         * doc/posix-functions/shutdown.texi: Doc fix.
5389         * doc/posix-functions/socket.texi: Doc fix.
5390
5391 2008-10-20  Bruno Haible  <bruno@clisp.org>
5392
5393         Take into account the role of SIGABRT_COMPAT on Windows 2008.
5394         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
5395         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
5396         as an alias for SIGABRT.
5397         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
5398         (sigaction): Map it to SIGABRT.
5399         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
5400
5401 2008-10-20  Bruno Haible  <bruno@clisp.org>
5402
5403         * lib/fts.c: Don't include lstat.h.
5404         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
5405
5406         Move the lstat() declaration to <sys/stat.h>.
5407         * lib/lstat.h: Remove file.
5408         * lib/sys_stat.in.h: Add special invocation convention.
5409         (lstat): New declaration.
5410         * lib/lstat.c (orig_lstat): New function.
5411         (rpl_lstat): Use orig_lstat instead of lstat.
5412         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
5413         AC_C_INLINE. Set REPLACE_LSTAT.
5414         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
5415         and REPLACE_LSTAT.
5416         * modules/lstat (Files): Remove lib/lstat.h.
5417         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
5418         (Include): Specify <sys/stat.h> instead of lstat.h.
5419         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
5420         REPLACE_LSTAT.
5421         * NEWS: Mention the change.
5422
5423 2008-10-20  Bruno Haible  <bruno@clisp.org>
5424
5425         * modules/posix_spawn-tests: New file.
5426         * tests/test-posix_spawn3.c: New file.
5427
5428 2008-10-20  Bruno Haible  <bruno@clisp.org>
5429
5430         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
5431         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
5432         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
5433         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
5434         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
5435
5436 2008-10-20  Bruno Haible  <bruno@clisp.org>
5437
5438         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
5439         of posix_spawn on AIX 5.3.
5440
5441 2008-10-20  Bruno Haible  <bruno@clisp.org>
5442
5443         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
5444
5445 2008-10-20  Bruno Haible  <bruno@clisp.org>
5446
5447         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
5448         of AC_LANG_PROGRAM.
5449
5450 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5451
5452         * lib/netdb.in.h: Don't define GNU specific constants until they
5453         are supported or needed.  Reported by Bruno Haible
5454         <bruno@clisp.org>.
5455
5456 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5457
5458         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
5459
5460 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5461
5462         * lib/getaddrinfo.h: Remove file.
5463         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
5464         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
5465         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
5466         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
5467         * modules/netdb: Substitute GNULIB_GETADDRINFO.
5468         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
5469         * tests/test-getaddrinfo.c: Likewise.
5470         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
5471         * NEWS: Mention change.
5472
5473 2008-10-19  Bruno Haible  <bruno@clisp.org>
5474
5475         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
5476
5477 2008-10-19  Bruno Haible  <bruno@clisp.org>
5478
5479         * lib/wait-process.c: Include simply <sys/wait.h>.
5480         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
5481         WIFSTOPPED): Remove fallback definitions.
5482         * modules/wait-process (Depends-on): Add sys_wait.
5483
5484         New module 'sys_wait'.
5485         * modules/sys_wait: New file.
5486         * lib/sys_wait.in.h: New file, partially copied from
5487         lib/wait-process.c.
5488         * m4/sys_wait_h.m4: New file.
5489         * doc/posix-headers/sys_wait.texi: Mention the new module.
5490
5491 2008-10-19  Bruno Haible  <bruno@clisp.org>
5492
5493         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
5494
5495 2008-10-19  Bruno Haible  <bruno@clisp.org>
5496
5497         Assume that waitpid() fills an 'int' status, not a 'union wait'.
5498         * lib/wait-process.c (WAIT_T): Remove type.
5499         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
5500         (wait_subprocess): Update.
5501
5502 2008-10-19  Bruno Haible  <bruno@clisp.org>
5503
5504         New module 'atoll'.
5505         * modules/atoll: New file.
5506         * lib/stdlib.in.h (atoll): New declaration.
5507         * lib/atoll.c: New file, from glibc with modifications.
5508         * m4/atoll.m4: New file.
5509         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
5510         HAVE_ATOLL.
5511         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
5512         * doc/posix-functions/atoll.texi: Mention the new module.
5513
5514 2008-10-19  Bruno Haible  <bruno@clisp.org>
5515
5516         Add strtoull() declaration to <stdlib.h>.
5517         * lib/stdlib.in.h (strtoull): New declaration.
5518         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
5519         Set HAVE_STRTOULL.
5520         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
5521         HAVE_STRTOULL.
5522         * modules/strtoull (Depends-on): Add stdlib.
5523         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5524         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
5525         HAVE_STRTOULL.
5526
5527 2008-10-19  Bruno Haible  <bruno@clisp.org>
5528
5529         Add strtoll() declaration to <stdlib.h>.
5530         * lib/stdlib.in.h (strtoll): New declaration.
5531         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
5532         Set HAVE_STRTOLL.
5533         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
5534         HAVE_STRTOLL.
5535         * modules/strtoll (Depends-on): Add stdlib.
5536         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5537         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
5538
5539 2008-10-19  Bruno Haible  <bruno@clisp.org>
5540
5541         * modules/bcopy (Depends-on): Add strings.
5542         (Include): Specify <strings.h>.
5543
5544 2008-10-19  Bruno Haible  <bruno@clisp.org>
5545
5546         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
5547
5548 2008-10-19  Bruno Haible  <bruno@clisp.org>
5549
5550         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
5551         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
5552         mingw.
5553
5554 2008-10-19  Bruno Haible  <bruno@clisp.org>
5555
5556         * lib/atanl.c: Don't include isnanl.h.
5557         * lib/cosl.c: Likewise.
5558         * lib/ldexpl.c: Likewise.
5559         * lib/logl.c: Likewise.
5560         * lib/sinl.c: Likewise.
5561         * lib/sqrtl.c: Likewise.
5562         * lib/tanl.c: Likewise.
5563
5564         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
5565         * lib/isnanf.h: Remove file.
5566         * lib/isnand.h: Remove file.
5567         * lib/isnanl.h: Remove file.
5568         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
5569         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
5570         macros.
5571         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
5572         HAVE_ISNANF, don't define it as a C macro.
5573         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
5574         HAVE_ISNAND, don't define it as a C macro.
5575         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
5576         HAVE_ISNANL, don't define it as a C macro.
5577         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
5578         HAVE_ISNAN[FDL].
5579         * modules/isnanf (Files): Remove lib/isnanf.h.
5580         (Depends-on): Add math.
5581         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5582         (Include): Specify <math.h> instead of isnanf.h.
5583         * modules/isnand (Files): Remove lib/isnand.h.
5584         (Depends-on): Add math.
5585         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5586         (Include): Specify <math.h> instead of isnand.h.
5587         * modules/isnanl (Files): Remove lib/isnanl.h.
5588         (Depends-on): Add math.
5589         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5590         (Include): Specify <math.h> instead of isnanl.h.
5591         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
5592         HAVE_ISNAN[FDL].
5593         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
5594         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
5595         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
5596         * NEWS: Mention the change.
5597
5598 2008-10-18  Bruno Haible  <bruno@clisp.org>
5599
5600         Add getusershell(), setusershell(), endusershell() declarations to
5601         <unistd.h>.
5602         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
5603         declarations.
5604         * lib/getusershell.c: Include unistd.h.
5605         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
5606         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
5607         HAVE_GETUSERSHELL.
5608         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
5609         and HAVE_GETUSERSHELL.
5610         * modules/getusershell (Depends-on): Add unistd, extensions.
5611         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5612         (Include): Specify <unistd.h>.
5613         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
5614         HAVE_GETUSERSHELL.
5615
5616 2008-10-18  Bruno Haible  <bruno@clisp.org>
5617
5618         Add a getloadavg() declaration to <stdlib.h>.
5619         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
5620         getloadavg declaration.
5621         (getloadavg): New declaration.
5622         * lib/getloadavg.c: Include <stdlib.h> first.
5623         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
5624         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
5625         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
5626         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
5627         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
5628         * modules/getloadavg (Depends-on): Add stdlib, extensions.
5629         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5630         (Include): Specify <stdlib.h>.
5631         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
5632         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
5633
5634 2008-10-18  Bruno Haible  <bruno@clisp.org>
5635
5636         * lib/dirchownmod.c: Don't include lchmod.h.
5637
5638         Move the lchmod() declaration to <sys/stat.h>.
5639         * lib/lchmod.h: Remove file.
5640         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
5641         (lchmod): New declaration, moved here from lib/lchown.h.
5642         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
5643         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
5644         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
5645         and HAVE_LCHMOD.
5646         * modules/lchmod (Files): Remove lib/lchmod.h.
5647         (Depends-on): Add sys_stat, extensions.
5648         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
5649         (Include): Specify <sys/stat.h> instead of lchmod.h.
5650         * modules/sys_stat (Depends-on): Add link-warning.
5651         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
5652         definition of GL_LINK_WARNING.
5653         * NEWS: Mention the change.
5654
5655 2008-10-18  Bruno Haible  <bruno@clisp.org>
5656
5657         * lib/fchdir.c: Don't include dirfd.h.
5658         * lib/fts.c: Likewise.
5659         * lib/getcwd.c: Likewise.
5660         * lib/glob.c: Likewise.
5661
5662         Move the dirfd() declaration to <dirent.h>.
5663         * lib/dirfd.h: Remove file.
5664         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
5665         (dirfd): New declaration.
5666         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
5667         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
5668         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
5669         HAVE_DECL_DIRFD.
5670         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
5671         HAVE_DECL_DIRFD.
5672         * modules/dirfd (Files): Remove lib/dirfd.h.
5673         (Depends-on): Add dirent, extensions.
5674         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
5675         (Include): Specify <dirent.h> instead of dirfd.h.
5676         * modules/dirent (Depends-on): Add link-warning.
5677         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
5678         definition of GL_LINK_WARNING.
5679         * NEWS: Mention the change.
5680
5681 2008-10-18  Bruno Haible  <bruno@clisp.org>
5682
5683         Move the euidaccess() declaration to <unistd.h>.
5684         * lib/euidaccess.h: Remove file.
5685         * lib/unistd.in.h (euidaccess): New declaration.
5686         * lib/euidaccess.c: Don't include euidaccess.h.
5687         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
5688         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
5689         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
5690         and HAVE_EUIDACCESS.
5691         * modules/euidaccess (Files): Remove lib/euidaccess.h.
5692         (Depends-on): Add unistd.
5693         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5694         (Include): Specify <unistd.h> instead of euidaccess.h.
5695         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
5696         HAVE_EUIDACCESS.
5697         * NEWS: Mention the change.
5698
5699 2008-10-18  Bruno Haible  <bruno@clisp.org>
5700
5701         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
5702
5703         Move the getdomainname() declaration to <unistd.h>.
5704         * lib/getdomainname.h: Remove file.
5705         * lib/unistd.in.h (getdomainname): New declaration.
5706         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
5707         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
5708         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
5709         HAVE_GETDOMAINNAME.
5710         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5711         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
5712         * modules/getdomainname (Files): Remove lib/getdomainname.h.
5713         (Depends-on): Add unistd, extensions.
5714         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5715         (Includes): Specify <unistd.h> instead of getdomainname.h.
5716         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
5717         HAVE_GETDOMAINNAME.
5718         * NEWS: Mention the change.
5719
5720 2008-10-18  Bruno Haible  <bruno@clisp.org>
5721
5722         * modules/dirent: New file.
5723         * m4/dirent_h.m4: New file.
5724         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
5725         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
5726         * modules/fchdir (Files): Remove lib/dirent.in.h.
5727         (Depends-on): Add dirent.
5728         (Makefile.am): Move rules to modules/dirent.
5729         * doc/posix-headers/dirent.texi: Mention the new module.
5730
5731 2008-10-18  Bruno Haible  <bruno@clisp.org>
5732
5733         Avoid -Wunused-parameter warnings in public gnulib header files.
5734         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
5735         macro.
5736         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
5737
5738 2008-10-18  Bruno Haible  <bruno@clisp.org>
5739
5740         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
5741         * doc/glibc-functions/error.texi: Mention the module 'error'.
5742         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
5743         * doc/glibc-functions/getdomainname.texi: Mention the module
5744         'getdomainname'.
5745         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
5746         * doc/glibc-functions/getpagesize.texi: Mention the module
5747         'getpagesize'.
5748         * doc/glibc-functions/getusershell.texi: Mention the module
5749         'getusershell'.
5750         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
5751         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
5752         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
5753         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
5754         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
5755         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
5756         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
5757         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
5758         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
5759         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
5760         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
5761         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
5762         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
5763         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
5764
5765 2008-10-17  Bruno Haible  <bruno@clisp.org>
5766
5767         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
5768         HP-UX and IRIX, use -0.0L.
5769         * tests/test-ceill.c (minus_zero): Likewise.
5770         * tests/test-floorl.c (minus_zero): Likewise.
5771         * tests/test-frexpl.c (minus_zero): Likewise.
5772         * tests/test-isnan.c (minus_zerol): Likewise.
5773         * tests/test-isnanl.h (minus_zero): Likewise.
5774         * tests/test-ldexpl.c (minus_zero): Likewise.
5775         * tests/test-roundl.c (minus_zero): Likewise.
5776         * tests/test-signbit.c (minus_zerol): Likewise.
5777         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
5778         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
5779         * tests/test-truncl.c (minus_zero): Likewise.
5780         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
5781         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
5782         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
5783         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
5784
5785 2008-10-17  Bruno Haible  <bruno@clisp.org>
5786
5787         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
5788         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
5789         that it gets activated only for gcc >= 3.0.
5790         * lib/dirent.in.h: Likewise.
5791         * lib/errno.in.h: Likewise.
5792         * lib/fcntl.in.h: Likewise.
5793         * lib/float.in.h: Likewise.
5794         * lib/iconv.in.h: Likewise.
5795         * lib/inttypes.in.h: Likewise.
5796         * lib/locale.in.h: Likewise.
5797         * lib/math.in.h: Likewise.
5798         * lib/netdb.in.h: Likewise.
5799         * lib/netinet_in.in.h: Likewise.
5800         * lib/search.in.h: Likewise.
5801         * lib/signal.in.h: Likewise.
5802         * lib/spawn.in.h: Likewise.
5803         * lib/stdarg.in.h: Likewise.
5804         * lib/stdint.in.h: Likewise.
5805         * lib/stdio.in.h: Likewise.
5806         * lib/stdlib.in.h: Likewise.
5807         * lib/string.in.h: Likewise.
5808         * lib/strings.in.h: Likewise.
5809         * lib/sys_file.in.h: Likewise.
5810         * lib/sys_ioctl.in.h: Likewise.
5811         * lib/sys_select.in.h: Likewise.
5812         * lib/sys_socket.in.h: Likewise.
5813         * lib/sys_stat.in.h: Likewise.
5814         * lib/sys_time.in.h: Likewise.
5815         * lib/sysexits.in.h: Likewise.
5816         * lib/time.in.h: Likewise.
5817         * lib/unistd.in.h: Likewise.
5818         * lib/wchar.in.h: Likewise.
5819         * lib/wctype.in.h: Likewise.
5820         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5821
5822 2008-10-17  Jim Meyering  <meyering@redhat.com>
5823
5824         ignore-value: don't depend on inline module
5825         * modules/ignore-value (Depends-on): Remove 'inline'.
5826         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
5827         Suggestion from Bruno Haible.
5828
5829 2008-10-17  Bruno Haible  <bruno@clisp.org>
5830
5831         New implementation of condition variables for Win32.
5832         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
5833         (gl_linked_waitqueue_t): New type.
5834         (gl_cond_t): Use it.
5835         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
5836         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
5837         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
5838         (glthread_cond_init_func, glthread_cond_wait_func,
5839         glthread_cond_timedwait_func, glthread_cond_signal_func,
5840         glthread_cond_broadcast_func, glthread_cond_destroy_func):
5841         Reimplemented on the basis of gl_linked_waitqueue_t.
5842         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
5843         gl_waitqueue_t.
5844         (gl_rwlock_t): Update.
5845         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
5846
5847 2008-10-17  Simon Josefsson  <simon@josefsson.org>
5848
5849         * modules/recvfrom (Depends-on): Add dependency on getpeername.
5850         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
5851
5852 2008-10-17  Jim Meyering  <meyering@redhat.com>
5853
5854         ignore-value: new module
5855         * modules/ignore-value: New file.
5856         * lib/ignore-value.h: New file.
5857         * MODULES.html.sh (Compiler warning management): New section,
5858         just for this module.  More to come.
5859
5860 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5861
5862         open-safer.c: avoid 'signed and unsigned in conditional...' warning
5863         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
5864         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
5865
5866 2008-10-16  Jim Meyering  <meyering@redhat.com>
5867
5868         openat-die.c: avoid 'no previous prototype' warning
5869         * lib/openat-die.c: Include "openat.h".
5870         Reported by Reuben Thomas <rrt@sc3d.org>.
5871
5872 2008-10-16  Simon Josefsson  <simon@josefsson.org>
5873
5874         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
5875         * lib/netdb.in.h: Fix typo.
5876         Reported by Bruno Haible  <bruno@clisp.org>
5877
5878         * lib/netdb.in.h: Include sys/socket.h for platforms without
5879         netdb.h, to get structures like hostent on MinGW.
5880         * modules/netdb (Depends-on): Add sys_socket.
5881
5882 2008-10-15  Simon Josefsson  <simon@josefsson.org>
5883
5884         * modules/netdb, modules/netdb-tests: New file.
5885         * m4/netdb_h.m4: New file.
5886         * lib/netdb.in.h: Add, currently just an empty file pending
5887         definitions.
5888         * tests/test-netdb.c: New file.
5889         * doc/posix-headers/netdb.texi: Mention that we replace it if
5890         needed.
5891         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5892         netdb.
5893
5894 2008-10-15  Simon Josefsson  <simon@josefsson.org>
5895
5896         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
5897         with code.
5898
5899 2008-10-13  Bruno Haible  <bruno@clisp.org>
5900
5901         * lib/glthread/cond.c (glthread_cond_wait_func,
5902         glthread_cond_timedwait_func): Add a comment.
5903
5904 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5905
5906         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
5907         * tests/test-select.c: Likewise,
5908
5909 2008-10-13  Bruno Haible  <bruno@clisp.org>
5910
5911         * lib/glthread/cond.c (glthread_cond_wait_func,
5912         glthread_cond_timedwait_func): Fix variable name.
5913         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
5914
5915 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
5916
5917         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
5918         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
5919         struct sockaddr.sa_len.
5920         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
5921
5922 2008-10-13  Simon Josefsson  <simon@josefsson.org>
5923
5924         * build-aux/pmccabe2html: Add css and css_url parameters.
5925
5926 2008-10-12  Bruno Haible  <bruno@clisp.org>
5927
5928         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
5929         calling aclx_get.
5930         Reported by Rainer Tammer <tammer@tammer.net>.
5931
5932 2008-10-12  Bruno Haible  <bruno@clisp.org>
5933
5934         Use msvcrt aware primitives for creation/termination of Win32 threads.
5935         * lib/glthread/thread.c: Include <process.h>.
5936         (glthread_create_func): Use _beginthreadex instead of CreateThread.
5937         (wrapper_func): Update signature.
5938         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
5939
5940 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5941             Bruno Haible  <bruno@clisp.org>
5942
5943         Provide a Win32 implementation of the 'cond' module.
5944         * lib/glthread/cond.h [USE_WIN32]: New implementation.
5945         * lib/glthread/cond.c (glthread_cond_init_func,
5946         glthread_cond_wait_func, glthread_cond_timedwait_func,
5947         glthread_cond_signal_func, glthread_cond_broadcast_func,
5948         glthread_cond_destroy_func) [USE_WIN32]: New functions.
5949         * modules/cond (Dependencies): Add gettimeofday.
5950
5951 2008-10-11  Bruno Haible  <bruno@clisp.org>
5952
5953         Make sleep work on older versions of mingw.
5954         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
5955         only whether it exists.
5956         * doc/posix-functions/sleep.texi: Mention the problem with older
5957         versions of mingw.
5958
5959 2008-10-11  Bruno Haible  <bruno@clisp.org>
5960
5961         New module 'shutdown'.
5962         * modules/shutdown: New file.
5963         * lib/sys_socket.in.h (shutdown): New declaration.
5964         * lib/winsock.c (shutdown): New function.
5965         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
5966         GNULIB_SHUTDOWN.
5967         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
5968         * doc/posix-functions/shutdown.texi: Document the new module.
5969
5970 2008-10-11  Jim Meyering  <meyering@redhat.com>
5971
5972         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
5973
5974 2008-10-11  Bruno Haible  <bruno@clisp.org>
5975
5976         New module 'fclose'.
5977         * modules/fclose: New file.
5978         * lib/stdio.in.h (fclose): New declaration.
5979         * lib/fclose.c: New file.
5980         * m4/fclose.m4: New file.
5981         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
5982         REPLACE_FCLOSE.
5983         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
5984         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
5985         REPLACE_FCLOSE.
5986         * modules/close (Depends-on): fclose.
5987         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
5988
5989 2008-10-11  Bruno Haible  <bruno@clisp.org>
5990
5991         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
5992         set errno and don't call _close.
5993
5994 2008-10-10  Bruno Haible  <bruno@clisp.org>
5995
5996         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
5997         ACL, not afterwards. Fixes test failure on Cygwin.
5998
5999 2008-10-09  Ben Pfaff  <blp@gnu.org>
6000
6001         * build-aux/announce-gen: Fix gnulib version related part of usage
6002         message.  Die with a useful error message if no tarballs are
6003         found.
6004
6005 2008-10-10  Jim Meyering  <meyering@redhat.com>
6006
6007         bootstrap: use git's --depth=N option only if it's supported
6008         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
6009         recognize the --depth option.  Reported by Pádraig Brady.
6010
6011 2008-10-09  Bruno Haible  <bruno@clisp.org>
6012
6013         New module 'ioctl'.
6014         * modules/ioctl: New file.
6015         * lib/sys_socket.in.h (ioctl): Remove declaration.
6016         * lib/winsock.c: Include <sys/ioctl.h>.
6017         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
6018         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
6019         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
6020         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
6021         * doc/posix-functions/ioctl.texi: Mention the new module.
6022
6023 2008-10-09  Bruno Haible  <bruno@clisp.org>
6024
6025         New module 'sys_ioctl'.
6026         * lib/sys_ioctl.in.h: New file.
6027         * m4/sys_ioctl_h.m4: New file.
6028         * modules/sys_ioctl: New file.
6029         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
6030
6031 2008-10-09  Bruno Haible  <bruno@clisp.org>
6032
6033         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
6034         * lib/winsock.c: Include <stdarg.h>.
6035         (rpl_ioctl): Change to second argument 'int' and then varargs.
6036
6037 2008-10-09  Bruno Haible  <bruno@clisp.org>
6038
6039         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
6040         when the sys_socket module is present and the system has <winsock2.h>.
6041
6042 2008-10-09  Bruno Haible  <bruno@clisp.org>
6043
6044         * doc/posix-functions/close.texi: Mention module 'close' instead of
6045         module 'sys_socket'.
6046
6047 2008-10-09  Bruno Haible  <bruno@clisp.org>
6048
6049         * doc/glibc-headers/sys_ioctl.texi: New file.
6050         * doc/gnulib.texi: Include it.
6051
6052 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6053             Bruno Haible  <bruno@clisp.org>
6054
6055         Combine the two replacements of 'close'.
6056         * lib/sys_socket.in.h (close): Define to a reminder to include
6057         <unistd.h>.
6058         (_gl_close_fd_maybe_socket): New declaration.
6059         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
6060         * lib/winsock.c (close): Remove undefinition.
6061         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
6062         needed for the gnulib module 'close'.
6063         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
6064         define to an error symbol or to a warning, if suitable.
6065         * lib/close.c: Include <sys/socket.h>.
6066         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
6067         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
6068         UNISTD_H_HAVE_WINSOCK2_H.
6069         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
6070         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6071         UNISTD_H_HAVE_WINSOCK2_H.
6072         * modules/sys_socket (Files): Add m4/unistd_h.m4.
6073         (configure.ac): Set a module indicator.
6074         (Makefile.am): Substitute GNULIB_CLOSE.
6075         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
6076         * modules/poll-tests (Depends-on): Add close.
6077         * modules/select-tests (Depends-on): Likewise.
6078
6079 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6080             Bruno Haible  <bruno@clisp.org>
6081
6082         New module 'close'.
6083         * modules/close: New file.
6084         * lib/unistd.in.h (close): Move declaration out of the
6085         FCHDIR_REPLACEMENT scope.
6086         (_gl_unregister_fd): New declaration.
6087         * lib/close.c: New file.
6088         * lib/fchdir.c (rpl_close): Remove function.
6089         * m4/close.m4: New file.
6090         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
6091         close.
6092         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
6093         REPLACE_CLOSE.
6094         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
6095         REPLACE_CLOSE.
6096         * modules/fchdir (Depends-on): Add close.
6097
6098 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6099             Bruno Haible  <bruno@clisp.org>
6100
6101         * lib/fcntl.in.h (open): Simplify conditionals.
6102         (_gl_register_fd): New declaration.
6103         * lib/fchdir.c (rpl_open): Remove function.
6104         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
6105         also.
6106         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
6107         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
6108         open.
6109
6110 2008-10-09  Jim Meyering  <meyering@redhat.com>
6111
6112         GNUmakefile: use the more name-space-friendly "_version"
6113         * top/GNUmakefile (_dummy): Update.
6114         (_version): Rename from "version".
6115
6116 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6117             Bruno Haible  <bruno@clisp.org>
6118
6119         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
6120         rpl_close.
6121         (_gl_register_fd): New function, extracted from rpl_open.
6122         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
6123         (rpl_open, rpl_opendir): Use _gl_register_fd.
6124
6125 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6126
6127         Fix organization of 'open' replacement.
6128         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
6129         (gl_FUNC_OPEN): Use it.
6130         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
6131
6132 2008-10-08  Bruno Haible  <bruno@clisp.org>
6133
6134         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
6135
6136 2008-10-08  Simon Josefsson  <simon@josefsson.org>
6137
6138         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
6139         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
6140         listen).
6141
6142 2008-10-08  Eric Blake  <ebb9@byu.net>
6143
6144         GNUmakefile: add 'make version' target
6145         * top/GNUmakefile (_curr-ver): Split version update rules...
6146         (version): ...into a target.
6147
6148 2008-10-07  Bruno Haible  <bruno@clisp.org>
6149
6150         Use a more portable replacement expression for -0.0L.
6151         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
6152         instead of -0.0L. Fix m4 quotation.
6153
6154         * tests/test-signbit.c: Include <float.h>.
6155         (minus_zero): New variable.
6156         (test_signbitl): Use minus_zero instead of -zero.
6157         * modules/signbit-tests (Depends-on): Add float.
6158
6159         * tests/test-ceill.c: Include <float.h>.
6160         (zero): Remove variable.
6161         (minus_zero): New variable.
6162         (main): Use minus_zero instead of -zero.
6163         * modules/ceill-tests (Depends-on): Add float.
6164
6165         * tests/test-floorl.c: Include <float.h>.
6166         (zero): Remove variable.
6167         (minus_zero): New variable.
6168         (main): Use minus_zero instead of -zero.
6169         * modules/floorl-tests (Depends-on): Add float.
6170
6171         * tests/test-roundl.c: Include <float.h>.
6172         (zero): Remove variable.
6173         (minus_zero): New variable.
6174         (main): Use minus_zero instead of -zero.
6175         * modules/roundl-tests (Depends-on): Add float.
6176
6177         * tests/test-truncl.c: Include <float.h>.
6178         (zero): Remove variable.
6179         (minus_zero): New variable.
6180         (main): Use minus_zero instead of -zero.
6181         * modules/truncl-tests (Depends-on): Add float.
6182
6183         * tests/test-frexpl.c (zero): Remove variable.
6184         (minus_zero): New variable.
6185         (main): Use minus_zero instead of -zero.
6186         * modules/frexpl-tests (Depends-on): Add float.
6187
6188         * tests/test-isnan.c (zerol): Remove variable.
6189         (minus_zerol): New variable.
6190         (test_long_double): Use minus_zerol instead of -zerol.
6191         * modules/isnan-tests (Depends-on): Add float.
6192
6193         * tests/test-isnanl.h (zero): Remove variable.
6194         (minus_zero): New variable.
6195         (main): Use minus_zero instead of -zero.
6196         * modules/isnanl-nolibm-tests (Depends-on): Add float.
6197         * modules/isnanl-tests (Depends-on): Add float.
6198
6199         * tests/test-ldexpl.c (zero): Remove variable.
6200         (minus_zero): New variable.
6201         (main): Use minus_zero instead of -zero.
6202         * modules/ldexpl-tests (Depends-on): Add float.
6203
6204         * tests/test-snprintf-posix.h (zerol): Remove variable.
6205         (minus_zerol): New variable.
6206         (test_function): Use minus_zerol instead of -zerol.
6207         * modules/snprintf-posix-tests (Depends-on): Add float.
6208         * modules/vsnprintf-posix-tests (Depends-on): Add float.
6209
6210         * tests/test-sprintf-posix.h (zerol): Remove variable.
6211         (minus_zerol): New variable.
6212         (test_function): Use minus_zerol instead of -zerol.
6213         * modules/sprintf-posix-tests (Depends-on): Add float.
6214         * modules/vsprintf-posix-tests (Depends-on): Add float.
6215
6216         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
6217         (minus_zerol): New variable.
6218         (test_function): Use minus_zerol instead of -zerol.
6219         * modules/vasnprintf-posix-tests (Depends-on): Add float.
6220
6221         * tests/test-vasprintf-posix.c (zerol): Remove variable.
6222         (minus_zerol): New variable.
6223         (test_function): Use minus_zerol instead of -zerol.
6224         * modules/vasprintf-posix-tests (Depends-on): Add float.
6225
6226 2008-10-07  Simon Josefsson  <simon@josefsson.org>
6227
6228         * MODULES.html.sh (Support for building documentation): Mention
6229         pmccabe2html.  Sort entries.
6230
6231         Add pmccabe2html module, from gnupdf.
6232         * build-aux/pmccabe.css: New file.
6233         * build-aux/pmccabe2html: New file.
6234         * m4/pmccabe2html.m4: New file.
6235         * modules/pmccabe2html: New file.
6236
6237 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
6238
6239         flock: new module
6240         * MODULES.html.sh: Add to list of modules.
6241         * lib/flock.c: flock implementation for Windows and Unix systems
6242         which have fcntl.
6243         * doc/glibc-functions/flock.texi: Update documentation.
6244         * lib/sys_file.in.h: <sys/file.h> header file.
6245         * m4/flock.m4: M4 macros.
6246         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
6247         * modules/flock: flock module.
6248         * modules/flock-tests: flock tests module.
6249         * modules/sys_file: sys/file.h module.
6250         * tests/test-flock.c: test suite for flock.
6251
6252 2008-10-06  Jim Meyering  <meyering@redhat.com>
6253
6254         bootstrap: check for LT_INIT more portably still ;-)
6255         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
6256         Spotted by Bruno Haible.
6257
6258 2008-10-06  Eric Blake  <ebb9@byu.net>
6259
6260         test-signbit: avoid tripping Irix cc bug on -0.0L
6261         * tests/test-signbit.c (minus_zerol): Delete, and replace with
6262         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
6263         entire testsuite consistent and avoids an Irix 6.2 bug.
6264
6265 2008-10-05  Bruno Haible  <bruno@clisp.org>
6266             Jim Meyering  <jim@meyering.net>
6267
6268         Add an option for ignoring EPIPE during close_stdout.
6269         * lib/closeout.h: Include <stdbool.h>.
6270         (close_stdout_set_ignore_EPIPE): New declaration.
6271         * lib/closeout.c: Include <stdbool.h>.
6272         (ignore_EPIPE): New variable.
6273         (close_stdout_set_ignore_EPIPE): New function.
6274         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
6275         * lib/close-stream.c (close_stream): Mention the possible EPIPE
6276         failure.
6277         * modules/closeout (Depends-on): Add stdbool.
6278
6279 2008-10-05  Bruno Haible  <bruno@clisp.org>
6280
6281         * modules/accept: New file.
6282         * modules/bind: New file.
6283         * modules/connect: New file.
6284         * modules/getpeername: New file.
6285         * modules/getsockname: New file.
6286         * modules/getsockopt: New file.
6287         * modules/listen: New file.
6288         * modules/recv: New file.
6289         * modules/recvfrom: New file.
6290         * modules/send: New file.
6291         * modules/sendto: New file.
6292         * modules/setsockopt: New file.
6293         * modules/socket: New file.
6294         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
6295         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
6296         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
6297         the particular module is requested. Add a link warning when the
6298         particular module is not requested.
6299         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
6300         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
6301         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
6302         the particular module is requested.
6303         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
6304         gl_SYS_SOCKET_H_DEFAULTS): New macros.
6305         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
6306         * modules/sys_socket (Depends-on): Add link-warning.
6307         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
6308         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
6309         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
6310         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
6311         GL_LINK_WARNING.
6312         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
6313         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
6314         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
6315         * doc/posix-functions/getpeername.texi: Mention the new module
6316         'getpeername'.
6317         * doc/posix-functions/getsockname.texi: Mention the new module
6318         'getsockname'.
6319         * doc/posix-functions/getsockopt.texi: Mention the new module
6320         'getsockopt'.
6321         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
6322         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
6323         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
6324         * doc/posix-functions/send.texi: Mention the new module 'send'.
6325         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
6326         * doc/posix-functions/setsockopt.texi: Mention the new module
6327         'setsockopt'.
6328         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
6329         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
6330         listen, connect, accept.
6331         * modules/select-tests (Depends-on): Likewise.
6332
6333 2008-10-05  Bruno Haible  <bruno@clisp.org>
6334
6335         * lib/winsock.c (strerror): Remove unused #undef.
6336         (rpl_close): Remove unused local variable.
6337
6338         * modules/sys_socket (Depends-on); Add errno.
6339
6340 2008-10-05  Bruno Haible  <bruno@clisp.org>
6341
6342         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
6343         (select): Add a link warning when the 'select' module is not used.
6344         * modules/sys_select (Depends-on): Add link-warning.
6345         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
6346         Suggested by Paolo Bonzini.
6347
6348 2008-10-05  Jim Meyering  <meyering@redhat.com>
6349
6350         bootstrap: check for LT_INIT more portably
6351         * build-aux/bootstrap: Avoid using grep -E, since it's not
6352         portable enough.  Suggestion from Bruno Haible.
6353
6354 2008-10-05  Bruno Haible  <bruno@clisp.org>
6355
6356         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
6357         as being fixed by gnulib.
6358
6359 2008-10-05  Bruno Haible  <bruno@clisp.org>
6360
6361         * modules/select-tests: New file, mostly copied from
6362         modules/sys_select-tests.
6363         * tests/test-select.c: New file, mostly copied from
6364         tests/test-sys_select.c.
6365         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
6366         * modules/sys_select-tests (Depends-on): Remove all dependencies.
6367         (Makefile.am): Remove test_sys_select_LDADD.
6368
6369         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
6370         to an undefined symbol, for an error message.
6371         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
6372         (gl_SYS_SELECT_H_DEFAULTS): New macro.
6373         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
6374         winsock-select.c here.
6375         * modules/sys_select (Files): Remove lib/winsock-select.c.
6376         (Depends-on): Remove alloca.
6377         (Makefile.am): Substitute GNULIB_SELECT.
6378         * modules/select: New file.
6379         * doc/posix-functions/select.texi: Update.
6380
6381 2008-10-05  Bruno Haible  <bruno@clisp.org>
6382
6383         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
6384         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
6385         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
6386         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
6387         getdtablesize.
6388         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
6389         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
6390
6391 2008-10-05  Bruno Haible  <bruno@clisp.org>
6392
6393         * modules/getdtablesize-tests: New file.
6394         * tests/test-getdtablesize.c: New file.
6395
6396         New module 'getdtablesize'.
6397         * lib/unistd.in.h (getdtablesize): New declaration.
6398         * lib/getdtablesize.c: New file.
6399         * m4/getdtablesize.m4: New file.
6400         * modules/getdtablesize: New file.
6401         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6402         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
6403         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
6404         HAVE_GETDTABLESIZE.
6405         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
6406
6407 2008-10-05  Bruno Haible  <bruno@clisp.org>
6408
6409         * modules/sched (Makefile.am): Fix typo.
6410         Reported by Simon Josefsson.
6411
6412 2008-10-05  Jim Meyering  <meyering@redhat.com>
6413
6414         bootstrap: check for LT_INIT, too
6415         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
6416         are deprecated.  Suggestion from Ralf Wildenhues.
6417
6418 2008-10-05  Bruno Haible  <bruno@clisp.org>
6419
6420         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
6421         overriding them by ours.
6422         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
6423
6424 2008-10-05  Jim Meyering  <meyering@redhat.com>
6425
6426         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
6427         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
6428         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
6429
6430 2008-10-04  Bruno Haible  <bruno@clisp.org>
6431
6432         * modules/dup2 (License): Change to LGPLv2+.
6433         * modules/sleep (License): Likewise.
6434         * modules/perror (License): Likewise.
6435         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
6436         Blake.
6437         * modules/signal (License): Likewise.
6438         * modules/sigprocmask (License): Likewise.
6439         * modules/raise (License): Change to LGPLv2+, with approval by Jim
6440         Meyering.
6441
6442 2008-10-04  Bruno Haible  <bruno@clisp.org>
6443
6444         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
6445         Reported by Rainer Tammer <tammer@tammer.net>.
6446
6447 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
6448             Bruno Haible  <bruno@clisp.org>
6449
6450         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
6451         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
6452         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
6453
6454 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
6455
6456         filevercmp: new module
6457         * lib/filevercmp.h: New function filevercmp comparing version strings.
6458         * lib/filevercmp.c: Implementation of filevercmp function.
6459         * modules/filevercmp: Module metadata.
6460         * tests/test-filevercmp.c: Unit test for new module.
6461         * modules/filevercmp-tests: Unit test metadata.
6462         * MODULES.html.sh: Add filevercmp module.
6463
6464 2008-10-03  Bruno Haible  <bruno@clisp.org>
6465
6466         * lib/c-ctype.h: Add comment.
6467         Reported by Jim Meyering.
6468
6469 2008-10-02  Bruno Haible  <bruno@clisp.org>
6470
6471         * modules/posix_spawn-internal (Depends-on): Add 'open'.
6472
6473 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6474
6475         * build-aux/bootstrap: Allow renaming bootstrap, and change the
6476         name of bootstrap.conf accordingly.
6477
6478 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6479
6480         * build-aux/bootstrap: Install git-merge-changelog configuration
6481         items into .gitconfig if needed.
6482
6483 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6484
6485         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
6486         git repository, and initialize/update it accordingly.
6487
6488 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
6489
6490         * modules/fsync-tests: New file.
6491         * tests/test-fsync.c: New file.
6492
6493         New module 'fsync'.
6494         * lib/fsync.c: New file.
6495         * m4/fsync.m4: New file.
6496         * modules/fsync: New file.
6497         * lib/unistd.in.h (fsync): New declaration.
6498         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
6499         GNULIB_FSYNC and HAVE_FSYNC.
6500         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
6501         * MODULES.html.sh (posix_functions): Add fsync.
6502         * doc/posix-functions/fsync.texi: Mention the new module.
6503
6504 2008-10-02  Jim Meyering  <meyering@redhat.com>
6505
6506         fts.c: sync with similar code from coreutils' remove.c
6507         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
6508         Guard also with "#if defined __linux__", since for now at least,
6509         this code is Linux-kernel-specific.
6510
6511 2008-10-02  Jim Meyering  <meyering@redhat.com>
6512
6513         fts: bug fixes
6514         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
6515         Include <sys/vfs.h>, not <sys/statfs.h>.
6516
6517         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
6518         Include <sys/vfs.h>, not <sys/statfs.h>.
6519
6520 2008-10-01  Bruno Haible  <bruno@clisp.org>
6521
6522         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
6523         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
6524         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
6525         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
6526         * doc/posix-functions/posix_spawnp.texi: Likewise.
6527         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
6528         whether posix_spawn actually works.
6529         * m4/pipe.m4 (gl_PIPE): Likewise.
6530         * modules/execute (Files): Add m4/posix_spawn.m4.
6531         * modules/pipe (Files): Add m4/posix_spawn.m4.
6532         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
6533
6534 2008-10-01  Jim Meyering  <meyering@redhat.com>
6535
6536         remove trailing spaces
6537         * NEWS: Likewise.
6538         * lib/poll.c (poll): Likewise.
6539         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
6540         * lib/winsock.c (rpl_close): Likewise.
6541         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
6542         * modules/yield: Likewise.
6543         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
6544         * tests/test-sys_select.c (connect_to_socket): Likewise.
6545
6546         fts.c: adjust a new interface to be more generally useful
6547         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
6548         (fts_build): Adjust caller.
6549
6550 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6551
6552         * modules/cond-tests: New file.
6553         * tests/test-cond.c: New file.
6554
6555 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6556             Bruno Haible  <bruno@clisp.org>
6557
6558         * modules/cond (Dependencies): Add errno, time.
6559         * lib/glthread/cond.h: Include <time.h>.
6560         (gl_cond_define, gl_cond_define_initialized): Use the same definition
6561         across platforms.
6562
6563 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6564             Bruno Haible  <bruno@clisp.org>
6565
6566         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
6567
6568 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6569             Bruno Haible  <bruno@clisp.org>
6570
6571         * modules/tls-tests (Depends-on): Add thread, yield.
6572         (configure.ac): Remove all checks.
6573         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
6574         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
6575         gl_thread_self): Remove definitions. Include glthread/thread.h and
6576         glthread/yield.h instead.
6577         (test_tls): Pass an additional NULL argument to gl_thread_join.
6578
6579 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6580             Bruno Haible  <bruno@clisp.org>
6581
6582         * modules/lock-tests (Depends-on): Add thread, yield.
6583         (configure.ac): Remove all checks.
6584         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
6585         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
6586         gl_thread_self): Remove definitions. Include glthread/thread.h and
6587         glthread/yield.h instead.
6588         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
6589         additional NULL argument to gl_thread_join.
6590
6591 2008-09-30  Bruno Haible  <bruno@clisp.org>
6592
6593         Fix the Win32 implementation of the 'thread' module.
6594         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
6595         pointer type.
6596         (gl_thread_self): Invoke gl_thread_self_func.
6597         (gl_thread_self_func): New declaration.
6598         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
6599         (do_init_self_key, init_self_key): New functions.
6600         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
6601         Remove some fields.
6602         (running_threads, running_lock): Remove variables.
6603         (get_current_thread_handle): New function.
6604         (gl_thread_self_func, wrapper_func, glthread_create_func,
6605         glthread_join_func, gl_thread_exit_func): Largely rewritten and
6606         simplified.
6607
6608 2008-09-30  Bruno Haible  <bruno@clisp.org>
6609
6610         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
6611         files.
6612
6613 2008-09-30  Jim Meyering  <meyering@redhat.com>
6614
6615         fts.m4: correct the test for statfs.f_type
6616         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
6617         when checking for statfs.f_type.
6618
6619 2008-09-15  Simon Josefsson  <simon@josefsson.org>
6620
6621         tests: avoid some compiler warnings
6622         * tests/test-memchr.c (main): Pass NULL indirectly.
6623         * tests/test-getdate.c (main): Remove unused variable 'ret'.
6624
6625 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
6626
6627         getdate.y: disallow countable dayshifts like "4 yesterday ago"
6628         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
6629         exactly specified dayshifts.
6630         (dayshift): New rule.
6631         (rel): Add dayshift.
6632         (relative_time_table) [tomorrow, yesterday, today, now]:
6633         Use tDAY_SHIFT in place of tDAY_UNIT.
6634         * tests/test-getdate.c: Add tests for now-disallowed countable
6635         dayshifts, e.g., "4 yesterday ago".
6636
6637 2008-09-29  Bruno Haible  <bruno@clisp.org>
6638
6639         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
6640         * tests/test-posix_spawn1.in.sh: Renamed from
6641         tests/test-posix_spawn.in.sh.
6642         * tests/test-posix_spawn2.c: New file.
6643         * tests/test-posix_spawn2.in.sh: New file.
6644         * modules/posix_spawnp-tests (Files): Update.
6645         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
6646
6647 2008-09-29  Bruno Haible  <bruno@clisp.org>
6648
6649         Propagate effects of putenv/setenv/unsetenv to child processes.
6650         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
6651         * lib/pipe.c (create_pipe): Likewise.
6652
6653 2008-09-29  Bruno Haible  <bruno@clisp.org>
6654
6655         Enable use of shell scripts as executables in mingw.
6656         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
6657         run the program as a shell script.
6658         * lib/pipe.c (create_pipe): Likewise.
6659         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
6660         resulting array.
6661
6662 2008-09-29  Eric Blake  <ebb9@byu.net>
6663
6664         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
6665
6666 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
6667
6668         * doc/posix-functions/accept.texi: Update mingw problems.
6669         * doc/posix-functions/bind.texi: Update mingw problems.
6670         * doc/posix-functions/close.texi: Update mingw problems.
6671         * doc/posix-functions/connect.texi: Update mingw problems.
6672         * doc/posix-functions/getpeername.texi: Update mingw problems.
6673         * doc/posix-functions/getsockname.texi: Update mingw problems.
6674         * doc/posix-functions/getsockopt.texi: Update mingw problems.
6675         * doc/posix-functions/ioctl.texi: Update mingw problems.
6676         * doc/posix-functions/listen.texi: Update mingw problems.
6677         * doc/posix-functions/recv.texi: Update mingw problems.
6678         * doc/posix-functions/recvfrom.texi: Update mingw problems.
6679         * doc/posix-functions/select.texi: Update mingw problems.
6680         * doc/posix-functions/send.texi: Update mingw problems.
6681         * doc/posix-functions/sendto.texi: Update mingw problems.
6682         * doc/posix-functions/setsockopt.texi: Update mingw problems.
6683         * doc/posix-functions/socket.texi: Update mingw problems.
6684
6685 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
6686             Bruno Haible  <bruno@clisp.org>
6687
6688         * lib/sys_select.in.h: Include sys/time.h.
6689         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
6690         * modules/sys_select: Depend on sys_time.
6691         * tests/test-sys_select.c: Test that sys/select.h defines struct
6692         timeval fully.
6693
6694 2008-09-29  Bruno Haible  <bruno@clisp.org>
6695
6696         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
6697         * lib/sys_select.in.h: Likewise.
6698
6699 2008-09-29  Bruno Haible  <bruno@clisp.org>
6700
6701         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
6702
6703 2008-09-29  Bruno Haible  <bruno@clisp.org>
6704
6705         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
6706         Set LIBSOCKET instead of augmenting LIBS.
6707         * modules/sockets (Link): New section.
6708         * modules/sockets-tests (test_sockets_LDADD): New variable.
6709         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
6710         * modules/poll-tests (test_poll_LDADD): New variable.
6711         * NEWS: Document the change.
6712
6713 2008-09-29  Bruno Haible  <bruno@clisp.org>
6714
6715         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
6716         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
6717         ARPA_INET_H directly.
6718         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6719
6720 2008-09-28  Bruno Haible  <bruno@clisp.org>
6721
6722         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
6723         from gl_HEADER_SYS_SOCKET.
6724         (gl_HEADER_SYS_SOCKET): Invoke it.
6725         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
6726
6727 2008-09-28  Bruno Haible  <bruno@clisp.org>
6728
6729         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
6730         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
6731         Needed on OSF/1 4.0.
6732
6733 2008-09-28  Bruno Haible  <bruno@clisp.org>
6734
6735         Override open more carefully.
6736         * lib/open.c (orig_open): New function.
6737         (rpl_open): Use orig_open instead of open.
6738         * lib/fcntl.in.h: Add special invocation convention.
6739         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
6740         (gl_FUNC_OPEN): Invoke it.
6741
6742         Override freopen more carefully.
6743         * lib/freopen.c (orig_freopen): New function.
6744         (rpl_freopen): Use orig_freopen instead of freopen.
6745         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
6746         (gl_FUNC_FREOPEN): Invoke it.
6747
6748         Override fopen more carefully.
6749         * lib/fopen.c (orig_fopen): New function.
6750         (rpl_fopen): Use orig_fopen instead of fopen.
6751         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
6752         (gl_FUNC_FOPEN): Invoke it.
6753         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
6754
6755 2008-09-28  Bruno Haible  <bruno@clisp.org>
6756
6757         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
6758         SIGPIPE.
6759
6760 2008-09-28  Bruno Haible  <bruno@clisp.org>
6761
6762         * tests/test-sigaction.c (handler, main): Disable the check whether
6763         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
6764         glibc systems with LinuxThreads.
6765
6766 2008-09-28  Bruno Haible  <bruno@clisp.org>
6767
6768         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
6769
6770         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
6771         with AIX xlc.
6772         * lib/fcntl.in.h (open): Likewise.
6773         Reported by Rainer Tammer <tammer@tammer.net>.
6774
6775 2008-09-28  Bruno Haible  <bruno@clisp.org>
6776
6777         * modules/posix_spawnp-tests: New file.
6778         * tests/test-posix_spawn.c: New file.
6779         * tests/test-posix_spawn.in.sh: New file.
6780
6781         New module 'posix_spawnp'.
6782         * modules/posix_spawnp: New file.
6783         * lib/spawnp.c: New file, from GNU libc with modifications.
6784         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
6785
6786         New module 'posix_spawn'.
6787         * modules/posix_spawn: New file.
6788         * lib/spawn.c: New file, from GNU libc with modifications.
6789         * doc/posix-functions/posix_spawn.texi: Mention the new module.
6790
6791         New module 'posix_spawnattr_destroy'.
6792         * modules/posix_spawnattr_destroy: New file.
6793         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
6794         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
6795         module.
6796
6797         New module 'posix_spawnattr_setsigmask'.
6798         * modules/posix_spawnattr_setsigmask: New file.
6799         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
6800         modifications.
6801         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
6802         new module.
6803
6804         New module 'posix_spawnattr_getsigmask'.
6805         * modules/posix_spawnattr_getsigmask: New file.
6806         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
6807         modifications.
6808         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
6809         new module.
6810
6811         New module 'posix_spawnattr_setsigdefault'.
6812         * modules/posix_spawnattr_setsigdefault: New file.
6813         * lib/spawnattr_setdefault.c: New file, from GNU libc with
6814         modifications.
6815         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
6816         new module.
6817
6818         New module 'posix_spawnattr_getsigdefault'.
6819         * modules/posix_spawnattr_getsigdefault: New file.
6820         * lib/spawnattr_getdefault.c: New file, from GNU libc with
6821         modifications.
6822         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
6823         new module.
6824
6825         New module 'posix_spawnattr_setschedpolicy'.
6826         * modules/posix_spawnattr_setschedpolicy: New file.
6827         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
6828         modifications.
6829         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
6830         new module.
6831
6832         New module 'posix_spawnattr_getschedpolicy'.
6833         * modules/posix_spawnattr_getschedpolicy: New file.
6834         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
6835         modifications.
6836         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
6837         new module.
6838
6839         New module 'posix_spawnattr_setschedparam'.
6840         * modules/posix_spawnattr_setschedparam: New file.
6841         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
6842         modifications.
6843         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
6844         new module.
6845
6846         New module 'posix_spawnattr_getschedparam'.
6847         * modules/posix_spawnattr_getschedparam: New file.
6848         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
6849         modifications.
6850         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
6851         new module.
6852
6853         New module 'posix_spawnattr_setpgroup'.
6854         * modules/posix_spawnattr_setpgroup: New file.
6855         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
6856         modifications.
6857         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
6858         module.
6859
6860         New module 'posix_spawnattr_getpgroup'.
6861         * modules/posix_spawnattr_getpgroup: New file.
6862         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
6863         modifications.
6864         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
6865         module.
6866
6867         New module 'posix_spawnattr_setflags'.
6868         * modules/posix_spawnattr_setflags: New file.
6869         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
6870         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
6871         module.
6872
6873         New module 'posix_spawnattr_getflags'.
6874         * modules/posix_spawnattr_getflags: New file.
6875         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
6876         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
6877         module.
6878
6879         New module 'posix_spawnattr_init'.
6880         * modules/posix_spawnattr_init: New file.
6881         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
6882         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
6883         module.
6884
6885         New module 'posix_spawn_file_actions_destroy'.
6886         * modules/posix_spawn_file_actions_destroy: New file.
6887         * lib/spawn_faction_destroy.c: New file, from GNU libc with
6888         modifications.
6889         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
6890         the new module.
6891
6892         New module 'posix_spawn_file_actions_addopen'.
6893         * modules/posix_spawn_file_actions_addopen: New file.
6894         * lib/spawn_faction_addopen.c: New file, from GNU libc with
6895         modifications.
6896         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
6897         the new module.
6898
6899         New module 'posix_spawn_file_actions_adddup2'.
6900         * modules/posix_spawn_file_actions_adddup2: New file.
6901         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
6902         modifications.
6903         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
6904         the new module.
6905
6906         New module 'posix_spawn_file_actions_addclose'.
6907         * modules/posix_spawn_file_actions_addclose: New file.
6908         * lib/spawn_faction_addclose.c: New file, from GNU libc with
6909         modifications.
6910         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
6911         the new module.
6912
6913         New module 'posix_spawn_file_actions_init'.
6914         * modules/posix_spawn_file_actions_init: New file.
6915         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
6916         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
6917         new module.
6918
6919         New module 'posix_spawn-internal'.
6920         * modules/posix_spawn-internal: New file.
6921         * lib/spawn_int.h: New file, from GNU libc with modifications.
6922         * lib/spawni.c: New file, from GNU libc with modifications.
6923         * m4/posix_spawn.m4: New file.
6924
6925         New module 'spawn'.
6926         * modules/spawn: New file.
6927         * lib/spawn.in.h: New file, from GNU libc with modifications.
6928         * m4/spawn_h.m4: New file.
6929         * doc/posix-headers/spawn.texi: Mention the new module.
6930
6931 2008-09-28  Bruno Haible  <bruno@clisp.org>
6932
6933         * modules/sched-tests: New file.
6934         * tests/test-sched.c: New file.
6935
6936         New module 'sched'.
6937         * modules/sched: New file.
6938         * lib/sched.in.h: New file.
6939         * m4/sched_h.m4: New file.
6940         * doc/posix-headers/sched.texi: Mention the new module.
6941
6942 2008-09-27  Eric Blake  <ebb9@byu.net>
6943
6944         Fix previous patch, and tweak references to $0.
6945         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
6946         (func_version, func_gnulib_dir): Don't call this program
6947         gnulib-tool.
6948         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
6949         with using $0 in function.
6950         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
6951         (func_fatal_error): Reuse the name the user invoked us with.
6952
6953 2008-09-27  Bruno Haible  <bruno@clisp.org>
6954
6955         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
6956         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
6957         (gl_ICONV_H): Not here.
6958         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
6959         instead of assigning ICONV_H directly.
6960
6961         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
6962         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
6963         WCHAR_H directly.
6964
6965 2008-09-27  Bruno Haible  <bruno@clisp.org>
6966
6967         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
6968         * modules/arpa_inet (Depends-on): Add link-warning.
6969         (Makefile.am): Insert the definition of GL_LINK-WARNING.
6970         * modules/unistd (Makefile.am): Likewise.
6971
6972 2008-09-26  Bruno Haible  <bruno@clisp.org>
6973
6974         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
6975         variables.
6976         (func_version): Essentially copied from gnulib-tool.
6977         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
6978         func_readlink): Copied from gnulib-tool.
6979
6980 2008-09-26  Bruno Haible  <bruno@clisp.org>
6981
6982         * gnulib-tool (func_version): Change directory to $gnulib_dir before
6983         invoking git-version-gen.
6984
6985 2008-09-26  Bruno Haible  <bruno@clisp.org>
6986
6987         * posix-modules: Update to directory names changed on 2008-01-19.
6988         Remove commas in output before splitting into words. No more need to
6989         avoid 'ftruncate' since 2007-02-19.
6990
6991 2008-09-26  Bruno Haible  <bruno@clisp.org>
6992
6993         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
6994
6995 2008-09-26  Bruno Haible  <bruno@clisp.org>
6996
6997         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
6998         * modules/fwriteerror (Depends-on): Add errno.
6999
7000 2008-09-26  Bruno Haible  <bruno@clisp.org>
7001
7002         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
7003         * tests/test-vc-list-files-cvs.sh: Likewise.
7004
7005 2008-09-26  Bruno Haible  <bruno@clisp.org>
7006
7007         * doc/posix-headers/sys_resource.texi: Reorder items.
7008
7009 2008-09-26  Jim Meyering  <meyering@redhat.com>
7010
7011         fts: tweak inode comparison function
7012         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
7013         inode numbers, as documented.
7014
7015         fts: sort dirent entries on inode number before traversing
7016         This avoids a quadratic, seek-related performance penalty when
7017         operating on a directory containing many entries (measurable at 10k;
7018         3.5 hours at 2 million entries with a cold cache) on certain types
7019         of file systems, including ext3 and ext4, but not tmpfs.
7020         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
7021         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
7022         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
7023         (fs_handles_readdir_ordered_dirents_efficiently): New function.
7024         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
7025         (fts_build): Set the stat.st_ino member from D_INO.
7026         If it is likely to be useful, sort dirent entries on inode number.
7027
7028         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
7029         and the struct statfs.f_type member.
7030         * modules/fts (Depends-on): Add d-ino.
7031
7032 2008-09-26  Bruno Haible  <bruno@clisp.org>
7033
7034         * modules/sigpipe-die (Depends-on): Add sigpipe.
7035
7036         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
7037         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
7038         and GNULIB_STDIO_H_SIGPIPE are set.
7039         * lib/stdio-write.c: New file.
7040         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
7041         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
7042         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
7043         REPLACE_STDIO_WRITE_FUNCS.
7044         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
7045         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
7046         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
7047         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
7048         * modules/stdio (Files): Add lib/stdio-write.c.
7049         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
7050         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
7051         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
7052         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
7053         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
7054         REPLACE_FPRINTF_POSIX.
7055         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
7056         REPLACE_PRINTF_POSIX.
7057         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
7058         REPLACE_VFPRINTF_POSIX.
7059         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
7060         REPLACE_VPRINTF_POSIX.
7061         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
7062         SIGPIPE issue.
7063         * doc/posix-functions/fputc.texi: Likewise.
7064         * doc/posix-functions/fputs.texi: Likewise.
7065         * doc/posix-functions/fwrite.texi: Likewise.
7066         * doc/posix-functions/printf.texi: Likewise.
7067         * doc/posix-functions/putc.texi: Likewise.
7068         * doc/posix-functions/putchar.texi: Likewise.
7069         * doc/posix-functions/puts.texi: Likewise.
7070         * doc/posix-functions/vfprintf.texi: Likewise.
7071         * doc/posix-functions/vprintf.texi: Likewise.
7072
7073         * modules/safe-write (Depends-on): Add write.
7074
7075         * modules/sigpipe-tests: New file.
7076         * tests/test-sigpipe.c: New file.
7077         * tests/test-sigpipe.sh: New file.
7078
7079         * modules/write: New file.
7080         * lib/unistd.in.h: Include <sys/types.h>.
7081         (write): New declaration.
7082         * lib/write.c: New file.
7083         * m4/write.m4: New file.
7084         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7085         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
7086         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
7087         GNULIB_WRITE, REPLACE_WRITE.
7088         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
7089         and the SIGPIPE issue.
7090
7091         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
7092         (raise): New declaration.
7093         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
7094         (ext_signal): New function.
7095         (rpl_raise): New function.
7096         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
7097         GNULIB_SIGNAL_H_SIGPIPE.
7098         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
7099         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
7100
7101         * modules/sigpipe: New file.
7102         * m4/sigpipe.m4: New file.
7103
7104 2008-09-25  Derek Price  <derek@ximbiot.com>
7105             Bruno Haible  <bruno@clisp.org>
7106
7107         * gnulib-tool (func_import): Report all license incompatibilities, not
7108         just the first one.
7109
7110 2008-09-25  Bruno Haible  <bruno@clisp.org>
7111
7112         * gnulib-tool (func_import): When computing the edits, consider not
7113         only the Makefile.ams that exist but also those that will be generated.
7114
7115 2008-09-25  Simon Josefsson  <simon@josefsson.org>
7116
7117         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
7118         fixes gnulib-tool --test warning about duplicate dependency.
7119
7120 2008-09-25  Bruno Haible  <bruno@clisp.org>
7121
7122         * gnulib-tool: Don't ask the user to perform edits in the generated
7123         Makefile.ams.
7124         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
7125         apply to the Makefile.am being generated.
7126         (func_emit_tests_Makefile_am): Execute edits that apply to the
7127         Makefile.am being generated.
7128         (func_import): Setup list of Makefile.am edits before emitting the
7129         Makefile.ams, not at the end.
7130         (func_create_testdir): Update.
7131         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7132
7133 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7134
7135         * gnulib-tool (func_import): Store the --tests-base option in the
7136         comment in gnulib-cache.m4.
7137
7138 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
7139
7140         * NEWS: Document increased portability that sys_select now provides.
7141
7142         * lib/sys_select.in.h: Install select wrapper.
7143         * lib/sys_socket.in.h: Use more descriptive name when there is no
7144         select wrapper.
7145         * lib/winsock-select.c: New.
7146         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
7147         Require gl_HEADER_SYS_SOCKET.
7148         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
7149         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
7150         * tests/test-sys_select.c: Add functional tests.
7151
7152 2008-09-24  Eric Blake  <ebb9@byu.net>
7153
7154         open, fopen: close fd leak in last patch
7155         * lib/open.c (rpl_open): Close fd before returning error.
7156         * lib/fopen.c (rpl_fopen): Close fd before returning error.
7157         * doc/posix-functions/open.texi (open): Document that Irix also
7158         has the bug.
7159         * doc/posix-functions/fopen.texi (fopen): Likewise.
7160         Reported by Paolo Bonzini.
7161
7162 2008-09-24  Bruno Haible  <bruno@clisp.org>
7163
7164         Ensure that a filename ending in a slash cannot be used to access a
7165         non-directory.
7166         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
7167         to check whether it's really a directory.
7168         * lib/fopen.c: Include fcntl.h, unistd.h.
7169         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
7170         and fdopen().
7171         * modules/fopen (Depends-on): Add unistd.
7172         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
7173         * tests/test-fopen.c (main): Likewise.
7174         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
7175         * doc/posix-functions/fopen.texi: Likewise.
7176         Reported by Eric Blake.
7177
7178 2008-09-23  Eric Blake  <ebb9@byu.net>
7179
7180         c-stack: avoid compiler optimizations when provoking overflow
7181         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
7182         recursion harder to optimize, to ensure a stack overflow occurs.
7183         * tests/test-c-stack.c (recurse): Likewise.
7184         Borrowed from libsigsegv.
7185
7186         c-stack: work around Irix sigaltstack bug
7187         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
7188         whether sigaltstack uses wrong end of stack_t (copied in part from
7189         libsigsegv).
7190         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
7191         Irix bug, without requiring an over-allocation.
7192         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
7193         bug.
7194
7195         fopen: document mingw bug on directories
7196         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
7197         not allowing a stream visiting a directory, even though reading
7198         from such a stream is not portable.
7199
7200 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7201
7202         * lib/poll.c: Rewrite.
7203         * modules/poll: Depend on alloca.
7204
7205 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7206
7207         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
7208         instead define prototypes for a full set of wrappers.  Ensure
7209         that Cygwin does not use the compatibility code, which is only
7210         for MinGW.
7211         * lib/winsock.c: New.
7212         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
7213         * modules/sys_socket: Add lib/winsock.c.
7214
7215         * modules/poll-tests: Add errno and perror.
7216         * tests/test-poll.c: Use ioctl, not ioctlsocket.
7217
7218 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7219
7220         * tests/test-poll.c: Downgrade minimum needed Winsock version.
7221
7222 2008-09-23  Bruno Haible  <bruno@clisp.org>
7223
7224         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
7225         * doc/glibc-functions/*: Likewise.
7226
7227 2008-09-23  Simon Josefsson  <simon@josefsson.org>
7228
7229         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
7230         success.
7231
7232 2008-09-22  Eric Blake  <ebb9@byu.net>
7233             Bruno Haible  <bruno@clisp.org>
7234
7235         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
7236         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
7237         supply %A but mishandle pseudo-NaN.
7238         Reported by Simon Josefsson.
7239
7240 2008-09-21  Bruno Haible  <bruno@clisp.org>
7241
7242         * tests/test-lock.c (main): Tweak skip message.
7243         * tests/test-tls.c (main): Likewise.
7244
7245 2008-09-21  Bruno Haible  <bruno@clisp.org>
7246
7247         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
7248         whether 'struct sigaction' has sa_sigaction here...
7249         (gl_PREREQ_SIG_HANDLER_H): ... not here.
7250         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
7251
7252 2008-09-21  Bruno Haible  <bruno@clisp.org>
7253
7254         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
7255         section.
7256         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
7257         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
7258         the new section.
7259         (Support for obsolete systems lacking POSIX:2001): New section.
7260         (String handling <string.h>): Move strdup to the new section.
7261         Suggested by Simon Josefsson and Paolo Bonzini.
7262
7263 2008-09-21  Bruno Haible  <bruno@clisp.org>
7264
7265         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
7266         exponents in %e and %g results on 'long double'. Needed for mingw's
7267         improved *printf functions.
7268         * tests/test-vasprintf-posix.c (test_function): Likewise.
7269         * tests/test-snprintf-posix.h (test_function): Likewise.
7270         * tests/test-sprintf-posix.h (test_function): Likewise.
7271         Reported by Eric Blake.
7272
7273 2008-09-21  Bruno Haible  <bruno@clisp.org>
7274
7275         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
7276         * tests/test-sprintf-posix.h (test_function): Likewise.
7277
7278 2008-09-21  Bruno Haible  <bruno@clisp.org>
7279
7280         * modules/getpass (Depends-on): Add strdup-posix.
7281
7282         New module 'strdup-posix'.
7283         * modules/strdup-posix: New file.
7284         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
7285         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
7286         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7287         REPLACE_STRDUP.
7288         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
7289         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
7290         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7291         strdup-posix.
7292
7293         * modules/strdup (Depends-on): Remove malloc-posix.
7294
7295 2008-09-20  Bruno Haible  <bruno@clisp.org>
7296
7297         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
7298         Wildenhues.
7299
7300 2008-09-20  Bruno Haible  <bruno@clisp.org>
7301
7302         Ensure that wint_t gets defined on IRIX 5.3.
7303         * lib/wchar.in.h (wint_t): Define if not defined by the system.
7304         * lib/wctype.in.h (wint_t): Likewise.
7305         (__wctype_wint_t): Remove type.
7306         (isw*): Use wint_t instead of __wctype_wint_t.
7307         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
7308         * modules/wchar (Files): Add m4/wint_t.m4.
7309         (Makefile.am): Substitute HAVE_WINT_T.
7310         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
7311         * tests/test-wctype.c: Check that wint_t is defined.
7312         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
7313         * doc/posix-headers/wctype.texi: Likewise.
7314         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7315
7316 2008-09-18  Bruno Haible  <bruno@clisp.org>
7317
7318         * gnulib-tool (func_exit): Update comment.
7319
7320 2008-09-18  Simon Josefsson  <simon@josefsson.org>
7321
7322         * modules/getaddrinfo (Depends-on): Remove strdup, this module
7323         assumes strdup exists and does not depend on strdup to return
7324         ENOMEM on out of memory conditions.
7325
7326 2008-09-18  Bruno Haible  <bruno@clisp.org>
7327
7328         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
7329         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
7330         digits for the exponent.
7331
7332 2008-09-18  Jim Meyering  <meyering@redhat.com>
7333             Bruno Haible  <bruno@clisp.org>
7334
7335         * lib/vasnprintf.c (decimal_point_char): Define also if
7336         NEED_PRINTF_INFINITE_LONG_DOUBLE.
7337
7338 2008-09-16  Bruno Haible  <bruno@clisp.org>
7339         and Eric Blake  <ebb9@byu.net>
7340
7341         vasnprintf: support Irix 5.3
7342         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
7343         that mishandle long double infinity.
7344         Reported by Tom G. Christensen.
7345
7346 2008-09-16  Bruno Haible  <bruno@clisp.org>
7347
7348         * doc/glibc-functions/scandir.texi: Mention the function is missing on
7349         Solaris 9.
7350         * doc/glibc-functions/alphasort.texi: Likewise.
7351         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
7352
7353 2008-09-16  Jim Meyering  <meyering@redhat.com>
7354
7355         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
7356         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
7357         a umask modification leak out of a subshell.  Otherwise, the
7358         opensolaris /bin/sh would be accepted and thus cause unwarranted
7359         failures in the coreutils test suite.
7360
7361 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
7362
7363         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
7364         to succeed.
7365
7366 2008-09-16  Jim Meyering  <meyering@redhat.com>
7367
7368         avoid spurious test failure when library is built without ACL support
7369         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
7370         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
7371         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
7372         * tests/test-copy-acl.sh: Likewise.
7373
7374 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7375
7376         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
7377         based on character occurrence counts.
7378
7379 2008-09-15  Eric Blake  <ebb9@byu.net>
7380
7381         tests: avoid some compiler warnings
7382         * tests/test-memchr.c (main): Pass NULL indirectly.
7383         * tests/test-closein.c (main): Avoid unused variable.
7384
7385 2008-09-15  Bruno Haible  <bruno@clisp.org>
7386
7387         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
7388         are missing on OpenBSD 4.0 individually.
7389         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7390
7391 2008-09-15  Bruno Haible  <bruno@clisp.org>
7392
7393         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
7394         * doc/posix-functions/strerror.texi: Mention also Cygwin.
7395         * doc/posix-functions/perror.texi: Likewise.
7396         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
7397         is missing.
7398         Reported by Eric Blake.
7399
7400         * lib/errno.in.h: Use replacement values >= 2000.
7401         Reported by Eric Blake.
7402
7403 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7404
7405         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
7406         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
7407         limit.
7408         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
7409         compareseq was aborted.
7410
7411 2008-09-14  Bruno Haible  <bruno@clisp.org>
7412
7413         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
7414         yvec_edit_count.
7415         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
7416         (fstrcmp_bounded): Simplify result computation accordingly.
7417
7418 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7419
7420         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
7421         (fstrcmp): Define in terms of fstrcmp_bounded.
7422         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
7423         lower_bound argument.
7424         Return quickly if the result is certainly < lower_bound.
7425         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
7426
7427 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7428
7429         * lib/diffseq.h (EARLY_ABORT): New macro.
7430         (compareseq): Change return type to bool. Return true when EARLY_ABORT
7431         evaluates to true.
7432
7433 2008-09-14  Bruno Haible  <bruno@clisp.org>
7434
7435         * modules/perror-tests: New file.
7436         * tests/test-perror.sh: New file.
7437         * tests/test-perror.c: New file.
7438
7439         New module 'perror'.
7440         * lib/stdio.in.h (perror): New declaration.
7441         * lib/perror.c: New file.
7442         * m4/perror.m4: New file.
7443         * modules/perror: New file.
7444         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
7445         * doc/posix-functions/perror.texi: Mention the perror module.
7446         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
7447         REPLACE_PERROR.
7448         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
7449         REPLACE_PERROR.
7450
7451 2008-09-14  Bruno Haible  <bruno@clisp.org>
7452
7453         * modules/stdio (Makefile.am): Reorder to match the order in
7454         lib/stdio.in.h.
7455         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7456
7457 2008-09-13  Bruno Haible  <bruno@clisp.org>
7458
7459         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
7460
7461 2008-09-13  Bruno Haible  <bruno@clisp.org>
7462
7463         Extend strerror to cover the added errno values.
7464         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
7465         (rpl_strerror): Provide error messages for the added errno values and
7466         for the WSA* values.
7467         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
7468         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
7469         strerror.
7470         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
7471         * modules/strerror (Depends-on): Add errno.
7472         * doc/posix-functions/strerror.texi: Document the change.
7473         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
7474         and EOVERFLOW.
7475
7476 2008-09-13  Bruno Haible  <bruno@clisp.org>
7477
7478         * modules/EOVERFLOW: Remove file.
7479         * m4/eoverflow.m4: Remove file.
7480         * modules/EOVERFLOW-tests: Remove file.
7481         * tests/test-EOVERFLOW.c: Remove file.
7482         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
7483         * modules/ftell (Depends-on): Likewise.
7484         * modules/getdelim (Depends-on): Likewise.
7485         * modules/getugroups (Depends-on): Likewise.
7486         * modules/poll (Depends-on): Likewise.
7487         * modules/snprintf (Depends-on): Likewise.
7488         * modules/sprintf-posix (Depends-on): Likewise.
7489         * modules/vasnprintf (Depends-on): Likewise.
7490         * modules/vasprintf (Depends-on): Likewise.
7491         * modules/vfprintf-posix (Depends-on): Likewise.
7492         * modules/vsnprintf (Depends-on): Likewise.
7493         * modules/vsprintf-posix (Depends-on): Likewise.
7494         * modules/xvasprintf (Depends-on): Likewise.
7495         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7496         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
7497         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
7498         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
7499         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7500         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
7501         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
7502         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
7503         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7504         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
7505         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
7506         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
7507         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7508         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
7509         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
7510         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
7511         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7512         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
7513         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
7514         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
7515         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7516         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
7517         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
7518         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
7519         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
7520         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7521         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
7522         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
7523         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
7524         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
7525         * MODULES.html.sh: Remove EOVERFLOW.
7526         * NEWS: Mention the change.
7527
7528 2008-09-13  Bruno Haible  <bruno@clisp.org>
7529
7530         * modules/errno-tests: New file.
7531         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
7532
7533         * lib/errno.in.h: New file.
7534         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
7535         * modules/errno: New file.
7536         * doc/posix-headers/errno.texi: Update documentation.
7537         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
7538
7539 2008-09-13  Bruno Haible  <bruno@clisp.org>
7540
7541         * tests/test-poll.c: Use #if for native Windows, rather than testing
7542         __MSVCRT__.
7543
7544 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7545             Bruno Haible  <bruno@clisp.org>
7546
7547         * lib/glob.c: Don't include <pwd.h> on native Windows.
7548         (WINDOWS32): New macro.
7549         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
7550
7551 2008-09-13  Bruno Haible  <bruno@clisp.org>
7552
7553         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
7554         (ETIMEDOUT): Remove macro.
7555         (glthread_cond_timedwait_multithreaded): New declaration.
7556         (glthread_cond_timedwait): Use it.
7557         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
7558         (glthread_cond_timedwait_multithreaded): New function.
7559
7560 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7561
7562         * modules/poll-tests: Do not check for io.h.
7563         * tests/test-poll.c: Check for __MSVCRT__ instead.
7564
7565 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7566
7567         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
7568         * modules/poll-tests: Add inet_pton, stdbool, sockets.
7569         * tests/test-poll.c: Use them.  Use _pipe on Windows.
7570
7571 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7572
7573         * modules/poll-tests: New.
7574         * tests/test-poll.c: New.
7575
7576 2008-09-12  Eric Blake  <ebb9@byu.net>
7577
7578         frexp: test for NetBSD failure on -0.0
7579         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
7580         not all, bugs from NetBSD 3.0 have been fixed.
7581         * doc/posix-functions/frexp.texi (frexp): Document bug.
7582         Reported by Thomas Klausner.
7583
7584         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
7585         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
7586         literal -0.0.
7587         Reported by Jonathan C. Patschke <jp@centtech.com>.
7588
7589 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7590
7591         * lib/glthread/cond.h: Use dummy implementation also if
7592         USE_WIN32_THREADS.
7593
7594 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7595
7596         * modules/fnmatch-posix (License): Change to LGPLv2+.
7597         * modules/fnmatch-gnu (License): Likewise.
7598
7599 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7600
7601         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
7602
7603 2008-09-11  Jim Meyering  <meyering@redhat.com>
7604
7605         * users.txt: Add gtk-vnc.
7606
7607 2008-09-08  Simon Josefsson  <simon@josefsson.org>
7608
7609         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
7610         rotate amounts.
7611
7612         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
7613         required for 16-bit and 8-bit rotates.
7614         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
7615         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
7616         UINT8_MAX instead of hard-coded constants.
7617         Suggested by Paul Eggert.
7618
7619 2008-09-07  Bruno Haible  <bruno@clisp.org>
7620
7621         * tests/test-striconveh.c (main): Check behaviour when converting from
7622         UTF-7.
7623
7624         Make striconveh work better with stateful encodings.
7625         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
7626         that iconv does not increment the inptr when returning -1/EINVAL.
7627
7628 2008-09-07  Bruno Haible  <bruno@clisp.org>
7629
7630         * build-aux/config.rpath: Update according to libtool-2.2.6.
7631         * build-aux/config.libpath: Likewise.
7632
7633 2008-09-06  Bruno Haible  <bruno@clisp.org>
7634
7635         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
7636         * lib/freadptr.c (freadptr): Likewise.
7637         * lib/freadseek.c (freadptrinc): Likewise.
7638         Reported by Simon Josefsson.
7639
7640 2008-09-06  Bruno Haible  <bruno@clisp.org>
7641
7642         * modules/freadptr (License): Change to LGPLv2+.
7643         * modules/freadseek (License): Likewise.
7644         Suggested by Eric Blake.
7645
7646         * modules/memchr2 (License): Change to LGPLv2+.
7647         Approved by Eric Blake.
7648
7649 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7650             Bruno Haible  <bruno@clisp.org>
7651
7652         Make gnulib-tool work with native 'sed' on AIX.
7653         * gnulib-tool (sed_noop): New variable.
7654         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
7655         func_add_or_update, func_create_testdir): Use it to initialize sed
7656         script variables.
7657         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7658
7659 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
7660             Bruno Haible  <bruno@clisp.org>
7661
7662         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
7663         also works after #include directives.
7664
7665 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
7666
7667         getdate.y: reject an out-of-range timezone value
7668         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
7669         the range [-24...+24].  When specified with only one or two digits,
7670         * tests/test-getdate.c: Tests for the fix.
7671         * doc/getdate.texi: Document this change.
7672
7673 2008-09-03  Bruno Haible  <bruno@clisp.org>
7674
7675         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
7676
7677 2008-09-02  Simon Josefsson  <simon@josefsson.org>
7678
7679         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
7680         <bruce.korb@gmail.com> with ideas from Ben Pfaff
7681         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
7682         Blake <ebb9@byu.net>.
7683
7684         * tests/test-bitrotate.c: Add more test vectors.
7685
7686 2008-09-02  Eric Blake  <ebb9@byu.net>
7687
7688         vasnprintf-posix: handle large precision via %.*d
7689         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
7690         when handling it ourselves.
7691         * tests/test-vasnprintf-posix.c (test_function): Add test.
7692         * tests/test-snprintf-posix.h (test_function): Likewise.
7693         * tests/test-sprintf-posix.h (test_function): Likewise.
7694         * tests/test-vasprintf-posix.c (test_function): Likewise.
7695         Reported by Alain Guibert.
7696
7697 2008-09-01  Eric Blake  <ebb9@byu.net>
7698
7699         c-stack: make configure-time check more robust
7700         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
7701         successful sigaction call.
7702         Reported by Tom G. Christensen.
7703
7704 2008-09-01  Bruno Haible  <bruno@clisp.org>
7705
7706         New module 'findprog-lgpl'.
7707         * modules/findprog-lgpl: New file.
7708         * lib/findprog-lgpl.c: New file.
7709         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
7710         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
7711         to decide whether to use strdup or xstrdup, concatenated_filename or
7712         xconcatenated_filename.
7713
7714 2008-09-01  Bruno Haible  <bruno@clisp.org>
7715
7716         Split module 'concat-filename' into 'concat-filename' (LGPL) and
7717         'xconcat-filename' (GPL).
7718         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
7719         (License): Change to LGPLv2+.
7720         * modules/xconcat-filename: New file.
7721         * lib/concat-filename.h (concatenated_filename): Change specification.
7722         (xconcatenated_filename): New declaration.
7723         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
7724         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
7725         memory situations.
7726         * lib/xconcat-filename.c: New file.
7727         * NEWS: Mention the change.
7728         * lib/findprog.c: Include concat-filename.h, not filename.h.
7729         (find_in_path): Use xconcatenated_filename instead of
7730         concatenated_filename.
7731         * lib/javacomp.c: Include concat-filename.h, not filename.h.
7732         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
7733         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
7734         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
7735         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
7736         instead of concatenated_filename.
7737         * lib/javaexec.c: Include concat-filename.h, not filename.h.
7738         (execute_java_class): Use xconcatenated_filename instead of
7739         concatenated_filename.
7740         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
7741         * modules/javacomp (Depends-on): Likewise.
7742         * modules/javaexec (Depends-on): Likewise.
7743
7744 2008-09-01  Bruno Haible  <bruno@clisp.org>
7745
7746         Split module 'filename' into 'filename' and 'concat-filename'.
7747         * modules/filename: Keep only lib/filename.h.
7748         (License): Change to LGPLv2+.
7749         * modules/concat-filename: New file, extracted from modules/filename.
7750         * lib/filename.h (concatenated_filename): Remove declaration.
7751         * lib/concat-filename.h: New file, extracted from lib/filename.h.
7752         * lib/concat-filename.c: Include concat-filename.h.
7753         * NEWS: Mention the change.
7754
7755 2008-09-01  Simon Josefsson  <simon@josefsson.org>
7756
7757         * lib/bitrotate.h (rotl8, rotr8): Add.
7758
7759         * modules/bitrotate (configure.ac): Need
7760         AC_REQUIRE([AC_C_INLINE]).
7761         (Description): Mention stdint.h.  Reported by Bruno Haible
7762         <bruno@clisp.org>.
7763
7764         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
7765         Paolo Bonzini <bonzini@gnu.org>.
7766
7767 2008-08-31  Bruno Haible  <bruno@clisp.org>
7768
7769         Assume Solaris specific bi-arch conventions on Solaris systems.
7770         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
7771         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
7772         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
7773         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
7774         like acl_libdirstem.
7775         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
7776         acl_libdirstem.
7777         * NEWS: Mention the change.
7778         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
7779
7780 2008-08-31  Jim Meyering  <meyering@redhat.com>
7781
7782         * lib/strftime.h: Add comments describing the two added arguments.
7783
7784         remove duplicate #include directives
7785         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
7786         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
7787
7788 2008-08-31  Bruno Haible  <bruno@clisp.org>
7789
7790         New module 'sigpipe-die'.
7791         * modules/sigpipe-die: New file.
7792         * lib/sigpipe-die.h: New file.
7793         * lib/sigpipe-die.c: New file.
7794         * MODULES.html.sh (Signal handling): Add sigpipe-die.
7795
7796 2008-08-31  Bruno Haible  <bruno@clisp.org>
7797
7798         Don't override previously installed signal handlers.
7799         * lib/fatal-signal.c (saved_sigactions): New variable.
7800         (uninstall_handlers): Reset the signal to the saved handler, not
7801         to SIG_DFL (except when ignored).
7802         (install_handlers): Save the previous handlers.
7803
7804 2008-08-30  Bruno Haible  <bruno@clisp.org>
7805
7806         * gnulib-tool (func_reset_sigpipe): New function.
7807         (func_get_automake_snippet, func_modules_transitive_closure,
7808         func_import): Invoke it before a join command that reads from stdin,
7809         to avoid "echo: write error: Broken pipe" error messages on stderr.
7810         Reported by Sam Steingold <sds@gnu.org>.
7811
7812 2008-08-30  Bruno Haible  <bruno@clisp.org>
7813
7814         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
7815         Code copied from m4/open.m4.
7816         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
7817         access and the filename ends in a slash. Code copied from lib/open.c.
7818         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
7819         * tests/test-fopen.c (main): Check against bug with trailing slash.
7820
7821 2008-08-29  Bruno Haible  <bruno@clisp.org>
7822
7823         Avoid some "gcc -pedantic" warnings.
7824         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
7825         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
7826         * lib/dirent.in.h: Likewise.
7827         * lib/fcntl.in.h: Likewise.
7828         * lib/float.in.h: Likewise.
7829         * lib/iconv.in.h: Likewise.
7830         * lib/inttypes.in.h: Likewise.
7831         * lib/locale.in.h: Likewise.
7832         * lib/math.in.h: Likewise.
7833         * lib/netinet_in.in.h: Likewise.
7834         * lib/search.in.h: Likewise.
7835         * lib/signal.in.h: Likewise.
7836         * lib/stdarg.in.h: Likewise.
7837         * lib/stdint.in.h: Likewise.
7838         * lib/stdio.in.h: Likewise.
7839         * lib/stdlib.in.h: Likewise.
7840         * lib/string.in.h: Likewise.
7841         * lib/strings.in.h: Likewise.
7842         * lib/sys_select.in.h: Likewise.
7843         * lib/sys_socket.in.h: Likewise.
7844         * lib/sys_stat.in.h: Likewise.
7845         * lib/sys_time.in.h: Likewise.
7846         * lib/sysexits.in.h: Likewise.
7847         * lib/time.in.h: Likewise.
7848         * lib/unistd.in.h: Likewise.
7849         * lib/wchar.in.h: Likewise.
7850         * lib/wctype.in.h: Likewise.
7851         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
7852         * modules/fchdir (Makefile.am): Likewise.
7853         * modules/fcntl (Makefile.am): Likewise.
7854         * modules/float (Makefile.am): Likewise.
7855         * modules/iconv_open (Makefile.am): Likewise.
7856         * modules/inttypes (Makefile.am): Likewise.
7857         * modules/locale (Makefile.am): Likewise.
7858         * modules/math (Makefile.am): Likewise.
7859         * modules/netinet_in (Makefile.am): Likewise.
7860         * modules/search (Makefile.am): Likewise.
7861         * modules/signal (Makefile.am): Likewise.
7862         * modules/stdarg (Makefile.am): Likewise.
7863         * modules/stdint (Makefile.am): Likewise.
7864         * modules/stdio (Makefile.am): Likewise.
7865         * modules/stdlib (Makefile.am): Likewise.
7866         * modules/string (Makefile.am): Likewise.
7867         * modules/strings (Makefile.am): Likewise.
7868         * modules/sys_select (Makefile.am): Likewise.
7869         * modules/sys_socket (Makefile.am): Likewise.
7870         * modules/sys_stat (Makefile.am): Likewise.
7871         * modules/sys_time (Makefile.am): Likewise.
7872         * modules/sysexits (Makefile.am): Likewise.
7873         * modules/time (Makefile.am): Likewise.
7874         * modules/unistd (Makefile.am): Likewise.
7875         * modules/wchar (Makefile.am): Likewise.
7876         * modules/wctype (Makefile.am): Likewise.
7877         Reported by Reuben Thomas <rrt@sc3d.org>.
7878
7879 2008-08-29  Bruno Haible  <bruno@clisp.org>
7880
7881         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
7882         any more.
7883
7884 2008-08-29  Simon Josefsson  <simon@josefsson.org>
7885
7886         * MODULES.html.sh (Misc): Add bitrotate.
7887
7888         * modules/bitrotate: New file.
7889
7890         * lib/bitrotate.h: New file.
7891
7892         * modules/bitrotate-tests: New file.
7893
7894         * tests/test-bitrotate.c: New file.
7895
7896         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
7897         on the bitrotate module.
7898
7899         * lib/arctwo.c: Use new bitrotate module.
7900
7901 2008-08-29  Jim Meyering  <meyering@redhat.com>
7902
7903         bootstrap: merge changes from coreutils
7904         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
7905         of copied files.  Remove a kludge, now that this is fixed.
7906         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
7907         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
7908         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
7909
7910 2008-08-29  Bruno Haible  <bruno@clisp.org>
7911
7912         * MODULES.html.sh: Remove --cvs-urls option.
7913
7914 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
7915
7916         maint.mk: adjust to file name change
7917         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
7918
7919 2008-08-28  Jim Meyering  <meyering@redhat.com>
7920
7921         * modules/getndelim2 (License): Relicense to LGPLv2+.
7922         Approved by Richard Stallman for the version of 1995, and by
7923         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
7924
7925 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
7926
7927         * lib/getdelim.c (flockfile, funlockfile): Make all of them
7928         dummy if one is not available.  Do not touch them if
7929         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
7930         (getc_maybe_unlocked): New.
7931         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
7932
7933 2008-08-26  Eric Blake  <ebb9@byu.net>
7934
7935         doc/INSTALL: resync from autoconf
7936         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
7937         (INSTALL_PRELUDE): Delete; this is done more efficiently by
7938         moving...
7939         * install.texi [!autoconf]: ...here.  Resync from autoconf.
7940         * INSTALL: Regenerate.
7941         * INSTALL.ISO: New file.
7942         * INSTALL.UTF-8: Likewise.
7943
7944 2008-08-26  Jim Meyering  <meyering@redhat.com>
7945
7946         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
7947         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
7948         these definitions conditional, so that they may be overridden, too.
7949
7950 2008-08-26  Bruno Haible  <bruno@clisp.org>
7951
7952         Generate INSTALL file variants with prettier quotes.
7953         * doc/Makefile (INSTALL_PRELUDE): New macro.
7954         (INSTALL): Use it.
7955         (INSTALL.ISO, INSTALL.UTF-8): New rules.
7956
7957 2008-08-26  Bruno Haible  <bruno@clisp.org>
7958
7959         Run makeinfo in an English locale.
7960         * doc/Makefile (MAKEINFO): New variable.
7961
7962 2008-08-26  Bruno Haible  <bruno@clisp.org>
7963
7964         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
7965         Suggested by Eric Blake.
7966
7967 2008-08-25  Bruno Haible  <bruno@clisp.org>
7968
7969         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
7970
7971 2008-08-25  Eric Blake  <ebb9@byu.net>
7972
7973         c-stack: test that stack overflow can be caught
7974         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
7975         that platform allows handling stack overflow; at least OS/2 EMX
7976         has sigaltstack, but crashes before transferring control to
7977         handler on stack overflow.
7978         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
7979         check for HAVE_STACK_OVERFLOW_HANDLING.
7980         Reported by Elbert Pol.
7981
7982 2008-08-25  Bruno Haible  <bruno@clisp.org>
7983
7984         * doc/posix-functions/strftime.texi: Fix description of strftime
7985         module.
7986
7987 2008-08-24  Bruno Haible  <bruno@clisp.org>
7988
7989         * tests/uniwidth/test-uc_width2.c: New file.
7990         * tests/uniwidth/test-uc_width2.sh: New file.
7991         * modules/uniwidth/width-tests (Files): Add the new files.
7992         (TESTS): Add uniwidth/test-uc_width2.sh.
7993         (TESTS_ENVIRONMENT): New variable.
7994         (check_PROGRAMS): Add test-uc_width2.
7995         (test_uc_width2_SOURCES): New variable.
7996
7997         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
7998         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
7999         not 0x00AB.
8000         Reported by Alexander V. Lukyanov <lav@netis.ru>.
8001
8002 2008-08-22  Eric Blake  <ebb9@byu.net>
8003
8004         test-lock, test-tls: mention why a test is skipped
8005         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
8006         skipped.
8007         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
8008
8009         count-one-bits: relax license
8010         * modules/count-one-bits (License): Relicense to LGPLv2+.
8011         Suggested by Ludovic Courtès, approved by Ben Pfaff.
8012
8013 2008-08-22  Andreas Schwab  <schwab@suse.de>
8014
8015         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
8016         Remove spurious space in assignment.
8017
8018 2008-08-21  Simon Josefsson  <simon@josefsson.org>
8019
8020         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
8021         Paul Eggert <eggert@CS.UCLA.EDU>.
8022
8023 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
8024
8025         * modules/gettext: Add m4/threadlib.m4.
8026
8027 2008-08-19  Eric Blake  <ebb9@byu.net>
8028
8029         test-c-stack: fix compilation failure on FreeBSD 5.0
8030         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
8031         headers before <sys/resource.h>.
8032         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
8033         the bug.
8034         Reported by Nelson H. F. Beebe.
8035
8036         strverscmp: migrate from "strverscmp.h" to <string.h>
8037         * modules/string (Makefile.am): Add new hooks.
8038         * modules/strverscmp (Files): Remove strverscmp.h.
8039         (Depends-on): Add string.
8040         (configure.ac): Add indicator.
8041         (Include): Mention new header.
8042         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
8043         defaults.
8044         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
8045         results.
8046         * lib/strverscmp.h: Delete.
8047         * lib/string.in.h (strverscmp): Provide declaration, when needed.
8048         * tests/test-strverscmp.c (includes): Adjust client.
8049         * lib/check-version.c (includes): Likewise.
8050         * NEWS: Document the change.
8051
8052         strverscmp: add unit test
8053         * modules/strverscmp-tests: New file.
8054         * tests/test-strverscmp.c: Likewise.
8055
8056 2008-08-19  Simon Josefsson  <simon@josefsson.org>
8057
8058         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
8059         regarding Windows crypto stuff, from Mono.
8060
8061 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
8062
8063         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
8064         if present, for intel RND.  Return error on failures.
8065
8066 2008-08-18  Ben Pfaff  <blp@gnu.org>
8067
8068         gitlog-to-changelog: give better diagnostic for failed pipe-open
8069         * build-aux/gitlog-to-changelog: Improve error message: suggest
8070         that the version of Git may be too old.
8071
8072 2008-08-18  Simon Josefsson  <simon@josefsson.org>
8073
8074         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
8075         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
8076
8077 2008-08-18  Bruno Haible  <bruno@clisp.org>
8078
8079         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
8080         pthread_in_use().
8081
8082 2008-08-18  Bruno Haible  <bruno@clisp.org>
8083
8084         * lib/glthread/threadlib.c: Include <pthread.h>.
8085
8086 2008-08-18  Bruno Haible  <bruno@clisp.org>
8087
8088         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
8089         glthread_recursive_lock_* macros.
8090         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
8091         Fix syntax error.
8092
8093 2008-08-18  Bruno Haible  <bruno@clisp.org>
8094
8095         * lib/glthread/thread.c: Avoid forcing a context switch right after
8096         thread creation.
8097
8098 2008-08-17  Bruno Haible  <bruno@clisp.org>
8099
8100         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
8101         * lib/glthread/thread.h: Provide Win32 specific implementation.
8102         * modules/thread (Files): Add lib/glthread/thread.c.
8103         (Depends-on): Add lock.
8104         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
8105
8106 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8107
8108         New module 'yield'.
8109         * modules/yield: New file.
8110         * lib/glthread/yield.h: New file.
8111         * m4/yield.m4: New file.
8112         * MODULES.html.sh (Multithreading): Add yield.
8113
8114 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8115
8116         New module 'thread'.
8117         * modules/thread: New file.
8118         * lib/glthread/thread.h: New file.
8119         * m4/thread.m4: New file.
8120         * MODULES.html.sh (Multithreading): Add thread.
8121
8122 2008-08-17  Bruno Haible  <bruno@clisp.org>
8123
8124         * lib/glthread/lock.h: Include <stdlib.h> always.
8125         * lib/glthread/tls.h: Likewise.
8126         * lib/glthread/cond.h: Likewise.
8127
8128 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8129
8130         New module 'cond'.
8131         * modules/cond: New file.
8132         * lib/glthread/cond.h: New file.
8133         * lib/glthread/cond.c: New file.
8134         * m4/cond.m4: New file.
8135         * MODULES.html.sh (Multithreading): Add cond.
8136
8137 2008-08-16  Eric Blake  <ebb9@byu.net>
8138
8139         c-stack: fix regression on Irix 5.3 from 2008-06-21
8140         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
8141         sa_sigaction...
8142         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
8143         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
8144         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
8145         * modules/signal (Makefile.am): Use the value.
8146         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
8147         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
8148         * doc/posix-headers/signal.texi (signal.h): Document this
8149         portability issue.
8150         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
8151         Reported by Tom G. Christensen.
8152
8153 2008-08-17  Bruno Haible  <bruno@clisp.org>
8154
8155         New module 'threadlib'.
8156         * modules/threadlib: New file.
8157         * lib/glthread/threadlib.c: New file, extracted from
8158         lib/glthread/lock.c.
8159         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
8160         functions.
8161         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
8162         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
8163         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
8164         macros.
8165         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
8166         (gl_DISABLE_THREADS): Remove macro.
8167         * modules/lock (Files): Remove build-aux/config.rpath.
8168         (Depends-on): Remove havelib. Add threadlib.
8169         (configure.ac-early): Remove section.
8170         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
8171         * modules/tls (Depends-on): Remove lock. Add threadlib.
8172         (Link): New section, copied from threadlib.
8173         * MODULES.html.sh (Multithreading): Add threadlib.
8174
8175 2008-08-14  Bruno Haible  <bruno@clisp.org>
8176
8177         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
8178         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
8179         glthread_rwlock_unlock, glthread_rwlock_destroy,
8180         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
8181         glthread_recursive_lock_destroy): Define as macros always.
8182         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
8183         glthread_lock_lock.
8184         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
8185         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
8186         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
8187         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
8188         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
8189         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
8190         (glthread_recursive_lock_lock_func): Renamed from
8191         glthread_recursive_lock_lock.
8192         (glthread_recursive_lock_unlock_func): Renamed from
8193         glthread_recursive_lock_unlock.
8194         (glthread_recursive_lock_destroy_func): Renamed from
8195         glthread_recursive_lock_destroy.
8196
8197 2008-08-14  Bruno Haible  <bruno@clisp.org>
8198
8199         * lib/glthread/lock.h: Renamed from lib/lock.h.
8200         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
8201         * lib/glthread/tls.h: Renamed from lib/tls.h.
8202         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
8203         * lib/fstrcmp.c: Update includes.
8204         * lib/strsignal.c: Update includes.
8205         * modules/lock (Files, Makefile.am): Update.
8206         (Include): Change to "glthread/lock.h".
8207         * modules/tls (Files, Makefile.am): Update.
8208         (Include): Change to "glthread/tls.h".
8209         * tests/test-lock.c: Update includes.
8210         * tests/test-tls.c: Update includes.
8211         * NEWS: Mention the renamed header files.
8212
8213 2008-08-11  Jim Meyering  <meyering@redhat.com>
8214
8215         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
8216
8217 2008-08-11  Eric Blake  <ebb9@byu.net>
8218
8219         test-c-stack: avoid C99-ism
8220         * tests/test-c-stack.c (main): Fix whitespace, move declaration
8221         before statement.
8222         Reported by Alain Guibert.
8223
8224 2008-08-10  Jim Meyering  <meyering@redhat.com>
8225
8226         ensure that return value of uinttostr et al are not ignored
8227         * lib/inttostr.h (__GNUC_PREREQ): Define.
8228         (__attribute_warn_unused_result__): Define.
8229         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
8230
8231 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
8232
8233         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
8234         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
8235
8236 2008-08-07  Jim Meyering  <meyering@redhat.com>
8237
8238         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
8239
8240         * modules/mkstemp (License): Relicense under LGPLv2+.
8241         * modules/tempname (License): Likewise.
8242
8243 2008-08-06  Bruno Haible  <bruno@clisp.org>
8244
8245         * lib/poll.c (poll): Further micro-optimization.
8246
8247 2008-08-06  Jim Meyering  <meyering@redhat.com>
8248
8249         inet_pton.c: use locale-independent tolower
8250         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
8251         (inet_pton6): Use c_tolower rather than tolower.
8252         * modules/inet_pton (Depends-on): Add c-ctype.
8253
8254 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
8255
8256         * lib/poll.c (poll): Avoid division when timeout is 0, cache
8257         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
8258
8259 2008-08-06  Jim Meyering  <meyering@redhat.com>
8260
8261         * modules/inet_pton (License): Relicense under LGPLv2+.
8262
8263 2008-08-03  Bruno Haible  <bruno@clisp.org>
8264
8265         Additional non-aborting API for lock and tls.
8266         * lib/lock.h: Include <errno.h>.
8267         (glthread_lock_init): New macro/function.
8268         (gl_lock_init): Define as wrapper around glthread_lock_init.
8269         (glthread_lock_lock): New macro/function.
8270         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
8271         (glthread_lock_unlock): New macro/function.
8272         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
8273         (glthread_lock_destroy): New macro/function.
8274         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
8275         (glthread_rwlock_init): New macro/function.
8276         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
8277         (glthread_rwlock_rdlock): New macro/function.
8278         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
8279         (glthread_rwlock_wrlock): New macro/function.
8280         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
8281         (glthread_rwlock_unlock): New macro/function.
8282         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
8283         (glthread_rwlock_destroy): New macro/function.
8284         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
8285         (glthread_recursive_lock_init): New macro/function.
8286         (gl_recursive_lock_init): Define as wrapper around
8287         glthread_recursive_lock_init.
8288         (glthread_recursive_lock_lock): New macro/function.
8289         (gl_recursive_lock_lock): Define as wrapper around
8290         glthread_recursive_lock_lock.
8291         (glthread_recursive_lock_unlock): New macro/function.
8292         (gl_recursive_lock_unlock): Define as wrapper around
8293         glthread_recursive_lock_unlock.
8294         (glthread_recursive_lock_destroy): New macro/function.
8295         (gl_recursive_lock_destroy): Define as wrapper around
8296         glthread_recursive_lock_destroy.
8297         (glthread_once): New macro/function.
8298         (gl_once): Define as wrapper around glthread_once.
8299         Update function declarations.
8300         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
8301         glthread_rwlock_init. Return error code.
8302         (glthread_rwlock_rdlock_multithreaded): Renamed from
8303         glthread_rwlock_rdlock. Return error code.
8304         (glthread_rwlock_wrlock_multithreaded): Renamed from
8305         glthread_rwlock_wrlock. Return error code.
8306         (glthread_rwlock_unlock_multithreaded): Renamed from
8307         glthread_rwlock_unlock. Return error code.
8308         (glthread_rwlock_destroy_multithreaded): Renamed from
8309         glthread_rwlock_destroy. Return error code.
8310         (glthread_recursive_lock_init_multithreaded): Renamed from
8311         glthread_recursive_lock_init. Return error code.
8312         (glthread_recursive_lock_lock_multithreaded): Renamed from
8313         glthread_recursive_lock_lock. Return error code.
8314         (glthread_recursive_lock_unlock_multithreaded): Renamed from
8315         glthread_recursive_lock_unlock. Return error code.
8316         (glthread_recursive_lock_destroy_multithreaded): Renamed from
8317         glthread_recursive_lock_destroy. Return error code.
8318         (glthread_once_call): Make static.
8319         (glthread_once_multithreaded): Renamed from glthread_once.
8320         * lib/tls.h: Include <errno.h>.
8321         (glthread_tls_key_init): New macro/function.
8322         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
8323         (glthread_tls_set): New macro/function.
8324         (gl_tls_set): Define as wrapper around glthread_tls_set.
8325         (glthread_tls_key_destroy): New macro/function.
8326         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
8327         Update function declarations.
8328         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
8329         glthread_tls_get.
8330         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
8331
8332 2008-08-04  Eric Blake  <ebb9@byu.net>
8333
8334         gnumakefile: use space, not TAB, outside of targets
8335         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
8336
8337 2008-08-02  Jim Meyering  <meyering@redhat.com>
8338
8339         getdate.y: avoid locale-dependent date parsing failure
8340         In Turkish locales, getdate would fail to recognize keywords
8341         containing a lowercase "i".  The solution is not to rely on
8342         locale-sensitive case-conversion.
8343         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
8344         (lookup_word): Use c_toupper in place of toupper.
8345         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
8346         Reported by Vefa Bicakci <bicave@superonline.com> in
8347         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
8348         * modules/getdate (Depends-on): Add c-ctype.
8349
8350 2008-08-02  Bruno Haible  <bruno@clisp.org>
8351
8352         * gnulib-tool (func_import): When updating or creating a .gitignore
8353         file, prepend each added line with a slash, and ignore leading slashes
8354         from the existing lines.
8355         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8356
8357 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8358
8359         Portability fix for GNU make 3.79.1.
8360         * top/GNUmakefile: Avoid 'else COND', which older GNU make
8361         versions do not understand.
8362
8363 2008-08-01  Bruno Haible  <bruno@clisp.org>
8364
8365         Work around bug of HP-UX 10.20 cc with -0.0 literal.
8366         * tests/test-isnanf.h (zero): New variable.
8367         (main): Avoid literal -0.0f.
8368         * tests/test-isnand.h (zero): New variable.
8369         (main): Avoid literal -0.0.
8370         * tests/test-isnanl.h (zero): New variable.
8371         (main): Avoid literal -0.0L.
8372         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
8373         (test_float, test_double, test_long_double): Avoid literals -0.0f,
8374         -0.0, -0.0L.
8375         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
8376         (test_signbitd): Avoid literal -0.0.
8377         (test_signbitl): Avoid literal -0.0L.
8378         * tests/test-ceilf1.c (zero): New variable.
8379         (main): Avoid literal -0.0f.
8380         * tests/test-ceill.c (zero): New variable.
8381         (main): Avoid literal -0.0L.
8382         * tests/test-floorf1.c (zero): New variable.
8383         (main): Avoid literal -0.0f.
8384         * tests/test-floorl.c (zero): New variable.
8385         (main): Avoid literal -0.0L.
8386         * tests/test-roundf1.c (zero): New variable.
8387         (main): Avoid literal -0.0f.
8388         * tests/test-round1.c (zero): New variable.
8389         (main): Avoid literal -0.0.
8390         * tests/test-roundl.c (zero): New variable.
8391         (main): Avoid literal -0.0L.
8392         * tests/test-truncf1.c (zero): New variable.
8393         (main): Avoid literal -0.0f.
8394         * tests/test-trunc1.c (zero): New variable.
8395         (main): Avoid literal -0.0.
8396         * tests/test-truncl.c (zero): New variable.
8397         (main): Avoid literal -0.0L.
8398         * tests/test-frexp.c (zero): New variable.
8399         (main): Avoid literal -0.0.
8400         * tests/test-frexpl.c (zero): New variable.
8401         (main): Avoid literal -0.0L.
8402         * tests/test-ldexpl.c (zero): New variable.
8403         (main): Avoid literal -0.0L.
8404         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
8405         (zerod, zerol): New variables.
8406         (test_function): Avoid literals -0.0, -0.0L.
8407         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
8408         (zerod, zerol): New variables.
8409         (test_function): Avoid literals -0.0, -0.0L.
8410         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
8411         (zerod, zerol): New variables.
8412         (test_function): Avoid literals -0.0, -0.0L.
8413         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
8414         (zerod, zerol): New variables.
8415         (test_function): Avoid literals -0.0, -0.0L.
8416         * tests/test-strtod.c (zero): New variable.
8417         (main): Avoid literal -0.0.
8418         Reported by Jonathan C. Patschke <jp@centtech.com>.
8419
8420 2008-07-31  Jim Meyering  <meyering@redhat.com>
8421
8422         sha256.h: correct definition of SHA224_DIGEST_SIZE
8423         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
8424         Reported by Paulie Pena IV <paulie4@gmail.com>.
8425         Define as 224 / 8, rather than as a literal.
8426         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
8427         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
8428         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
8429
8430 2008-07-31  Bruno Haible  <bruno@clisp.org>
8431
8432         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
8433         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
8434         Reported by Jonathan Patschke <jp@centtech.com>.
8435
8436 2008-07-31  Bruno Haible  <bruno@clisp.org>
8437
8438         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
8439         Reported by Paolo Bonzini <bonzini@gnu.org>.
8440
8441 2008-07-30  Eric Blake  <ebb9@byu.net>
8442
8443         test-strtod: allow compilation without -lm
8444         * tests/test-strtod.c (main): Avoid link dependence on fabs.
8445         Reported by Dennis Clarke <blastwave@gmail.com>.
8446
8447 2008-07-28  Jim Meyering  <meyering@redhat.com>
8448
8449         bootstrap: work also when there are no .po files in po/
8450         * build-aux/bootstrap (update_po_files): Complete the change
8451         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
8452
8453 2008-07-27  Jim Meyering  <meyering@redhat.com>
8454
8455         * users.txt: Add zile.
8456
8457 2008-07-26  Ben Pfaff  <blp@gnu.org>
8458
8459         Add missing dependencies on new m4/exponent[fdl].m4 files.
8460         * modules/isnanf-nolibm: Add m4/exponentf.m4.
8461         * modules/isnand-nolibm: Add m4/exponentd.m4.
8462         * modules/isnanl-nolibm: Add m4/exponentl.m4.
8463         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
8464         m4/isnan[fdl].m4, because the macros actually used moved.
8465         Reported by Jim Meyering.
8466
8467 2008-07-14  Ben Pfaff  <blp@gnu.org>
8468
8469         Add isinf module.
8470         * lib/isinf.c: New file.
8471         * lib/math.in.h: Define isinf macro if we have decided to replace
8472         it.
8473         * m4/isinf.m4: New file.
8474         * m4/math_h.m4: Initialize and substitute variables for isinf
8475         module.
8476         * modules/isinf: New file.
8477         * modules/isinf-tests: New file.
8478         * modules/math: Add substitutions for new module.
8479         * tests/test-isinf.c: New file.
8480         * doc/posix-functions/isinf.texi: Mention new module.
8481         * MODULES.html.sh: Mention new module.
8482
8483 2008-07-14  Ben Pfaff  <blp@gnu.org>
8484
8485         Factor out some macros for use by additional modules.
8486         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
8487         exponentf.m4.
8488         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
8489         exponentd.m4.
8490         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
8491         file exponentl.m4.
8492         * m4/exponentf.m4: New file.
8493         * m4/exponentd.m4: New file.
8494         * m4/exponentl.m4: New file.
8495         * modules/isnanf: Use new file m4/exponentf.m4.
8496         * modules/isnand: Use new file m4/exponentd.m4.
8497         * modules/isnanl: Use new file m4/exponentl.m4.
8498
8499 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
8500
8501         mktime.c: normalize tp->tm_isdst value to -1/0/1.
8502         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
8503         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
8504         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
8505
8506         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
8507         readlink on platforms without PATH_MAX.
8508
8509 2008-07-21  Eric Blake  <ebb9@byu.net>
8510
8511         Warn, not fail, on stale version.
8512         * top/GNUmakefile (_curr-ver): Tone down previous patch.
8513
8514         Don't allow installation with stale devel version number.
8515         * top/GNUmakefile (_is-install-target): New macro.
8516         (_curr-ver): Forbid installation with stale version number.
8517
8518 2008-07-20  Bruno Haible  <bruno@clisp.org>
8519
8520         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
8521         TESTS_ENVIRONMENT.
8522         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
8523
8524 2008-07-20  Bruno Haible  <bruno@clisp.org>
8525
8526         * lib/c-stack.h (c_stack_action): Add documentation.
8527         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
8528
8529 2008-07-20  Bruno Haible  <bruno@clisp.org>
8530
8531         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
8532         * modules/readlink (License): Likewise.
8533
8534 2008-07-17  Eric Blake  <ebb9@byu.net>
8535
8536         * modules/c-stack (Link): Fix typo.
8537
8538         Make c-stack use libsigsegv, when available.
8539         * modules/c-stack (Depends-on): Add libsigsegv.
8540         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
8541         needed.
8542         * lib/c-stack.c (SIGSTKSZ): Define fallback.
8543         (segv_handler, overflow_handler, c_stack_action)
8544         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
8545         implementation when libsigsegv is available, but only when using
8546         the library is necessary.
8547         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
8548         comment, explaining why XSI check fails on Linux.
8549         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
8550         * tests/test-c-stack2.sh: Tweak skip message.
8551         * NEWS: Document new link-time requirements.
8552
8553 2008-07-16  Eric Blake  <ebb9@byu.net>
8554
8555         c-stack: Expose false positives when not using libsigsegv.
8556         * modules/c-stack-tests (Files): Expand test.
8557         * tests/test-c-stack.c (main): Add means to conditionally trigger
8558         non-overflow SIGSEGV.
8559         * tests/test-c-stack2.sh: New file.
8560
8561 2008-07-14  Bruno Haible  <bruno@clisp.org>
8562
8563         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
8564         Reported by Eric Blake.
8565
8566 2008-07-14  Sam Steingold  <sds@gnu.org>
8567             Bruno Haible  <bruno@clisp.org>
8568
8569         New module libsigsegv.
8570         * modules/libsigsegv: New file.
8571         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
8572         modifications.
8573         * MODULES.html.sh (Signal handling): New section.
8574
8575 2008-07-14  Bruno Haible  <bruno@clisp.org>
8576
8577         * modules/unictype/ctype-* (Description): Add the word "function".
8578         Improves the resulting doc in MODULES.html.
8579
8580 2008-07-12  Ben Pfaff  <blp@gnu.org>
8581
8582         Add longlong module.
8583         * modules/longlong: New file.
8584
8585 2008-07-12  Bruno Haible  <bruno@clisp.org>
8586
8587         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
8588         to empty.
8589
8590 2008-07-10  Ben Pfaff  <blp@gnu.org>
8591
8592         Add isnan module.
8593         * doc/posix-functions/isnan.texi: Mention new module.
8594         * lib/math.in.h: Define isnan macro if we have decided to replace
8595         it.
8596         * m4/isnan.m4: New file.
8597         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
8598         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
8599         also.
8600         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
8601         redundancy.
8602         * m4/math_h.m4: Initialize and substitute variables for isnan
8603         module.
8604         * modules/isnan: New file.
8605         * modules/isnan-tests: New file.
8606         * modules/math: Add substitutions for new module.
8607         * tests/test-isnan.c: New file.
8608         * MODULES.html.sh: Mention new module.
8609
8610 2008-07-10  Ben Pfaff  <blp@gnu.org>
8611
8612         Add isnanf module.
8613         * lib/isnanf.m4: New file.
8614         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
8615         (gl_HAVE_ISNANF_IN_LIBM): New macro.
8616         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
8617         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
8618         * modules/isnanf: New file.
8619         * modules/isnanf-tests: New file.
8620         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
8621         files.
8622         * tests/test-isnanf-nolibm.c: factored most of its contents into
8623         new file tests/test-isnanf.h.
8624         * tests/test-isnanf.h: New file.
8625         * tests/test-isnanf.c: New file.
8626         * MODULES.html.sh: Mention new module.
8627         * doc/glibc-functions/isnanf.texi: Mention new module.
8628
8629 2008-07-10  Ben Pfaff  <blp@gnu.org>
8630
8631         Add isnand module.
8632         * lib/isnand.h: New file.
8633         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
8634         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
8635         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
8636         functionality also.
8637         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
8638         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
8639         (gl_HAVE_ISNAND_IN_LIBM): New macro.
8640         * modules/isnand: New file.
8641         * modules/isnand-tests: New file.
8642         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
8643         files.
8644         * tests/test-isnand-nolibm.c: factored most of its contents into
8645         new file tests/test-isnand.h.
8646         * tests/test-isnand.h: New file.
8647         * tests/test-isnand.c: New file.
8648         * MODULES.html.sh: Mention new module.
8649
8650 2008-07-10  Ben Pfaff  <blp@gnu.org>
8651
8652         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
8653         * lib/isnand.h: Rename lib/isnand-nolibm.h.
8654         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
8655         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
8656         * modules/isnanf-nolibm: Update references to renamed files.
8657         * modules/isnand-nolibm: Likewise.
8658         * modules/isnanf-nolibm-tests: Likewise.
8659         * modules/isnand-nolibm-tests: Likewise.
8660         * lib/frexp.c: Likewise.
8661         * lib/isfinite.c: Likewise.
8662         * lib/signbitd.c: Likewise.
8663         * lib/signbitf.c: Likewise.
8664         * lib/vasnprintf.c: Likewise.
8665         * tests/test-ceilf1.c: Likewise.
8666         * tests/test-ceilf2.c: Likewise.
8667         * tests/test-floorf1.c: Likewise.
8668         * tests/test-floorf2.c: Likewise.
8669         * tests/test-frexp.c: Likewise.
8670         * tests/test-round1.c: Likewise.
8671         * tests/test-round2.c: Likewise.
8672         * tests/test-roundf1.c: Likewise.
8673         * tests/test-strtod.c: Likewise.
8674         * tests/test-trunc1.c: Likewise.
8675         * tests/test-trunc2.c: Likewise.
8676         * tests/test-truncf1.c: Likewise.
8677         * tests/test-truncf2.c: Likewise.
8678         * NEWS: Mention the renamed header files.
8679
8680 2008-07-11  Jim Meyering  <meyering@redhat.com>
8681
8682         vc-list-files: make the last-resort awk code more portable
8683         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
8684         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
8685         does not support it.
8686
8687 2008-07-10  Eric Blake  <ebb9@byu.net>
8688
8689         Work with tar's bootstrap.
8690         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
8691         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
8692         an m4 comment.
8693
8694 2008-07-09  Jim Meyering  <meyering@redhat.com>
8695
8696         posix-shell.m4: fix typo that made this test malfunction
8697         * m4/posix-shell.m4: Remove capitalization in variable name.
8698
8699 2008-07-08  Bruno Haible  <bruno@clisp.org>
8700
8701         * m4/onceonly.m4: Update comments.
8702         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8703
8704 2008-07-04  Jim Meyering  <meyering@redhat.com>
8705
8706         * users.txt: Add vc-dwim.
8707         (bison, coreutils): Use the gitweb URL.
8708
8709 2008-07-03  Jim Meyering  <meyering@redhat.com>
8710
8711         * users.txt: Add libffcall.  From Sam Steingold.
8712
8713 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
8714
8715         getdate.y: do not ignore TZ with relative day, month or year offset
8716         * lib/getdate.y (get_date): Move the tz-handling block to follow the
8717         relative-date-handling, since otherwise, the latter would clobber the
8718         sole output (an updated Start value) of the tz-handling block.
8719         * tests/test-getdate.c: Tests for the fix
8720
8721 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8722
8723         Recognize 'foo_LIBRARIES += libgnu.a'.
8724         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
8725         makefile snippet has already specified an installation location,
8726         also using '+='.
8727
8728 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
8729
8730         getdate.y: factor out common actions
8731         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
8732         Use them in place of open-coded actions.
8733
8734 2008-07-01  Simon Josefsson  <simon@josefsson.org>
8735
8736         Add self-test for getdate module.
8737         * modules/getdate-tests: New file.
8738         * tests/test-getdate.c: New file.
8739
8740 2008-06-29  Bruno Haible  <bruno@clisp.org>
8741
8742         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
8743         .gitignore.
8744         Reported by Sylvain Beucler <beuc@beuc.net>.
8745
8746 2008-06-29  Bruno Haible  <bruno@clisp.org>
8747
8748         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
8749         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
8750
8751 2008-06-29  Bruno Haible  <bruno@clisp.org>
8752
8753         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
8754         EXTRA_DIST.
8755         Reported by Sylvain Beucler <beuc@beuc.net>.
8756
8757 2008-06-26  Jim Meyering  <meyering@redhat.com>
8758
8759         make several modules depend on the "open" module
8760         This provides slightly increased consistency when opening-for-write
8761         the name of a non-directory spelled with a trailing slash.
8762         * modules/chdir-safer: Likewise.
8763         * modules/chown: Likewise.
8764         * modules/clean-temp: Likewise.
8765         * modules/copy-file: Likewise.
8766         * modules/fchdir: Likewise.
8767         * modules/fcntl-safer: Likewise.
8768         * modules/pipe: Likewise.
8769         * modules/utime: Likewise.
8770         Prompted by Eric Blake and Bruno Haible.
8771
8772 2008-06-24  Andreas Schwab  <schwab@suse.de>
8773
8774         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
8775         literals can be used as initializers for global variables.
8776
8777 2008-06-23  Eric Blake  <ebb9@byu.net>
8778
8779         Make gnulib-cache.m4 easier to diff.
8780         * gnulib-tool (func_import): Allow newlines when reading cached
8781         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
8782
8783 2008-06-23  Bruno Haible  <bruno@clisp.org>
8784
8785         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
8786         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
8787         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
8788         m4/signalblocking.m4.
8789         (gl_PREREQ_SIGACTION): Don't invoke it.
8790         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
8791         gl_PREREQ_SIG_HANDLER_H.
8792         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
8793         Don't check for sigaction here.
8794
8795 2008-06-23  Bruno Haible  <bruno@clisp.org>
8796
8797         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
8798         (install_handlers): Don't set the SA_RESETHAND flag.
8799
8800 2008-06-23  Bruno Haible  <bruno@clisp.org>
8801
8802         * m4/sigaction.m4: Comment fixes.
8803         * lib/signal.in.h: Likewise.
8804
8805 2008-06-23  Eric Blake  <ebb9@byu.net>
8806
8807         Fix typo.
8808         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
8809
8810         Avoid SA_ namespace.
8811         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
8812         Reported by Ralf Wildenhues.
8813
8814         Avoid test failure due to SA_RESTORER.
8815         * tests/test-sigaction.c (SA_MASK): New macro.
8816         (main): Avoid failing due to extension flags being set.
8817         Reported by Jim Meyering.
8818
8819         Revert use of sig-handler.h in sigprocmask.c.
8820         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
8821         it requires the existence of struct sigaction.
8822         * lib/sigprocmask.c (handler_t): Restore typedef.
8823         (rpl_signal, old_handlers): Use local type.
8824
8825 2008-06-22  Bruno Haible  <bruno@clisp.org>
8826
8827         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
8828         conditionally.
8829         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
8830
8831 2008-06-22  Bruno Haible  <bruno@clisp.org>
8832
8833         * doc/posix-functions/siginterrupt.texi: Move note.
8834
8835         * lib/signal.in.h (SA_RESTART): New macro.
8836         * lib/sigaction.c: Update comment.
8837
8838         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
8839
8840         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
8841         (gl_PREREQ_SIGPROCMASK): Invoke it.
8842         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
8843
8844         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
8845
8846         * lib/sigprocmask.c: Update a comment.
8847
8848 2008-06-21  Eric Blake  <ebb9@byu.net>
8849
8850         Use sigaction module rather than signal().
8851         * modules/c-stack (Depends-on): Add sigaction.
8852         * modules/fatal-signal (Depends-on): Likewise.
8853         * modules/nanosleep (Depends-on): Likewise.
8854         * modules/sigprocmask (Files): Add sig-handler.h.
8855         * modules/sigaction (Files): Likewise.
8856         * lib/sig-handler.h (get_handler): New file, suggested by Paul
8857         Eggert.
8858         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
8859         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
8860         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
8861         (init_fatal_signals): Likewise.
8862         * lib/nanosleep.c (rpl_nanosleep): Likewise.
8863         (siginterrupt): Delete fallback.
8864         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
8865         instead.
8866         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
8867         siginterrupt.
8868
8869         New module sigaction, for mingw.
8870         * modules/sigaction: New module...
8871         * modules/sigaction-tests: ...and its test.
8872         * m4/sigaction.m4: New file.
8873         * lib/sigaction.c: Likewise.
8874         * tests/test-sigaction.c: Likewise.
8875         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
8876         * modules/signal (Makefile.am): Likewise.
8877         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
8878         needed.
8879         * doc/posix-headers/signal.texi (signal.h): Mention provided
8880         types.
8881         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
8882         that sigaction is preferable.
8883         * doc/posix-functions/sigaction.texi (sigaction): Mention new
8884         module.
8885         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8886         sigaction.
8887
8888         Improve robustness of sigprocmask by overriding signal.
8889         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
8890         is in use.
8891         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
8892         (SIGKILL, SIGSTOP): Provide fallbacks.
8893         (rpl_signal): Implement.
8894         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
8895         signal can be called inside handlers.
8896
8897         Fix nanosleep module on mingw.
8898         * modules/nanosleep (Depends-on): Add sys_select.
8899         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
8900
8901         Fix licensing of sigprocmask.
8902         * modules/raise (License): Relicense as LGPL.
8903
8904 2008-06-21  Bruno Haible  <bruno@clisp.org>
8905
8906         * lib/propername.c (proper_name_utf8): Don't use the transliterated
8907         result if it contains question marks.
8908         Reported by Michael Geng <linux@michaelgeng.de>.
8909
8910 2008-06-19  Bruno Haible  <bruno@clisp.org>
8911
8912         Fix CVS-ism.
8913         * doc/gnulib.texi: Include updated-stamp.texi.
8914         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
8915         (updated-stamp.texi): New rule.
8916         (gnulib.info): Depend on it.
8917         * doc/.gitignore: Add updated-stamp.texi.
8918         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
8919
8920 2008-06-19  Bruno Haible  <bruno@clisp.org>
8921
8922         * doc/Makefile (gnulib.info): Update and simplify dependencies.
8923         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8924
8925 2008-06-19  Eric Blake  <ebb9@byu.net>
8926
8927         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
8928         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
8929         Reported by Stepan Kasal.
8930
8931 2008-06-18  Bruno Haible  <bruno@clisp.org>
8932
8933         * lib/fatal-signal.c (init_fatal_signals): Add comment.
8934         Reported by Eric Blake.
8935
8936 2008-06-18  Eric Blake  <ebb9@byu.net>
8937
8938         Work around cygwin 1.5.25 strsignal bug.
8939         * tests/test-strsignal.c: Allow for const char *.
8940         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
8941
8942 2008-06-18  Simon Josefsson  <simon@josefsson.org>
8943
8944         * users.txt: Update URL to article and add author/date
8945         information.
8946
8947 2008-06-17  Bruno Haible  <bruno@clisp.org>
8948
8949         New macro gl_DISABLE_THREADS.
8950         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
8951         if the user did not pass --enable-threads or --disable-threads option.
8952         (gl_DISABLE_THREADS): New macro.
8953         Reported by Eric Blake <ebb9@byu.net>.
8954
8955 2008-06-17  Bruno Haible  <bruno@clisp.org>
8956
8957         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
8958         when the macro ignores it.
8959         Based on a patch by Eric Blake <ebb9@byu.net>.
8960
8961 2008-06-17  Bruno Haible  <bruno@clisp.org>
8962
8963         * modules/tls (License): Change to LGPLv2+.
8964         Reported by Eric Blake.
8965
8966 2008-06-17  Eric Blake  <ebb9@byu.net>
8967
8968         Simplify c-stack prerequisites.
8969         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
8970         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
8971         no longer requires <ucontext.h> to exist.  Optimize setrlimit
8972         check.
8973         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
8974         <sys/resource.h>.
8975
8976         Move c-stack test into testsuite.
8977         * modules/c-stack-tests: New file.
8978         * lib/c-stack.c [DEBUG]: Move test program...
8979         * tests/test-c-stack.c: ...into this new file.  Skip rather than
8980         fail test if sigaltstack is lacking.
8981         * tests/test-c-stack.sh: New driver file.
8982
8983 2008-06-16  Eric Blake  <ebb9@byu.net>
8984
8985         Use raise module consistently.
8986         * modules/fatal-signal (Depends-on): Add raise.
8987         * modules/sigprocmask (Depends-on): Likewise.
8988         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
8989         * lib/sigprocmask.c (sigprocmask): Likewise.
8990         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
8991         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
8992
8993         Fix compliance bug in sigpending.
8994         * lib/sigprocmask.c (sigpending): Return pending array via
8995         parameter, not return value.
8996
8997 2008-06-14  Eric Blake  <ebb9@byu.net>
8998
8999         Improve obstack-printf test code.
9000         * tests/test-obstack-printf.c (test_function): Fix comment, and
9001         simplify usage of obstack_* in macros.  Add a test for coverage.
9002         Reported by Bruno Haible.
9003
9004 2008-06-14  Bruno Haible  <bruno@clisp.org>
9005
9006         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
9007         array size as a constant, not as a const variable.
9008         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
9009         AC_USE_SYSTEM_EXTENSIONS.
9010         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
9011         Test whether the obstack_printf function actually exists.
9012         * modules/obstack-printf (Depends-on): Add extensions.
9013         (Include): Remove obstack.h.
9014         * modules/obstack-printf-posix (Depends-on): Add extensions.
9015         (Include): Remove obstack.h.
9016
9017 2008-06-13  Eric Blake  <ebb9@byu.net>
9018
9019         Add obstack-printf and obstack-printf-posix modules.
9020         * modules/obstack-printf: New file.
9021         * modules/obstack-printf-posix: Likewise.
9022         * MODULES.html.sh (Misc): Mention them.
9023         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
9024         Likewise.
9025         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
9026         Likewise.
9027         * modules/stdio (Makefile.am): Accomodate new modules.
9028         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9029         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
9030         Declare.
9031         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
9032         functions.
9033         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
9034         (gl_REPLACE_OBSTACK_PRINTF): New macros
9035         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
9036         * tests/test-obstack-printf.c: New file.
9037         * modules/obstack-printf-tests: Likewise.
9038         * modules/obstack-printf-posix-tests: Likewise.
9039
9040 2008-06-11  Bruno Haible  <bruno@clisp.org>
9041
9042         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
9043         * lib/open.c: Include errno.h.
9044         (open): Fail when attempting to write to a file that has a trailing
9045         slash.
9046         * tests/test-open.c (main): Test against trailing slash bug.
9047         * doc/posix-functions/open.texi: Mention the trailing slash bug.
9048
9049 2008-06-10  Bruno Haible  <bruno@clisp.org>
9050
9051         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
9052         for $? to work inside the trap command, with various /bin/sh-s.
9053         * tests/test-vc-list-files-cvs.sh: Likewise.
9054
9055 2008-06-10  Bruno Haible  <bruno@clisp.org>
9056
9057         * lib/acl-internal.h: Don't include gettext.h here.
9058         * lib/set-mode-acl.c: Include gettext.h here.
9059         * lib/copy-acl.c: Likewise.
9060
9061 2008-06-10  Bruno Haible  <bruno@clisp.org>
9062
9063         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
9064         * lib/wait-process.c (wait_subprocess): Likewise.
9065         * lib/execute.h (execute): Add termsigp argument.
9066         * lib/execute.c (execute): Likewise.
9067         * lib/csharpcomp.c (compile_csharp_using_pnet,
9068         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
9069         * lib/csharpexec.c (execute_csharp_using_pnet,
9070         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
9071         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
9072         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
9073         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
9074         is_jikes_present): Update.
9075         * lib/javaexec.c (execute_java_class): Update.
9076         * lib/javaversion.c (execute_and_read_line): Update.
9077         * NEWS: Document the changes.
9078         Reported by Eric Blake.
9079
9080 2008-06-10  Eric Blake  <ebb9@byu.net>
9081
9082         Add missing include.
9083         * tests/test-strstr.c (includes): Add <signal.h>.
9084         * tests/test-strcasestr.c (includes): Likewise.
9085         * tests/test-memmem.c (includes): Likewise.
9086
9087 2008-06-10  Bruno Haible  <bruno@clisp.org>
9088
9089         * lib/wait-process.c (wait_subprocess): Add an assertion.
9090
9091 2008-06-10  Bruno Haible  <bruno@clisp.org>
9092
9093         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
9094
9095 2008-06-10  Bruno Haible  <bruno@clisp.org>
9096
9097         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
9098         using alarm().
9099         * tests/test-strcasestr.c (main): Likewise.
9100         * tests/test-strstr.c (main): Likewise.
9101
9102 2008-06-09  Bruno Haible  <bruno@clisp.org>
9103
9104         Work around the Solaris 10 ACE ACLs ABI change.
9105         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
9106         declare if ACL_NO_TRIVIAL is present.
9107         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
9108         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
9109         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
9110         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
9111         define if ACL_NO_TRIVIAL is present.
9112         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
9113         and use the current ABI.
9114         (file_has_acl): Use same #if condition as elsewhere.
9115         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
9116         in use, and use the current ABI.
9117         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
9118         Reported by Jim Meyering.
9119
9120 2008-06-09  Eric Blake  <ebb9@byu.net>
9121
9122         Work around environments that (stupidly) ignore SIGALRM.
9123         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
9124         before using alarm().
9125         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9126         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
9127         Reported by Ian Beckwith <ianb@erislabs.net>.
9128
9129         Produce autobuild blurb earlier in log.
9130         * modules/autobuild (configure.ac-early): Move AB_INIT here.
9131
9132 2008-06-09  Jim Meyering  <meyering@redhat.com>
9133         and OndÅ™ej Vašík  <ovasik@redhat.com>
9134
9135         utimens.c: correct kernel bug work-around
9136         OndÅ™ej Vašík found that the invalid return value of 280 indicates
9137         failure, not success, and the kernel bug we're trying to work
9138         around affects not just the utimensat call, but also the fallback
9139         futimens call.
9140         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
9141         not success.
9142         [HAVE_FUTIMENS]: Use the same work-around, here.
9143
9144 2008-06-09  Jim Meyering  <meyering@redhat.com>
9145
9146         add more guards around definition of ACE_-related code
9147         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
9148         ALLOW and ACE_OWNER are also defined.
9149
9150 2008-06-08  Bruno Haible  <bruno@clisp.org>
9151
9152         * lib/acl-internal.h: Add me as co-author.
9153         * lib/file-has-acl.c: Likewise.
9154         * lib/set-mode-acl.c: Likewise.
9155         * lib/copy-acl.c: Likewise.
9156
9157 2008-06-08  Bruno Haible  <bruno@clisp.org>
9158
9159         Add support for AIX ACLs.
9160         * lib/acl-internal.h (acl_nontrivial): New declaration.
9161         * lib/file-has-acl.c (acl_nontrivial): New function.
9162         (file_has_acl): Add implementation using AIX 4 ACL API.
9163         * lib/set-mode-acl.c (qset_acl): Likewise.
9164         * lib/copy-acl.c (qcopy_acl): Likewise.
9165
9166 2008-06-08  Bruno Haible  <bruno@clisp.org>
9167
9168         Add support for HP-UX ACLs.
9169         * lib/acl-internal.h (acl_nontrivial): New declaration.
9170         * lib/file-has-acl.c (acl_nontrivial): New function.
9171         (file_has_acl): Add implementation using HP-UX 11 ACL API.
9172         * lib/set-mode-acl.c (qset_acl): Likewise.
9173         * lib/copy-acl.c (qcopy_acl): Likewise.
9174
9175 2008-06-08  Bruno Haible  <bruno@clisp.org>
9176
9177         Add support for Cygwin ACLs.
9178         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
9179         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
9180         the chmod_or_fchmod call.
9181         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
9182
9183 2008-06-08  Bruno Haible  <bruno@clisp.org>
9184
9185         Fix bug with setuid modes in Solaris 10+ code.
9186         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
9187         succeeded, when the mode contains some special bits.
9188
9189 2008-06-08  Bruno Haible  <bruno@clisp.org>
9190
9191         Add support for Solaris 7..10 ACLs.
9192         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
9193         declarations.
9194         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
9195         functions.
9196         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
9197         * lib/set-mode-acl.c (qset_acl): Likewise.
9198         * lib/copy-acl.c (qcopy_acl): Likewise.
9199
9200 2008-06-08  Bruno Haible  <bruno@clisp.org>
9201
9202         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
9203         declaration.
9204         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
9205         (acl_access_nontrivial): Remove MacOS X case.
9206         (file_has_acl): Use acl_extended_nontrivial.
9207         * lib/copy-acl.c (qcopy_acl): Likewise.
9208
9209 2008-06-08  Bruno Haible  <bruno@clisp.org>
9210
9211         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
9212
9213 2008-06-08  Jim Meyering  <meyering@redhat.com>
9214
9215         * modules/acl (Maintainer): Add Bruno Haible.
9216
9217 2008-06-07  Bruno Haible  <bruno@clisp.org>
9218
9219         Improve support for Tru64 ACLs.
9220         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
9221         ACL on OSF/1.
9222
9223 2008-06-07  Bruno Haible  <bruno@clisp.org>
9224
9225         Add support for MacOS X ACLs.
9226         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
9227         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
9228         * lib/set-mode-acl.c (qset_acl): Likewise.
9229         * lib/copy-acl.c (qcopy_acl): Likewise.
9230
9231 2008-06-07  Bruno Haible  <bruno@clisp.org>
9232
9233         Fix memory leak introduced on 2008-05-22.
9234         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
9235         use.
9236
9237 2008-06-07  Bruno Haible  <bruno@clisp.org>
9238
9239         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
9240         to construct an empty ACL.
9241
9242 2008-06-07  Bruno Haible  <bruno@clisp.org>
9243
9244         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
9245         precisely.
9246         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
9247
9248 2008-06-07  Bruno Haible  <bruno@clisp.org>
9249
9250         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
9251         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
9252
9253 2008-06-07  Bruno Haible  <bruno@clisp.org>
9254
9255         * doc/posix-functions/_setjmp.texi: Explain the use of this function
9256         regardless of POSIX.
9257         * doc/posix-functions/_longjmp.texi: Likewise.
9258         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
9259         SystemV platform in this case.
9260
9261 2008-06-06  Eric Blake  <ebb9@byu.net>
9262
9263         Document abort() bugs.
9264         * doc/posix-functions/abort.texi (abort): Mention anomalies.
9265
9266         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
9267         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
9268         sigsetjmp.
9269         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
9270         siglongjmp, but only as a macro.
9271         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
9272         is obsolete.
9273         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
9274
9275         Tweak documentation to cover cygwin argz bugs.
9276         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
9277         argz bug fix; no code change needed since no cygwin releases
9278         occurred between the last fix and the bug being tested.
9279         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
9280         module and recently fixed cygwin bugs.
9281         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
9282         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
9283         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
9284         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
9285         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
9286         Likewise.
9287         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
9288         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
9289         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
9290         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
9291         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
9292         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
9293         Likewise.
9294
9295         Avoid gcc warning on cygwin.
9296         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
9297         !ACL_NO_TRIVIAL]: Avoid unused variable.
9298
9299 2008-06-05  Eric Blake  <ebb9@byu.net>
9300
9301         Be tolerant of UNKNOWN version in gnulib-tool test dir.
9302         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
9303         git-version-gen fails to come up with a version.
9304         Reported by Simon Josefsson.
9305
9306 2008-06-05  Jim Meyering  <meyering@redhat.com>
9307             Paul Eggert  <eggert@cs.ucla.edu>
9308
9309         utimens.c: work around a probable Linux kernel bug
9310         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
9311         appears to be a kernel bug that causes utimensat to return 280
9312         instead of 0, indicating success.
9313
9314 2008-06-04  Bruno Haible  <bruno@clisp.org>
9315
9316         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
9317         2008-06-01 commit.
9318
9319 2008-06-04  Bruno Haible  <bruno@clisp.org>
9320
9321         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
9322         * lib/file-has-acl.c (acl_access_nontrivial): New function.
9323         (file_has_acl): Use it. Save errno afterwards.
9324         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
9325
9326 2008-06-03  Bruno Haible  <bruno@clisp.org>
9327
9328         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
9329         draft code. Simplify #ifs.
9330         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
9331         Put Solaris code after POSIX-draft code. Fix comments regarding
9332         Solaris 10, HP-UX. Mention Cygwin.
9333         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
9334
9335 2008-06-03  Eric Blake  <ebb9@byu.net>
9336
9337         Provide fallback for older kernels.
9338         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
9339         Provide runtime fallback if kernel lacks support.
9340         Reported by Mike Frysinger.
9341
9342 2008-06-02  Bruno Haible  <bruno@clisp.org>
9343
9344         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
9345         it exists.
9346
9347 2008-06-02  Bruno Haible  <bruno@clisp.org>
9348
9349         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
9350         * lib/copy-acl.c (qcopy_acl): Update comment.
9351
9352 2008-06-02  Bruno Haible  <bruno@clisp.org>
9353
9354         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
9355         like ACL APIs.
9356
9357 2008-06-02  Bruno Haible  <bruno@clisp.org>
9358
9359         * tests/test-file-has-acl.sh: Use different code for Cygwin.
9360         * tests/test-set-mode-acl.sh: Likewise.
9361         * tests/test-copy-acl.sh: Likewise.
9362         * tests/test-copy-file.sh: Likewise.
9363
9364 2008-06-02  Bruno Haible  <bruno@clisp.org>
9365
9366         * tests/test-file-has-acl.sh: Remove unused code.
9367
9368 2008-06-01  Bruno Haible  <bruno@clisp.org>
9369
9370         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
9371         (copy_acl): Just a wrapper around qcopy_acl that emits the error
9372         messages.
9373         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
9374
9375 2008-06-01  Bruno Haible  <bruno@clisp.org>
9376
9377         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
9378         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
9379         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
9380         APIs.
9381         * modules/acl-tests (configure.ac): Remove tests now contained in
9382         m4/acl.m4.
9383
9384 2008-06-02  Jim Meyering  <meyering@redhat.com>
9385
9386         announce-gen: use a better key-server host name
9387         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
9388         it may be more consistently reliable.  Suggested by Werner Koch
9389         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
9390
9391 2008-06-01  Bruno Haible  <bruno@clisp.org>
9392
9393         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
9394         Reported by Voroskoi Andras <voroskoi@gmail.com>.
9395
9396 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
9397
9398         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
9399
9400 2008-06-01  Bruno Haible  <bruno@clisp.org>
9401
9402         New ACL tests.
9403         * tests/test-file-has-acl.sh: New file.
9404         * tests/test-file-has-acl.c: New file.
9405         * tests/test-set-mode-acl.sh: New file.
9406         * tests/test-set-mode-acl.c: New file.
9407         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
9408         * tests/test-copy-acl.c: New file.
9409         * modules/acl-tests: New file, based on modules/copy-file-tests.
9410         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
9411         (Depends-on): Add acl-tests.
9412         (configure.ac): Remove checks.
9413         (Makefile.am): Don't create test-sameacls program here any more.
9414
9415 2008-06-01  Bruno Haible  <bruno@clisp.org>
9416
9417         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
9418         * tests/test-sameacls.c: Include progname.h.
9419         (main): Invoke set_program_name. Portability fixes for MacOS X,
9420         Solaris, HP-UX.
9421
9422 2008-06-01  Bruno Haible  <bruno@clisp.org>
9423
9424         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
9425         function.
9426         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
9427
9428 2008-06-01  Bruno Haible  <bruno@clisp.org>
9429
9430         * modules/rpmatch (Depends-on): Add strdup.
9431
9432 2008-06-01  Bruno Haible  <bruno@clisp.org>
9433
9434         * lib/pipe.c: Include unistd-safer.h.
9435         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
9436         * modules/pipe (Depends-on): Add unistd-safer.
9437
9438 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9439
9440         * modules/autobuild (configure.ac): Call AB_INIT.
9441
9442 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9443
9444         * tests/test-getaddrinfo.c: Don't print debug messages by default.
9445         Suggested by Bruno Haible <bruno@clisp.org>.
9446
9447 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9448
9449         * tests/test-base64.c: Cast size_t to unsigned long when invoking
9450         printf.  Use %lu instead of %d.  Reported by Bruno Haible
9451         <bruno@clisp.org>.
9452
9453 2008-05-29  Eric Blake  <ebb9@byu.net>
9454
9455         Prefer new POSIX 200x interfaces over futimesat.
9456         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
9457         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
9458         when available.
9459         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
9460
9461 2008-05-28  Bruno Haible  <bruno@clisp.org>
9462
9463         * modules/stpcpy (License): Change to LGPLv2+.
9464         Requested by David Lutterkort <dlutter@redhat.com>.
9465
9466 2008-05-27  Bruno Haible  <bruno@clisp.org>
9467
9468         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
9469         current mingw.
9470         Reported by Jose E. Marchesi <jemarch@gnu.org>.
9471
9472 2008-05-27  Bruno Haible  <bruno@clisp.org>
9473
9474         * modules/iconv_open (Link): New section, from module 'iconv'.
9475         * modules/striconv (Link): Likewise.
9476         * modules/striconveh (Link): Likewise.
9477         * modules/xstriconv (Link): Likewise.
9478         * modules/unicodeio (Link): Likewise.
9479         * modules/propername (Link): Likewise.
9480         Reported by Jim Meyering.
9481
9482 2008-05-26  Jim Meyering  <meyering@redhat.com>
9483
9484         sha256: do not artificially restrict buffer length to be < 2^32
9485         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
9486         uint32_t to size_t.
9487         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
9488         to match.
9489
9490         avoid unaligned access errors, e.g., on sparc
9491         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
9492         direct access through a possibly-unaligned uint64* pointer.
9493         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
9494         direct access through a possibly-unaligned uint32* pointer.
9495         Prompted by this patch from Tom "spot" Callaway:
9496         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
9497
9498         sha512.c: fix typo in comment
9499         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
9500
9501 2008-05-25  Bruno Haible  <bruno@clisp.org>
9502
9503         * lib/set-mode-acl.c: Renamed from lib/acl.c.
9504         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
9505         (Makefile.am): Update lib_SOURCES.
9506
9507 2008-05-25  Bruno Haible  <bruno@clisp.org>
9508
9509         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
9510
9511 2008-05-25  Jim Meyering  <meyering@redhat.com>
9512
9513         useless-if-before-free: freed expr may have white-space differences
9514         * build-aux/useless-if-before-free: Recognize cases in which the
9515         freed expression differs from the tested one in embedded white
9516         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
9517         $1 was used, so we can't make any regexp shy.  Improved tests now
9518         detect this.
9519
9520         useless-if-before-free: accept white space in the expression.
9521         * build-aux/useless-if-before-free: For now, any white space
9522         in the expression must be identical in the free argument.
9523
9524         useless-if-before-free: efficiency tweak
9525         * build-aux/useless-if-before-free: Make the expression-matching
9526         regexp "shy".
9527         Make the *outer* regexp shy, not the expr-matching one.
9528
9529         update code-in-comment to accept cast of free arg
9530         * build-aux/useless-if-before-free: Update regexp.
9531
9532 2008-05-25  Bruno Haible  <bruno@clisp.org>
9533
9534         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
9535         * modules/copy-file-tests (Files, Makefile.am): Update.
9536         * tests/test-copy-file.c (func_test_copy): Update.
9537
9538 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
9539
9540         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
9541
9542 2008-05-23  Bruno Haible  <bruno@clisp.org>
9543
9544         Improve support for ACLs on OSF/1.
9545         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
9546         Remove fallback for unknown flavors of ACLs.
9547
9548 2008-05-22  Bruno Haible  <bruno@clisp.org>
9549
9550         Add support for ACLs on OSF/1.
9551         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
9552         replacements.
9553         (acl_free_text): New macro fallback.
9554         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
9555         acl_free.
9556         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
9557         acl_free_text function. Require AC_C_INLINE.
9558
9559 2008-05-22  Bruno Haible  <bruno@clisp.org>
9560
9561         Make copy_acl work on MacOS X 10.5.
9562         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
9563         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
9564         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
9565         If MODE_INSIDE_ACL, don't assume that every system has the same text
9566         representation for ACLs as FreeBSD.
9567         * lib/copy-acl.c (copy_acl): Add support for platforms with
9568         !MODE_INSIDE_ACL.
9569         * lib/file-has-acl.c (file_has_acl): Likewise.
9570         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
9571         FreeBSD, MacOS X, or IRIX, respectively.
9572
9573 2008-05-22  Bruno Haible  <bruno@clisp.org>
9574
9575         * lib/acl.h: Don't include <sys/acl.h>.
9576         (GETACLCNT): Move fallback to lib/acl-internal.h.
9577         * lib/acl-internal.h: Include <sys/acl.h> here.
9578         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
9579
9580 2008-05-22  Bruno Haible  <bruno@clisp.org>
9581
9582         Split off copy_acl function to separate file.
9583         * lib/copy-acl.c: New file, extracted from lib/acl.c.
9584         * lib/acl.c (copy_acl): Moved function to separate file.
9585         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
9586         * modules/acl (Files): Add lib/copy-acl.c.
9587         (Makefiles.am): Augment lib_SOURCES.
9588
9589 2008-05-22  Bruno Haible  <bruno@clisp.org>
9590
9591         * modules/copy-file-tests: New file.
9592         * tests/test-copy-file.sh: New file.
9593         * tests/test-copy-file.c: New file.
9594         * tests/test-copy-file-sameacls.c: New file.
9595
9596 2008-05-22  Eric Blake  <ebb9@byu.net>
9597
9598         Avoid gcc warning.
9599         * tests/test-memcmp.c (main): Pass NULL indirectly.
9600
9601 2008-05-21  Bruno Haible  <bruno@clisp.org>
9602
9603         Add reference doc about ACLs.
9604         * doc/acl-resources.txt: New file.
9605         * doc/acl-cygwin.txt: New file.
9606
9607 2008-05-21  Bruno Haible  <bruno@clisp.org>
9608
9609         Avoid one more warning from gcc.
9610         * lib/vasnprintf.c (IF_LINT): Update comments.
9611         (VASNPRINTF): Use it also for the 'prefix' array initializer.
9612
9613 2008-05-21  Jim Meyering  <meyering@redhat.com>
9614
9615         avoid a warning from gcc
9616         * lib/vasnprintf.c (IF_LINT): Define.
9617         (scale10_round_decimal_long_double):
9618         Use it to avoid a "may be used uninitialized" warning.
9619         (scale10_round_decimal_double): Likewise.
9620
9621 2008-05-21  Simon Josefsson  <simon@josefsson.org>
9622
9623         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
9624         declared.
9625
9626 2008-05-20  Bruno Haible  <bruno@clisp.org>
9627
9628         * tests/test-memcmp.c (main): Test also the sign of the result. Test
9629         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
9630
9631 2008-05-20  Simon Josefsson  <simon@josefsson.org>
9632
9633         * modules/memcmp-tests: New file.
9634         * tests/test-memcmp.c: New file.
9635
9636 2008-05-19  Bruno Haible  <bruno@clisp.org>
9637
9638         * modules/propername (Notice, configure.ac): Put quoted "..." into
9639         --keyword option.
9640         * lib/propername.h: Update comments accordingly.
9641         Reported by Eric Blake.
9642
9643 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
9644
9645         * modules/getpass-gnu (Depends-on): Add fseeko.
9646
9647 2008-05-19  Simon Josefsson  <simon@josefsson.org>
9648
9649         * modules/base64-tests: New file.
9650
9651 2008-05-19  Bo Borgerson <gigabo@gmail.com>
9652
9653         * lib/base64.c (base64_decode_ctx): If a decode context structure
9654         was passed in use it to ignore newlines.  If a context structure
9655         was _not_ passed in, continue to treat newlines as garbage (this
9656         is the historical behavior).  Formerly base64_decode.
9657         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
9658         takes a decode context structure.
9659         * lib/base64.h (base64_decode): Macro for four-argument calls.
9660         (base64_decode_alloc): Likewise.
9661         * lib/base64.c (base64_decode_ctx): If a decode context structure
9662         was passed in use it to ignore newlines.  If a context structure
9663         was _not_ passed in, continue to treat newlines as garbage (this
9664         is the historical behavior).  Formerly base64_decode.
9665         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
9666         takes a decode context structure.
9667         * lib/base64.h (base64_decode): Macro for four-argument calls.
9668         (base64_decode_alloc): Likewise.
9669
9670 2008-05-19  Jim Meyering  <meyering@redhat.com>
9671
9672         avoid a warning from gcc
9673         * lib/trim.c (IF_LINT): Define.
9674         (trim2): Use it to avoid a "may be used uninitialized" warning.
9675
9676         Fix doc typo.
9677         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
9678
9679 2008-05-19  Bruno Haible  <bruno@clisp.org>
9680
9681         * doc/glibc-functions/getpass.texi: Document limits of other
9682         implementations.
9683
9684 2008-05-19  Simon Josefsson  <simon@josefsson.org>
9685             Bruno Haible <bruno@clisp.org>
9686
9687         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
9688
9689 2008-05-18  Bruno Haible  <bruno@clisp.org>
9690
9691         * modules/propername: New file, from GNU gettext.
9692         * lib/propername.h: New file, from GNU gettext.
9693         * lib/propername.c: New file, from GNU gettext.
9694         * MODULES.html.sh (Internationalization functions): Add propername.
9695
9696 2008-05-16  Jim Meyering  <meyering@redhat.com>
9697             Bruno Haible  <bruno@clisp.org>
9698
9699         Avoid some warnings from "gcc -Wshadow".
9700         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
9701
9702 2008-05-15  Eric Blake  <ebb9@byu.net>
9703
9704         Extend previous patch to cygwin 1.7.0.
9705         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
9706         fast implementation in cygwin >= 1.7.0.
9707         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9708         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9709
9710 2008-05-15  Bruno Haible  <bruno@clisp.org>
9711
9712         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
9713         implementation in glibc >= 2.9.
9714         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9715         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9716
9717 2008-05-15  Bruno Haible  <bruno@clisp.org>
9718
9719         * MODULES.html.sh (Internationalization functions): Remove linebreak.
9720         (Unicode string functions): Add unilbrk/*.
9721         Reported by Karl Berry.
9722
9723 2008-05-15  Eric Blake  <ebb9@byu.net>
9724
9725         Fix violation of <stdbool.h> replacement in regex.
9726         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
9727         * lib/regexec.c (re_search_internal): Likewise.
9728         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
9729
9730 2008-05-15  Jim Meyering  <meyering@redhat.com>
9731
9732         avoid distracting test output when git or cvs is not found
9733         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
9734         * tests/test-vc-list-files-git.sh: Likewise.
9735
9736 2008-05-15  Eric Blake  <ebb9@byu.net>
9737
9738         Glibc finally accepted the memmem speedup code, bugzilla #5514.
9739         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
9740         glibc version.
9741         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
9742         * doc/posix-functions/strstr.texi (strstr): Likewise.
9743         * lib/str-two-way.h (MAX): Sychronize with glibc.
9744
9745 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
9746
9747         * lib/regcomp.c (optimize_utf8): Add a note on why we test
9748         opr.ctx_type.
9749         (calc_first): Initialize constraint field.
9750         (duplicate_node_closure): Use it instead of special casing ANCHORS.
9751         Fix grammar.
9752         (duplicate_node): Merge constraint field for all node types.
9753         (calc_eclosure_iter): Look at constraint field for all node types.
9754         * lib/regex_internal.c (create_cd_newstate): Don't look at
9755         opr.ctx_type.
9756
9757 2008-05-14  Bruno Haible  <bruno@clisp.org>
9758
9759         Help GCC to do better code generation.
9760         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
9761         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
9762         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
9763         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
9764         Declare with attribute 'malloc' if supported.
9765
9766 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
9767
9768         use "echo STR|wc -c" rather than unportable "expr length STR"
9769         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
9770         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
9771
9772 2008-05-14  Jim Meyering  <meyering@redhat.com>
9773
9774         use dd ibs=$n count=1 ... rather than less-portable head -c$n
9775         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
9776         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
9777         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
9778         via Collin Lasse.
9779
9780 2008-05-14  Eric Blake  <ebb9@byu.net>
9781
9782         Avoid quadratic growth in gl_LIBSOURCES.
9783         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
9784         Suggested by Bruno Haible.
9785
9786         Test xmemdup0.
9787         * modules/xmemdup0-tests: New file.
9788         * tests/test-xmemdup0.c: Likewise.
9789
9790 2008-05-13  Eric Blake  <ebb9@byu.net>
9791
9792         Split xmemdup0 into its own module.
9793         * modules/xmemdup0: New file.
9794         * lib/xmemdup0.h: Likewise.
9795         * lib/xmemdup0.c: Likewise.
9796         * MODULES.html.sh (Memory management functions): Add xmemdup0.
9797         * lib/xalloc.h (xmemdup0): Remove.
9798         * lib/xmalloc.c (xmemdup0): Likewise.
9799
9800 2008-05-13  Eric Blake  <ebb9@byu.net>
9801             Bruno Haible  <bruno@clisp.org>
9802
9803         Reduce number of forks required during autoconf.
9804         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
9805         and gl_LIBSOURCES_DIR.
9806         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
9807         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
9808         m4_syscmd per file.
9809         <m4_foreach_w>: Move...
9810         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
9811
9812 2008-05-13  Eric Blake  <ebb9@byu.net>
9813
9814         * gnulib-tool: Fix various comment typos.
9815
9816 2008-05-12  Bruno Haible  <bruno@clisp.org>
9817
9818         Tailor the linebreaking algorithm.
9819         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
9820
9821 2008-05-12  Bruno Haible  <bruno@clisp.org>
9822
9823         Update to Unicode 5.0.0.
9824         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
9825         LBP_JV, LBP_JT. Redistribute values.
9826         (unilbrk_table): Change size.
9827         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
9828         Unicode TR#14 rev. 22.
9829         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
9830         LBP_JV, LBP_JT. Redistribute values.
9831         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
9832         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
9833         Update.
9834         * lib/unilbrk/lbrkprop1.h: Regenerated.
9835         * lib/unilbrk/lbrkprop2.h: Regenerated.
9836         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
9837         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
9838         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
9839         Likewise.
9840         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
9841         Likewise.
9842         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
9843         result.
9844         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
9845         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
9846         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
9847         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
9848         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
9849         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
9850
9851 2008-05-11  Bruno Haible  <bruno@clisp.org>
9852
9853         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
9854
9855 2008-05-11  Bruno Haible  <bruno@clisp.org>
9856
9857         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
9858         * modules/unilbrk/gen-lbrk: New file.
9859
9860 2008-05-11  Bruno Haible  <bruno@clisp.org>
9861
9862         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
9863         * m4/sha512.m4 (gl_SHA512): Likewise.
9864
9865 2008-05-11  Jim Meyering  <meyering@redhat.com>
9866
9867         New modules: crypto/sha256, crypto/sha512 (from coreutils)
9868         * modules/crypto/sha256: New file.
9869         * modules/crypto/sha512: Likewise.
9870         * lib/sha256.c: Likewise.
9871         * lib/sha256.h: Likewise.
9872         * lib/sha512.c: Likewise.
9873         * lib/sha512.h: Likewise.
9874         * lib/u64.h: Likewise.
9875         * m4/sha256.m4: Likewise.
9876         * m4/sha512.m4: Likewise.
9877         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
9878
9879 2008-05-10  Bruno Haible  <bruno@clisp.org>
9880
9881         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
9882         (Input/Output <stdio.h>): Add xprintf.
9883         (Signal handling <signal.h>): Add strsignal.
9884         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
9885         (Core language properties): Add func.
9886         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
9887         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
9888         strings.
9889         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
9890         (Input/output): New section.
9891         (File system functions): Add openat-die, stat-macros.
9892         (Networking functions): Add sockets.
9893         (Unicode string functions): Add unictype/*.
9894         (Support for building libraries and executables): Add gperf.
9895         (Support for building documentation): Add agpl-3.0.
9896         (Misc): Add nocrash.
9897
9898 2008-05-10  Bruno Haible  <bruno@clisp.org>
9899
9900         * modules/unictype/gen-ctype: New file.
9901
9902 2008-05-10  Jim Meyering  <meyering@redhat.com>
9903
9904         Make chdir-safer.c more efficient on a system with no symlinks.
9905         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
9906         also if ELOOP is zero.  Suggested by Bruno Haible.
9907
9908         Make chdir-safer.c slightly safer.
9909         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
9910         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
9911
9912         Avoid compile failure on systems without ELOOP (like mingw).
9913         * lib/chdir-safer.c (ELOOP): Define if not already defined.
9914         Reported by Bruno Haible.
9915
9916 2008-05-10  Bruno Haible  <bruno@clisp.org>
9917
9918         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
9919         (is_utf8_encoding): Use a case-insensitive comparison.
9920         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
9921         streq.
9922
9923 2008-05-10  Bruno Haible  <bruno@clisp.org>
9924
9925         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
9926         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
9927         * lib/unilbrk/ulc-common.h (iconv_string_length,
9928         iconv_string_keeping_offsets): Remove declarations.
9929         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
9930         Don't include <iconv.h>, streq.h, xsize.h.
9931         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
9932         conversion.
9933         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
9934         <iconv.h>, streq.h, xsize.h.
9935         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
9936         conversion.
9937         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
9938         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
9939         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
9940         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
9941
9942 2008-05-10  Bruno Haible  <bruno@clisp.org>
9943
9944         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
9945         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
9946
9947         * modules/unilbrk/u32-width-linebreaks-tests: New file.
9948         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
9949
9950         * modules/unilbrk/u16-width-linebreaks-tests: New file.
9951         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
9952
9953         * modules/unilbrk/u8-width-linebreaks-tests: New file.
9954         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
9955
9956         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
9957         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
9958
9959         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
9960         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
9961
9962         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
9963         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
9964
9965         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
9966         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
9967
9968 2008-05-10  Bruno Haible  <bruno@clisp.org>
9969
9970         Split up 'linebreak' module.
9971         * lib/unilbrk.h: New file, based on lib/linebreak.h.
9972         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
9973         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
9974         modifications.
9975         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
9976         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
9977         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
9978         lib/linebreak.c.
9979         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
9980         lib/linebreak.c.
9981         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
9982         lib/linebreak.c.
9983         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
9984         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
9985         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
9986         lib/linebreak.c.
9987         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
9988         lib/linebreak.c.
9989         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
9990         lib/linebreak.c.
9991         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
9992         lib/linebreak.c.
9993         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
9994         lib/linebreak.c.
9995         * modules/unilbrk/base: New file.
9996         * modules/unilbrk/tables: New file.
9997         * modules/unilbrk/u8-possible-linebreaks: New file.
9998         * modules/unilbrk/u16-possible-linebreaks: New file.
9999         * modules/unilbrk/u32-possible-linebreaks: New file.
10000         * modules/unilbrk/ulc-common: New file.
10001         * modules/unilbrk/ulc-possible-linebreaks: New file.
10002         * modules/unilbrk/u8-width-linebreaks: New file.
10003         * modules/unilbrk/u16-width-linebreaks: New file.
10004         * modules/unilbrk/u32-width-linebreaks: New file.
10005         * modules/unilbrk/ulc-width-linebreaks: New file.
10006         * lib/linebreak.h: Remove file.
10007         * lib/linebreak.c: Remove file.
10008         * m4/linebreak.m4: Remove file.
10009         * modules/linebreak: Remove file.
10010         * NEWS: Mention the changes.
10011
10012 2008-05-09  Eric Blake  <ebb9@byu.net>
10013
10014         Add xmemdup0.
10015         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
10016         implementation.
10017         * lib/xmalloc.c (xmemdup0): New C implementation.
10018
10019 2008-05-08  Bruno Haible  <bruno@clisp.org>
10020
10021         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
10022
10023 2008-05-07  Eric Blake  <ebb9@byu.net>
10024
10025         Support cross-compilation of <wctype.h>.
10026         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
10027         AC_CACHE_CHECK.
10028
10029 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
10030
10031         * build-aux/vc-list-files: Add support for bzr.
10032
10033 2008-05-03  Jim Meyering  <meyering@redhat.com>
10034
10035         avoid failed assertion with tight malloc
10036         * tests/test-getndelim2.c: Correct an off-by-one assertion.
10037
10038 2008-05-03  Simon Josefsson  <simon@josefsson.org>
10039
10040         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
10041         are needed from arpa/inet.h.
10042         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
10043         Reported by Bruno Haible.
10044
10045 2008-05-02  Jim Meyering  <meyering@redhat.com>
10046
10047         avoid compilation error on FreeBSD 6
10048         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
10049
10050 2008-05-01  Jim Meyering  <meyering@redhat.com>
10051
10052         useless-if-before-free: correct --help's exit status description
10053         * build-aux/useless-if-before-free (usage): Like grep, exit 0
10054         for one or more matches, etc.  Reported by Bruno Haible.
10055
10056         vc-list-files: make the stand-alone gnulib test work
10057         * modules/vc-list-files-tests (configure.ac):
10058         Define and AC_SUBST abs_aux_dir.
10059         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
10060         $(abs_top_srcdir) to each script and having each of them
10061         duplicate the work of setting PATH, set PATH here, using
10062         the new variable, abs_aux_dir instead.
10063         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
10064         * tests/test-vc-list-files-git.sh: Likewise.
10065         Reported by Bruno Haible.
10066
10067 2008-05-01  Bruno Haible  <bruno@clisp.org>
10068
10069         * lib/getndelim2.c (getndelim2): Fix newsize computation during
10070         reallocation. Rename 'done' to 'found_delimiter'.
10071
10072 2008-05-01  Jim Meyering  <meyering@redhat.com>
10073
10074         vc-list-files: accommodate /bin/sh like the one from Solaris 10
10075         * build-aux/vc-list-files: Use `...`, not $(...).
10076
10077 2008-04-30  Jim Meyering  <meyering@redhat.com>
10078
10079         add tests for vc-list-files
10080         * modules/vc-list-files-tests: New module.
10081         * tests/test-vc-list-files-cvs.sh: New file.
10082         * tests/test-vc-list-files-git.sh: New file.
10083
10084         avoid a warning from gcc
10085         * lib/getndelim2.c (IF_LINT): Define.
10086         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
10087
10088         vc-list-files: work properly with build-aux/cvsu, too
10089         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
10090         to all cvs-based clauses.
10091
10092         vc-list-files: work properly in the CVS+awk case, too
10093         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
10094
10095         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
10096         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
10097         take more than one file argument, so .  Add quotes, just in case $dir
10098         ever contains a shell meta-character.  Prompted by Soren Hansen in
10099         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
10100
10101 2008-04-29  Eric Blake  <ebb9@byu.net>
10102
10103         Optimize getndelim2 to use block operations when possible.
10104         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
10105         freadseek, and memchr2.
10106         * lib/getndelim2.c (getndelim2): Use them for block reads.
10107
10108 2008-04-29  Bruno Haible  <bruno@clisp.org>
10109
10110         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
10111         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
10112         * modules/inet_ntop (Depends-on): Add extensions.
10113         * modules/inet_pton (Depends-on): Likewise.
10114         Reported by Simon Josefsson.
10115
10116 2008-04-29  Jim Meyering  <meyering@redhat.com>
10117
10118         When the is more than one match in a block, match all of them.
10119         * build-aux/useless-if-before-free: Iterate through each block
10120         until there are no more matches.
10121
10122         Fix broken useless-if-before-free script.
10123         * build-aux/useless-if-before-free: Fix typo: missing "?" after
10124         the expression to match cast of argument to free-like function.
10125
10126 2008-04-29  Eric Blake  <ebb9@byu.net>
10127
10128         Use new header.
10129         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
10130
10131 2008-04-29  Jim Meyering  <meyering@redhat.com>
10132
10133         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
10134         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
10135         by gnulib to exist and to declare e.g., inet_ntop.
10136         Don't include "inet_ntop.h", now removed.
10137
10138         * m4/arpa_inet_h.m4: Remove trailing blanks.
10139
10140 2008-04-29  Eric Blake  <ebb9@byu.net>
10141
10142         Silence valgrind on safe reads beyond potential array bounds.
10143         * lib/rawmemchr.valgrind: New file.
10144         * lib/strchrnul.valgrind: Likewise.
10145         * modules/rawmemchr (Files): Distribute new file.
10146         * modules/strchrnul (Files): Likewise.
10147         Suggested by Bruno Haible.
10148
10149 2008-04-29  Bruno Haible  <bruno@clisp.org>
10150
10151         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
10152         (inet_ntop, inet_pton): Change portability warning's wording.
10153         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
10154         Invoke gl_CHECK_NEXT_HEADERS.
10155         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
10156         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
10157         set ARPA_INET_H.
10158         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
10159         * modules/arpa_inet (Description): No longer only for systems that
10160         lack it.
10161         (Depends-on): Add include_next.
10162         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
10163         HAVE_ARPA_INET_H.
10164
10165 2008-04-29  Jim Meyering  <meyering@redhat.com>
10166
10167         * modules/mkdir (License): Re-license as LGPLv2+.
10168
10169 2008-04-29  Bruno Haible  <bruno@clisp.org>
10170
10171         * modules/rawmemchr (Maintainer): Set to Eric.
10172         * modules/strchrnul (Maintainer): Likewise.
10173
10174 2008-04-29  Simon Josefsson  <simon@josefsson.org>
10175
10176         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
10177         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
10178
10179         * modules/arpa_inet (arpa/inet.h): Use them.
10180
10181 2008-04-28  Eric Blake  <ebb9@byu.net>
10182
10183         Test getndelim2.
10184         * modules/getndelim2-tests: New file.
10185         * tests/test-getndelim2.c: Likewise.
10186         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
10187         stream.
10188         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
10189
10190         * MODULES.html.sh: Document new module.
10191
10192 2008-04-20  Bruno Haible  <bruno@clisp.org>
10193
10194         * lib/c-stack.c (die): Use raise.
10195         * modules/c-stack (Depends-on): Add raise.
10196
10197 2008-04-28  Bruno Haible  <bruno@clisp.org>
10198
10199         Expect rpmatch to be declared.
10200         * lib/yesno.c (rpmatch): Remove declaration.
10201
10202         Declare rpmatch.
10203         * lib/stdlib.in.h (rpmatch): New declaration.
10204         * lib/rpmatch.c: Include <stdlib.h> first.
10205         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
10206         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
10207         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
10208         HAVE_RPMATCH.
10209         * modules/rpmatch (Depends-on): Add stdlib, extensions.
10210         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10211         (Include): Set to <stdlib.h>.
10212         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
10213         HAVE_RPMATCH.
10214         * NEWS: Document the change.
10215
10216 2008-04-28  Bruno Haible  <bruno@clisp.org>
10217
10218         Change rpmatch to use nl_langinfo when appropriate.
10219         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
10220         (N_): New macro.
10221         (localized_pattern): New function/macro.
10222         (try): Remove match, nomatch arguments. Copy the pattern into safe
10223         memory before caching it.
10224         (rpmatch): Use localized_pattern. Add translator comments.
10225         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
10226         Suggested by Eric Blake.
10227         * modules/rpmatch (Depends-on): Add stdbool.
10228
10229 2008-04-28  Eric Blake  <ebb9@byu.net>
10230
10231         Add rawmemchr module, matching glibc.
10232         * modules/string (Makefile.am): New indicator.
10233         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
10234         * lib/string.in.h (rawmemchr): Declare when appropriate.
10235         * modules/rawmemchr: New file.
10236         * m4/rawmemchr.m4: Likewise.
10237         * lib/rawmemchr.c: Likewise.
10238         * modules/rawmemchr-tests: Likewise.
10239         * tests/test-rawmemchr.c: Likewise.
10240         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
10241         module.
10242         * modules/strchrnul (Depends-on): Add rawmemchr.
10243         * lib/strchrnul.c (strchrnul): Optimize a corner case.
10244
10245         Whitespace cleanup.
10246         * tests/test-strchrnul.c: Reindent.
10247         * lib/strchrnul.c: Likewise.
10248
10249         Optimize and test strchrnul.
10250         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
10251         * modules/strchrnul-tests: New file.
10252         * tests/test-strchrnul.c: Likewise.
10253
10254         Remove intprops dependency.
10255         * modules/memchr (Depends-on): Remove intprops.
10256         * modules/memrchr (Depends-on): Likewise.
10257         * modules/memchr2 (Depends-on): Likewise.
10258         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
10259         * lib/memrchr.c (__memrchr): Likewise.
10260         * lib/memrchr2.c (memchr2): Likewise.
10261         Reported by Simon Josefsson.
10262
10263 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10264
10265         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
10266         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10267
10268 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10269
10270         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
10271
10272         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
10273
10274         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
10275
10276         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
10277         declarations.
10278         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
10279
10280         * m4/inet_pton.m4: Don't check for header files.
10281
10282         * m4/inet_ntop.m4: Don't check for header files.
10283
10284 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10285
10286         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
10287         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
10288         trigger for cygwin).
10289         Reported by Bruno Haible  <bruno@clisp.org>.
10290
10291 2008-04-28  Bruno Haible  <bruno@clisp.org>
10292
10293         * doc/posix-functions/strdup.texi: Mention mingw problem.
10294
10295 2008-04-27  Bruno Haible  <bruno@clisp.org>
10296
10297         * modules/stat-time-tests (Depends-on): Add sleep.
10298         * tests/test-stat-time.c (force_unlink): New function.
10299         (cleanup): Use it.
10300         (test_mtime): Remove the ctime related tests.
10301         (test_ctime): New function, containing the ctime related tests.
10302         (main): Call test_ctime, except on native Windows platforms.
10303
10304 2008-04-27  Bruno Haible  <bruno@clisp.org>
10305
10306         * lib/rpmatch.c (rpmatch): Add some comments.
10307         Reported by James Youngman <jay@gnu.org>.
10308
10309 2008-04-27  Bruno Haible  <bruno@clisp.org>
10310
10311         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
10312         quiet NaNs.
10313
10314 2008-04-27  Bruno Haible  <bruno@clisp.org>
10315
10316         Make test-yesno.sh work on mingw.
10317         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
10318         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
10319         (main): Set stdin to binary mode.
10320         * modules/yesno-tests (Depends-on): Add binary-io.
10321
10322 2008-04-27  Bruno Haible  <bruno@clisp.org>
10323
10324         Fix 'isfinite' on x86, x86_64, ia64 platforms.
10325         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
10326         argument that lie outside the IEEE 854 domain.
10327         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
10328         (gl_ISFINITE): Use it.
10329         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
10330
10331 2008-04-27  Bruno Haible  <bruno@clisp.org>
10332
10333         Allow local renaming in config.h.
10334         * lib/memrchr.c (memrchr): Don't undefine outside libc.
10335
10336 2008-04-27  Bruno Haible  <bruno@clisp.org>
10337
10338         * lib/memchr.c (__memchr): Change type of 'i'.
10339         * lib/memchr2.c (memchr2): Likewise.
10340
10341 2008-04-26  Eric Blake  <ebb9@byu.net>
10342         and Bruno Haible  <bruno@clisp.org>
10343
10344         Optimize and test memrchr.
10345         * modules/memrchr (Depends-on): Add intprops.
10346         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
10347         * modules/memrchr-tests: New file.
10348         * tests/test-memrchr.c: New file.
10349
10350 2008-04-26  Bruno Haible  <bruno@clisp.org>
10351
10352         Add tentative support for DragonFly BSD.
10353         * lib/stdio-impl.h: Add macros for DragonFly BSD.
10354         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
10355         fp.
10356         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
10357         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
10358         * lib/fpurge.c (fpurge): Likewise.
10359         * lib/freadable.c (freaadable): Likewise.
10360         * lib/freadahead.c (freadahead): Likewise.
10361         * lib/freading.c (freading): Likewise.
10362         * lib/freadptr.c (freadptr): Likewise.
10363         * lib/freadseek.c (freadptrinc): Likewise.
10364         * lib/fseeko.c (fseeko): Likewise.
10365         * lib/fseterr.c (fseterr): Likewise.
10366         * lib/fwritable.c (fwritable): Likewise.
10367         * lib/fwriting.c (fwriting): Likewise.
10368
10369 2008-04-26  Bruno Haible  <bruno@clisp.org>
10370
10371         * lib/stdio-impl.h: New file.
10372         * lib/fbufmode.c: Include stdio-impl.h.
10373         (fbufmode): Use fp_, remove redundant #defines.
10374         * lib/fflush.c: Include stdio-impl.h.
10375         (clear_ungetc_buffer): Remove redundant #defines.
10376         * lib/fpurge.c: Include stdio-impl.h.
10377         (fpurge): Remove redundant #defines.
10378         * lib/freadable.c: Include stdio-impl.h.
10379         (freadable): Remove redundant #defines.
10380         * lib/freadahead.c: Include stdio-impl.h.
10381         (freadahead): Remove redundant #defines.
10382         * lib/freading.c: Include stdio-impl.h.
10383         (freading): Remove redundant #defines.
10384         * lib/freadptr.c: Include stdio-impl.h.
10385         (freadptr): Remove redundant #defines.
10386         * lib/freadseek.c: Include stdio-impl.h.
10387         (freadptrinc): Remove redundant #defines.
10388         * lib/fseeko.c: Include stdio-impl.h.
10389         (rpl_fseeko): Remove redundant #defines.
10390         * lib/fseterr.c: Include stdio-impl.h.
10391         (fseterr): Remove redundant #defines.
10392         * lib/fwritable.c: Include stdio-impl.h.
10393         (fwritable: Remove redundant #defines.
10394         * lib/fwriting.c: Include stdio-impl.h.
10395         (fwriting): Remove redundant #defines.
10396         * modules/fbufmode (Files): Add lib/stdio-impl.h.
10397         * modules/fflush (Files): Likewise.
10398         * modules/fpurge (Files): Likewise.
10399         * modules/freadable (Files): Likewise.
10400         * modules/freadahead (Files): Likewise.
10401         * modules/freading (Files): Likewise.
10402         * modules/freadptr (Files): Likewise.
10403         * modules/freadseek (Files): Likewise.
10404         * modules/fseeko (Files): Likewise.
10405         * modules/fseterr (Files): Likewise.
10406         * modules/fwritable (Files): Likewise.
10407         * modules/fwriting (Files): Likewise.
10408
10409 2008-04-26  Bruno Haible  <bruno@clisp.org>
10410
10411         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
10412         restore_seek_optimization, update_fpos_cache): New functions, extracted
10413         from rpl_fflush.
10414         (rpl_fflush): Use them.
10415         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
10416         (gl_REPLACE_FFLUSH): Use it.
10417
10418 2008-04-26  Bruno Haible  <bruno@clisp.org>
10419
10420         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
10421         on Solaris.
10422         * tests/test-xstrtoimax.sh: Likewise.
10423         * tests/test-xstrtoumax.sh: Likewise.
10424         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10425
10426 2008-04-26  Bruno Haible  <bruno@clisp.org>
10427
10428         * modules/memchr-tests: New file.
10429         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
10430
10431 2008-04-26  Eric Blake  <ebb9@byu.net>
10432             Bruno Haible  <bruno@clisp.org>
10433
10434         * lib/memchr.c: Include intprops.h.
10435         (__memchr): Optimize parallel detection of matching bytes. Rename local
10436         variables. Add explanatory comments.
10437
10438 2008-04-26  Bruno Haible  <bruno@clisp.org>
10439
10440         Fix module 'memchr', broken since 2000-10-28.
10441         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
10442
10443 2008-04-26  Bruno Haible  <bruno@clisp.org>
10444
10445         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
10446         comments.
10447
10448 2008-04-25  Eric Blake  <ebb9@byu.net>
10449
10450         Use native fstatat on cygwin 1.7.0.
10451         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
10452         first.
10453
10454 2008-04-23  Eric Blake  <ebb9@byu.net>
10455
10456         Improve memchr2 performance.
10457         * lib/memchr2.c (memchr2): Further optimize parallel detection of
10458         NUL bytes.
10459         * modules/memchr2 (Depends-on): Use intprops.h.
10460
10461 2008-04-23  Simon Josefsson  <simon@josefsson.org>
10462
10463         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
10464         an inline function instead of a CPP macro.  Patch by Ben Pfaff
10465         <blp@cs.stanford.edu>.
10466
10467 2008-04-23  Simon Josefsson  <simon@josefsson.org>
10468
10469         * lib/arpa_inet.in.h: New file.
10470
10471         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
10472         (Makefile.am): Sed in substitute header file.
10473
10474         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
10475         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
10476
10477         * modules/inet_ntop (configure.ac): Use
10478         gl_ARPA_INET_MODULE_INDICATOR.
10479
10480         * modules/inet_pton (configure.ac): Use
10481         gl_ARPA_INET_MODULE_INDICATOR.
10482
10483 2008-04-22  Jim Meyering  <meyering@redhat.com>
10484
10485         * modules/verify (License): Re-license as LGPLv2+.
10486
10487 2008-04-22  Simon Josefsson  <simon@josefsson.org>
10488
10489         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
10490         parameter to void* as per POSIX standard (MinGW uses char*).
10491
10492 2008-04-21  Bruno Haible  <bruno@clisp.org>
10493
10494         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
10495         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
10496         Define to replacements if REPLACE_ISWCNTRL is 1.
10497         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
10498         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
10499         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
10500         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
10501         what it fixes.
10502         * doc/posix-functions/iswalpha.texi: Likewise.
10503         * doc/posix-functions/iswblank.texi: Likewise.
10504         * doc/posix-functions/iswcntrl.texi: Likewise.
10505         * doc/posix-functions/iswdigit.texi: Likewise.
10506         * doc/posix-functions/iswgraph.texi: Likewise.
10507         * doc/posix-functions/iswlower.texi: Likewise.
10508         * doc/posix-functions/iswprint.texi: Likewise.
10509         * doc/posix-functions/iswpunct.texi: Likewise.
10510         * doc/posix-functions/iswspace.texi: Likewise.
10511         * doc/posix-functions/iswupper.texi: Likewise.
10512         * doc/posix-functions/iswxdigit.texi: Likewise.
10513         Reported by Alain Guibert.
10514
10515 2008-04-21  Bruno Haible  <bruno@clisp.org>
10516
10517         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
10518         Patch by Alain Guibert.
10519
10520 2008-04-21  Bruno Haible  <bruno@clisp.org>
10521
10522         Fix test failures on mingw.
10523         * tests/test-xstrtol.c (print_no_progname): New function.
10524         (main): Install it in error_print_progname hook.
10525         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
10526         * tests/test-xstrtoimax.sh: Likewise.
10527         * tests/test-xstrtoumax.sh: Likewise.
10528
10529 2008-04-21  Bruno Haible  <bruno@clisp.org>
10530
10531         Fix test failure on mingw.
10532         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
10533
10534 2008-04-21  Bruno Haible  <bruno@clisp.org>
10535
10536         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
10537         Actually assign a value.
10538
10539 2008-04-20  Bruno Haible  <bruno@clisp.org>
10540
10541         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
10542         take 2.
10543         * lib/canonicalize.c (canonicalize_file_name): Elide if the
10544         'canonicalize-lgpl' module is also used.
10545         * lib/canonicalize-lgpl.c: Undo last change.
10546         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
10547
10548 2008-04-20  Bruno Haible  <bruno@clisp.org>
10549
10550         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
10551         config.h. Provide _mkdir based fallback for mingw.
10552         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
10553         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
10554         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
10555         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
10556         rather than defining mkdir in config.h.
10557         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
10558         (gl_SYS_STAT_H_DEFAULTS): New macro.
10559         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
10560         HAVE_IO_H any more.
10561         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
10562         HAVE_DECL_MKDIR and HAVE_IO_H.
10563
10564 2008-04-20  Bruno Haible  <bruno@clisp.org>
10565
10566         * lib/isapipe.c: Port to native Windows platforms.
10567
10568 2008-04-20  Bruno Haible  <bruno@clisp.org>
10569
10570         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
10571
10572 2008-04-21  Eric Blake  <ebb9@byu.net>
10573
10574         Work around preprocessors that don't handle UINTMAX_MAX.
10575         * lib/memchr2.c (memchr2): Avoid embedded #if.
10576         Reported by Alain Guibert, fix suggested by Bruno Haible.
10577
10578 2008-04-21  Simon Josefsson  <simon@josefsson.org>
10579
10580         * doc/posix-functions/strftime.texi (strftime): Explain better
10581         Windows incompatibility.  Suggested by Micah Cowan
10582         <micah@cowan.name>.
10583
10584 2008-04-20  Bruno Haible  <bruno@clisp.org>
10585
10586         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
10587         unistr/u8-mblen.
10588
10589 2008-04-20  Bruno Haible  <bruno@clisp.org>
10590
10591         Fix test failure on platforms with non-GNU iconv.
10592         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
10593         (U_TO_U8): Use it, rather than u16_to_u8.
10594         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
10595         units at the end of the input string.
10596         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
10597
10598 2008-04-20  Bruno Haible  <bruno@clisp.org>
10599
10600         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
10601         when the resulting length is 0.
10602         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
10603
10604 2008-04-20  Bruno Haible  <bruno@clisp.org>
10605
10606         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
10607         works.
10608         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
10609
10610 2008-04-20  Bruno Haible  <bruno@clisp.org>
10611
10612         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
10613         * modules/tsearch-tests (configure.ac): Test for initstate function.
10614
10615 2008-04-20  Bruno Haible  <bruno@clisp.org>
10616
10617         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
10618         for nlink_t if missing.
10619         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
10620
10621 2008-04-19  Bruno Haible  <bruno@clisp.org>
10622
10623         Work around snprintf bug on Linux libc5.
10624         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
10625         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10626         gl_SNPRINTF_SIZE1.
10627         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10628         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
10629         that test failed.
10630         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
10631         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
10632         * modules/snprintf (Files): Add m4/printf.m4.
10633         * modules/vsnprintf (Files): Likewise.
10634         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
10635         * doc/posix-functions/vsnprintf.texi: Likewise.
10636
10637 2008-04-19  Bruno Haible  <bruno@clisp.org>
10638
10639         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
10640         from 0.0058 to less than 10^-7.
10641
10642 2008-04-19  Bruno Haible  <bruno@clisp.org>
10643
10644         Fix rounding when a precision is given.
10645         * lib/vasnprintf.c (is_borderline): New function.
10646         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
10647         9...9x.
10648         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
10649         %e, %g.
10650         * tests/test-vasprintf-posix.c (test_function): Likewise.
10651         * tests/test-snprintf-posix.h (test_function): Likewise.
10652         * tests/test-sprintf-posix.h (test_function): Likewise.
10653         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
10654         * tests/test-printf-posix.h (test_function): Likewise.
10655         * tests/test-printf-posix.output: Update.
10656         Reported by John Darrington <john@darrington.wattle.id.au> via
10657         Ben Pfaff <blp@cs.stanford.edu>.
10658
10659 2008-04-18  Simon Josefsson  <simon@josefsson.org>
10660
10661         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
10662         Suggested by Bruno Haible <bruno@clisp.org>.
10663
10664 2008-04-17  Bruno Haible  <bruno@clisp.org>
10665
10666         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
10667         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
10668         implementation.
10669         Patch by Bruce Merry <bmerry@gmail.com>.
10670
10671 2008-04-17  Simon Josefsson  <simon@josefsson.org>
10672
10673         * doc/posix-functions/strftime.texi (strftime): Mention that %e
10674         doesn't work under Windows.
10675
10676 2008-04-16  Bruno Haible  <bruno@clisp.org>
10677
10678         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
10679         New macros.
10680         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
10681         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
10682         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
10683         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
10684         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
10685         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
10686         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
10687         macros.
10688         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
10689         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
10690         Northern Sotho, Uighur.
10691
10692 2008-04-16  Bruno Haible  <bruno@clisp.org>
10693
10694         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
10695         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
10696         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
10697         Reported by Daniel Bergström <daniel@octocode.com>.
10698
10699 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
10700             Bruno Haible  <bruno@clisp.org>
10701
10702         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
10703         function.
10704         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
10705         New functions, mostly extracted from gl_locale_name_default.
10706         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
10707
10708 2008-04-16  Eric Blake  <ebb9@byu.net>
10709
10710         Adjust strtod detection to catch glibc 2.7 bug.
10711         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
10712         Reported by John Gatewood Ham.
10713
10714 2008-04-16  Bruno Haible  <bruno@clisp.org>
10715
10716         Add tentative support for Linux libc5.
10717         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
10718         * lib/fpurge.c (fpurge): Likewise.
10719         * lib/freadable.c (freadable): Likewise.
10720         * lib/freadahead.c (freadahead): Likewise.
10721         * lib/freading.c (freading): Likewise.
10722         * lib/freadptr.c (freadptr): Likewise.
10723         * lib/freadseek.c (freadptrinc): Likewise.
10724         * lib/fseeko.c (rpl_fseeko): Likewise.
10725         * lib/fseterr.c (fseterr): Likewise.
10726         * lib/fwritable.c (fwritable): Likewise.
10727         * lib/fwriting.c (fwriting): Likewise.
10728         Reported by Alain Guibert <alguibert+bts@free.fr>.
10729
10730 2008-04-15  Bruno Haible  <bruno@clisp.org>
10731
10732         * modules/mathl (configure.ac): Define module indicator.
10733
10734 2008-04-15  Bruno Haible  <bruno@clisp.org>
10735
10736         * lib/logl.c (logl): Remove unused variables.
10737
10738 2008-04-15  Bruno Haible  <bruno@clisp.org>
10739
10740         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
10741         fails.
10742
10743 2008-04-15  Bruno Haible  <bruno@clisp.org>
10744
10745         * lib/trim.c (trim2): Fix argument of isspace() macro.
10746
10747 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
10748
10749         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
10750         to 0.
10751         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
10752
10753 2008-04-14  Bruno Haible  <bruno@clisp.org>
10754
10755         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
10756         AC_LANG_PROGRAM argument.
10757         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
10758         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
10759         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10760         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
10761         * m4/math_h.m4 (gl_MATH_H): Likewise.
10762         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
10763         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
10764         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
10765         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
10766         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
10767         * m4/regex.m4 (gl_REGEX): Likewise.
10768         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
10769         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
10770         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
10771         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
10772         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
10773         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
10774         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
10775         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
10776
10777 2008-04-14  Jim Meyering  <meyering@redhat.com>
10778
10779         test-strtod: fix typos: s/abs/fabs/
10780         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
10781
10782 2008-04-13  Bruno Haible  <bruno@clisp.org>
10783
10784         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
10785         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
10786         module is also used and while not building the reloc-wrapper.
10787
10788 2008-04-13  Bruno Haible  <bruno@clisp.org>
10789
10790         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
10791
10792 2008-04-13  Bruno Haible  <bruno@clisp.org>
10793
10794         Fix AIX compilation failure introduced on 2008-04-02.
10795         * tests/test-frexp.c (exp): Undefine before redefining.
10796         * tests/test-frexpl.c (exp): Likewise.
10797
10798 2008-04-13  Bruno Haible  <bruno@clisp.org>
10799
10800         Work around a HP-UX stdio bug.
10801         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
10802         * tests/test-ftello.c (main): Likewise.
10803         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
10804         * doc/posix-functions/ftello.texi: Likewise.
10805
10806 2008-04-13  Bruno Haible  <bruno@clisp.org>
10807
10808         Make test-signbit pass on HP-UX/hppa.
10809         * tests/test-signbit.c (minus_zerol): New variable.
10810         (test_signbitl): Use it.
10811
10812 2008-04-13  Bruno Haible  <bruno@clisp.org>
10813
10814         Make truncl work on OSF/1 4.0.
10815         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
10816         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
10817         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
10818         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
10819         HAVE_DECL_TRUNCL.
10820         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
10821         HAVE_DECL_TRUNCL.
10822         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
10823
10824 2008-04-13  Bruno Haible  <bruno@clisp.org>
10825
10826         * lib/unictype.h: Remove trailing comma from enumeration definitions.
10827
10828 2008-04-13  Bruno Haible  <bruno@clisp.org>
10829
10830         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
10831         expression, so as to avoid HP-UX 11 cc compiler bug.
10832
10833 2008-04-13  Bruno Haible  <bruno@clisp.org>
10834
10835         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
10836
10837 2008-04-13  Bruno Haible  <bruno@clisp.org>
10838
10839         * lib/git-merge-changelog.c: Remove empty declaration outside of
10840         functions.
10841
10842 2008-04-13  Bruno Haible  <bruno@clisp.org>
10843
10844         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
10845
10846 2008-04-13  Bruno Haible  <bruno@clisp.org>
10847
10848         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
10849         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
10850         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
10851         also if it exists but lacks definitions of the SHUT_* macros.
10852         * modules/sys_socket (Description): Update.
10853         Reported by Elbert Pol <e.pol@chello.nl>.
10854
10855 2008-04-13  Bruno Haible  <bruno@clisp.org>
10856
10857         * lib/localcharset.c (OS2): Don't redefine if already defined.
10858         Reported by Elbert Pol <e.pol@chello.nl>.
10859
10860 2008-04-13  Bruno Haible  <bruno@clisp.org>
10861
10862         * lib/binary-io.h [__EMX__]: Include <io.h>.
10863         Reported by Elbert Pol <e.pol@chello.nl>.
10864
10865 2008-04-12  Bruno Haible  <bruno@clisp.org>
10866
10867         * lib/fpucw.h: Enable the definitions also for x86_64.
10868         Needed for NetBSD/x86_64.
10869         Reported by Thomas Klausner <tk@giga.or.at>.
10870
10871 2008-04-12  Bruno Haible  <bruno@clisp.org>
10872
10873         * tests/test-strtod.c: Include isnand.h.
10874         (main): Use isnand instead of isnan.
10875         Reported by Jim Meyering.
10876
10877 2008-04-12  Bruno Haible  <bruno@clisp.org>
10878
10879         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
10880         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
10881
10882 2008-04-12  Jim Meyering  <meyering@redhat.com>
10883
10884         * m4/math_h.m4 (gl_MATH_H): Fix typos.
10885
10886 2008-04-12  Bruno Haible  <bruno@clisp.org>
10887
10888         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
10889         Reported by Elbert Pol <e.pol@chello.nl>.
10890
10891 2008-04-12  Eric Blake  <ebb9@byu.net>
10892
10893         Work around Solaris 10 math.h bug.
10894         * m4/math_h.m4 (gl_MATH_H): Check for bug.
10895         (gl_MATH_H_DEFAULTS): Set up default.
10896         * modules/math (Makefile.am): Replace new indicators.
10897         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
10898         * tests/test-math.c (main): Test this.
10899         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
10900         * doc/posix-headers/math.texi (math.h): Mention bug.
10901         Reported by Nelson H. F. Beebe and Jim Meyering.
10902
10903 2008-04-11  Bruno Haible  <bruno@clisp.org>
10904
10905         Adapt to future versions of Apple GCC.
10906         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
10907         Reported by Peter O'Gorman <peter@pogma.com>.
10908
10909 2008-04-11  Bruno Haible  <bruno@clisp.org>
10910
10911         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
10912
10913 2008-04-11  Bruno Haible  <bruno@clisp.org>
10914
10915         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
10916
10917         * modules/getaddrinfo-tests (Makefile.am): Define
10918         test_getaddrinfo_LDADD.
10919
10920 2008-04-11  Bruno Haible  <bruno@clisp.org>
10921
10922         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
10923         (init): Fix syntax error.
10924         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
10925         is declared.
10926
10927 2008-04-11  Bruno Haible  <bruno@clisp.org>
10928
10929         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
10930         * modules/glob (Depends-on): Add stdbool.
10931
10932 2008-04-11  Bruno Haible  <bruno@clisp.org>
10933
10934         * lib/trim.c: Include <string.h>.
10935
10936 2008-04-11  Eric Blake  <ebb9@byu.net>
10937
10938         Avoid compile failure on OS/2.
10939         * lib/regex_internal.h (internal_function): Disable optimization
10940         on OS/2 (__EMX__), where it caused compiler error.
10941         Reported by Elbert Pol.
10942
10943 2008-04-11  Bruno Haible  <bruno@clisp.org>
10944
10945         Flush the standard error stream before aborting. Needed on mingw.
10946         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
10947         * tests/test-array_list.c (ASSERT): Likewise.
10948         * tests/test-array_oset.c (ASSERT): Likewise.
10949         * tests/test-avltree_list.c (ASSERT): Likewise.
10950         * tests/test-avltree_oset.c (ASSERT): Likewise.
10951         * tests/test-avltreehash_list.c (ASSERT): Likewise.
10952         * tests/test-binary-io.c (ASSERT): Likewise.
10953         * tests/test-byteswap.c (ASSERT): Likewise.
10954         * tests/test-c-ctype.c (ASSERT): Likewise.
10955         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
10956         * tests/test-c-strcasestr.c (ASSERT): Likewise.
10957         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
10958         * tests/test-c-strstr.c (ASSERT): Likewise.
10959         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
10960         * tests/test-canonicalize.c (ASSERT): Likewise.
10961         * tests/test-carray_list.c (ASSERT): Likewise.
10962         * tests/test-ceilf1.c (ASSERT): Likewise.
10963         * tests/test-ceilf2.c (ASSERT): Likewise.
10964         * tests/test-ceill.c (ASSERT): Likewise.
10965         * tests/test-count-one-bits.c (ASSERT): Likewise.
10966         * tests/test-fbufmode.c (ASSERT): Likewise.
10967         * tests/test-fflush2.c (ASSERT): Likewise.
10968         * tests/test-floorf1.c (ASSERT): Likewise.
10969         * tests/test-floorf2.c (ASSERT): Likewise.
10970         * tests/test-floorl.c (ASSERT): Likewise.
10971         * tests/test-fopen.c (ASSERT): Likewise.
10972         * tests/test-fpending.c (ASSERT): Likewise.
10973         * tests/test-fprintf-posix.c (ASSERT): Likewise.
10974         * tests/test-fpurge.c (ASSERT): Likewise.
10975         * tests/test-freadable.c (ASSERT): Likewise.
10976         * tests/test-freadahead.c (ASSERT): Likewise.
10977         * tests/test-freading.c (ASSERT): Likewise.
10978         * tests/test-freadptr.c (ASSERT): Likewise.
10979         * tests/test-freadptr2.c (ASSERT): Likewise.
10980         * tests/test-freadseek.c (ASSERT): Likewise.
10981         * tests/test-freopen.c (ASSERT): Likewise.
10982         * tests/test-frexp.c (ASSERT): Likewise.
10983         * tests/test-frexpl.c (ASSERT): Likewise.
10984         * tests/test-fseek.c (ASSERT): Likewise.
10985         * tests/test-fseeko.c (ASSERT): Likewise.
10986         * tests/test-fstrcmp.c (ASSERT): Likewise.
10987         * tests/test-ftell.c (ASSERT): Likewise.
10988         * tests/test-ftello.c (ASSERT): Likewise.
10989         * tests/test-func.c (ASSERT): Likewise.
10990         * tests/test-fwritable.c (ASSERT): Likewise.
10991         * tests/test-fwriting.c (ASSERT): Likewise.
10992         * tests/test-getdelim.c (ASSERT): Likewise.
10993         * tests/test-getline.c (ASSERT): Likewise.
10994         * tests/test-i-ring.c (ASSERT): Likewise.
10995         * tests/test-iconv-utf.c (ASSERT): Likewise.
10996         * tests/test-iconv.c (ASSERT): Likewise.
10997         * tests/test-isfinite.c (ASSERT): Likewise.
10998         * tests/test-isnand.c (ASSERT): Likewise.
10999         * tests/test-isnanf.c (ASSERT): Likewise.
11000         * tests/test-isnanl.h (ASSERT): Likewise.
11001         * tests/test-ldexpl.c (ASSERT): Likewise.
11002         * tests/test-linked_list.c (ASSERT): Likewise.
11003         * tests/test-linkedhash_list.c (ASSERT): Likewise.
11004         * tests/test-localename.c (ASSERT): Likewise.
11005         * tests/test-lseek.c (ASSERT): Likewise.
11006         * tests/test-mbscasecmp.c (ASSERT): Likewise.
11007         * tests/test-mbscasestr1.c (ASSERT): Likewise.
11008         * tests/test-mbscasestr2.c (ASSERT): Likewise.
11009         * tests/test-mbscasestr3.c (ASSERT): Likewise.
11010         * tests/test-mbscasestr4.c (ASSERT): Likewise.
11011         * tests/test-mbschr.c (ASSERT): Likewise.
11012         * tests/test-mbscspn.c (ASSERT): Likewise.
11013         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
11014         * tests/test-mbspbrk.c (ASSERT): Likewise.
11015         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
11016         * tests/test-mbsrchr.c (ASSERT): Likewise.
11017         * tests/test-mbsspn.c (ASSERT): Likewise.
11018         * tests/test-mbsstr1.c (ASSERT): Likewise.
11019         * tests/test-mbsstr2.c (ASSERT): Likewise.
11020         * tests/test-mbsstr3.c (ASSERT): Likewise.
11021         * tests/test-memchr2.c (ASSERT): Likewise.
11022         * tests/test-memmem.c (ASSERT): Likewise.
11023         * tests/test-open.c (ASSERT): Likewise.
11024         * tests/test-printf-frexp.c (ASSERT): Likewise.
11025         * tests/test-printf-frexpl.c (ASSERT): Likewise.
11026         * tests/test-printf-posix.c (ASSERT): Likewise.
11027         * tests/test-quotearg.c (ASSERT): Likewise.
11028         * tests/test-rbtree_list.c (ASSERT): Likewise.
11029         * tests/test-rbtree_oset.c (ASSERT): Likewise.
11030         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
11031         * tests/test-round1.c (ASSERT): Likewise.
11032         * tests/test-roundf1.c (ASSERT): Likewise.
11033         * tests/test-roundl.c (ASSERT): Likewise.
11034         * tests/test-signbit.c (ASSERT): Likewise.
11035         * tests/test-sleep.c (ASSERT): Likewise.
11036         * tests/test-snprintf-posix.c (ASSERT): Likewise.
11037         * tests/test-snprintf.c (ASSERT): Likewise.
11038         * tests/test-sprintf-posix.c (ASSERT): Likewise.
11039         * tests/test-stat-time.c (ASSERT): Likewise.
11040         * tests/test-strcasestr.c (ASSERT): Likewise.
11041         * tests/test-strerror.c (ASSERT): Likewise.
11042         * tests/test-striconv.c (ASSERT): Likewise.
11043         * tests/test-striconveh.c (ASSERT): Likewise.
11044         * tests/test-striconveha.c (ASSERT): Likewise.
11045         * tests/test-strsignal.c (ASSERT): Likewise.
11046         * tests/test-strstr.c (ASSERT): Likewise.
11047         * tests/test-strtod.c (ASSERT): Likewise.
11048         * tests/test-trunc1.c (ASSERT): Likewise.
11049         * tests/test-trunc2.c (ASSERT): Likewise.
11050         * tests/test-truncf1.c (ASSERT): Likewise.
11051         * tests/test-truncf2.c (ASSERT): Likewise.
11052         * tests/test-truncl.c (ASSERT): Likewise.
11053         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
11054         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
11055         * tests/test-vasnprintf.c (ASSERT): Likewise.
11056         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
11057         * tests/test-vasprintf.c (ASSERT): Likewise.
11058         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
11059         * tests/test-vprintf-posix.c (ASSERT): Likewise.
11060         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
11061         * tests/test-vsnprintf.c (ASSERT): Likewise.
11062         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
11063         * tests/test-wcwidth.c (ASSERT): Likewise.
11064         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
11065         * tests/test-xprintf-posix.c (ASSERT): Likewise.
11066         * tests/test-xvasprintf.c (ASSERT): Likewise.
11067         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
11068         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
11069         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
11070         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
11071         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
11072         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
11073         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
11074         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
11075         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
11076         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
11077         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
11078         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
11079         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
11080         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
11081         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
11082         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
11083         * tests/unictype/test-block_list.c (ASSERT): Likewise.
11084         * tests/unictype/test-block_of.c (ASSERT): Likewise.
11085         * tests/unictype/test-block_test.c (ASSERT): Likewise.
11086         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
11087         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
11088         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
11089         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
11090         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
11091         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
11092         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
11093         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
11094         * tests/unictype/test-combining.c (ASSERT): Likewise.
11095         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
11096         * tests/unictype/test-digit.c (ASSERT): Likewise.
11097         * tests/unictype/test-mirror.c (ASSERT): Likewise.
11098         * tests/unictype/test-numeric.c (ASSERT): Likewise.
11099         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
11100         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
11101         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
11102         * tests/unictype/test-scripts.c (ASSERT): Likewise.
11103         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
11104         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
11105         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
11106         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
11107         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
11108         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
11109         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
11110         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
11111         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
11112         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
11113         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
11114         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
11115         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
11116         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
11117         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
11118         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
11119         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
11120         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
11121         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
11122         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
11123         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
11124         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
11125         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
11126         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
11127         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
11128         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
11129         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
11130         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
11131         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
11132         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
11133         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
11134         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
11135         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
11136         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
11137         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
11138         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
11139         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
11140         Reported by Eric Blake.
11141
11142 2008-04-11  Bruno Haible  <bruno@clisp.org>
11143
11144         * lib/wchar.in.h: Tweak comment.
11145
11146 2008-04-11  Bruno Haible  <bruno@clisp.org>
11147
11148         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
11149         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
11150         gl_COMMON.
11151         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
11152
11153 2008-04-11  Bruno Haible  <bruno@clisp.org>
11154
11155         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
11156
11157 2008-04-11  Simon Josefsson  <simon@josefsson.org>
11158
11159         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
11160         of attempting to use non-existing /dev/*random.  Based on patch
11161         from Adam Strzelecki <ono@java.pl> in
11162         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
11163
11164 2008-04-08  Bruno Haible  <bruno@clisp.org>
11165
11166         Add tentative support for emx+gcc.
11167         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
11168         * lib/fpurge.c (fpurge): Likewise.
11169         * lib/freadable.c (freadable): Likewise.
11170         * lib/freadahead.c (freadahead): Likewise.
11171         * lib/freading.c (freading): Likewise.
11172         * lib/freadptr.c (freadptr): Likewise.
11173         * lib/freadseek.c (freadptrinc): Likewise.
11174         * lib/fseeko.c (rpl_fseeko): Likewise.
11175         * lib/fseterr.c (fseterr): Likewise.
11176         * lib/fwritable.c (fwritable): Likewise.
11177         * lib/fwriting.c (fwriting): Likewise.
11178         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
11179
11180 2008-04-09  Eric Blake  <ebb9@byu.net>
11181
11182         Avoid some autoconf warnings.
11183         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
11184         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
11185         * m4/afs.m4 (gl_AFS): Likewise.
11186         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
11187         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
11188         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
11189         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
11190         (gl_INTEGER_TYPE_SUFFIX): Likewise.
11191         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
11192         (AC_CHECK_DECLS_ONCE): Likewise.
11193         Rename file...
11194         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
11195         gnulib-tool requires autoconf 2.59 or better.
11196         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
11197
11198 2008-04-08  Eric Blake  <ebb9@byu.net>
11199
11200         Use 'git describe --match' if present (added in git 1.5.5).
11201         * build-aux/git-version-gen: Limit result to tags that match 'v*'
11202         if possible.
11203
11204 2008-04-08  Bruno Haible  <bruno@clisp.org>
11205
11206         Add tentative support for OpenServer.
11207         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
11208         _ptr, _cnt.
11209         * lib/fpurge.c (fpurge): Likewise.
11210         * lib/freadable.c (freadable): Likewise.
11211         * lib/freadahead.c (freadahead): Likewise.
11212         * lib/freading.c (freading): Likewise.
11213         * lib/freadptr.c (freadptr): Likewise.
11214         * lib/freadseek.c (freadptrinc): Likewise.
11215         * lib/fseeko.c (rpl_fseeko): Likewise.
11216         * lib/fseterr.c (fseterr): Likewise.
11217         * lib/fwritable.c (fwritable): Likewise.
11218         * lib/fwriting.c (fwriting): Likewise.
11219         Reported by Roger Cornelius <rac@tenzing.org> and
11220         Brian K. White <brian@aljex.com>.
11221
11222 2008-04-06  Jim Meyering  <meyering@redhat.com>
11223
11224         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
11225
11226 2008-04-06  Bruno Haible  <bruno@clisp.org>
11227
11228         Avoid possible error with non-ASCII bytes in UTF-8 locales.
11229         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
11230         * tests/test-printf-posix.sh: Likewise.
11231         * tests/test-vfprintf-posix.sh: Likewise.
11232         * tests/test-vprintf-posix.sh: Likewise.
11233         * tests/test-xprintf-posix.sh: Likewise.
11234
11235 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11236
11237         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
11238         hide error from 'ls', needed on OS/2.
11239         Report by Elbert Pol <elbert.pol@gmail.com>.
11240
11241 2008-04-04  Eric Blake  <ebb9@byu.net>
11242
11243         Make test-fseeko.c failures meaningful.
11244         * tests/test-fseeko.c: Print line number on failure.
11245         * tests/test-fseek.c: Likewise.
11246         Reported by Nelson H. F. Beebe.
11247
11248         Improve strtod bug detection check.
11249         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
11250         required for Solaris 10.
11251         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
11252
11253 2008-04-04  Bruno Haible  <bruno@clisp.org>
11254
11255         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
11256         by m4/setenv.m4.
11257
11258 2008-04-03  Eric Blake  <ebb9@byu.net>
11259
11260         Ensure sane .version contents.
11261         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
11262         version string.
11263         * build-aux/git-version-gen: Improve documentation.
11264
11265         Make GNU make output nicer.
11266         * top/GNUmakefile [!_have-Makefile]: Add dependency on
11267         MAKECMDGOALS to enforce message for all command line targets.  Set
11268         srcdir for use in maint.mk.
11269
11270         Another maintainer tweak.
11271         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
11272         a target that regenerates version.
11273
11274 2008-04-03  Jim Meyering  <meyering@redhat.com>
11275
11276         vc-list-files: don't cause coreutils "make po-check" failure
11277         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
11278
11279 2008-04-03  Eric Blake  <ebb9@byu.net>
11280
11281         Allow VPATH usage of vc-list-files.
11282         * build-aux/vc-list-files (scriptversion): Add timestamp.
11283         (options): Add --help, --version, -C.
11284         (CVS): Support installed cvsu.
11285
11286 2008-04-02  Bruno Haible  <bruno@clisp.org>
11287
11288         Avoid some "statement with no effect" warnings from gcc.
11289         * tests/test-wctype.c (main): Explicitly ignore unused values.
11290         Reported by Jim Meyering.
11291
11292 2008-04-02  Jim Meyering  <meyering@redhat.com>
11293
11294         Avoid some warnings from "gcc -Wshadow".
11295         * tests/test-frexp.c (exp): Define to a different identifier.
11296         * tests/test-frexpl.c (exp): Likewise.
11297
11298 2008-04-03  Jim Meyering  <meyering@redhat.com>
11299
11300         bootstrap: remove dangling *.[ch] symlinks from lib
11301         * build-aux/bootstrap [dangling symlink removal]: Move find's
11302         -depth option to precede all others, to avoid a warning.
11303         Remove *.[ch] files too, and from "$source_base" (usually lib/).
11304
11305 2008-04-02  Bruno Haible  <bruno@clisp.org>
11306
11307         Avoid some warnings from "gcc -Wshadow".
11308         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
11309         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
11310         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
11311         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
11312         Reported by Jim Meyering.
11313
11314 2008-04-01  Bruno Haible  <bruno@clisp.org>
11315
11316         Fix test to work on IRIX 6.5 with cc.
11317         * tests/test-math.c (numeric_equal): New function.
11318         (main): Use it.
11319
11320 2008-04-01  Bruno Haible  <bruno@clisp.org>
11321
11322         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
11323
11324 2008-04-01  Bruno Haible  <bruno@clisp.org>
11325
11326         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
11327         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11328         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
11329         (Depends-on): Remove math.
11330
11331         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
11332         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11333         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
11334         (Depends-on): Remove math.
11335
11336         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
11337         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11338         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
11339         (Depends-on): Remove math.
11340         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
11341         (Depends-on): Remove math.
11342
11343         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
11344         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11345         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
11346         (Depends-on): Remove math.
11347         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
11348         (Depends-on): Remove math.
11349
11350         * tests/test-round1.c: Include nan.h.
11351         (main): Use NaNd instead of NAN.
11352         * modules/round-tests (Files): Add tests/nan.h.
11353
11354         * tests/test-trunc1.c: Include nan.h.
11355         (main): Use NaNd instead of NAN.
11356         * modules/trunc-tests (Files): Add tests/nan.h.
11357
11358         * tests/test-roundf1.c: Include nan.h.
11359         (main): Use NaNf instead of NAN.
11360         * modules/roundf-tests (Files): Add tests/nan.h.
11361
11362         * tests/test-truncf1.c: Include nan.h.
11363         (main): Use NaNf instead of NAN.
11364         * modules/truncf-tests (Files): Add tests/nan.h.
11365
11366         * tests/test-ceilf1.c: Include nan.h.
11367         (main): Use NaNf instead of NAN.
11368         * modules/ceilf-tests (Files): Add tests/nan.h.
11369
11370         * tests/test-floorf1.c: Include nan.h.
11371         (main): Use NaNf instead of NAN.
11372         * modules/floorf-tests (Files): Add tests/nan.h.
11373
11374         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
11375         (main): Use NaNf instead of NAN.
11376         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
11377
11378         * tests/test-isnand.c: Include nan.h instead of <math.h>.
11379         (main): Use NaNd instead of NAN.
11380         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
11381
11382         * tests/test-frexp.c: Include nan.h.
11383         (main): Use NaNd instead of NAN.
11384         * modules/frexp-tests (Files): Add tests/nan.h.
11385
11386         * lib/isnan.c: Don't include <math.h>.
11387         (FUNC): Don't use NAN macro.
11388         * modules/isnand-nolibm (Depends-on): Remove math.
11389         * modules/isnanf-nolibm (Depends-on): Remove math.
11390         * modules/isnanl (Depends-on): Remove math.
11391         * modules/isnanl-nolibm (Depends-on): Remove math.
11392
11393         * tests/nan.h: New file.
11394
11395 2008-04-01  Eric Blake  <ebb9@byu.net>
11396
11397         Fix typos.
11398         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
11399         values to be the right type.
11400
11401         For now, cater to gnulib strtod inaccuracies.
11402         * tests/test-strtod.c (main): Allow 1-ulp error on expected
11403         fractional results.  While not as nice from a QoI perspective, it
11404         is a quicker patch than correctly implementing decimal to binary
11405         rounding.
11406
11407 2008-03-31  Eric Blake  <ebb9@byu.net>
11408
11409         Guarantee a definition of NAN.
11410         * lib/math.in.h (NAN): Define if missing.
11411         * tests/test-math.c (main): Test it.
11412         * doc/posix-headers/math.texi (math.h): Document this.
11413         * lib/isnan.c (rpl_isnand): Use it.
11414         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
11415         * tests/test-floorf1.c (NaN): Likewise.
11416         * tests/test-frexp.c (NaN): Likewise.
11417         * tests/test-isnand.c (NaN): Likewise.
11418         * tests/test-isnanf.c (NaN): Likewise.
11419         * tests/test-round1.c (NaN): Likewise.
11420         * tests/test-roundf1.c (NaN): Likewise.
11421         * tests/test-snprintf-posix.h (NaN): Likewise.
11422         * tests/test-sprintf-posix.h (NaN): Likewise.
11423         * tests/test-trunc1.c (NaN): Likewise.
11424         * tests/test-truncf1.c (NaN): Likewise.
11425         * tests/test-vasnprintf-posix.c (NaN): Likewise.
11426         * tests/test-vasprintf-posix.c (NaN): Likewise.
11427         * modules/isnand-nolibm (Depends-on): Add math.
11428         * modules/isnanf-nolibm (Depends-on): Likewise.
11429         * modules/isnanl (Depends-on): Likewise.
11430         * modules/isnanl-nolibm (Depends-on): Likewise.
11431         * modules/snprintf-posix-tests (Depends-on): Likewise.
11432         * modules/sprintf-posix-tests (Depends-on): Likewise.
11433         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
11434         * modules/vsprintf-posix-tests (Depends-on): Likewise.
11435         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
11436         * modules/vasprintf-posix-tests (Depends-on): Likewise.
11437
11438 2008-03-31  Bruno Haible  <bruno@clisp.org>
11439
11440         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
11441         * doc/posix-functions/strtod.texi: Likewise.
11442
11443 2008-03-31  Bruno Haible  <bruno@clisp.org>
11444
11445         * tests/test-strtod.c (main): Don't use C99 syntax.
11446
11447 2008-03-31  Bruno Haible  <bruno@clisp.org>
11448
11449         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
11450         Reported by Eric Blake.
11451
11452 2008-03-31  Jim Meyering  <meyering@redhat.com>
11453
11454         Don't compare actual signbit return values.
11455         * tests/test-strtod.c (main): Rather, compare only their
11456         zero/non-zero nature.
11457
11458 2008-03-31  Eric Blake  <ebb9@byu.net>
11459
11460         More strtod documentation.
11461         * doc/posix-functions/strtod.texi (strtod): Interpret more test
11462         failures as distinct bugs.
11463
11464 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
11465
11466         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
11467         Problem reported by Erik Benada in
11468         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
11469
11470 2008-03-30  Bruno Haible  <bruno@clisp.org>
11471
11472         * tests/test-strtod.c: Add comments about which assertion fails on which
11473         platform.
11474         * doc/posix-functions/strtod.texi: Add info about many more platforms.
11475
11476 2008-03-30  Eric Blake  <ebb9@byu.net>
11477
11478         Test signbit behavior on zeros.
11479         * tests/test-signbit.c (test_signbitf): Add tests for zero.
11480         (test_signbitd, test_signbitl): Likewise.
11481
11482         More strtod touchups.
11483         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
11484         sign of negative underflow, for now.  Use .5, not .1.
11485         * doc/posix-functions/strtod.texi (strtod): Mention these
11486         limitations.
11487         Reported by Jim Meyering.
11488
11489 2008-03-30  Bruno Haible  <bruno@clisp.org>
11490
11491         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
11492         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
11493
11494 2008-03-30  Bruno Haible  <bruno@clisp.org>
11495
11496         Avoid failure when attempting to return empty iconv results on some
11497         platforms.
11498         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
11499         allocation, don't report ENOMEM when the resulting string is empty.
11500
11501 2008-03-30  Bruno Haible  <bruno@clisp.org>
11502
11503         Fix buffer overrun.
11504         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
11505         Don't consider the width for tmp_length. Check count against tmp_length
11506         before doing the padding. Ensure enough allocation during padding.
11507
11508 2008-03-30  Eric Blake  <ebb9@byu.net>
11509
11510         strtod touchups.
11511         * lib/strtod.c (strtod): Avoid compiler warnings.
11512         Reported by Jim Meyering.
11513
11514 2008-03-30  Bruno Haible  <bruno@clisp.org>
11515
11516         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
11517         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
11518         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
11519         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
11520         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
11521         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
11522         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
11523         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
11524
11525         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
11526         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
11527         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
11528         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
11529         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
11530         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
11531         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
11532         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
11533
11534         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
11535         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
11536         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
11537         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
11538         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
11539         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
11540         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
11541         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
11542
11543         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
11544         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
11545
11546         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
11547         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
11548
11549         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
11550         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
11551
11552         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
11553         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
11554         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
11555
11556         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
11557         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
11558         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
11559
11560         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
11561         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
11562         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
11563
11564         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
11565         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
11566         * modules/vasprintf (Depends-on): Add EOVERFLOW.
11567
11568         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
11569         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
11570         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
11571         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
11572         (Depends-on): Add EOVERFLOW.
11573         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
11574         (Depends-on): Add EOVERFLOW.
11575         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
11576         (Depends-on): Add EOVERFLOW.
11577         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
11578         (Depends-on): Add EOVERFLOW.
11579         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
11580         (Depends-on): Add EOVERFLOW.
11581         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
11582         (Depends-on): Add EOVERFLOW.
11583         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
11584         (Depends-on): Add EOVERFLOW.
11585         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
11586         (Depends-on): Add EOVERFLOW.
11587
11588         * lib/sprintf.c (EOVERFLOW): Remove fallback.
11589         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
11590         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
11591
11592         * lib/snprintf.c (EOVERFLOW): Remove fallback.
11593         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
11594         * modules/snprintf (Depends-on): Add EOVERFLOW.
11595
11596         * lib/poll.c (EOVERFLOW): Remove fallback.
11597         * modules/poll (Depends-on): Add EOVERFLOW.
11598
11599         * lib/getugroups.c (EOVERFLOW): Remove fallback.
11600         * modules/getugroups (Depends-on): Add EOVERFLOW.
11601
11602         * lib/getdelim.c (EOVERFLOW): Remove fallback.
11603         * modules/getdelim (Depends-on): Add EOVERFLOW.
11604
11605         * lib/ftell.c (EOVERFLOW): Remove fallback.
11606         * modules/ftell (Depends-on): Add EOVERFLOW.
11607
11608         * lib/fprintf.c (EOVERFLOW): Remove fallback.
11609         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
11610         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
11611
11612         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
11613
11614         * modules/EOVERFLOW-tests: New file.
11615         * tests/test-EOVERFLOW.c: New file.
11616
11617         * modules/EOVERFLOW: New file.
11618         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
11619
11620 2008-03-30  Bruno Haible  <bruno@clisp.org>
11621
11622         Fix bug introduced on 2007-06-10.
11623         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
11624         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
11625
11626 2008-03-30  Bruno Haible  <bruno@clisp.org>
11627
11628         Improve freadseek's efficiency after ungetc.
11629         * lib/freadseek.c: Include freadahead.h.
11630         (freadptrinc): New function, extracted from freadseek.
11631         (freadseek): Use it in a loop. Use freadahead to determine the number
11632         of loop iterations.
11633         * modules/freadseek (Depends-on): Add freadahead.
11634         (configure.ac): Require AC_C_INLINE.
11635
11636 2008-03-30  Bruno Haible  <bruno@clisp.org>
11637
11638         * lib/freadseek.c (freadseek): Don't ignore the return value of
11639         freadptr.
11640
11641 2008-03-29  Eric Blake  <ebb9@byu.net>
11642
11643         Add hex float support.
11644         * modules/strtod (Depends-on): Add c-ctype.
11645         (Link): Mention POW_LIB.
11646         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
11647         whitespace between 'e' and exponent.
11648         * tests/test-strtod.c (main): Enable hex float tests.
11649         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
11650         now provides.
11651
11652         Document various strtod bugs, with some fixes.
11653         * doc/posix-functions/strtod.texi (strtod): Document bugs with
11654         "-0x", "inf", "nan", and hex constants.
11655         * doc/posix-functions/atof.texi (atof): Likewise.
11656         * modules/stdlib (Makefile.am): Support strtod.
11657         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
11658         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
11659         detect additional strtod bugs.
11660         * lib/stdlib.in.h (rpl_strtod): Add declarations.
11661         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
11662         bool where appropriate.  Parse 'inf' and 'nan'.
11663         * tests/test-strtod.c: New file.
11664         * modules/strtod (Depends-on): Add stdbool, stdlib.
11665         (configure.ac): Turn on module indicator.
11666         * modules/strtod-tests: New module.
11667
11668 2008-03-29  Eric Blake  <ebb9@byu.net>
11669
11670         Fix ftell on mingw.
11671         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
11672         * modules/ftell-tests (Depends-on): Add binary-io.
11673         * modules/ftello-tests (Depends-on): Likewise.
11674         * tests/test-ftell.c (main): Enhance test to cover behavior after
11675         ungetc.  Enforce binary mode.
11676         * tests/test-ftello.c (main): Likewise.
11677
11678         Pass test-freadseek on cygwin.
11679         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
11680         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
11681         ungetc buffer.
11682
11683         * tests/test-fflush2.c (main): Fix typo.
11684
11685 2008-03-29  Bruno Haible  <bruno@clisp.org>
11686
11687         * tests/test-fflush2.c (main): Temporarily disable the contents of
11688         this test.
11689         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
11690         Reported by Eric Blake.
11691
11692 2008-03-28  Simon Josefsson  <simon@josefsson.org>
11693
11694         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
11695         (GC_SHA224_DIGEST_SIZE): Add.
11696
11697         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
11698         (gc_hash_digest_length): Likewise.
11699         (gc_hash_buffer): Likewise.
11700
11701 2008-03-25  Bruno Haible  <bruno@clisp.org>
11702
11703         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
11704         detail which gettext release to use.
11705         Reported by Simon Josefsson.
11706
11707 2008-03-26  Jim Meyering  <meyering@redhat.com>
11708
11709         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
11710         * modules/gnumakefile (clean-GNUmakefile): Also, use
11711         test ... && ... || : syntax rather than if-then ... fi.
11712
11713         gnumakefile: Don't double-quote-expand $(VPATH) value.
11714         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
11715
11716 2008-03-24  Eric Blake  <ebb9@byu.net>
11717
11718         Alter GNUmakefile to install into top directory.
11719         * modules/maintainer-makefile: Split, and add dependency...
11720         * modules/gnumakefile: to this new module.
11721         * build-aux/GNUmakefile: Move...
11722         * top/GNUmakefile: ...here.
11723         * build-aux/maint.mk: Move...
11724         * top/maint.mk: ...here.
11725         * MODULES.html.sh (Support for maintaining...): Document new
11726         module.
11727
11728 2008-03-23  Bruno Haible  <bruno@clisp.org>
11729
11730         * gnulib-tool: New options --vc-files, --no-vc-files.
11731         (func_usage): Document them.
11732         (vc_files): New variable.
11733         (func_import): Consider vc_files.
11734         (func_create_testdir): Set vc_files to empty.
11735         Suggested by Jim Meyering and Karl Berry.
11736
11737 2008-03-23  Bruno Haible  <bruno@clisp.org>
11738
11739         Fix regex compilation error on HP-UX 11.
11740         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
11741         * modules/regex (Files): Add m4/mbstate_t.m4.
11742         Reported by Ton Voon <ton.voon@altinity.com>.
11743
11744 2008-03-23  Bruno Haible  <bruno@clisp.org>
11745
11746         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
11747
11748 2008-03-23  Eric Blake  <ebb9@byu.net>
11749             Bruno Haible  <bruno@clisp.org>
11750
11751         Install files from top/ in the destination directory.
11752         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
11753         augmentation also for the files from top/.
11754         (func_import, func_create_testdir): Rewrite file names:
11755         top/filename -> filename.
11756
11757 2008-03-23  Bruno Haible  <bruno@clisp.org>
11758
11759         Tweak "gnulib --version" output.
11760         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
11761
11762 2008-03-23  Bruno Haible  <bruno@clisp.org>
11763
11764         Tweak "gnulib --version" output.
11765         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
11766         rather than contents of ChangeLog, when possible.
11767
11768 2008-03-21  Eric Blake  <ebb9@byu.net>
11769
11770         More --version tweaks.
11771         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
11772         date of last ChangeLog entry.
11773
11774 2008-03-21  Jim Meyering  <meyering@redhat.com>
11775
11776         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
11777
11778 2008-03-20  Eric Blake  <ebb9@byu.net>
11779
11780         VPATH fix.
11781         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
11782
11783 2008-03-20  Simon Josefsson  <simon@josefsson.org>
11784
11785         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
11786         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
11787
11788 2008-03-20  Eric Blake  <ebb9@byu.net>
11789
11790         Sync GNUmakefile with coreutils.
11791         * build-aux/GNUmakefile (have-Makefile): Rename...
11792         (_have-Makefile): ...to this, for namespace consideration.
11793         (GNUmakefile.cfg): Include, if present.
11794         (_autoreconf): Define a default.
11795         (_is-dist-target): New rule for rebuilds to pick up intra-release
11796         version.
11797         (maint-cfg.mk): Rename...
11798         (cfg.mk): ...to this.
11799
11800 2008-03-18  Jim Meyering  <meyering@redhat.com>
11801
11802         New script and module: mktempd
11803         * MODULES.html.sh (maint+release support): Add mktempd.
11804         * build-aux/mktempd: New file.
11805         * modules/mktempd: New file.
11806
11807 2008-03-15  Jim Meyering  <meyering@redhat.com>
11808
11809         Undo last change.
11810         * lib/sha1.c, lib/md5.c: 63 != ~63.
11811         Reported by Andreas Schwab.
11812
11813         sha1.c, md5.c: Hoist a redundant expression.
11814         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
11815         "ctx->buflen" only once, before calling *_process_block.
11816         * lib/md5.c (md5_process_bytes): Likewise.
11817
11818 2008-03-14  Eric Blake  <ebb9@byu.net>
11819
11820         Bump copyright year in files generated by gnulib-tool.
11821         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
11822         gnulib-tool, rather than hard-coding it.
11823
11824         Fix 'gnulib-tool --version' output to work with git.
11825         * gnulib-tool (func_gnulib_dir): New function, extracted from...
11826         (startup): ...here.
11827         (func_version): Use it to invoke git-version-gen, rather than
11828         relying on CVS keyword expansion.  Modernize wording.
11829         (cvsdatestamp, last_checkin_date, version): Kill unused
11830         variables.
11831
11832 2008-03-12  Jim Meyering  <meyering@redhat.com>
11833
11834         Recognize optional cast of the argument to free.
11835         * build-aux/useless-if-before-free: Update regexps.
11836
11837         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
11838
11839 2008-03-11  Bruno Haible  <bruno@clisp.org>
11840
11841         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
11842         by a single package.
11843         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
11844         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
11845         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
11846         Reported by Sam Steingold <sds@gnu.org>.
11847
11848 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11849
11850         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
11851         repositories.
11852
11853 2008-03-11  Bruno Haible  <bruno@clisp.org>
11854
11855         Avoid conflicts between local macro definitions.
11856         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
11857         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
11858
11859 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
11860             Bruno Haible  <bruno@clisp.org>
11861
11862         Make va_copy work with some version of xlc on AIX 5.1.
11863         * lib/stdarg.in.h: New file.
11864         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
11865         On AIX, use a <stdarg.h> file substitute.
11866         * modules/stdarg (Files): Add lib/stdarg.in.h.
11867         (Depends-on): Add include_next.
11868         (Makefile.am): Build a stdarg.h substitute if requested.
11869         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
11870
11871 2008-03-10  Bruno Haible  <bruno@clisp.org>
11872
11873         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
11874         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
11875         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
11876
11877 2008-03-10  Bruno Haible  <bruno@clisp.org>
11878
11879         * modules/stdlib (Depends-on): Add include_next, remove
11880         absolute-header.
11881
11882 2008-03-09  Bruno Haible  <bruno@clisp.org>
11883
11884         * lib/freadahead.h (freadahead): Document more precisely.
11885         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
11886         the sum of both buffer sizes.
11887         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
11888         * NEWS: Document the change.
11889
11890 2008-03-09  Bruno Haible  <bruno@clisp.org>
11891
11892         Extend freadptr to return also the buffer size.
11893         * lib/freadptr.h (freadptr): Add sizep argument.
11894         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
11895         (freadptr): Add sizep argument. Determine buffer size like freadahead
11896         does.
11897         * tests/test-freadptr.c: Don't include freadahead.h.
11898         (main): Adapt for new calling convention of freadptr.
11899         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
11900         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
11901         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
11902         tests/test-freadptr2.sh.
11903         (Depends): Remove freadahead.
11904         (TESTS): Add test-freadptr2.sh.
11905         (check_PROGRAMS): Add test-freadptr2.
11906
11907 2008-03-09  Bruno Haible  <bruno@clisp.org>
11908
11909         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
11910         Report and solution by Simon Josefsson.
11911
11912 2008-03-06  Bruno Haible  <bruno@clisp.org>
11913
11914         Make fflush after ungetc work on BSD platforms.
11915         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
11916         * tests/test-fflush2.c: New file.
11917         * tests/test-fflush2.sh: New file.
11918         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
11919         tests/test-fflush2.c.
11920         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
11921         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
11922
11923 2008-03-06  Eric Blake  <ebb9@byu.net>
11924
11925         Likewise for ftello.
11926         * modules/ftello (Dependencies): Add extensions.
11927         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
11928
11929 2008-03-06  Bruno Haible  <bruno@clisp.org>
11930
11931         * modules/fseeko (Dependencies): Add extensions.
11932         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
11933         Needed on glibc systems.
11934
11935 2008-03-06  Bruno Haible  <bruno@clisp.org>
11936
11937         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
11938         email address.
11939         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
11940
11941 2008-03-06  Bruno Haible  <bruno@clisp.org>
11942
11943         * users.txt: Add libgnupdf.
11944
11945 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
11946
11947         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
11948         (Header File Substitutes, Function Substitutes,
11949         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
11950         (Build robot for gnulib): Fix typo.
11951
11952 2008-03-06  Bruno Haible  <bruno@clisp.org>
11953
11954         * doc/gnulib-tool.texi (VCS Issues): Small updates.
11955         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
11956
11957 2008-03-06  Bruno Haible  <bruno@clisp.org>
11958
11959         * doc/func.texi: New file, extracted from doc/gnulib.texi.
11960         * doc/gnulib.texi: Include it.
11961
11962 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11963
11964         * modules/func (License): Change license to unlimited; there was
11965         no LGPL parts in the module anyway.
11966
11967 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11968
11969         * modules/__func__: Renamed to modules/func.
11970         * modules/__func__-tests: Renamed to modules/func-tests.
11971         * tests/test-__func__.c: Renamed to tests/test-func.c.
11972         * m4/__func__.m4: Renamed to m4/func.m4.
11973         * doc/gnulib.texi (__func__): Section renamed to func.
11974         Suggested by Eric Blake <ebb9@byu.net>.
11975
11976 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11977
11978         * doc/gnulib.texi (__func__): Use C99 terminology when talking
11979         about __func__.  Make example self-contained.  Suggested by Eric
11980         Blake <ebb9@byu.net>.
11981
11982         * tests/test-__func__.c (main): Avoid extraneous () around __func.
11983         Suggested by Eric Blake <ebb9@byu.net>.
11984
11985 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11986
11987         * modules/__func__: New file.
11988         * modules/__func__-tests: New file.
11989         * tests/test-__func__.c: New file.
11990         * m4/__func__.m4: New file.
11991         * doc/gnulib.texi (__func__): Document __func__ module.
11992
11993 2008-03-05  Simon Josefsson  <simon@josefsson.org>
11994
11995         * modules/byteswap (License): Re-license as LGPLv2+.
11996
11997 2008-03-05  Simon Josefsson  <simon@josefsson.org>
11998
11999         * doc/Makefile: Add pdf target.
12000
12001 2008-03-05  Simon Josefsson  <simon@josefsson.org>
12002
12003         * modules/inline (License): Use 'unlimited', since there are only
12004         *.m4 files in this module.
12005
12006 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
12007             Bruno Haible  <bruno@clisp.org>
12008
12009         Add support for HP C 7.1 on OpenVMS 8.3.
12010         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
12011
12012 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
12013
12014         Update VMS specifics.
12015         * lib/getopt.c [VMS]: Remove include of unixlib.h.
12016
12017 2008-03-02  Jim Meyering  <meyering@redhat.com>
12018
12019         Remove the last dependency on the "free" module.
12020         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
12021         Reported by Bob Proulx.
12022
12023         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
12024
12025         Remove useless "if" tests before free.  Deprecate "free" module.
12026         * doc/posix-functions/free.texi: Mention that this
12027         module is no longer useful.
12028         * modules/free (Notice): Say this module is obsolete.
12029         * modules/readutmp (Depends-on): Remove free.
12030         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
12031         * lib/putenv.c (putenv): Likewise.
12032         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
12033         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
12034         * tests/test-c-strcasestr.c (main): Likewise.
12035         * tests/test-c-strstr.c (main): Likewise.
12036         * tests/test-mbscasestr1.c (main): Likewise.
12037         * tests/test-mbscasestr2.c (main): Likewise.
12038         * tests/test-mbsstr1.c (main): Likewise.
12039         * tests/test-mbsstr2.c (main): Likewise.
12040         * tests/test-memmem.c (main): Likewise.
12041         * tests/test-strcasestr.c (main): Likewise.
12042         * tests/test-striconv.c (main): Likewise.
12043         * tests/test-striconveh.c (main): Likewise.
12044         * tests/test-striconveha.c (main): Likewise.
12045         * tests/test-strstr.c (main): Likewise.
12046
12047         * build-aux/git-version-gen: Adjust a comment and the Usage string.
12048
12049         bootstrap: sync from coreutils again
12050         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
12051
12052 2008-03-01  Jim Meyering  <meyering@redhat.com>
12053
12054         bootstrap: sync from coreutils
12055         * build-aux/bootstrap (update_po_files): Copy a .po file into place
12056         also when the target doesn't exist.
12057
12058 2008-03-01  Eric Blake  <ebb9@byu.net>
12059
12060         Fix bugs in last patch.
12061         * lib/memchr2.c (memchr2): Fix typo.
12062         * tests/test-memchr2.c: Test previous bug, and don't use GNU
12063         extension.
12064         Reported by Bruce Korb.
12065
12066         New module 'memchr2'.
12067         * modules/memchr2: New file.
12068         * modules/memchr2-tests: Likewise.
12069         * lib/memchr2.h: Likewise.
12070         * lib/memchr2.c: Likewise, based on memchr.c.
12071         * tests/test-memchr2.c: New test.
12072         * MODULES.html.sh (String handling): Add memchr2.
12073
12074 2008-02-29  Bruno Haible  <bruno@clisp.org>
12075
12076         * modules/freadseek-tests: New file.
12077         * tests/test-freadseek.sh: New file.
12078         * tests/test-freadseek.c: New file.
12079
12080         New module 'freadseek'.
12081         * modules/freadseek: New file.
12082         * lib/freadseek.h: New file.
12083         * lib/freadseek.c: New file.
12084         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
12085
12086 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
12087
12088         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
12089         wydawca.
12090
12091         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
12092         program_invocation_name and program_invocation_short_name are
12093         present.
12094
12095 2008-02-28  Bruno Haible  <bruno@clisp.org>
12096
12097         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
12098         * tests/test-freadptr.sh: Also test non-seekable stdin.
12099
12100 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
12101
12102         * build-aux/bootstrap (source_base, m4_base)
12103         (doc_base, tests_base): New variables.
12104         (gnulib_tool_options): Do not hardcode base directories, use
12105         the above variables instead.
12106
12107 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
12108
12109         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
12110
12111 2008-02-28  Bruno Haible  <bruno@clisp.org>
12112
12113         * modules/freadptr-tests: New file.
12114         * tests/test-freadptr.sh: New file.
12115         * tests/test-freadptr.c: New file.
12116
12117         New module 'freadptr'.
12118         * modules/freadptr: New file.
12119         * lib/freadptr.h: New file.
12120         * lib/freadptr.c: New file.
12121         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
12122
12123 2008-02-26  Karl Berry  <karl@freefriends.org>
12124
12125         Sync from Libtool:
12126         * libltdl/argz.c (argz_add, argz_count): New functions.
12127         * libltdl/argz.in.h: Declare them.
12128         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
12129
12130 2008-02-22  Bruno Haible  <bruno@clisp.org>
12131
12132         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
12133         is a pointer type.  Needed for HP-UX 10.
12134         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
12135         * doc/posix-functions/gmtime_r.texi: Likewise.
12136         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
12137
12138 2008-02-24  Bruno Haible  <bruno@clisp.org>
12139
12140         * modules/environ-tests: New file.
12141         * tests/test-environ.c: New file.
12142
12143         New module 'environ'.
12144         * modules/environ: New file.
12145         * lib/unistd.in.h (environ): New declaration.
12146         * m4/environ.m4: New file.
12147         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
12148         after use.
12149         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
12150         HAVE_DECL_ENVIRON.
12151         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
12152         HAVE_DECL_ENVIRON.
12153         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
12154         wrong claim that 'environ' is missing on some systems.
12155         * modules/execute (Depends-on): Add environ.
12156         * lib/execute.c (environ): Remove fallback declaration.
12157         * modules/pipe (Depends-on): Add environ.
12158         * lib/pipe.c (environ): Remove fallback declaration.
12159         * modules/setenv (Depends-on): Add environ.
12160         * lib/setenv.c (environ): Remove fallback declaration.
12161         * modules/unsetenv (Depends-on): Add environ.
12162         * lib/unsetenv.c (environ): Remove fallback declaration.
12163         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
12164         m4/environ.m4.
12165         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
12166         (gl_PREREQ_UNSETENV): Likewise.
12167
12168 2008-02-24  Bruno Haible  <bruno@clisp.org>
12169
12170         * doc/posix-functions/environ.texi: Document the MacOS X problem.
12171
12172 2008-02-20  Bob Proulx  <bob@proulx.com>
12173
12174         Enable use of older two part flavor 'git describe'.
12175         * build-aux/git-version-gen: If using the older two part flavor of
12176         git version then recreate the third part now present in the
12177         newer three part flavor of git describe.
12178
12179 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
12180
12181         * lib/fts.c (fts_build): Typo correction to comment.
12182
12183 2008-02-17  Bruno Haible  <bruno@clisp.org>
12184
12185         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
12186         generating no-op conflicts.
12187
12188 2008-02-17  Bruno Haible  <bruno@clisp.org>
12189
12190         Speed up by 10%.
12191         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
12192         result_entries, rather than an index-based loop.
12193
12194 2008-02-17  Bruno Haible  <bruno@clisp.org>
12195
12196         Speed up by 25%.
12197         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
12198         'hashcode_cached'.
12199         (entry_create): New function.
12200         (entry_hashcode): Use the cached hashcode if possible.
12201         (read_changelog_file, try_split_merged_entry): Use entry_create.
12202
12203 2008-02-17  Bruno Haible  <bruno@clisp.org>
12204
12205         Speed up from O(n^2) to O(n) for long ChangeLog files.
12206         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
12207         (read_changelog_file): Change implementation of entries_reversed list
12208         to rbtreehash.
12209         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
12210
12211 2008-02-17  Bruno Haible  <bruno@clisp.org>
12212
12213         New option --split-merged-entry.
12214         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
12215         (find_paragraph_end, try_split_merged_entry): New functions.
12216         (long_options): Add option --split-merged-entry.
12217         (usage): Document option --split-merged-entry.
12218         (main): Implement option --split-merged-entry.
12219         Reported by Eric Blake.
12220
12221 2008-02-17  Bruno Haible  <bruno@clisp.org>
12222
12223         * lib/git-merge-changelog.c: Include c-strstr.h.
12224         (main): Support the "git pull --rebase" situation.
12225         * modules/git-merge-changelog (Depends-on): Add c-strstr.
12226         Reported by Eric Blake.
12227
12228 2008-02-16  Eric Blake  <ebb9@byu.net>
12229
12230         Avoid doubling \ in common case of "c-maybe" quoting style.
12231         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
12232         eliding outer quotes.
12233         * lib/quotearg.h: Document this.
12234         * tests/test-quotearg.c (result_strings, inputs, results_g)
12235         (flag_results, locale_results): Test it by adding a new string to
12236         each test group.
12237         (compare_strings): Test new string.
12238
12239 2008-02-13  Eric Blake  <ebb9@byu.net>
12240
12241         Avoid trigraph quoting in default output.
12242         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
12243         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
12244         unless explicitly requested.
12245         * tests/test-quotearg.c (flag_results, main): Add additional tests.
12246
12247 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
12248
12249         Don't rely on signed integer overflowing to negative value.
12250         * lib/getugroups.c (getugroups): Include <limits.h>.
12251         Instead, compare against INT_MAX, and increment only if the test passes.
12252
12253 2008-02-13  Jim Meyering  <meyering@redhat.com>
12254         and Eric Blake  <ebb9@byu.net>
12255
12256         Avoid shadowing warning and compile errors on Linux.
12257         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
12258         forwarding macros on Linux.
12259         (dcgettext): Define a stub, for Linux.
12260         (results_g, main): Avoid warnings.
12261
12262 2008-02-12  Eric Blake  <ebb9@byu.net>
12263
12264         Silence warning in last patch.
12265         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
12266
12267         Quotearg part 4: add tests, fix c-maybe colon quoting.
12268         * lib/quotearg.h: Improve documentation.
12269         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
12270         escapes when adding outer quotes.  When quoting trigraphs, use
12271         valid C notation.  When quoting NUL, omit extra characters if next
12272         character is not digit.  Alter prototype.
12273         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
12274         callers.
12275         * modules/quotearg-tests: New module.
12276         * tests/test-quotearg.c: New test.
12277
12278 2008-02-07  Eric Blake  <ebb9@byu.net>
12279
12280         Quotearg part 3: add flag to control outer quote elision.
12281         * lib/quotearg.h (c_maybe_quoting_style): New style.
12282         (enum quoting_flags): Better documentation of flags.
12283         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
12284         c-maybe style.
12285         (quotearg_buffer_restyled): Handle new flag to elide outer
12286         quotes.
12287
12288         Quotearg part 2: add flag that can control NUL elision.
12289         * lib/quotearg.h (set_quoting_flags): New prototype.
12290         * lib/quotearg.c (struct quoting_options): Add flag field.
12291         (set_quoting_flags): New function.
12292         (quotearg_buffer_restyled): Add flags parameter.
12293         (quotearg_alloc_mem): Set the flag if length cannot be returned.
12294         (quotearg_n_options): Set the flag, since length cannot be
12295         returned.
12296         (quoting_options_from_style): Default flags correctly.
12297
12298         Quotearg part 1: more wrappers, restore quotearg_char state.
12299         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
12300         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
12301         (quotearg_colon_mem): New wrappers.
12302         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
12303         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
12304         functions.
12305         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
12306         (quotearg_colon_mem): New functions.
12307
12308 2008-02-11  Bruno Haible  <bruno@clisp.org>
12309
12310         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
12311         library in the current directory: it does not work with parallel make.
12312         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12313
12314 2008-02-11  Bruno Haible  <bruno@clisp.org>
12315
12316         * .gitattributes: New file.
12317
12318 2008-02-11  Jim Meyering  <meyering@redhat.com>
12319
12320         useless-if-before-free: Fix reversed exit values.
12321         * build-aux/useless-if-before-free: Use correct values
12322         for EXIT_MATCH and EXIT_NO_MATCH.
12323
12324         * build-aux/useless-if-before-free: Close stdout carefully.
12325
12326 2008-02-10  Bruno Haible  <bruno@clisp.org>
12327
12328         New module 'git-merge-changelog'.
12329         * modules/git-merge-changelog: New file.
12330         * lib/git-merge-changelog.c: New file.
12331
12332 2008-02-10  Jim Meyering  <meyering@redhat.com>
12333
12334         useless-if-before-free: New option: --list (-l).
12335
12336         useless-if-before-free: Don't exit immediately upon open failure.
12337         * build-aux/useless-if-before-free: Exit 2 for errors.
12338         Upon failure to open a file, don't exit immediately.
12339         Rather, just warn and continue with any remaining files.
12340
12341 2008-02-10  Bruno Haible  <bruno@clisp.org>
12342
12343         New abstract list operation 'node_set_value'.
12344         * lib/gl_list.h (gl_list_node_set_value): New function.
12345         (struct gl_list_implementation): New field node_set_value.
12346         * lib/gl_list.c (gl_list_node_set_value): New function.
12347         * lib/gl_array_list.c (gl_array_node_set_value): New function.
12348         (gl_array_list_implementation): Update.
12349         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
12350         (gl_carray_list_implementation): Update.
12351         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
12352         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12353         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12354         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
12355         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12356         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12357         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12358         Update.
12359         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
12360         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
12361         (gl_sublist_list_implementation): Update.
12362
12363 2008-02-10  Bruno Haible  <bruno@clisp.org>
12364
12365         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
12366         Needed when ELEMENT is #defined to 'some_type *'.
12367
12368 2008-02-10  Jim Meyering  <meyering@redhat.com>
12369
12370         New script and module: useless-if-before-free
12371         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
12372         * build-aux/useless-if-before-free: New file.
12373         * modules/useless-if-before-free: New file.
12374
12375         * build-aux/gitlog-to-changelog: Use committer date, not author date.
12376
12377         xstrtol_error: Fix typo.
12378         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
12379         s/exit_failure/exit_status/.
12380
12381 2008-02-09  Jim Meyering  <meyering@redhat.com>
12382
12383         New script and module: gitlog-to-changelog
12384         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
12385         * modules/gitlog-to-changelog: New file.
12386         * build-aux/gitlog-to-changelog: New file.
12387
12388 2008-02-08  Jim Meyering  <meyering@redhat.com>
12389
12390         Avoid two "parameter unused" warnings.
12391         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
12392         Mark "st" as used.
12393
12394         Use "git COMMAND", not "git-COMMAND".
12395         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
12396         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
12397         * build-aux/git-version-gen: Use "git status", not "git-status".
12398
12399 2008-02-07  Bruno Haible  <bruno@clisp.org>
12400
12401         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
12402         Avoids a crash on Windows Vista.
12403         Reported by Adam Strzelecki <ono@java.pl> via
12404         Simon Josefsson <simon@josefsson.org>.
12405
12406 2008-02-06  Bruno Haible  <bruno@clisp.org>
12407
12408         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
12409         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
12410         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
12411         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
12412         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
12413         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12414         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
12415         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
12416         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12417         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12418         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12419         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12420         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12421         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12422         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12423         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
12424         left-adjust flag.
12425         * tests/test-snprintf-posix.h (test_function): Likewise.
12426         * tests/test-sprintf-posix.h (test_function): Likewise.
12427         * tests/test-vasprintf-posix.c (test_function): Likewise.
12428         * doc/posix-functions/fprintf.texi: Update.
12429         * doc/posix-functions/printf.texi: Update.
12430         * doc/posix-functions/snprintf.texi: Update.
12431         * doc/posix-functions/sprintf.texi: Update.
12432         * doc/posix-functions/vfprintf.texi: Update.
12433         * doc/posix-functions/vprintf.texi: Update.
12434         * doc/posix-functions/vsnprintf.texi: Update.
12435         * doc/posix-functions/vsprintf.texi: Update.
12436         Reported by Peter Fales <psfales@alcatel-lucent.com>.
12437
12438 2008-02-06  Bruno Haible  <bruno@clisp.org>
12439
12440         Fix bug introduced on 2008-01-26.
12441         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
12442
12443 2008-02-06  Bruno Haible  <bruno@clisp.org>
12444
12445         Fix bug introduced on 2007-06-10.
12446         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
12447         !NEED_PRINTF_FLAG_ZERO.
12448
12449 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
12450
12451         getloadavg: use libperfstat on AIX5
12452         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
12453
12454 2008-02-03  Bruno Haible  <bruno@clisp.org>
12455
12456         * lib/diffseq.h: Add comments about required #includes.
12457         Reported by Michael Biggs <gnulib@doubleplum.net>.
12458
12459 2008-02-01  Bruno Haible  <bruno@clisp.org>
12460
12461         * users.txt: Add gnuit.
12462
12463 2008-01-31  Bruno Haible  <bruno@clisp.org>
12464
12465         * lib/md4.c (set_uint32): Mark as inline.
12466         * lib/md5.c (set_uint32): Likewise.
12467         * lib/sha1.c (set_uint32): Likewise.
12468         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
12469         * m4/md5.m4 (gl_MD5): Likewise.
12470         * m4/sha1.m4 (gl_SHA1): Likewise.
12471
12472 2008-01-31  Jim Meyering  <meyering@redhat.com>
12473
12474         Use "sizeof VAR", rather than a literal "4".
12475         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
12476         * lib/md4.c (md4_read_ctx): Likewise.
12477         * lib/sha1.c (sha1_read_ctx): Likewise.
12478
12479 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12480
12481         * tests/test-sha1.c: New file, based on test-md5.c.
12482
12483         * modules/crypto/sha1-tests: New file.
12484
12485 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12486
12487         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
12488
12489 2008-01-31  Jim Meyering  <meyering@redhat.com>
12490
12491         Prefer "sizeof v" over the equivalent "4".
12492         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
12493         * lib/md5.c (set_uint32): Likewise.
12494         * lib/sha1.c (set_uint32): Likewise.
12495
12496 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12497
12498         * lib/sha1.c (set_uint32): Mark function as static.
12499
12500 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12501
12502         md2: clarify comments to say that alignment is not required.
12503         * lib/md2.h: Remove warning about alignment in comment.
12504         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
12505         never been required.
12506
12507 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12508
12509         md4: adapt alignment constraint fix from sha1.
12510         * lib/md4.c (set_uint32): New function, from sha1.c
12511         (md4_read_ctx): Use it.
12512         (md4_finish_ctx): Doc fix.
12513         * lib/md4.h: Doc fix.
12514
12515 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12516
12517         md5: adapt alignment constraint fix from sha1.
12518         * lib/md5.c (set_uint32): New function, from sha1.c
12519         (md5_read_ctx): Use it.
12520         (md5_finish_ctx): Doc fix.
12521         * lib/md5.h: Doc fix.
12522
12523 2008-01-30  Peter Palfrader  <weasel@debian.org>
12524
12525         sha1: remove the result buffer alignment constraint
12526         * lib/sha1.c (set_uint32): New function.
12527         (sha1_read_ctx): Rewrite to remove the result buffer alignment
12528         constraint.
12529         (sha1_finish_ctx): Remove comment warning about alignment constraint.
12530         * lib/sha1.h: Likewise.
12531
12532 2008-01-30  Andreas Schwab  <schwab@suse.de>
12533             Bruno Haible  <bruno@clisp.org>
12534
12535         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
12536         correct definition of LDBL_MIN_EXP.
12537
12538 2008-01-30  Karl Berry  <karl@gnu.org>
12539
12540         * config/srclist-update: try to preserve x bit on updates.
12541         * config/srclistvars.sh: update for karl.
12542
12543 2008-01-29  Jim Meyering  <meyering@redhat.com>
12544
12545         vasnprintf.c: Avoid warning about unused label
12546         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
12547         "overflow" label definition and associated code with the
12548         same cpp condition that guards the sole use of that label.
12549
12550 2008-01-26  Bruno Haible  <bruno@clisp.org>
12551
12552         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
12553         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
12554         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
12555         * lib/isnanl-nolibm.h (isnanl): Likewise.
12556         Reported by Paul Eggert <eggert@cs.ucla.edu>.
12557
12558 2008-01-26  Bruno Haible  <bruno@clisp.org>
12559
12560         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
12561         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
12562
12563 2008-01-26  Bruno Haible  <bruno@clisp.org>
12564
12565         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
12566         GCC >= 4.0 built-in.
12567         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
12568
12569 2008-01-26  Bruno Haible  <bruno@clisp.org>
12570
12571         Rename isnan, applicable to 'double' only, to isnand.
12572         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
12573         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
12574         (configure.ac): Update.
12575         (Include): Replace "isnan.h" with "isnand.h".
12576         * m4/isnand.m4: Renamed from m4/isnan.m4.
12577         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
12578         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
12579         instead of isnan.c.
12580         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
12581         instead of HAVE_ISNAN_IN_LIBC.
12582         (isnand): Renamed from isnan.
12583         * lib/isnand.c: New file.
12584         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
12585         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
12586         (Makefile.am): Update.
12587         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
12588         Include isnand.h instead of isnan.h.
12589         (main): Test isnand instead of isnan.
12590         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
12591         isnan-nolibm.
12592         * modules/frexp (Depends-on): Likewise.
12593         * modules/frexp-tests (Depends-on): Likewise.
12594         * modules/frexp-nolibm (Depends-on): Likewise.
12595         * modules/frexp-nolibm-tests (Depends-on): Likewise.
12596         * modules/isfinite (Depends-on): Likewise.
12597         * modules/round-tests (Depends-on): Likewise.
12598         * modules/signbit (Depends-on): Likewise.
12599         * modules/signbit-tests (Depends-on): Likewise.
12600         * modules/snprintf-posix (Depends-on): Likewise.
12601         * modules/sprintf-posix (Depends-on): Likewise.
12602         * modules/trunc-tests (Depends-on): Likewise.
12603         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
12604         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
12605         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
12606         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
12607         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
12608         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
12609         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
12610         * modules/vasnprintf-posix (Depends-on): Likewise.
12611         * modules/vasprintf-posix (Depends-on): Likewise.
12612         * modules/vfprintf-posix (Depends-on): Likewise.
12613         * modules/vsnprintf-posix (Depends-on): Likewise.
12614         * modules/vsprintf-posix (Depends-on): Likewise.
12615         * lib/frexp.c: Include isnand.h instead of isnan.h.
12616         (ISNAN): Set to isnand instead of isnan.
12617         * lib/isfinite.c: Include isnand.h instead of isnan.h.
12618         (gl_isfinited): Use isnand instead of isnan.
12619         * lib/signbitd.c: Include isnand.h instead of isnan.h.
12620         (gl_signbitd): Use isnand instead of isnan.
12621         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
12622         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
12623         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
12624         (main): Use isnand instead of isnan.
12625         * tests/test-round1.c: Include isnand.h.
12626         (main): Use isnand instead of isnan.
12627         * tests/test-round2.c: Include isnand.h instead of isnan.h.
12628         (ISNAN): Set to isnand instead of isnan.
12629         * tests/test-trunc1.c: Include isnand.h.
12630         (main): Use isnand instead of isnan.
12631         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
12632         (equal): Use isnand instead of isnan.
12633         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
12634         isnand-nolibm.
12635         * NEWS: Mention the change.
12636
12637 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12638             Bruno Haible  <bruno@clisp.org>
12639
12640         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
12641         the GCC builtins for signbits are present and set
12642         REPLACE_SIGNBIT_USING_GCC if so.
12643         * lib/math.in.h (signbit): Define using GCC builtins if
12644         REPLACE_SIGNBIT_USING_GCC is set.
12645         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
12646         REPLACE_SIGNBIT_USING_GCC.
12647         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
12648
12649 2008-01-25  Jim Meyering  <meyering@redhat.com>
12650
12651         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
12652         * lib/poll.c: Include <config.h>, not "config.h".
12653         * tests/test-getaddrinfo.c: Likewise.
12654
12655 2008-01-25  Simon Josefsson  <simon@josefsson.org>
12656
12657         * modules/sockets-tests: New file.
12658
12659 2008-01-24  Simon Josefsson  <simon@josefsson.org>
12660
12661         * modules/sockets: New module, can be used to call WSA_Startup and
12662         WSA_Cleanup when needed.
12663
12664         * lib/sockets.h, lib/sockets.c: New files.
12665
12666         * m4/sockets.m4: New file.
12667
12668         * tests/test-sockets.c: New file.
12669
12670 2008-01-19  Bruno Haible  <bruno@clisp.org>
12671
12672         * doc/posix-headers: Renamed from doc/headers.
12673         * doc/posix-functions: Renamed from doc/functions.
12674         * doc/gnulib.texi: Update.
12675
12676 2008-01-19  Bruno Haible  <bruno@clisp.org>
12677
12678         * doc/glibc-functions/strcasestr.texi: Include contents of
12679         doc/functions/strcasestr.texi, fixing the list of platforms.
12680         * doc/functions/strcasestr.texi: Remove file.
12681
12682 2008-01-19  Bruno Haible  <bruno@clisp.org>
12683
12684         * doc/glibc-functions/memmem.texi: Include contents of
12685         doc/functions/memmem.texi.
12686         * doc/functions/memmem.texi: Remove file.
12687
12688 2008-01-18  Bruno Haible  <bruno@clisp.org>
12689
12690         * doc/glibc-functions/*.texi: New files.
12691         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
12692         to use the new files.
12693
12694 2008-01-17  Bruno Haible  <bruno@clisp.org>
12695
12696         * tests/test-gethostname.c (main): Fix printf statement.
12697
12698 2008-01-17  Simon Josefsson  <simon@josefsson.org>
12699
12700         * modules/gethostname-tests: New file.
12701
12702         * tests/test-gethostname.c: New file.
12703
12704 2008-01-17  Simon Josefsson  <simon@josefsson.org>
12705
12706         * lib/gethostname.c: Include string.h unconditionally, strncpy is
12707         used by the UNAME case.  Reported by Bruno Haible
12708         <bruno@clisp.org>.
12709
12710 2008-01-17  Eric Blake  <ebb9@byu.net>
12711
12712         Convert c-strcasestr to be more efficient.
12713         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
12714         (Depends-on): Add c-strcase, remove malloca, strnlen.
12715         * tests/test-c-strcasestr.c (main): Enhance test.
12716         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
12717
12718 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
12719
12720         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
12721         Use it in creating po/Makevars.
12722
12723 2008-01-15  Simon Josefsson  <simon@josefsson.org>
12724
12725         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
12726         Applications that requires it should initialize libgcrypt
12727         manually.
12728
12729 2008-01-16  Simon Josefsson  <simon@josefsson.org>
12730
12731         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
12732
12733 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
12734
12735         Fix problem with getdate on mingw32 reported by Simon Josefsson
12736         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
12737         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
12738         tzname", when deciding whether to declare tzname.
12739         * lib/strftime.c (tzname): Likewise.
12740
12741 2008-01-15  Bruno Haible  <bruno@clisp.org>
12742
12743         Work around a MacOS X 10.5 bug in frexpl().
12744         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
12745         * doc/functions/frexpl.texi: Document the bug.
12746         Reported by Elias Pipping <pipping@gentoo.org>.
12747
12748 2008-01-14  Eric Blake  <ebb9@byu.net>
12749
12750         Touch up previous patch.
12751         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
12752         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
12753
12754         Convert strcasestr module to use Two-Way algorithm.
12755         * modules/strcasestr-simple: New module, based on the old
12756         strcasestr, but with Two-Way rather than KMP.
12757         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
12758         * lib/string.in.h (rpl_strcasestr): Declare.
12759         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
12760         performance.
12761         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
12762         * modules/string (Makefile.am): Support strcasestr.
12763         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
12764         * modules/strcasestr-tests (Depends-on): Check for alarm.
12765         * tests/test-strcasestr.c: Augment test.
12766         * lib/str-two-way.h: Clean up stray macro.
12767         * NEWS: Document new module.
12768         * MODULES.html.sh (string handling): Likewise.
12769         * doc/functions/strcasestr.texi: New file.
12770         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
12771         here, since it is not a POSIX function.
12772
12773 2008-01-14  Colin Watson  <cjwatson@debian.org>
12774             Bruno Haible  <bruno@clisp.org>
12775
12776         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
12777         works fine; if not, set REPLACE_STRSIGNAL.
12778         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
12779         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12780         REPLACE_STRSIGNAL.
12781         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
12782         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
12783         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
12784
12785 2008-01-14  Bruno Haible  <bruno@clisp.org>
12786
12787         * modules/strsignal (Include): Change to <string.h>.
12788
12789 2008-01-14  Colin Watson  <cjwatson@debian.org>
12790
12791         * modules/argp (Notice): Add a notice recommending to change
12792         XGETTEXT_OPTIONS.
12793         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
12794
12795 2008-01-13  Colin Watson  <cjwatson@debian.org>
12796
12797         * modules/strsignal-tests: New file.
12798         * tests/test-strsignal.c: New file.
12799
12800         * lib/strsignal.c: New file, from glibc with modifications.
12801         * lib/siglist.h: New file, from glibc with modifications.
12802         * lib/string.in.h (strsignal): New declaration.
12803         * m4/strsignal.m4: New file.
12804         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12805         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
12806         * modules/strsignal: New file.
12807         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
12808         HAVE_DECL_STRSIGNAL.
12809
12810 2008-01-13  Bruno Haible  <bruno@clisp.org>
12811
12812         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
12813         locale encoding is not ASCII. Needed for OpenBSD 4.0.
12814         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
12815         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
12816
12817 2008-01-13  Bruno Haible  <bruno@clisp.org>
12818
12819         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
12820         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
12821         * lib/argp.h (__attribute__): Likewise.
12822         * lib/c-stack.c (__attribute__): Likewise.
12823         * lib/error.h (__attribute__): Likewise.
12824         * lib/fts.c (__attribute__): Likewise.
12825         * lib/openat.h (__attribute__): Likewise.
12826         * lib/stdio.in.h (__attribute__): Likewise.
12827         * lib/string.in.h (__attribute__): Likewise.
12828         * lib/utimens.c (__attribute__): Likewise.
12829         * lib/vasnprintf.h (__attribute__): Likewise.
12830         * lib/xalloc.h (__attribute__): Likewise.
12831         * lib/xprintf.h (__attribute__): Likewise.
12832         * lib/xstrtol.h (__attribute__): Likewise.
12833         * lib/xvasprintf.h (__attribute__): Likewise.
12834
12835 2008-01-12  Bruno Haible  <bruno@clisp.org>
12836
12837         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
12838         * doc/glibc-headers/a.out.texi: New file.
12839         * doc/glibc-headers/aliases.texi: New file.
12840         * doc/glibc-headers/alloca.texi: New file.
12841         * doc/glibc-headers/ar.texi: New file.
12842         * doc/glibc-headers/argp.texi: New file.
12843         * doc/glibc-headers/argz.texi: New file.
12844         * doc/glibc-headers/byteswap.texi: New file.
12845         * doc/glibc-headers/crypt.texi: New file.
12846         * doc/glibc-headers/endian.texi: New file.
12847         * doc/glibc-headers/envz.texi: New file.
12848         * doc/glibc-headers/err.texi: New file.
12849         * doc/glibc-headers/error.texi: New file.
12850         * doc/glibc-headers/execinfo.texi: New file.
12851         * doc/glibc-headers/fpu_control.texi: New file.
12852         * doc/glibc-headers/fstab.texi: New file.
12853         * doc/glibc-headers/fts.texi: New file.
12854         * doc/glibc-headers/getopt.texi: New file.
12855         * doc/glibc-headers/ieee754.texi: New file.
12856         * doc/glibc-headers/ifaddrs.texi: New file.
12857         * doc/glibc-headers/libintl.texi: New file.
12858         * doc/glibc-headers/mcheck.texi: New file.
12859         * doc/glibc-headers/mntent.texi: New file.
12860         * doc/glibc-headers/obstack.texi: New file.
12861         * doc/glibc-headers/paths.texi: New file.
12862         * doc/glibc-headers/printf.texi: New file.
12863         * doc/glibc-headers/pty.texi: New file.
12864         * doc/glibc-headers/resolv.texi: New file.
12865         * doc/glibc-headers/shadow.texi: New file.
12866         * doc/glibc-headers/sysexits.texi: New file.
12867         * doc/glibc-headers/ttyent.texi: New file.
12868
12869 2008-01-12  Jim Meyering  <meyering@redhat.com>
12870
12871         announce-gen: emit Gnulib's git-based version string.
12872         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
12873         New option --gnulib-version=V, where V is expected to be
12874         the output of running git describe in the gnulib directory.
12875         (get_tool_versions): Request feedback on xdelta.  I suspect it's
12876         not useful, and plan to stop publishing an xdelta file with each
12877         coreutils release.
12878
12879         * build-aux/announce-gen: Also check for lzma-compressed files.
12880
12881 2008-01-11  Bruno Haible  <bruno@clisp.org>
12882
12883         * tests/test-memmem.c (main): Increase maximum allowed time.
12884         * tests/test-strstr.c (main): Likewise.
12885
12886 2008-01-11  Bruno Haible  <bruno@clisp.org>
12887
12888         * doc/functions/memmem.texi: Add more precisions about platforms.
12889         * doc/functions/strstr.texi: Likewise.
12890
12891 2008-01-10  Eric Blake  <ebb9@byu.net>
12892
12893         * m4/strstr.m4: Delete cruft from copy-n-paste.
12894         Reported by Bruno Haible.
12895
12896 2008-01-10  Bruno Haible  <bruno@clisp.org>
12897
12898         Make c-strstr rely on strstr.
12899         * lib/c-strstr.c: Don't include str-kmp.h.
12900         (c_strstr): Define in terms of strstr.
12901         * modules/c-strstr (Files): Remove lib/str-kmp.h.
12902         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
12903
12904 2008-01-10  Bruno Haible  <bruno@clisp.org>
12905
12906         * doc/gnulib.texi (String Functions in C Locale): New section.
12907         * doc/c-ctype.texi: New file.
12908         * doc/c-strcase.texi: New file.
12909         * doc/c-strcaseeq.texi: New file.
12910         * doc/c-strcasestr.texi: New file.
12911         * doc/c-strstr.texi: New file.
12912         * doc/c-strtod.texi: New file.
12913         * doc/c-strtold.texi: New file.
12914
12915 2008-01-10  Eric Blake  <ebb9@byu.net>
12916
12917         * lib/relocatable.h: Fix a comment.
12918
12919 2008-01-10  Eric Blake  <ebb9@byu.net>
12920
12921         Share two-way algorithm.
12922         * lib/str-two-way.h: New file, merged from...
12923         * lib/memmem.c: ...here...
12924         * lib/strstr.c: ...and here.
12925         * modules/memmem (Files): Use it.
12926         * modules/strstr (Files): Likewise.
12927
12928         Avoid quadratic strstr implementations.
12929         * lib/strstr.c: New file.
12930         * m4/strstr.m4: Likewise.
12931         * modules/strstr: Likewise.
12932         * modules/strstr-tests: Likewise.
12933         * tests/test-strstr.c: Likewise.
12934         * lib/string.in.h (rpl_strstr): Declare.
12935         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
12936         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
12937         * modules/string (Makefile.am): Likewise.
12938         * MODULES.html.sh (string handling): Mention new module.
12939         * doc/functions/strstr.texi (strstr): Document the bug.
12940
12941 2008-01-10  Bruno Haible  <bruno@clisp.org>
12942
12943         * lib/relocatable.h (relocate): State whether result is freshly
12944         allocated or not.
12945         * lib/relocatable.c (relocate): Return a freshly allocated string
12946         instead of a pointer to a privately held string.
12947         Reported by Sylvain Beucler <beuc@gnu.org>.
12948
12949 2008-01-10  Colin Watson  <cjwatson@debian.org>
12950
12951         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
12952         s/S_ISNLK/S_ISLNK/.
12953
12954 2008-01-09  Bruno Haible  <bruno@clisp.org>
12955
12956         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
12957         and other files.
12958         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
12959         if it's only a guess.
12960         * modules/memmem: Simplify by depending on memmem-simple.
12961
12962 2008-01-09  Bruno Haible  <bruno@clisp.org>
12963
12964         Work around OpenBSD 4.0 tdelete() bug.
12965         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
12966         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
12967         macros and don't redefine the enum values.
12968         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
12969         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
12970         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
12971
12972 2008-01-09  Bruno Haible  <bruno@clisp.org>
12973
12974         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
12975         (main): Don't perform the tests if setlocale did not install a UTF-8
12976         locale. Needed on OpenBSD 4.0.
12977         * modules/wcwidth-tests (Depends-on): Add localcharset.
12978
12979 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12980
12981         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
12982         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
12983         * NEWS: announce this.
12984         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
12985
12986 2008-01-09  Simon Josefsson  <simon@josefsson.org>
12987         and Eric Blake  <ebb9@byu.net>
12988
12989         Add memmem-simple module.
12990         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
12991         (gl_FUNC_MEMMEM): Separate performance from presence checks.
12992         * modules/memmem-simple: New file.
12993         * modules/memmem (Description): Tweak.
12994         * MODULES.html.sh (string handling): Mention new module.
12995         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
12996         addressed by memmem-simple.
12997         * NEWS: Document the difference.
12998
12999 2008-01-09  Eric Blake  <ebb9@byu.net>
13000
13001         Give gcc some memmem optimization hints.
13002         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
13003         (strcasestr): Declare as pure.
13004         * modules/memmem (Maintainer): Claim my implementation.
13005
13006 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13007
13008         Support AIX 6.1 and higher.
13009         * build-aux/config.libpath: Likewise.
13010         * build-aux/config.rpath: Likewise.
13011
13012 2008-01-08  Jim Meyering  <meyering@redhat.com>
13013             Bruno Haible  <bruno@clisp.org>
13014
13015         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
13016         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
13017         Reported by Peter Fales in
13018         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
13019
13020 2008-01-08  Bruno Haible  <bruno@clisp.org>
13021
13022         * modules/unictype/category-of (Depends-on): Add
13023         unictype/category-none.
13024         * modules/unictype/category-and-tests (Depends-on): Add
13025         unictype/category-{L,N,Lu,Nd}.
13026         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
13027         * modules/unictype/category-or-tests (Depends-on): Add
13028         unictype/category-{L,N}.
13029         * modules/unictype/category-name-tests (Depends-on): Add
13030         unictype/category-{Z,Nl}.
13031         Reported by Simon Josefsson.
13032
13033 2008-01-08  Bruno Haible  <bruno@clisp.org>
13034
13035         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
13036         convention better.
13037         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
13038         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
13039         Reported by Peter Miller <millerp@canb.auug.org.au>.
13040
13041 2008-01-08  Eric Blake  <ebb9@byu.net>
13042
13043         Rewrite memmem to guarantee linear complexity without malloc.
13044         * lib/memmem.c (memmem): Use Two-Way rather than
13045         Knuth-Morris-Pratt, to allow O(1) space usage.
13046         (critical_factorization, two_way_short_needle)
13047         (two_way_long_needle): New functions.
13048         (knuth_morris_pratt): Delete.
13049         * modules/memmem (Depends-on): No longer need malloca or stdbool.
13050         Add stdint.
13051         * tests/test-memmem.c (main): Add tests for periodic needle and
13052         sublinear performance.
13053         * doc/functions/memmem.texi (memmem): Document other deficiencies
13054         in cygwin and older glibc.
13055
13056 2008-01-08  Bruno Haible  <bruno@clisp.org>
13057
13058         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
13059         augmentation.
13060
13061 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
13062
13063         Add a configure time option: --disable-acl.
13064         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
13065         AC_ARG_ENABLE(acl).
13066
13067 2008-01-06  Simon Josefsson  <simon@josefsson.org>
13068
13069         * tests/test-localename.c: Don't include obsolete "setenv.h".
13070
13071         * modules/localename-tests (Depends-on): Need unsetenv.
13072
13073 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13074
13075         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
13076
13077 2008-01-06  Colin Watson  <cjwatson@debian.org>
13078
13079         * users.txt: Add man-db.
13080
13081 2008-01-07  Bruno Haible  <bruno@clisp.org>
13082
13083         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
13084         previous section name.
13085
13086 2008-01-07  Bruno Haible  <bruno@clisp.org>
13087
13088         * lib/progname.c (set_program_name): Don't strip off a leading
13089         "lt-" prefix outside a .libs directory.
13090         Suggested by Paul Eggert.
13091
13092 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
13093             Bruno Haible  <bruno@clisp.org>
13094
13095         Improve memory cleanup in 'relocatable' module.
13096         * lib/relocatable.h (compute_curr_prefix): Change return type to
13097         'char *'.
13098         * lib/relocatable.c (compute_curr_prefix): Change return type to
13099         'char *'. Free curr_installdir after use.
13100         (relocate): Free curr_prefix_better after use.
13101         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
13102
13103 2008-01-01  Bruno Haible  <bruno@clisp.org>
13104
13105         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
13106         failure on older glibc systems.
13107         Reported by Peter Fales <psfales@alcatel-lucent.com>.
13108
13109 2008-01-05  Eric Blake  <ebb9@byu.net>
13110
13111         Avoid quadratic system memmem.
13112         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
13113         Reported by Ralf Wildenhues.
13114
13115         Fix memmem test for mingw.
13116         * modules/memmem-tests (configure.ac): Check for alarm.
13117         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
13118         it.
13119         * doc/functions/memmem.texi: New file.
13120         * doc/gnulib.texi (Function Substitutes): Add memmem.
13121         Reported by Bruno Haible.
13122
13123 2008-01-04  Bruno Haible  <bruno@clisp.org>
13124
13125         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
13126         Require gl_HEADER_STRINGS_H_DEFAULTS, not
13127         gl_HEADER_STRING_H_DEFAULTS.
13128
13129 2008-01-04  Eric Blake  <ebb9@byu.net>
13130
13131         Shorten duration of memmem test.
13132         * tests/test-memmem.c (main): Use alarm to declare failure if test
13133         is taking too long.
13134         Reported by Ralf Wildenhues.
13135
13136 2007-12-21  Simon Josefsson  <simon@josefsson.org>
13137
13138         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
13139         string, needed by strerror.
13140
13141 2008-01-03  Colin Watson  <cjwatson@debian.org>
13142             Bruno Haible  <bruno@clisp.org>
13143
13144         * doc/gnulib-tool.texi (Localization): New section.
13145
13146 2008-01-02  Bruno Haible  <bruno@clisp.org>
13147
13148         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
13149         variables to 'unsigned char *' type.
13150         Reported by Paul Eggert.
13151
13152 2008-01-02  Jim Meyering  <jim@meyering.net>
13153
13154         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
13155
13156 2007-12-31  Jim Meyering  <jim@meyering.net>
13157
13158         Avoid use of private FTS type name.
13159         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
13160
13161 2007-12-30  Karl Berry  <karl@gnu.org>
13162
13163         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
13164         work around defect in Texinfo and/or the standalone Info browser.
13165
13166 2007-12-30  Bruno Haible  <bruno@clisp.org>
13167
13168         Unify 5 copies of the KMP code.
13169         * lib/str-kmp.h: New file.
13170         * lib/c-strcasestr.c: Include str-kmp.h.
13171         (knuth_morris_pratt): Remove function.
13172         (c_strcasestr): Update.
13173         * lib/c-strstr.c: Include str-kmp.h.
13174         (knuth_morris_pratt): Remove function.
13175         (c_strcasestr): Update.
13176         * lib/mbscasestr.c: Include str-kmp.h.
13177         (knuth_morris_pratt_unibyte): Remove function.
13178         * lib/mbsstr.c: Include str-kmp.h.
13179         (knuth_morris_pratt_unibyte): Remove function.
13180         * lib/strcasestr.c: Include str-kmp.h.
13181         (knuth_morris_pratt): Remove function.
13182         (strcasestr): Update.
13183         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
13184         * modules/c-strstr (Files): Likewise.
13185         * modules/mbscasestr (Files): Likewise.
13186         * modules/mbsstr (Files): Likewise.
13187         * modules/strcasestr (Files): Likewise.
13188         Suggested by Paul Eggert.
13189
13190 2007-12-30  Bruno Haible  <bruno@clisp.org>
13191
13192         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
13193         defined.
13194
13195 2007-12-30  Bruno Haible  <bruno@clisp.org>
13196
13197         * lib/xmalloca.h: Include xalloc.h.
13198         (xnmalloca): New macro.
13199
13200 2007-12-30  Bruno Haible  <bruno@clisp.org>
13201
13202         * lib/malloca.h (nmalloca): New macro.
13203         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
13204         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
13205         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
13206         knuth_morris_pratt_multibyte): Likewise.
13207         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
13208         knuth_morris_pratt_multibyte): Likewise.
13209         * lib/memmem.c (knuth_morris_pratt): Likewise.
13210         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
13211
13212 2007-12-25  Bruno Haible  <bruno@clisp.org>
13213
13214         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
13215         * lib/glob.c: Don't include openat.h.
13216         (link_exists2_p): Add back the code that deals with the
13217         !GLOB_ALTDIRFUNC case.
13218         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
13219         let it do the filename concatenation.
13220         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
13221         * modules/glob (Depends-on): Remove openat.
13222
13223 2007-12-31  Bruno Haible  <bruno@clisp.org>
13224
13225         * modules/dirfd (License): Change to LGPLv2+.
13226         Approved by Jim Meyering.
13227
13228 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
13229
13230         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
13231         when multiplying M by sizeof (size_t).
13232
13233 2007-12-10  Martin Lambers  <marlam@marlam.de>
13234
13235         Override getpagesize on mingw.
13236         * lib/getpagesize.c: New file.
13237         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
13238         * modules/getpagesize (Files): Add lib/getpagesize.c.
13239         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
13240         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13241         REPLACE_GETPAGESIZE.
13242         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
13243
13244 2007-12-25  Bruno Haible  <bruno@clisp.org>
13245
13246         * modules/localcharset (Notice): New field.
13247         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
13248         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
13249
13250 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
13251             Bruno Haible  <bruno@clisp.org>
13252
13253         Avoid using the syntax symbol() in formatted documentation.
13254         * MODULES.html.sh (func_module): When replacing symbol() with a
13255         hyperlink, remove the parentheses. Show an error if some remain.
13256         Recognize and render the '...' syntax.
13257         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
13258         Rework. Add paragraph about GCC's inlining.
13259         * doc/alloca.texi: Likewise.
13260         * doc/error.texi: Remove parentheses from symbol reference.
13261         * doc/gnulib-intro.texi: Likewise.
13262         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
13263         * modules/fnmatch (Description): Reword to say "the ... function".
13264         * modules/full-read (Description): Likewise.
13265         * modules/full-write (Description): Likewise.
13266         * modules/safe-read (Description): Likewise.
13267         * modules/safe-write (Description): Likewise.
13268         * modules/strchrnul (Description): Likewise.
13269         * modules/trim (Description): Likewise.
13270         * modules/error (Description): Remove parentheses from symbol
13271         references.
13272         * modules/verror (Description): Likewise.
13273         Reported by Karl Berry.
13274
13275 2007-12-25  Bruno Haible  <bruno@clisp.org>
13276
13277         Fixup after 2007-10-16 commit.
13278         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
13279
13280 2007-12-24  Bruno Haible  <bruno@clisp.org>
13281
13282         Make --enable-relocatable work with DESTDIR.
13283         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
13284         to compute installdir from destprog.
13285         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
13286         also set the RELOC_DESTDIR variable.
13287         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13288
13289 2007-12-24  Bruno Haible  <bruno@clisp.org>
13290
13291         Fix link error due to xalloc_die().
13292         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
13293         of xreadlink.
13294         * lib/relocwrapper.c: Update comments.
13295         * build-aux/install-reloc: Remove xreadlink.c from file list.
13296         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
13297         xreadlink.c.
13298         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13299
13300 2007-12-24  Bruno Haible  <bruno@clisp.org>
13301
13302         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
13303         * lib/setenv.h: Remove file.
13304         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
13305         lib/setenv.h.
13306         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
13307         (Depends-on): Add stdlib.
13308         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
13309         gl_FUNC_UNSETENV.
13310         (Include): Replace setenv.h with <stdlib.h>.
13311         * modules/unsetenv: New file.
13312         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
13313         * lib/unsetenv.c: Include <stdlib.h> first.
13314         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
13315         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
13316         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
13317         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
13318         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
13319         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
13320         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
13321         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
13322         * doc/functions/unsetenv.texi: Update.
13323         * modules/xsetenv (Depends-on): Add unsetenv.
13324         * modules/getdate (Depends-on): Likewise.
13325         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
13326         * lib/xsetenv.c: Don't include setenv.h.
13327         * lib/getdate.y: Likewise.
13328         * lib/relocwrapper.c: Likewise.
13329         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
13330         (Depends-on): Add stdlib.
13331         * NEWS: Mention the changes.
13332         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13333
13334 2007-12-23  Bruno Haible  <bruno@clisp.org>
13335
13336         * lib/memmem.c (memmem): Use lowercase variable names. Tab
13337         indentation.
13338
13339 2007-12-23  Bruno Haible  <bruno@clisp.org>
13340
13341         * lib/c-strcasestr.c: Add more comments.
13342         * lib/c-strstr.c: Likewise.
13343         * lib/mbscasestr.c: Likewise.
13344         * lib/mbsstr.c: Likewise.
13345         * lib/strcasestr.c: Likewise.
13346         * lib/memmem.c: Likewise.
13347
13348 2007-12-23  Bruno Haible  <bruno@clisp.org>
13349
13350         * tests/test-memmem.c: Include <string.h> first.
13351
13352 2007-12-22  Bruno Haible  <bruno@clisp.org>
13353
13354         * gnulib-tool (func_create_testdir): Change $auxdir while generating
13355         the contents of $testsbase.
13356         Reported by Ralf Wildenhues.
13357
13358 2007-12-22  Bruno Haible  <bruno@clisp.org>
13359
13360         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
13361         two variables local_ldadd_before, local_ldadd_last.
13362
13363 2007-12-20  Eric Blake  <ebb9@byu.net>
13364
13365         Work around circular library issue when cross-compiling.
13366         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
13367         that progname.o does not need to pull in rpl_memcmp.
13368
13369 2007-12-19  Eric Blake  <ebb9@byu.net>
13370
13371         Fix memmem to avoid O(n^2) worst-case complexity.
13372         * lib/memmem.c (knuth_morris_pratt): New function.
13373         (memmem): Use it if first few naive iterations fail.
13374         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
13375         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
13376         * modules/memchr (License): Likewise.
13377         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
13378         malloca.
13379         * tests/test-memmem.c: Rewrite, borrowing ideas from
13380         test-mbsstr1.c; the old version wouldn't even compile!
13381         * modules/memmem-tests: New file.
13382         * lib/string.in.h (rpl_memmem): Add declaration.
13383         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
13384         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
13385         REPLACE_MEMMEM.
13386
13387 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
13388
13389         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
13390         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
13391         before any system include files, and undef after them all.  This
13392         should fix a problem on VMS reported by John E. Malmberg in
13393         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
13394
13395 2007-12-17  Eric Blake  <ebb9@byu.net>
13396
13397         Revert addition of verify, for BSD/OS.
13398         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
13399         can't handle large files, for the sake of obsolete platforms.
13400         * modules/fseeko (Depends-on): Remove verify.
13401         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
13402         * doc/functions/ftello.texi (ftello): Likewise.
13403         * doc/functions/fgetpos.texi (fgetpos): Likewise.
13404         Reported by Larry Jones.
13405
13406 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
13407
13408         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
13409         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
13410
13411 2007-12-17  Jim Meyering  <meyering@redhat.com>
13412
13413         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
13414         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
13415         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
13416         * modules/getcwd (Depends-on): Add openat.
13417         Reported by Petr Salinger.
13418
13419 2007-12-17  Bruno Haible  <bruno@clisp.org>
13420
13421         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
13422         avoid a segmentation fault of the configure test on x86_64 systems.
13423
13424 2007-12-15  Jim Meyering  <meyering@redhat.com>
13425
13426         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
13427
13428 2007-12-13  Eric Blake  <ebb9@byu.net>
13429
13430         Another fseek test.
13431         * tests/test-fseek.c (main): Also test ungetc handling.
13432         * tests/test-fseeko.c (main): Likewise.
13433         * modules/fseeko (Depends-on): Add verify.
13434         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
13435         large.
13436         Reported by Larry Jones.
13437
13438         Fix fseeko on mingw.
13439         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
13440         seek.
13441
13442         Beef up fseek tests.
13443         * tests/test-fseek.c (main): Also test eof handling.
13444         * tests/test-fseeko.c (main): Likewise.
13445         Reported by Larry Jones.
13446
13447 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
13448
13449         Fix fseeko on BSD-based platforms.
13450         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
13451         successful seek.
13452
13453 2007-12-12  Eric Blake  <ebb9@byu.net>
13454
13455         Allow circular dependency of separate libtests.a
13456         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
13457         when use_libtests.
13458
13459 2007-12-11  Eric Blake  <ebb9@byu.net>
13460
13461         Fix bug with -0.0L in previous patch.
13462         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
13463         * tests/test-isnan.c (main): Also test on zeroes.
13464         * tests/test-isnanf.c (main): Likewise.
13465         * tests/test-isnanl.h (main): Likewise.
13466
13467         Detect pseudo-denormals on x86 even when cross-compiling.
13468         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
13469         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
13470         invalid bit patterns that happen to satisfy ==.
13471
13472         Avoid link failures with separate libtests.a.
13473         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
13474         last, to satisfy circular dependencies.
13475
13476 2007-12-11  Eric Blake  <ebb9@byu.net>
13477         and Bruno Haible  <bruno@clisp.org>
13478
13479         Fix OpenBSD 4.0 <float.h> handling of long double.
13480         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
13481         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
13482         * doc/headers/float.texi (float.h): Document OpenBSD bug.
13483
13484 2007-12-11  Jim Meyering  <meyering@redhat.com>
13485
13486         * users.txt: Add libvirt.
13487
13488         Support versions of autoconf prior to 2.59c.
13489         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
13490         if it is not already defined.
13491
13492 2007-12-09  Bruno Haible  <bruno@clisp.org>
13493
13494         Let 'gnulib-tool --import' collect sources needed for the tests in
13495         tests/ rather than in lib/.
13496         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
13497         argument. If true, add rules to generate libtests.a, and put libtests.a
13498         into $(LDADD). Consider source files in subdirectories and set
13499         uses_subdirs.
13500         (func_emit_initmacro_start, func_emit_initmacro_end,
13501         func_emit_initmacro_done): Pass all arguments explicitly.
13502         (func_import): Determine two module lists main_modules,
13503         testsrelated_modules. Determine use_libtests. Determine two variables
13504         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
13505         instead of just sed_transform_lib_file. Determine two variables
13506         main_files and testsrelated_files. Compute 'files' as the union of
13507         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
13508         func_add_or_update. In the generated gnulib-comp.m4, collect the
13509         object files for tests/ in different variables than those for lib/.
13510         Substitute LIBTESTS_LIBDEPS.
13511         (func_create_testdir): Combine the uses_subdirs results from
13512         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
13513
13514 2007-12-09  Bruno Haible  <bruno@clisp.org>
13515
13516         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
13517         the build-aux directory.
13518
13519 2007-12-09  Bruno Haible  <bruno@clisp.org>
13520
13521         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
13522         introduced on 2006-09-09.
13523
13524 2007-12-07  Jim Meyering  <meyering@redhat.com>
13525
13526         Let these macros work also with autoconf-2.59.
13527         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
13528         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
13529         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
13530
13531 2007-12-06  Jim Meyering  <meyering@redhat.com>
13532
13533         Avoid a configure-time syntax error in gl_FUNC_ACL.
13534         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
13535         function in each branch, before testing the cache variable.
13536
13537 2007-12-04  Eric Blake  <ebb9@byu.net>
13538
13539         Make scripts executable.
13540         * build-aux/config.guess: Add execute permissions.
13541         * build-aux/config.sub: Likewise.
13542         * build-aux/gendocs.sh: Likewise.
13543
13544         Fix frexp on mingw.
13545         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
13546         cross-compiling.
13547         * doc/functions/frexp.texi (frexp): Document the bug.
13548
13549         Make cygwin fseeko check more reliable.
13550         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
13551         version numbers, rather than unrelated feature check.
13552         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
13553         * doc/functions/ftello.texi (ftello): Likewise.
13554         Reported by Bruno Haible.
13555
13556         * m4/strerror.m4: Bump version number.
13557
13558 2007-12-03  Bruno Haible  <bruno@clisp.org>
13559
13560         * doc/functions/mprotect.texi: Mention the mingw problem.
13561
13562 2007-12-03  Eric Blake  <ebb9@byu.net>
13563
13564         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
13565         REPLACE_STRERROR is initialized before this macro.
13566
13567 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
13568
13569         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
13570         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
13571         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
13572         put -lsec in even for programs other than 'ls'.  This fixes a problem
13573         for gettext reported by Bruno Haible in
13574         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
13575         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
13576         Add support for Solaris 10.  This isn't efficient, but should get the
13577         job done for now.
13578
13579 2007-12-03  James Youngman  <jay@gnu.org>
13580
13581         * doc/regexprops-generic.texi: change "an close-group" to "a
13582         close-group" and "illegal" to "not allowed".
13583
13584 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13585
13586         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
13587         pr_byname.h. Needed for the rare case when the maintainer has done
13588         "make maintainer-clean" in the source directory and then attempts a
13589         build outside the source directory.
13590         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
13591         scripts_byname.h.
13592
13593 2007-12-02  Martin Lambers <marlam@marlam.de>
13594             Bruno Haible  <bruno@clisp.org>
13595
13596         * lib/getpagesize.h: Remove file.
13597         * lib/unistd.in.h: Include declaration of getpagesize here.
13598         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
13599         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
13600         HAVE_SYS_PARAM_H.
13601         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
13602         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
13603         * modules/getpagesize (Files): Remove lib/getpagesize.h.
13604         (Depends-on): Add unistd.
13605         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13606         (Include): Use <unistd.h> instead of getpagesize.h.
13607         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
13608         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
13609         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
13610         gl_GETPAGESIZE invocation, already handled by module dependency.
13611         * lib/pagealign_alloc.c: Don't include getpagesize.h.
13612
13613 2007-12-02  Bruno Haible  <bruno@clisp.org>
13614
13615         * modules/strings-tests: New file.
13616         * tests/test-strings.c: New file.
13617
13618         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
13619         * lib/strings.in.h: New file.
13620         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
13621         * m4/strings_h.m4: New file.
13622         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
13623         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
13624         * modules/strings: New file.
13625         * modules/string (Makefile.am): Update.
13626         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
13627         Reported by Karl Berry.
13628
13629 2007-12-01  Eric Blake  <ebb9@byu.net>
13630
13631         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
13632         accomodate fix in cygwin 1.5.25.
13633
13634 2007-12-01  Jim Meyering  <meyering@redhat.com>
13635
13636         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
13637         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
13638         that would inhibit utf8-optimization of a regexp containing line-
13639         or buffer-anchors, e.g., `^', `$'.
13640
13641 2007-11-30  Bruno Haible  <bruno@clisp.org>
13642
13643         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
13644         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
13645         glthread_recursive_lock_init.
13646         * lib/lock.c (glthread_recursive_lock_init)
13647         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
13648         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13649
13650 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
13651
13652         New function qset_acl, like set_acl but with syscall semantics.
13653         * lib/acl.h (qset_acl): New decl.
13654         * lib/acl.c (qset_acl): New function.
13655         (set_acl): Use new function.  Use more-consistent diagnostics.
13656
13657 2007-11-28  Jim Meyering  <meyering@redhat.com>
13658
13659         * modules/physmem (License): Change from GPL to LGPLv2+.
13660
13661 2007-11-26  Bruno Haible  <bruno@clisp.org>
13662
13663         * lib/vasnprintf.c (decode_long_double): Don't abort if the
13664         'long double' type has excess precision.
13665         Reported by Jim Meyering in
13666         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
13667
13668 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13669
13670         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
13671         Sync from <http://gnu.org/licenses>.
13672         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
13673         with license text from same location.
13674         * doc/maintain.texi, doc/standards.texi:  Sync from
13675         <http://savannah.gnu.org/projects/gnustandards>.
13676
13677 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
13678         and Jim Meyering  <meyering@redhat.com>
13679
13680         Adjust getdate' grammar to accept a slightly more regular language.
13681         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
13682         Before, the former was rejected.
13683         * lib/getdate.y (digits_to_date_time): New function, factored
13684         out of ...
13685         (number): ...here.  Just call digits_to_date_time.
13686         (hybrid): New non-terminal to handle an <unsigned number,
13687         signed relative offset> sequence consistently.
13688
13689 2007-11-18  Jim Meyering  <meyering@redhat.com>
13690
13691         Pull my changes from coreutils:
13692         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
13693         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
13694         use of $gnulib_tool_option_extras, so that it's separated from the
13695         preceding argument.
13696
13697         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
13698         * build-aux/bootstrap (cp_mark_as_generated): Create any required
13699         parent destination directories before copying a file into place.
13700
13701 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
13702
13703         bootstrap: work also with 4-argument variant of AC_INIT
13704         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
13705
13706 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13707
13708         Port test-getaddrinfo to Solaris.
13709         Problem reported by Bruno Haible in
13710         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
13711         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
13712         explanation of setting 'hints'.
13713         Don't reject an implementation merely because it returns EAI_SERVICE.
13714         (EAI_SERVICE): Define to 0 if not defined.
13715
13716 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
13717
13718         The license of gnu-make and posix-shell is now "GPLed build tool".
13719         * modules/gnu-make (License): Likewise.
13720         * modules/posix-shell (License): Likewise.
13721
13722         New module posix-shell, for determining a POSIX shell
13723         or perhaps something that is close enough to a POSIX shell.
13724         * m4/posix-shell.m4: New file.
13725         * modules/posix-shell: New file.
13726
13727         * MODULES.html.sh: Mention new module.
13728
13729         New module gnu-make, for determining whether we're using GNU Make.
13730         * m4/gnu-make.m4: New file.
13731         * modules/gnu-make: New file.
13732         * MODULES.html.sh: Mention new module.
13733
13734 2007-11-14  Jim Meyering  <meyering@redhat.com>
13735
13736         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
13737         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
13738         use this macro to create a function _definition_.
13739         Remove useless "#undef ARGMATCH_DIE".
13740
13741 2007-11-14  Bruno Haible  <bruno@clisp.org>
13742
13743         * lib/config.charset: Update for OpenBSD 4.1.
13744         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
13745
13746 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
13747
13748         Document 64-bit #if problems in stdint.texi.
13749         * doc/headers/stdint.texi (stdint.h): Mention problems with
13750         64-bit-#if, and how to work around them.
13751
13752         Don't insist on 'long long int' support in the preprocessor.  It
13753         breaks too many things.  For example, PRIdMAX still uses a 'long
13754         long int' format with the latest Sun compiler, even though
13755         HAVE_LONG_LONG_INT isn't defined due to that compiler's
13756         preprocessor problem.  This causes the latest coreutils to dump
13757         core on Solaris 10 sparc with the Sun C compiler.
13758         Instead, fix the 2007-10-16 problem in a different way, by evaluating
13759         the troublesome expressions at configure-time, not at #if-time.
13760         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
13761         preprocessor.
13762         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
13763         compile-time C checks, done at 'configure'-time.
13764         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
13765         * modules/inttypes (Makefile): Substitute the new symbols that
13766         gl_INTTYPES_H now generates.
13767         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
13768
13769 2007-11-12  Bruno Haible  <bruno@clisp.org>
13770
13771         Tests for Unicode character classification functions.
13772
13773         * modules/unictype/bidicategory-byname-tests: New file.
13774         * modules/unictype/bidicategory-name-tests: New file.
13775         * modules/unictype/bidicategory-of-tests: New file.
13776         * modules/unictype/bidicategory-test-tests: New file.
13777         * modules/unictype/block-list-tests: New file.
13778         * modules/unictype/block-of-tests: New file.
13779         * modules/unictype/block-test-tests: New file.
13780         * modules/unictype/category-C-tests: New file.
13781         * modules/unictype/category-Cc-tests: New file.
13782         * modules/unictype/category-Cf-tests: New file.
13783         * modules/unictype/category-Cn-tests: New file.
13784         * modules/unictype/category-Co-tests: New file.
13785         * modules/unictype/category-Cs-tests: New file.
13786         * modules/unictype/category-L-tests: New file.
13787         * modules/unictype/category-Ll-tests: New file.
13788         * modules/unictype/category-Lm-tests: New file.
13789         * modules/unictype/category-Lo-tests: New file.
13790         * modules/unictype/category-Lt-tests: New file.
13791         * modules/unictype/category-Lu-tests: New file.
13792         * modules/unictype/category-M-tests: New file.
13793         * modules/unictype/category-Mc-tests: New file.
13794         * modules/unictype/category-Me-tests: New file.
13795         * modules/unictype/category-Mn-tests: New file.
13796         * modules/unictype/category-N-tests: New file.
13797         * modules/unictype/category-Nd-tests: New file.
13798         * modules/unictype/category-Nl-tests: New file.
13799         * modules/unictype/category-No-tests: New file.
13800         * modules/unictype/category-P-tests: New file.
13801         * modules/unictype/category-Pc-tests: New file.
13802         * modules/unictype/category-Pd-tests: New file.
13803         * modules/unictype/category-Pe-tests: New file.
13804         * modules/unictype/category-Pf-tests: New file.
13805         * modules/unictype/category-Pi-tests: New file.
13806         * modules/unictype/category-Po-tests: New file.
13807         * modules/unictype/category-Ps-tests: New file.
13808         * modules/unictype/category-S-tests: New file.
13809         * modules/unictype/category-Sc-tests: New file.
13810         * modules/unictype/category-Sk-tests: New file.
13811         * modules/unictype/category-Sm-tests: New file.
13812         * modules/unictype/category-So-tests: New file.
13813         * modules/unictype/category-Z-tests: New file.
13814         * modules/unictype/category-Zl-tests: New file.
13815         * modules/unictype/category-Zp-tests: New file.
13816         * modules/unictype/category-Zs-tests: New file.
13817         * modules/unictype/category-and-not-tests: New file.
13818         * modules/unictype/category-and-tests: New file.
13819         * modules/unictype/category-byname-tests: New file.
13820         * modules/unictype/category-name-tests: New file.
13821         * modules/unictype/category-none-tests: New file.
13822         * modules/unictype/category-of-tests: New file.
13823         * modules/unictype/category-or-tests: New file.
13824         * modules/unictype/category-test-withtable-tests: New file.
13825         * modules/unictype/combining-class-tests: New file.
13826         * modules/unictype/ctype-alnum-tests: New file.
13827         * modules/unictype/ctype-alpha-tests: New file.
13828         * modules/unictype/ctype-blank-tests: New file.
13829         * modules/unictype/ctype-cntrl-tests: New file.
13830         * modules/unictype/ctype-digit-tests: New file.
13831         * modules/unictype/ctype-graph-tests: New file.
13832         * modules/unictype/ctype-lower-tests: New file.
13833         * modules/unictype/ctype-print-tests: New file.
13834         * modules/unictype/ctype-punct-tests: New file.
13835         * modules/unictype/ctype-space-tests: New file.
13836         * modules/unictype/ctype-upper-tests: New file.
13837         * modules/unictype/ctype-xdigit-tests: New file.
13838         * modules/unictype/decimal-digit-tests: New file.
13839         * modules/unictype/digit-tests: New file.
13840         * modules/unictype/mirror-tests: New file.
13841         * modules/unictype/numeric-tests: New file.
13842         * modules/unictype/property-alphabetic-tests: New file.
13843         * modules/unictype/property-ascii-hex-digit-tests: New file.
13844         * modules/unictype/property-bidi-arabic-digit-tests: New file.
13845         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
13846         * modules/unictype/property-bidi-block-separator-tests: New file.
13847         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
13848         * modules/unictype/property-bidi-common-separator-tests: New file.
13849         * modules/unictype/property-bidi-control-tests: New file.
13850         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
13851         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
13852         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
13853         * modules/unictype/property-bidi-european-digit-tests: New file.
13854         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
13855         * modules/unictype/property-bidi-left-to-right-tests: New file.
13856         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
13857         * modules/unictype/property-bidi-other-neutral-tests: New file.
13858         * modules/unictype/property-bidi-pdf-tests: New file.
13859         * modules/unictype/property-bidi-segment-separator-tests: New file.
13860         * modules/unictype/property-bidi-whitespace-tests: New file.
13861         * modules/unictype/property-byname-tests: New file.
13862         * modules/unictype/property-combining-tests: New file.
13863         * modules/unictype/property-composite-tests: New file.
13864         * modules/unictype/property-currency-symbol-tests: New file.
13865         * modules/unictype/property-dash-tests: New file.
13866         * modules/unictype/property-decimal-digit-tests: New file.
13867         * modules/unictype/property-default-ignorable-code-point-tests: New file.
13868         * modules/unictype/property-deprecated-tests: New file.
13869         * modules/unictype/property-diacritic-tests: New file.
13870         * modules/unictype/property-extender-tests: New file.
13871         * modules/unictype/property-format-control-tests: New file.
13872         * modules/unictype/property-grapheme-base-tests: New file.
13873         * modules/unictype/property-grapheme-extend-tests: New file.
13874         * modules/unictype/property-grapheme-link-tests: New file.
13875         * modules/unictype/property-hex-digit-tests: New file.
13876         * modules/unictype/property-hyphen-tests: New file.
13877         * modules/unictype/property-id-continue-tests: New file.
13878         * modules/unictype/property-id-start-tests: New file.
13879         * modules/unictype/property-ideographic-tests: New file.
13880         * modules/unictype/property-ids-binary-operator-tests: New file.
13881         * modules/unictype/property-ids-trinary-operator-tests: New file.
13882         * modules/unictype/property-ignorable-control-tests: New file.
13883         * modules/unictype/property-iso-control-tests: New file.
13884         * modules/unictype/property-join-control-tests: New file.
13885         * modules/unictype/property-left-of-pair-tests: New file.
13886         * modules/unictype/property-line-separator-tests: New file.
13887         * modules/unictype/property-logical-order-exception-tests: New file.
13888         * modules/unictype/property-lowercase-tests: New file.
13889         * modules/unictype/property-math-tests: New file.
13890         * modules/unictype/property-non-break-tests: New file.
13891         * modules/unictype/property-not-a-character-tests: New file.
13892         * modules/unictype/property-numeric-tests: New file.
13893         * modules/unictype/property-other-alphabetic-tests: New file.
13894         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
13895         * modules/unictype/property-other-grapheme-extend-tests: New file.
13896         * modules/unictype/property-other-id-continue-tests: New file.
13897         * modules/unictype/property-other-id-start-tests: New file.
13898         * modules/unictype/property-other-lowercase-tests: New file.
13899         * modules/unictype/property-other-math-tests: New file.
13900         * modules/unictype/property-other-uppercase-tests: New file.
13901         * modules/unictype/property-paired-punctuation-tests: New file.
13902         * modules/unictype/property-paragraph-separator-tests: New file.
13903         * modules/unictype/property-pattern-syntax-tests: New file.
13904         * modules/unictype/property-pattern-white-space-tests: New file.
13905         * modules/unictype/property-private-use-tests: New file.
13906         * modules/unictype/property-punctuation-tests: New file.
13907         * modules/unictype/property-quotation-mark-tests: New file.
13908         * modules/unictype/property-radical-tests: New file.
13909         * modules/unictype/property-sentence-terminal-tests: New file.
13910         * modules/unictype/property-soft-dotted-tests: New file.
13911         * modules/unictype/property-space-tests: New file.
13912         * modules/unictype/property-terminal-punctuation-tests: New file.
13913         * modules/unictype/property-test-tests: New file.
13914         * modules/unictype/property-titlecase-tests: New file.
13915         * modules/unictype/property-unassigned-code-value-tests: New file.
13916         * modules/unictype/property-unified-ideograph-tests: New file.
13917         * modules/unictype/property-uppercase-tests: New file.
13918         * modules/unictype/property-variation-selector-tests: New file.
13919         * modules/unictype/property-white-space-tests: New file.
13920         * modules/unictype/property-xid-continue-tests: New file.
13921         * modules/unictype/property-xid-start-tests: New file.
13922         * modules/unictype/property-zero-width-tests: New file.
13923         * modules/unictype/scripts-tests: New file.
13924         * modules/unictype/syntax-c-ident-tests: New file.
13925         * modules/unictype/syntax-c-whitespace-tests: New file.
13926         * modules/unictype/syntax-java-ident-tests: New file.
13927         * modules/unictype/syntax-java-whitespace-tests: New file.
13928         * tests/unictype/test-bidi_byname.c: New file.
13929         * tests/unictype/test-bidi_name.c: New file.
13930         * tests/unictype/test-bidi_of.c: New file.
13931         * tests/unictype/test-bidi_test.c: New file.
13932         * tests/unictype/test-block_list.c: New file.
13933         * tests/unictype/test-block_of.c: New file.
13934         * tests/unictype/test-block_test.c: New file.
13935         * tests/unictype/test-categ_and.c: New file.
13936         * tests/unictype/test-categ_and_not.c: New file.
13937         * tests/unictype/test-categ_byname.c: New file.
13938         * tests/unictype/test-categ_name.c: New file.
13939         * tests/unictype/test-categ_none.c: New file.
13940         * tests/unictype/test-categ_of.c: New file.
13941         * tests/unictype/test-categ_or.c: New file.
13942         * tests/unictype/test-categ_test_withtable.c: New file.
13943         * tests/unictype/test-combining.c: New file.
13944         * tests/unictype/test-decdigit.c: New file.
13945         * tests/unictype/test-digit.c: New file.
13946         * tests/unictype/test-mirror.c: New file.
13947         * tests/unictype/test-numeric.c: New file.
13948         * tests/unictype/test-pr_byname.c: New file.
13949         * tests/unictype/test-pr_test.c: New file.
13950         * tests/unictype/test-predicate-part1.h: New file.
13951         * tests/unictype/test-predicate-part2.h: New file.
13952         * tests/unictype/test-scripts.c: New file.
13953         * tests/unictype/test-sy_c_ident.c: New file.
13954         * tests/unictype/test-sy_java_ident.c: New file.
13955
13956         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
13957         for Unicode 5.0.0.
13958         * tests/unictype/test-categ_Cc.c: Likewise.
13959         * tests/unictype/test-categ_Cf.c: Likewise.
13960         * tests/unictype/test-categ_Cn.c: Likewise.
13961         * tests/unictype/test-categ_Co.c: Likewise.
13962         * tests/unictype/test-categ_Cs.c: Likewise.
13963         * tests/unictype/test-categ_L.c: Likewise.
13964         * tests/unictype/test-categ_Ll.c: Likewise.
13965         * tests/unictype/test-categ_Lm.c: Likewise.
13966         * tests/unictype/test-categ_Lo.c: Likewise.
13967         * tests/unictype/test-categ_Lt.c: Likewise.
13968         * tests/unictype/test-categ_Lu.c: Likewise.
13969         * tests/unictype/test-categ_M.c: Likewise.
13970         * tests/unictype/test-categ_Mc.c: Likewise.
13971         * tests/unictype/test-categ_Me.c: Likewise.
13972         * tests/unictype/test-categ_Mn.c: Likewise.
13973         * tests/unictype/test-categ_N.c: Likewise.
13974         * tests/unictype/test-categ_Nd.c: Likewise.
13975         * tests/unictype/test-categ_Nl.c: Likewise.
13976         * tests/unictype/test-categ_No.c: Likewise.
13977         * tests/unictype/test-categ_P.c: Likewise.
13978         * tests/unictype/test-categ_Pc.c: Likewise.
13979         * tests/unictype/test-categ_Pd.c: Likewise.
13980         * tests/unictype/test-categ_Pe.c: Likewise.
13981         * tests/unictype/test-categ_Pf.c: Likewise.
13982         * tests/unictype/test-categ_Pi.c: Likewise.
13983         * tests/unictype/test-categ_Po.c: Likewise.
13984         * tests/unictype/test-categ_Ps.c: Likewise.
13985         * tests/unictype/test-categ_S.c: Likewise.
13986         * tests/unictype/test-categ_Sc.c: Likewise.
13987         * tests/unictype/test-categ_Sk.c: Likewise.
13988         * tests/unictype/test-categ_Sm.c: Likewise.
13989         * tests/unictype/test-categ_So.c: Likewise.
13990         * tests/unictype/test-categ_Z.c: Likewise.
13991         * tests/unictype/test-categ_Zl.c: Likewise.
13992         * tests/unictype/test-categ_Zp.c: Likewise.
13993         * tests/unictype/test-categ_Zs.c: Likewise.
13994         * tests/unictype/test-ctype_alnum.c: Likewise.
13995         * tests/unictype/test-ctype_alpha.c: Likewise.
13996         * tests/unictype/test-ctype_blank.c: Likewise.
13997         * tests/unictype/test-ctype_cntrl.c: Likewise.
13998         * tests/unictype/test-ctype_digit.c: Likewise.
13999         * tests/unictype/test-ctype_graph.c: Likewise.
14000         * tests/unictype/test-ctype_lower.c: Likewise.
14001         * tests/unictype/test-ctype_print.c: Likewise.
14002         * tests/unictype/test-ctype_punct.c: Likewise.
14003         * tests/unictype/test-ctype_space.c: Likewise.
14004         * tests/unictype/test-ctype_upper.c: Likewise.
14005         * tests/unictype/test-ctype_xdigit.c: Likewise.
14006         * tests/unictype/test-decdigit.h: Likewise.
14007         * tests/unictype/test-digit.h: Likewise.
14008         * tests/unictype/test-numeric.h: Likewise.
14009         * tests/unictype/test-pr_alphabetic.c: Likewise.
14010         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
14011         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
14012         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
14013         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
14014         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
14015         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
14016         * tests/unictype/test-pr_bidi_control.c: Likewise.
14017         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
14018         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
14019         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
14020         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
14021         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
14022         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
14023         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
14024         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
14025         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
14026         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
14027         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
14028         * tests/unictype/test-pr_combining.c: Likewise.
14029         * tests/unictype/test-pr_composite.c: Likewise.
14030         * tests/unictype/test-pr_currency_symbol.c: Likewise.
14031         * tests/unictype/test-pr_dash.c: Likewise.
14032         * tests/unictype/test-pr_decimal_digit.c: Likewise.
14033         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
14034         * tests/unictype/test-pr_deprecated.c: Likewise.
14035         * tests/unictype/test-pr_diacritic.c: Likewise.
14036         * tests/unictype/test-pr_extender.c: Likewise.
14037         * tests/unictype/test-pr_format_control.c: Likewise.
14038         * tests/unictype/test-pr_grapheme_base.c: Likewise.
14039         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
14040         * tests/unictype/test-pr_grapheme_link.c: Likewise.
14041         * tests/unictype/test-pr_hex_digit.c: Likewise.
14042         * tests/unictype/test-pr_hyphen.c: Likewise.
14043         * tests/unictype/test-pr_id_continue.c: Likewise.
14044         * tests/unictype/test-pr_id_start.c: Likewise.
14045         * tests/unictype/test-pr_ideographic.c: Likewise.
14046         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
14047         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
14048         * tests/unictype/test-pr_ignorable_control.c: Likewise.
14049         * tests/unictype/test-pr_iso_control.c: Likewise.
14050         * tests/unictype/test-pr_join_control.c: Likewise.
14051         * tests/unictype/test-pr_left_of_pair.c: Likewise.
14052         * tests/unictype/test-pr_line_separator.c: Likewise.
14053         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
14054         * tests/unictype/test-pr_lowercase.c: Likewise.
14055         * tests/unictype/test-pr_math.c: Likewise.
14056         * tests/unictype/test-pr_non_break.c: Likewise.
14057         * tests/unictype/test-pr_not_a_character.c: Likewise.
14058         * tests/unictype/test-pr_numeric.c: Likewise.
14059         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
14060         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
14061         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
14062         * tests/unictype/test-pr_other_id_continue.c: Likewise.
14063         * tests/unictype/test-pr_other_id_start.c: Likewise.
14064         * tests/unictype/test-pr_other_lowercase.c: Likewise.
14065         * tests/unictype/test-pr_other_math.c: Likewise.
14066         * tests/unictype/test-pr_other_uppercase.c: Likewise.
14067         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
14068         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
14069         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
14070         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
14071         * tests/unictype/test-pr_private_use.c: Likewise.
14072         * tests/unictype/test-pr_punctuation.c: Likewise.
14073         * tests/unictype/test-pr_quotation_mark.c: Likewise.
14074         * tests/unictype/test-pr_radical.c: Likewise.
14075         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
14076         * tests/unictype/test-pr_soft_dotted.c: Likewise.
14077         * tests/unictype/test-pr_space.c: Likewise.
14078         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
14079         * tests/unictype/test-pr_titlecase.c: Likewise.
14080         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
14081         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
14082         * tests/unictype/test-pr_uppercase.c: Likewise.
14083         * tests/unictype/test-pr_variation_selector.c: Likewise.
14084         * tests/unictype/test-pr_white_space.c: Likewise.
14085         * tests/unictype/test-pr_xid_continue.c: Likewise.
14086         * tests/unictype/test-pr_xid_start.c: Likewise.
14087         * tests/unictype/test-pr_zero_width.c: Likewise.
14088         * tests/unictype/test-sy_c_whitespace.c: Likewise.
14089         * tests/unictype/test-sy_java_whitespace.c: Likewise.
14090
14091 2007-11-12  Bruno Haible  <bruno@clisp.org>
14092
14093         Unicode character classification functions.
14094         * lib/unictype.h: New file.
14095         * modules/unictype/base: New file.
14096         * modules/unictype/category-L: New file.
14097         * modules/unictype/category-Lu: New file.
14098         * modules/unictype/category-Ll: New file.
14099         * modules/unictype/category-Lt: New file.
14100         * modules/unictype/category-Lm: New file.
14101         * modules/unictype/category-Lo: New file.
14102         * modules/unictype/category-M: New file.
14103         * modules/unictype/category-Mn: New file.
14104         * modules/unictype/category-Mc: New file.
14105         * modules/unictype/category-Me: New file.
14106         * modules/unictype/category-N: New file.
14107         * modules/unictype/category-Nd: New file.
14108         * modules/unictype/category-Nl: New file.
14109         * modules/unictype/category-No: New file.
14110         * modules/unictype/category-P: New file.
14111         * modules/unictype/category-Pc: New file.
14112         * modules/unictype/category-Pd: New file.
14113         * modules/unictype/category-Ps: New file.
14114         * modules/unictype/category-Pe: New file.
14115         * modules/unictype/category-Pi: New file.
14116         * modules/unictype/category-Pf: New file.
14117         * modules/unictype/category-Po: New file.
14118         * modules/unictype/category-S: New file.
14119         * modules/unictype/category-Sm: New file.
14120         * modules/unictype/category-Sc: New file.
14121         * modules/unictype/category-Sk: New file.
14122         * modules/unictype/category-So: New file.
14123         * modules/unictype/category-Z: New file.
14124         * modules/unictype/category-Zs: New file.
14125         * modules/unictype/category-Zl: New file.
14126         * modules/unictype/category-Zp: New file.
14127         * modules/unictype/category-C: New file.
14128         * modules/unictype/category-Cc: New file.
14129         * modules/unictype/category-Cf: New file.
14130         * modules/unictype/category-Cs: New file.
14131         * modules/unictype/category-Co: New file.
14132         * modules/unictype/category-Cn: New file.
14133         * modules/unictype/category-or: New file.
14134         * modules/unictype/category-of: New file.
14135         * modules/unictype/category-test: New file.
14136         * modules/unictype/category-test-withtable: New file.
14137         * modules/unictype/category-byname: New file.
14138         * modules/unictype/category-none: New file.
14139         * modules/unictype/category-and: New file.
14140         * modules/unictype/category-and-not: New file.
14141         * modules/unictype/category-name: New file.
14142         * modules/unictype/combining-class: New file.
14143         * modules/unictype/category-all: New file.
14144         * modules/unictype/bidicategory-all: New file.
14145         * modules/unictype/bidicategory-byname: New file.
14146         * modules/unictype/bidicategory-name: New file.
14147         * modules/unictype/bidicategory-of: New file.
14148         * modules/unictype/bidicategory-test: New file.
14149         * modules/unictype/decimal-digit: New file.
14150         * modules/unictype/digit: New file.
14151         * modules/unictype/numeric: New file.
14152         * modules/unictype/mirror: New file.
14153         * modules/unictype/property-white-space: New file.
14154         * modules/unictype/property-alphabetic: New file.
14155         * modules/unictype/property-other-alphabetic: New file.
14156         * modules/unictype/property-not-a-character: New file.
14157         * modules/unictype/property-default-ignorable-code-point: New file.
14158         * modules/unictype/property-other-default-ignorable-code-point: New
14159         file.
14160         * modules/unictype/property-deprecated: New file.
14161         * modules/unictype/property-logical-order-exception: New file.
14162         * modules/unictype/property-variation-selector: New file.
14163         * modules/unictype/property-private-use: New file.
14164         * modules/unictype/property-unassigned-code-value: New file.
14165         * modules/unictype/property-uppercase: New file.
14166         * modules/unictype/property-other-uppercase: New file.
14167         * modules/unictype/property-lowercase: New file.
14168         * modules/unictype/property-other-lowercase: New file.
14169         * modules/unictype/property-titlecase: New file.
14170         * modules/unictype/property-soft-dotted: New file.
14171         * modules/unictype/property-id-start: New file.
14172         * modules/unictype/property-other-id-start: New file.
14173         * modules/unictype/property-id-continue: New file.
14174         * modules/unictype/property-other-id-continue: New file.
14175         * modules/unictype/property-xid-start: New file.
14176         * modules/unictype/property-xid-continue: New file.
14177         * modules/unictype/property-pattern-white-space: New file.
14178         * modules/unictype/property-pattern-syntax: New file.
14179         * modules/unictype/property-join-control: New file.
14180         * modules/unictype/property-grapheme-base: New file.
14181         * modules/unictype/property-grapheme-extend: New file.
14182         * modules/unictype/property-other-grapheme-extend: New file.
14183         * modules/unictype/property-grapheme-link: New file.
14184         * modules/unictype/property-bidi-control: New file.
14185         * modules/unictype/property-bidi-left-to-right: New file.
14186         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
14187         * modules/unictype/property-bidi-arabic-right-to-left: New file.
14188         * modules/unictype/property-bidi-european-digit: New file.
14189         * modules/unictype/property-bidi-eur-num-separator: New file.
14190         * modules/unictype/property-bidi-eur-num-terminator: New file.
14191         * modules/unictype/property-bidi-arabic-digit: New file.
14192         * modules/unictype/property-bidi-common-separator: New file.
14193         * modules/unictype/property-bidi-block-separator: New file.
14194         * modules/unictype/property-bidi-segment-separator: New file.
14195         * modules/unictype/property-bidi-whitespace: New file.
14196         * modules/unictype/property-bidi-non-spacing-mark: New file.
14197         * modules/unictype/property-bidi-boundary-neutral: New file.
14198         * modules/unictype/property-bidi-pdf: New file.
14199         * modules/unictype/property-bidi-embedding-or-override: New file.
14200         * modules/unictype/property-bidi-other-neutral: New file.
14201         * modules/unictype/property-hex-digit: New file.
14202         * modules/unictype/property-ascii-hex-digit: New file.
14203         * modules/unictype/property-ideographic: New file.
14204         * modules/unictype/property-unified-ideograph: New file.
14205         * modules/unictype/property-radical: New file.
14206         * modules/unictype/property-ids-binary-operator: New file.
14207         * modules/unictype/property-ids-trinary-operator: New file.
14208         * modules/unictype/property-zero-width: New file.
14209         * modules/unictype/property-space: New file.
14210         * modules/unictype/property-non-break: New file.
14211         * modules/unictype/property-iso-control: New file.
14212         * modules/unictype/property-format-control: New file.
14213         * modules/unictype/property-dash: New file.
14214         * modules/unictype/property-hyphen: New file.
14215         * modules/unictype/property-punctuation: New file.
14216         * modules/unictype/property-line-separator: New file.
14217         * modules/unictype/property-paragraph-separator: New file.
14218         * modules/unictype/property-quotation-mark: New file.
14219         * modules/unictype/property-sentence-terminal: New file.
14220         * modules/unictype/property-terminal-punctuation: New file.
14221         * modules/unictype/property-currency-symbol: New file.
14222         * modules/unictype/property-math: New file.
14223         * modules/unictype/property-other-math: New file.
14224         * modules/unictype/property-paired-punctuation: New file.
14225         * modules/unictype/property-left-of-pair: New file.
14226         * modules/unictype/property-combining: New file.
14227         * modules/unictype/property-composite: New file.
14228         * modules/unictype/property-decimal-digit: New file.
14229         * modules/unictype/property-numeric: New file.
14230         * modules/unictype/property-diacritic: New file.
14231         * modules/unictype/property-extender: New file.
14232         * modules/unictype/property-ignorable-control: New file.
14233         * modules/unictype/property-test: New file.
14234         * modules/unictype/property-byname: New file.
14235         * modules/unictype/property-all: New file.
14236         * modules/unictype/scripts: New file.
14237         * modules/unictype/scripts-all: New file.
14238         * modules/unictype/block-of: New file.
14239         * modules/unictype/block-test: New file.
14240         * modules/unictype/block-list: New file.
14241         * modules/unictype/block-all: New file.
14242         * modules/unictype/syntax-c-whitespace: New file.
14243         * modules/unictype/syntax-java-whitespace: New file.
14244         * modules/unictype/syntax-c-ident: New file.
14245         * modules/unictype/syntax-java-ident: New file.
14246         * modules/unictype/ctype-alnum: New file.
14247         * modules/unictype/ctype-alpha: New file.
14248         * modules/unictype/ctype-cntrl: New file.
14249         * modules/unictype/ctype-digit: New file.
14250         * modules/unictype/ctype-graph: New file.
14251         * modules/unictype/ctype-lower: New file.
14252         * modules/unictype/ctype-print: New file.
14253         * modules/unictype/ctype-punct: New file.
14254         * modules/unictype/ctype-space: New file.
14255         * modules/unictype/ctype-upper: New file.
14256         * modules/unictype/ctype-xdigit: New file.
14257         * modules/unictype/ctype-blank: New file.
14258         * lib/unictype/bidi_byname.c: New file.
14259         * lib/unictype/bidi_name.c: New file.
14260         * lib/unictype/bidi_of.c: New file.
14261         * lib/unictype/bidi_test.c: New file.
14262         * lib/unictype/bitmap.h: New file.
14263         * lib/unictype/block_test.c: New file.
14264         * lib/unictype/blocks.c: New file.
14265         * lib/unictype/categ_C.c: New file.
14266         * lib/unictype/categ_Cc.c: New file.
14267         * lib/unictype/categ_Cf.c: New file.
14268         * lib/unictype/categ_Cn.c: New file.
14269         * lib/unictype/categ_Co.c: New file.
14270         * lib/unictype/categ_Cs.c: New file.
14271         * lib/unictype/categ_L.c: New file.
14272         * lib/unictype/categ_Ll.c: New file.
14273         * lib/unictype/categ_Lm.c: New file.
14274         * lib/unictype/categ_Lo.c: New file.
14275         * lib/unictype/categ_Lt.c: New file.
14276         * lib/unictype/categ_Lu.c: New file.
14277         * lib/unictype/categ_M.c: New file.
14278         * lib/unictype/categ_Mc.c: New file.
14279         * lib/unictype/categ_Me.c: New file.
14280         * lib/unictype/categ_Mn.c: New file.
14281         * lib/unictype/categ_N.c: New file.
14282         * lib/unictype/categ_Nd.c: New file.
14283         * lib/unictype/categ_Nl.c: New file.
14284         * lib/unictype/categ_No.c: New file.
14285         * lib/unictype/categ_P.c: New file.
14286         * lib/unictype/categ_Pc.c: New file.
14287         * lib/unictype/categ_Pd.c: New file.
14288         * lib/unictype/categ_Pe.c: New file.
14289         * lib/unictype/categ_Pf.c: New file.
14290         * lib/unictype/categ_Pi.c: New file.
14291         * lib/unictype/categ_Po.c: New file.
14292         * lib/unictype/categ_Ps.c: New file.
14293         * lib/unictype/categ_S.c: New file.
14294         * lib/unictype/categ_Sc.c: New file.
14295         * lib/unictype/categ_Sk.c: New file.
14296         * lib/unictype/categ_Sm.c: New file.
14297         * lib/unictype/categ_So.c: New file.
14298         * lib/unictype/categ_Z.c: New file.
14299         * lib/unictype/categ_Zl.c: New file.
14300         * lib/unictype/categ_Zp.c: New file.
14301         * lib/unictype/categ_Zs.c: New file.
14302         * lib/unictype/categ_and.c: New file.
14303         * lib/unictype/categ_and_not.c: New file.
14304         * lib/unictype/categ_byname.c: New file.
14305         * lib/unictype/categ_name.c: New file.
14306         * lib/unictype/categ_none.c: New file.
14307         * lib/unictype/categ_of.c: New file.
14308         * lib/unictype/categ_or.c: New file.
14309         * lib/unictype/categ_test.c: New file.
14310         * lib/unictype/combining.c: New file.
14311         * lib/unictype/ctype_alnum.c: New file.
14312         * lib/unictype/ctype_alpha.c: New file.
14313         * lib/unictype/ctype_blank.c: New file.
14314         * lib/unictype/ctype_cntrl.c: New file.
14315         * lib/unictype/ctype_digit.c: New file.
14316         * lib/unictype/ctype_graph.c: New file.
14317         * lib/unictype/ctype_lower.c: New file.
14318         * lib/unictype/ctype_print.c: New file.
14319         * lib/unictype/ctype_punct.c: New file.
14320         * lib/unictype/ctype_space.c: New file.
14321         * lib/unictype/ctype_upper.c: New file.
14322         * lib/unictype/ctype_xdigit.c: New file.
14323         * lib/unictype/decdigit.c: New file.
14324         * lib/unictype/digit.c: New file.
14325         * lib/unictype/identsyntaxmap.h: New file.
14326         * lib/unictype/mirror.c: New file.
14327         * lib/unictype/numeric.c: New file.
14328         * lib/unictype/pr_alphabetic.c: New file.
14329         * lib/unictype/pr_ascii_hex_digit.c: New file.
14330         * lib/unictype/pr_bidi_arabic_digit.c: New file.
14331         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
14332         * lib/unictype/pr_bidi_block_separator.c: New file.
14333         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
14334         * lib/unictype/pr_bidi_common_separator.c: New file.
14335         * lib/unictype/pr_bidi_control.c: New file.
14336         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
14337         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
14338         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
14339         * lib/unictype/pr_bidi_european_digit.c: New file.
14340         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
14341         * lib/unictype/pr_bidi_left_to_right.c: New file.
14342         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
14343         * lib/unictype/pr_bidi_other_neutral.c: New file.
14344         * lib/unictype/pr_bidi_pdf.c: New file.
14345         * lib/unictype/pr_bidi_segment_separator.c: New file.
14346         * lib/unictype/pr_bidi_whitespace.c: New file.
14347         * lib/unictype/pr_byname.c: New file.
14348         * lib/unictype/pr_byname.gperf: New file.
14349         * lib/unictype/pr_combining.c: New file.
14350         * lib/unictype/pr_composite.c: New file.
14351         * lib/unictype/pr_currency_symbol.c: New file.
14352         * lib/unictype/pr_dash.c: New file.
14353         * lib/unictype/pr_decimal_digit.c: New file.
14354         * lib/unictype/pr_default_ignorable_code_point.c: New file.
14355         * lib/unictype/pr_deprecated.c: New file.
14356         * lib/unictype/pr_diacritic.c: New file.
14357         * lib/unictype/pr_extender.c: New file.
14358         * lib/unictype/pr_format_control.c: New file.
14359         * lib/unictype/pr_grapheme_base.c: New file.
14360         * lib/unictype/pr_grapheme_extend.c: New file.
14361         * lib/unictype/pr_grapheme_link.c: New file.
14362         * lib/unictype/pr_hex_digit.c: New file.
14363         * lib/unictype/pr_hyphen.c: New file.
14364         * lib/unictype/pr_id_continue.c: New file.
14365         * lib/unictype/pr_id_start.c: New file.
14366         * lib/unictype/pr_ideographic.c: New file.
14367         * lib/unictype/pr_ids_binary_operator.c: New file.
14368         * lib/unictype/pr_ids_trinary_operator.c: New file.
14369         * lib/unictype/pr_ignorable_control.c: New file.
14370         * lib/unictype/pr_iso_control.c: New file.
14371         * lib/unictype/pr_join_control.c: New file.
14372         * lib/unictype/pr_left_of_pair.c: New file.
14373         * lib/unictype/pr_line_separator.c: New file.
14374         * lib/unictype/pr_logical_order_exception.c: New file.
14375         * lib/unictype/pr_lowercase.c: New file.
14376         * lib/unictype/pr_math.c: New file.
14377         * lib/unictype/pr_non_break.c: New file.
14378         * lib/unictype/pr_not_a_character.c: New file.
14379         * lib/unictype/pr_numeric.c: New file.
14380         * lib/unictype/pr_other_alphabetic.c: New file.
14381         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
14382         * lib/unictype/pr_other_grapheme_extend.c: New file.
14383         * lib/unictype/pr_other_id_continue.c: New file.
14384         * lib/unictype/pr_other_id_start.c: New file.
14385         * lib/unictype/pr_other_lowercase.c: New file.
14386         * lib/unictype/pr_other_math.c: New file.
14387         * lib/unictype/pr_other_uppercase.c: New file.
14388         * lib/unictype/pr_paired_punctuation.c: New file.
14389         * lib/unictype/pr_paragraph_separator.c: New file.
14390         * lib/unictype/pr_pattern_syntax.c: New file.
14391         * lib/unictype/pr_pattern_white_space.c: New file.
14392         * lib/unictype/pr_private_use.c: New file.
14393         * lib/unictype/pr_punctuation.c: New file.
14394         * lib/unictype/pr_quotation_mark.c: New file.
14395         * lib/unictype/pr_radical.c: New file.
14396         * lib/unictype/pr_sentence_terminal.c: New file.
14397         * lib/unictype/pr_soft_dotted.c: New file.
14398         * lib/unictype/pr_space.c: New file.
14399         * lib/unictype/pr_terminal_punctuation.c: New file.
14400         * lib/unictype/pr_test.c: New file.
14401         * lib/unictype/pr_titlecase.c: New file.
14402         * lib/unictype/pr_unassigned_code_value.c: New file.
14403         * lib/unictype/pr_unified_ideograph.c: New file.
14404         * lib/unictype/pr_uppercase.c: New file.
14405         * lib/unictype/pr_variation_selector.c: New file.
14406         * lib/unictype/pr_white_space.c: New file.
14407         * lib/unictype/pr_xid_continue.c: New file.
14408         * lib/unictype/pr_xid_start.c: New file.
14409         * lib/unictype/pr_zero_width.c: New file.
14410         * lib/unictype/scripts.c: New file.
14411         * lib/unictype/sy_c_ident.c: New file.
14412         * lib/unictype/sy_c_whitespace.c: New file.
14413         * lib/unictype/sy_java_ident.c: New file.
14414         * lib/unictype/sy_java_whitespace.c: New file.
14415
14416         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
14417         Unicode 5.0.0.
14418         * lib/unictype/blocks.h: Likewise.
14419         * lib/unictype/categ_C.h: Likewise.
14420         * lib/unictype/categ_Cc.h: Likewise.
14421         * lib/unictype/categ_Cf.h: Likewise.
14422         * lib/unictype/categ_Cn.h: Likewise.
14423         * lib/unictype/categ_Co.h: Likewise.
14424         * lib/unictype/categ_Cs.h: Likewise.
14425         * lib/unictype/categ_L.h: Likewise.
14426         * lib/unictype/categ_Ll.h: Likewise.
14427         * lib/unictype/categ_Lm.h: Likewise.
14428         * lib/unictype/categ_Lo.h: Likewise.
14429         * lib/unictype/categ_Lt.h: Likewise.
14430         * lib/unictype/categ_Lu.h: Likewise.
14431         * lib/unictype/categ_M.h: Likewise.
14432         * lib/unictype/categ_Mc.h: Likewise.
14433         * lib/unictype/categ_Me.h: Likewise.
14434         * lib/unictype/categ_Mn.h: Likewise.
14435         * lib/unictype/categ_N.h: Likewise.
14436         * lib/unictype/categ_Nd.h: Likewise.
14437         * lib/unictype/categ_Nl.h: Likewise.
14438         * lib/unictype/categ_No.h: Likewise.
14439         * lib/unictype/categ_P.h: Likewise.
14440         * lib/unictype/categ_Pc.h: Likewise.
14441         * lib/unictype/categ_Pd.h: Likewise.
14442         * lib/unictype/categ_Pe.h: Likewise.
14443         * lib/unictype/categ_Pf.h: Likewise.
14444         * lib/unictype/categ_Pi.h: Likewise.
14445         * lib/unictype/categ_Po.h: Likewise.
14446         * lib/unictype/categ_Ps.h: Likewise.
14447         * lib/unictype/categ_S.h: Likewise.
14448         * lib/unictype/categ_Sc.h: Likewise.
14449         * lib/unictype/categ_Sk.h: Likewise.
14450         * lib/unictype/categ_Sm.h: Likewise.
14451         * lib/unictype/categ_So.h: Likewise.
14452         * lib/unictype/categ_Z.h: Likewise.
14453         * lib/unictype/categ_Zl.h: Likewise.
14454         * lib/unictype/categ_Zp.h: Likewise.
14455         * lib/unictype/categ_Zs.h: Likewise.
14456         * lib/unictype/categ_of.h: Likewise.
14457         * lib/unictype/combining.h: Likewise.
14458         * lib/unictype/ctype_alnum.h: Likewise.
14459         * lib/unictype/ctype_alpha.h: Likewise.
14460         * lib/unictype/ctype_blank.h: Likewise.
14461         * lib/unictype/ctype_cntrl.h: Likewise.
14462         * lib/unictype/ctype_digit.h: Likewise.
14463         * lib/unictype/ctype_graph.h: Likewise.
14464         * lib/unictype/ctype_lower.h: Likewise.
14465         * lib/unictype/ctype_print.h: Likewise.
14466         * lib/unictype/ctype_punct.h: Likewise.
14467         * lib/unictype/ctype_space.h: Likewise.
14468         * lib/unictype/ctype_upper.h: Likewise.
14469         * lib/unictype/ctype_xdigit.h: Likewise.
14470         * lib/unictype/decdigit.h: Likewise.
14471         * lib/unictype/digit.h: Likewise.
14472         * lib/unictype/mirror.h: Likewise.
14473         * lib/unictype/numeric.h: Likewise.
14474         * lib/unictype/pr_alphabetic.h: Likewise.
14475         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
14476         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
14477         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
14478         * lib/unictype/pr_bidi_block_separator.h: Likewise.
14479         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
14480         * lib/unictype/pr_bidi_common_separator.h: Likewise.
14481         * lib/unictype/pr_bidi_control.h: Likewise.
14482         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
14483         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
14484         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
14485         * lib/unictype/pr_bidi_european_digit.h: Likewise.
14486         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
14487         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
14488         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
14489         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
14490         * lib/unictype/pr_bidi_pdf.h: Likewise.
14491         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
14492         * lib/unictype/pr_bidi_whitespace.h: Likewise.
14493         * lib/unictype/pr_combining.h: Likewise.
14494         * lib/unictype/pr_composite.h: Likewise.
14495         * lib/unictype/pr_currency_symbol.h: Likewise.
14496         * lib/unictype/pr_dash.h: Likewise.
14497         * lib/unictype/pr_decimal_digit.h: Likewise.
14498         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
14499         * lib/unictype/pr_deprecated.h: Likewise.
14500         * lib/unictype/pr_diacritic.h: Likewise.
14501         * lib/unictype/pr_extender.h: Likewise.
14502         * lib/unictype/pr_format_control.h: Likewise.
14503         * lib/unictype/pr_grapheme_base.h: Likewise.
14504         * lib/unictype/pr_grapheme_extend.h: Likewise.
14505         * lib/unictype/pr_grapheme_link.h: Likewise.
14506         * lib/unictype/pr_hex_digit.h: Likewise.
14507         * lib/unictype/pr_hyphen.h: Likewise.
14508         * lib/unictype/pr_id_continue.h: Likewise.
14509         * lib/unictype/pr_id_start.h: Likewise.
14510         * lib/unictype/pr_ideographic.h: Likewise.
14511         * lib/unictype/pr_ids_binary_operator.h: Likewise.
14512         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
14513         * lib/unictype/pr_ignorable_control.h: Likewise.
14514         * lib/unictype/pr_iso_control.h: Likewise.
14515         * lib/unictype/pr_join_control.h: Likewise.
14516         * lib/unictype/pr_left_of_pair.h: Likewise.
14517         * lib/unictype/pr_line_separator.h: Likewise.
14518         * lib/unictype/pr_logical_order_exception.h: Likewise.
14519         * lib/unictype/pr_lowercase.h: Likewise.
14520         * lib/unictype/pr_math.h: Likewise.
14521         * lib/unictype/pr_non_break.h: Likewise.
14522         * lib/unictype/pr_not_a_character.h: Likewise.
14523         * lib/unictype/pr_numeric.h: Likewise.
14524         * lib/unictype/pr_other_alphabetic.h: Likewise.
14525         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
14526         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
14527         * lib/unictype/pr_other_id_continue.h: Likewise.
14528         * lib/unictype/pr_other_id_start.h: Likewise.
14529         * lib/unictype/pr_other_lowercase.h: Likewise.
14530         * lib/unictype/pr_other_math.h: Likewise.
14531         * lib/unictype/pr_other_uppercase.h: Likewise.
14532         * lib/unictype/pr_paired_punctuation.h: Likewise.
14533         * lib/unictype/pr_paragraph_separator.h: Likewise.
14534         * lib/unictype/pr_pattern_syntax.h: Likewise.
14535         * lib/unictype/pr_pattern_white_space.h: Likewise.
14536         * lib/unictype/pr_private_use.h: Likewise.
14537         * lib/unictype/pr_punctuation.h: Likewise.
14538         * lib/unictype/pr_quotation_mark.h: Likewise.
14539         * lib/unictype/pr_radical.h: Likewise.
14540         * lib/unictype/pr_sentence_terminal.h: Likewise.
14541         * lib/unictype/pr_soft_dotted.h: Likewise.
14542         * lib/unictype/pr_space.h: Likewise.
14543         * lib/unictype/pr_terminal_punctuation.h: Likewise.
14544         * lib/unictype/pr_titlecase.h: Likewise.
14545         * lib/unictype/pr_unassigned_code_value.h: Likewise.
14546         * lib/unictype/pr_unified_ideograph.h: Likewise.
14547         * lib/unictype/pr_uppercase.h: Likewise.
14548         * lib/unictype/pr_variation_selector.h: Likewise.
14549         * lib/unictype/pr_white_space.h: Likewise.
14550         * lib/unictype/pr_xid_continue.h: Likewise.
14551         * lib/unictype/pr_xid_start.h: Likewise.
14552         * lib/unictype/pr_zero_width.h: Likewise.
14553         * lib/unictype/scripts.h: Likewise.
14554         * lib/unictype/scripts_byname.gperf: Likewise.
14555         * lib/unictype/sy_c_ident.h: Likewise.
14556         * lib/unictype/sy_c_whitespace.h: Likewise.
14557         * lib/unictype/sy_java_ident.h: Likewise.
14558         * lib/unictype/sy_java_whitespace.h: Likewise.
14559
14560         * lib/unictype/Makefile: New file.
14561         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
14562         glibc.
14563         * lib/unictype/3level.h: New file, copied from glibc.
14564         * lib/unictype/3levelbit.h: New file.
14565
14566 2007-11-11  Bruno Haible  <bruno@clisp.org>
14567
14568         * modules/gperf: New file.
14569         * modules/iconv_open (Depends-on): Add it.
14570         (Makefile.am): Remove the GPERF definition.
14571
14572 2007-11-11  Bruno Haible  <bruno@clisp.org>
14573
14574         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
14575         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
14576
14577 2007-11-11  Bruno Haible  <bruno@clisp.org>
14578
14579         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
14580         (usage): Remove function.
14581
14582 2007-11-11  Bruno Haible  <bruno@clisp.org>
14583
14584         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
14585         gl_FUNC_CEILF_LIBS.
14586         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
14587         gl_FUNC_CEIL_LIBS.
14588         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
14589         gl_FUNC_CEILL_LIBS.
14590         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
14591         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
14592         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
14593
14594 2007-11-11  Bruno Haible  <bruno@clisp.org>
14595
14596         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
14597         roundf were declared but do not exist on functions.
14598         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
14599         roundl were declared but do not exist on functions.
14600         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
14601         HAVE_FLOORL_AND_CEILL, respectively.
14602         Needed for Sun C on Solaris 10.
14603
14604 2007-11-11  Bruno Haible  <bruno@clisp.org>
14605
14606         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
14607         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
14608         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
14609         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
14610         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
14611         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
14612         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
14613         HAVE_DECL_ROUNDF.
14614         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
14615         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
14616         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
14617         of HAVE_DECL_ROUND*.
14618         * modules/math (Makefile.am): Update.
14619
14620 2007-11-10  Bruno Haible  <bruno@clisp.org>
14621
14622         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
14623         ptrdiff_t as m4/intl.m4.
14624
14625 2007-11-10  Jim Meyering  <meyering@redhat.com>
14626
14627         Avoid link failure for the argmatch test.
14628         * tests/test-argmatch.c (usage): Define function to avoid a link
14629         failure: argmatch_die requires a usage function.
14630
14631 2007-11-09  Bruno Haible  <bruno@clisp.org>
14632
14633         * doc/functions/snprintf.texi: Mention BeOS deficiency.
14634         * doc/functions/vsnprintf.texi: Likewise.
14635         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
14636         with a size argument < 2.
14637
14638 2007-11-09  Bruno Haible  <bruno@clisp.org>
14639
14640         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
14641         buffer. Fixes an inefficiency introduced on 2007-11-03.
14642
14643 2007-11-09  Bruno Haible  <bruno@clisp.org>
14644
14645         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
14646         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
14647
14648 2007-11-08  Jim Meyering  <meyering@redhat.com>
14649
14650         Change cache variable name prefix "jm_" to "gl_" everywhere.
14651         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
14652         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
14653         * m4/uptime.m4: s/gl_/jm_/
14654
14655 2007-11-07  Bruno Haible  <bruno@clisp.org>
14656
14657         Update to GNU gettext 0.17.
14658         * m4/intl.m4: Update to GNU gettext 0.17.
14659         * m4/po.m4: Likewise.
14660         * modules/gettext (Files): Remove m4/ulonglong.m4.
14661         (configure.ac): Require gettext infrastructure from version 0.17.
14662
14663 2007-11-06  Bruno Haible  <bruno@clisp.org>
14664
14665         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
14666         symbolic values are not defined in a public header.
14667         * lib/freadable.c (freadable) [QNX]: Likewise.
14668         * lib/freadahead.c (freadahead) [QNX]: Likewise.
14669         * lib/freading.c (freading) [QNX]: Likewise.
14670         * lib/fseterr.c (fseterr) [QNX]: Likewise.
14671         * lib/fwritable.c (fwritable) [QNX]: Likewise.
14672         * lib/fwriting.c (fwriting) [QNX]: Likewise.
14673         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
14674         Reported by Alain Magloire.
14675
14676         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
14677
14678 2007-11-05  Bruno Haible  <bruno@clisp.org>
14679
14680         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
14681         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
14682         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
14683         Reported by Eric Blake.
14684
14685 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14686             Bruno Haible  <bruno@clisp.org>
14687
14688         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
14689         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
14690         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
14691         (malloc): Undefine also before including <stdlib.h>.
14692         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
14693         Needed on OSF/1 4.0.
14694
14695 2007-11-05  Jim Meyering  <meyering@redhat.com>
14696
14697         git-version-gen: sync from coreutils.
14698         * build-aux/git-version-gen: Add comments.
14699         Change the first '-' to '.' in the snapshot version string,
14700         e.g., 6.9-377-08144 -> 6.9.377-08144
14701         Remove first parameter.
14702         Don't declare a version "-dirty" merely because a time
14703         stamp has changed.
14704
14705 2007-11-04  Bruno Haible  <bruno@clisp.org>
14706
14707         * lib/lock.h: Protect all macro definitions containing an 'if'
14708         statement through a "do { ... } while (0)".
14709         * lib/tls.h: Likewise.
14710
14711 2007-11-04  Bruno Haible  <bruno@clisp.org>
14712
14713         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
14714
14715 2007-11-04  Bruno Haible  <bruno@clisp.org>
14716
14717         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
14718         * modules/fprintf-posix (Depends-on): Add nocrash.
14719         * modules/snprintf-posix (Depends-on): Likewise.
14720         * modules/sprintf-posix (Depends-on): Likewise.
14721         * modules/vasnprintf-posix (Depends-on): Likewise.
14722         * modules/vasprintf-posix (Depends-on): Likewise.
14723         * modules/vfprintf-posix (Depends-on): Likewise.
14724         * modules/vsnprintf-posix (Depends-on): Likewise.
14725         * modules/vsprintf-posix (Depends-on): Likewise.
14726         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
14727         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14728         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14729         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14730         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14731         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14732         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14733
14734 2007-11-04  Bruno Haible  <bruno@clisp.org>
14735
14736         * modules/nocrash: New file.
14737         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
14738         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
14739
14740 2007-11-04  Bruno Haible  <bruno@clisp.org>
14741
14742         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
14743         precision handling.
14744         * tests/test-vasprintf-posix.c (test_function): Likewise.
14745         * tests/test-snprintf-posix.h (test_function): Likewise.
14746         * tests/test-sprintf-posix.h (test_function): Likewise.
14747
14748         Fix *printf behaviour for large precisions on mingw and BeOS.
14749         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
14750         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
14751         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
14752         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14753         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14754         gl_PRINTF_PRECISION and test its result. Invoke
14755         gl_PREREQ_VASNPRINTF_PRECISION.
14756         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14757         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14758         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14759         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14760         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14761         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14762         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14763         * doc/functions/fprintf.texi: Update.
14764         * doc/functions/printf.texi: Update.
14765         * doc/functions/snprintf.texi: Update.
14766         * doc/functions/sprintf.texi: Update.
14767         * doc/functions/vfprintf.texi: Update.
14768         * doc/functions/vprintf.texi: Update.
14769         * doc/functions/vsnprintf.texi: Update.
14770         * doc/functions/vsprintf.texi: Update.
14771
14772 2007-11-04  Bruno Haible  <bruno@clisp.org>
14773
14774         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
14775
14776 2007-11-04  Bruno Haible  <bruno@clisp.org>
14777
14778         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
14779         Reported by Sylvain Beucler <beuc@gnu.org>.
14780
14781 2007-11-03  Bruno Haible  <bruno@clisp.org>
14782
14783         * tests/test-fprintf-posix2.sh: New file.
14784         * tests/test-fprintf-posix2.c: New file.
14785         * modules/fprintf-posix-tests (Files): Add them.
14786         (TESTS): Add test-fprintf-posix2.sh.
14787         (configure.ac): Check for getrlimit and setrlimit.
14788         (check_PROGRAMS): Add test-fprintf-posix2.
14789
14790         * tests/test-printf-posix2.sh: New file.
14791         * tests/test-printf-posix2.c: New file.
14792         * modules/printf-posix-tests (Files): Add them.
14793         (TESTS): Add test-printf-posix2.sh.
14794         (configure.ac): Check for getrlimit and setrlimit.
14795         (check_PROGRAMS): Add test-printf-posix2.
14796
14797         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
14798         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
14799         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
14800         (decode_double): New function, copied from decode_long_double.
14801         (scale10_round_decimal_decoded): New function, extracted from
14802         scale10_round_decimal_long_double.
14803         (scale10_round_decimal_long_double): Use it.
14804         (scale10_round_decimal_double): New function.
14805         (floorlog10): New function.
14806         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
14807         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
14808         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14809         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14810         gl_PRINTF_ENOMEM and test its result. Invoke
14811         gl_PREREQ_VASNPRINTF_ENOMEM.
14812         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14813         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14814         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14815         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14816         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14817         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14818         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14819         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
14820         * modules/snprintf-posix (Depends-on): Likewise.
14821         * modules/sprintf-posix (Depends-on): Likewise.
14822         * modules/vasnprintf-posix (Depends-on): Likewise.
14823         * modules/vasprintf-posix (Depends-on): Likewise.
14824         * modules/vfprintf-posix (Depends-on): Likewise.
14825         * modules/vsnprintf-posix (Depends-on): Likewise.
14826         * modules/vsprintf-posix (Depends-on): Likewise.
14827         * doc/functions/fprintf.texi: Update.
14828         * doc/functions/printf.texi: Update.
14829         * doc/functions/snprintf.texi: Update.
14830         * doc/functions/sprintf.texi: Update.
14831         * doc/functions/vfprintf.texi: Update.
14832         * doc/functions/vprintf.texi: Update.
14833         * doc/functions/vsnprintf.texi: Update.
14834         * doc/functions/vsprintf.texi: Update.
14835
14836 2007-11-03  Bruno Haible  <bruno@clisp.org>
14837
14838         * modules/frexp-nolibm-tests: New file.
14839
14840         * modules/frexp-nolibm: New file.
14841         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
14842
14843 2007-11-03  Bruno Haible  <bruno@clisp.org>
14844
14845         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
14846         value is C99 compliant.
14847         Needed for OSF/1 5.1.
14848
14849 2007-11-03  Bruno Haible  <bruno@clisp.org>
14850
14851         Fix out-of-memory handling of vasnprintf.
14852         * lib/printf-parse.c: Include <errno.h>.
14853         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
14854         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
14855         is already set.
14856
14857 2007-11-02  Eric Blake  <ebb9@byu.net>
14858
14859         Fix tests on cygwin.
14860         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
14861
14862 2007-11-01  Bruno Haible  <bruno@clisp.org>
14863
14864         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
14865         warning.
14866         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
14867         needed for POSIX compatibility.
14868
14869 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14870
14871         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
14872         for compatibility with GNU.
14873
14874 2007-11-01  Bruno Haible  <bruno@clisp.org>
14875
14876         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
14877         (putenv): Renamed from rpl_putenv. Change argument type from
14878         'const char *' to 'char *'.
14879         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
14880         of defining putenv in config.h, just set REPLACE_PUTENV.
14881         * modules/putenv (Depends-on): Add stdlib.
14882         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14883         (Include): Use <stdlib.h>.
14884         * lib/stdlib.in.h (putenv): New declaration.
14885         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
14886         REPLACE_PUTENV.
14887         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
14888         REPLACE_PUTENV.
14889         Needed for MacOS X 10.5.0.
14890         Reported by Peter O'Gorman <peter@pogma.com>.
14891
14892 2007-11-01  Jim Meyering  <meyering@redhat.com>
14893
14894         Treat an empty date string exactly like "0".
14895         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
14896         if the remaining date string (to be parsed) is empty, use "0".
14897         Reported by Mischa Molhoek and discussed in this thread:
14898         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
14899
14900 2007-10-31  Bruno Haible  <bruno@clisp.org>
14901
14902         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
14903         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
14904         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
14905         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
14906         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
14907         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
14908
14909 2007-10-31  Bruno Haible  <bruno@clisp.org>
14910
14911         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
14912         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
14913         (AC_TYPE_LONG_LONG_INT): Use it.
14914         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
14915         it as well.
14916         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
14917         to m4/longlong.m4.
14918         * modules/stdint (Files): Remove m4/ulonglong.m4.
14919         * modules/strtoull (Files): Use m4/longlong.m4 instead of
14920         m4/ulonglong.m4.
14921         * modules/strtoumax (Files): Likewise.
14922
14923 2007-10-30  Bruno Haible  <bruno@clisp.org>
14924
14925         * modules/xvasprintf-posix: New file.
14926         Suggested by Eric Blake.
14927
14928 2007-10-30  Bruno Haible  <bruno@clisp.org>
14929
14930         * modules/xprintf-posix-tests: New file.
14931         * tests/test-xprintf-posix.sh: New file.
14932         * tests/test-xprintf-posix.c: New file.
14933         * tests/test-xfprintf-posix.c: New file.
14934
14935         * modules/xprintf-posix: New file.
14936
14937 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14938
14939         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
14940         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
14941         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
14942
14943 2007-10-29  Bruno Haible  <bruno@clisp.org>
14944
14945         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
14946         contain the special marker '_cv_'.
14947         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
14948         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
14949         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
14950         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
14951         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
14952         Reported by Ralf Wildenhues.
14953
14954 2007-10-29  Bruno Haible  <bruno@clisp.org>
14955
14956         * gnulib-tool (func_import): When --lgpl is not specified, set
14957         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
14958         GPLv3.
14959         Reported by Simon Josefsson.
14960
14961 2007-10-28  Bruno Haible  <bruno@clisp.org>
14962
14963         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
14964         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
14965         HAVE_DECL_ISFINITE.
14966         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
14967         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
14968         HAVE_DECL_ISFINITE.
14969
14970 2007-10-28  Bruno Haible  <bruno@clisp.org>
14971
14972         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
14973         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
14974
14975 2007-10-28  Bruno Haible  <bruno@clisp.org>
14976
14977         Fix link errors with Sun C 5.0 on Solaris 10.
14978         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
14979         function is declared but not present in the compiler's libm.
14980         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
14981         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
14982         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
14983         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
14984         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
14985         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
14986         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
14987         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
14988         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
14989         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
14990         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
14991         HAVE_DECL_FLOORL.
14992
14993 2007-10-28  Bruno Haible  <bruno@clisp.org>
14994
14995         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
14996         gl_FUNC_FLOORL. Cache the result.
14997         (gl_FUNC_FLOORL): Use it.
14998         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
14999         gl_FUNC_CEILL. Cache the result.
15000         (gl_FUNC_CEILL): Use it.
15001
15002         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
15003         gl_FUNC_FLOOR. Cache the result.
15004         (gl_FUNC_FLOOR): Use it.
15005         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
15006         gl_FUNC_CEIL. Cache the result.
15007         (gl_FUNC_CEIL): Use it.
15008
15009         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
15010         gl_FUNC_FLOORF. Cache the result.
15011         (gl_FUNC_FLOORF): Use it.
15012         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
15013         gl_FUNC_CEILF. Cache the result.
15014         (gl_FUNC_CEILF): Use it.
15015
15016 2007-10-28  Bruno Haible  <bruno@clisp.org>
15017
15018         * gnulib-tool: Allow specifying the LGPL version number through
15019         --lgpl=2 or --lgpl=3.
15020         (func_usage): Document --lgpl with argument.
15021         Handle --lgpl=... arguments.
15022         (func_import): Recognize also gl_LGPL calls with an argument. When
15023         --lgpl=2 is used and the module's license is just LGPL, report an
15024         error. Set sed_transform_lib_file according to the lgpl variable. In
15025         the generated files, use --lgpl or gl_LGPL invocations with argument,
15026         if necessary.
15027         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
15028         an LGPv2+ license.
15029         * doc/gnulib-tool.texi (Modified imports): Update explanation of
15030         gl_LGPL macro.
15031
15032 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15033             Bruno Haible  <bruno@clisp.org>
15034
15035         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
15036         (u16_uctomb_aux): Likewise.
15037         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
15038         !HAVE_INLINE.
15039         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
15040
15041 2007-10-28  Bruno Haible  <bruno@clisp.org>
15042
15043         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
15044         Invoke AM_GETTEXT_OPTION if it exists.
15045         * modules/vasprintf: Likewise.
15046         * modules/verror: Likewise.
15047         * modules/xprintf: Likewise.
15048         * modules/xvasprintf: Likewise.
15049
15050 2007-10-27  Ben Pfaff  <blp@gnu.org>
15051
15052         * lib/math.in.h: Define isfinite macro and prototypes for
15053         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
15054         implementations.
15055         * m4/math_h.m4: New substitutions for isfinite module.
15056         * lib/isfinite.c: New file.
15057         * m4/isfinite.m4: New file.
15058         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
15059         * modules/isfinite: New file.
15060         * modules/isfinite-tests: New file.
15061         * tests/tests-isfinite.c: New file.
15062         * doc/functions/isfinite.texi: Mention isfinite module.
15063         * MODULES.html.sh: Mention new module.
15064
15065 2007-10-27  Ben Pfaff  <blp@gnu.org>
15066
15067         Ralf Wildenhues reported that Tru64 4.0D declares the round
15068         functions but does not have definitions.
15069         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
15070         cannot be found in any library, set the output variable to
15071         "missing" instead of "".
15072         * m4/round.m4: Also use our substitute if we cannot find round in
15073         any library, even if it is declared.
15074         * m4/roundf.m4: Likewise for roundf.
15075         * m4/roundl.m4: Likewise for roundl.
15076         * lib/math.in.h: Undefine roundf, round, roundl before defining
15077         their replacements, to allow for hypothetical systems where these
15078         may be defined as macros but not available in libraries.
15079
15080 2007-10-27  Bruno Haible  <bruno@clisp.org>
15081
15082         * doc/gnulib.texi: Invoke @firstparagraphindent.
15083         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
15084         changes in gnulib.
15085         (Source changes): New section.
15086
15087 2007-10-26  Bruno Haible  <bruno@clisp.org>
15088
15089         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
15090         borrowed from autoconf.
15091
15092 2007-10-26  Bruno Haible  <bruno@clisp.org>
15093
15094         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
15095         strerror returned the empty string. Needed on HP-UX 11.00.
15096
15097 2007-10-24  Micah Cowan  <micah@cowan.name>
15098
15099         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
15100         * build-aux/bootstrap: Remove support for now-unnecessary option,
15101         --cvs-user, and envvars CVS_USER, CVS_RSH.
15102
15103 2007-10-24  Jim Meyering  <meyering@redhat.com>
15104
15105         Avoid diagnostics from sha1sum when there is no cached checksum.
15106         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
15107         if the po.s1 file hasn't been created yet.
15108
15109         * build-aux/bootstrap: Sync from coreutils:
15110         2007-10-24  Jim Meyering  <meyering@redhat.com>
15111         Get gnulib from the git repository, not from an obsolete cvs one.
15112         * build-aux/bootstrap: Suggestion from Micah Cowan.
15113         2007-10-04  Jim Meyering  <jim@meyering.net>
15114         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
15115         (update_po_files): Work also when there are no .po files in po/.
15116
15117 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15118
15119         * README: Append ".git" to git and cg examples.
15120         Problem reported by Benoit Sigoure.
15121
15122 2007-10-23  Micah Cowan  <micah@cowan.name>
15123
15124         * users.txt: Add wget.
15125
15126 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15127
15128         Fix linking of some unistdio tests on FreeBSD.
15129         * modules/unistdio/u16-vsnprintf-tests
15130         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
15131         * modules/unistdio/u16-vsprintf-tests
15132         (test_u16_vsnprintf1_LDADD): Likewise.
15133         * modules/unistdio/u32-vsnprintf-tests
15134         (test_u32_vsnprintf1_LDADD): Likewise.
15135         * modules/unistdio/u32-vsprintf-tests
15136         (test_u32_vsprintf1_LDADD): Likewise.
15137         * modules/unistdio/u8-vsnprintf-tests
15138         (test_u8_vsnprintf1_LDADD): Likewise.
15139         * modules/unistdio/u8-vsprintf-tests
15140         (test_u8_vsprintf1_LDADD): Likewise.
15141         * modules/unistdio/ulc-vsnprintf-tests
15142         (test_ulc_vsnprintf1_LDADD): Likewise.
15143         * modules/unistdio/ulc-vsprintf-tests
15144         (test_ulc_vsprintf1_LDADD): Likewise.
15145
15146         Fix linking of some uniconv tests on FreeBSD.
15147         * modules/uniconv/u16-conv-from-enc-tests
15148         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
15149         * modules/uniconv/u16-conv-to-enc-tests
15150         (test_u16_conv_to_enc_LDADD): Likewise.
15151         * modules/uniconv/u16-strconv-from-enc-tests
15152         (test_u16_strconv_from_enc_LDADD): Likewise.
15153         * modules/uniconv/u16-strconv-to-enc-tests
15154         (test_u16_strconv_to_enc_LDADD): Likewise.
15155         * modules/uniconv/u32-conv-from-enc-tests
15156         (test_u32_conv_from_enc_LDADD): Likewise.
15157         * modules/uniconv/u32-conv-to-enc-tests
15158         (test_u32_conv_to_enc_LDADD): Likewise.
15159         * modules/uniconv/u32-strconv-from-enc-tests
15160         (test_u32_strconv_from_enc_LDADD): Likewise.
15161         * modules/uniconv/u32-strconv-to-enc-tests
15162         (test_u32_strconv_to_enc_LDADD): Likewise.
15163         * modules/uniconv/u8-conv-from-enc-tests
15164         (test_u8_conv_from_enc_LDADD): Likewise.
15165         * modules/uniconv/u8-conv-to-enc-tests
15166         (test_u8_conv_to_enc_LDADD): Likewise.
15167         * modules/uniconv/u8-strconv-from-enc-tests
15168         (test_u8_strconv_from_enc_LDADD): Likewise.
15169         * modules/uniconv/u8-strconv-to-enc-tests
15170         (test_u8_strconv_to_enc_LDADD): Likewise.
15171
15172 2007-10-22  Bruno Haible  <bruno@clisp.org>
15173
15174         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
15175         size.
15176
15177 2007-10-22  Eric Blake  <ebb9@byu.net>
15178
15179         Tweak x*printf documentation.
15180         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
15181         variable name and comments.
15182         Suggested by Bruno Haible.
15183
15184 2007-10-22  Bruno Haible  <bruno@clisp.org>
15185
15186         * lib/acl.c (copy_acl): Fix file name in comment.
15187
15188 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15189
15190         Fix Tru64 problem with stdbool.h.
15191         * lib/stdbool.in.h (false, true):
15192         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
15193         Don't declare as an enum in this situation; it runs afoul of Tru64.
15194         Problem reported by Steven M. Schweda in
15195         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
15196
15197 2007-10-22  Eric Blake  <ebb9@byu.net>
15198
15199         Also wrap vf?printf.
15200         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
15201         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
15202         (xvprintf, xvfprintf): New functions.
15203
15204 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15205
15206         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
15207         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
15208
15209         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
15210         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
15211
15212 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15213
15214         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
15215         by Bruno Haible.
15216
15217 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15218
15219         * lib/getloadavg.c
15220         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
15221         Undef `sys' after including sys/table.h, for Tru64 4.0D.
15222
15223         * tests/test-i-ring.c: Work for C89.
15224
15225 2007-10-22  Bruno Haible  <bruno@clisp.org>
15226
15227         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
15228         -1u, in preprocessor expression, so that we don't test for the bug
15229         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
15230         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
15231
15232 2007-10-22  Eric Blake  <ebb9@byu.net>
15233
15234         * tests/test-yesno.sh: Silence stderr during test.
15235
15236 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15237
15238         * modules/crypto/gc-camellia: New file.
15239
15240         * m4/gc-camellia.m4: New file.
15241
15242         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
15243
15244         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
15245
15246 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15247
15248         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
15249         --help to stdout.  Reported by sms@antinode.org (Steven
15250         M. Schweda).
15251
15252 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15253
15254         * users.txt: Fix link to libksba.
15255
15256 2007-10-21  Ben Pfaff  <blp@gnu.org>
15257
15258         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
15259         round.c roundf implementation that depends on floorf and ceilf to
15260         be tested unconditionally.
15261
15262 2007-10-21  Ben Pfaff  <blp@gnu.org>
15263
15264         * m4/check-libm-func.m4: Removed.
15265         * m4/check-math-lib.m4: New file.
15266         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
15267         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
15268         definition and lack of AC_LIBOBJ([roundf]).
15269         * m4/roundl.m4: Ditto, and similarly for roundl.
15270         * modules/round: Reference new m4 file.
15271         * modules/roundf: Ditto.
15272         * modules/roundl: Ditto.
15273         * tests/test-round2.c (main): Use ROUND instead of round.
15274         Bug report from Bruno Haible.
15275
15276 2007-10-21  Bruno Haible  <bruno@clisp.org>
15277
15278         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
15279         context.
15280
15281 2007-10-21  Bruno Haible  <bruno@clisp.org>
15282
15283         * tests/test-wcwidth.c (main): Allow negative result for some control
15284         characters.
15285
15286         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
15287         Needed on OSF/1 5.1.
15288
15289 2007-10-21  Bruno Haible  <bruno@clisp.org>
15290
15291         * tests/test-floorf1.c: Include isnanf.h.
15292         (main): Use isnanf() instead of isnan().
15293         * tests/test-ceilf1.c: Include isnanf.h.
15294         (main): Use isnanf() instead of isnan().
15295         * tests/test-truncf1.c: Include isnanf.h.
15296         (main): Use isnanf() instead of isnan().
15297         * tests/test-roundf1.c: Include isnanf.h.
15298         (main): Use isnanf() instead of isnan().
15299
15300 2007-10-21  Eric Blake  <ebb9@byu.net>
15301
15302         * users.txt: Update URL for m4.
15303
15304 2007-10-21  Bruno Haible  <bruno@clisp.org>
15305
15306         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
15307
15308 2007-10-21  Bruno Haible  <bruno@clisp.org>
15309
15310         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
15311         Git's management files if the CVS files are not present.
15312
15313 2007-10-20  Bruno Haible  <bruno@clisp.org>
15314
15315         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
15316         gcc-3.4.x.
15317
15318 2007-10-20  Ben Pfaff  <blp@gnu.org>
15319
15320         * lib/math.in.h: Declare round, roundf, roundl if we are providing
15321         implementations.
15322         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
15323         * lib/round.c: New file.
15324         * lib/roundf.c: New file.
15325         * lib/roundl.c: New file.
15326         * m4/round.m4: New file.
15327         * m4/roundf.m4: New file.
15328         * m4/roundl.m4: New file.
15329         * m4/check-libm-func-m4: New file.
15330         * modules/math: Replace round, roundf, roundl related @VARS@ in
15331         math.in.h.
15332         * modules/round: New file.
15333         * modules/round-tests: New file.
15334         * modules/roundf: New file.
15335         * modules/roundf-tests: New file.
15336         * modules/roundl: New file.
15337         * modules/roundl-tests: New file.
15338         * tests/test-round1.c: New file.
15339         * tests/test-round2.c: New file.
15340         * tests/test-roundf1.c: New file.
15341         * tests/test-roundf2.c: New file.
15342         * tests/test-roundl.c: New file.
15343         * doc/functions/round.texi: Mention round module.
15344         * doc/functions/roundf.texi: Mention roundf module.
15345         * doc/functions/roundl.texi: Mention roundl module.
15346         * MODULES.html.sh: Mention new modules.
15347         Thanks to Bruno Haible for suggestions.
15348
15349 2007-10-20  Jim Meyering  <meyering@redhat.com>
15350
15351         * lib/xprintf.c: Include <config.h> unconditionally.
15352
15353         Change xprintf's license to GPL.
15354         * modules/xprintf (License): s/LGPL/GPL/, since this module
15355         depends on modules (exit and exitfail) which are GPL.
15356         Suggestion from Bruno Haible.
15357
15358         xprintf fixes.
15359         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
15360         Use a clearer diagnostic.
15361         Patch from Bruno Haible.
15362
15363 2007-10-20  Bruno Haible  <bruno@clisp.org>
15364
15365         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
15366         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
15367         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15368
15369 2007-10-20  Bruno Haible  <bruno@clisp.org>
15370
15371         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
15372         precision in the comparison result > x - 1 or similar.
15373         * tests/test-ceilf2.c (correct_result_p): Likewise.
15374         * tests/test-truncf2.c (correct_result_p): Likewise.
15375         * tests/test-trunc2.c (correct_result_p): Likewise.
15376         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15377
15378 2007-10-20  Bruno Haible  <bruno@clisp.org>
15379
15380         * modules/ceil: New file.
15381         * m4/ceil.m4: New file.
15382         * doc/functions/ceil.texi: Mention the 'ceil' module.
15383
15384 2007-10-20  Bruno Haible  <bruno@clisp.org>
15385
15386         * modules/floor: New file.
15387         * m4/floor.m4: New file.
15388         * doc/functions/floor.texi: Mention the 'floor' module.
15389
15390 2007-10-20  Bruno Haible  <bruno@clisp.org>
15391
15392         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
15393         of %a.
15394         * modules/floorf-tests (Depends-on): Likewise.
15395         * modules/truncf-tests (Depends-on): Likewise.
15396         * modules/trunc-tests (Depends-on): Likewise.
15397         Reported by Ben Pfaff.
15398
15399 2007-10-19  Jim Meyering  <meyering@redhat.com>
15400
15401         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
15402         Don't bother testing specific errno values.  Just test ferror.
15403
15404         New module: xprintf
15405         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
15406
15407 2007-10-19  Bruno Haible  <bruno@clisp.org>
15408
15409         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
15410         syntax.
15411         * modules/javaexec (Makefile.am): Likewise.
15412         * modules/relocatable-prog (Makefile.am): Likewise.
15413         Suggested by Jim Meyering.
15414
15415 2007-10-18  Bruno Haible  <bruno@clisp.org>
15416
15417         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
15418         Reported by Jim Meyering.
15419
15420 2007-10-18  Eric Blake  <ebb9@byu.net>
15421
15422         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
15423
15424 2007-10-18  Bruno Haible  <bruno@clisp.org>
15425
15426         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
15427         the format string into writable memory. Needed in Fortify conditions.
15428
15429 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
15430             Bruno Haible  <bruno@clisp.org>
15431
15432         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
15433         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
15434         * modules/trim (Depends-on): Add mbchar.
15435         (configure.ac): Add gl_FUNC_MBRTOWC.
15436         (Makefile.am): Augment lib_SOURCES.
15437
15438 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15439
15440         Modify glob.c to use fstatat and dirfd, to simplify it.
15441         Suggested by Eric Blake.
15442         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
15443         Don't include <stdbool.h>; not used.
15444         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
15445         (link_exists_p): Simplify implementation, since we can now assume
15446         dirfd and fstatat.
15447         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
15448
15449 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15450
15451         * gnulib-tool (func_get_dependencies): Fix sed script to
15452         match only tests.
15453
15454 2007-10-17  Bruno Haible  <bruno@clisp.org>
15455
15456         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
15457         allow locale names without encoding suffix.
15458         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
15459         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
15460
15461 2007-10-16  Bruno Haible  <bruno@clisp.org>
15462
15463         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
15464         * lib/getgroups.c (getgroups): Likewise.
15465         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
15466
15467 2007-10-16  Bruno Haible  <bruno@clisp.org>
15468
15469         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
15470         * modules/malloc-posix (License): Likewise.
15471         * modules/realloc-posix (License): Likewise.
15472         * modules/calloc-posix (License): Likewise.
15473         * modules/intprops (License): Change from GPL to LGPL, with
15474         Paul Eggert's approval.
15475
15476 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15477
15478         Merge glibc changes into lib/glob.c.
15479
15480         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
15481         2007-10-15 04:59:03 UTC.  Here are the changes:
15482
15483         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
15484
15485         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
15486
15487         * lib/glob.c: Add some branch prediction throughout.
15488
15489         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
15490
15491         [BZ #5103]
15492         * lib/glob.c (glob): Recognize patterns starting \/.
15493
15494         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
15495
15496         [BZ #3996]
15497         * lib/glob.c (attribute_hidden): Define if not defined.
15498         (glob): Unescape dirname, filename or username when needed and not
15499         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
15500         is NULL.  Handle unescaped [ in pattern without closing ].
15501         Don't pass GLOB_CHECK down to recursive glob for directories.
15502         (__glob_pattern_type): New function.
15503         (__glob_pattern_p): Implement using __glob_pattern_type.
15504         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
15505         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
15506         Remove unreachable code.
15507
15508         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
15509
15510         * lib/glob.c (glob_in_dir): Add some comments and asserts to
15511         explain why there are no leaks.
15512
15513         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
15514
15515         [BZ #3253]
15516         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
15517         time, rather allocate increasingly bigger arrays of pointers, if
15518         possible with alloca, if too large with malloc.
15519
15520 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15521
15522         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
15523         Problem reported by H.Merijn Brand in
15524         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
15525         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
15526         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
15527
15528 2007-10-15  Bruno Haible  <bruno@clisp.org>
15529
15530         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
15531         with explicit rpl_ prefix.
15532         * lib/fopen.c (fopen): Likewise.
15533         * lib/freopen.c (freopen): Likewise.
15534         * lib/iconv.c (iconv): Likewise.
15535         * lib/iconv_close.c (iconv_close): Likewise.
15536
15537 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15538
15539         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
15540
15541 2007-10-15  Bruno Haible  <bruno@clisp.org>
15542
15543         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
15544         <stddef.h> instead of <stdlib.h> since we only need NULL.
15545         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15546
15547 2007-10-15  Bruno Haible  <bruno@clisp.org>
15548
15549         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
15550         Replace paragraph talking about LIBOBJS.
15551         Reported by Colin Watson <cjwatson@debian.org>.
15552
15553 2007-10-15  Bruno Haible  <bruno@clisp.org>
15554
15555         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
15556         <stdlib.h> before using NULL.
15557
15558 2007-10-15  Simon Josefsson  <simon@josefsson.org>
15559
15560         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
15561         Reported by Albert Chin <china@thewrittenword.com>.
15562
15563 2007-10-14  Bruno Haible  <bruno@clisp.org>
15564
15565         * modules/iconv_open-utf-tests: New file.
15566         * tests/test-iconv-utf.c: New file.
15567
15568         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
15569         * modules/iconv_open-utf: New file.
15570         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
15571         (iconv, iconv_close): New declarations.
15572         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
15573         be defined.
15574         (iconv_open): Add special handling of conversion between UTF-8 and
15575         UTF-{16,32}{BE,LE}.
15576         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
15577         * lib/iconv_close.c: New file.
15578         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
15579         gl_FUNC_ICONV_OPEN.
15580         (gl_FUNC_ICONV_OPEN): Use it.
15581         (gl_FUNC_ICONV_OPEN_UTF): New macro.
15582         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
15583         and REPLACE_ICONV_UTF.
15584         * modules/iconv_open (Depends-on): Add c-strcase.
15585         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
15586         ICONV_CONST.
15587         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
15588
15589 2007-10-13  Albert Chin  <china@thewrittenword.com>
15590             Bruno Haible  <bruno@clisp.org>
15591
15592         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
15593         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
15594
15595 2007-10-13  Bruno Haible  <bruno@clisp.org>
15596
15597         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
15598         defined, use the ISO C99 inline semantics.
15599         * lib/argp.h (ARGP_EI): Likewise.
15600
15601 2007-10-13  Bruno Haible  <bruno@clisp.org>
15602
15603         Handle 'inline' change in gcc 4.3.0.
15604         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
15605         argp_fmtstream_write, argp_fmtstream_set_lmargin,
15606         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
15607         argp_fmtstream_point): Disable 'extern' declaration if the function
15608         definition is going to be provided inline.
15609         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
15610         semantics, not the ISO C99 inline semantics.
15611         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
15612         'extern' declaration if the function definition is going to be provided
15613         inline.
15614         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
15615         the GNU C inline semantics, not the ISO C99 inline semantics. With
15616         GCC 4.2, avoid a warning.
15617
15618 2007-10-13  Bruno Haible  <bruno@clisp.org>
15619
15620         * lib/freading.h (freading): Enable the use of __freading for
15621         glibc >= 2.7.
15622         * lib/freading.c (freading): Likewise.
15623
15624 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
15625
15626         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
15627         "warning: C99 inline functions are not supported; using GNU89".
15628
15629 2007-10-12  Bruno Haible  <bruno@clisp.org>
15630
15631         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
15632         of 2.
15633         * tests/test-ceilf2.c: New file.
15634         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
15635
15636         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
15637         * modules/ceilf-tests: Update.
15638
15639 2007-10-12  Bruno Haible  <bruno@clisp.org>
15640
15641         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
15642         of 2.
15643         * tests/test-floorf2.c: New file.
15644         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
15645
15646         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
15647         * modules/floorf-tests: Update.
15648
15649 2007-10-12  Bruno Haible  <bruno@clisp.org>
15650
15651         * tests/test-trunc2.c: New file.
15652         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
15653
15654         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
15655         * modules/trunc-tests: Update.
15656
15657 2007-10-12  Bruno Haible  <bruno@clisp.org>
15658
15659         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
15660         of 2.
15661         * tests/test-truncf2.c: New file.
15662         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
15663
15664         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
15665         * modules/truncf-tests: Update.
15666
15667 2007-10-11  Eric Blake  <ebb9@byu.net>
15668
15669         Don't claim strerror is broken on Interix.
15670         * doc/functions/strerror.texi (strerror): Known broken systems are
15671         now Solaris 8, and not Interix.
15672         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
15673         Interix on cross-compile.
15674         Reported by Martin Koeppe in
15675         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
15676
15677 2007-10-11  Bruno Haible  <bruno@clisp.org>
15678
15679         * modules/i-ring-tests: New file.
15680         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
15681         instead of assert.
15682
15683 2007-10-11  Bruno Haible  <bruno@clisp.org>
15684
15685         * modules/filenamecat-tests: New file.
15686         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
15687         * lib/filenamecat.c: Remove test code.
15688
15689 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
15690
15691         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
15692
15693         * lib/strerror.c: Include <string.h> always, to test interface,
15694         and to remove the need for the dummy.
15695         Include intprops.h to compute width instead of doing it ourselves
15696         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
15697         (strerror): Define it to return NULL if there's no system strerror.
15698         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
15699         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
15700         ancient pre-strerror Unix systems well any more.  Saying "unknown
15701         system error" is enough.
15702         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
15703         simpler strerror.c implementation.
15704         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
15705         Simplify the tests to reflect the simpler strerror implementation.
15706         * modules/strerror (Depends-on): Add intprops.
15707
15708 2007-10-09  Eric Blake  <ebb9@byu.net>
15709
15710         Silence test-fpending.
15711         * modules/fpending-tests (Files): Add wrapper script.
15712         * tests/test-fpending.sh: New file.
15713
15714 2007-10-09  Bruno Haible  <bruno@clisp.org>
15715
15716         * MODULES.html.sh (func_module): Don't create a hyperlink for
15717         function names like 'printf_frexp'.
15718         (Misc): Add crc, memxor.
15719         (Characteristics of floating types): New section.
15720         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
15721         isnanf-nolibm, signbit, trunc, truncf, truncl.
15722         (Enhancements for ISO C 99 functions): New subsection Input/output.
15723         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
15724         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
15725         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
15726         (Compatibility checks for POSIX:2001 functions): Add clock-time.
15727         (Enhancements for POSIX:2001 functions): Add chdir-long.
15728         (File system functions): Add areadlink, chdir-safer, read-file.
15729         Remove cycle-check.
15730         (File system as inode set): New section.
15731         (Date and time): Add gethrxtime.
15732         (Multithreading): Add openmp.
15733         (Internationalization functions): Add localename.
15734         (Unicode string functions): Add unistr/u*-mbsnlen.
15735         (Support for maintaining and releasing projects): Add git-version-gen.
15736         (Lone files): Remove directories.
15737
15738 2007-10-08  Ben Pfaff  <blp@gnu.org>
15739
15740         * lib/xmalloca.h: Fix typo in comment.
15741
15742 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
15743
15744         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
15745         when avoiding problems with integer overflow.  Use a portable test
15746         instead.
15747
15748 2007-10-08  Simon Josefsson  <simon@josefsson.org>
15749
15750         * modules/dummy (License): Change to LGPLv2+.
15751         * modules/float (License): Likewise
15752         * modules/realloc (License): Likewise
15753         * modules/stdlib (License): Likewise
15754
15755 2007-10-07  Bruno Haible  <bruno@clisp.org>
15756
15757         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
15758         * floor.c (TWO_MANT_DIG): Likewise.
15759         * ceil.c (TWO_MANT_DIG): Likewise.
15760         Reported by Ben Pfaff.
15761
15762 2007-10-07  Bruno Haible  <bruno@clisp.org>
15763
15764         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
15765         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
15766         * lib/frexp.c (FUNC): Likewise.
15767         * lib/printf-frexp.h (printf_frexp): Likewise.
15768         * lib/printf-frexpl.h (printf_frexpl): Likewise.
15769         * lib/printf-frexp.c (FUNC): Likewise.
15770         Suggested by Jim Meyering.
15771
15772 2007-10-07  Jim Meyering  <meyering@redhat.com>
15773
15774         Make xnanosleep's integer overflow test more robust.
15775         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
15776         so that gcc-4.3.0 doesn't optimize away this test for overflow.
15777
15778 2007-10-07  Bruno Haible  <bruno@clisp.org>
15779
15780         * NEWS: Mention the license change.
15781
15782         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
15783         abbreviations in the modules files.
15784
15785         Change copyright notice from GPLv2+ to GPLv3+.
15786         * README: Change copyright notice.
15787         * MODULES.html.sh: Likewise.
15788         * build-aux/bootstrap.conf: Likewise.
15789         * build-aux/config.libpath: Likewise.
15790         * build-aux/csharpcomp.sh.in: Likewise.
15791         * build-aux/csharpexec.sh.in: Likewise.
15792         * build-aux/install-reloc: Likewise.
15793         * build-aux/javacomp.sh.in: Likewise.
15794         * build-aux/javaexec.sh.in: Likewise.
15795         * build-aux/ldd.sh.in: Likewise.
15796         * build-aux/reloc-ldflags: Likewise.
15797         * build-aux/relocatable.sh.in: Likewise.
15798         * build-aux/x-to-1.in: Likewise.
15799         * check-module: Likewise.
15800         * config/srclistvars.sh: Likewise.
15801         * gnulib-tool: Likewise.
15802         * lib/acl-internal.h: Likewise.
15803         * lib/acl.c: Likewise.
15804         * lib/acl.h: Likewise.
15805         * lib/acl_entries.c: Likewise.
15806         * lib/areadlink-with-size.c: Likewise.
15807         * lib/areadlink.c: Likewise.
15808         * lib/areadlink.h: Likewise.
15809         * lib/argmatch.c: Likewise.
15810         * lib/argmatch.h: Likewise.
15811         * lib/argp-ba.c: Likewise.
15812         * lib/argp-eexst.c: Likewise.
15813         * lib/argp-fmtstream.c: Likewise.
15814         * lib/argp-fmtstream.h: Likewise.
15815         * lib/argp-fs-xinl.c: Likewise.
15816         * lib/argp-help.c: Likewise.
15817         * lib/argp-namefrob.h: Likewise.
15818         * lib/argp-parse.c: Likewise.
15819         * lib/argp-pin.c: Likewise.
15820         * lib/argp-pv.c: Likewise.
15821         * lib/argp-pvh.c: Likewise.
15822         * lib/argp-xinl.c: Likewise.
15823         * lib/argp.h: Likewise.
15824         * lib/at-func.c: Likewise.
15825         * lib/atanl.c: Likewise.
15826         * lib/backupfile.c: Likewise.
15827         * lib/backupfile.h: Likewise.
15828         * lib/basename.c: Likewise.
15829         * lib/binary-io.h: Likewise.
15830         * lib/byteswap.in.h: Likewise.
15831         * lib/c-stack.c: Likewise.
15832         * lib/c-stack.h: Likewise.
15833         * lib/c-strcasestr.c: Likewise.
15834         * lib/c-strcasestr.h: Likewise.
15835         * lib/c-strstr.c: Likewise.
15836         * lib/c-strstr.h: Likewise.
15837         * lib/c-strtod.c: Likewise.
15838         * lib/calloc.c: Likewise.
15839         * lib/canon-host.c: Likewise.
15840         * lib/canon-host.h: Likewise.
15841         * lib/canonicalize-lgpl.c: Likewise.
15842         * lib/canonicalize.c: Likewise.
15843         * lib/canonicalize.h: Likewise.
15844         * lib/ceil.c: Likewise.
15845         * lib/ceilf.c: Likewise.
15846         * lib/ceill.c: Likewise.
15847         * lib/chdir-long.c: Likewise.
15848         * lib/chdir-long.h: Likewise.
15849         * lib/chdir-safer.c: Likewise.
15850         * lib/chdir-safer.h: Likewise.
15851         * lib/chown.c: Likewise.
15852         * lib/classpath.c: Likewise.
15853         * lib/classpath.h: Likewise.
15854         * lib/clean-temp.c: Likewise.
15855         * lib/clean-temp.h: Likewise.
15856         * lib/cloexec.c: Likewise.
15857         * lib/close-stream.c: Likewise.
15858         * lib/closein.c: Likewise.
15859         * lib/closein.h: Likewise.
15860         * lib/closeout.c: Likewise.
15861         * lib/closeout.h: Likewise.
15862         * lib/concat-filename.c: Likewise.
15863         * lib/copy-file.c: Likewise.
15864         * lib/copy-file.h: Likewise.
15865         * lib/count-one-bits.h: Likewise.
15866         * lib/crc.c: Likewise.
15867         * lib/crc.h: Likewise.
15868         * lib/creat-safer.c: Likewise.
15869         * lib/csharpcomp.c: Likewise.
15870         * lib/csharpcomp.h: Likewise.
15871         * lib/csharpexec.c: Likewise.
15872         * lib/csharpexec.h: Likewise.
15873         * lib/cycle-check.c: Likewise.
15874         * lib/cycle-check.h: Likewise.
15875         * lib/diacrit.c: Likewise.
15876         * lib/diacrit.h: Likewise.
15877         * lib/diffseq.h: Likewise.
15878         * lib/dirchownmod.c: Likewise.
15879         * lib/dirent.in.h: Likewise.
15880         * lib/dirfd.c: Likewise.
15881         * lib/dirfd.h: Likewise.
15882         * lib/dirname.c: Likewise.
15883         * lib/dirname.h: Likewise.
15884         * lib/dummy.c: Likewise.
15885         * lib/dup-safer.c: Likewise.
15886         * lib/dup2.c: Likewise.
15887         * lib/eealloc.h: Likewise.
15888         * lib/error.c: Likewise.
15889         * lib/error.h: Likewise.
15890         * lib/euidaccess.c: Likewise.
15891         * lib/exclude.c: Likewise.
15892         * lib/exclude.h: Likewise.
15893         * lib/execute.c: Likewise.
15894         * lib/execute.h: Likewise.
15895         * lib/exitfail.c: Likewise.
15896         * lib/exitfail.h: Likewise.
15897         * lib/expl.c: Likewise.
15898         * lib/fatal-signal.c: Likewise.
15899         * lib/fatal-signal.h: Likewise.
15900         * lib/fbufmode.c: Likewise.
15901         * lib/fbufmode.h: Likewise.
15902         * lib/fchdir.c: Likewise.
15903         * lib/fchmodat.c: Likewise.
15904         * lib/fchownat.c: Likewise.
15905         * lib/fcntl--.h: Likewise.
15906         * lib/fcntl-safer.h: Likewise.
15907         * lib/fcntl.in.h: Likewise.
15908         * lib/fd-safer.c: Likewise.
15909         * lib/fflush.c: Likewise.
15910         * lib/file-has-acl.c: Likewise.
15911         * lib/file-set.c: Likewise.
15912         * lib/file-type.c: Likewise.
15913         * lib/file-type.h: Likewise.
15914         * lib/fileblocks.c: Likewise.
15915         * lib/filemode.c: Likewise.
15916         * lib/filemode.h: Likewise.
15917         * lib/filename.h: Likewise.
15918         * lib/filenamecat.c: Likewise.
15919         * lib/filenamecat.h: Likewise.
15920         * lib/findprog.c: Likewise.
15921         * lib/findprog.h: Likewise.
15922         * lib/float.in.h: Likewise.
15923         * lib/floor.c: Likewise.
15924         * lib/floorf.c: Likewise.
15925         * lib/floorl.c: Likewise.
15926         * lib/fopen-safer.c: Likewise.
15927         * lib/fopen.c: Likewise.
15928         * lib/fpending.c: Likewise.
15929         * lib/fpending.h: Likewise.
15930         * lib/fprintf.c: Likewise.
15931         * lib/fprintftime.h: Likewise.
15932         * lib/fpucw.h: Likewise.
15933         * lib/fpurge.c: Likewise.
15934         * lib/fpurge.h: Likewise.
15935         * lib/freadable.c: Likewise.
15936         * lib/freadable.h: Likewise.
15937         * lib/freadahead.c: Likewise.
15938         * lib/freadahead.h: Likewise.
15939         * lib/freading.c: Likewise.
15940         * lib/freading.h: Likewise.
15941         * lib/free.c: Likewise.
15942         * lib/freopen.c: Likewise.
15943         * lib/frexp.c: Likewise.
15944         * lib/frexpl.c: Likewise.
15945         * lib/fseek.c: Likewise.
15946         * lib/fseterr.c: Likewise.
15947         * lib/fseterr.h: Likewise.
15948         * lib/fstatat.c: Likewise.
15949         * lib/fstrcmp.c: Likewise.
15950         * lib/fstrcmp.h: Likewise.
15951         * lib/fsusage.c: Likewise.
15952         * lib/fsusage.h: Likewise.
15953         * lib/ftell.c: Likewise.
15954         * lib/ftello.c: Likewise.
15955         * lib/fts-cycle.c: Likewise.
15956         * lib/fts.c: Likewise.
15957         * lib/fts_.h: Likewise.
15958         * lib/full-read.c: Likewise.
15959         * lib/full-read.h: Likewise.
15960         * lib/full-write.c: Likewise.
15961         * lib/full-write.h: Likewise.
15962         * lib/fwritable.c: Likewise.
15963         * lib/fwritable.h: Likewise.
15964         * lib/fwriteerror.c: Likewise.
15965         * lib/fwriteerror.h: Likewise.
15966         * lib/fwriting.c: Likewise.
15967         * lib/fwriting.h: Likewise.
15968         * lib/gcd.c: Likewise.
15969         * lib/gcd.h: Likewise.
15970         * lib/getcwd.c: Likewise.
15971         * lib/getdate.h: Likewise.
15972         * lib/getdate.y: Likewise.
15973         * lib/getdomainname.c: Likewise.
15974         * lib/getdomainname.h: Likewise.
15975         * lib/getgroups.c: Likewise.
15976         * lib/gethostname.c: Likewise.
15977         * lib/gethrxtime.c: Likewise.
15978         * lib/gethrxtime.h: Likewise.
15979         * lib/getloadavg.c: Likewise.
15980         * lib/getndelim2.c: Likewise.
15981         * lib/getndelim2.h: Likewise.
15982         * lib/getnline.c: Likewise.
15983         * lib/getnline.h: Likewise.
15984         * lib/getopt.c: Likewise.
15985         * lib/getopt.in.h: Likewise.
15986         * lib/getopt1.c: Likewise.
15987         * lib/getopt_int.h: Likewise.
15988         * lib/getpagesize.h: Likewise.
15989         * lib/getsubopt.c: Likewise.
15990         * lib/gettime.c: Likewise.
15991         * lib/getugroups.c: Likewise.
15992         * lib/getugroups.h: Likewise.
15993         * lib/getusershell.c: Likewise.
15994         * lib/gl_anyavltree_list1.h: Likewise.
15995         * lib/gl_anyavltree_list2.h: Likewise.
15996         * lib/gl_anyhash_list1.h: Likewise.
15997         * lib/gl_anyhash_list2.h: Likewise.
15998         * lib/gl_anylinked_list1.h: Likewise.
15999         * lib/gl_anylinked_list2.h: Likewise.
16000         * lib/gl_anyrbtree_list1.h: Likewise.
16001         * lib/gl_anyrbtree_list2.h: Likewise.
16002         * lib/gl_anytree_list1.h: Likewise.
16003         * lib/gl_anytree_list2.h: Likewise.
16004         * lib/gl_anytree_oset.h: Likewise.
16005         * lib/gl_anytreehash_list1.h: Likewise.
16006         * lib/gl_anytreehash_list2.h: Likewise.
16007         * lib/gl_array_list.c: Likewise.
16008         * lib/gl_array_list.h: Likewise.
16009         * lib/gl_array_oset.c: Likewise.
16010         * lib/gl_array_oset.h: Likewise.
16011         * lib/gl_avltree_list.c: Likewise.
16012         * lib/gl_avltree_list.h: Likewise.
16013         * lib/gl_avltree_oset.c: Likewise.
16014         * lib/gl_avltree_oset.h: Likewise.
16015         * lib/gl_avltreehash_list.c: Likewise.
16016         * lib/gl_avltreehash_list.h: Likewise.
16017         * lib/gl_carray_list.c: Likewise.
16018         * lib/gl_carray_list.h: Likewise.
16019         * lib/gl_linked_list.c: Likewise.
16020         * lib/gl_linked_list.h: Likewise.
16021         * lib/gl_linkedhash_list.c: Likewise.
16022         * lib/gl_linkedhash_list.h: Likewise.
16023         * lib/gl_list.c: Likewise.
16024         * lib/gl_list.h: Likewise.
16025         * lib/gl_oset.c: Likewise.
16026         * lib/gl_oset.h: Likewise.
16027         * lib/gl_rbtree_list.c: Likewise.
16028         * lib/gl_rbtree_list.h: Likewise.
16029         * lib/gl_rbtree_oset.c: Likewise.
16030         * lib/gl_rbtree_oset.h: Likewise.
16031         * lib/gl_rbtreehash_list.c: Likewise.
16032         * lib/gl_rbtreehash_list.h: Likewise.
16033         * lib/gl_sublist.c: Likewise.
16034         * lib/gl_sublist.h: Likewise.
16035         * lib/group-member.c: Likewise.
16036         * lib/group-member.h: Likewise.
16037         * lib/hard-locale.c: Likewise.
16038         * lib/hard-locale.h: Likewise.
16039         * lib/hash-pjw.c: Likewise.
16040         * lib/hash-pjw.h: Likewise.
16041         * lib/hash-triple.c: Likewise.
16042         * lib/hash.c: Likewise.
16043         * lib/hash.h: Likewise.
16044         * lib/human.c: Likewise.
16045         * lib/human.h: Likewise.
16046         * lib/i-ring.c: Likewise.
16047         * lib/i-ring.h: Likewise.
16048         * lib/idcache.c: Likewise.
16049         * lib/imaxabs.c: Likewise.
16050         * lib/imaxdiv.c: Likewise.
16051         * lib/inet_pton.c: Likewise.
16052         * lib/inet_pton.h: Likewise.
16053         * lib/intprops.h: Likewise.
16054         * lib/inttostr.c: Likewise.
16055         * lib/inttostr.h: Likewise.
16056         * lib/inttypes.in.h: Likewise.
16057         * lib/isapipe.c: Likewise.
16058         * lib/isdir.c: Likewise.
16059         * lib/isnan.c: Likewise.
16060         * lib/isnan.h: Likewise.
16061         * lib/isnanf.c: Likewise.
16062         * lib/isnanf.h: Likewise.
16063         * lib/isnanl-nolibm.h: Likewise.
16064         * lib/isnanl.c: Likewise.
16065         * lib/isnanl.h: Likewise.
16066         * lib/javacomp.c: Likewise.
16067         * lib/javacomp.h: Likewise.
16068         * lib/javaexec.c: Likewise.
16069         * lib/javaexec.h: Likewise.
16070         * lib/javaversion.c: Likewise.
16071         * lib/javaversion.h: Likewise.
16072         * lib/javaversion.java: Likewise.
16073         * lib/lbrkprop.h: Likewise.
16074         * lib/lchmod.h: Likewise.
16075         * lib/lchown.c: Likewise.
16076         * lib/ldexpl.c: Likewise.
16077         * lib/linebreak.c: Likewise.
16078         * lib/linebreak.h: Likewise.
16079         * lib/linebuffer.c: Likewise.
16080         * lib/linebuffer.h: Likewise.
16081         * lib/locale.in.h: Likewise.
16082         * lib/logl.c: Likewise.
16083         * lib/long-options.c: Likewise.
16084         * lib/long-options.h: Likewise.
16085         * lib/lstat.c: Likewise.
16086         * lib/lstat.h: Likewise.
16087         * lib/math.in.h: Likewise.
16088         * lib/mbchar.c: Likewise.
16089         * lib/mbchar.h: Likewise.
16090         * lib/mbfile.h: Likewise.
16091         * lib/mbiter.h: Likewise.
16092         * lib/mbscasecmp.c: Likewise.
16093         * lib/mbscasestr.c: Likewise.
16094         * lib/mbschr.c: Likewise.
16095         * lib/mbscspn.c: Likewise.
16096         * lib/mbslen.c: Likewise.
16097         * lib/mbsncasecmp.c: Likewise.
16098         * lib/mbsnlen.c: Likewise.
16099         * lib/mbspbrk.c: Likewise.
16100         * lib/mbspcasecmp.c: Likewise.
16101         * lib/mbsrchr.c: Likewise.
16102         * lib/mbssep.c: Likewise.
16103         * lib/mbsspn.c: Likewise.
16104         * lib/mbsstr.c: Likewise.
16105         * lib/mbstok_r.c: Likewise.
16106         * lib/mbswidth.c: Likewise.
16107         * lib/mbswidth.h: Likewise.
16108         * lib/mbuiter.h: Likewise.
16109         * lib/memcasecmp.c: Likewise.
16110         * lib/memcasecmp.h: Likewise.
16111         * lib/memchr.c: Likewise.
16112         * lib/memcmp.c: Likewise.
16113         * lib/memcoll.c: Likewise.
16114         * lib/memcoll.h: Likewise.
16115         * lib/memcpy.c: Likewise.
16116         * lib/memrchr.c: Likewise.
16117         * lib/mkancesdirs.c: Likewise.
16118         * lib/mkdir-p.c: Likewise.
16119         * lib/mkdir-p.h: Likewise.
16120         * lib/mkdir.c: Likewise.
16121         * lib/mkdirat.c: Likewise.
16122         * lib/mkdtemp.c: Likewise.
16123         * lib/mkstemp-safer.c: Likewise.
16124         * lib/mkstemp.c: Likewise.
16125         * lib/modechange.c: Likewise.
16126         * lib/modechange.h: Likewise.
16127         * lib/mountlist.c: Likewise.
16128         * lib/mountlist.h: Likewise.
16129         * lib/mpsort.c: Likewise.
16130         * lib/nanosleep.c: Likewise.
16131         * lib/obstack.c: Likewise.
16132         * lib/obstack.h: Likewise.
16133         * lib/open-safer.c: Likewise.
16134         * lib/open.c: Likewise.
16135         * lib/openat-die.c: Likewise.
16136         * lib/openat-priv.h: Likewise.
16137         * lib/openat-proc.c: Likewise.
16138         * lib/openat.c: Likewise.
16139         * lib/openat.h: Likewise.
16140         * lib/pagealign_alloc.c: Likewise.
16141         * lib/pagealign_alloc.h: Likewise.
16142         * lib/physmem.c: Likewise.
16143         * lib/physmem.h: Likewise.
16144         * lib/pipe-safer.c: Likewise.
16145         * lib/pipe.c: Likewise.
16146         * lib/pipe.h: Likewise.
16147         * lib/posixtm.c: Likewise.
16148         * lib/posixtm.h: Likewise.
16149         * lib/posixver.c: Likewise.
16150         * lib/printf-frexp.c: Likewise.
16151         * lib/printf-frexp.h: Likewise.
16152         * lib/printf-frexpl.c: Likewise.
16153         * lib/printf-frexpl.h: Likewise.
16154         * lib/printf.c: Likewise.
16155         * lib/progname.c: Likewise.
16156         * lib/progname.h: Likewise.
16157         * lib/progreloc.c: Likewise.
16158         * lib/putenv.c: Likewise.
16159         * lib/quote.c: Likewise.
16160         * lib/quote.h: Likewise.
16161         * lib/quotearg.c: Likewise.
16162         * lib/quotearg.h: Likewise.
16163         * lib/raise.c: Likewise.
16164         * lib/readline.c: Likewise.
16165         * lib/readline.h: Likewise.
16166         * lib/readlink.c: Likewise.
16167         * lib/readtokens.c: Likewise.
16168         * lib/readtokens.h: Likewise.
16169         * lib/readtokens0.c: Likewise.
16170         * lib/readtokens0.h: Likewise.
16171         * lib/readutmp.c: Likewise.
16172         * lib/readutmp.h: Likewise.
16173         * lib/realloc.c: Likewise.
16174         * lib/relocwrapper.c: Likewise.
16175         * lib/rename-dest-slash.c: Likewise.
16176         * lib/rename.c: Likewise.
16177         * lib/rmdir.c: Likewise.
16178         * lib/rpmatch.c: Likewise.
16179         * lib/safe-read.c: Likewise.
16180         * lib/safe-read.h: Likewise.
16181         * lib/safe-write.c: Likewise.
16182         * lib/safe-write.h: Likewise.
16183         * lib/same-inode.h: Likewise.
16184         * lib/same.c: Likewise.
16185         * lib/same.h: Likewise.
16186         * lib/save-cwd.c: Likewise.
16187         * lib/save-cwd.h: Likewise.
16188         * lib/savedir.c: Likewise.
16189         * lib/savedir.h: Likewise.
16190         * lib/savewd.c: Likewise.
16191         * lib/savewd.h: Likewise.
16192         * lib/search.in.h: Likewise.
16193         * lib/setenv.c: Likewise.
16194         * lib/setenv.h: Likewise.
16195         * lib/settime.c: Likewise.
16196         * lib/sh-quote.c: Likewise.
16197         * lib/sh-quote.h: Likewise.
16198         * lib/sig2str.c: Likewise.
16199         * lib/sig2str.h: Likewise.
16200         * lib/signal.in.h: Likewise.
16201         * lib/signbitd.c: Likewise.
16202         * lib/signbitf.c: Likewise.
16203         * lib/signbitl.c: Likewise.
16204         * lib/sigprocmask.c: Likewise.
16205         * lib/sincosl.c: Likewise.
16206         * lib/sleep.c: Likewise.
16207         * lib/sprintf.c: Likewise.
16208         * lib/sqrtl.c: Likewise.
16209         * lib/stat-time.h: Likewise.
16210         * lib/stdio--.h: Likewise.
16211         * lib/stdio-safer.h: Likewise.
16212         * lib/stdlib--.h: Likewise.
16213         * lib/stdlib-safer.h: Likewise.
16214         * lib/stdlib.in.h: Likewise.
16215         * lib/stpcpy.c: Likewise.
16216         * lib/stpncpy.c: Likewise.
16217         * lib/strchrnul.c: Likewise.
16218         * lib/strcspn.c: Likewise.
16219         * lib/strerror.c: Likewise.
16220         * lib/strftime.c: Likewise.
16221         * lib/strftime.h: Likewise.
16222         * lib/striconveh.c: Likewise.
16223         * lib/striconveh.h: Likewise.
16224         * lib/striconveha.c: Likewise.
16225         * lib/striconveha.h: Likewise.
16226         * lib/stripslash.c: Likewise.
16227         * lib/strnlen1.c: Likewise.
16228         * lib/strnlen1.h: Likewise.
16229         * lib/strtod.c: Likewise.
16230         * lib/strtoimax.c: Likewise.
16231         * lib/strtok_r.c: Likewise.
16232         * lib/strtol.c: Likewise.
16233         * lib/strtoll.c: Likewise.
16234         * lib/strtoul.c: Likewise.
16235         * lib/strtoull.c: Likewise.
16236         * lib/sysexits.in.h: Likewise.
16237         * lib/tempname.c: Likewise.
16238         * lib/tempname.h: Likewise.
16239         * lib/timespec.h: Likewise.
16240         * lib/tls.c: Likewise.
16241         * lib/tls.h: Likewise.
16242         * lib/tmpdir.c: Likewise.
16243         * lib/tmpdir.h: Likewise.
16244         * lib/tmpfile-safer.c: Likewise.
16245         * lib/tmpfile.c: Likewise.
16246         * lib/trigl.c: Likewise.
16247         * lib/trigl.h: Likewise.
16248         * lib/trim.c: Likewise.
16249         * lib/trim.h: Likewise.
16250         * lib/trunc.c: Likewise.
16251         * lib/truncf.c: Likewise.
16252         * lib/truncl.c: Likewise.
16253         * lib/tsearch.c: Likewise.
16254         * lib/unicodeio.c: Likewise.
16255         * lib/unicodeio.h: Likewise.
16256         * lib/unistd--.h: Likewise.
16257         * lib/unistd-safer.h: Likewise.
16258         * lib/unistdio/ulc-fprintf.c: Likewise.
16259         * lib/unistdio/ulc-vfprintf.c: Likewise.
16260         * lib/unlinkdir.c: Likewise.
16261         * lib/unlinkdir.h: Likewise.
16262         * lib/unlocked-io.h: Likewise.
16263         * lib/unsetenv.c: Likewise.
16264         * lib/userspec.c: Likewise.
16265         * lib/utime.c: Likewise.
16266         * lib/utimecmp.c: Likewise.
16267         * lib/utimecmp.h: Likewise.
16268         * lib/utimens.c: Likewise.
16269         * lib/verify.h: Likewise.
16270         * lib/verror.c: Likewise.
16271         * lib/verror.h: Likewise.
16272         * lib/version-etc-fsf.c: Likewise.
16273         * lib/version-etc.c: Likewise.
16274         * lib/version-etc.h: Likewise.
16275         * lib/vfprintf.c: Likewise.
16276         * lib/vprintf.c: Likewise.
16277         * lib/vsprintf.c: Likewise.
16278         * lib/w32spawn.h: Likewise.
16279         * lib/wait-process.c: Likewise.
16280         * lib/wait-process.h: Likewise.
16281         * lib/wcwidth.c: Likewise.
16282         * lib/write-any-file.c: Likewise.
16283         * lib/xalloc-die.c: Likewise.
16284         * lib/xalloc.h: Likewise.
16285         * lib/xasprintf.c: Likewise.
16286         * lib/xgetcwd.c: Likewise.
16287         * lib/xgetcwd.h: Likewise.
16288         * lib/xgetdomainname.c: Likewise.
16289         * lib/xgetdomainname.h: Likewise.
16290         * lib/xgethostname.c: Likewise.
16291         * lib/xmalloc.c: Likewise.
16292         * lib/xmalloca.c: Likewise.
16293         * lib/xmalloca.h: Likewise.
16294         * lib/xmemcoll.c: Likewise.
16295         * lib/xnanosleep.c: Likewise.
16296         * lib/xreadlink.c: Likewise.
16297         * lib/xreadlink.h: Likewise.
16298         * lib/xsetenv.c: Likewise.
16299         * lib/xsetenv.h: Likewise.
16300         * lib/xstriconv.c: Likewise.
16301         * lib/xstriconv.h: Likewise.
16302         * lib/xstrndup.c: Likewise.
16303         * lib/xstrndup.h: Likewise.
16304         * lib/xstrtod.c: Likewise.
16305         * lib/xstrtod.h: Likewise.
16306         * lib/xstrtol-error.c: Likewise.
16307         * lib/xstrtol.c: Likewise.
16308         * lib/xstrtol.h: Likewise.
16309         * lib/xtime.h: Likewise.
16310         * lib/xvasprintf.c: Likewise.
16311         * lib/xvasprintf.h: Likewise.
16312         * lib/yesno.c: Likewise.
16313         * lib/yesno.h: Likewise.
16314         * posix-modules: Likewise.
16315         * tests/test-alloca-opt.c: Likewise.
16316         * tests/test-arcfour.c: Likewise.
16317         * tests/test-arctwo.c: Likewise.
16318         * tests/test-argmatch.c: Likewise.
16319         * tests/test-argp-2.sh: Likewise.
16320         * tests/test-argp.c: Likewise.
16321         * tests/test-arpa_inet.c: Likewise.
16322         * tests/test-array_list.c: Likewise.
16323         * tests/test-array_oset.c: Likewise.
16324         * tests/test-atexit.c: Likewise.
16325         * tests/test-avltree_list.c: Likewise.
16326         * tests/test-avltree_oset.c: Likewise.
16327         * tests/test-avltreehash_list.c: Likewise.
16328         * tests/test-base64.c: Likewise.
16329         * tests/test-binary-io.c: Likewise.
16330         * tests/test-byteswap.c: Likewise.
16331         * tests/test-c-ctype.c: Likewise.
16332         * tests/test-c-strcasecmp.c: Likewise.
16333         * tests/test-c-strcasestr.c: Likewise.
16334         * tests/test-c-strncasecmp.c: Likewise.
16335         * tests/test-c-strstr.c: Likewise.
16336         * tests/test-canonicalize-lgpl.c: Likewise.
16337         * tests/test-canonicalize.c: Likewise.
16338         * tests/test-carray_list.c: Likewise.
16339         * tests/test-ceilf.c: Likewise.
16340         * tests/test-ceill.c: Likewise.
16341         * tests/test-count-one-bits.c: Likewise.
16342         * tests/test-crc.c: Likewise.
16343         * tests/test-dirname.c: Likewise.
16344         * tests/test-fbufmode.c: Likewise.
16345         * tests/test-fcntl.c: Likewise.
16346         * tests/test-fflush.c: Likewise.
16347         * tests/test-floorf.c: Likewise.
16348         * tests/test-floorl.c: Likewise.
16349         * tests/test-fopen.c: Likewise.
16350         * tests/test-fprintf-posix.c: Likewise.
16351         * tests/test-fprintf-posix.h: Likewise.
16352         * tests/test-fpurge.c: Likewise.
16353         * tests/test-freadable.c: Likewise.
16354         * tests/test-freadahead.c: Likewise.
16355         * tests/test-freading.c: Likewise.
16356         * tests/test-freopen.c: Likewise.
16357         * tests/test-frexp.c: Likewise.
16358         * tests/test-frexpl.c: Likewise.
16359         * tests/test-fseek.c: Likewise.
16360         * tests/test-fseeko.c: Likewise.
16361         * tests/test-fseterr.c: Likewise.
16362         * tests/test-fstrcmp.c: Likewise.
16363         * tests/test-ftell.c: Likewise.
16364         * tests/test-ftello.c: Likewise.
16365         * tests/test-fwritable.c: Likewise.
16366         * tests/test-fwriting.c: Likewise.
16367         * tests/test-getaddrinfo.c: Likewise.
16368         * tests/test-getpass.c: Likewise.
16369         * tests/test-gettimeofday.c: Likewise.
16370         * tests/test-hmac-md5.c: Likewise.
16371         * tests/test-hmac-sha1.c: Likewise.
16372         * tests/test-iconv.c: Likewise.
16373         * tests/test-iconvme.c: Likewise.
16374         * tests/test-inttypes.c: Likewise.
16375         * tests/test-isnan.c: Likewise.
16376         * tests/test-isnanf.c: Likewise.
16377         * tests/test-isnanl-nolibm.c: Likewise.
16378         * tests/test-isnanl.c: Likewise.
16379         * tests/test-isnanl.h: Likewise.
16380         * tests/test-ldexpl.c: Likewise.
16381         * tests/test-linked_list.c: Likewise.
16382         * tests/test-linkedhash_list.c: Likewise.
16383         * tests/test-locale.c: Likewise.
16384         * tests/test-localename.c: Likewise.
16385         * tests/test-lock.c: Likewise.
16386         * tests/test-lseek.c: Likewise.
16387         * tests/test-malloca.c: Likewise.
16388         * tests/test-math.c: Likewise.
16389         * tests/test-mbscasecmp.c: Likewise.
16390         * tests/test-mbscasestr1.c: Likewise.
16391         * tests/test-mbscasestr2.c: Likewise.
16392         * tests/test-mbscasestr3.c: Likewise.
16393         * tests/test-mbscasestr4.c: Likewise.
16394         * tests/test-mbschr.c: Likewise.
16395         * tests/test-mbscspn.c: Likewise.
16396         * tests/test-mbsncasecmp.c: Likewise.
16397         * tests/test-mbspbrk.c: Likewise.
16398         * tests/test-mbspcasecmp.c: Likewise.
16399         * tests/test-mbsrchr.c: Likewise.
16400         * tests/test-mbsspn.c: Likewise.
16401         * tests/test-mbsstr1.c: Likewise.
16402         * tests/test-mbsstr2.c: Likewise.
16403         * tests/test-mbsstr3.c: Likewise.
16404         * tests/test-md5.c: Likewise.
16405         * tests/test-memmem.c: Likewise.
16406         * tests/test-netinet_in.c: Likewise.
16407         * tests/test-open.c: Likewise.
16408         * tests/test-printf-frexp.c: Likewise.
16409         * tests/test-printf-frexpl.c: Likewise.
16410         * tests/test-printf-posix.c: Likewise.
16411         * tests/test-printf-posix.h: Likewise.
16412         * tests/test-rbtree_list.c: Likewise.
16413         * tests/test-rbtree_oset.c: Likewise.
16414         * tests/test-rbtreehash_list.c: Likewise.
16415         * tests/test-read-file.c: Likewise.
16416         * tests/test-rijndael.c: Likewise.
16417         * tests/test-search.c: Likewise.
16418         * tests/test-signbit.c: Likewise.
16419         * tests/test-sleep.c: Likewise.
16420         * tests/test-snprintf-posix.c: Likewise.
16421         * tests/test-snprintf-posix.h: Likewise.
16422         * tests/test-snprintf.c: Likewise.
16423         * tests/test-sprintf-posix.c: Likewise.
16424         * tests/test-sprintf-posix.h: Likewise.
16425         * tests/test-stat-time.c: Likewise.
16426         * tests/test-stdbool.c: Likewise.
16427         * tests/test-stdint.c: Likewise.
16428         * tests/test-stdio.c: Likewise.
16429         * tests/test-stdlib.c: Likewise.
16430         * tests/test-stpncpy.c: Likewise.
16431         * tests/test-strcasestr.c: Likewise.
16432         * tests/test-striconv.c: Likewise.
16433         * tests/test-striconveh.c: Likewise.
16434         * tests/test-striconveha.c: Likewise.
16435         * tests/test-string.c: Likewise.
16436         * tests/test-sys_select.c: Likewise.
16437         * tests/test-sys_socket.c: Likewise.
16438         * tests/test-sys_stat.c: Likewise.
16439         * tests/test-sys_time.c: Likewise.
16440         * tests/test-sysexits.c: Likewise.
16441         * tests/test-time.c: Likewise.
16442         * tests/test-tls.c: Likewise.
16443         * tests/test-trunc.c: Likewise.
16444         * tests/test-truncf.c: Likewise.
16445         * tests/test-truncl.c: Likewise.
16446         * tests/test-unistd.c: Likewise.
16447         * tests/test-vasnprintf-posix.c: Likewise.
16448         * tests/test-vasnprintf-posix2.c: Likewise.
16449         * tests/test-vasnprintf.c: Likewise.
16450         * tests/test-vasprintf-posix.c: Likewise.
16451         * tests/test-vasprintf.c: Likewise.
16452         * tests/test-verify.c: Likewise.
16453         * tests/test-vfprintf-posix.c: Likewise.
16454         * tests/test-vprintf-posix.c: Likewise.
16455         * tests/test-vsnprintf-posix.c: Likewise.
16456         * tests/test-vsnprintf.c: Likewise.
16457         * tests/test-vsprintf-posix.c: Likewise.
16458         * tests/test-wchar.c: Likewise.
16459         * tests/test-wctype.c: Likewise.
16460         * tests/test-wcwidth.c: Likewise.
16461         * tests/test-xstrtol.c: Likewise.
16462         * tests/test-xvasprintf.c: Likewise.
16463         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
16464         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
16465         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
16466         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
16467         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
16468         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
16469         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
16470         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
16471         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
16472         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
16473         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
16474         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
16475         * tests/uniname/test-uninames.c: Likewise.
16476         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
16477         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
16478         * tests/unistdio/test-u16-printf1.h: Likewise.
16479         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
16480         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
16481         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
16482         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
16483         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
16484         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
16485         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
16486         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
16487         * tests/unistdio/test-u32-printf1.h: Likewise.
16488         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
16489         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
16490         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
16491         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
16492         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
16493         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
16494         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
16495         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
16496         * tests/unistdio/test-u8-printf1.h: Likewise.
16497         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
16498         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
16499         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
16500         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
16501         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
16502         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
16503         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
16504         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
16505         * tests/unistdio/test-ulc-printf1.h: Likewise.
16506         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
16507         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
16508         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
16509         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
16510         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
16511         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
16512         * tests/uniwidth/test-u16-strwidth.c: Likewise.
16513         * tests/uniwidth/test-u16-width.c: Likewise.
16514         * tests/uniwidth/test-u32-strwidth.c: Likewise.
16515         * tests/uniwidth/test-u32-width.c: Likewise.
16516         * tests/uniwidth/test-u8-strwidth.c: Likewise.
16517         * tests/uniwidth/test-u8-width.c: Likewise.
16518         * tests/uniwidth/test-uc_width.c: Likewise.
16519         * config/srclist-update: Likewise.
16520         (fixlicense): Update to GPLv3+.
16521
16522         Change copyright notice from LGPLv2.1+ to LGPLv3+.
16523         * tests/test-tsearch.c: Change copyright notice.
16524
16525         Change copyright notice from LGPLv2.0+ to LGPLv3+.
16526         * lib/c-strcaseeq.h: Change copyright notice.
16527         * lib/streq.h: Likewise.
16528         * lib/uniconv.h: Likewise.
16529         * lib/uniconv/u-conv-from-enc.h: Likewise.
16530         * lib/uniconv/u-conv-to-enc.h: Likewise.
16531         * lib/uniconv/u-strconv-from-enc.h: Likewise.
16532         * lib/uniconv/u-strconv-to-enc.h: Likewise.
16533         * lib/uniconv/u16-conv-from-enc.c: Likewise.
16534         * lib/uniconv/u16-conv-to-enc.c: Likewise.
16535         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
16536         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
16537         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
16538         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
16539         * lib/uniconv/u32-conv-from-enc.c: Likewise.
16540         * lib/uniconv/u32-conv-to-enc.c: Likewise.
16541         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
16542         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
16543         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
16544         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
16545         * lib/uniconv/u8-conv-from-enc.c: Likewise.
16546         * lib/uniconv/u8-conv-to-enc.c: Likewise.
16547         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
16548         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
16549         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
16550         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
16551         * lib/uniname.h: Likewise.
16552         * lib/uniname/uniname.c: Likewise.
16553         * lib/unistdio.h: Likewise.
16554         * lib/unistdio/u-asnprintf.h: Likewise.
16555         * lib/unistdio/u-asprintf.h: Likewise.
16556         * lib/unistdio/u-printf-args.c: Likewise.
16557         * lib/unistdio/u-printf-args.h: Likewise.
16558         * lib/unistdio/u-printf-parse.h: Likewise.
16559         * lib/unistdio/u-snprintf.h: Likewise.
16560         * lib/unistdio/u-sprintf.h: Likewise.
16561         * lib/unistdio/u-vasprintf.h: Likewise.
16562         * lib/unistdio/u-vsnprintf.h: Likewise.
16563         * lib/unistdio/u-vsprintf.h: Likewise.
16564         * lib/unistdio/u16-asnprintf.c: Likewise.
16565         * lib/unistdio/u16-asprintf.c: Likewise.
16566         * lib/unistdio/u16-printf-parse.c: Likewise.
16567         * lib/unistdio/u16-snprintf.c: Likewise.
16568         * lib/unistdio/u16-sprintf.c: Likewise.
16569         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
16570         * lib/unistdio/u16-u16-asprintf.c: Likewise.
16571         * lib/unistdio/u16-u16-snprintf.c: Likewise.
16572         * lib/unistdio/u16-u16-sprintf.c: Likewise.
16573         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
16574         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
16575         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
16576         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
16577         * lib/unistdio/u16-vasnprintf.c: Likewise.
16578         * lib/unistdio/u16-vasprintf.c: Likewise.
16579         * lib/unistdio/u16-vsnprintf.c: Likewise.
16580         * lib/unistdio/u16-vsprintf.c: Likewise.
16581         * lib/unistdio/u32-asnprintf.c: Likewise.
16582         * lib/unistdio/u32-asprintf.c: Likewise.
16583         * lib/unistdio/u32-printf-parse.c: Likewise.
16584         * lib/unistdio/u32-snprintf.c: Likewise.
16585         * lib/unistdio/u32-sprintf.c: Likewise.
16586         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
16587         * lib/unistdio/u32-u32-asprintf.c: Likewise.
16588         * lib/unistdio/u32-u32-snprintf.c: Likewise.
16589         * lib/unistdio/u32-u32-sprintf.c: Likewise.
16590         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
16591         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
16592         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
16593         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
16594         * lib/unistdio/u32-vasnprintf.c: Likewise.
16595         * lib/unistdio/u32-vasprintf.c: Likewise.
16596         * lib/unistdio/u32-vsnprintf.c: Likewise.
16597         * lib/unistdio/u32-vsprintf.c: Likewise.
16598         * lib/unistdio/u8-asnprintf.c: Likewise.
16599         * lib/unistdio/u8-asprintf.c: Likewise.
16600         * lib/unistdio/u8-printf-parse.c: Likewise.
16601         * lib/unistdio/u8-snprintf.c: Likewise.
16602         * lib/unistdio/u8-sprintf.c: Likewise.
16603         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
16604         * lib/unistdio/u8-u8-asprintf.c: Likewise.
16605         * lib/unistdio/u8-u8-snprintf.c: Likewise.
16606         * lib/unistdio/u8-u8-sprintf.c: Likewise.
16607         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
16608         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
16609         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
16610         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
16611         * lib/unistdio/u8-vasnprintf.c: Likewise.
16612         * lib/unistdio/u8-vasprintf.c: Likewise.
16613         * lib/unistdio/u8-vsnprintf.c: Likewise.
16614         * lib/unistdio/u8-vsprintf.c: Likewise.
16615         * lib/unistdio/ulc-asnprintf.c: Likewise.
16616         * lib/unistdio/ulc-asprintf.c: Likewise.
16617         * lib/unistdio/ulc-printf-parse.c: Likewise.
16618         * lib/unistdio/ulc-snprintf.c: Likewise.
16619         * lib/unistdio/ulc-sprintf.c: Likewise.
16620         * lib/unistdio/ulc-vasnprintf.c: Likewise.
16621         * lib/unistdio/ulc-vasprintf.c: Likewise.
16622         * lib/unistdio/ulc-vsnprintf.c: Likewise.
16623         * lib/unistdio/ulc-vsprintf.c: Likewise.
16624         * lib/unistr.h: Likewise.
16625         * lib/unistr/u-cpy-alloc.h: Likewise.
16626         * lib/unistr/u-cpy.h: Likewise.
16627         * lib/unistr/u-endswith.h: Likewise.
16628         * lib/unistr/u-move.h: Likewise.
16629         * lib/unistr/u-set.h: Likewise.
16630         * lib/unistr/u-startswith.h: Likewise.
16631         * lib/unistr/u-stpcpy.h: Likewise.
16632         * lib/unistr/u-stpncpy.h: Likewise.
16633         * lib/unistr/u-strcat.h: Likewise.
16634         * lib/unistr/u-strcpy.h: Likewise.
16635         * lib/unistr/u-strcspn.h: Likewise.
16636         * lib/unistr/u-strdup.h: Likewise.
16637         * lib/unistr/u-strlen.h: Likewise.
16638         * lib/unistr/u-strncat.h: Likewise.
16639         * lib/unistr/u-strncpy.h: Likewise.
16640         * lib/unistr/u-strnlen.h: Likewise.
16641         * lib/unistr/u-strpbrk.h: Likewise.
16642         * lib/unistr/u-strspn.h: Likewise.
16643         * lib/unistr/u-strstr.h: Likewise.
16644         * lib/unistr/u-strtok.h: Likewise.
16645         * lib/unistr/u16-check.c: Likewise.
16646         * lib/unistr/u16-chr.c: Likewise.
16647         * lib/unistr/u16-cmp.c: Likewise.
16648         * lib/unistr/u16-cpy-alloc.c: Likewise.
16649         * lib/unistr/u16-cpy.c: Likewise.
16650         * lib/unistr/u16-endswith.c: Likewise.
16651         * lib/unistr/u16-mblen.c: Likewise.
16652         * lib/unistr/u16-mbsnlen.c: Likewise.
16653         * lib/unistr/u16-mbtouc-aux.c: Likewise.
16654         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
16655         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
16656         * lib/unistr/u16-mbtouc.c: Likewise.
16657         * lib/unistr/u16-mbtoucr.c: Likewise.
16658         * lib/unistr/u16-move.c: Likewise.
16659         * lib/unistr/u16-next.c: Likewise.
16660         * lib/unistr/u16-prev.c: Likewise.
16661         * lib/unistr/u16-set.c: Likewise.
16662         * lib/unistr/u16-startswith.c: Likewise.
16663         * lib/unistr/u16-stpcpy.c: Likewise.
16664         * lib/unistr/u16-stpncpy.c: Likewise.
16665         * lib/unistr/u16-strcat.c: Likewise.
16666         * lib/unistr/u16-strchr.c: Likewise.
16667         * lib/unistr/u16-strcmp.c: Likewise.
16668         * lib/unistr/u16-strcpy.c: Likewise.
16669         * lib/unistr/u16-strcspn.c: Likewise.
16670         * lib/unistr/u16-strdup.c: Likewise.
16671         * lib/unistr/u16-strlen.c: Likewise.
16672         * lib/unistr/u16-strmblen.c: Likewise.
16673         * lib/unistr/u16-strmbtouc.c: Likewise.
16674         * lib/unistr/u16-strncat.c: Likewise.
16675         * lib/unistr/u16-strncmp.c: Likewise.
16676         * lib/unistr/u16-strncpy.c: Likewise.
16677         * lib/unistr/u16-strnlen.c: Likewise.
16678         * lib/unistr/u16-strpbrk.c: Likewise.
16679         * lib/unistr/u16-strrchr.c: Likewise.
16680         * lib/unistr/u16-strspn.c: Likewise.
16681         * lib/unistr/u16-strstr.c: Likewise.
16682         * lib/unistr/u16-strtok.c: Likewise.
16683         * lib/unistr/u16-to-u32.c: Likewise.
16684         * lib/unistr/u16-to-u8.c: Likewise.
16685         * lib/unistr/u16-uctomb-aux.c: Likewise.
16686         * lib/unistr/u16-uctomb.c: Likewise.
16687         * lib/unistr/u32-check.c: Likewise.
16688         * lib/unistr/u32-chr.c: Likewise.
16689         * lib/unistr/u32-cmp.c: Likewise.
16690         * lib/unistr/u32-cpy-alloc.c: Likewise.
16691         * lib/unistr/u32-cpy.c: Likewise.
16692         * lib/unistr/u32-endswith.c: Likewise.
16693         * lib/unistr/u32-mblen.c: Likewise.
16694         * lib/unistr/u32-mbsnlen.c: Likewise.
16695         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
16696         * lib/unistr/u32-mbtouc.c: Likewise.
16697         * lib/unistr/u32-mbtoucr.c: Likewise.
16698         * lib/unistr/u32-move.c: Likewise.
16699         * lib/unistr/u32-next.c: Likewise.
16700         * lib/unistr/u32-prev.c: Likewise.
16701         * lib/unistr/u32-set.c: Likewise.
16702         * lib/unistr/u32-startswith.c: Likewise.
16703         * lib/unistr/u32-stpcpy.c: Likewise.
16704         * lib/unistr/u32-stpncpy.c: Likewise.
16705         * lib/unistr/u32-strcat.c: Likewise.
16706         * lib/unistr/u32-strchr.c: Likewise.
16707         * lib/unistr/u32-strcmp.c: Likewise.
16708         * lib/unistr/u32-strcpy.c: Likewise.
16709         * lib/unistr/u32-strcspn.c: Likewise.
16710         * lib/unistr/u32-strdup.c: Likewise.
16711         * lib/unistr/u32-strlen.c: Likewise.
16712         * lib/unistr/u32-strmblen.c: Likewise.
16713         * lib/unistr/u32-strmbtouc.c: Likewise.
16714         * lib/unistr/u32-strncat.c: Likewise.
16715         * lib/unistr/u32-strncmp.c: Likewise.
16716         * lib/unistr/u32-strncpy.c: Likewise.
16717         * lib/unistr/u32-strnlen.c: Likewise.
16718         * lib/unistr/u32-strpbrk.c: Likewise.
16719         * lib/unistr/u32-strrchr.c: Likewise.
16720         * lib/unistr/u32-strspn.c: Likewise.
16721         * lib/unistr/u32-strstr.c: Likewise.
16722         * lib/unistr/u32-strtok.c: Likewise.
16723         * lib/unistr/u32-to-u16.c: Likewise.
16724         * lib/unistr/u32-to-u8.c: Likewise.
16725         * lib/unistr/u32-uctomb.c: Likewise.
16726         * lib/unistr/u8-check.c: Likewise.
16727         * lib/unistr/u8-chr.c: Likewise.
16728         * lib/unistr/u8-cmp.c: Likewise.
16729         * lib/unistr/u8-cpy-alloc.c: Likewise.
16730         * lib/unistr/u8-cpy.c: Likewise.
16731         * lib/unistr/u8-endswith.c: Likewise.
16732         * lib/unistr/u8-mblen.c: Likewise.
16733         * lib/unistr/u8-mbsnlen.c: Likewise.
16734         * lib/unistr/u8-mbtouc-aux.c: Likewise.
16735         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
16736         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
16737         * lib/unistr/u8-mbtouc.c: Likewise.
16738         * lib/unistr/u8-mbtoucr.c: Likewise.
16739         * lib/unistr/u8-move.c: Likewise.
16740         * lib/unistr/u8-next.c: Likewise.
16741         * lib/unistr/u8-prev.c: Likewise.
16742         * lib/unistr/u8-set.c: Likewise.
16743         * lib/unistr/u8-startswith.c: Likewise.
16744         * lib/unistr/u8-stpcpy.c: Likewise.
16745         * lib/unistr/u8-stpncpy.c: Likewise.
16746         * lib/unistr/u8-strcat.c: Likewise.
16747         * lib/unistr/u8-strchr.c: Likewise.
16748         * lib/unistr/u8-strcmp.c: Likewise.
16749         * lib/unistr/u8-strcpy.c: Likewise.
16750         * lib/unistr/u8-strcspn.c: Likewise.
16751         * lib/unistr/u8-strdup.c: Likewise.
16752         * lib/unistr/u8-strlen.c: Likewise.
16753         * lib/unistr/u8-strmblen.c: Likewise.
16754         * lib/unistr/u8-strmbtouc.c: Likewise.
16755         * lib/unistr/u8-strncat.c: Likewise.
16756         * lib/unistr/u8-strncmp.c: Likewise.
16757         * lib/unistr/u8-strncpy.c: Likewise.
16758         * lib/unistr/u8-strnlen.c: Likewise.
16759         * lib/unistr/u8-strpbrk.c: Likewise.
16760         * lib/unistr/u8-strrchr.c: Likewise.
16761         * lib/unistr/u8-strspn.c: Likewise.
16762         * lib/unistr/u8-strstr.c: Likewise.
16763         * lib/unistr/u8-strtok.c: Likewise.
16764         * lib/unistr/u8-to-u16.c: Likewise.
16765         * lib/unistr/u8-to-u32.c: Likewise.
16766         * lib/unistr/u8-uctomb-aux.c: Likewise.
16767         * lib/unistr/u8-uctomb.c: Likewise.
16768         * lib/unitypes.h: Likewise.
16769         * lib/uniwidth.h: Likewise.
16770         * lib/uniwidth/cjk.h: Likewise.
16771         * lib/uniwidth/u16-strwidth.c: Likewise.
16772         * lib/uniwidth/u16-width.c: Likewise.
16773         * lib/uniwidth/u32-strwidth.c: Likewise.
16774         * lib/uniwidth/u32-width.c: Likewise.
16775         * lib/uniwidth/u8-strwidth.c: Likewise.
16776         * lib/uniwidth/u8-width.c: Likewise.
16777         * lib/uniwidth/width.c: Likewise.
16778
16779 2007-10-07  Bruno Haible  <bruno@clisp.org>
16780
16781         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
16782         The file is still under LGPL (see modules/inttypes).
16783
16784 2007-10-06  Bruno Haible  <bruno@clisp.org>
16785
16786         * modules/trunc (Dependencies): Add 'extensions'.
16787         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
16788         Reported by Ben Pfaff <blp@gnu.org>.
16789
16790 2007-10-06  Bruno Haible  <bruno@clisp.org>
16791
16792         * modules/freopen-tests: New file.
16793         * tests/test-freopen.c: New file.
16794
16795         * modules/fopen-tests: New file.
16796         * tests/test-fopen.c: New file.
16797
16798         * modules/fopen: New file.
16799         * lib/fopen.c: New file.
16800         * m4/fopen.m4: New file.
16801         * modules/freopen: New file.
16802         * lib/freopen.c: New file.
16803         * m4/freopen.m4: New file.
16804         * lib/stdio.in.h (fopen, freopen): New declarations.
16805         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
16806         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
16807         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
16808         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
16809         * doc/functions/fopen.texi: Mention the 'fopen' module.
16810         * doc/functions/freopen.texi: Mention the 'freopen' module.
16811
16812 2007-10-06  Bruno Haible  <bruno@clisp.org>
16813
16814         * modules/open-tests: New file.
16815         * tests/test-open.c: New file.
16816
16817         * modules/open: New file.
16818         * lib/open.c: New file.
16819         * m4/open.m4: New file.
16820         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
16821         lib/open.c does.
16822         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
16823         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
16824         macros.
16825         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
16826         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
16827         REPLACE_OPEN.
16828         * doc/functions/open.texi: Mention the 'open' module.
16829
16830 2007-10-04  Bruno Haible  <bruno@clisp.org>
16831
16832         * modules/ceill-tests: New file.
16833         * tests/test-ceill.c: New file.
16834
16835         * modules/ceill: New file.
16836         * lib/ceill.c: Replace entire file.
16837         * m4/ceill.m4: New file.
16838         * lib/math.in.h (ceill): Replace declaration.
16839         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
16840         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
16841         * doc/functions/ceill.texi: Mention the 'ceill' module.
16842         * modules/mathl (Files): Remove lib/ceill.c.
16843         (Depends-on): Add ceill.
16844
16845 2007-10-04  Bruno Haible  <bruno@clisp.org>
16846
16847         * modules/ceilf-tests: New file.
16848         * tests/test-ceilf.c: New file.
16849
16850         * modules/ceilf: New file.
16851         * lib/ceil.c: New file.
16852         * lib/ceilf.c: New file.
16853         * m4/ceilf.m4: New file.
16854         * lib/math.in.h (ceilf): New declaration.
16855         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
16856         HAVE_DECL_CEILF.
16857         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
16858         HAVE_DECL_CEILF.
16859         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
16860
16861 2007-10-04  Bruno Haible  <bruno@clisp.org>
16862
16863         * modules/floorl-tests: New file.
16864         * tests/test-floorl.c: New file.
16865
16866         * modules/floorl: New file.
16867         * lib/floorl.c: Replace entire file.
16868         * m4/floorl.m4: New file.
16869         * lib/math.in.h (floorl): Replace declaration.
16870         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
16871         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
16872         * doc/functions/floorl.texi: Mention the 'floorl' module.
16873         * modules/mathl (Files): Remove lib/floorl.c.
16874         (Depends-on): Add floorl.
16875
16876 2007-10-04  Bruno Haible  <bruno@clisp.org>
16877
16878         * modules/floorf-tests: New file.
16879         * tests/test-floorf.c: New file.
16880
16881         * modules/floorf: New file.
16882         * lib/floor.c: New file.
16883         * lib/floorf.c: New file.
16884         * m4/floorf.m4: New file.
16885         * lib/math.in.h (floorf): New declaration.
16886         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
16887         HAVE_DECL_FLOORF.
16888         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
16889         HAVE_DECL_FLOORF.
16890         * doc/functions/floorf.texi: Mention the 'floorf' module.
16891
16892 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
16893             Bruno Haible  <bruno@clisp.org>
16894
16895         Advertise for the Git server instead of the CVS server.
16896         * doc/gnulib-intro.texi (Steady Development): Mention the Git
16897         repository instead of the CVS one.
16898         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
16899         about all VCS systems generically.
16900         * doc/gnulib.texi (Introduction): Capitalize `Git'.
16901
16902 2007-10-04  Bruno Haible  <bruno@clisp.org>
16903
16904         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
16905         means.
16906         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
16907
16908 2007-10-04  Bruno Haible  <bruno@clisp.org>
16909
16910         * modules/truncl-tests: New file.
16911         * tests/test-truncl.c: New file.
16912
16913         * modules/truncl: New file.
16914         * lib/truncl.c: New file.
16915         * m4/truncl.m4: New file.
16916         * lib/math.in.h (truncl): New declaration.
16917         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
16918         HAVE_DECL_TRUNCL.
16919         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
16920         HAVE_DECL_TRUNCL.
16921         * doc/functions/truncl.texi: Mention the 'truncl' module.
16922
16923 2007-10-04  Bruno Haible  <bruno@clisp.org>
16924
16925         * modules/truncf-tests: New file.
16926         * tests/test-truncf.c: New file.
16927
16928         * modules/truncf: New file.
16929         * lib/trunc.c: Make paramerizable through USE_* macros.
16930         * lib/truncf.c: New file.
16931         * m4/truncf.m4: New file.
16932         * lib/math.in.h (truncf): New declaration.
16933         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
16934         HAVE_DECL_TRUNCF.
16935         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
16936         HAVE_DECL_TRUNCF.
16937         * doc/functions/truncf.texi: Mention the 'truncf' module.
16938
16939 2007-10-03  Bruno Haible  <bruno@clisp.org>
16940
16941         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
16942         augmentation also for tests modules.
16943         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
16944         * modules/atexit-tests (Makefile.am): Likewise.
16945         * modules/binary-io-tests (Makefile.am): Likewise.
16946         * modules/c-strcase-tests (Makefile.am): Likewise.
16947         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
16948         * modules/canonicalize-tests (Makefile.am): Likewise.
16949         * modules/closein-tests (Makefile.am): Likewise.
16950         * modules/fprintf-posix-tests (Makefile.am): Likewise.
16951         * modules/freadahead-tests (Makefile.am): Likewise.
16952         * modules/fseek-tests (Makefile.am): Likewise.
16953         * modules/fseeko-tests (Makefile.am): Likewise.
16954         * modules/ftell-tests (Makefile.am): Likewise.
16955         * modules/ftello-tests (Makefile.am): Likewise.
16956         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
16957         * modules/isnanl-tests (Makefile.am): Likewise.
16958         * modules/lseek-tests (Makefile.am): Likewise.
16959         * modules/mbscasecmp-tests (Makefile.am): Likewise.
16960         * modules/mbscasestr-tests (Makefile.am): Likewise.
16961         * modules/mbschr-tests (Makefile.am): Likewise.
16962         * modules/mbscspn-tests (Makefile.am): Likewise.
16963         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
16964         * modules/mbspbrk-tests (Makefile.am): Likewise.
16965         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
16966         * modules/mbsrchr-tests (Makefile.am): Likewise.
16967         * modules/mbsspn-tests (Makefile.am): Likewise.
16968         * modules/mbsstr-tests (Makefile.am): Likewise.
16969         * modules/printf-posix-tests (Makefile.am): Likewise.
16970         * modules/snprintf-posix-tests (Makefile.am): Likewise.
16971         * modules/sprintf-posix-tests (Makefile.am): Likewise.
16972         * modules/tsearch-tests (Makefile.am): Likewise.
16973         * modules/uniname/uniname-tests (Makefile.am): Likewise.
16974         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
16975         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
16976         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
16977         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
16978         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
16979         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
16980         * modules/vprintf-posix-tests (Makefile.am): Likewise.
16981         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
16982         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
16983         * modules/xstrtoimax-tests (Makefile.am): Likewise.
16984         * modules/xstrtol-tests (Makefile.am): Likewise.
16985         * modules/xstrtoumax-tests (Makefile.am): Likewise.
16986         * modules/yesno-tests (Makefile.am): Likewise.
16987
16988 2007-10-03  Bruno Haible  <bruno@clisp.org>
16989
16990         * modules/trunc-tests: New file.
16991         * tests/test-trunc.c: New file.
16992
16993         * modules/trunc: New file.
16994         * lib/trunc.c: New file.
16995         * m4/trunc.m4: New file.
16996         * lib/math.in.h (trunc): New declaration.
16997         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
16998         HAVE_DECL_TRUNC.
16999         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
17000         HAVE_DECL_TRUNC.
17001         * doc/functions/trunc.texi: Mention the 'trunc' module.
17002
17003 2007-10-03  Bruno Haible  <bruno@clisp.org>
17004
17005         * tests/test-fpending.c: New file, mostly copied
17006         from coreutils/lib/t-fpending.c.
17007         * modules/fpending-tests: New file.
17008
17009 2007-10-03  Bruno Haible  <bruno@clisp.org>
17010
17011         Port the stdio extensions to QNX (untested).
17012         * lib/fseterr.c (fseterr): Add support for QNX.
17013         * lib/fbufmode.c (fbufmode): Likewise.
17014         * lib/freadable.c (freadable): Likewise.
17015         * lib/fwritable.c (fwritable): Likewise.
17016         * lib/freading.c (freading): Likewise.
17017         * lib/fwriting.c (fwriting): Likewise.
17018         * lib/freadahead.c (freadahed): Likewise.
17019         * lib/fpurge.c (fpurge): Likewise.
17020         * lib/fseeko.c (rpl_fseeko): Likewise.
17021
17022 2007-10-03  Bruno Haible  <bruno@clisp.org>
17023             Jim Meyering  <jim@meyering.net>
17024             Eric Blake  <ebb9@byu.net>
17025
17026         * doc/relocatable.texi: Use @command instead of @program.
17027
17028 2007-10-02  Jim Meyering  <jim@meyering.net>
17029
17030         Perform one more "_.h" -> ".in.h" substitution.
17031         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
17032         instead of unistd_.h here, too.
17033
17034 2007-10-01  Bruno Haible  <bruno@clisp.org>
17035
17036         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
17037         Needed for the alloca-opt module.
17038
17039 2007-09-30  Bruno Haible  <bruno@clisp.org>
17040
17041         * lib/alloca.in.h: Renamed from lib/alloca_.h.
17042         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
17043         alloca_.h.
17044         * lib/argz.in.h: Renamed from lib/argz_.h.
17045         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
17046         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
17047         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
17048         byteswap_.h.
17049         * lib/dirent.in.h: Renamed from lib/dirent_.h.
17050         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
17051         dirent_.h.
17052         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
17053         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
17054         fcntl_.h.
17055         * lib/float.in.h: Renamed from lib/float_.h.
17056         * modules/float (Files, Makefile.am): Use float.in.h instead of
17057         float_.h.
17058         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
17059         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
17060         fnmatch_.h.
17061         * lib/getopt.in.h: Renamed from lib/getopt_.h.
17062         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
17063         getopt_.h.
17064         * lib/glob.in.h: Renamed from lib/glob_.h.
17065         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
17066         * lib/iconv.in.h: Renamed from lib/iconv_.h.
17067         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
17068         iconv_.h.
17069         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
17070         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
17071         inttypes_.h.
17072         * lib/locale.in.h: Renamed from lib/locale_.h.
17073         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
17074         locale_.h.
17075         * lib/math.in.h: Renamed from lib/math_.h.
17076         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
17077         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
17078         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
17079         of netinet_in_.h. Add dependency.
17080         * lib/poll.in.h: Renamed from lib/poll_.h.
17081         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
17082         * lib/search.in.h: Renamed from lib/search_.h.
17083         * modules/search (Files, Makefile.am): Use search.in.h instead of
17084         search_.h.
17085         * lib/signal.in.h: Renamed from lib/signal_.h.
17086         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
17087         _signal.h.
17088         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
17089         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
17090         stdbool_.h.
17091         * lib/stdint.in.h: Renamed from lib/stdint_.h.
17092         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
17093         stdint_.h.
17094         * lib/stdio.in.h: Renamed from lib/stdio_.h.
17095         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
17096         stdio_.h.
17097         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
17098         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
17099         stdlib_.h.
17100         * lib/string.in.h: Renamed from lib/string_.h.
17101         * modules/string (Files, Makefile.am): Use string.in.h instead of
17102         string_.h.
17103         * doc/gnulib-tool.texi (Initial import): Update.
17104         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
17105         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
17106         of sys_select_.h. Add dependency.
17107         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
17108         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
17109         of sys_socket_.h.
17110         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
17111         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
17112         sys_stat_.h.
17113         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
17114         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
17115         sys_time_.h.
17116         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
17117         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
17118         sysexits_.h.
17119         * lib/time.in.h: Renamed from lib/time_.h.
17120         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
17121         * lib/unistd.in.h: Renamed from lib/unistd_.h.
17122         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
17123         unistd_.h.
17124         * lib/wchar.in.h: Renamed from lib/wchar_.h.
17125         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
17126         wchar_.h.
17127         * lib/wctype.in.h: Renamed from lib/wctype_.h.
17128         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
17129         wctype_.h.
17130         * build-aux/bootstrap (slurp): Update.
17131         * lib/.cppi-disable: Update.
17132
17133 2007-09-30  Bruno Haible  <bruno@clisp.org>
17134
17135         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
17136         Needed on BeOS.
17137
17138 2007-09-30  Bruno Haible  <bruno@clisp.org>
17139
17140         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
17141
17142 2007-09-29  Bruno Haible  <bruno@clisp.org>
17143
17144         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
17145
17146 2007-09-29  Bruno Haible  <bruno@clisp.org>
17147
17148         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
17149         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
17150         * build-aux/install-reloc: Compile also areadlink.c.
17151         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
17152
17153 2007-09-29  Bruno Haible  <bruno@clisp.org>
17154
17155         * gnulib-tool (func_emit_initmacro_done): Indentation.
17156
17157 2007-09-29  Bruno Haible  <bruno@clisp.org>
17158
17159         * README: Add CVS checkout update instructions.
17160         Info from Bob Proulx <bob@proulx.com>.
17161
17162 2007-09-28  Eric Blake  <ebb9@byu.net>
17163
17164         Provide move-if-change.
17165         * build-aux/move-if-change: New file, based on best practice
17166         rather than any canonical upstream location.
17167
17168 2007-09-28  Jim Meyering  <jim@meyering.net>
17169
17170         Fix canonicalize loop-detection corner case.
17171         Do not attempt to stat the symlink values stored via seen_triple.
17172         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
17173         on linux-2.6.18, (but not 2.6.22).
17174         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
17175         triple_compare.  The former compares dev,ino,filename, while the latter
17176         would actually stat dirname(filename) when dev and ino were equal.
17177         * lib/hash-triple.c: Install <string.h>.
17178         (STREQ): Define.
17179         (triple_compare_ino_str): New function.
17180         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
17181
17182 2007-09-28  Eric Blake  <ebb9@byu.net>
17183
17184         Enforce that AC_REPLACE_FUNCS files exist.
17185         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
17186         override check for typos.
17187
17188         Fix test-closein on Solaris 10.
17189         * tests/test-closein.c (main): Don't assume stdin can be inherited
17190         closed on all systems.
17191         * tests/test-closein.sh: Likewise.
17192         Reported by Piotr Tarnowski.
17193
17194 2007-09-28  Jim Meyering  <jim@meyering.net>
17195
17196         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
17197
17198 2007-09-27  Jim Meyering  <jim@meyering.net>
17199
17200         canonicalize: Avoid a false-positive cycle failure.
17201         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
17202         Sort.  Remove cycle-check.
17203         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
17204         not cycle-check.h.
17205         (seen_triple): New function.
17206         (canonicalize_filename_mode): Use it instead of cycle-check.
17207         * tests/test-canonicalize.c: Add a test for this bug.
17208         * tests/test-canonicalize.sh: Set up and run the test.
17209
17210         New module, file-set, from coreutils.
17211         * modules/file-set: Define it.
17212         * lib/file-set.c, lib/file-set.h: Implement.
17213
17214         New module, hash-triple, from coreutils.
17215         * modules/hash-triple: Define it.
17216         * lib/hash-triple.c, lib/hash-triple.h: Implement.
17217
17218 2007-09-25  Eric Blake  <ebb9@byu.net>
17219
17220         Fix strerror on Interix.
17221         * lib/string_.h (strerror): Declare replacement.
17222         * doc/functions/strerror.texi (strerror): Document the Interix
17223         shortcoming.
17224         * modules/string (Makefile.am): Support new hooks.
17225         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
17226         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
17227         gl_FUNC_STRERROR_SEPARATE.
17228         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
17229         * lib/strerror.c (rpl_strerror): Provide replacement.
17230         * modules/strerror (Depends-on): Add string.
17231         (configure.ac): Detect use of module.
17232         * tests/test-strerror.c: New file.
17233         * modules/strerror-tests: New test module.
17234         * modules/argp (Depends-on): Add strerror.
17235         * modules/error (Depends-on): Likewise.
17236         Reported by Martin Koeppe.
17237
17238 2007-09-24  Bruno Haible  <bruno@clisp.org>
17239
17240         * README: Update git instructions.
17241
17242 2007-09-24  Eric Blake  <ebb9@byu.net>
17243
17244         Revert fpending breakage from 2007-09-08.
17245         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
17246         __fpending.c.
17247
17248 2007-09-24  Jim Meyering  <jim@meyering.net>
17249
17250         filenamecat.c: Add a test.
17251         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
17252         showing how the function works when DIR is the empty string.
17253
17254 2007-09-21  Simon Josefsson  <simon@josefsson.org>
17255
17256         * tests/test-canonicalize.sh: Turn on executable bit.
17257
17258 2007-09-19  Eric Blake  <ebb9@byu.net>
17259
17260         * README: Update CVS instructions.
17261
17262 2007-09-18  Bruno Haible  <bruno@clisp.org>
17263
17264         * modules/areadlink: New file.
17265         * lib/areadlink.h (areadlink): New declaration.
17266         * lib/areadlink.c: New file, based on lib/xreadlink.c.
17267
17268 2007-09-17  Jim Meyering  <jim@meyering.net>
17269
17270         * lib/savewd.c (ESTALE) [!defined]: Define.
17271         Reported to be required on Interix by Martin Koeppe.
17272
17273 2007-09-17  Bruno Haible  <bruno@clisp.org>
17274
17275         * gnulib-tool (func_version): Use $version.
17276
17277 2007-09-16  Bruno Haible  <bruno@clisp.org>
17278
17279         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
17280         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
17281         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
17282         Reported by Greg Schafer <gschafer@zip.com.au>.
17283
17284 2007-09-15  Bruno Haible  <bruno@clisp.org>
17285
17286         * gnulib-tool (sed): Try a little harder to make bash understand the
17287         alias.
17288         Reported by Bruce Korb <bruce.korb@gmail.com>.
17289
17290 2007-09-13  Eric Blake  <ebb9@byu.net>
17291
17292         * ChangeLog: Remove conflict markers.
17293
17294 2007-09-13  Simon Josefsson  <simon@josefsson.org>
17295
17296         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
17297         Reported by Bruno Haible <bruno@clisp.org>.
17298
17299 2007-09-12  Bruno Haible  <bruno@clisp.org>
17300
17301         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
17302         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
17303         is not defined.
17304
17305 2007-09-12  Eric Blake  <ebb9@byu.net>
17306
17307         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
17308         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
17309         Autoconf definition.
17310         * modules/euidaccess (Depends-on): Add extensions, for
17311         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
17312         * modules/fnmatch (Depends-on): Likewise.
17313         * modules/getaddrinfo (Depends-on): Likewise.
17314         * modules/getdelim (Depends-on): Likewise.
17315         * modules/getline (Depends-on): Likewise.
17316         * modules/getsubopt (Depends-on): Likewise.
17317         * modules/gettext (Depends-on): Likewise.
17318         * modules/group-member (Depends-on): Likewise.
17319         * modules/mbchar (Depends-on): Likewise.
17320         * modules/memmem (Depends-on): Likewise.
17321         * modules/mempcpy (Depends-on): Likewise.
17322         * modules/memrchr (Depends-on): Likewise.
17323         * modules/pagealign_alloc (Depends-on): Likewise.
17324         * modules/readutmp (Depends-on): Likewise.
17325         * modules/stpcpy (Depends-on): Likewise.
17326         * modules/stpncpy (Depends-on): Likewise.
17327         * modules/strchrnul (Depends-on): Likewise.
17328         * modules/strndup (Depends-on): Likewise.
17329         * modules/strsep (Depends-on): Likewise.
17330         * modules/strverscmp (Depends-on): Likewise.
17331         * modules/vasprintf (Depends-on): Likewise.
17332         * modules/wcwidth (Depends-on): Likewise.
17333         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
17334         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
17335         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
17336         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
17337         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
17338         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
17339         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
17340         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
17341         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
17342         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
17343         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
17344         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
17345         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
17346         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
17347         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
17348         * m4/readutmp.m4 (gl_READUTMP): Likewise.
17349         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
17350         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
17351         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
17352         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
17353         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
17354         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
17355         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
17356         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
17357         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
17358         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
17359         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
17360         so that lock.m4 can be used in gettext without extensions module.
17361
17362 2007-09-11  Bruno Haible  <bruno@clisp.org>
17363
17364         * m4/isc-posix.m4: Remove file.
17365         Suggested by Eric Blake.
17366
17367 2007-09-11  Eric Blake  <ebb9@byu.net>
17368
17369         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
17370
17371 2007-09-10  Bruno Haible  <bruno@clisp.org>
17372
17373         * posix-modules: Fix typo in error message.
17374         Reported by Matt <mkraai@beckman.com>.
17375
17376 2007-09-09  Bruno Haible  <bruno@clisp.org>
17377
17378         * doc/functions/getdelim.texi: Update list of platforms lacking the
17379         function.
17380         * doc/functions/getline.texi: Likewise.
17381
17382 2007-09-09  Jim Meyering  <jim@meyering.net>
17383
17384         * lib/hash.c (hash_initialize): Detect calloc failure.
17385         Reported by Bruno Haible.
17386
17387 2007-09-09  Bruno Haible  <bruno@clisp.org>
17388
17389         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
17390         malloc or realloc fails.
17391
17392 2007-09-09  Bruno Haible  <bruno@clisp.org>
17393
17394         * modules/getcwd (Depends-on): Add malloc-posix.
17395         * modules/glob (Depends-on): Likewise.
17396         * modules/putenv (Depends-on): Likewise.
17397         * modules/strdup (Depends-on): Likewise.
17398         * modules/getdelim (Depends-on): Add realloc-posix.
17399         * modules/read-file (Depends-on): Likewise.
17400
17401 2007-09-09  Bruno Haible  <bruno@clisp.org>
17402
17403         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
17404         (gl_FUNC_MALLOC_POSIX): Require it.
17405         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
17406         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
17407         * modules/realloc (Files): Add m4/malloc.m4.
17408         * modules/calloc (Files): Likewise.
17409
17410 2007-09-09  Bruno Haible  <bruno@clisp.org>
17411
17412         * modules/malloc-posix: New file.
17413         * modules/malloc (Depends-on): Add malloc-posix.
17414         * lib/malloc.c: Include errno.h.
17415         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
17416         and a POSIX-compatible malloc into a single function. Set ENOMEM
17417         when returning NULL.
17418         * m4/malloc.m4: New file.
17419         * doc/functions/malloc.texi: Mention the malloc-posix module.
17420         * lib/stdlib_.h (malloc): New declaration.
17421         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17422         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
17423         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
17424         and HAVE_MALLOC_POSIX.
17425
17426 2007-09-09  Bruno Haible  <bruno@clisp.org>
17427
17428         * modules/realloc-posix: New file.
17429         * modules/realloc (Depends-on): Add realloc-posix.
17430         * lib/realloc.c: Include errno.h.
17431         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
17432         and a POSIX-compatible realloc into a single function. Set ENOMEM
17433         when returning NULL.
17434         * m4/realloc.m4: New file.
17435         * doc/functions/realloc.texi: Mention the realloc-posix module.
17436         * lib/stdlib_.h (realloc): New declaration.
17437         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17438         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
17439         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
17440         and HAVE_REALLOC_POSIX.
17441
17442 2007-09-09  Bruno Haible  <bruno@clisp.org>
17443
17444         * modules/calloc-posix: New file.
17445         * modules/calloc (Depends-on): Add calloc-posix.
17446         * lib/calloc.c: Include errno.h.
17447         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
17448         and a POSIX-compatible calloc into a single function. Set ENOMEM
17449         when returning NULL.
17450         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
17451         * doc/functions/calloc.texi: Mention the calloc-posix module.
17452         * lib/stdlib_.h (calloc): New declaration.
17453         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17454         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
17455         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
17456         and HAVE_CALLOC_POSIX.
17457
17458 2007-09-09  Bruno Haible  <bruno@clisp.org>
17459
17460         Allow for modules to show an arbitrary notice.
17461         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
17462         * gnulib-tool: New option --extract-notice.
17463         (func_usage): Document it.
17464         (sed_extract_prog): Update.
17465         (func_get_notice): New function.
17466         (func_modules_notice): New function.
17467         (func_import, func_create_testdir): Invoke it.
17468         Suggested by Jim Meyering.
17469
17470 2007-09-09  Bruno Haible  <bruno@clisp.org>
17471
17472         * gnulib-tool: New options --verbose, --quiet.
17473         (func_usage): Document them.
17474         (verbose): New variable.
17475         (func_execute_command): New function.
17476         (func_import): Don't show the module list and the file list if
17477         $verbose < 0.
17478         (func_create_testdir): Likewise. Use func_execute_command.
17479         (func_create_megatestdir): Use func_execute_command.
17480
17481 2007-09-08  Bruno Haible  <bruno@clisp.org>
17482
17483         * gnulib-tool (func_import): Prefer rsync over wget when available,
17484         for fetching the PO files.
17485
17486 2007-09-08  Bruno Haible  <bruno@clisp.org>
17487
17488         * posix-modules: New file. Portions copied from gnulib-tool.
17489         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
17490
17491 2007-09-08  Jim Meyering  <jim@meyering.net>
17492
17493         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
17494         * lib/fpending.h: Rename from __fpending.h.
17495         * lib/fpending.c: Rename from __fpending.c.
17496         Include "fpending.h", not "__fpending.h".
17497         * lib/__fpending.h, lib/__fpending.c: Remove files.
17498         * modules/fpending (Files): Reflect new file names.
17499         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
17500
17501 2007-09-08  Bruno Haible  <bruno@clisp.org>
17502
17503         * m4/inttypes-h.m4: Remove stub file.
17504
17505 2007-09-07  Simon Josefsson  <simon@josefsson.org>
17506
17507         * doc/headers/stdint.texi: Discuss #include_next issue.
17508
17509 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17510
17511         * build-aux/bootstrap: Remove obsolete comment about wget --help.
17512
17513 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17514
17515         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
17516         in variable name.
17517
17518 2007-09-03  Jim Meyering  <jim@meyering.net>
17519
17520         New module: git-version-gen.
17521         * modules/git-version-gen: New file.
17522
17523         Import changes from coreutils for bootstrap script.
17524
17525         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
17526
17527         bootstrap: uses rsync to download the .po files
17528         * build-aux/bootstrap (po_download_command_format): New global.
17529         (download_po_files): Use rsync.
17530         (update_po_files): Don't remove .po files after download,
17531         so future rsync runs can take advantage of the copies.
17532
17533         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
17534
17535         Solve the unnecessary-.po-file-regeneration problem once and for all.
17536         * build-aux/bootstrap (download_po_files): New function, renamed from
17537         get_translations.  Now, downloads, but doesn't update LINGUAS.
17538         (update_po_files): New function.
17539
17540         bootstrap: Ignore more.
17541         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
17542         uniwidth to e.g., lib/.gitignore.
17543         (slurp): Handle the sys_stat_.h -> sys mapping, too.
17544
17545         * build-aux/bootstrap: New setting: vc_ignore.
17546         (insert_sorted_if_absent): Create $file if absent.
17547         Adapt to new, possibly empty, list: $vc_ignore.
17548
17549         bootstrap: generate more ignorable names
17550         * build-aux/bootstrap (slurp): When generating ignorable names,
17551         also map .sin to .sed, .gperf to .c, and .y to .c.
17552
17553 2007-09-03  Jim Meyering  <jim@meyering.net>
17554
17555         * build-aux/git-version-gen: New file, from coreutils.  For details, see
17556         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
17557
17558 2007-09-02  Bruno Haible  <bruno@clisp.org>
17559
17560         Fix mis-recognition of 'mcs' on QNX 6.
17561         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
17562         output contains the string "Mono".
17563         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
17564         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
17565
17566 2007-09-01  Bruno Haible  <bruno@clisp.org>
17567
17568         Fix collision between uniwidth/* and linebreak modules.
17569         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
17570         u32_width): Remove declarations.
17571         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
17572         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
17573         streq3, streq2, streq1, streq0): Remove functions.
17574         (STREQ): Remove macro.
17575         (is_cjk_encoding): Remove function.
17576         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
17577         (uc_width, u8_width, u16_width, u32_width): Remove functions.
17578         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
17579         * NEWS: Document the change.
17580
17581 2007-09-01  Bruno Haible  <bruno@clisp.org>
17582
17583         * lib/streq.h: Add double-inclusion guard.
17584
17585 2007-09-01  Karl Berry  <karl@gnu.org>
17586
17587         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
17588
17589 2007-08-28  Jim Meyering  <jim@meyering.net>
17590
17591         Rename mreadlink_with_size to areadlink_with_size.
17592         * NEWS: Document the change.
17593         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
17594         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
17595         * lib/mreadlink.h: Rename this to...
17596         * lib/areadlink.h: ...this.
17597         * modules/mreadlink-with-size: Rename this to...
17598         * modules/areadlink-with-size: ...this.
17599         * lib/canonicalize.c: Reflect the renaming.
17600         * modules/canonicalize: Likewise.
17601
17602 2007-08-26  Bruno Haible  <bruno@clisp.org>
17603
17604         * gnulib-tool (func_import): When deciding which files to remove,
17605         consider also dangling symbolic links.
17606         Reported by Eric Blake.
17607
17608 2007-08-26  Bruno Haible  <bruno@clisp.org>
17609
17610         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
17611
17612 2007-08-23  Simon Josefsson  <simon@josefsson.org>
17613
17614         * lib/readline.c: Don't include getline.h, the prototype is now
17615         found in stdio.h.
17616
17617 2007-08-23  Jim Meyering  <jim@meyering.net>
17618
17619         Getdelim touchup.
17620         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
17621         around the funlockfile call, since funlockfile never sets errno.
17622         Don't set errno upon failed realloc.
17623
17624 2007-08-22  Eric Blake  <ebb9@byu.net>
17625
17626         Getline touchups.
17627         * lib/getdelim.c (getdelim): Revert regression that required *n to
17628         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
17629         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
17630         getdelim, rather than whether implementation is missing.
17631         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
17632         * lib/stdio_.h (getline): Also declare if replacement is
17633         required.
17634         * doc/functions/getdelim.texi: New file.
17635         * doc/functions/getline.texi: Likewise.
17636         * doc/gnulib.texi (Function Substitutes): Add new files.
17637         Reported by Bruno Haible.
17638
17639 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
17640
17641         * users.txt: Add Guile.
17642
17643 2007-08-22  Eric Blake  <ebb9@byu.net>
17644
17645         * tests/test-getdelim.c (main): Use remove, not unlink.
17646         * tests/test-getline.c (main): Likewise.
17647
17648         Move getline and getdelim into stdio.h, per POSIX 200x.
17649         * modules/getline (Files): Remove getline.h.
17650         (Depends-on): Add stdio.
17651         (configure.ac): Add module indicator.
17652         * modules/getdelim (Files): Remove getdelim.h.
17653         (Depends-on): Add stdio.
17654         (configure.ac): Add module indicator.
17655         * modules/stdio (Makefile.am): Work with new indicators.
17656         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
17657         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
17658         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
17659         * lib/getdelim.h: Delete.
17660         * lib/getline.h: Delete.
17661         * lib/stdio_.h (getdelim, getline): Declare.
17662         * modules/getdelim-tests: New module.
17663         * modules/getline-tests: Likewise.
17664         * tests/test-getdelim.c: New file.
17665         * tests/test-getline.c: Likewise.
17666         * NEWS: Document the change.
17667         * lib/getline.c: Update choice of header.
17668         * lib/csharpcomp.c: Likewise.
17669         * lib/getpass.c: Likewise.
17670         * lib/javacomp.c: Likewise.
17671         * lib/javaversion.c: Likewise.
17672         * lib/yesno.c: Likewise.
17673         * lib/getdelim.c: Likewise.
17674         (getdelim): Set errno on failure, and avoid memory leak.
17675
17676 2007-08-19  Bruno Haible  <bruno@clisp.org>
17677
17678         * modules/closein (Depends-on): Add freadahead.
17679         * lib/closein.c: Include freadahead.h.
17680         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
17681         is zero.
17682
17683 2007-08-19  Bruno Haible  <bruno@clisp.org>
17684
17685         * modules/freadahead-tests: New file.
17686         * tests/test-freadahead.sh: New file.
17687         * tests/test-freadahead.c: New file.
17688
17689         * modules/freadahead: New file.
17690         * lib/freadahead.h: New file.
17691         * lib/freadahead.c: New file.
17692         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
17693         fbufmode, fpurge, freadable, fwritable.
17694
17695 2007-08-19  Eric Blake  <ebb9@byu.net>
17696
17697         Test yesno in combination with closein.
17698         * lib/yesno.c (yesno): Document use of stdin.
17699         * modules/yesno-tests (Files): New module.
17700         * tests/test-yesno.c (main): New file.
17701         * tests/test-yesno.sh: Likewise.
17702
17703 2007-08-19  Bruno Haible  <bruno@clisp.org>
17704
17705         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
17706         * lib/fseeko.c (rpl_fseeko): Likewise.
17707         * lib/fseterr.c (fseterr): Likewise.
17708
17709 2007-08-19  Bruno Haible  <bruno@clisp.org>
17710
17711         * tests/test-lseek.c (main): Disable a test for BeOS.
17712         * doc/functions/lseek.texi: Document the BeOS bug.
17713
17714 2007-08-19  Bruno Haible  <bruno@clisp.org>
17715             Eric Blake  <ebb9@byu.net>
17716
17717         * lib/lseek.c: Include <sys/stat.h>.
17718         (rpl_lseek): Add workaround code also for Unix platforms.
17719         Needed for BeOS.
17720         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
17721         * doc/functions/lseek.texi: Document BeOS definiency.
17722
17723 2007-08-18  Bruno Haible  <bruno@clisp.org>
17724
17725         * modules/fstrcmp-tests: New file.
17726         * tests/test-fstrcmp.c: New file.
17727
17728 2007-08-18  Bruno Haible  <bruno@clisp.org>
17729
17730         * modules/fstrcmp: New file, from GNU gettext with modifications.
17731         * lib/fstrcmp.h: New file, from GNU gettext.
17732         * lib/fstrcmp.c: New file, from GNU gettext.
17733         * MODULES.html.sh (String handling): Add fstrcmp.
17734
17735 2007-08-18  Bruno Haible  <bruno@clisp.org>
17736
17737         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
17738         'bool'.
17739         (diag, compareseq): Remove const from the ctxt argument.
17740         (USE_HEURISTIC): Undefine at the end.
17741
17742 2007-08-18  Jim Meyering  <jim@meyering.net>
17743
17744         New file: lib/idcache.h
17745         * NEWS: Mention the addition.
17746         * modules/idcache (Files): Add lib/idcache.h
17747         * lib/idcache.c: Include "idcache.h".
17748         Don't include <sys/types.h>.
17749         Add a FIXME comment.
17750         Move file-scoped "static" declarations to the top.
17751         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
17752
17753 2007-08-17  Bruno Haible  <bruno@clisp.org>
17754         and Paul Eggert  <eggert@cs.ucla.edu>
17755
17756         * MODULES.html.sh: Add diffseq.
17757         * modules/diffseq: New file.
17758         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
17759         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
17760
17761 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
17762
17763         Import changes from coreutils for bootstrap script.
17764
17765         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
17766
17767         * build-aux/bootstrap (slurp): Work even in environments where
17768         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
17769         current code does not slurp files whose names start with ".", and
17770         this looks like it might be a troublesome area.
17771
17772         2007-07-11  Jim Meyering  <jim@meyering.net>
17773
17774         If there's a GPL vN copyright comment, require that N == 3.
17775
17776         2007-07-08  Jim Meyering  <jim@meyering.net>
17777
17778         Run the coreutils-specific code only if tests/Makefile.am.in exists.
17779         * build-aux/bootstrap (mam_template): Move definition out of loop.
17780
17781         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
17782
17783         * build-aux/bootstrap (symlink_to_dir): Rename function from
17784         symlink_to_gnulib.  Add a directory parameter.  Update all
17785         callers.
17786         (cp_mark_as_generated): Also check for -- and link to -- files in
17787         gl/.
17788
17789         2007-07-08  Jim Meyering  <jim@meyering.net>
17790
17791         Adapt to deeper hierarchy in gnulib.
17792         * build-aux/bootstrap (symlink_to_dir): If the destination
17793         directory doesn't exist, create it. This is required at least for
17794         "lib/uniwidth/cjk.h".
17795
17796         2007-05-15  Jim Meyering  <jim@meyering.net>
17797
17798         * build-aux/bootstrap: Now that generated Makefile.am files
17799         are no longer under version control, they must be created at
17800         bootstrap time.
17801
17802 2007-08-14  Ben Pfaff  <blp@gnu.org>
17803
17804         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
17805
17806 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
17807
17808         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
17809         given the changes below.
17810         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
17811         even on hosts that have padding bits beyond the supported 64.
17812
17813 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
17814
17815         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
17816         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
17817         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
17818         depends on it.
17819         (xstrtol_error): Remove.
17820         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
17821         but with a different signature.
17822         (ATTRIBUTE_NORETURN, __attribute__): New macros.
17823         * lib/xstrtol-error.c: Include exitfail.h.
17824         (xstrtol_fatal): New function, with a different signature from the
17825         old xstrtol_error, so that the caller need not worry about passing
17826         in an exit status, or about storage management of the option argument.
17827         (xstrtol_error): Now a static function.  Redo signature to
17828         implement xstrtol_fatal.  Output the correct number of hyphens in
17829         front of the option so that the caller need not worry about
17830         storage management.
17831         (N_): New macro.
17832         (_): Remove; not used now.
17833         * modules/xstrtol: Depend on getopt.
17834         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
17835         of old STRTOL_FATAL_ERROR macro.
17836         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
17837         of test program.
17838         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
17839         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
17840
17841 2007-08-08  Eric Blake  <ebb9@byu.net>
17842
17843         * lib/xstrtol-error.c: Add missing include.
17844
17845         Move xstrtol messages into gnulib domain, when --pobase is used.
17846         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
17847         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
17848         * modules/xstrtol (Files): Distribute new file.
17849         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
17850         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
17851         * tests/test-xstrtol.c: ...into new file.
17852         * tests/test-xstrtoul.c: Also test xstrtoul.
17853         * tests/test-xstrtoimax.c: Also test xstrtoimax.
17854         * tests/test-xstrtoumax.c: Also test xstrtoumax.
17855         * tests/test-xstrtol.sh: Drive the tests.
17856         * tests/test-xstrtoimax.sh: Likewise.
17857         * tests/test-xstrtoumax.sh: Likewise.
17858         * modules/xstrtol-tests: New module.
17859         * modules/xstrtoimax-tests: Likewise.
17860         * modules/xstrtoumax-tests: Likewise.
17861
17862 2007-08-08  Jim Meyering  <jim@meyering.net>
17863
17864         New function: mfile_name_concat.
17865         * lib/filenamecat.c (mfile_name_concat): New function, just like
17866         file_name_concat, but return NULL upon failure rather than exiting
17867         with a diagnostic.
17868         * lib/filenamecat.h: Declare it.
17869
17870 2007-08-07  Bruno Haible  <bruno@clisp.org>
17871
17872         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
17873         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
17874         warning from gcc.
17875         Reported by Eric Blake.
17876
17877 2007-08-07  Simon Josefsson  <simon@josefsson.org>
17878
17879         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
17880         * modules/crypto/arcfour (License): Likewise.
17881         * modules/crypto/des-tests (License): Likewise.
17882         * modules/crypto/gc-arctwo-tests (License): Likewise.
17883         * modules/crypto/gc-des-tests (License): Likewise.
17884         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
17885         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
17886         * modules/crypto/gc-md2-tests (License): Likewise.
17887         * modules/crypto/gc-md4-tests (License): Likewise.
17888         * modules/crypto/gc-md5-tests (License): Likewise.
17889         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
17890         * modules/crypto/gc-rijndael-tests (License): Likewise.
17891         * modules/crypto/gc-sha1-tests (License): Likewise.
17892         * modules/crypto/gc-tests (License): Likewise.
17893         * modules/crypto/hmac-md5 (License): Likewise.
17894         * modules/crypto/hmac-sha1 (License): Likewise.
17895         * modules/crypto/md2-tests (License): Likewise.
17896         * modules/crypto/md4-tests (License): Likewise.
17897         * modules/crypto/md5 (License): Likewise.
17898         * modules/crypto/rijndael (License): Likewise.
17899         * modules/crypto/sha1 (License): Likewise.
17900         * modules/memxor (License): Likewise.
17901
17902 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17903         and Bruno Haible  <bruno@clisp.org>
17904
17905         * NEWS: Describe interface changes to human, xstrtol.
17906         * lib/human.h: Include <xstrtol.h>.
17907         (human_options): Return enum strtol_error, not int.  Remove
17908         bool arg; take int * instead.
17909         * lib/human.c: Don't include "gettext.h".
17910         (_): Remove; no longer used.
17911         Don't include <xstrtol.h>, since human.h does it.
17912         (human_options): Adjust to abovementioned interface changes.
17913         Do not report error to stderr; that's now the caller's
17914         responsibility.
17915         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
17916         interface change.
17917         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
17918         Str, Argument_type_string.  All uses changed.  Put " argument"
17919         in diagnostics to make them clearer.  Change wording of suffix
17920         message for clarity.
17921         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
17922         Argument_type_string.
17923         (STRTOL_FATAL_WARN): Remove; no longer used.
17924         * modules/human (Depends-on): Remove gettext-h.
17925
17926 2007-08-06  Simon Josefsson  <simon@josefsson.org>
17927
17928         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
17929
17930 2007-07-31  Bruno Haible  <bruno@clisp.org>
17931
17932         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
17933         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
17934         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
17935
17936 2007-07-31  Bruno Haible  <bruno@clisp.org>
17937
17938         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
17939         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
17940
17941 2007-07-30  Bruno Haible  <bruno@clisp.org>
17942
17943         * modules/base64 (License): Use the synonymous term "LGPLv2+".
17944         * modules/c-ctype (License): Likewise.
17945         * modules/c-strcase (License): Likewise.
17946         * modules/check-version (License): Likewise.
17947         * modules/iconv (License): Likewise.
17948         * modules/iconv_open (License): Likewise.
17949         * modules/read-file (License): Likewise.
17950         * modules/striconv (License): Likewise.
17951         * modules/strverscmp (License): Likewise.
17952         * modules/vasprintf (License): Likewise.
17953         * modules/crypto/des (License): Likewise.
17954         * modules/crypto/gc (License): Likewise.
17955         * modules/crypto/gc-arcfour (License): Likewise.
17956         * modules/crypto/gc-arctwo (License): Likewise.
17957         * modules/crypto/gc-des (License): Likewise.
17958         * modules/crypto/gc-hmac-md5 (License): Likewise.
17959         * modules/crypto/gc-hmac-sha1 (License): Likewise.
17960         * modules/crypto/gc-md2 (License): Likewise.
17961         * modules/crypto/gc-md4 (License): Likewise.
17962         * modules/crypto/gc-md5 (License): Likewise.
17963         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
17964         * modules/crypto/gc-random (License): Likewise.
17965         * modules/crypto/gc-rijndael (License): Likewise.
17966         * modules/crypto/gc-sha1 (License): Likewise.
17967         * modules/crypto/md2 (License): Likewise.
17968         * modules/crypto/md4 (License): Likewise.
17969
17970 2007-07-30  Jim Meyering  <jim@meyering.net>
17971
17972         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
17973         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
17974         it has valid stat data.  This bug would cause du not to count the
17975         sizes of inaccessible directories.
17976         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
17977         in <http://bugzilla.redhat.com/250077>.
17978
17979 2007-07-25  Peter O'Gorman  <peter@pogma.com>
17980             Bruno Haible  <bruno@clisp.org>
17981
17982         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
17983         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
17984         #include_next, gives a diagnostic about it, but reports no error in
17985         the exit code.
17986         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
17987
17988 2007-07-24  Ben Pfaff  <blp@gnu.org>
17989
17990         Improve name: "count-one-bits" is better than "popcount".
17991         * MODULES.html.sh: Update name.
17992         * lib/popcount.h: Renamed lib/count-one-bits.h.
17993         (popcount): Renamed count_one_bits.
17994         (popcountl): Renamed count_one_bits_l.
17995         (popcountll): Renamed count_one_bits_ll.
17996         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
17997         * modules/popcount: Renamed module/count-one-bits.
17998         * modules/popcount-tests: Renamed module/count-one-bits-tests.
17999         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
18000
18001 2007-07-23  Ben Pfaff  <blp@gnu.org>
18002
18003         * lib/popcount.h (popcount32): Reduce size of constants, to allow
18004         better code generation, and add U to large constants to avoid
18005         warnings, in non-GCC case.
18006         Suggested by Bruno Haible.
18007
18008 2007-07-23  Ben Pfaff  <blp@gnu.org>
18009
18010         * lib/popcount.h: Use verify_true instead of if...abort.
18011         * modules/popcount: Depend on verify module.
18012         Suggested by Jim Meyering.
18013
18014 2007-07-23  Bruno Haible  <bruno@clisp.org>
18015
18016         * gnulib-tool (func_import): Create a .cvsignore file also when the
18017         directory is not yet in CVS but the toplevel directory is. When
18018         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
18019         Reported by Karl Berry.
18020
18021 2007-07-22  Ben Pfaff  <blp@gnu.org>
18022
18023         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
18024         case.
18025         Suggested by Eric Blake.
18026
18027 2007-07-22  Ben Pfaff  <blp@gnu.org>
18028
18029         New module: popcount.
18030         * MODULES.html.sh: Add popcount.
18031         * modules/popcount: New file.
18032         * modules/popcount-tests: New file.
18033         * tests/test-popcount.c: New file.
18034         * lib/popcount.h: New file.
18035         * m4/popcount.m4: New file.
18036
18037 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
18038
18039         * build-aux/announce-gen: Update to GPLv3.
18040
18041         * build-aux/config.guess: Update from config.
18042
18043 2007-07-21  Bruno Haible  <bruno@clisp.org>
18044
18045         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
18046         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
18047
18048 2007-07-20  Jim Meyering  <jim@meyering.net>
18049
18050         * check-module: Diagnose a self-dependency.
18051
18052 2007-07-19  Bruno Haible  <bruno@clisp.org>
18053
18054         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
18055         empty.
18056         Reported by Eric Blake.
18057
18058 2007-07-18  Bruno Haible  <bruno@clisp.org>
18059
18060         * gnulib-tool: New options --po-base, --po-domain.
18061         (func_usage): Document them.
18062         (pobase, po_domain): New variables.
18063         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
18064         DEFAULT_TEXT_DOMAIN.
18065         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
18066         (func_import): Consider pobase and po_domain. Create a po/ directory.
18067         (func_create_testdir): Set pobase and po_domain to empty.
18068         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
18069         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
18070
18071 2007-07-18  Bruno Haible  <bruno@clisp.org>
18072
18073         * gnulib-tool (func_get_automake_snippet): Synthesize also an
18074         EXTRA_DIST augmentation for files in build-aux/.
18075
18076 2007-07-16  Bruno Haible  <bruno@clisp.org>
18077
18078         * modules/lseek (License): Use the synonymous term "LGPLv2+".
18079         * modules/getdelim (License): Likewise.
18080
18081 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18082
18083         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
18084         * modules/d-type (License): Likewise.
18085         * modules/extensions (License): Likewise.
18086         * modules/fnmatch (License): Likewise.
18087         * modules/fseeko (License): Likewise.
18088         * modules/getaddrinfo (License): Likewise.
18089         * modules/getline (License): Likewise.
18090         * modules/getlogin_r (License): Likewise.
18091         * modules/getpass (License): Likewise.
18092         * modules/gettimeofday (License): Likewise.
18093         * modules/glob (License): Likewise.
18094         * modules/inet_ntop (License): Likewise.
18095         * modules/malloc (License): Likewise.
18096         * modules/malloca (License): Likewise.
18097         * modules/memmem (License): Likewise.
18098         * modules/mempcpy (License): Likewise.
18099         * modules/memset (License): Likewise.
18100         * modules/minmax (License): Likewise.
18101         * modules/mktime (License): Likewise.
18102         * modules/netinet_in (License): Likewise.
18103         * modules/pathmax (License): Likewise.
18104         * modules/poll (License): Likewise.
18105         * modules/regex (License): Likewise.
18106         * modules/snprintf (License): Likewise.
18107         * modules/stdbool (License): Likewise.
18108         * modules/stdint (License): Likewise.
18109         * modules/stdio (License): Likewise.
18110         * modules/strcase (License): Likewise.
18111         * modules/strcasestr (License): Likewise.
18112         * modules/strdup (License): Likewise.
18113         * modules/string (License): Likewise.
18114         * modules/strndup (License): Likewise.
18115         * modules/strnlen (License): Likewise.
18116         * modules/strpbrk (License): Likewise.
18117         * modules/strptime (License): Likewise.
18118         * modules/strsep (License): Likewise.
18119         * modules/sys_select (License): Likewise.
18120         * modules/sys_socket (License): Likewise.
18121         * modules/sys_stat (License): Likewise.
18122         * modules/sys_time (License): Likewise.
18123         * modules/time (License): Likewise.
18124         * modules/time_r (License): Likewise.
18125         * modules/timegm (License): Likewise.
18126         * modules/unistd (License): Likewise.
18127         * modules/vsnprintf (License): Likewise.
18128         * modules/wctype (License): Likewise.
18129
18130 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18131
18132         * modules/argz (License): LGPLv2+.
18133
18134 2007-07-15  Karl Berry  <karl@gnu.org>
18135
18136         * doc/gnulib.texi: revise node structure per new fdl.texi.
18137
18138 2007-07-14  Bruno Haible  <bruno@clisp.org>
18139
18140         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
18141         the output file.
18142         * lib/uniname/uninames.h: Regenerated.
18143
18144 2007-07-14  Karl Berry  <karl@gnu.org>
18145
18146         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
18147         omitting sectioning and index commands.
18148
18149 2007-07-13  Bruno Haible  <bruno@clisp.org>
18150
18151         New gnulib-tool option --more-symlinks.
18152         * gnulib-tool (func_usage): Document --more-symlinks.
18153         (do_copyrights): New variable.
18154         Recognize option --more-symlinks.
18155         (func_import): Don't add a copyright notice transform to
18156         sed_transform_lib_file if do_copyrights is empty.
18157
18158 2007-07-13  Bruno Haible  <bruno@clisp.org>
18159
18160         * lib/vasnprintf.c (decimal_point_char): Define also if
18161         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
18162         && !NEED_PRINTF_DIRECTIVE_A.
18163         Reported by Clemens Koller <clemens.koller@anagramm.de> via
18164         Gary V. Vaughan <gary@gnu.org>.
18165
18166 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
18167
18168         * lib/inttypes_.h: Undo previous change, since it was fixed
18169         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
18170
18171 2007-07-13  Bruno Haible  <bruno@clisp.org>
18172
18173         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
18174         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
18175
18176 2007-07-13  Jim Meyering  <jim@meyering.net>
18177
18178         df: Don't fail for Tru64's "file-on-file mount".
18179         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
18180         so we fall through and use statfs instead.  Details here:
18181         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
18182         Reported by Albert Chin.
18183
18184 2007-07-13  Bruno Haible  <bruno@clisp.org>
18185
18186         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
18187         * modules/configmake (License): Likewise.
18188         * modules/gettext (License): Likewise.
18189         * modules/gettext-h (License): Likewise.
18190         * modules/include_next (License): Likewise.
18191         * modules/link-warning (License): Likewise.
18192         * modules/localcharset (License): Likewise.
18193         * modules/localename (License): Likewise.
18194         * modules/lock (License): Likewise.
18195         * modules/relocatable-lib-lgpl (License): Likewise.
18196         * modules/size_max (License): Likewise.
18197         * modules/vasnprintf (License): Likewise.
18198         * modules/wchar (License): Likewise.
18199         * modules/xsize (License): Likewise.
18200
18201 2007-07-13  Bruno Haible  <bruno@clisp.org>
18202
18203         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
18204         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
18205
18206 2007-07-12  Bruno Haible  <bruno@clisp.org>
18207
18208         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
18209         in the modules files.
18210
18211 2007-07-11  Karl Berry  <karl@gnu.org>
18212
18213         * MODULES.html.sh (func_module): use
18214          sed -e '\|^'"${includefile}"'$|d'
18215          instead of /.../d, to avoid errors on $includefile's containing /.
18216
18217 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18218
18219         * gnulib-tool (func_import): Avoid duplication of --avoid
18220         statements
18221         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
18222         names to `_' in variable names.
18223
18224 2007-07-10  Eric Blake  <ebb9@byu.net>
18225
18226         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
18227         * NEWS: Document this change.
18228
18229 2007-07-08  Bruno Haible  <bruno@clisp.org>
18230
18231         Update to Unicode 5.0.
18232         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
18233         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
18234         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
18235         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
18236         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
18237         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
18238         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
18239         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
18240         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
18241         U+10A3F, U+1D242..U+1D244.
18242         (nonspacing_table_ind): Update.
18243         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
18244         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
18245
18246 2007-07-08  Bruno Haible  <bruno@clisp.org>
18247
18248         Update to Unicode 5.0.
18249         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
18250         code transform. Extend the name index field of unicode_name_to_code and
18251         unicode_code_to_name from 16 to 24 bits.
18252         * lib/uniname/uniname.c (unicode_character_name,
18253         unicode_name_character): Add the range 0x12xxx to the code transform.
18254         * lib/uniname/uninames.h: Regenerated.
18255         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
18256
18257 2007-07-07  Bruno Haible  <bruno@clisp.org>
18258
18259         * modules/wcwidth-tests: New file.
18260         * tests/test-wcwidth.c: New file.
18261
18262         Work around MacOS X wcwidth() bug.
18263         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
18264         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
18265         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
18266         original wcwidth in non-UTF-8 locales.
18267         * modules/wcwidth (Depends-on): Add localcharset, streq,
18268         uniwidth/width.
18269         * doc/functions/wcwidth.texi: Update.
18270
18271 2007-07-07  Bruno Haible  <bruno@clisp.org>
18272
18273         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
18274         (wcwidth): New declaration.
18275         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
18276         macros.
18277         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
18278         here. Prepare for creating <wchar.h> unconditionally.
18279         * modules/wchar (Depends-on): Add link-warning.
18280         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
18281         REPLACE_WCWIDTH, and GL_LINK_WARNING.
18282         * lib/wcwidth.h: Remove file.
18283         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
18284         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
18285         * modules/wcwidth (Files): Remove lib/wcwidth.h.
18286         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
18287         (Include): Replace wcwidth.h with <wchar.h>.
18288         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
18289         * lib/mbchar.h: Don't include wcwidth.h.
18290         * lib/mbswidth.c: Likewise.
18291         * NEWS: Mention the change.
18292
18293 2007-07-07  Bruno Haible  <bruno@clisp.org>
18294
18295         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
18296         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
18297         definition with an external declaration.
18298         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
18299         defined as a function. Remove AC_C_INLINE requirement.
18300         * modules/wcwidth (Files): Add lib/wcwidth.c.
18301         (Makefile.am): Remove redundant statement.
18302
18303 2007-07-07  Bruno Haible  <bruno@clisp.org>
18304
18305         * MODULES.html.sh (Unicode string functions): Add the new modules.
18306
18307         * tests/uniwidth/test-u32-strwidth.c: New file.
18308         * modules/uniwidth/u32-strwidth-tests: New file.
18309
18310         * lib/uniwidth/u32-strwidth.c: New file.
18311         * modules/uniwidth/u32-strwidth: New file.
18312
18313         * tests/uniwidth/test-u16-strwidth.c: New file.
18314         * modules/uniwidth/u16-strwidth-tests: New file.
18315
18316         * lib/uniwidth/u16-strwidth.c: New file.
18317         * modules/uniwidth/u16-strwidth: New file.
18318
18319         * tests/uniwidth/test-u8-strwidth.c: New file.
18320         * modules/uniwidth/u8-strwidth-tests: New file.
18321
18322         * lib/uniwidth/u8-strwidth.c: New file.
18323         * modules/uniwidth/u8-strwidth: New file.
18324
18325         * tests/uniwidth/test-u32-width.c: New file.
18326         * modules/uniwidth/u32-width-tests: New file.
18327
18328         * lib/uniwidth/u32-width.c: New file.
18329         * modules/uniwidth/u32-width: New file.
18330
18331         * tests/uniwidth/test-u16-width.c: New file.
18332         * modules/uniwidth/u16-width-tests: New file.
18333
18334         * lib/uniwidth/u16-width.c: New file.
18335         * modules/uniwidth/u16-width: New file.
18336
18337         * tests/uniwidth/test-u8-width.c: New file.
18338         * modules/uniwidth/u8-width-tests: New file.
18339
18340         * lib/uniwidth/u8-width.c: New file.
18341         * modules/uniwidth/u8-width: New file.
18342
18343         * tests/uniwidth/test-uc_width.c: New file.
18344         * modules/uniwidth/width-tests: New file.
18345
18346         * lib/uniwidth/width.c: New file, from GNU libiconv.
18347         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
18348         * modules/uniwidth/width: New file.
18349
18350         * lib/uniwidth.h: New file, from GNU libiconv.
18351         * modules/uniwidth/base: New file.
18352
18353 2007-07-07  Bruno Haible  <bruno@clisp.org>
18354
18355         * lib/uniname.h: New file, from GNU gettext.
18356         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
18357         * lib/uniname/uninames.h: New file, from GNU gettext.
18358         * lib/uniname/uniname.c: New file, from GNU gettext.
18359         * tests/uniname/test-uninames.sh: New file.
18360         * tests/uniname/test-uninames.c: New file, from GNU gettext.
18361         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
18362         * modules/uniname/base: New file.
18363         * modules/uniname/uniname: New file.
18364         * modules/uniname/uniname-tests: New file.
18365         * MODULES.html.sh (Unicode string functions): Add the new modules.
18366
18367 2007-07-06  Bruno Haible  <bruno@clisp.org>
18368
18369         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
18370
18371 2007-07-06  Bruno Haible  <bruno@clisp.org>
18372
18373         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
18374         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
18375         includes <cygwin/sys_time.h> which includes <sys/select.h> which
18376         include <sys/time.h>.
18377         Reported by Eric Blake.
18378
18379 2007-07-06  Eric Blake  <ebb9@byu.net>
18380
18381         Fix testing canonicalize on cygwin.
18382         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
18383         Revert patch from 2007-06-19.
18384         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
18385         canonicalize module is also in use.
18386         * tests/test-canonicalize.c: New file.
18387         * tests/test-canonicalize.sh: Likewise.
18388         * modules/canonicalize-tests: Likewise.
18389
18390 2007-07-06  Jim Meyering  <jim@meyering.net>
18391
18392         * lib/getugroups.c (getugroups): Detect getgrent failure.
18393         Adjust comment to reflect reality: this function may return -1.
18394
18395 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
18396
18397         * build-aux/bootstrap (TP_URL,get_translations): Update to use
18398         the new TP address.
18399         (usage): Fix typo
18400         (gnulib_mk): New variable.
18401
18402 2007-07-05  Jim Meyering  <jim@meyering.net>
18403
18404         Don't let endgrent clobber errno, no matter how improbable.
18405         * lib/getugroups.c (getugroups): Save and restore errno around
18406         endgrent call.
18407
18408         Close the group DB even when failing with 2^31 or more members.
18409         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
18410
18411 2007-07-04  Jim Meyering  <jim@meyering.net>
18412
18413         * lib/getugroups.h: New file.
18414         * lib/getugroups.c: Include "getugroups.h".
18415         Remove uses of "register" keyword.
18416         Move local variable, "cp", down into scope where used.
18417         Give "username" parameter the "const" attribute.
18418         * modules/getugroups (Files): Add lib/getugroups.h
18419
18420 2007-07-04  Karl Berry  <karl@gnu.org>
18421
18422         * MODULES.html.sh (func_all_modules): Complete rename of
18423         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
18424
18425 2007-07-02  Bruno Haible  <bruno@clisp.org>
18426
18427         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
18428         mode, when inttypes.h comes from gnulib.
18429         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
18430
18431 2007-07-02  Simon Josefsson  <simon@josefsson.org>
18432
18433         * NEWS: Mention lgpl module name change.
18434
18435         * modules/lgpl-2.1: Renamed from lgpl.
18436
18437         * NEWS: Mention gpl module name change.
18438
18439         * modules/gpl-3.0: New file, based on gpl-2.0.
18440
18441         * modules/gpl-2.0: Renamed from gpl.
18442
18443         * modules/gpl: Fix filename, doc/gpl.texi is now found at
18444         doc/gpl-2.0.texi.
18445
18446 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
18447
18448         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
18449         #define __STDC_LIMIT_MACROS temporarily while including
18450         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
18451         Problem reported by Joel E. Denny in
18452         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
18453
18454 2007-07-01  Bruno Haible  <bruno@clisp.org>
18455
18456         * lib/unistdio.h: New file.
18457         * lib/unistdio/u-asnprintf.h: New file.
18458         * lib/unistdio/u-asprintf.h: New file.
18459         * lib/unistdio/u-printf-args.c: New file.
18460         * lib/unistdio/u-printf-args.h: New file.
18461         * lib/unistdio/u-printf-parse.h: New file.
18462         * lib/unistdio/u-snprintf.h: New file.
18463         * lib/unistdio/u-sprintf.h: New file.
18464         * lib/unistdio/u-vasprintf.h: New file.
18465         * lib/unistdio/u-vsnprintf.h: New file.
18466         * lib/unistdio/u-vsprintf.h: New file.
18467         * lib/unistdio/ulc-asnprintf.c: New file.
18468         * lib/unistdio/ulc-asprintf.c: New file.
18469         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
18470         * lib/unistdio/ulc-printf-parse.c: New file.
18471         * lib/unistdio/ulc-snprintf.c: New file.
18472         * lib/unistdio/ulc-sprintf.c: New file.
18473         * lib/unistdio/ulc-vasnprintf.c: New file.
18474         * lib/unistdio/ulc-vasprintf.c: New file.
18475         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
18476         * lib/unistdio/ulc-vsnprintf.c: New file.
18477         * lib/unistdio/ulc-vsprintf.c: New file.
18478         * lib/unistdio/u8-asnprintf.c: New file.
18479         * lib/unistdio/u8-asprintf.c: New file.
18480         * lib/unistdio/u8-printf-parse.c: New file.
18481         * lib/unistdio/u8-snprintf.c: New file.
18482         * lib/unistdio/u8-sprintf.c: New file.
18483         * lib/unistdio/u8-vasnprintf.c: New file.
18484         * lib/unistdio/u8-vasprintf.c: New file.
18485         * lib/unistdio/u8-vsnprintf.c: New file.
18486         * lib/unistdio/u8-vsprintf.c: New file.
18487         * lib/unistdio/u8-u8-asnprintf.c: New file.
18488         * lib/unistdio/u8-u8-asprintf.c: New file.
18489         * lib/unistdio/u8-u8-snprintf.c: New file.
18490         * lib/unistdio/u8-u8-sprintf.c: New file.
18491         * lib/unistdio/u8-u8-vasnprintf.c: New file.
18492         * lib/unistdio/u8-u8-vasprintf.c: New file.
18493         * lib/unistdio/u8-u8-vsnprintf.c: New file.
18494         * lib/unistdio/u8-u8-vsprintf.c: New file.
18495         * lib/unistdio/u16-asnprintf.c: New file.
18496         * lib/unistdio/u16-asprintf.c: New file.
18497         * lib/unistdio/u16-printf-parse.c: New file.
18498         * lib/unistdio/u16-snprintf.c: New file.
18499         * lib/unistdio/u16-sprintf.c: New file.
18500         * lib/unistdio/u16-vasnprintf.c: New file.
18501         * lib/unistdio/u16-vasprintf.c: New file.
18502         * lib/unistdio/u16-vsnprintf.c: New file.
18503         * lib/unistdio/u16-vsprintf.c: New file.
18504         * lib/unistdio/u16-u16-asnprintf.c: New file.
18505         * lib/unistdio/u16-u16-asprintf.c: New file.
18506         * lib/unistdio/u16-u16-snprintf.c: New file.
18507         * lib/unistdio/u16-u16-sprintf.c: New file.
18508         * lib/unistdio/u16-u16-vasnprintf.c: New file.
18509         * lib/unistdio/u16-u16-vasprintf.c: New file.
18510         * lib/unistdio/u16-u16-vsnprintf.c: New file.
18511         * lib/unistdio/u16-u16-vsprintf.c: New file.
18512         * lib/unistdio/u32-asnprintf.c: New file.
18513         * lib/unistdio/u32-asprintf.c: New file.
18514         * lib/unistdio/u32-printf-parse.c: New file.
18515         * lib/unistdio/u32-snprintf.c: New file.
18516         * lib/unistdio/u32-sprintf.c: New file.
18517         * lib/unistdio/u32-vasnprintf.c: New file.
18518         * lib/unistdio/u32-vasprintf.c: New file.
18519         * lib/unistdio/u32-vsnprintf.c: New file.
18520         * lib/unistdio/u32-vsprintf.c: New file.
18521         * lib/unistdio/u32-u32-asnprintf.c: New file.
18522         * lib/unistdio/u32-u32-asprintf.c: New file.
18523         * lib/unistdio/u32-u32-snprintf.c: New file.
18524         * lib/unistdio/u32-u32-sprintf.c: New file.
18525         * lib/unistdio/u32-u32-vasnprintf.c: New file.
18526         * lib/unistdio/u32-u32-vasprintf.c: New file.
18527         * lib/unistdio/u32-u32-vsnprintf.c: New file.
18528         * lib/unistdio/u32-u32-vsprintf.c: New file.
18529         * tests/unistdio/test-ulc-asnprintf1.c: New file.
18530         * tests/unistdio/test-ulc-asnprintf1.h: New file.
18531         * tests/unistdio/test-ulc-printf1.h: New file.
18532         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
18533         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
18534         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
18535         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
18536         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
18537         * tests/unistdio/test-ulc-vasprintf1.c: New file.
18538         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
18539         * tests/unistdio/test-ulc-vsprintf1.c: New file.
18540         * tests/unistdio/test-u8-asnprintf1.c: New file.
18541         * tests/unistdio/test-u8-asnprintf1.h: New file.
18542         * tests/unistdio/test-u8-printf1.h: New file.
18543         * tests/unistdio/test-u8-vasnprintf1.c: New file.
18544         * tests/unistdio/test-u8-vasnprintf2.c: New file.
18545         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
18546         * tests/unistdio/test-u8-vasnprintf3.c: New file.
18547         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
18548         * tests/unistdio/test-u8-vasprintf1.c: New file.
18549         * tests/unistdio/test-u8-vsnprintf1.c: New file.
18550         * tests/unistdio/test-u8-vsprintf1.c: New file.
18551         * tests/unistdio/test-u16-asnprintf1.c: New file.
18552         * tests/unistdio/test-u16-asnprintf1.h: New file.
18553         * tests/unistdio/test-u16-printf1.h: New file.
18554         * tests/unistdio/test-u16-vasnprintf1.c: New file.
18555         * tests/unistdio/test-u16-vasnprintf2.c: New file.
18556         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
18557         * tests/unistdio/test-u16-vasnprintf3.c: New file.
18558         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
18559         * tests/unistdio/test-u16-vasprintf1.c: New file.
18560         * tests/unistdio/test-u16-vsnprintf1.c: New file.
18561         * tests/unistdio/test-u16-vsprintf1.c: New file.
18562         * tests/unistdio/test-u32-asnprintf1.c: New file.
18563         * tests/unistdio/test-u32-asnprintf1.h: New file.
18564         * tests/unistdio/test-u32-printf1.h: New file.
18565         * tests/unistdio/test-u32-vasnprintf1.c: New file.
18566         * tests/unistdio/test-u32-vasnprintf2.c: New file.
18567         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
18568         * tests/unistdio/test-u32-vasnprintf3.c: New file.
18569         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
18570         * tests/unistdio/test-u32-vasprintf1.c: New file.
18571         * tests/unistdio/test-u32-vsnprintf1.c: New file.
18572         * tests/unistdio/test-u32-vsprintf1.c: New file.
18573         * modules/unistdio/base: New file.
18574         * modules/unistdio/u-printf-args: New file.
18575         * modules/unistdio/ulc-asnprintf: New file.
18576         * modules/unistdio/ulc-asprintf: New file.
18577         * modules/unistdio/ulc-fprintf: New file.
18578         * modules/unistdio/ulc-printf-parse: New file.
18579         * modules/unistdio/ulc-snprintf: New file.
18580         * modules/unistdio/ulc-sprintf: New file.
18581         * modules/unistdio/ulc-vasnprintf: New file.
18582         * modules/unistdio/ulc-vasprintf: New file.
18583         * modules/unistdio/ulc-vfprintf: New file.
18584         * modules/unistdio/ulc-vsnprintf: New file.
18585         * modules/unistdio/ulc-vsprintf: New file.
18586         * modules/unistdio/u8-asnprintf: New file.
18587         * modules/unistdio/u8-asprintf: New file.
18588         * modules/unistdio/u8-printf-parse: New file.
18589         * modules/unistdio/u8-snprintf: New file.
18590         * modules/unistdio/u8-sprintf: New file.
18591         * modules/unistdio/u8-vasnprintf: New file.
18592         * modules/unistdio/u8-vasprintf: New file.
18593         * modules/unistdio/u8-vsnprintf: New file.
18594         * modules/unistdio/u8-vsprintf: New file.
18595         * modules/unistdio/u8-u8-asnprintf: New file.
18596         * modules/unistdio/u8-u8-asprintf: New file.
18597         * modules/unistdio/u8-u8-snprintf: New file.
18598         * modules/unistdio/u8-u8-sprintf: New file.
18599         * modules/unistdio/u8-u8-vasnprintf: New file.
18600         * modules/unistdio/u8-u8-vasprintf: New file.
18601         * modules/unistdio/u8-u8-vsnprintf: New file.
18602         * modules/unistdio/u8-u8-vsprintf: New file.
18603         * modules/unistdio/u16-asnprintf: New file.
18604         * modules/unistdio/u16-asprintf: New file.
18605         * modules/unistdio/u16-printf-parse: New file.
18606         * modules/unistdio/u16-snprintf: New file.
18607         * modules/unistdio/u16-sprintf: New file.
18608         * modules/unistdio/u16-vasnprintf: New file.
18609         * modules/unistdio/u16-vasprintf: New file.
18610         * modules/unistdio/u16-vsnprintf: New file.
18611         * modules/unistdio/u16-vsprintf: New file.
18612         * modules/unistdio/u16-u16-asnprintf: New file.
18613         * modules/unistdio/u16-u16-asprintf: New file.
18614         * modules/unistdio/u16-u16-snprintf: New file.
18615         * modules/unistdio/u16-u16-sprintf: New file.
18616         * modules/unistdio/u16-u16-vasnprintf: New file.
18617         * modules/unistdio/u16-u16-vasprintf: New file.
18618         * modules/unistdio/u16-u16-vsnprintf: New file.
18619         * modules/unistdio/u16-u16-vsprintf: New file.
18620         * modules/unistdio/u32-asnprintf: New file.
18621         * modules/unistdio/u32-asprintf: New file.
18622         * modules/unistdio/u32-printf-parse: New file.
18623         * modules/unistdio/u32-snprintf: New file.
18624         * modules/unistdio/u32-sprintf: New file.
18625         * modules/unistdio/u32-vasnprintf: New file.
18626         * modules/unistdio/u32-vasprintf: New file.
18627         * modules/unistdio/u32-vsnprintf: New file.
18628         * modules/unistdio/u32-vsprintf: New file.
18629         * modules/unistdio/u32-u32-asnprintf: New file.
18630         * modules/unistdio/u32-u32-asprintf: New file.
18631         * modules/unistdio/u32-u32-snprintf: New file.
18632         * modules/unistdio/u32-u32-sprintf: New file.
18633         * modules/unistdio/u32-u32-vasnprintf: New file.
18634         * modules/unistdio/u32-u32-vasprintf: New file.
18635         * modules/unistdio/u32-u32-vsnprintf: New file.
18636         * modules/unistdio/u32-u32-vsprintf: New file.
18637         * modules/unistdio/ulc-asnprintf-tests: New file.
18638         * modules/unistdio/ulc-vasnprintf-tests: New file.
18639         * modules/unistdio/ulc-vasprintf-tests: New file.
18640         * modules/unistdio/ulc-vsnprintf-tests: New file.
18641         * modules/unistdio/ulc-vsprintf-tests: New file.
18642         * modules/unistdio/u8-asnprintf-tests: New file.
18643         * modules/unistdio/u8-vasnprintf-tests: New file.
18644         * modules/unistdio/u8-vasprintf-tests: New file.
18645         * modules/unistdio/u8-vsnprintf-tests: New file.
18646         * modules/unistdio/u8-vsprintf-tests: New file.
18647         * modules/unistdio/u16-asnprintf-tests: New file.
18648         * modules/unistdio/u16-vasnprintf-tests: New file.
18649         * modules/unistdio/u16-vasprintf-tests: New file.
18650         * modules/unistdio/u16-vsnprintf-tests: New file.
18651         * modules/unistdio/u16-vsprintf-tests: New file.
18652         * modules/unistdio/u32-asnprintf-tests: New file.
18653         * modules/unistdio/u32-vasnprintf-tests: New file.
18654         * modules/unistdio/u32-vasprintf-tests: New file.
18655         * modules/unistdio/u32-vsnprintf-tests: New file.
18656         * modules/unistdio/u32-vsprintf-tests: New file.
18657         * MODULES.html.sh (Unicode string functions): Add the new modules.
18658
18659 2007-07-01  Bruno Haible  <bruno@clisp.org>
18660
18661         * lib/sprintf.c (sprintf): Limit the available length estimation,
18662         to avoid address wraparound.
18663         * lib/vsprintf.c (vsprintf): Likewise.
18664         * modules/sprintf-posix (Dependencies): Add stdint.
18665         * modules/vsprintf-posix (Dependencies): Likewise.
18666
18667 2007-07-01  Bruno Haible  <bruno@clisp.org>
18668
18669         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
18670         Windows PATH as well. Conservative double-quoting. Comments.
18671
18672 2007-07-01  Bruno Haible  <bruno@clisp.org>
18673             Eric Blake  <ebb9@byu.net>
18674             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18675
18676         * gnulib-tool (self_abspathname): Fix algorithm to cope with
18677         empty components in $PATH, denoting '.'.
18678
18679 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18680
18681         * gnulib-tool: Fix indentation.
18682         (func_create_megatestdir): Likewise.
18683         Report by Bruno Haible.
18684
18685 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18686
18687         Sync from Automake.
18688         * build-aux/gnupload: Fix shell portability issues with for loops.
18689         Report by Karl Berry.
18690
18691 2007-06-29  Simon Josefsson  <simon@josefsson.org>
18692
18693         * build-aux/maint.mk (POURL): Use translationproject.org.
18694
18695 2007-06-27  Simon Josefsson  <simon@josefsson.org>
18696             Bruno Haible  <bruno@clisp.org>
18697
18698         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
18699         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
18700         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
18701         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
18702         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
18703
18704 2007-06-27  Bruno Haible  <bruno@clisp.org>
18705
18706         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
18707         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
18708
18709 2007-06-26  Karl Berry  <karl@gnu.org>
18710
18711         * MODULES.html.sh: remove xreadlink-with-size.
18712
18713 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18714
18715         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
18716         method that I hope also handles the double-include problem noted
18717         by Bruno Haible in
18718         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
18719
18720 2007-06-23  Bruno Haible  <bruno@clisp.org>
18721
18722         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18723         Don't let the 'mostlyclean' target fail if the last subdirectory could
18724         not be removed.
18725         Reported by Karl Berry.
18726
18727 2007-06-23  Bruno Haible  <bruno@clisp.org>
18728
18729         * gnulib-tool (echo): Add a speedier workaround for ksh.
18730         * tests/test-echo.sh: Likewise.
18731
18732 2007-06-23  Bruno Haible  <bruno@clisp.org>
18733
18734         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
18735         * tests/test-echo.sh: Likewise.
18736
18737 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18738
18739         * gnulib-tool (IFS): Initialize early, so we don't set it to
18740         empty later.
18741         (self_abspathname): Rewrite algorithm to set it, reindent.
18742         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
18743         (func_create_megatestdir): Merge some sed scripts.
18744
18745 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18746
18747         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
18748         exposed by Sun Studio 11 cc on Solaris 8.
18749
18750 2007-06-22  Bruno Haible  <bruno@clisp.org>
18751
18752         * gnulib-tool (echo): Ensure the echo primitive does not interpret
18753         backslashes.
18754         * tests/test-echo.sh: New file.
18755
18756 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18757
18758         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
18759         simplify `sed_replace_build_aux' scripts, they are portable but
18760         echoing them with `echo' is not.
18761         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
18762
18763 2007-06-21  Karl Berry  <karl@gnu.org>
18764
18765         * config/srclist.txt: guess we can't handle the licenses via
18766         srclist at the moment.
18767
18768 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
18769
18770         * MODULES.html.sh: Add include_next.
18771         * modules/include_next: New file.
18772
18773 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
18774
18775         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
18776         INCLUDE_NEXT.
18777         (gl_CHECK_NEXT_HEADERS): New macro.
18778         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
18779         the obsolescent gl_ABSOLUTE_HEADER.
18780         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
18781         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
18782         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
18783         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
18784         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
18785         * m4/math_h.m4 (gl_MATH_H): Likewise.
18786         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
18787         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
18788         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
18789         * m4/stdint.m4 (gl_STDINT_H): Likewise.
18790         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
18791         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
18792         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
18793         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
18794         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
18795         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
18796         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
18797         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
18798         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
18799         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
18800         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
18801         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
18802         * m4/inttypes.m4 (gl_INTTYPES_H): Define
18803         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
18804         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
18805         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
18806         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
18807         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
18808         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
18809         * lib/float_.h: Likewise.
18810         * lib/inttypes_.h: Likewise.
18811         * lib/math_.h: Likewise.
18812         * lib/search_.h: Likewise.
18813         * lib/signal_.h: Likewise.
18814         * lib/stdint_.h: Likewise.
18815         * lib/stdio_.h: Likewise.
18816         * lib/stdlib_.h: Likewise.
18817         * lib/string_.h: Likewise.
18818         * lib/sys_stat_.h: Likewise.
18819         * lib/sys_time_.h: Likewise.
18820         * lib/time_.h: Likewise.
18821         * lib/unistd_.h: Likewise.
18822         * lib/wchar_.h: Likewise.
18823         * lib/wctype_.h: Likewise.
18824         * lib/dirent_.h: Likewise.
18825         * lib/iconv_.h: Likewise.
18826         * lib/locale_.h: Likewise.
18827         * lib/netinet_in_.h: Likewise.
18828         * lib/sys_select_.h: Likewise.
18829         * lib/sys_socket_.h: Likewise.
18830         * lib/sysexits_.h: Likewise.
18831         * modules/fcntl (Depends-on): Depend on include_next, not
18832         absolute_header.
18833         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
18834         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
18835         * modules/fchdir: Likewise.
18836         * modules/float: Likewise.
18837         * modules/iconv_open: Likewise.
18838         * modules/inttypes: Likewise.
18839         * modules/locale: Likewise.
18840         * modules/math: Likewise.
18841         * modules/netinet_in: Likewise.
18842         * modules/search: Likewise.
18843         * modules/signal: Likewise.
18844         * modules/stdint: Likewise.
18845         * modules/stdio: Likewise.
18846         * modules/stdlib: Likewise.
18847         * modules/string: Likewise.
18848         * modules/sys_select: Likewise.
18849         * modules/sys_socket: Likewise.
18850         * modules/sys_stat: Likewise.
18851         * modules/sys_time: Likewise.
18852         * modules/sysexits: Likewise.
18853         * modules/time: Likewise.
18854         * modules/unistd: Likewise.
18855         * modules/wchar: Likewise.
18856         * modules/wctype: Likewise.
18857         * modules/sys_stat: Change maintainer to "all".
18858         * modules/unistd: Likewise.
18859
18860 2007-06-20  Karl Berry  <karl@gnu.org>
18861
18862         * config/srclist.txt: track www changes in license files.
18863
18864 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
18865
18866         * build-aux/bootstrap: Remove stray dot.
18867         Make sure build_aux settings are honored when linking
18868         gnulib_extra_files.
18869
18870 2007-06-19  Eric Blake  <ebb9@byu.net>
18871
18872         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
18873         Allow compilation on cygwin.
18874
18875 2007-06-19  Jim Meyering  <jim@meyering.net>
18876
18877         xreadlink-with-size: Remove module.  No longer used.
18878         Ex-callers now use xreadlink or mreadlink-with-size.
18879         * modules/xreadlink-with-size: Remove module.
18880         * lib/xreadlink-with-size.c: Remove file.
18881         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
18882         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
18883         just before the function definition *is* accurate.
18884
18885         Eliminate one way canonicalize_filename_mode could exit.
18886         * lib/canonicalize.c (canonicalize_filename_mode):
18887         Use mreadlink_with_size, not xreadlink_with_size.
18888
18889 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
18890
18891         Detect porting problems to FreeBSD/arm, which has time_t wider than
18892         long int.  Original problem reported for GNU diff by Xin Li in
18893         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
18894         * modules/getdate (Depends-on): Add intprops, verify.
18895         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
18896         is an integer type no wider than long int.
18897
18898 2007-06-18  Jim Meyering  <jim@meyering.net>
18899
18900         New module: mreadlink-with-size.
18901         * MODULES.html.sh: Add mreadlink-with-size.
18902         * modules/mreadlink-with-size: New module
18903         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
18904         not xreadlink-with-size.
18905         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
18906
18907 2007-06-16  Bruno Haible  <bruno@clisp.org>
18908
18909         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
18910         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
18911         Reported by Gary V. Vaughan <gary@gnu.org>.
18912
18913 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
18914
18915         Revamp lchown so that it lives in unistd.h where it belongs.
18916         * lib/lchown.h: Remove.
18917         * lib/dirchownmod.c: Don't include lib/lchown.h.
18918         * lib/fchownat.c: Likewise.
18919         * lib/openat.c: Likewise.
18920         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
18921         does not follow symlinks.
18922         (EOPNOTSUPP): Define if not defined.
18923         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
18924         is defined to 0.
18925         (lchown): New decl.
18926         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
18927         Do not check for lchown decl.
18928         Set REPLACE_LCHOWN.
18929         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
18930         REPLACE_LCHOWN.
18931         * modules/chown: Make it clear it follows symlinks.
18932         * modules/lchown: Make it clear it doesn't follow symlinks.
18933         (Files): Remove lib/lchown.h
18934         (Depends-on): Add unistd.
18935         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
18936         (Include): Include <unistd.h>, not "lchown.h".
18937         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
18938         REPLACE_LCHOWN.
18939
18940 2007-06-15  Jim Meyering  <jim@meyering.net>
18941
18942         Change license (GPL to LGPL) of fsusage and dependents.
18943         * modules/fsusage (License): Change to LGPL.
18944         * modules/full-read (License): Likewise.
18945         * modules/full-write (License): Likewise.
18946         * modules/safe-read (License): Likewise.
18947         * modules/safe-write (License): Likewise.
18948
18949 2007-06-14  Ben Pfaff  <blp@gnu.org>
18950
18951         Missing part of allocsa -> malloca transition.
18952         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
18953         gl_MALLOCA.
18954
18955 2007-06-12  Bruno Haible  <bruno@clisp.org>
18956
18957         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
18958         to ia64, x86_64, i386.
18959         Reported by Eric Blake.
18960
18961 2007-06-12  Bruno Haible  <bruno@clisp.org>
18962
18963         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
18964         cross-compiling to x86_64.
18965
18966 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
18967
18968         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
18969         glitch reported by Ralf Wildenhues in
18970         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
18971
18972         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
18973         Vin Shelton.
18974
18975 2007-06-11  Bruno Haible  <bruno@clisp.org>
18976
18977         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
18978         replacement string.
18979         Reported by Eric Blake.
18980
18981 2007-06-10  Bruno Haible  <bruno@clisp.org>
18982
18983         Prepare vasnprintf code for use with Unicode strings.
18984         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
18985         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
18986         TYPE_U32_STRING.
18987         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
18988         a_u32_string variants.
18989         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
18990         * lib/printf-args.c: Don't include config.h and the specification
18991         header if PRINTF_FETCHARGS is already defined.
18992         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
18993         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
18994         TYPE_U16_STRING, TYPE_U32_STRING.
18995         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
18996         u16_directive, u16_directives, u32_directive, u32_directives): New
18997         types.
18998         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
18999         New declarations.
19000         * lib/printf-parse.c: Don't include config.h and the specification
19001         header if PRINTF_PARSE is already defined. Eliminate the set of
19002         parameters for WIDE_CHAR_VERSION; the user of this file must provide
19003         them now. Include c-ctype.h.
19004         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
19005         directive and CHAR_T_ONLY_ASCII.
19006         * lib/vasnprintf.c: Don't include config.h and the specification header
19007         if VASNPRINTF is already defined.
19008         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
19009         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
19010         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
19011         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
19012         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
19013         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
19014         code accordingly.
19015         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
19016         pad_ourselves also in this case, with the 'c' and 's' directives, and
19017         with a different notion of "width".
19018         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
19019
19020 2007-06-10  Bruno Haible  <bruno@clisp.org>
19021
19022         * modules/unistr/u32-mbsnlen: New file.
19023         * lib/unistr/u32-mbsnlen.c: New file.
19024
19025         * modules/unistr/u16-mbsnlen: New file.
19026         * lib/unistr/u16-mbsnlen.c: New file.
19027
19028         * modules/unistr/u8-mbsnlen: New file.
19029         * lib/unistr/u8-mbsnlen.c: New file.
19030
19031         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
19032         declarations.
19033
19034 2007-06-10  Bruno Haible  <bruno@clisp.org>
19035
19036         * lib/string_.h (mbsnlen): New declaration.
19037         * lib/mbsnlen.c: New file.
19038         * m4/mbsnlen.m4: New file.
19039         * modules/mbsnlen: New file.
19040         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
19041         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
19042         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
19043
19044 2007-06-10  Bruno Haible  <bruno@clisp.org>
19045
19046         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
19047
19048 2007-06-10  Bruno Haible  <bruno@clisp.org>
19049
19050         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
19051         * lib/mbuiter.h: Likewise.
19052
19053 2007-06-10  Bruno Haible  <bruno@clisp.org>
19054
19055         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
19056         declaration.
19057
19058 2007-06-10  Karl Berry  <karl@gnu.org>
19059
19060         * config/srclist.txt: remove gettext entries, Bruno prefers
19061         to update individually.
19062
19063 2007-06-10  Bruno Haible  <bruno@clisp.org>
19064
19065         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
19066         'maxlen'. Ensure only length + width bytes are allocated, not
19067         length + 1 + width.
19068
19069 2007-06-09  Bruno Haible  <bruno@clisp.org>
19070
19071         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
19072         (CHAR_T): Remove macro.
19073         (VASNPRINTF): Update.
19074
19075 2007-06-09  Bruno Haible  <bruno@clisp.org>
19076
19077         * MODULES.html.sh (Unicode string functions): Add the new modules.
19078
19079         * modules/uniconv/u32-conv-to-enc: New file.
19080         * lib/uniconv/u32-conv-to-enc.c: New file.
19081         * modules/uniconv/u32-conv-to-enc-tests: New file.
19082         * tests/uniconv/test-u32-conv-to-enc.c: New file.
19083
19084         * modules/uniconv/u16-conv-to-enc: New file.
19085         * lib/uniconv/u16-conv-to-enc.c: New file.
19086         * lib/uniconv/u-conv-to-enc.h: New file.
19087         * modules/uniconv/u16-conv-to-enc-tests: New file.
19088         * tests/uniconv/test-u16-conv-to-enc.c: New file.
19089
19090         * modules/uniconv/u8-conv-to-enc: New file.
19091         * lib/uniconv/u8-conv-to-enc.c: New file.
19092         * modules/uniconv/u8-conv-to-enc-tests: New file.
19093         * tests/uniconv/test-u8-conv-to-enc.c: New file.
19094
19095         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
19096         u32_conv_to_encoding): New declarations.
19097
19098 2007-06-09  Bruno Haible  <bruno@clisp.org>
19099
19100         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
19101
19102 2007-06-09  Bruno Haible  <bruno@clisp.org>
19103
19104         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
19105         * modules/malloca: Renamed from modules/allocsa, updated.
19106         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
19107         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
19108         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
19109         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
19110         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
19111         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
19112         * modules/xmalloca: Renamed from modules/xallocsa, updated.
19113         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
19114         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
19115         * modules/c-strcasestr (Depends-on): Update.
19116         * lib/c-strcasestr.c: Update.
19117         * modules/c-strstr (Depends-on): Update.
19118         * lib/c-strstr.c: Update.
19119         * modules/canonicalize-lgpl (Depends-on): Update.
19120         * lib/canonicalize-lgpl.c: Update.
19121         * modules/clean-temp (Depends-on): Update.
19122         * lib/clean-temp.c: Update.
19123         * modules/csharpcomp (Depends-on): Update.
19124         * lib/csharpcomp.c: Update.
19125         * modules/csharpexec (Depends-on): Update.
19126         * lib/csharpexec.c: Update.
19127         * modules/javacomp (Depends-on): Update.
19128         * lib/javacomp.c: Update.
19129         * modules/javaexec (Depends-on): Update.
19130         * lib/javaexec.c: Update.
19131         * modules/mbscasestr (Depends-on): Update.
19132         * lib/mbscasestr.c: Update.
19133         * modules/mbsstr (Depends-on): Update.
19134         * lib/mbsstr.c: Update.
19135         * modules/setenv (Depends-on): Update.
19136         * lib/setenv.c: Update.
19137         * modules/strcasestr (Depends-on): Update.
19138         * lib/strcasestr.c: Update.
19139         * modules/striconveha (Depends-on): Update.
19140         * lib/striconveha.c: Update.
19141         * modules/relocatable-prog-wrapper (Files): Update.
19142         * lib/relocwrapper.c: Update.
19143         * build-aux/install-reloc: Update.
19144         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
19145
19146 2007-06-08  Bruno Haible  <bruno@clisp.org>
19147
19148         Port to uClibc.
19149         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
19150         * lib/fpurge.c (fpurge): Likewise.
19151         * lib/freading.c (freading): Likewise.
19152         * lib/fseeko.c (rpl_fseeko): Likewise.
19153         * lib/fseterr.c (fseterr): Likewise.
19154         * lib/fwriting.c (fwriting): Likewise.
19155         * tests/test-fflush.c (main): Avoid a failure on uClibc.
19156
19157 2007-06-08  Bruno Haible  <bruno@clisp.org>
19158
19159         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
19160         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
19161         * modules/gettext (Files): Add m4/intlmacosx.m4.
19162
19163 2007-06-07  Bruno Haible  <bruno@clisp.org>
19164
19165         * modules/localename-tests: New file.
19166         * tests/test-localename.c: New file.
19167
19168         New module 'localename'.
19169         * lib/localename.h: New file.
19170         * lib/localename.c: New file, from GNU gettext.
19171         * m4/localename.m4: New file.
19172         * modules/localename: New file.
19173
19174 2007-06-07  Bruno Haible  <bruno@clisp.org>
19175
19176         Work around the lack of <wchar.h> on some builds of uClibc.
19177         * doc/headers/wchar.texi: Update.
19178         * lib/wchar_.h: Include <wchar.h> only if it exists.
19179         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
19180         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
19181         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
19182         doesn't exist.
19183         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
19184         * modules/mbfile (Depends-on): Add wchar.
19185         * modules/mbiter (Depends-on): Likewise.
19186         * modules/mbuiter (Depends-on): Likewise.
19187         Reported by Simon Josefsson.
19188
19189 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19190
19191         Work around problem reported by Steven M. Schweda in
19192         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
19193         Tru64 5.1B with the Compaq compiler environment installed declares
19194         an 'isblank' function but does not define it in the C library.
19195         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
19196         * lib/regex_internal.h (isblank): Likewise.
19197         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
19198         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
19199
19200 2007-06-05  Bruno Haible  <bruno@clisp.org>
19201
19202         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
19203         ia64.
19204         * modules/printf-safe: New file.
19205         * modules/fprintf-posix (Depends-on): Add printf-safe.
19206         * modules/printf-posix (Depends-on): Likewise.
19207         * modules/snprintf-posix (Depends-on): Likewise.
19208         * modules/sprintf-posix (Depends-on): Likewise.
19209         * modules/vasnprintf-posix (Depends-on): Likewise.
19210         * modules/vasprintf-posix (Depends-on): Likewise.
19211         * modules/vfprintf-posix (Depends-on): Likewise.
19212         * modules/vprintf-posix (Depends-on): Likewise.
19213         * modules/vsnprintf-posix (Depends-on): Likewise.
19214         * modules/vsprintf-posix (Depends-on): Likewise.
19215         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
19216         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
19217         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
19218         "no" on i386, x86_64, ia64.
19219         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
19220         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19221         on i386, x86_64, ia64.
19222         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
19223         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19224         on i386, x86_64, ia64.
19225         * tests/test-vasnprintf-posix.c: Include float.h.
19226         (LDBL80_WORDS): New macro.
19227         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19228         on i386, x86_64, ia64.
19229         * tests/test-vasprintf-posix.c: Include float.h.
19230         (LDBL80_WORDS): New macro.
19231         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19232         on i386, x86_64, ia64.
19233         * tests/test-snprintf-posix.c: Include float.h.
19234         * tests/test-sprintf-posix.c: Likewise.
19235         * tests/test-vsnprintf-posix.c: Likewise.
19236         * tests/test-vsprintf-posix.c: Likewise.
19237
19238 2007-06-05  Bruno Haible  <bruno@clisp.org>
19239
19240         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
19241         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
19242         non-IEEE numbers on i386, x86_64, ia64.
19243         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
19244         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
19245         * tests/test-isnanl.h: Include float.h.
19246         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
19247
19248 2007-06-05  Bruno Haible  <bruno@clisp.org>
19249
19250         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
19251         also the %a / %A. Handle the %a / %A code before this extra handling.
19252
19253 2007-06-05  Bruno Haible  <bruno@clisp.org>
19254
19255         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
19256         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
19257
19258 2007-06-05  Bruno Haible  <bruno@clisp.org>
19259
19260         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
19261         typo in variable name.
19262
19263 2007-06-05  Eric Blake  <ebb9@byu.net>
19264
19265         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
19266         Reported by Simon Josefsson.
19267
19268 2007-06-04  Bruno Haible  <bruno@clisp.org>
19269
19270         Avoid test failures on some PowerPC platforms.
19271         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
19272         Define differently for PowerPC.
19273         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
19274         Reported by Gary V. Vaughan <gary@gnu.org>.
19275
19276 2007-06-02  Bruno Haible  <bruno@clisp.org>
19277
19278         Fix test-stdint failure on FreeBSD/ia64.
19279         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
19280         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
19281         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
19282         * doc/headers/stdint.texi: Update.
19283
19284 2007-06-01  Bruno Haible  <bruno@clisp.org>
19285
19286         * tests/test-binary-io.c (main): Pass a third argument to open().
19287         Reported by Gary V. Vaughan <gary@gnu.org>.
19288
19289 2007-06-01  Bruno Haible  <bruno@clisp.org>
19290
19291         * doc/functions/frexpl.texi: Update for mingw.
19292
19293 2007-06-01  Bruno Haible  <bruno@clisp.org>
19294
19295         * tests/test-lseek.c (main): Disable test of errno for invalid third
19296         argument.
19297         * doc/functions/lseek.texi: Update.
19298         Reported by Gary V. Vaughan <gary@gnu.org>.
19299
19300 2007-05-28  Bruno Haible  <bruno@clisp.org>
19301
19302         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
19303
19304 2007-05-31  Eric Blake  <ebb9@byu.net>
19305
19306         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
19307         cross compiling.
19308
19309 2007-05-30  Eric Blake  <ebb9@byu.net>
19310         and Bruno Haible  <bruno@clisp.org>
19311
19312         Work around mingw test failures exposed by m4-1.4.9b.
19313         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
19314         * tests/test-unistd.c: Disable uid_t and git_t tests for the
19315         moment.
19316
19317 2007-05-30  Bruno Haible  <bruno@clisp.org>
19318
19319         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
19320         assuming that they are closed. Needed on HP-UX 11.
19321
19322 2007-05-29  Bruno Haible  <bruno@clisp.org>
19323
19324         Fix a problem with #include_next.
19325         * lib/dirent_.h: Split the double-inclusion guard.
19326         * lib/fcntl_.h: Likewise.
19327         * lib/float_.h: Likewise.
19328         * lib/iconv_.h: Likewise.
19329         * lib/inttypes_.h: Likewise.
19330         * lib/locale_.h: Likewise.
19331         * lib/math_.h: Likewise.
19332         * lib/netinet_in_.h: Likewise.
19333         * lib/search_.h: Likewise.
19334         * lib/signal_.h: Likewise.
19335         * lib/stdint_.h: Likewise.
19336         * lib/stdio_.h: Likewise.
19337         * lib/stdlib_.h: Likewise.
19338         * lib/string_.h: Likewise.
19339         * lib/sys_select_.h: Likewise.
19340         * lib/sys_socket_.h: Likewise.
19341         * lib/sys_stat_.h: Likewise.
19342         * lib/sys_time_.h: Likewise.
19343         * lib/sysexits_.h: Likewise.
19344         * lib/time_.h: Likewise.
19345         * lib/unistd_.h: Likewise.
19346         * lib/wchar_.h: Likewise.
19347         * lib/wctype_.h: Likewise.
19348
19349 2007-05-29  Bruno Haible  <bruno@clisp.org>
19350
19351         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
19352         for the moment.
19353
19354 2007-05-29  Bruno Haible  <bruno@clisp.org>
19355
19356         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
19357         invocation.
19358         Reported by Eric Blake.
19359
19360 2007-05-29  Bruno Haible  <bruno@clisp.org>
19361
19362         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
19363         compiling case.
19364
19365 2007-05-29  Eric Blake  <ebb9@byu.net>
19366             Bruno Haible  <bruno@clisp.org>
19367
19368         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
19369         cross compiles.
19370
19371 2007-05-28  Eric Blake  <ebb9@byu.net>
19372
19373         * modules/closein-tests (test_closein_LDADD): Support test on
19374         cygwin with libtool.
19375
19376 2007-05-28  Bruno Haible  <bruno@clisp.org>
19377
19378         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
19379         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
19380         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
19381         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
19382         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
19383         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
19384         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
19385         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
19386         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
19387
19388 2007-05-28  Eric Blake  <ebb9@byu.net>
19389
19390         Unconditionally include <config.h> in unit tests.
19391         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
19392         * tests/test-allocsa.c, tests/test-arcfour.c,
19393         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
19394         tests/test-array_list.c, tests/test-array_oset.c,
19395         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
19396         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
19397         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
19398         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
19399         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
19400         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
19401         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
19402         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
19403         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
19404         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
19405         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
19406         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
19407         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
19408         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
19409         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
19410         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
19411         test-md5.c, test-memmem.c, test-printf-posix.c,
19412         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
19413         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
19414         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
19415         test-strcasestr.c, test-striconv.c, test-striconveh.c,
19416         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
19417         test-vasnprintf-posix2.c, test-vasnprintf.c,
19418         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
19419         test-vfprintf-posix.c, test-vprintf-posix.c,
19420         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
19421         test-xvasprintf.c: Likewise.
19422
19423 2007-05-28  Bruno Haible  <bruno@clisp.org>
19424
19425         * gnulib-tool (func_import): Remember the --with-tests command-line
19426         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
19427         Reported by Eric Blake.
19428
19429 2007-05-28  Bruno Haible  <bruno@clisp.org>
19430
19431         * modules/ftell-tests: New file.
19432         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
19433         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
19434
19435         * lib/ftell.c: New file.
19436         * modules/ftell: New file.
19437         * m4/ftell.m4: New file.
19438         * doc/functions/ftell.texi: Update.
19439         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
19440         REPLACE_FTELL.
19441         * lib/stdio_.h (rpl_ftell): New declaration.
19442         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
19443         REPLACE_FTELL.
19444
19445 2007-05-28  Eric Blake  <ebb9@byu.net>
19446
19447         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
19448
19449 2007-05-28  Bruno Haible  <bruno@clisp.org>
19450
19451         * modules/fseek-tests: New file.
19452         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
19453         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
19454
19455         * lib/fseek.c: New file.
19456         * modules/fseek: New file.
19457         * m4/fseek.m4: New file.
19458         * doc/functions/fseek.texi: Update.
19459         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
19460         REPLACE_FSEEK.
19461         * lib/stdio_.h (rpl_fseek): New declaration.
19462         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
19463         REPLACE_FSEEK.
19464
19465 2007-05-28  Bruno Haible  <bruno@clisp.org>
19466
19467         * lib/stdio_.h (fflush): More comments.
19468
19469 2007-05-28  Bruno Haible  <bruno@clisp.org>
19470
19471         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
19472         runtime test.
19473
19474 2007-05-28  Eric Blake  <ebb9@byu.net>
19475
19476         Improve lseek module.
19477         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
19478         * lib/unistd_.h (lseek): Scale back link warning message.
19479         * tests/test-lseek.c: Beef up test.
19480         * tests/test-lseek.sh: Exercise more facets of lseek.
19481         Reported by Bruno Haible.
19482
19483 2007-05-28  Bruno Haible  <bruno@clisp.org>
19484
19485         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
19486         to define.
19487
19488 2007-05-27  Bruno Haible  <bruno@clisp.org>
19489
19490         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
19491
19492 2007-05-27  Bruno Haible  <bruno@clisp.org>
19493
19494         * modules/openmp: New file.
19495         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
19496         Noah Misch.
19497
19498 2007-05-26  Bruno Haible  <bruno@clisp.org>
19499
19500         * modules/chdir-long (Depends-on): Add fchdir.
19501         * modules/chdir-safer (Depends-on): Likewise.
19502         * modules/fts (Depends-on): Likewise.
19503         * modules/fts-lgpl (Depends-on): Likewise.
19504         * modules/openat (Depends-on): Likewise.
19505         * modules/savewd (Depends-on): Likewise.
19506
19507 2007-05-24  Eric Blake  <ebb9@byu.net>
19508
19509         Fix lseek on mingw.
19510         * modules/lseek: New module.
19511         * m4/lseek.m4: New file.
19512         * lib/lseek.c: New file.
19513         * modules/lseek-tests: New file.
19514         * tests/test-lseek.c: New file.
19515         * tests/test-lseek.sh: New file.
19516         * MODULES.html.sh: Document lseek module.
19517         * modules/fflush (Depends-on): Add lseek, fseeko.
19518         * modules/fseeko (Depends-on): Likewise.
19519         * modules/ftello (Depends-on): Likewise.
19520         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
19521         broken.
19522         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
19523         broken.
19524         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
19525         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
19526         * lib/ftello.c (rpl_ftello): Likewise.
19527         * tests/test-fseeko.c (main): Test this.
19528         * tests/test-fseeko.sh: Likewise.
19529         * tests/test-ftello.c (main): Likewise.
19530         * tests/test-ftello.sh: Likewise.
19531         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
19532         implies replacing fseek.
19533         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
19534         HAVE_FTELLO.
19535         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
19536         * modules/unistd (Makefile.am): Likewise.
19537         * lib/unistd_.h (lseek): Declare a replacement.
19538         * doc/functions/lseek.texi (lseek): Document this fix.
19539         * doc/functions/fseek.texi (fseek): Likewise.
19540         * doc/functions/ftell.texi (ftell): Likewise.
19541
19542 2007-05-24  Bruno Haible  <bruno@clisp.org>
19543
19544         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
19545         in the printed representation of a NaN.
19546         * tests/test-vasprintf-posix.c (test_function): Likewise.
19547         * tests/test-snprintf-posix.h (test_function): Likewise.
19548         * tests/test-sprintf-posix.h (test_function): Likewise.
19549         Reported by Eric Blake.
19550
19551 2007-05-23  Eric Blake  <ebb9@byu.net>
19552
19553         Fix fseeko/ftello on cygwin 1.5.24.
19554         * doc/functions/fseeko.texi (fseeko): Document the fix.
19555         * doc/functions/ftello.texi (ftello): Document the fix.
19556         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
19557         * doc/functions/stdout.text (stdout): New file.
19558         * doc/functions/stderr.text (stderr): New file.
19559         * doc/gnulib.texi (Function Substitutes): Use new files.
19560         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
19561         prior to 1.7.0.
19562         * tests/test-ftello.c (main): Likewise for ftello.
19563         * tests/test-fseeko.sh: New file.
19564         * tests/test-ftello.sh: New file.
19565         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
19566         with seekable stdin.
19567         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
19568         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
19569         (gl_REPLACE_FSEEKO): New macro.
19570         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
19571         * modules/fseeko (Files): Distribute fseeko.c.
19572         * modules/ftello (Files): Distribute ftello.c.
19573         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
19574         mode.
19575         * lib/ftello.c (rpl_ftello): New file.
19576         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
19577         fseeko, ftello.
19578         (gl_STDIN_LARGE_OFFSET): New macro.
19579         * modules/stdio (Makefile.am): Perform the replacement.
19580         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
19581
19582 2007-05-23  Bruno Haible  <bruno@clisp.org>
19583
19584         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
19585         GNULIB_POSIXCHECK is defined.
19586
19587 2007-05-21  Bruno Haible  <bruno@clisp.org>
19588
19589         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
19590         Check also the output for NaN arguments. When cross-compiling, guess
19591         no on IRIX.
19592         * lib/vasnprintf.c: Update comments.
19593         * tests/test-vasnprintf-posix.c (strisnan): New function.
19594         (test_function): Use it.
19595         * tests/test-vasprintf-posix.c (strisnan): New function.
19596         (test_function): Use it.
19597         * tests/test-snprintf-posix.h (strisnan): New function.
19598         (test_function): Use it.
19599         * tests/test-sprintf-posix.h (strisnan): New function.
19600         (test_function): Use it.
19601         Reported by Eric Blake.
19602
19603 2007-05-20  Bruno Haible  <bruno@clisp.org>
19604
19605         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
19606         numbers that fails on BeOS.
19607         * doc/functions/frexpl.texi: Update.
19608
19609 2007-05-20  Jim Meyering  <jim@meyering.net>
19610
19611         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
19612         forced upon us by glibc-2.6.
19613
19614 2007-05-20  Bruno Haible  <bruno@clisp.org>
19615
19616         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
19617         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
19618         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
19619         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
19620         NEED_PRINTF_INFINITE.
19621         (is_infinitel): New function.
19622         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
19623         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
19624         gl_PREREQ_VASNPRINTF_INFINITE.
19625         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
19626         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19627         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
19628         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
19629         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
19630         gl_PREREQ_VASNPRINTF_INFINITE.
19631         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19632         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19633         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19634         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19635         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19636         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19637         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19638         * doc/functions/fprintf.texi: Update.
19639         * doc/functions/printf.texi: Update.
19640         * doc/functions/snprintf.texi: Update.
19641         * doc/functions/sprintf.texi: Update.
19642         * doc/functions/vfprintf.texi: Update.
19643         * doc/functions/vprintf.texi: Update.
19644         * doc/functions/vsnprintf.texi: Update.
19645         * doc/functions/vsprintf.texi: Update.
19646
19647 2007-05-20  Bruno Haible  <bruno@clisp.org>
19648
19649         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
19650         was not found in libc.
19651         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
19652
19653 2007-05-20  Bruno Haible  <bruno@clisp.org>
19654
19655         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
19656         printed as "-nan" instead of "nan".
19657         * tests/test-vasprintf-posix.c (test_function): Likewise.
19658         * tests/test-snprintf-posix.h (test_function): Likewise.
19659         * tests/test-sprintf-posix.h (test_function): Likewise.
19660         Needed for HP-UX 11.
19661
19662 2007-05-20  Jim Meyering  <jim@meyering.net>
19663
19664         Fix buggy test for the fchownat-deref bug.
19665         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
19666         symlink required for the run-test.  Without it, this test would
19667         always declare that fchownat doesn't work, and client code would
19668         unnecessarily use the replacement function with fixed libc.
19669         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
19670         Reported by Greg Schafer.
19671
19672 2007-05-19  Bruno Haible  <bruno@clisp.org>
19673
19674         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
19675         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
19676         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
19677         Needed for IRIX 6.5 and Solaris 2.5.1.
19678
19679 2007-05-19  Bruno Haible  <bruno@clisp.org>
19680
19681         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
19682         (test_function): Skip tests involving -0.0 on platforms where
19683         -0.0 = 0.0.
19684         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
19685         (test_function): Skip tests involving -0.0 on platforms where
19686         -0.0 = 0.0.
19687         * tests/test-snprintf-posix.h (have_minus_zero): New function.
19688         (test_function): Skip tests involving -0.0 on platforms where
19689         -0.0 = 0.0.
19690         * tests/test-sprintf-posix.h (have_minus_zero): New function.
19691         (test_function): Skip tests involving -0.0 on platforms where
19692         -0.0 = 0.0.
19693         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
19694         tests.
19695         * tests/test-printf-posix.h (test_function): Likewise.
19696         * tests/test-printf-posix.output: Remove all -0.0 related results.
19697         Needed for IRIX 6.5.
19698
19699 2007-05-19  Bruno Haible  <bruno@clisp.org>
19700
19701         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
19702         printed as "nan0x7fffffff" instead of "nan".
19703         * tests/test-vasprintf-posix.c (test_function): Likewise.
19704         * tests/test-snprintf-posix.h (test_function): Likewise.
19705         * tests/test-sprintf-posix.h (test_function): Likewise.
19706         * tests/test-fprintf-posix.h (NaN): Remove macro.
19707         (test_function): Remove all NaN related tests.
19708         * tests/test-printf-posix.h (NaN): Remove macro.
19709         (test_function): Remove all NaN related tests.
19710         * tests/test-printf-posix.output: Remove all NaN related results.
19711         Needed for IRIX 6.5.
19712
19713 2007-05-19  Bruno Haible  <bruno@clisp.org>
19714
19715         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
19716         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
19717
19718 2007-05-19  Bruno Haible  <bruno@clisp.org>
19719
19720         * lib/float_.h: New file.
19721         * m4/float_h.m4: New file.
19722         * modules/float: New file.
19723         * modules/isnanl (Dependencies): Add float.
19724         * modules/isnanl-nolibm (Dependencies): Likewise.
19725         * modules/mathl (Dependencies): Likewise.
19726         * modules/printf-frexpl (Dependencies): Likewise.
19727         * modules/signbit (Dependencies): Likewise.
19728         * modules/vasnprintf (Dependencies): Likewise.
19729         * doc/headers/float.texi: Update.
19730
19731 2007-05-19  Jim Meyering  <jim@meyering.net>
19732
19733         * lib/utimens.c (gl_futimens): Rename from futimens,
19734         now that glibc-2.6 declares futimens.
19735         * lib/utimens.h: Likewise.
19736
19737 2007-05-19  Bruno Haible  <bruno@clisp.org>
19738
19739         Avoid test failures on mingw.
19740         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
19741         * tests/test-printf-posix.sh: Likewise.
19742         * tests/test-vfprintf-posix.sh: Likewise.
19743         * tests/test-vprintf-posix.sh: Likewise.
19744
19745 2007-05-19  Bruno Haible  <bruno@clisp.org>
19746
19747         Fix *printf result for NaN, Inf, -0.0 on mingw.
19748         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
19749         * lib/vasnprintf.c: Include math.h and isnan.h.
19750         (is_infinite_or_zero): New function.
19751         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
19752         values in the %f, %F, %e, %E, %g, %G directives.
19753         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
19754         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19755         gl_PRINTF_INFINITE and test its result. Invoke
19756         gl_PREREQ_VASNPRINTF_INFINITE.
19757         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19758         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19759         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19760         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19761         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19762         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19763         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19764         * doc/functions/fprintf.texi: Update.
19765         * doc/functions/printf.texi: Update.
19766         * doc/functions/snprintf.texi: Update.
19767         * doc/functions/sprintf.texi: Update.
19768         * doc/functions/vfprintf.texi: Update.
19769         * doc/functions/vprintf.texi: Update.
19770         * doc/functions/vsnprintf.texi: Update.
19771         * doc/functions/vsprintf.texi: Update.
19772
19773 2007-05-19  Bruno Haible  <bruno@clisp.org>
19774
19775         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
19776         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
19777         Instead of multiplying with 10^k, set extra_zeroes to k.
19778         (scale10_round_long_double): Remove function.
19779
19780 2007-05-18  Bruno Haible  <bruno@clisp.org>
19781
19782         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
19783         introduced on 2007-05-06.
19784
19785 2007-05-18  Bruno Haible  <bruno@clisp.org>
19786
19787         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
19788         %g directives.
19789         * tests/test-vasprintf-posix.c (test_function): Likewise.
19790         * tests/test-snprintf-posix.h (test_function): Likewise.
19791         * tests/test-sprintf-posix.h (test_function): Likewise.
19792
19793 2007-05-18  Bruno Haible  <bruno@clisp.org>
19794
19795         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
19796         (strmatch): New function.
19797         (test_function): Test the %f directive on numbers of various exponents.
19798         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
19799         (strmatch): New function.
19800         (test_function): Test the %f directive on numbers of various exponents.
19801         * tests/test-snprintf-posix.h (strmatch): New function.
19802         (test_function): Test the %f directive on numbers of various exponents.
19803         * tests/test-sprintf-posix.h (strmatch): New function.
19804         (test_function): Test the %f directive on numbers of various exponents.
19805         * tests/test-snprintf-posix.c (SIZEOF): New macro.
19806         * tests/test-sprintf-posix.c (SIZEOF): New macro.
19807         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
19808         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
19809
19810 2007-05-18  Bruno Haible  <bruno@clisp.org>
19811
19812         Add support for 'long double' number output.
19813         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
19814         * lib/vasnprintf.c: Include math.h and float+.h.
19815         (mp_limb_t): New type.
19816         (GMP_LIMB_BITS): New macro.
19817         (mp_twolimb_t): New type.
19818         (GMP_TWOLIMB_BITS): New macro.
19819         (mpn_t): New type.
19820         (multiply, divide, convert_to_decimal, decode_long_double,
19821         scale10_round_long_double, scale10_round_decimal_long_double,
19822         floorlog10l): New functions.
19823         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
19824         for the %f, %F, %e, %E, %g, %G directives.
19825         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
19826         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19827         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
19828         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
19829         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19830         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19831         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19832         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19833         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19834         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19835         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19836         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
19837         * modules/snprintf-posix (Depends-on): Likewise.
19838         * modules/sprintf-posix (Depends-on): Likewise.
19839         * modules/vasnprintf-posix (Depends-on): Likewise.
19840         * modules/vasprintf-posix (Depends-on): Likewise.
19841         * modules/vfprintf-posix (Depends-on): Likewise.
19842         * modules/vsnprintf-posix (Depends-on): Likewise.
19843         * modules/vsprintf-posix (Depends-on): Likewise.
19844         * modules/vasnprintf (Files): Add lib/float+.h.
19845         * doc/functions/fprintf.texi: Update.
19846         * doc/functions/printf.texi: Update.
19847         * doc/functions/snprintf.texi: Update.
19848         * doc/functions/sprintf.texi: Update.
19849         * doc/functions/vfprintf.texi: Update.
19850         * doc/functions/vprintf.texi: Update.
19851         * doc/functions/vsnprintf.texi: Update.
19852         * doc/functions/vsprintf.texi: Update.
19853
19854 2007-05-18  Bruno Haible  <bruno@clisp.org>
19855
19856         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
19857
19858 2007-05-18  Bruno Haible  <bruno@clisp.org>
19859
19860         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
19861         for printing 64-bit integers. Needed for mingw.
19862
19863 2007-05-18  Bruno Haible  <bruno@clisp.org>
19864
19865         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
19866         gl_FUNC_FREXPL_WORKS.
19867         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
19868
19869 2007-05-18  Bruno Haible  <bruno@clisp.org>
19870
19871         * modules/frexpl-nolibm-tests: New file.
19872
19873         * modules/frexpl-nolibm: New file.
19874         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
19875
19876 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19877
19878         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
19879         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
19880         GCC 4.2, which otherwise issues a lot of warnings.
19881         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
19882         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
19883         Likewise.
19884         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
19885         * modules/iconv_open (iconv.h): Likewise.
19886         * modules/locale (locale.h): Likewise.
19887         * modules/netinet_in (netinet/in.h): Likewise.
19888         * modules/sys_select (sys_select.h): Likewise.
19889         * modules/sys_socket (sys/socket.h): Likewise.
19890         * modules/sys_stat (sys/stat.h): Likewise.
19891         * modules/sysexits (sysexits.h): Likewise.
19892         * modules/unistd (unistd.h): Likewise.
19893
19894 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19895
19896         * modules/closein-tests (Makefile.am): Distribute
19897         `test-closein.sh'.
19898
19899 2007-05-17  Bruno Haible  <bruno@clisp.org>
19900
19901         * tests/test-printf-posix.output: Renamed from
19902         tests/test-fprintf-posix.out.
19903         * modules/fprintf-posix-tests: Update.
19904         * modules/printf-posix-tests: Update.
19905         * modules/vfprintf-posix-tests: Update.
19906         * modules/vprintf-posix-tests: Update.
19907         * tests/test-fprintf-posix.sh: Update.
19908         * tests/test-printf-posix.sh: Update.
19909         * tests/test-vfprintf-posix.sh: Update.
19910         * tests/test-vprintf-posix.sh: Update.
19911         Reported by Ralf Wildenhues.
19912
19913 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19914
19915         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
19916         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
19917         GCC 4.2, which otherwise issues a lot of warnings.
19918         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
19919         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
19920         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
19921         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
19922         it should no longer be needed.
19923         * lib/string_.h: Likewise.
19924         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
19925         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
19926         * modules/inttypes (inttypes.h): Likewise.
19927         * modules/math (math.h): Likewise.
19928         * modules/search (search.h): Likewise.
19929         * modules/signal (signal.h): Likewise.
19930         * modules/stdint (stdint.h): Likewise.
19931         * modules/stdio (stdio.h): Likewise.
19932         * modules/stdlib (stdlib.h): Likewise.
19933         * modules/string (string.h): Likewise.
19934         * modules/sys_time (sys/time.h): Likewise.
19935         * modules/time (time.h): Likewise.
19936         * modules/wchar (wchar.h): Likewise.
19937         * modules/wctype (wtype.h): Likewise.
19938
19939 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
19940
19941         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
19942
19943 2007-05-13  Bruno Haible  <bruno@clisp.org>
19944
19945         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
19946         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
19947         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
19948         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19949         (gl_PREREQ_STRTOK_R): Don't require it here.
19950
19951 2007-05-13  Bruno Haible  <bruno@clisp.org>
19952
19953         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
19954         when used in C++ mode.
19955
19956 2007-05-12  Bruno Haible  <bruno@clisp.org>
19957
19958         * lib/linebuffer.h: Tweak doc.
19959         * lib/linebuffer.c: Likewise.
19960
19961 2007-05-12  James Youngman  <jay@gnu.org>
19962
19963         * lib/linebuffer.c (readlinebuffer_delim): New function,
19964         like readlinebuffer, but use a caller-specified delimiter.
19965         (readlinebuffer): Just call readlinebuffer_delim with '\n'
19966         as the delimiter.
19967         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
19968
19969 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
19970
19971         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
19972         * modules/openat (Files): Remove openat-die.c.
19973         (Depends-on): Add openat-die.
19974         * modules/openat-die: New module.
19975
19976 2007-05-06  Bruno Haible  <bruno@clisp.org>
19977
19978         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
19979         Update with info about Cygwin.
19980         * doc/functions/fprintf.texi: Update.
19981         * doc/functions/printf.texi: Update.
19982         * doc/functions/snprintf.texi: Update.
19983         * doc/functions/sprintf.texi: Update.
19984         * doc/functions/vfprintf.texi: Update.
19985         * doc/functions/vprintf.texi: Update.
19986         * doc/functions/vsnprintf.texi: Update.
19987         * doc/functions/vsprintf.texi: Update.
19988         Reported by Eric Blake.
19989
19990 2007-05-06  Bruno Haible  <bruno@clisp.org>
19991
19992         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
19993         padding ourselves for the floating-point directives.
19994         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
19995         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
19996         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
19997         gl_PRINTF_FLAG_ZERO and test its result. Invoke
19998         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
19999         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20000         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
20001         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20002         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20003         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20004         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20005         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20006         * tests/test-snprintf-posix.h (test_function): Also check the width
20007         and some flags in the %f directive.
20008         * tests/test-sprintf-posix.h (test_function): Likewise.
20009         * tests/test-vasnprintf-posix.c (test_function): Likewise.
20010         * tests/test-vasprintf-posix.c (test_function): Likewise.
20011         * doc/functions/fprintf.texi: Update.
20012         * doc/functions/printf.texi: Update.
20013         * doc/functions/snprintf.texi: Update.
20014         * doc/functions/sprintf.texi: Update.
20015         * doc/functions/vfprintf.texi: Update.
20016         * doc/functions/vprintf.texi: Update.
20017         * doc/functions/vsnprintf.texi: Update.
20018         * doc/functions/vsprintf.texi: Update.
20019
20020 2007-05-06  Bruno Haible  <bruno@clisp.org>
20021
20022         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
20023         pass the ' flag character to sprintf or snprintf.
20024         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
20025         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
20026         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20027         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
20028         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
20029         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20030         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
20031         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20032         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20033         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20034         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20035         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20036         * tests/test-snprintf-posix.h (test_function): Also check the grouping
20037         flag.
20038         * tests/test-sprintf-posix.h (test_function): Likewise.
20039         * tests/test-vasnprintf-posix.c (test_function): Likewise.
20040         * tests/test-vasprintf-posix.c (test_function): Likewise.
20041         * doc/functions/fprintf.texi: Update.
20042         * doc/functions/printf.texi: Update.
20043         * doc/functions/snprintf.texi: Update.
20044         * doc/functions/sprintf.texi: Update.
20045         * doc/functions/vfprintf.texi: Update.
20046         * doc/functions/vprintf.texi: Update.
20047         * doc/functions/vsnprintf.texi: Update.
20048         * doc/functions/vsprintf.texi: Update.
20049
20050 2007-05-01  Bruno Haible  <bruno@clisp.org>
20051
20052         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
20053
20054 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
20055
20056         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
20057         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
20058
20059 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
20060
20061         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
20062         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
20063         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
20064
20065 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
20066
20067         * lib/argp-help.c (struct hol_entry): New member `ord'.
20068         (HOL_ENTRY_PTRCMP): Use ord for comparison
20069         (hol_sort): Initialize ord.
20070
20071 2007-05-01  Bruno Haible  <bruno@clisp.org>
20072
20073         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
20074         Reported by Eric Blake.
20075         * doc/gnulib.texi (Function Substitutes): Update.
20076
20077 2007-05-01  Bruno Haible  <bruno@clisp.org>
20078
20079         * doc/functions.texi: Remove file, now redundant through
20080         doc/functions/*.texi.
20081
20082 2007-05-01  Bruno Haible  <bruno@clisp.org>
20083
20084         * modules/argp (Depends-on): Add sleep.
20085
20086 2007-05-01  Bruno Haible  <bruno@clisp.org>
20087
20088         * modules/sleep-tests: New file.
20089         * tests/test-sleep.c: New file.
20090
20091         * modules/sleep: New file.
20092         * lib/sleep.c: New file.
20093         * m4/sleep.m4: New file.
20094         * lib/unistd_.h (sleep): New declaration.
20095         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
20096         HAVE_SLEEP.
20097         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
20098         * doc/functions/sleep.texi: Document the sleep module.
20099
20100 2007-05-01  Bruno Haible  <bruno@clisp.org>
20101
20102         * lib/sigprocmask.h: Remove file.
20103         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
20104         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
20105         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
20106         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
20107         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
20108         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
20109         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
20110         HAVE_SIGSET_T as a shell variable.
20111         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
20112         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
20113         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
20114         (Depends-on): Add signal. Remove verify.
20115         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
20116         (Include): Mention <signal.h> instead of sigprocmask.h.
20117         * NEWS: Mention the change.
20118         * lib/fatal-signal.c: Don't include sigprocmask.h.
20119
20120 2007-05-01  Bruno Haible  <bruno@clisp.org>
20121
20122         * modules/signal: New file.
20123         * lib/signal_.h: New file.
20124         * m4/signal_h.m4: New file.
20125
20126 2007-05-01  Bruno Haible  <bruno@clisp.org>
20127
20128         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
20129         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
20130         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
20131         HAVE_WCTYPE_CTMP_BUG into wctype.h.
20132
20133 2007-05-01  Bruno Haible  <bruno@clisp.org>
20134
20135         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
20136         configure time.
20137         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
20138         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
20139         * modules/sys_stat (Makefile.am): Substitute their values into
20140         sys/stat.h.
20141
20142 2007-05-01  Bruno Haible  <bruno@clisp.org>
20143
20144         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
20145         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
20146         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
20147
20148 2007-05-01  Bruno Haible  <bruno@clisp.org>
20149
20150         * doc/header/assert.texi: Undo last change: don't mention the gnulib
20151         'assert' module here.
20152
20153 2007-05-01  Bruno Haible  <bruno@clisp.org>
20154
20155         * doc/functions/*.texi: New files.
20156         * doc/functions/google-ranking.txt: New file.
20157         * doc/gnulib.texi (Function Substitutes): New chapter.
20158         (ctime, inet_ntoa): Remove sections.
20159         * doc/ctime.texi: Remove file.
20160         * doc/inet_ntoa.texi: Remove file.
20161         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
20162         dependencies.
20163         (%.info): New rule, specifying a --reference-limit.
20164
20165 2007-05-01  Bruno Haible  <bruno@clisp.org>
20166
20167         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
20168
20169 2007-05-01  Bruno Haible  <bruno@clisp.org>
20170
20171         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
20172         the portability of 'mkdir' to mingw systems.
20173
20174 2007-05-01  Bruno Haible  <bruno@clisp.org>
20175
20176         * doc/headers/google-ranking.txt: New file.
20177
20178 2007-04-30  Eric Blake  <ebb9@byu.net>
20179
20180         Prefer fseeko to fseek.
20181         * modules/getpass (Depends-on): Add fseeko.
20182         * lib/getpass.c (getpass): Use fseeko, not fseek.
20183
20184 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
20185
20186         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
20187         assumes the sorting is stable, while most qsort implementations
20188         are not.  Use argument addresses to ensure they never compare as
20189         equal.
20190
20191         * tests/test-argp-2.sh (usage-indent test): Fix output
20192         (func_compare): Restore diff options
20193         * tests/test-argp.c: Restore #include "progname.h"
20194
20195 2007-04-29  Bruno Haible  <bruno@clisp.org>
20196
20197         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
20198         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20199         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
20200         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20201         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
20202         (configure.ac): Define CHECK_SNPRINTF_POSIX.
20203         (TESTS, check_PROGRAMS): Add test-snprintf.
20204         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
20205         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
20206         (TESTS, check_PROGRAMS): Add test-vsnprintf.
20207         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
20208         assertions that fail on HP-UX, OSF/1, or IRIX.
20209         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
20210
20211 2007-04-29  Bruno Haible  <bruno@clisp.org>
20212
20213         * MODULES.html.sh (posix_functions): Remove 'contents'.
20214
20215 2007-04-29  Karl Berry  <karl@gnu.org>
20216
20217         * config/srclist.txt (gendocs_template_min): new entry.
20218
20219 2007-04-29  Bruno Haible  <bruno@clisp.org>
20220
20221         Work around fpurge bug on BSD systems.
20222         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
20223         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
20224         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
20225         fpurge to rpl_fpurge if the system already has this function.
20226         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
20227         the case where the system already has this function. Correct invariants
20228         on BSD systems.
20229         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
20230         BSD systems.
20231
20232 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
20233
20234         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
20235         proposed by Sven Verdoolaege.
20236
20237         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
20238         options.
20239         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
20240         (usage and help tests): Update
20241
20242 2007-04-29  Bruno Haible  <bruno@clisp.org>
20243
20244         * tests/test-fflush.c (main): Use a file of size 17, not 10.
20245         Print more information in case of failure. Disable a test on BeOS.
20246
20247 2007-04-29  Bruno Haible  <bruno@clisp.org>
20248
20249         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
20250         This helps debugging on systems on which no gdb is available.
20251
20252 2007-04-29  Bruno Haible  <bruno@clisp.org>
20253
20254         * lib/freading.h: Improve comments.
20255         * lib/fwriting.h: Likewise.
20256         * tests/test-freading.c (main): Don't check freading immediately after
20257         repositioning. Needed for glibc.
20258
20259 2007-04-29  Bruno Haible  <bruno@clisp.org>
20260
20261         * lib/freading.c (freading): Trivial simplification.
20262
20263 2007-04-28  Bruno Haible  <bruno@clisp.org>
20264
20265         * tests/test-fwriting.c (main): Also test the interaction between
20266         fflush and fwriting.
20267         * modules/fwriting-tests (Depends-on): Add fflush.
20268
20269         * tests/test-freading.c (main): Also test the interaction between
20270         fflush and freading.
20271         * modules/freading-tests (Depends-on): Add fflush.
20272
20273 2007-04-28  Bruno Haible  <bruno@clisp.org>
20274
20275         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
20276         fseeko and ftello.
20277         Suggested by Eric Blake.
20278
20279 2007-04-28  Jim Meyering  <jim@meyering.net>
20280
20281         Avoid false-negative in gl_STDINT_H's C99 conformance test.
20282         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
20283         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
20284
20285 2007-04-27  Eric Blake  <ebb9@byu.net>
20286
20287         * doc/headers/assert.texi (assert.h): Document assert module use.
20288
20289 2007-04-27  Bruno Haible  <bruno@clisp.org>
20290
20291         * doc/headers/*.texi: New files.
20292         * doc/gnulib.texi (Header File Substitutes): New chapter.
20293         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
20294         dependencies.
20295         (standards.info ,standards.html, standards.dvi): Update dependencies.
20296         (mostlyclean, clean): New targets.
20297
20298 2007-04-27  Bruno Haible  <bruno@clisp.org>
20299
20300         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
20301         * modules/sysexits (Files, Makefile.am): Update.
20302
20303         * lib/sys_socket_.h: Renamed from lib/socket_.h.
20304         * modules/sys_socket (Files, Makefile.am): Update.
20305
20306         * lib/sys_stat_.h: Renamed from lib/stat_.h.
20307         * modules/sys_stat (Files, Makefile.am): Update.
20308
20309 2007-04-27  Eric Blake  <ebb9@byu.net>
20310
20311         * lib/freading.h: Improve comments.
20312         * lib/fwriting.h: Likewise.
20313         * lib/fflush.c: Likewise.
20314
20315         Fix closein for mingw.
20316         * modules/closein-tests: Add tests for closein.
20317         * tests/test-closein.c: New file.
20318         * tests/test-closein.sh: Likewise.
20319         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
20320         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
20321
20322 2007-04-27  Bruno Haible  <bruno@clisp.org>
20323
20324         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
20325         version is < 6.
20326         * lib/math_.h [__DECC]: Likewise.
20327         * lib/stdio_.h [__DECC]: Likewise.
20328         * lib/stdlib_.h [__DECC]: Likewise.
20329         * lib/string_.h [__DECC]: Likewise.
20330         * lib/time_.h [__DECC]: Likewise.
20331         * lib/wchar_.h [__DECC]: Likewise.
20332         * lib/wctype_.h [__DECC]: Likewise.
20333
20334 2007-04-27  Bruno Haible  <bruno@clisp.org>
20335
20336         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
20337
20338 2007-04-27  Bruno Haible  <bruno@clisp.org>
20339
20340         * lib/fflush.c: Add comments.
20341         * modules/fpurge-tests (Depends-on): Add fflush.
20342         * modules/freadable-tests (Depends-on): Likewise.
20343         * modules/fwritable-tests (Depends-on): Likewise.
20344
20345 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
20346
20347         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
20348         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
20349         Report by Bruno Haible <bruno@clisp.org>.
20350
20351 2007-04-26  Eric Blake  <ebb9@byu.net>
20352
20353         Fix fflush on mingw.
20354         * modules/fflush (Depends-on): Add freading.
20355         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
20356         but unread data.
20357
20358 2007-04-26  Eric Blake  <ebb9@byu.net>
20359         and Bruno Haible  <bruno@clisp.org>
20360
20361         Implement freading and fwriting.
20362         * lib/freading.c: New file.
20363         * lib/freading.h: Likewise.
20364         * m4/freading.m4: Likewise.
20365         * modules/freading: Likewise.
20366         * modules/freading-tests: Likewise.
20367         * tests/test-freading.c: Likewise.
20368         * lib/fwriting.c: New file.
20369         * lib/fwriting.h: Likewise.
20370         * m4/fwriting.m4: Likewise.
20371         * modules/fwriting: Likewise.
20372         * modules/fwriting-tests: Likewise.
20373         * tests/test-fwriting.c: Likewise.
20374         * MODULES.html.sh (File stream based Input/Output): Mention them.
20375
20376 2007-04-26  Bruno Haible  <bruno@clisp.org>
20377
20378         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
20379         'long' when we assume it.
20380         Suggested by Eric Blake.
20381
20382 2007-04-26  Bruno Haible  <bruno@clisp.org>
20383
20384         Ensure fseeko, ftello are declared on glibc systems.
20385         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
20386         * modules/fseeko (configure.ac-early): Likewise.
20387         * modules/ftello (configure.ac-early): Likewise.
20388         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
20389         AC_FUNC_FSEEKO for this.
20390         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
20391         (gl_CHECK_FSEEKO): Remove macro.
20392
20393 2007-04-26  Bruno Haible  <bruno@clisp.org>
20394
20395         * tests/test-fflush.c (main): Also check the ftell result after
20396         fflush and fseek/fseeko.
20397         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
20398         file descriptor position cache in the stream.
20399         * lib/fseeko.c (rpl_fseeko): Likewise.
20400
20401 2007-04-26  Bruno Haible  <bruno@clisp.org>
20402
20403         * modules/fflush-tests (Depends-on): Add fseeko.
20404
20405 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
20406             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20407
20408         * lib/argz_.h: ensure error_t definition is obtained in same
20409         mechanism system argz.h would have.
20410         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
20411         argz facilities are known bad.  Err on the side of caution if
20412         cross-compiling.
20413
20414 2007-04-25  Eric Blake  <ebb9@byu.net>
20415
20416         * lib/fpurge.c (includes): Use stdlib.h for free.
20417         * tests/test-fflush.c (main): Also test fflush-fseeko.
20418
20419 2007-04-25  Bruno Haible  <bruno@clisp.org>
20420
20421         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
20422         * lib/fseeko.c: New file.
20423         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
20424         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
20425         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
20426         gl_FUNC_FSEEKO.
20427         (gl_FUNC_FSEEKO): Invoke it.
20428         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
20429         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
20430         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
20431
20432 2007-04-25  Bruno Haible  <bruno@clisp.org>
20433
20434         * modules/fflush (Depends-on): Add ftello.
20435
20436 2007-04-25  Bruno Haible  <bruno@clisp.org>
20437
20438         * modules/ftello-tests: New file.
20439         * tests/test-ftello.c: New file.
20440
20441         * modules/ftello: New file.
20442         * m4/ftello.m4: New file.
20443         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
20444         HAVE_FTELLO.
20445         * lib/stdio_.h (ftello): New declaration.
20446         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
20447         HAVE_FTELLO.
20448
20449 2007-04-25  Bruno Haible  <bruno@clisp.org>
20450
20451         * modules/fseeko-tests: New file.
20452         * tests/test-fseeko.c: New file.
20453
20454         * modules/fseeko: New file.
20455         * m4/fseeko.m4: New file.
20456         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
20457         HAVE_FSEEKO.
20458         * lib/stdio_.h (fseeko): New declaration.
20459         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
20460         HAVE_FSEEKO.
20461
20462 2007-04-25  Bruno Haible  <bruno@clisp.org>
20463
20464         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
20465
20466 2007-04-25  Bruno Haible  <bruno@clisp.org>
20467
20468         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
20469         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
20470         * tests/test-unistd.c: Likewise.
20471         * tests/test-fcntl.c: Likewise.
20472
20473 2007-04-23  Eric Blake  <ebb9@byu.net>
20474
20475         * lib/fflush.c: Fix missing include.
20476         Reported by Bruno Haible.
20477
20478 2007-04-23  Bruno Haible  <bruno@clisp.org>
20479
20480         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
20481         Reported by Eric Blake.
20482
20483 2007-04-23  Bruno Haible  <bruno@clisp.org>
20484
20485         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
20486
20487 2007-04-23  Bruno Haible  <bruno@clisp.org>
20488
20489         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
20490
20491 2007-04-23  Bruno Haible  <bruno@clisp.org>
20492
20493         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
20494         Needed on HP-UX 11.
20495
20496 2007-04-16  Eric Blake  <ebb9@byu.net>
20497
20498         Make fflush rely on fpurge.
20499         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
20500         open coding all variants.
20501         * modules/fflush (Depends-on): Add fpurge and unistd.
20502         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
20503         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
20504
20505         Fix --with-tests compilation on cygwin.
20506         * modules/argmatch-tests (Makefile.am): List gnulib library first
20507         in LDADD.
20508         * modules/argp-tests (Makefile.am): Likewise.
20509         * modules/array-list-tests (Makefile.am): Likewise.
20510         * modules/array-oset-tests (Makefile.am): Likewise.
20511         * modules/avltree-list-tests (Makefile.am): Likewise.
20512         * modules/avltree-oset-tests (Makefile.am): Likewise.
20513         * modules/avltreehash-list-tests (Makefile.am): Likewise.
20514         * modules/carray-list-tests (Makefile.am): Likewise.
20515         * modules/dirname-tests (Makefile.am): Likewise.
20516         * modules/frexp-tests (Makefile.am): Likewise.
20517         * modules/isnanl-tests (Makefile.am): Likewise.
20518         * modules/linked-list-tests (Makefile.am): Likewise.
20519         * modules/linkedhash-list-tests (Makefile.am): Likewise.
20520         * modules/lock-tests (Makefile.am): Likewise.
20521         * modules/rbtree-list-tests (Makefile.am): Likewise.
20522         * modules/rbtree-oset-tests (Makefile.am): Likewise.
20523         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
20524         * modules/tls-tests (Makefile.am): Likewise.
20525         * modules/tsearch-tests (Makefile.am): Likewise.
20526         * modules/xvasprintf-tests (Makefile.am): Likewise.
20527
20528         Fix fpurge for cygwin.
20529         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
20530         value.
20531         * modules/fpurge-tests (Depends-on): Clean up trash.
20532
20533 2007-04-16  Simon Josefsson  <simon@josefsson.org>
20534
20535         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
20536
20537         * m4/autobuild.m4: Re-indent.
20538
20539 2007-04-13  Bruno Haible  <bruno@clisp.org>
20540
20541         * modules/fpurge-tests: New file.
20542         * tests/test-fpurge.c: New file.
20543
20544         * modules/fpurge: New file.
20545         * lib/fpurge.h: New file.
20546         * lib/fpurge.c: New file.
20547         * m4/fpurge.m4: New file.
20548
20549 2007-04-13  Bruno Haible  <bruno@clisp.org>
20550
20551         * modules/fbufmode-tests: New file.
20552         * tests/test-fbufmode.c: New file.
20553
20554         * modules/fbufmode: New file.
20555         * lib/fbufmode.h: New file.
20556         * lib/fbufmode.c: New file.
20557         * m4/fbufmode.m4: New file.
20558
20559 2007-04-13  Bruno Haible  <bruno@clisp.org>
20560
20561         * modules/fwritable-tests: New file.
20562         * tests/test-fwritable.c: New file.
20563
20564         * modules/fwritable: New file.
20565         * lib/fwritable.h: New file.
20566         * lib/fwritable.c: New file.
20567         * m4/fwritable.m4: New file.
20568
20569 2007-04-13  Bruno Haible  <bruno@clisp.org>
20570
20571         * modules/freadable-tests: New file.
20572         * tests/test-freadable.c: New file.
20573
20574         * modules/freadable: New file.
20575         * lib/freadable.h: New file.
20576         * lib/freadable.c: New file.
20577         * m4/freadable.m4: New file.
20578
20579 2007-04-13  Bruno Haible  <bruno@clisp.org>
20580
20581         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
20582         MOSTLYCLEANFILES.
20583
20584 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20585
20586         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
20587         gzip bootstrap.conf to avoid dragging in i18n machinery.
20588         (gnulib_tool_option): Use it.
20589
20590 2007-04-13  Bruno Haible  <bruno@clisp.org>
20591
20592         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
20593         %F directives.
20594         * tests/test-vasprintf-posix.c (test_function): Likewise.
20595         * tests/test-snprintf-posix.h (test_function): Likewise.
20596         * tests/test-sprintf-posix.h (test_function): Likewise.
20597         * tests/test-fprintf-posix.h (test_function): Likewise.
20598         * tests/test-printf-posix.h (test_function): Likewise.
20599         * tests/test-fprintf-posix.out: Likewise.
20600
20601 2007-04-13  Bruno Haible  <bruno@clisp.org>
20602
20603         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
20604         * modules/tls-tests (configure.ac): Likewise.
20605         Reported by Arto C. Nirkko <anirkko@insel.ch>.
20606
20607 2007-04-13  Bruno Haible  <bruno@clisp.org>
20608
20609         * lib/tls.c (glthread_tls_get): Fix return type.
20610         Patch by Arto C. Nirkko <anirkko@insel.ch>.
20611
20612 2007-04-12  Eric Blake  <ebb9@byu.net>
20613
20614         * modules/gettime (Depends-on): Remove gettime.
20615         Reported by Dmitry V. Levin.
20616
20617 2007-04-12  Bruno Haible  <bruno@clisp.org>
20618
20619         * modules/fflush (Include): Mention <stdio.h>.
20620         * modules/strtoimax (Include): Mention <inttypes.h>.
20621         * modules/strtoumax (Include): Likewise.
20622
20623 2007-04-12  Eric Blake  <ebb9@byu.net>
20624
20625         * .cvsignore: New file.
20626         * .gitignore: Likewise.
20627
20628 2007-04-12  Bruno Haible  <bruno@clisp.org>
20629
20630         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
20631         not before, since $(LDADD) often contains libgnu.a.
20632         * modules/striconv-tests (test_striconv_LDADD): Likewise.
20633         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
20634         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
20635         Needed on Cygwin.
20636
20637 2007-04-12  Eric Blake  <ebb9@byu.net>
20638
20639         Work around glibc's failure to flush stdin on fclose.
20640         * lib/closein.c (close_stdin): Flush stdin before closing.
20641
20642         Work around glibc's failure to reset seekable stdin on exit.
20643         * modules/closein: New module.
20644         * lib/closein.c: New file.
20645         * lib/closein.h: Likewise.
20646         * m4/closein.m4: Likewise.
20647         * MODULES.html.sh (File stream based Input/Output): Document it.
20648
20649 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20650
20651         * gnulib-tool: Rename generated 'autobuild' script to
20652         'do-autobuild' in --create-megatestdir output.
20653
20654         * doc/gnulib.texi (Build robot for gnulib): Fix.
20655
20656 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20657
20658         * modules/sysexits (Depends-on): Add absolute-header.
20659
20660 2007-04-12  Eric Blake  <ebb9@byu.net>
20661
20662         No need to preserve errno on success.
20663         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
20664         Reported by Bruno Haible.
20665
20666 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20667
20668         * MODULES.html.sh (Support for maintaining and releasing
20669         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
20670
20671 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20672
20673         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
20674
20675 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20676
20677         * modules/autobuild: New module.
20678
20679         * m4/autobuild.m4: New file.
20680
20681 2007-04-11  Bruno Haible  <bruno@clisp.org>
20682
20683         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
20684         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
20685         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
20686         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
20687         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
20688         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20689         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20690         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20691         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20692         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20693         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
20694         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20695         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20696         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
20697         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20698         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20699         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
20700         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20701         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20702         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
20703         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20704         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20705         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
20706         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20707         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20708         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
20709         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20710         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20711         Reported by Eric Blake.
20712
20713 2007-04-11  Bruno Haible  <bruno@clisp.org>
20714
20715         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
20716
20717 2007-04-10  Bruno Haible  <bruno@clisp.org>
20718
20719         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
20720         for NaN and Infinity. Needed on FreeBSD 6.1.
20721         * tests/test-vasnprintf-posix.c (test_function): Undo last change
20722         regarding results for "%010a" of Infinity and NaN.
20723         * tests/test-vasprintf-posix.c (test_function): Likewise.
20724         * tests/test-snprintf-posix.h (test_function): Likewise.
20725         * tests/test-sprintf-posix.h (test_function): Likewise.
20726         * tests/test-fprintf-posix.h (test_function): Likewise.
20727         * tests/test-printf-posix.h (test_function): Likewise.
20728         * tests/test-fprintf-posix.out: Likewise.
20729
20730 2007-04-10  Bruno Haible  <bruno@clisp.org>
20731
20732         * modules/locale-tests: New file.
20733         * tests/test-locale.c: New file.
20734
20735         * modules/locale: New file.
20736         * lib/locale_.h: New file.
20737         * m4/locale_h.m4: New file.
20738
20739 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
20740             Bruno Haible  <bruno@clisp.org>
20741
20742         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
20743         be determined, test for availability of the copysignf, copysign,
20744         copysignl functions.
20745         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
20746         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
20747         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
20748
20749 2007-04-09  Eric Blake  <ebb9@byu.net>
20750
20751         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
20752         * modules/stdio (Makefile.am): Support fflush.
20753         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
20754         * modules/fflush: New file.
20755         * lib/fflush.c: Likewise.
20756         * m4/fflush.m4: Likewise.
20757         * modules/fflush-tests: New test.
20758         * tests/test-fflush.c: Likewise.
20759         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
20760
20761 2007-04-06  Bruno Haible  <bruno@clisp.org>
20762
20763         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
20764         (VASNPRINTF): Use signbit for faster determination whether to print a
20765         minus sign.
20766         * modules/vasnprintf (Files): Remove lib/float+.h.
20767         * modules/fprintf-posix (Depends-on): Add signbit.
20768         * modules/snprintf-posix (Depends-on): Likewise.
20769         * modules/sprintf-posix (Depends-on): Likewise.
20770         * modules/vasnprintf-posix (Depends-on): Likewise.
20771         * modules/vasprintf-posix (Depends-on): Likewise.
20772         * modules/vfprintf-posix (Depends-on): Likewise.
20773         * modules/vsnprintf-posix (Depends-on): Likewise.
20774         * modules/vsprintf-posix (Depends-on): Likewise.
20775
20776 2007-04-06  Bruno Haible  <bruno@clisp.org>
20777
20778         * tests/test-frexp.c (main): Test also the sign bit of zero results.
20779         * tests/test-frexpl.c (main): Likewise.
20780         * tests/test-ldexpl.c (main): Likewise.
20781         * modules/frexp-tests (Depends-on): Add signbit.
20782         * modules/frexpl-tests (Depdends-on): Likewise.
20783         * modules/ldexpl-tests (Depdends-on): Likewise.
20784
20785 2007-04-06  Bruno Haible  <bruno@clisp.org>
20786
20787         * modules/signbit-tests: New file.
20788         * tests/test-signbit.c: New file.
20789
20790         * modules/signbit: New file.
20791         * lib/signbitf.c: New file.
20792         * lib/signbitd.c: New file.
20793         * lib/signbitl.c: New file.
20794         * m4/signbit.m4: New file.
20795         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
20796         (signbit): New macro.
20797         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
20798         REPLACE_SIGNBIT.
20799         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
20800         REPLACE_FREXPL into math.h.
20801
20802 2007-04-06  Bruno Haible  <bruno@clisp.org>
20803
20804         * modules/isnanf-nolibm-tests: New file.
20805         * tests/test-isnanf.c: New file.
20806
20807         * modules/isnanf-nolibm: New file.
20808         * lib/isnanf.h: New file.
20809         * lib/isnanf.c: New file.
20810         * lib/isnan.c: Consider the USE_FLOAT macro.
20811         * m4/isnanf.m4: New file.
20812
20813 2007-04-06  Bruno Haible  <bruno@clisp.org>
20814
20815         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
20816         (Link): New section.
20817
20818         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
20819
20820 2007-04-06  Bruno Haible  <bruno@clisp.org>
20821
20822         Assume the 'long double' type.
20823         * m4/longdouble.m4: Remove file.
20824         * config/srclist.txt: Don't mention longdouble.m4.
20825         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
20826         * lib/float+.h: Likewise.
20827         * lib/frexp.c: Likewise.
20828         * lib/printf-args.h: Likewise.
20829         * lib/printf-args.c: Likewise.
20830         * lib/printf-frexp.c: Likewise.
20831         * lib/printf-parse.c: Likewise.
20832         * lib/vasnprintf.c: Likewise.
20833         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
20834         * m4/intl.m4: Likewise.
20835         * m4/isnanl.m4: Likewise.
20836         * m4/printf.m4: Likewise.
20837         * m4/printf-frexpl.m4: Likewise.
20838         * m4/vasnprintf.m4: Likewise.
20839         * modules/allocsa (Files): Remove m4/longdouble.m4.
20840         * modules/gettext (Files): Likewise.
20841         * modules/relocatable-prog-wrapper (Files): Likewise.
20842         * modules/vasnprintf (Files): Likewise.
20843         * modules/isnanl (Files): Likewise.
20844         (Include): Simplify.
20845         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
20846         (Include): Simplify.
20847         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
20848         (Include): Simplify.
20849         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
20850         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20851         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
20852         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20853         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
20854         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20855         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
20856         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20857         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
20858         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20859         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
20860         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20861         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
20862         * tests/test-isnanl.c: Likewise.
20863         * tests/test-snprintf-posix.h: Likewise.
20864         * tests/test-sprintf-posix.h: Likewise.
20865         * tests/test-vasnprintf-posix.c: Likewise.
20866         * tests/test-vasnprintf-posix2.c: Likewise.
20867         * tests/test-vasprintf-posix.c: Likewise.
20868
20869 2007-04-06  Bruno Haible  <bruno@clisp.org>
20870
20871         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
20872         * lib/math_.h [__DECC]: Include the overridden include file through
20873         #include_next, outside the double-inclusion guard.
20874         * lib/stdio_.h [__DECC]: Likewise.
20875         * lib/stdlib_.h [__DECC]: Likewise.
20876         * lib/string_.h [__DECC]: Likewise.
20877         * lib/time_.h [__DECC]: Likewise.
20878         * lib/wchar_.h [__DECC]: Likewise.
20879         * lib/wctype_.h [__DECC]: Likewise.
20880         * lib/inttypes_.h [__DECC]: Likewise.
20881         Reported by Albert Chin <china@thewrittenword.com> in
20882         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
20883
20884 2007-04-04  Eric Blake  <ebb9@byu.net>
20885
20886         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
20887         1.5.x.
20888
20889 2007-04-04  Bruno Haible  <bruno@clisp.org>
20890
20891         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
20892         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
20893
20894 2007-04-04  Bruno Haible  <bruno@clisp.org>
20895
20896         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
20897         results for "%010a" of Infinity and NaN.
20898         * tests/test-vasprintf-posix.c (test_function): Likewise.
20899         * tests/test-snprintf-posix.h (test_function): Likewise.
20900         * tests/test-sprintf-posix.h (test_function): Likewise.
20901         * tests/test-fprintf-posix.h (test_function): Remove these tests.
20902         * tests/test-printf-posix.h (test_function): Likewise.
20903         * tests/test-fprintf-posix.out: Update.
20904         Needed for FreeBSD 6.1.
20905
20906 2007-04-04  Bruno Haible  <bruno@clisp.org>
20907
20908         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
20909         directly used by the gnulib modules nor by gnulib-tool.
20910
20911 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20912
20913         * DEPENDENCIES: Give overall description of version dependency
20914         desirability.  Use more-typical names for apps.
20915         Add shell, coreutils, diffutils, grep, tar, gzip.
20916
20917 2007-04-04  Simon Josefsson  <simon@josefsson.org>
20918
20919         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
20920
20921 2007-04-04  Karl Berry  <karl@gnu.org>
20922
20923         * MODULES.html.sh (func_module): missing '.
20924
20925 2007-04-03  Bruno Haible  <bruno@clisp.org>
20926
20927         * modules/argmatch-tests (Makefile.am): New variable
20928         test_argmatch_LDADD.
20929         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
20930         * modules/array-list-tests (Makefile.am): New variable
20931         test_array_list_LDADD.
20932         * modules/array-oset-tests (Makefile.am): New variable
20933         test_array_oset_LDADD.
20934         * modules/avltree-list-tests (Makefile.am): New variable
20935         test_avltree_list_LDADD.
20936         * modules/avltree-oset-tests (Makefile.am): New variable
20937         test_avltree_oset_LDADD.
20938         * modules/avltreehash-list-tests (Makefile.am): New variable
20939         test_avltreehash_list_LDADD.
20940         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
20941         test_canonicalize_lgpl_LDADD.
20942         * modules/carray-list-tests (Makefile.am): New variable
20943         test_carray_list_LDADD.
20944         * modules/dirname-tests (Makefile.am): New variable
20945         test_dirname_LDADD.
20946         * modules/linked-list-tests (Makefile.am): New variable
20947         test_linked_list_LDADD.
20948         * modules/linkedhash-list-tests (Makefile.am): New variable
20949         test_linkedhash_list_LDADD.
20950         * modules/rbtree-list-tests (Makefile.am): New variable
20951         test_rbtree_list_LDADD.
20952         * modules/rbtree-oset-tests (Makefile.am): New variable
20953         test_rbtree_oset_LDADD.
20954         * modules/rbtreehash-list-tests (Makefile.am): New variable
20955         test_rbtreehash_list_LDADD.
20956         * modules/xvasprintf-tests (Makefile.am): New variable
20957         test_xvasprintf_LDADD.
20958         Reported by Eric Blake.
20959
20960 2007-04-03  Eric Blake  <ebb9@byu.net>
20961
20962         * DEPENDENCIES: Weaken m4 requirements.
20963
20964 2007-04-03  Bruno Haible  <bruno@clisp.org>
20965
20966         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
20967         * modules/isnanl-tests (configure.ac): Likewise.
20968
20969 2007-04-03  Ben Pfaff  <blp@gnu.org>
20970
20971         * modules/iconv_open: Add $(srcdir)/ to source directory
20972         references in Makefile fragments that call gperf, to fix VPATH
20973         builds.
20974
20975 2007-04-03  Bruno Haible  <bruno@clisp.org>
20976
20977         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
20978         * lib/ldexpl.c: Undo last change.
20979
20980 2007-04-03  Bruno Haible  <bruno@clisp.org>
20981
20982         * modules/printf-frexpl (Depends-on): Undo last change.
20983         (Files): Add m4/ldexpl.m4.
20984
20985 2007-04-03  Bruno Haible  <bruno@clisp.org>
20986
20987         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
20988         * modules/isnanl (Link): New section.
20989
20990         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
20991         * modules/frexp (Link): New section.
20992
20993         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
20994         * modules/frexpl (Link): New section.
20995
20996         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
20997         * modules/ldexpl (Link): New section.
20998
20999 2007-04-03  Bruno Haible  <bruno@clisp.org>
21000
21001         * modules/TEMPLATE-EXTENDED: New file.
21002         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
21003
21004 2007-04-03  Bruno Haible  <bruno@clisp.org>
21005
21006         * DEPENDENCIES: New file.
21007         Suggested by Simon Josefsson.
21008
21009 2007-04-03  Bruno Haible  <bruno@clisp.org>
21010
21011         * doc/gnulib.texi: Escape @.
21012
21013 2007-04-03  James Youngman  <jay@gnu.org>
21014         and Paul Eggert  <eggert@cs.ucla.edu>
21015
21016         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
21017         birthtime on all systems that have birthtime, not just those which
21018         use st_birthtimensec rather than st_birthtim.  Putting zero in
21019         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
21020         that the birth time is not available for files on an NFS mount.
21021
21022 2007-04-03  Simon Josefsson  <simon@josefsson.org>
21023
21024         * modules/memxor: Move back from crypto/, suggested by Bruno.
21025         * modules/crypto/hmac-sha1: Fix memxor dependency.
21026
21027         * modules/crypto/gc: Moved from ../.
21028
21029 2007-04-02  Eric Blake  <ebb9@byu.net>
21030
21031         * lib/ldexpl.c (includes): Avoid libm.
21032
21033         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
21034
21035 2007-04-02  Bruno Haible  <bruno@clisp.org>
21036
21037         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
21038         on IRIX.
21039
21040 2007-04-02  Bruno Haible  <bruno@clisp.org>
21041
21042         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
21043         x86 or x86_64 platforms running MacOS X.
21044         Reported by Ryan Schmidt <@ryandesign.com>.
21045
21046 2007-04-02  Bruno Haible  <bruno@clisp.org>
21047
21048         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
21049         i386.
21050
21051 2007-04-01  Simon Josefsson  <simon@josefsson.org>
21052
21053         * modules/crypto/arcfour: Moved from ../.
21054         * modules/crypto/arcfour-tests: Moved from ../.
21055         * modules/crypto/arctwo: Moved from ../.
21056         * modules/crypto/arctwo-tests: Moved from ../.
21057         * modules/crypto/des: Moved from ../.
21058         * modules/crypto/des-tests: Moved from ../.
21059         * modules/crypto/gc-arcfour: Moved from ../.
21060         * modules/crypto/gc-arcfour-tests: Moved from ../.
21061         * modules/crypto/gc-arctwo: Moved from ../.
21062         * modules/crypto/gc-arctwo-tests: Moved from ../.
21063         * modules/crypto/gc-des: Moved from ../.
21064         * modules/crypto/gc-des-tests: Moved from ../.
21065         * modules/crypto/gc-hmac-md5: Moved from ../.
21066         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
21067         * modules/crypto/gc-hmac-sha1: Moved from ../.
21068         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
21069         * modules/crypto/gc-md2: Moved from ../.
21070         * modules/crypto/gc-md2-tests: Moved from ../.
21071         * modules/crypto/gc-md4: Moved from ../.
21072         * modules/crypto/gc-md4-tests: Moved from ../.
21073         * modules/crypto/gc-md5: Moved from ../.
21074         * modules/crypto/gc-md5-tests: Moved from ../.
21075         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
21076         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
21077         * modules/crypto/gc-random: Moved from ../.
21078         * modules/crypto/gc-rijndael: Moved from ../.
21079         * modules/crypto/gc-rijndael-tests: Moved from ../.
21080         * modules/crypto/gc-sha1: Moved from ../.
21081         * modules/crypto/gc-sha1-tests: Moved from ../.
21082         * modules/crypto/gc-tests: Moved from ../.
21083         * modules/crypto/hmac-md5: Moved from ../.
21084         * modules/crypto/hmac-md5-tests: Moved from ../.
21085         * modules/crypto/hmac-sha1: Moved from ../.
21086         * modules/crypto/hmac-sha1-tests: Moved from ../.
21087         * modules/crypto/md2: Moved from ../.
21088         * modules/crypto/md2-tests: Moved from ../.
21089         * modules/crypto/md4: Moved from ../.
21090         * modules/crypto/md4-tests: Moved from ../.
21091         * modules/crypto/md5: Moved from ../.
21092         * modules/crypto/md5-tests: Moved from ../.
21093         * modules/crypto/memxor: Moved from ../.
21094         * modules/crypto/rijndael: Moved from ../.
21095         * modules/crypto/rijndael-tests: Moved from ../.
21096         * modules/crypto/sha1: Moved from ../.
21097
21098 2007-03-30  James Youngman  <jay@gnu.org>
21099
21100         * tests/test-stat-time.c (prepare_test): use chmod() rather than
21101         rename() to change the ctime of a file (because ctime is unaffected
21102         by rename on jfs2 on AIX 5.1).
21103         (main): Start by doing cleanup, in case a previous run failed leaving
21104         test files behind.
21105
21106 2007-03-31  Bruno Haible  <bruno@clisp.org>
21107
21108         Support old proprietary implementations of iconv.
21109         * modules/iconv_open: New file.
21110         * lib/iconv_.h: New file.
21111         * m4/iconv_h.m4: New file.
21112         * lib/iconv_open.c: New file.
21113         * lib/iconv_open-aix.gperf: New file.
21114         * lib/iconv_open-hpux.gperf: New file.
21115         * lib/iconv_open-irix.gperf: New file.
21116         * lib/iconv_open-osf.gperf: New file.
21117         * m4/iconv_open.m4: New file.
21118         * modules/linebreak (Depends-on): Add iconv_open.
21119         * modules/striconv (Depends-on): Likewise.
21120         * modules/striconveh (Depends-on): Likewise.
21121         * modules/unicodeio (Depends-on): Likewise.
21122         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
21123         (iconv_t)(-1).
21124         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
21125         conversion if cd is (iconv_t)(-1).
21126         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
21127         is not possible.
21128
21129 2007-03-31  Bruno Haible  <bruno@clisp.org>
21130
21131         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
21132         work on Solaris either. Protect also second use of "autodetect_jp".
21133
21134 2007-03-31  Bruno Haible  <bruno@clisp.org>
21135
21136         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
21137         the function is not present.
21138
21139 2007-03-31  Bruno Haible  <bruno@clisp.org>
21140
21141         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
21142         the function is not present.
21143
21144 2007-03-31  Bruno Haible  <bruno@clisp.org>
21145
21146         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
21147         a bug in HP-UX iconv_open().
21148
21149 2007-03-31  Bruno Haible  <bruno@clisp.org>
21150
21151         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
21152         (Mathematics <math.h>): New section, add fpieee.
21153         (Input/output <stdio.h>): Add fseterr.
21154         (Mathematics <math.h>): New section, add printf-frexp.
21155         (Container data structures): Add sublist.
21156         (Core language properties): Add fpucw, inline.
21157         (Functions for greatest-width integer types <inttypes.h>): Add
21158         imaxabs, imaxdiv, inttypes.
21159         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
21160         isnanl-nolibm, ldexp.
21161         (Mathematics <math.h>): New section, add printf-frexpl.
21162         (Support for systems lacking POSIX:2001): Add fprintf-posix,
21163         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
21164         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
21165         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
21166         (Unicode string functions): Add unistr/u*-mbtoucr.
21167         (Java): Add javacomp-script, javaexec-script.
21168         (C#): Add csharpcomp-script, csharpexec-script.
21169         (Support for building libraries and executables): Add havelib,
21170         relocatable-*.
21171         (Support for maintaining and releasing projects): Renamed from
21172         'Support for maintaining and release projects'. Add announce-gen.
21173
21174 2007-03-31  Bruno Haible  <bruno@clisp.org>
21175
21176         * README: Talk primarily about git.
21177         (git and CVS): Renamed from CVS.
21178         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
21179         gnulib is available through git.
21180         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
21181
21182 2007-03-30  Bruno Haible  <bruno@clisp.org>
21183
21184         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
21185         * lib/poll_.h: Likewise.
21186         * lib/stat_.h: Likewise.
21187         * lib/sys_time_.h: Likewise.
21188         * lib/sysexit_.h: Likewise.
21189         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
21190         * lib/stdbool_.h: Likewise.
21191         * lib/byteswap_.h: Add double-inclusion guard.
21192
21193 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
21194
21195         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
21196
21197 2007-03-30  Karl Berry  <karl@gnu.org>
21198
21199         * config/srclist-update: double space after USA in the license
21200         substitution, since that's how it's usually (?) written.
21201
21202 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
21203
21204         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
21205         reported by Bruno Haible.
21206
21207 2007-03-29  Bruno Haible  <bruno@clisp.org>
21208
21209         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
21210         a bug in AIX iconv().
21211
21212 2007-03-29  Bruno Haible  <bruno@clisp.org>
21213
21214         * modules/ldexpl-tests: New file.
21215         * tests/test-ldexpl.c: New file.
21216
21217 2007-03-29  Bruno Haible  <bruno@clisp.org>
21218
21219         * lib/ldexpl.c: Include fpucw.h.
21220         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
21221         multiplication.
21222         * modules/ldexpl (Depends-on): Add fpucw.
21223
21224 2007-03-29  Bruno Haible  <bruno@clisp.org>
21225
21226         * modules/ldexpl: New file.
21227         * m4/ldexpl.m4: New file.
21228         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
21229         set.
21230         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
21231         REPLACE_LDEXPL.
21232         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
21233         REPLACE_LDEXPL.
21234         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
21235         gl_FUNC_LDEXPL_WORKS.
21236         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
21237         * modules/mathl (Files): Remove lib/ldexpl.c.
21238         (Depends-on): Add ldexpl.
21239
21240 2007-03-29  Bruno Haible  <bruno@clisp.org>
21241
21242         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
21243
21244 2007-03-29  Bruno Haible  <bruno@clisp.org>
21245
21246         * tests/test-striconveh.c (main): Don't assume that a direct conversion
21247         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
21248         and possibly also HP-UX.
21249         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
21250         work on AIX, IRIX, HP-UX, OSF/1.
21251         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
21252         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
21253         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
21254         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
21255         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
21256         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
21257
21258 2007-03-29  Bruno Haible  <bruno@clisp.org>
21259
21260         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
21261
21262 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
21263
21264         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
21265         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
21266
21267 2007-03-29  Eric Blake  <ebb9@byu.net>
21268
21269         * lib/acl-internal.h: Remove redundant include.
21270         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
21271         Cygwin when a file is locked.
21272
21273 2007-03-29  Bruno Haible  <bruno@clisp.org>
21274
21275         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
21276         file.
21277         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
21278
21279 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
21280
21281         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
21282         try to remove a parent directory if the child couldn't be removed
21283         (except for the first rmdir, which could fail because the child
21284         doesn't exist).  Problem reported by Jeff Blaine in
21285         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
21286
21287 2007-03-28  Bruno Haible  <bruno@clisp.org>
21288
21289         * lib/striconveh.c (utf8conv_carefully): New function.
21290         (mem_cd_iconveh_internal): Invoke it.
21291
21292 2007-03-28  Bruno Haible  <bruno@clisp.org>
21293
21294         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
21295         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
21296         input.
21297         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
21298         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
21299         unistr/u8-uctomb.
21300
21301 2007-03-28  Bruno Haible  <bruno@clisp.org>
21302
21303         * modules/unistr/u8-mbtoucr: New file.
21304         * lib/unistr/u8-mbtoucr.c: New file.
21305         * modules/unistr/u16-mbtoucr: New file.
21306         * lib/unistr/u16-mbtoucr.c: New file.
21307         * modules/unistr/u16-mbtoucr: New file.
21308         * lib/unistr/u16-mbtoucr.c: New file.
21309         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
21310
21311 2007-03-27  Simon Josefsson  <simon@josefsson.org>
21312             Bruno Haible  <bruno@clisp.org>
21313
21314         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
21315         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
21316         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
21317
21318         * m4/stdio_h.m4: Add stubs for vasprintf too.
21319
21320         * modules/stdio: Support vasprintf in sed command.
21321
21322         * modules/vasprintf: Depend on stdio for prototypes.  Remove
21323         vasprintf.h.  Add stdio module indicator.
21324
21325         * lib/stdio_.h: Declare asprintf and vasprintf, based on
21326         vasprintf.h.
21327
21328         * lib/vasprintf.h: File removed.
21329
21330         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
21331         * lib/vasprintf.c: Ditto.
21332         * lib/xvasprintf.c: Ditto.
21333         * tests/test-vasprintf-posix.c: Ditto.
21334         * tests/test-vasprintf.c: Ditto.
21335
21336 2007-03-27  Bruno Haible  <bruno@clisp.org>
21337
21338         Make vasnprintf multithread-safe.
21339         * lib/vasnprintf.c (decimal_point_char): New function.
21340         (VASNPRINTF): Use it.
21341         Suggested by Simon Josefsson.
21342
21343 2007-03-27  Eric Blake  <ebb9@byu.net>
21344
21345         Support sub-second birthtime on cygwin.
21346         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
21347         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
21348         (get_stat_birthtime): Also work with st_birthtim.
21349
21350 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
21351
21352         * lib/stat-time.h (USE_BIRTHTIME): Remove.
21353         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
21354         (get_stat_birthtime_ns): Do not try to use "spare" fields.
21355         (get_stat_birthtime_ns): Simplify compile-time tests.
21356         (get_stat_birthtime): Change the API to look like
21357         get_stat_mtime etc., except return a negative tv_nsec on error.
21358         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
21359         Don't check for "spare" fields.
21360         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
21361         or for struct stat.st_birthtime, as these tests aren't used.
21362         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
21363
21364 2007-03-27  Bruno Haible  <bruno@clisp.org>
21365
21366         * lib/stat-time.h: Include <sys/stat.h>.
21367
21368 2007-03-27  James Youngman  <jay@gnu.org>
21369
21370         * lib/stat-time.h (get_stat_birthtime): New function for
21371           retrieving st_birthtime as provided by UFS2 (hence *BSD).
21372         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
21373           and its variants.
21374         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
21375         * modules/stat-time-test: New file.
21376         * tests/test-stat-time.c: New test, devised by Bruno Haible.
21377
21378 2007-03-26  Bruno Haible  <bruno@clisp.org>
21379
21380         Better support of signalling NaNs.
21381         * lib/atanl.c: Include isnanl.h.
21382         (atanl): Perform test for NaN at the beginning of the function and
21383         through a call to isnanl.
21384         * lib/cosl.c: Include isnanl.h.
21385         (cosl): Perform test for NaN at the beginning of the function and
21386         through a call to isnanl.
21387         * lib/ldexpl.c: Include isnanl.h.
21388         (ldexpl): Perform test for NaN through a call to isnanl.
21389         * lib/logl.c: Include isnanl.h.
21390         (logl): Perform test for NaN at the beginning of the function and
21391         through a call to isnanl.
21392         * lib/sinl.c: Include isnanl.h.
21393         (sinl): Perform test for NaN at the beginning of the function and
21394         through a call to isnanl.
21395         * lib/sqrtl.c: Include isnanl.h.
21396         (sqrtl): Perform test for NaN at the beginning of the function and
21397         through a call to isnanl.
21398         * lib/tanl.c: Include isnanl.h.
21399         (tanl): Perform test for NaN at the beginning of the function and
21400         through a call to isnanl.
21401         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
21402         * modules/mathl (Depends-on): Add isnanl.
21403
21404 2007-03-26  Eric Blake  <ebb9@byu.net>
21405
21406         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
21407         regression in logic sense of previous patch.
21408
21409 2007-03-26  Bruno Haible  <bruno@clisp.org>
21410
21411         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
21412         unportable shell command "if ! ...".
21413         Reported by Ralf Wildenhues.
21414
21415 2007-03-25  Bruno Haible  <bruno@clisp.org>
21416
21417         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
21418         <sysexits.h> file, and only add EX_CONFIG.
21419         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
21420         absolute file name and whether it is sufficient. Substitute also
21421         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
21422         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
21423         ABSOLUTE_SYSEXITS_H into sysexits.h.
21424
21425 2007-03-25  Bruno Haible  <bruno@clisp.org>
21426
21427         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
21428         hints is NULL.
21429
21430 2007-03-25  Bruno Haible  <bruno@clisp.org>
21431
21432         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
21433         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
21434
21435 2007-03-25  Bruno Haible  <bruno@clisp.org>
21436
21437         * lib/vasnprintf.c: Include langinfo.h.
21438         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
21439         multithread-safe.
21440         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
21441         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
21442         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21443         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21444         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21445         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21446         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21447         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
21448         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21449         Reported by Simon Josefsson.
21450
21451 2007-03-25  Bruno Haible  <bruno@clisp.org>
21452
21453         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
21454         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
21455         * modules/vasnprintf (Depends-on): Add stdint.
21456
21457 2007-03-25  Bruno Haible  <bruno@clisp.org>
21458
21459         * modules/fpieee: New file.
21460         * m4/fpieee.m4: New file.
21461         * modules/isnan-nolibm (Depends-on): Add fpieee.
21462         * modules/isnanl-nolibm (Depends-on): Add fpieee.
21463         * modules/isnanl (Depends-on): Add fpieee.
21464
21465 2007-03-25  Bruno Haible  <bruno@clisp.org>
21466
21467         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
21468
21469 2007-03-25  Bruno Haible  <bruno@clisp.org>
21470
21471         Avoid test failures on IRIX 6.5.
21472         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
21473         (main): Use it.
21474         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
21475         macros.
21476         (main): Use them.
21477
21478 2007-03-25  Bruno Haible  <bruno@clisp.org>
21479
21480         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
21481         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
21482         exists but doesn't work.
21483         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
21484         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
21485         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
21486         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
21487
21488 2007-03-25  Bruno Haible  <bruno@clisp.org>
21489
21490         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
21491         returns inf. Needed on IRIX 6.5.
21492
21493 2007-03-25  Bruno Haible  <bruno@clisp.org>
21494
21495         * tests/test-frexpl.c: Include isnanl-nolibm.h.
21496         (main): Use isnanl instead of x != x idiom.
21497         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
21498
21499         * tests/test-frexp.c: Include isnan.h.
21500         (main): Use isnan instead of x != x idiom.
21501         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
21502
21503 2007-03-25  Bruno Haible  <bruno@clisp.org>
21504
21505         * tests/test-frexp.c (NaN): New function/macro.
21506         (main): Use it instead of 0.0 / 0.0.
21507         * tests/test-isnan.c (NaN): New function/macro.
21508         (main): Use it instead of 0.0 / 0.0.
21509         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
21510         (test_function): Use it instead of 0.0 / 0.0.
21511         * tests/test-vasprintf-posix.c (NaN): New function/macro.
21512         (test_function): Use it instead of 0.0 / 0.0.
21513         * tests/test-snprintf-posix.h (NaN): New function/macro.
21514         (test_function): Use it instead of 0.0 / 0.0.
21515         * tests/test-sprintf-posix.h (NaN): New function/macro.
21516         (test_function): Use it instead of 0.0 / 0.0.
21517         * tests/test-fprintf-posix.h (NaN): New function/macro.
21518         (test_function): Use it instead of 0.0 / 0.0.
21519         * tests/test-printf-posix.h (NaN): New function/macro.
21520         (test_function): Use it instead of 0.0 / 0.0.
21521
21522         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
21523
21524 2007-03-25  Bruno Haible  <bruno@clisp.org>
21525
21526         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
21527
21528 2007-03-25  Bruno Haible  <bruno@clisp.org>
21529
21530         * lib/regexec.c (merge_state_with_log): Make static.
21531
21532 2007-03-25  Bruno Haible  <bruno@clisp.org>
21533
21534         * lib/trigl.c (kernel_rem_pio2): Make static.
21535
21536 2007-03-25  Bruno Haible  <bruno@clisp.org>
21537
21538         * lib/sincosl.c (sincosl_table): Make static.
21539
21540 2007-03-25  Bruno Haible  <bruno@clisp.org>
21541
21542         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
21543         if the compiler does not support C99.
21544
21545 2007-03-25  Bruno Haible  <bruno@clisp.org>
21546
21547         * modules/time (Makefile.am): Ensure all rule action lines start with a
21548         tab.
21549
21550 2007-03-24  Bruno Haible  <bruno@clisp.org>
21551
21552         * modules/tsearch-tests: New file.
21553         * tests/test-tsearch.sh: New file.
21554         * tests/test-tsearch.c: New file, mostly copied from glibc.
21555
21556         * modules/search-tests: New file.
21557         * tests/test-search.c: New file.
21558
21559         * modules/search: New file.
21560         * lib/search_.h: New file, incorporating lib/tsearch.h.
21561         * m4/search_h.m4: New file.
21562         * lib/tsearch.h: Remove file.
21563         * lib/tsearch.c: Include search.h instead of tsearch.h.
21564         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
21565         HAVE_TSEARCH.
21566         * modules/tsearch (Files): Remove lib/tsearch.h.
21567         (Depends-on): Add search.
21568         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
21569         (Include): Change tsearch.h into search.h.
21570
21571 2007-03-24  Bruno Haible  <bruno@clisp.org>
21572
21573         * modules/fpucw: New file.
21574         * lib/fpucw.h: New file.
21575         * lib/frexp.c: Include fpucw.h.
21576         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
21577         (FUNC): Use them.
21578         * lib/printf-frexp.c: Include fpucw.h.
21579         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
21580         (FUNC): Use them.
21581         * lib/vasnprintf.c: Include fpucw.h.
21582         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
21583         'long double' calculations.
21584         * tests/test-frexpl.c: Include fpucw.h.
21585         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
21586         * tests/test-printf-frexpl.c: Include fpucw.h.
21587         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
21588         * modules/frexpl (Depends-on): Add fpucw.
21589         * modules/printf-frexpl (Depends-on): Likewise.
21590         * modules/fprintf-posix (Depends-on): Likewise.
21591         * modules/snprintf-posix (Depends-on): Likewise.
21592         * modules/sprintf-posix (Depends-on): Likewise.
21593         * modules/vasnprintf-posix (Depends-on): Likewise.
21594         * modules/vasprintf-posix (Depends-on): Likewise.
21595         * modules/vfprintf-posix (Depends-on): Likewise.
21596         * modules/vsnprintf-posix (Depends-on): Likewise.
21597         * modules/vsprintf-posix (Depends-on): Likewise.
21598         * modules/frexpl-tests (Depends-on): Likewise.
21599         * modules/printf-frexpl-tests (Depends-on): Likewise.
21600
21601 2007-03-24  Bruno Haible  <bruno@clisp.org>
21602
21603         * lib/float+.h: New file.
21604         * lib/isnan.c: Include float+.h.
21605         (SIZE): New macro.
21606         (FUNC): Compare only SIZE bytes of the value.
21607         * lib/vasnprintf.c: Include float+.h.
21608         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
21609         SIZEOF_LDBL or SIZEOF_DBL bytes.
21610         * modules/isnan-nolibm (Files): Add lib/float+.h.
21611         * modules/isnanl-nolibm (Files): Add lib/float+.h.
21612         * modules/isnanl (Files): Add lib/float+.h.
21613         * modules/vasnprintf (Files): Add lib/float+.h.
21614
21615 2007-03-24  Bruno Haible  <bruno@clisp.org>
21616
21617         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
21618         include isnanl-nolibm.h.
21619
21620 2007-03-24  Bruno Haible  <bruno@clisp.org>
21621
21622         * tests/test-read-file.c (main): Don't produce spurious output for
21623         expected situations. Make the test fail if it encountered unexpected
21624         results.
21625
21626 2007-03-24  Bruno Haible  <bruno@clisp.org>
21627
21628         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
21629         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
21630
21631 2007-03-24  Bruno Haible  <bruno@clisp.org>
21632
21633         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
21634
21635 2007-03-24  Bruno Haible  <bruno@clisp.org>
21636
21637         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
21638         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
21639
21640         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
21641         * modules/utf8-ucs4: Turn into a symbolic link to module
21642         unistr/u8-mbtouc.
21643
21644         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
21645         utf8-ucs4-unsafe.
21646         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
21647         unistr/u8-mbtouc-unsafe.
21648
21649         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
21650         * modules/utf16-ucs4: Turn into a symbolic link to module
21651         unistr/u16-mbtouc.
21652
21653         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
21654         utf16-ucs4-unsafe.
21655         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
21656         unistr/u16-mbtouc-unsafe.
21657
21658         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
21659         * modules/ucs4-utf8: Turn into a symbolic link to module
21660         unistr/u8-ubtomb.
21661
21662         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
21663         * modules/ucs4-utf16: Turn into a symbolic link to module
21664         unistr/u16-ubtomb.
21665
21666 2007-03-24  Bruno Haible  <bruno@clisp.org>
21667
21668         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
21669         Enable the function only if HAVE_INLINE.
21670         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
21671         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
21672         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
21673         Enable the function only if HAVE_INLINE.
21674         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
21675         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
21676         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
21677         Enable the function only if HAVE_INLINE.
21678         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
21679         Enable the function only if HAVE_INLINE.
21680         * modules/utf8-ucs4: Update.
21681         * modules/utf8-ucs4-unsafe: Update.
21682         * modules/utf16-ucs4: Update.
21683         * modules/utf16-ucs4-unsafe: Update.
21684         * modules/ucs4-utf8: Update.
21685         * modules/ucs4-utf16: Update.
21686
21687 2007-03-24  Bruno Haible  <bruno@clisp.org>
21688
21689         * lib/utf8-ucs4.h: Remove file.
21690         * lib/utf8-ucs4-unsafe.h: Remove file.
21691         * lib/utf16-ucs4.h: Remove file.
21692         * lib/utf16-ucs4-unsafe.h: Remove file.
21693         * lib/ucs4-utf8.h: Remove file.
21694         * lib/ucs4-utf16.h: Remove file.
21695         * lib/unistr.h: Include their previous contents.
21696         * m4/utf-ucs4.m4: Remove file.
21697         * m4/ucs4-utf.m4: Remove file.
21698         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
21699         (Depends-on): Add unistr/base.
21700         (configure.ac): Remove gl_UTF_UCS4.
21701         (Makefile.am): Update.
21702         (Include): Change to unistr.h.
21703         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
21704         (Depends-on): Add unistr/base.
21705         (configure.ac): Remove gl_UTF_UCS4.
21706         (Makefile.am): Update.
21707         (Include): Change to unistr.h.
21708         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
21709         (Depends-on): Add unistr/base.
21710         (configure.ac): Remove gl_UTF_UCS4.
21711         (Makefile.am): Update.
21712         (Include): Change to unistr.h.
21713         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
21714         (Depends-on): Add unistr/base.
21715         (configure.ac): Remove gl_UTF_UCS4.
21716         (Makefile.am): Update.
21717         (Include): Change to unistr.h.
21718         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
21719         (Depends-on): Add unistr/base.
21720         (configure.ac): Remove gl_UCS4_UTF.
21721         (Makefile.am): Update.
21722         (Include): Change to unistr.h.
21723         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
21724         (Depends-on): Add unistr/base.
21725         (configure.ac): Remove gl_UCS4_UTF.
21726         (Makefile.am): Update.
21727         (Include): Change to unistr.h.
21728         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
21729         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
21730         utf8-ucs4-unsafe.h.
21731         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
21732         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
21733         utf16-ucs4-unsafe.h.
21734         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
21735         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
21736         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
21737         * lib/unistr/u8-strchr.c: Likewise.
21738         * lib/unistr/u8-strrchr.c: Likewise.
21739         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
21740         * lib/unistr/u16-strchr.c: Likewise.
21741         * lib/unistr/u16-strrchr.c: Likewise.
21742         * lib/striconveh.c: Update.
21743         * lib/linebreak.c: Update.
21744
21745 2007-03-24  Bruno Haible  <bruno@clisp.org>
21746
21747         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
21748         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
21749
21750 2007-03-22  Bruno Haible  <bruno@clisp.org>
21751
21752         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
21753
21754 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
21755
21756         * MODULES.html.sh (File system functions): New module write-any-file.
21757         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
21758         * m4/write-any-file.m4: New files.
21759
21760 2007-03-23  Eric Blake  <ebb9@byu.net>
21761
21762         * gnulib-tool: Rearrange space-tab sequences, since some editors
21763         like to eat them.
21764
21765 2007-03-23  Eric Blake  <ebb9@byu.net>
21766
21767         * lib/version-etc.c (version_etc_va): Update license wording to
21768         be more concise.  Recommended by Richard Stallman.
21769
21770 2007-03-22  Bruno Haible  <bruno@clisp.org>
21771
21772         * lib/poll.c (MSG_PEEK): New fallback definition.
21773
21774 2007-03-22  Bruno Haible  <bruno@clisp.org>
21775
21776         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
21777         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
21778         (main): Update.
21779         Fixes a compilation error on BeOS.
21780
21781 2007-03-22  Bruno Haible  <bruno@clisp.org>
21782
21783         * modules/frexpl-tests: New file.
21784         * tests/test-frexpl.c: New file.
21785
21786         * modules/frexpl: New file.
21787         * m4/frexpl.m4: New file.
21788         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
21789         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
21790         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
21791         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
21792         (Depends-on): Add frexpl. Remove isnanl-nolibm.
21793         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
21794
21795 2007-03-22  Bruno Haible  <bruno@clisp.org>
21796
21797         * lib/frexpl.c: Share code with lib/frexp.c.
21798         * modules/mathl (Files): Add lib/frexp.c.
21799         (Depends-on): Add isnanl-nolibm.
21800
21801 2007-03-22  Bruno Haible  <bruno@clisp.org>
21802
21803         * modules/printf-frexp (Files): Add m4/frexp.m4.
21804         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
21805         only if the found frexp function actually works.
21806
21807 2007-03-22  Bruno Haible  <bruno@clisp.org>
21808
21809         * lib/frexp.c: Remove older implementation that uses divisions.
21810
21811 2007-03-21  Bruno Haible  <bruno@clisp.org>
21812
21813         * modules/frexp-tests: New file.
21814         * tests/test-frexp.c: New file.
21815
21816         * modules/frexp: New file.
21817         * lib/frexp.c: New file.
21818         * m4/frexp.m4: New file.
21819         * lib/math_.h (frexp): New declaration.
21820         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
21821         REPLACE_FREXP.
21822         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
21823
21824 2007-03-21  Bruno Haible  <bruno@clisp.org>
21825
21826         * modules/isnanl-tests: New file.
21827         * tests/test-isnanl.c: New file.
21828
21829         * modules/isnanl: New file.
21830         * lib/isnanl.h: New file.
21831         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
21832         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
21833         gl_FUNC_ISNANL_WORKS.
21834         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
21835         New macros.
21836
21837 2007-03-21  Bruno Haible  <bruno@clisp.org>
21838
21839         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
21840         lib/isnanl.h.
21841         (Include): Update.
21842         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
21843         * lib/vasnprintf.c: Update.
21844         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
21845         tests/test-isnanl.h, remove tests/test-isnanl.c.
21846         (Makefile.am): Update.
21847         * tests/test-isnanl-nolibm.c: New file.
21848         * tests/test-isnanl.h: New file.
21849         * tests/test-isnanl.c: Remove file.
21850
21851 2007-03-21  Jim Meyering  <jim@meyering.net>
21852
21853         When trying to open ".", treat ESTALE like EACCES.
21854         * lib/savewd.c (savewd_save): Resort to forking not just upon
21855         failure with EACCES, but also when errno is ESTALE.
21856
21857 2007-03-20  Bruno Haible  <bruno@clisp.org>
21858
21859         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
21860         Needed on AIX 5.1. Reported by Matthew Woehlke.
21861
21862 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21863
21864         Suggestions by Bruno Haible:
21865         * lib/acl-internal.h: Include "gettext.h" rather than rolling
21866         our own.
21867         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
21868         * modules/acl (Depends-on): Add gettext.
21869
21870 2007-03-19  Bruno Haible  <bruno@clisp.org>
21871
21872         * modules/iconvme: Remove file.
21873         * lib/iconvme.h: Remove file.
21874         * lib/iconvme.c: Remove file.
21875         * m4/iconvme.m4: Remove file.
21876
21877 2007-03-19  Bruno Haible  <bruno@clisp.org>
21878
21879         * doc/relocatable-maint.texi: Break long shell script line.
21880         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
21881
21882 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21883
21884         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
21885         handle file_has_acl.
21886         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
21887         * lib/acl.c: Move header inclusions and related macro defns into
21888         lib/acl-internal.h.
21889         (S_ISLNK): Remove defn, since that's now done for us.
21890         (file_has_acl): Move to lib/file-has-acl.c.
21891         Call acl_trivial if available.  This is the crucial part of the fix.
21892         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
21893         shared within the library.  Rewrite a bit, partly to make it compatible
21894         with the GNU coding style.
21895         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
21896         Remove unnecessary double-quotes.
21897         Don't test for acl_to_text; the build will catch that.
21898         Replace acl_entries if it doesn't exist and it is needed.
21899         Check for -lsec and acl_trivial (as used on Solaris 10).
21900         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
21901         lib/file-has-acl.c.
21902         (Depends-on): Add sys_stat, for S_ISLNK.
21903
21904 2007-03-19  Ben Pfaff  <blp@gnu.org>
21905
21906         * doc/gnulib.texi: Fix typos.
21907         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
21908
21909 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21910
21911         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
21912         If size is zero here, buf must be zero.
21913
21914 2007-03-19  Simon Josefsson  <simon@josefsson.org>
21915
21916         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
21917         <bruno@clisp.org>.
21918
21919 2007-03-18  Bruno Haible  <bruno@clisp.org>
21920
21921         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
21922         Suggested by Eric Blake.
21923
21924 2007-03-18  Ben Pfaff  <blp@gnu.org>
21925
21926         * doc/relocatable.texi: Recommend using as prefix a directory
21927         that does not exist and will never be created.  Based on
21928         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
21929         and others.
21930
21931 2007-03-17  Bruno Haible  <bruno@clisp.org>
21932
21933         * lib/fchownat.c: Include lchown.h.
21934
21935 2007-03-17  Bruno Haible  <bruno@clisp.org>
21936
21937         Fix endless loop when the given allocated size was > INT_MAX.
21938         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
21939         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
21940         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
21941         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
21942         * lib/sprintf.c (sprintf): Likewise.
21943
21944 2007-03-17  Bruno Haible  <bruno@clisp.org>
21945
21946         * tests/test-argp-2.sh (func_compare): Output a context diff.
21947
21948 2007-03-17  Bruno Haible  <bruno@clisp.org>
21949
21950         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
21951         locale's decimal-point character.
21952
21953 2007-03-17  Bruno Haible  <bruno@clisp.org>
21954
21955         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
21956         before comparing it. Needed because on some platforms (e.g. x86) a
21957         'long double' occupies less bytes than sizeof (long double).
21958
21959 2007-03-17  Bruno Haible  <bruno@clisp.org>
21960
21961         * tests/test-crc.c (main): Make printf statements 64-bit clean.
21962         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
21963         * tests/test-getaddrinfo.c (simple): Likewise.
21964         * tests/test-read-file.c (main): Likewise.
21965
21966 2007-03-17  Bruno Haible  <bruno@clisp.org>
21967
21968         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
21969
21970 2007-03-17  Bruno Haible  <bruno@clisp.org>
21971
21972         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
21973         unused variable.
21974
21975 2007-03-17  Bruno Haible  <bruno@clisp.org>
21976
21977         * tests/test-c-strcasecmp.c: Include c-strcase.h.
21978         * tests/test-c-strncasecmp.c: Likewise.
21979
21980 2007-03-17  Bruno Haible  <bruno@clisp.org>
21981
21982         * modules/stdlib (Depends-on): Add unistd.
21983         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
21984         Needed for MacOS X 10.3.
21985
21986 2007-03-17  Bruno Haible  <bruno@clisp.org>
21987
21988         * lib/unistr/u-strdup.h: Include <stdlib.h>.
21989
21990 2007-03-17  Bruno Haible  <bruno@clisp.org>
21991
21992         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
21993
21994 2007-03-17  Bruno Haible  <bruno@clisp.org>
21995
21996         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
21997         to reflect files copied from gnulib (with or without modifications).
21998         Suggested by Jim Meyering.
21999
22000 2007-03-17  Eric Blake  <ebb9@byu.net>
22001
22002         * NEWS: Document stdlib change from 2007-02-18.
22003
22004 2007-03-17  Jim Meyering  <jim@meyering.net>
22005
22006         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
22007         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
22008         someone uses a name containing shell meta-characters.
22009         Reported by Alfred M. Szmidt.
22010
22011         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
22012
22013 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
22014
22015         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
22016         and copy gettext configuration files only if configure.ac contains
22017         a use of AM_GNU_GETTEXT_VERSION.
22018
22019 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
22020
22021         * build-aux/bootstrap (gnulib_name): New variable.
22022         (gnulib_tool_options): Use it.
22023
22024 2007-03-13  Simon Josefsson  <simon@josefsson.org>
22025
22026         * tests/test-des.c: Use new namespace.
22027
22028 2007-03-15  Bruno Haible  <bruno@clisp.org>
22029
22030         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
22031         Reported by James Youngman <jay@gnu.org>.
22032
22033 2007-03-15  Bruno Haible  <bruno@clisp.org>
22034
22035         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
22036         declared prototype. Needed with cc on OSF/1 5.1.
22037
22038 2007-03-15  Bruno Haible  <bruno@clisp.org>
22039
22040         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
22041         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
22042         (struct gl_list_implementation): Add dispose_fn argument to the
22043         'create_empty', 'create' methods.
22044         (struct gl_list_impl_base): Add field 'dispose_fn'.
22045         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
22046         argument.
22047         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
22048         dispose_fn argument.
22049         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
22050         dispose_fn on the dropped values.
22051         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
22052         dispose_fn argument.
22053         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
22054         dropped values.
22055         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
22056         (gl_tree_remove_node): Call dispose_fn on the dropped value.
22057         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
22058         (gl_tree_remove_node): Call dispose_fn on the dropped value.
22059         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
22060         argument.
22061         (gl_tree_list_free): Call dispose_fn on the dropped values.
22062         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
22063         the dropped values.
22064         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
22065         Add dispose_fn argument.
22066         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
22067         Call dispose_fn on the dropped values.
22068         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
22069         Add dispose_fn argument.
22070         (gl_sublist_create): Initialize the 'dispose_fn' field.
22071         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
22072         * tests/test-array_list.c (main): Update.
22073         * tests/test-carray_list.c (main): Update.
22074         * tests/test-avltree_list.c (main): Update.
22075         * tests/test-rbtree_list.c (main): Update.
22076         * tests/test-avltreehash_list.c (main): Update.
22077         * tests/test-rbtreehash_list.c (main): Update.
22078         * tests/test-linked_list.c (main): Update.
22079         * tests/test-linkedhash_list.c (main): Update.
22080         * tests/test-array_oset.c (main): Update.
22081
22082 2007-03-15  Bruno Haible  <bruno@clisp.org>
22083
22084         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
22085         (gl_oset_create_empty): Add dispose_fn argument.
22086         (struct gl_oset_implementation): Add dispose_fn argument to
22087         'create_empty' method.
22088         (struct gl_oset_impl_base): Add dispose_fn field.
22089         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
22090         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
22091         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
22092         values.
22093         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
22094         (gl_tree_oset_free): Call dispose_fn on the dropped values.
22095         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
22096         dropped value.
22097         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
22098         dropped value.
22099         * tests/test-array_oset.c (main): Update.
22100         * tests/test-avltree_oset.c (main): Update.
22101         * tests/test-rbtree_oset.c (main): Update.
22102         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
22103
22104 2007-03-13  Bruno Haible  <bruno@clisp.org>
22105
22106         * tests/test-stdbool.c (i): Update after last patch.
22107
22108 2007-03-12  Bruno Haible  <bruno@clisp.org>
22109
22110         * lib/quotearg.c: Include <wctype.h> early, before the definition of
22111         the iswprint macro. Needed on Solaris 2.5.1.
22112
22113 2007-03-12  Bruno Haible  <bruno@clisp.org>
22114
22115         * tests/test-printf-frexp.c (main): Declare x as volatile.
22116
22117 2007-03-12  Simon Josefsson  <simon@josefsson.org>
22118
22119         * doc/gnulib.texi (Build robot for gnulib): New section.
22120
22121 2007-03-12  Jim Meyering  <jim@meyering.net>
22122
22123         * build-aux/bootstrap: New file.
22124         * build-aux/bootstrap.conf: New file, from coreutils.
22125
22126 2007-03-11  Bruno Haible  <bruno@clisp.org>
22127
22128         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
22129
22130 2007-03-12  Simon Josefsson  <simon@josefsson.org>
22131
22132         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
22133         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
22134         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
22135
22136 2007-03-11  Bruno Haible  <bruno@clisp.org>
22137
22138         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
22139         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
22140
22141 2007-03-11  Bruno Haible  <bruno@clisp.org>
22142
22143         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
22144         formula. Needed for SunPRO C 5.0.
22145
22146 2007-03-11  Bruno Haible  <bruno@clisp.org>
22147
22148         * modules/long-options (Depends-on): Add getopt.
22149
22150 2007-03-11  Bruno Haible  <bruno@clisp.org>
22151
22152         * modules/modechange (Depends-on): Add stdbool.
22153
22154 2007-03-11  Bruno Haible  <bruno@clisp.org>
22155
22156         * modules/i-ring (Depends-on): Add stdbool.
22157
22158 2007-03-11  Bruno Haible  <bruno@clisp.org>
22159
22160         * modules/gc-des (Depends-on): Add stdbool.
22161
22162 2007-03-11  Bruno Haible  <bruno@clisp.org>
22163
22164         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
22165
22166 2007-03-11  Bruno Haible  <bruno@clisp.org>
22167
22168         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
22169
22170 2007-03-11  Bruno Haible  <bruno@clisp.org>
22171
22172         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
22173
22174 2007-03-11  Bruno Haible  <bruno@clisp.org>
22175
22176         * lib/vasnprintf.c (sprintf): Undefine.
22177
22178 2007-03-11  Bruno Haible  <bruno@clisp.org>
22179
22180         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
22181         initializers in SunPRO C and Compaq C compilers.
22182
22183 2007-03-11  Bruno Haible  <bruno@clisp.org>
22184
22185         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
22186         decrementing code ANSI C compliant.
22187
22188 2007-03-11  Bruno Haible  <bruno@clisp.org>
22189
22190         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
22191         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
22192
22193 2007-03-11  Bruno Haible  <bruno@clisp.org>
22194
22195         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
22196         <stdbool.h> substitute doesn't pass.
22197
22198 2007-03-11  Bruno Haible  <bruno@clisp.org>
22199
22200         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
22201
22202 2007-03-11  Bruno Haible  <bruno@clisp.org>
22203
22204         * gnulib-tool (func_create_megatestdir): Create also an autobuild
22205         script, for submission to autobuild.josefsson.org.
22206
22207 2007-03-10  Bruno Haible  <bruno@clisp.org>
22208
22209         * modules/canonicalize-lgpl-tests: New file.
22210         * tests/test-canonicalize-lgpl.sh: New file.
22211         * tests/test-canonicalize-lgpl.c: New file.
22212
22213         * modules/c-strcase-tests: New file.
22214         * tests/test-c-strcase.sh: New file.
22215         * tests/test-c-strcasecmp.c: New file.
22216         * tests/test-c-strncasecmp.c: New file.
22217
22218         * modules/atexit-tests: New file.
22219         * tests/test-atexit.sh: New file.
22220         * tests/test-atexit.c: New file.
22221
22222 2007-03-10  Bruno Haible  <bruno@clisp.org>
22223
22224         * tests/test-binary-io.sh: Use temporary filenames that are not so
22225         likely to clash with those of other tests (in a parallel make).
22226         * tests/test-binary-io.c: Likewise.
22227
22228 2007-03-10  Bruno Haible  <bruno@clisp.org>
22229
22230         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
22231         fallback; use #error instead.
22232         Suggested by Simon Josefsson.
22233
22234 2007-03-10  Bruno Haible  <bruno@clisp.org>
22235
22236         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
22237         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
22238         first and the last.
22239
22240 2007-03-10  Bruno Haible  <bruno@clisp.org>
22241
22242         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
22243
22244 2007-03-10  Bruno Haible  <bruno@clisp.org>
22245
22246         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
22247         "make distcheck".
22248         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
22249         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
22250         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
22251
22252 2007-03-10  Bruno Haible  <bruno@clisp.org>
22253
22254         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
22255         variable.
22256         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
22257         variable.
22258
22259 2007-03-09  Eric Blake  <ebb9@byu.net>
22260         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
22261
22262         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
22263         types are not being provided by gnulib.
22264         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
22265         types are supported.
22266
22267 2007-03-10  Bruno Haible  <bruno@clisp.org>
22268
22269         * lib/stdio_.h (__attribute__): New macro.
22270         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
22271         vsprintf): Specify __attribute__ __format__ for GCC.
22272         Suggested by Eric Blake.
22273
22274 2007-03-09  Bruno Haible  <bruno@clisp.org>
22275
22276         * modules/printf-posix-tests: New file.
22277         * tests/test-printf-posix.sh: New file.
22278         * tests/test-printf-posix.c: New file.
22279
22280         * modules/printf-posix: New file.
22281         * lib/printf.c: New file.
22282         * m4/printf-posix-rpl.m4: New file.
22283         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
22284         REPLACE_PRINTF.
22285         * lib/stdio_.h (printf): New declaration.
22286         (format, __format__, ____printf____, ____scanf____, ____strftime____,
22287         ____strfmon____): New macros.
22288         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
22289         REPLACE_PRINTF.
22290
22291 2007-03-09  Bruno Haible  <bruno@clisp.org>
22292
22293         * tests/test-vasnprintf-posix2.sh: New file.
22294         * tests/test-vasnprintf-posix2.c: New file.
22295         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
22296         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
22297         (Makefile.am): Activate test-vasnprintf-posix2.sh.
22298
22299         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
22300         a locale dependent decimal point, rather than always '.'.
22301
22302 2007-03-09  Eric Blake  <ebb9@byu.net>
22303
22304         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
22305         spite of platforms like Tandem/NSK that define it to -1.
22306
22307 2007-03-08  Bruno Haible  <bruno@clisp.org>
22308
22309         * modules/vprintf-posix-tests: New file.
22310         * tests/test-vprintf-posix.sh: New file.
22311         * tests/test-vprintf-posix.c: New file.
22312         * tests/test-printf-posix.h: New file.
22313
22314         * modules/vprintf-posix: New file.
22315         * lib/vprintf.c: New file.
22316         * m4/vprintf-posix.m4: New file.
22317         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
22318         REPLACE_VPRINTF.
22319         * lib/stdio_.h (vprintf): New declaration.
22320         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
22321         REPLACE_VPRINTF.
22322
22323 2007-03-08  Bruno Haible  <bruno@clisp.org>
22324
22325         * modules/fprintf-posix-tests: New file.
22326         * tests/test-fprintf-posix.sh: New file.
22327         * tests/test-fprintf-posix.c: New file.
22328
22329         * modules/fprintf-posix: New file.
22330         * lib/fprintf.c: New file.
22331         * m4/fprintf-posix.m4: New file.
22332         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
22333         REPLACE_FPRINTF.
22334         * lib/stdio_.h (fprintf): New declaration.
22335         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
22336         REPLACE_FPRINTF.
22337
22338 2007-03-08  Bruno Haible  <bruno@clisp.org>
22339
22340         * modules/vfprintf-posix-tests: New file.
22341         * tests/test-vfprintf-posix.sh: New file.
22342         * tests/test-vfprintf-posix.c: New file.
22343         * tests/test-fprintf-posix.h: New file.
22344         * tests/test-fprintf-posix.out: New file.
22345
22346         * modules/vfprintf-posix: New file.
22347         * lib/vfprintf.c: New file.
22348         * m4/vfprintf-posix.m4: New file.
22349         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
22350         REPLACE_VFPRINTF.
22351         * lib/stdio_.h (vfprintf): New declaration.
22352         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
22353         REPLACE_VFPRINTF.
22354
22355 2007-03-08  Bruno Haible  <bruno@clisp.org>
22356
22357         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
22358
22359 2007-03-08  Bruno Haible  <bruno@clisp.org>
22360
22361         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
22362         instead of 'expr' invocations.
22363         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22364         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22365         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22366         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22367         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22368         Suggested by Paul Eggert.
22369
22370 2007-03-08  Bruno Haible  <bruno@clisp.org>
22371
22372         * modules/fseterr-tests: New file.
22373         * tests/test-fseterr.c: New file.
22374
22375         * modules/fseterr: New file.
22376         * lib/fseterr.h: New file.
22377         * lib/fseterr.c: New file.
22378
22379 2007-03-08  Bruno Haible  <bruno@clisp.org>
22380
22381         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
22382         * lib/getopt_.h: Likewise.
22383         * lib/mbswidth.h: Likewise.
22384         * lib/setenv.h: Likewise.
22385         * lib/vasnprintf.h: Likewise.
22386         * lib/vasprintf.h: Likewise.
22387         * lib/verror.h: Likewise.
22388         * lib/xsetenv.h: Likewise.
22389         * lib/xvasprintf.h: Likewise.
22390
22391 2007-03-08  Jim Meyering  <jim@meyering.net>
22392
22393         * users.txt: Add parted.
22394
22395         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
22396
22397 2007-03-07  Bruno Haible  <bruno@clisp.org>
22398
22399         * m4/printf.m4: Make the shell script snippets copy&pastable.
22400
22401 2007-03-02  Bruno Haible  <bruno@clisp.org>
22402
22403         * lib/netinet_in_.h: New file.
22404         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
22405         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
22406         * modules/netinet_in (Files): Add lib/netinet_in_.h.
22407         (Depends-on): Add absolute-header.
22408         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
22409         into netinet/in.h.
22410
22411 2007-03-03  Bruno Haible  <bruno@clisp.org>
22412
22413         * lib/sys_select_.h: New file.
22414         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
22415         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
22416         * modules/sys_select (Files): Add lib/sys_select_.h.
22417         (Depends-on): Add absolute-header.
22418         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
22419         into sys/select.h.
22420
22421 2007-03-02  Bruno Haible  <bruno@clisp.org>
22422
22423         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
22424         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
22425         values.
22426         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
22427         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
22428         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
22429         * modules/sys_socket (Depends-on): Add absolute-header.
22430         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
22431         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
22432         (Include): Remove requirement of inclusion of <sys/types.h>.
22433
22434 2007-03-02  Bruno Haible  <bruno@clisp.org>
22435
22436         * lib/byteswap_.h (bswap_32): Fix formula.
22437
22438 2007-03-06  Bruno Haible  <bruno@clisp.org>
22439
22440         * modules/sprintf-posix-tests: New file.
22441         * tests/test-sprintf-posix.c: New file.
22442
22443         * modules/sprintf-posix: New file.
22444         * lib/sprintf.c: New file.
22445         * m4/sprintf-posix.m4: New file.
22446         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
22447         REPLACE_SPRINTF.
22448         * lib/stdio_.h (sprintf): New declaration.
22449         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
22450         REPLACE_SPRINTF.
22451
22452 2007-03-06  Bruno Haible  <bruno@clisp.org>
22453
22454         * modules/vsprintf-posix-tests: New file.
22455         * tests/test-vsprintf-posix.c: New file.
22456         * tests/test-sprintf-posix.h: New file.
22457
22458         * modules/vsprintf-posix: New file.
22459         * lib/vsprintf.c: New file.
22460         * m4/vsprintf-posix.m4: New file.
22461         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
22462         REPLACE_VSPRINTF.
22463         * lib/stdio_.h (vsprintf): New declaration.
22464         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
22465         REPLACE_VSPRINTF.
22466
22467 2007-03-06  Bruno Haible  <bruno@clisp.org>
22468
22469         * modules/vsnprintf (Depend-on): Remove minmax.
22470
22471 2007-03-06  Bruno Haible  <bruno@clisp.org>
22472
22473         * modules/snprintf-posix-tests: New file.
22474         * tests/test-snprintf-posix.c: New file.
22475
22476         * modules/snprintf-posix: New file.
22477         * m4/snprintf-posix.m4: New file.
22478         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
22479         gl_FUNC_SNPRINTF.
22480         (gl_FUNC_SNPRINTF): Invoke it.
22481         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
22482         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
22483         is set.
22484         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
22485
22486 2007-03-06  Bruno Haible  <bruno@clisp.org>
22487
22488         * modules/vsnprintf-posix-tests: New file.
22489         * tests/test-vsnprintf-posix.c: New file.
22490         * tests/test-snprintf-posix.h: New file.
22491
22492         * modules/vsnprintf-posix: New file.
22493         * m4/vsnprintf-posix.m4: New file.
22494         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
22495         gl_FUNC_VSNPRINTF.
22496         (gl_FUNC_VSNPRINTF): Invoke it.
22497         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
22498         * lib/stdio_.h (vsnprintf): Define as a replacement if
22499         REPLACE_VSNPRINTF is set.
22500         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
22501
22502 2007-03-06  Bruno Haible  <bruno@clisp.org>
22503
22504         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
22505         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
22506
22507 2007-03-06  Bruno Haible  <bruno@clisp.org>
22508
22509         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
22510         (asinl): Declare also if HAVE_DECL_ASINL is set.
22511         (atanl): Declare also if HAVE_DECL_ATANL is set.
22512         (ceill): Declare also if HAVE_DECL_CEILL is set.
22513         (cosl): Declare also if HAVE_DECL_COSL is set.
22514         (expl): Declare also if HAVE_DECL_EXPL is set.
22515         (floorl): Declare also if HAVE_DECL_FLOORL is set.
22516         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
22517         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
22518         (logl): Declare also if HAVE_DECL_LOGL is set.
22519         (sinl): Declare also if HAVE_DECL_SINL is set.
22520         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
22521         (tanl): Declare also if HAVE_DECL_TANL is set.
22522         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
22523         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
22524         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
22525         declaration of frexpl, ldexpl.
22526         * modules/printf-frexpl (Depends-on): Add math.
22527         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
22528
22529 2007-03-05  Bruno Haible  <bruno@clisp.org>
22530
22531         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
22532         frexpl and ldexpl are declared.
22533         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
22534
22535 2007-03-05  Bruno Haible  <bruno@clisp.org>
22536
22537         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
22538         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
22539
22540 2007-03-05  Bruno Haible  <bruno@clisp.org>
22541
22542         * lib/stdio_.h: Include <stddef.h>.
22543
22544 2007-03-05  Bruno Haible  <bruno@clisp.org>
22545
22546         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
22547
22548 2007-03-05  Bruno Haible  <bruno@clisp.org>
22549
22550         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
22551         NetBSD 4, from Ralf Wildenhues.
22552
22553 2007-03-04  Bruno Haible  <bruno@clisp.org>
22554
22555         * lib/vasprintf.h: Update #if logic for the case when the functions
22556         exist but are overridden.
22557
22558 2007-03-04  Bruno Haible  <bruno@clisp.org>
22559
22560         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
22561         implementations: glibc-2.4 and MacOS X 10.3.
22562         * tests/test-vasnprintf-posix.c (test_function): Test also the case
22563         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
22564         * tests/test-vasprintf-posix.c (test_function): Likewise.
22565
22566 2007-03-04  Bruno Haible  <bruno@clisp.org>
22567
22568         * modules/vasprintf-posix-tests: New file.
22569         * tests/test-vasprintf-posix.c: New file.
22570
22571         * modules/vasprintf-posix: New file.
22572         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
22573         defined.
22574         * m4/vasprintf-posix.m4: New file.
22575         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
22576         gl_FUNC_VASPRINTF.
22577         (gl_FUNC_VASPRINTF): Invoke it.
22578         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
22579         here.
22580         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
22581
22582 2007-03-04  Bruno Haible  <bruno@clisp.org>
22583
22584         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
22585         REPLACE_GETTIMEOFDAY.
22586         * modules/sys_time (Makefile.am): Likewise.
22587         * m4/sys_time_h.m4: Likewise.
22588         * m4/gettimeofday.m4: Likewise.
22589
22590 2007-03-04  Bruno Haible  <bruno@clisp.org>
22591
22592         * modules/vasnprintf-posix-tests: New file.
22593         * tests/test-vasnprintf-posix.c: New file.
22594
22595         * modules/vasnprintf-posix: New file.
22596         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
22597         printf-frexpl.h.
22598         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
22599         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
22600         REPLACE_VASNPRINTF is defined.
22601         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
22602         gl_FUNC_VASNPRINTF.
22603         (gl_FUNC_VASNPRINTF): Invoke it.
22604         * m4/vasnprintf-posix.m4: New file.
22605         * m4/printf.m4: New file.
22606
22607 2007-03-04  Bruno Haible  <bruno@clisp.org>
22608
22609         Compile progreloc.c only if --enable-relocatable is specified.
22610         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
22611         if --enable-relocatable was specified.
22612         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
22613         lib_SOURCES.
22614
22615 2007-03-04  Jim Meyering  <jim@meyering.net>
22616
22617         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
22618         Use it consistently, rather than enumerating errno constants.
22619
22620 2007-03-04  Bruno Haible  <bruno@clisp.org>
22621
22622         * modules/xvasprintf-tests: New file.
22623         * tests/test-xvasprintf.c: New file.
22624
22625         * modules/vasprintf-tests: New file.
22626         * tests/test-vasprintf.c: New file.
22627
22628         * modules/vasnprintf-tests: New file.
22629         * tests/test-vasnprintf.c: New file.
22630
22631         * modules/vsnprintf-tests: New file.
22632         * tests/test-vsnprintf.c: New file.
22633
22634         * modules/snprintf-tests: New file.
22635         * tests/test-snprintf.c: New file.
22636
22637 2007-03-04  Bruno Haible  <bruno@clisp.org>
22638
22639         Compile relocatable.c only if --enable-relocatable is specified.
22640         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
22641         gl_RELOCATABLE_LIBRARY.
22642         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
22643         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
22644         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
22645         gl_RELOCATABLE_LIBRARY.
22646         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
22647         (Makefile.am): Remove lib_SOURCES.
22648         * modules/relocatable-lib-lgpl (configure.ac): Invoke
22649         gl_RELOCATABLE_LIBRARY.
22650         (Makefile.am): Remove lib_SOURCES.
22651         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
22652         always.
22653         * modules/relocatable-prog-wrapper (configure.ac): Invoke
22654         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
22655
22656 2007-03-04  Bruno Haible  <bruno@clisp.org>
22657
22658         * modules/argmatch-tests: New file.
22659         * tests/test-argmatch.c: New file.
22660
22661         * tests/test-allocsa.c (main): Halve the number of loop runs.
22662
22663         * modules/alloca-opt-tests: New file.
22664         * tests/test-alloca-opt.c: New file.
22665
22666 2007-03-04  Jim Meyering  <jim@meyering.net>
22667
22668         Work around difference between Linux ACLs and Solaris 10 ZFS.
22669         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
22670         for EINVAL.
22671
22672 2007-03-03  Bruno Haible  <bruno@clisp.org>
22673
22674         * modules/relocatable-prog (Depends-on): Add back progreloc's
22675         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
22676
22677 2007-03-03  Bruno Haible  <bruno@clisp.org>
22678
22679         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
22680         * modules/relocatable-lib: New file.
22681
22682 2007-03-03  Bruno Haible  <bruno@clisp.org>
22683
22684         * modules/relocatable-prog: Renamed from modules/relocatable.
22685         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
22686
22687 2007-03-03  Bruno Haible  <bruno@clisp.org>
22688
22689         * modules/relocatable-script (Files): Add doc/relocatable.texi,
22690         m4/relocatable-lib.m4.
22691         (Depends-on): Remove 'relocatable'.
22692         (configure.ac): Add gl_RELOCATABLE_NOP.
22693
22694 2007-03-03  Bruno Haible  <bruno@clisp.org>
22695
22696         * modules/relocatable-prog-wrapper: New file.
22697         * modules/relocatable (Depends-on): Add it. Remove all other
22698         dependencies except progname.
22699         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
22700
22701         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
22702         (gl_FUNC_STRERROR): Nop.
22703         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
22704
22705         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
22706         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
22707
22708         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
22709         (gl_FUNC_READLINK): Update.
22710
22711         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
22712
22713 2007-03-03  Bruno Haible  <bruno@clisp.org>
22714
22715         * lib/xreadlink.c: Include <unistd.h> unconditionally.
22716         * modules/xreadlink (Depends-on): Add unistd.
22717         * modules/xreadlink-with-size (Depends-on): Likewise.
22718
22719 2007-03-03  Bruno Haible  <bruno@clisp.org>
22720
22721         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
22722         extracted from gt_FUNC_SETENV.
22723         (gt_FUNC_SETENV): Remove macro.
22724         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
22725         remove gt_FUNC_SETENV.
22726
22727 2007-03-03  Bruno Haible  <bruno@clisp.org>
22728
22729         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
22730         ENABLE_RELOCATABLE here.
22731         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
22732
22733 2007-03-03  Bruno Haible  <bruno@clisp.org>
22734
22735         * modules/rbtreehash-list-tests (Depends-on): Add progname.
22736         * tests/test-rbtreehash_list.c: Include progname.h.
22737         (main): Call set_program_name.
22738
22739         * modules/rbtree-oset-tests (Depends-on): Add progname.
22740         * tests/test-rbtree_oset.c: Include progname.h.
22741         (main): Call set_program_name.
22742
22743         * modules/rbtree-list-tests (Depends-on): Add progname.
22744         * tests/test-rbtree_list.c: Include progname.h.
22745         (main): Call set_program_name.
22746
22747         * modules/linked-list-tests (Depends-on): Add progname.
22748         * tests/test-linked_list.c: Include progname.h.
22749         (main): Call set_program_name.
22750
22751 2007-03-03  Bruno Haible  <bruno@clisp.org>
22752
22753         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
22754         All uses of __restrict changed to _Restrict_.
22755         * lib/glob_.h (__restrict): Remove macro.
22756
22757 2007-03-02  Bruno Haible  <bruno@clisp.org>
22758
22759         * modules/gettext (configure.ac): Require gettext infrastructure
22760         from version 0.16.1.
22761
22762 2007-03-02  Bruno Haible  <bruno@clisp.org>
22763
22764         * modules/linkedhash-list-tests (Depends-on): Add progname.
22765         * tests/test-linkedhash_list.c: Include progname.h.
22766         (main): Call set_program_name.
22767
22768         * modules/carray-list-tests (Depends-on): Add progname.
22769         * tests/test-carray_list.c: Include progname.h.
22770         (main): Call set_program_name.
22771
22772         * modules/avltreehash-list-tests (Depends-on): Add progname.
22773         * tests/test-avltreehash_list.c: Include progname.h.
22774         (main): Call set_program_name.
22775
22776         * modules/avltree-oset-tests (Depends-on): Add progname.
22777         * tests/test-avltree_oset.c: Include progname.h.
22778         (main): Call set_program_name.
22779
22780         * modules/avltree-list-tests (Depends-on): Add progname.
22781         * tests/test-avltree_list.c: Include progname.h.
22782         (main): Call set_program_name.
22783
22784         * modules/array-oset-tests (Depends-on): Add progname.
22785         * tests/test-array_oset.c: Include progname.h.
22786         (main): Call set_program_name.
22787
22788         * modules/array-list-tests (Depends-on): Add progname.
22789         * tests/test-array_list.c: Include progname.h.
22790         (main): Call set_program_name.
22791
22792         * modules/argp-tests (Depends-on): Add progname.
22793         * tests/test-argp.c: Include argp.h first. Include progname.h.
22794         (main): Call set_program_name.
22795
22796 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
22797
22798         * doc/gnulib-tool.texi (Initial import): Reword description of
22799         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
22800         limited effect even if defined after the first system include.
22801
22802 2007-03-01  Bruno Haible  <bruno@clisp.org>
22803
22804         * build-aux/config.libpath: Update to libtool-1.5.22.
22805         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22806
22807 2007-03-01  Bruno Haible  <bruno@clisp.org>
22808
22809         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
22810         foo_CFLAGS.
22811         Reported by Ralf Wildenhues.
22812
22813 2007-03-01  Bruno Haible  <bruno@clisp.org>
22814
22815         * build-aux/install-reloc: Remove object files left over by some
22816         compilers.
22817         Reported by Ralf Wildenhues.
22818
22819 2007-03-01  Bruno Haible  <bruno@clisp.org>
22820
22821         * build-aux/install-reloc: Break long lines.
22822
22823 2007-03-01  Bruno Haible  <bruno@clisp.org>
22824
22825         * doc/relocatable.texi: Document that it may not work on OpenBSD.
22826         Reported by Ralf Wildenhues.
22827
22828 2007-03-01  Bruno Haible  <bruno@clisp.org>
22829
22830         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
22831         include ordering constraints.
22832
22833 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22834
22835         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
22836         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
22837         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
22838         as another example.
22839         * lib/time_.h: Fix misspelling.
22840         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
22841         Require gl_HEADER_TIME_H_DEFAULTS.
22842         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
22843         * m4/time_r.m4 (gl_TIME_R): Likewise.
22844         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
22845
22846 2007-03-01  Bruno Haible  <bruno@clisp.org>
22847
22848         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
22849         * m4/utimens.m4 (gl_UTIMENS): Likewise.
22850
22851 2007-03-01  Jim Meyering  <jim@meyering.net>
22852
22853         * modules/xreadlink (Maintainer): Add my name.
22854         * modules/xreadlink-with-size (Depends-on): Alphabetize.
22855
22856 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
22857             Bruno Haible  <bruno@clisp.org>
22858
22859         * build-aux/install-reloc: Compile also c-ctype.c.
22860         * build-aux/relocatable.sh.in: New file.
22861         * doc/relocatable.texi: New file.
22862         * doc/relocatable-maint.texi: New file.
22863         * doc/gnulib.texi: Include relocatable-maint.texi.
22864         * lib/progreloc.c: Include unistd.h unconditionally.
22865         * lib/relocwrapper.c: Include unistd.h unconditionally.
22866         Include c-ctype.h.
22867         (add_dotbin): Use c_tolower.
22868         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
22869         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
22870         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
22871         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
22872         to m4/relocatable-lib.m4.
22873         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
22874         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
22875         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
22876         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
22877         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
22878         * modules/relocatable: New file.
22879         * modules/relocatable-lib: New file.
22880         * modules/relocatable-script: New file.
22881
22882 2007-02-28  Bruno Haible  <bruno@clisp.org>
22883
22884         Import --enable-relocatable infrastructure.
22885         * build-aux/config.libpath: New file, from GNU gettext.
22886         * build-aux/install-reloc: New file, from GNU gettext.
22887         * build-aux/reloc-ldflags: New file, from GNU gettext.
22888         * lib/relocatable.h: New file, from GNU gettext.
22889         * lib/relocatable.c: New file, from GNU gettext.
22890         * lib/relocwrapper.c: New file, from GNU gettext.
22891         * m4/relocatable.m4: New file, from GNU gettext.
22892
22893 2007-02-28  Bruno Haible  <bruno@clisp.org>
22894
22895         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
22896
22897         * modules/xreadlink: New file, from GNU gettext with modifications.
22898         * lib/xreadlink.c: New file, from GNU gettext.
22899         * lib/xreadlink.h: Add comments.
22900         (xreadlink): New declaration.
22901
22902         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
22903         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
22904         lib/xreadlink-with-size.c.
22905         (configure.ac): Remove gl_XREADLINK invocation.
22906         (Makefile.am): Augment lib_SOURCES.
22907         * m4/xreadlink.m4: Remove file.
22908         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
22909         (xreadlink_with_size): Renamed from xreadink.
22910         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
22911         * modules/canonicalize (Depends-on): Replace xreadlink with
22912         xreadlink-with-size.
22913         * lib/canonicalize.c (canonicalize_filename_mode): Update.
22914
22915 2007-02-25  Jim Meyering  <jim@meyering.net>
22916
22917         * build-aux/announce-gen: When complaining about excess arguments,
22918         list them.
22919
22920 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
22921
22922         * README: Document signed integer overflow situation more
22923         accurately.
22924
22925 2007-02-25  Bruno Haible  <bruno@clisp.org>
22926
22927         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
22928         'a' or 'A' conversion.
22929
22930 2007-02-25  Bruno Haible  <bruno@clisp.org>
22931
22932         * modules/filename: Renamed from modules/pathname.
22933         (Files): Replace lib/pathname.h with lib/filename.h. Replace
22934         lib/concatpath.c with lib/concat-filename.c.
22935         (Makefile.am): Update.
22936         (Include): Replace pathname.h with filename.h.
22937         * lib/filename.h: Renamed from lib/pathname.h.
22938         (concatenated_filename): Renamed from concatenated_pathname.
22939         * lib/concat-filename.c: Renamed from lib/concatpath.c.
22940         (concatenated_filename): Renamed from concatenated_pathname.
22941         * lib/findprog.c: Include filename.h instead of pathname.h.
22942         (find_in_path): Update.
22943         * lib/javacomp.c: Include filename.h instead of pathname.h.
22944         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22945         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22946         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22947         is_oldgcj_14_13_usable, is_javac_usable): Update.
22948         * lib/javaexec.c: Include filename.h instead of pathname.h.
22949         (execute_java_class): Update.
22950         * modules/findprog: Update.
22951         * modules/javacomp: Update.
22952         * modules/javaexec: Update.
22953         * MODULES.html.sh (File system functions): Add 'filename', remove
22954         'pathname'.
22955
22956 2007-02-25  Bruno Haible  <bruno@clisp.org>
22957
22958         * modules/printf-frexpl-tests: New file.
22959         * tests/test-printf-frexpl.c: New file.
22960
22961         * modules/printf-frexpl: New file.
22962         * lib/printf-frexpl.h: New file.
22963         * lib/printf-frexpl.c: New file.
22964         * m4/printf-frexpl.m4: New file.
22965
22966 2007-02-25  Bruno Haible  <bruno@clisp.org>
22967
22968         * modules/printf-frexp-tests: New file.
22969         * tests/test-printf-frexp.c: New file.
22970
22971         * modules/printf-frexp: New file.
22972         * lib/printf-frexp.h: New file.
22973         * lib/printf-frexp.c: New file.
22974         * m4/printf-frexp.m4: New file.
22975
22976 2007-02-25  Bruno Haible  <bruno@clisp.org>
22977
22978         Assume automake >= 1.10 for the tests.
22979         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
22980         * modules/arctwo-tests: Likewise.
22981         * modules/argp-tests: Likewise.
22982         * modules/avltree-list-tests: Likewise.
22983         * modules/avltree-oset-tests: Likewise.
22984         * modules/avltreehash-list-tests: Likewise.
22985         * modules/carray-list-tests: Likewise.
22986         * modules/crc-tests: Likewise.
22987         * modules/des-tests: Likewise.
22988         * modules/gc-arcfour-tests: Likewise.
22989         * modules/gc-arctwo-tests: Likewise.
22990         * modules/gc-des-tests: Likewise.
22991         * modules/gc-hmac-md5-tests: Likewise.
22992         * modules/gc-hmac-sha1-tests: Likewise.
22993         * modules/gc-md2-tests: Likewise.
22994         * modules/gc-md4-tests: Likewise.
22995         * modules/gc-md5-tests: Likewise.
22996         * modules/gc-pbkdf2-sha1-tests: Likewise.
22997         * modules/gc-rijndael-tests: Likewise.
22998         * modules/gc-sha1-tests: Likewise.
22999         * modules/gc-tests: Likewise.
23000         * modules/getaddrinfo-tests: Likewise.
23001         * modules/hmac-md5-tests: Likewise.
23002         * modules/hmac-sha1-tests: Likewise.
23003         * modules/linked-list-tests: Likewise.
23004         * modules/linkedhash-list-tests: Likewise.
23005         * modules/lock-tests: Likewise.
23006         * modules/md2-tests: Likewise.
23007         * modules/md4-tests: Likewise.
23008         * modules/md5-tests: Likewise.
23009         * modules/rbtree-list-tests: Likewise.
23010         * modules/rbtree-oset-tests: Likewise.
23011         * modules/rbtreehash-list-tests: Likewise.
23012         * modules/read-file-tests: Likewise.
23013         * modules/rijndael-tests: Likewise.
23014         * modules/stdint-tests: Likewise.
23015         * modules/tls-tests: Likewise.
23016
23017 2007-02-24  Bruno Haible  <bruno@clisp.org>
23018
23019         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
23020         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
23021         function; instead check whether isnan with a double argument links.
23022         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
23023         function; instead check whether isnan with a 'long double' argument
23024         links.
23025         Reported by Eric Blake <ebb9@byu.net>.
23026
23027 2007-02-24  Bruno Haible  <bruno@clisp.org>
23028
23029         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
23030         defined.
23031         * lib/isnanl.c: Remove all code. Just include isnan.c.
23032         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
23033
23034 2007-02-25  Jim Meyering  <jim@meyering.net>
23035
23036         Avoid conflicting types for 'unsetenv' on FreeBSD.
23037         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
23038         conflicting with FreeBSD's (5.0 and 6.1) function declaration
23039         in stdlib.h.
23040
23041 2007-02-24  Bruno Haible  <bruno@clisp.org>
23042
23043         * modules/isnanl-nolibm-tests: New file.
23044         * tests/test-isnanl.c: New file.
23045
23046         * modules/isnanl-nolibm: New file.
23047         * lib/isnanl.h: New file.
23048         * lib/isnanl.c: New file.
23049         * m4/isnanl.m4: New file.
23050
23051 2007-02-24  Bruno Haible  <bruno@clisp.org>
23052
23053         * modules/isnan-nolibm-tests: New file.
23054         * tests/test-isnan.c: New file.
23055
23056         * modules/isnan-nolibm: New file.
23057         * lib/isnan.h: New file.
23058         * lib/isnan.c: New file.
23059         * m4/isnan.m4: New file.
23060
23061 2007-02-24  Bruno Haible  <bruno@clisp.org>
23062
23063         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
23064         assume that an exponent fits in 20 bits.
23065
23066 2007-02-24  Jim Meyering  <jim@meyering.net>
23067
23068         * m4/regex.m4: Update the description of the configure-time option,
23069         --without-included-regex, to state accurately what the defaults are,
23070         and perhaps to give people an idea why using this option is risky.
23071
23072 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
23073
23074         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
23075         loops on small arguments.  This attempts to avoid the problem
23076         Bruno Haible reported for AIX 4.3.2 in
23077         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
23078
23079 2007-02-23  Bruno Haible  <bruno@clisp.org>
23080
23081         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
23082         Needed for help2man.
23083
23084 2007-02-23  Karl Berry  <karl@gnu.org>
23085
23086         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
23087         exists, foo.h should be cvs-ignored, not committed.
23088
23089 2007-02-23  Eric Blake  <ebb9@byu.net>
23090
23091         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
23092         * lib/stat-time.h (includes): Likewise.
23093         * lib/utimecmp.c (includes): Likewise.
23094         * lib/utimens.h (includes): Likewise.
23095         * lib/getdate.y (includes): Also include "timespec.h" for use
23096         internal to the module.
23097         * modules/utimens (Depends-on): Revert yesterday's patch.
23098         * modules/nanosleep (Depends-on): Add missing dependency.
23099
23100 2007-02-22  Bruno Haible  <bruno@clisp.org>
23101
23102         * lib/glob.c: Don't include getlogin_r.h.
23103
23104 2007-02-22  Jim Meyering  <jim@meyering.net>
23105
23106         * modules/utimens (Depends-on): Add timespec, required for
23107         utimens.h's inclusion of timespec.h.
23108
23109 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
23110
23111         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
23112         long unreadable paths in GNU/Linux.  Problem reported by Andreas
23113         Schwab in
23114         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
23115         I'll try to think of a better way to fix the Solaris problem.
23116
23117         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
23118         like glibc; on Solaris 10, it fails with errno == EINVAL.
23119         POSIX says the behavior is unspecified if the first argument is NULL,
23120         so play it safe and never pass NULL to the system getcwd.
23121
23122 2007-02-21  Jim Meyering  <jim@meyering.net>
23123
23124         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
23125         of gettimeofday.  It would conflict with the one now always
23126         provided via sys_time_.h.  Reported by Matthew Woehlke, as
23127         an IRIX 6.5 build failure.
23128
23129 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
23130
23131         Minor fixups to port to Solaris 10 with Sun C 5.8.
23132         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
23133         * modules/getcwd (Depends-on): Add dirfd.
23134         * lib/putenv.c (putenv): #undef it.
23135         (rpl_putenv): New decl.
23136         (malloc, free): Include <stdlib.h> rather than prototyping separately.
23137
23138 2007-02-20  Bruno Haible  <bruno@clisp.org>
23139
23140         * modules/stdio-tests: New file.
23141         * tests/test-stdio.c: New file.
23142
23143         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
23144         (Depends-on): Add stdio.
23145         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
23146         (Include): Use <stdio.h> instead of vsnprintf.h.
23147         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
23148         HAVE_DECL_VSNPRINTF.
23149         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
23150
23151         * modules/snprintf (Files): Remove lib/snprintf.h.
23152         (Depends-on): Add stdio.
23153         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
23154         (Include): Use <stdio.h> instead of snprintf.h.
23155         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
23156         HAVE_DECL_SNPRINTF.
23157         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
23158         * lib/getaddrinfo.c: Likewise.
23159
23160         * modules/stdio: New file.
23161         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
23162         * lib/snprintf.h: Remove file.
23163         * lib/vsnprintf.h: Remove file.
23164         * lib/.cppi-disable: Remove snprintf.h.
23165         * m4/stdio_h.m4: New file.
23166         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
23167
23168 2007-02-20  Jim Meyering  <jim@meyering.net>
23169
23170         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
23171         used by e.g., mingw.  From Bruno Haible.
23172
23173 2007-02-19  Bruno Haible  <bruno@clisp.org>
23174
23175         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
23176         warnings.
23177         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23178
23179 2007-02-19  Bruno Haible  <bruno@clisp.org>
23180
23181         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
23182         from mingw users.
23183
23184 2007-02-19  Bruno Haible  <bruno@clisp.org>
23185
23186         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
23187         warnings.
23188         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
23189
23190 2007-02-19  Jim Meyering  <jim@meyering.net>
23191
23192         Don't use FD after a successful "fdopendir (fd)".
23193         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
23194         Reset it by calling dirfd on the just-obtained DIR*.
23195
23196         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
23197         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
23198
23199 2007-02-18  Bruno Haible  <bruno@clisp.org>
23200
23201         * lib/readlink.c: Include <unistd.h>.
23202         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
23203         HAVE_READLINK.
23204         * modules/readlink (Depends-on): Add unistd.
23205         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23206         (Include): Add <unistd.h>.
23207
23208         * lib/getlogin_r.h: Remove file.
23209         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
23210         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
23211         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
23212         HAVE_DECL_GETLOGIN_R.
23213         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
23214         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23215         (Include): Use <unistd.h> instead of getlogin_r.h.
23216
23217         * lib/getcwd.h: Remove file.
23218         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
23219         * lib/xgetcwd.c: Likewise.
23220         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
23221         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
23222         * modules/getcwd (Files): Remove lib/getcwd.h.
23223         (Depends-on): Add unistd.
23224         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23225         (Include): Use <unistd.h> instad of getcwd.h.
23226
23227         * lib/ftruncate.c: Include <unistd.h> first.
23228         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
23229         Set HAVE_FTRUNCATE.
23230         * modules/ftruncate (Depends-on): Add unistd.
23231         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23232
23233         * lib/fchdir.c: Include <unistd.h> first.
23234         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
23235         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
23236         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
23237         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23238         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
23239
23240         * lib/dup2.c: Include <unistd.h> first.
23241         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
23242         HAVE_DUP2.
23243         * modules/dup2 (Depends-on): Add unistd.
23244         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23245
23246         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
23247         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
23248         REPLACE_CHOWN. Don't define chown as a macro here.
23249         * modules/chown (Depends-on): Add unistd.
23250         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23251
23252         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
23253         Add definition for GL_LINK_WARNING.
23254         (chown, dup2): New declarations.
23255         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
23256         link warning.
23257         (ftruncate): New declaration.
23258         (getcwd): New declaration, taken from old getcwd.h.
23259         (getlogin_r): New declaration, taken from old getlogin_r.h.
23260         (readlink): New declaration.
23261         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
23262         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
23263         (gl_PREREQ_UNISTD): Remove macro.
23264         (gl_UNISTD_MODULE_INDICATOR): New macro.
23265         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
23266         many new variables. Don't set UNISTD_H.
23267         * modules/unistd (Description): Change.
23268         (Depends-on): Add link-warning.
23269         (configure.ac): Update.
23270         (Makefile.am): Create unistd.h always. Substitute many new variables
23271         into it.
23272
23273 2007-02-18  Bruno Haible  <bruno@clisp.org>
23274
23275         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
23276         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
23277         HAVE_GETSUBOPT.
23278         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
23279         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
23280         * lib/getsubopt.h: Remove file.
23281         * modules/getsubopt (Files): Remove lib/getsubopt.h.
23282         (Depends-on): Add stdlib.
23283         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23284         (Includes): Use <stdlib.h> instead of getsubopt.h.
23285         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
23286         Set HAVE_GETSUBOPT.
23287         * lib/getsubopt.c: Don't include getsubopt.h.
23288
23289 2007-02-18  Bruno Haible  <bruno@clisp.org>
23290
23291         * modules/fchdir (Depends-on): Add dup2.
23292
23293 2007-02-18  Bruno Haible  <bruno@clisp.org>
23294
23295         * lib/stdlib_.h: Handle glibc's special invocation convention
23296         specially.
23297
23298 2007-02-18  Bruno Haible  <bruno@clisp.org>
23299
23300         * modules/stdlib-tests: New file.
23301         * tests/test-stdlib.c: New file.
23302
23303         * modules/mkstemp (Files): Remove lib/mkstemp.h.
23304         (Depends-on): Add stdlib.
23305         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23306         (Includes): Use <stdlib.h> instead of mkstemp.h.
23307         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
23308         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
23309         * lib/mkstemp.c: Don't include mkstemp.h.
23310         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
23311         * lib/stdlib--.h: Don't include mkstemp.h.
23312
23313         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
23314         (Depends-on): Add stdlib.
23315         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23316         (Includes): Use <stdlib.h> instead of mkdtemp.h.
23317         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
23318         HAVE_MKDTEMP.
23319         * lib/mkdtemp.c: Don't include mkdtemp.h.
23320         * lib/clean-temp.c: Don't include mkdtemp.h.
23321
23322         * modules/exit (Files): Remove lib/exit.h.
23323         (Depends-on): Add stdlib.
23324         (Makefile.am): Remove lib_SOURCES.
23325         (Include): Use <stdlib.h> instead of exit.h.
23326         * lib/argmatch.c: Don't include exit.h.
23327         * lib/execute.c: Likewise.
23328         * lib/pagealign_alloc.c: Likewise.
23329         * lib/pipe.c: Likewise.
23330         * lib/wait-process.c: Likewise.
23331         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
23332         * lib/exitfail.c: Likewise.
23333         * lib/savewd.c: Likewise.
23334         * lib/xsetenv.c: Likewise.
23335
23336         * modules/stdlib: New file.
23337         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
23338         and extra comments about mkstemp().
23339         * lib/exit.h: Remove file.
23340         * lib/mkdtemp.h: Remove file.
23341         * lib/mkstemp.h: Remove file.
23342         * m4/stdlib_h.m4: New file.
23343         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
23344
23345 2007-02-18  Bruno Haible  <bruno@clisp.org>
23346
23347         * modules/math-tests: New file.
23348         * tests/test-math.c: New file.
23349
23350         * modules/math: New file.
23351         * modules/mathl (Files): Remove lib/mathl.h.
23352         (Depends-on): Add math.
23353         (Makefile.am): Don't mention mathl.h.
23354         (Include): Use <math.h> instead of mathl.h.
23355         * lib/math_.h: New file.
23356         * lib/mathl.h: Remove file.
23357         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
23358         mathl.h.
23359         * lib/asinl.c: Likewise.
23360         * lib/atanl.c: Likewise.
23361         * lib/ceill.c: Likewise.
23362         * lib/cosl.c: Likewise.
23363         * lib/expl.c: Likewise.
23364         * lib/floorl.c: Likewise.
23365         * lib/frexpl.c: Likewise.
23366         * lib/ldexpl.c: Likewise.
23367         * lib/logl.c: Likewise.
23368         * lib/sincosl.c: Likewise.
23369         * lib/sinl.c: Likewise.
23370         * lib/sqrtl.c: Likewise.
23371         * lib/tanl.c: Likewise.
23372         * lib/trigl.c: Likewise.
23373         * m4/math_h.m4: New file.
23374         * MODULES.html.sh (Mathematics): Add math.
23375
23376 2007-02-17  Bruno Haible  <bruno@clisp.org>
23377
23378         * modules/wctype-tests: New file.
23379         * tests/test-wctype.c: New file.
23380
23381         * modules/wchar-tests: New file.
23382         * tests/test-wchar.c: New file.
23383
23384         * modules/unistd-tests: New file.
23385         * tests/test-unistd.c: New file.
23386
23387         * modules/time-tests: New file.
23388         * tests/test-time.c: New file.
23389
23390         * modules/sysexits-tests: New file.
23391         * tests/test-sysexits.c: New file.
23392
23393         * modules/sys_time-tests: New file.
23394         * tests/test-sys_time.c: New file.
23395
23396         * modules/sys_stat-tests: New file.
23397         * tests/test-sys_stat.c: New file.
23398
23399         * modules/sys_socket-tests: New file.
23400         * tests/test-sys_socket.c: New file.
23401
23402         * modules/sys_select-tests: New file.
23403         * tests/test-sys_select.c: New file.
23404
23405         * modules/string-tests: New file.
23406         * tests/test-string.c: New file.
23407
23408         * modules/stdbool-tests: New file.
23409         * tests/test-stdbool.c: New file.
23410
23411         * modules/netinet_in-tests: New file.
23412         * tests/test-netinet_in.c: New file.
23413
23414         * modules/inttypes-tests: New file.
23415         * tests/test-inttypes.c: New file.
23416
23417         * modules/fcntl-tests: New file.
23418         * tests/test-fcntl.c: New file.
23419
23420         * modules/byteswap-tests: New file.
23421         * tests/test-byteswap.c: New file.
23422
23423         * modules/arpa_inet-tests: New file.
23424         * tests/test-arpa_inet.c: New file.
23425
23426 2007-02-17  Bruno Haible  <bruno@clisp.org>
23427
23428         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
23429         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
23430         if the corresponding module is not enabled. Emit link warnings if
23431         the function is used nevertheless.
23432         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
23433         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
23434         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
23435         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
23436         * modules/inttypes (Depends-on): Add link-warning.
23437         (Makefile.am): Copy the contents of build-aux/link-warning.h into
23438         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
23439         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
23440         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
23441         * modules/imaxdiv (configure.ac): Likewise.
23442         * modules/strtoimax (configure.ac): Likewise.
23443         * modules/strtoumax (configure.ac): Likewise.
23444
23445 2007-02-17  Bruno Haible  <bruno@clisp.org>
23446
23447         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
23448         gl_STRING_MODULE_INDICATOR_DEFAULTS.
23449         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
23450         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
23451
23452 2007-02-17  Bruno Haible  <bruno@clisp.org>
23453
23454         * modules/link-warning: New file.
23455         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
23456         * lib/string_.h (GL_LINK_WARNING): Remove definition.
23457         * modules/string (Depends-on): Add link-warning.
23458         (Makefile.am): Copy the contents of build-aux/link-warning.h into
23459         string.h.
23460         * MODULES.html.sh (Support for building libraries and executables): Add
23461         link-warning.
23462
23463 2007-02-17  Bruno Haible  <bruno@clisp.org>
23464
23465         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
23466         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
23467         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
23468         long lines.
23469
23470 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
23471             Bruno Haible  <bruno@clisp.org>
23472
23473         * modules/tmpfile: New file.
23474         * lib/tmpfile.c: New file.
23475         * m4/tmpfile.m4: New file.
23476         * MODULES.html.sh (func_all_modules): New section "Input/output".
23477
23478 2007-02-15  Bruno Haible  <bruno@clisp.org>
23479
23480         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
23481         (supports_delete_on_close): New function.
23482         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
23483
23484 2007-02-14  Bruno Haible  <bruno@clisp.org>
23485
23486         * modules/mbspcasecmp-tests: New file.
23487         * tests/test-mbspcasecmp.sh: New file.
23488         * tests/test-mbspcasecmp.c: New file.
23489
23490         New module mbspcasecmp.
23491         * modules/mbspcasecmp: New file.
23492         * lib/mbspcasecmp.c: New file.
23493         * lib/string_.h (strncasecmp): Change warning message.
23494         (mbspcasecmp): New declaration.
23495         * m4/mbspcasecmp.m4: New file.
23496         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23497         GNULIB_MBSPCASECMP.
23498         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
23499         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
23500
23501 2007-02-14  Bruno Haible  <bruno@clisp.org>
23502
23503         * modules/mbsncasecmp-tests: New file.
23504         * tests/test-mbsncasecmp.sh: New file.
23505         * tests/test-mbsncasecmp.c: New file.
23506
23507         New module mbsncasecmp.
23508         * modules/mbsncasecmp: New file.
23509         * lib/mbsncasecmp.c: New file.
23510         * lib/string_.h (mbsncasecmp): New declaration.
23511         * m4/mbsncasecmp.m4: New file.
23512         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23513         GNULIB_MBSNCASECMP.
23514         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
23515         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
23516
23517 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
23518
23519         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
23520         Verify that it doesn't overlap with our flags.
23521         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
23522         do not have the desired effect in multibyte locales; instead, use
23523         mbscasecmp.
23524         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
23525         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
23526         we don't require GNU fnmatch ourselves (if our users require it, they
23527         should do so explicitly).
23528
23529         Fix regex code so it doesn't rely on strcasecmp.
23530         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
23531         Otherwise, include gnulib's langinfo.h.
23532         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
23533         undesirable behavior in non-C locales.  Instead, rely on localecharset.
23534         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
23535         * modules/regex (FILES): Remove m4/codeset.m4.
23536         (Depends-on): Add localcharset.  Remove strcase.
23537
23538 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23539
23540         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
23541         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
23542
23543 2007-02-13  Bruno Haible  <bruno@clisp.org>
23544
23545         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
23546         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23547
23548 2007-02-12  Bruno Haible  <bruno@clisp.org>
23549
23550         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
23551         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
23552         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
23553         time warning rather than a link error.
23554
23555 2007-02-12  Bruno Haible  <bruno@clisp.org>
23556
23557         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
23558         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
23559         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23560
23561 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
23562
23563         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
23564         args, not 2.
23565
23566 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
23567
23568         New module 'time', so that apps can include <time.h> as per
23569         POSIX and GNU instead of separate include files like time_r.h
23570         and timegm.h.  This implementation tries out a simpler approach
23571         for replacing decls in standard include files (as compared to
23572         the string module), somewhat as an experiment.
23573
23574         * config/srclist.txt: Comment out mktime.c for now.
23575         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
23576         since it doesn't apply any more.  Use generic wording instead.
23577         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
23578         'time'.
23579         * lib/time_.h, m4/time_h.m4, modules/time: New files.
23580         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
23581         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
23582         Don't include <sys/types.h>; no longer needed since we assume C89.
23583         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
23584         * lib/strftime.c: Likewise.
23585         * lib/time_r.c: Likewise.
23586         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
23587         * lib/nanosleep.c: Include <time.h> first, to check interface.
23588         * lib/strptime.c: Likewise.
23589         * lib/time_r.c: Likewise.
23590         * lib/timegm.c: Likewise.
23591         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
23592         needed.
23593         * lib/timegm.c: Don't include timegm.h; no longer needed.
23594         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
23595         time.h now handles any problems in that area.
23596         (struct timespec, nanosleep): Remove; time.h now arranges for these.
23597         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
23598         that time.h defines struct timespec.
23599         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
23600         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
23601         handles that.
23602         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
23603         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
23604         needed.  Set REPLACE_LOCALTIME.
23605         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
23606         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
23607         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
23608         nanosleep; time_h.m4 now does that.  Don't require
23609         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
23610         module handles this now.
23611         * modules/getdate (Depends-on): Remove timespec.  Add time.
23612         * modules/nanosleep (Depends-on): Likewise.
23613         * modules/stat-time (Depends-on): Likewise.
23614         * modules/nanosleep (Include): Include time.h, not timespec.h.
23615         * modules/strptime (Files): Remove lib/strptime.h.
23616         (Depends-on): Add extensions, time.
23617         (Include): Include time.h, not strptime.h.
23618         * modules/time_r (Files): Remove lib/time_r.h.
23619         (Depends-on): Add time.
23620         (Include): Include time.h, not time_r.h.
23621         * modules/timegm: Likewise.
23622         * modules/timespec (Description): Now does timespec-related decls
23623         of our own, instead of struct timespec itself.
23624         (Depends-on): Add time; remove extensions.
23625         (Maintainer): Add self.
23626         * modules/utimecmp (Depends-on): Add time; remove timespec.
23627         * modules/utimens (Depends-on): Likewise.
23628         * modules/xnanosleep (Depends-on): Likewise.
23629
23630 2007-02-11  Bruno Haible  <bruno@clisp.org>
23631
23632         * lib/c-strstr.c: Include allocsa.h.
23633         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23634         * lib/c-strcasestr.c: Include allocsa.h.
23635         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23636         * lib/strcasestr.c: Include allocsa.h.
23637         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23638         * lib/mbsstr.c: Include allocsa.h.
23639         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
23640         allocsa/freesa instead of malloc/free.
23641         * lib/mbscasestr.c: Include allocsa.h.
23642         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
23643         allocsa/freesa instead of malloc/free.
23644         * modules/c-strstr (Depends-on): Add allocsa.
23645         * modules/c-strcasestr (Depends-on): Likewise.
23646         * modules/strcasestr (Depends-on): Likewise.
23647         * modules/mbsstr (Depends-on): Likewise.
23648         * modules/mbscasestr (Depends-on): Likewise.
23649
23650 2007-02-11  Bruno Haible  <bruno@clisp.org>
23651
23652         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
23653
23654         * modules/mbsspn-tests: New file.
23655         * tests/test-mbsspn.sh: New file.
23656         * tests/test-mbsspn.c: New file.
23657
23658 2007-02-11  Bruno Haible  <bruno@clisp.org>
23659
23660         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
23661
23662         * modules/mbspbrk-tests: New file.
23663         * tests/test-mbspbrk.sh: New file.
23664         * tests/test-mbspbrk.c: New file.
23665
23666 2007-02-11  Bruno Haible  <bruno@clisp.org>
23667
23668         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
23669         unneeded cast.
23670
23671         * modules/mbscspn-tests: New file.
23672         * tests/test-mbscspn.sh: New file.
23673         * tests/test-mbscspn.c: New file.
23674
23675 2007-02-11  Bruno Haible  <bruno@clisp.org>
23676
23677         * modules/mbscasecmp-tests: New file.
23678         * tests/test-mbscasecmp.sh: New file.
23679         * tests/test-mbscasecmp.c: New file.
23680
23681 2007-02-11  Bruno Haible  <bruno@clisp.org>
23682
23683         Ensure O(n) worst-case complexity of mbscasestr.
23684         * lib/mbscasestr.c: Include stdbool.h.
23685         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
23686         functions.
23687         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
23688         the bookkeeping indicates that it's worth it.
23689         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
23690
23691         * modules/mbscasestr-tests: New file.
23692         * tests/test-mbscasestr1.c: New file.
23693         * tests/test-mbscasestr2.sh: New file.
23694         * tests/test-mbscasestr2.c: New file.
23695         * tests/test-mbscasestr3.sh: New file.
23696         * tests/test-mbscasestr3.c: New file.
23697         * tests/test-mbscasestr4.sh: New file.
23698         * tests/test-mbscasestr4.c: New file.
23699         * m4/locale-tr.m4: New file.
23700
23701 2007-02-11  Bruno Haible  <bruno@clisp.org>
23702
23703         Ensure O(n) worst-case complexity of mbsstr.
23704         * lib/mbsstr.c: Include stdbool.h.
23705         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
23706         functions.
23707         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
23708         bookkeeping indicates that it's worth it.
23709         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
23710
23711         * modules/mbsstr-tests: New file.
23712         * tests/test-mbsstr1.c: New file.
23713         * tests/test-mbsstr2.sh: New file.
23714         * tests/test-mbsstr2.c: New file.
23715         * tests/test-mbsstr3.sh: New file.
23716         * tests/test-mbsstr3.c: New file.
23717         * m4/locale-fr.m4: New file.
23718
23719 2007-02-11  Bruno Haible  <bruno@clisp.org>
23720
23721         * lib/mbsrchr.c (mbsrchr): Fix bug.
23722
23723         * modules/mbsrchr-tests: New file.
23724         * tests/test-mbsrchr.sh: New file.
23725         * tests/test-mbsrchr.c: New file.
23726
23727 2007-02-11  Bruno Haible  <bruno@clisp.org>
23728
23729         * lib/mbschr.c (mbschr): Fix bug.
23730
23731         * modules/mbschr-tests: New file.
23732         * tests/test-mbschr.sh: New file.
23733         * tests/test-mbschr.c: New file.
23734         * m4/locale-zh.m4: New file.
23735
23736 2007-02-11  Bruno Haible  <bruno@clisp.org>
23737
23738         Support for copying multibyte string iterators.
23739         * lib/mbiter.h: Include <string.h>.
23740         (mbiter_multi_copy): New function.
23741         (mbi_copy): New macro.
23742         * lib/mbuiter.h: Include <string.h>.
23743         (mbuiter_multi_copy): New function.
23744         (mbui_copy): New macro.
23745
23746 2007-02-11  Bruno Haible  <bruno@clisp.org>
23747
23748         New module mbslen.
23749         * modules/mbslen: New file.
23750         * lib/mbslen.c: New file.
23751         * lib/string_.h (mbslen): New declaration.
23752         * m4/mbslen.m4: New file.
23753         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23754         GNULIB_MBSLEN.
23755         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
23756         * MODULES.html.sh (Internationalization functions): Add mbslen.
23757
23758 2007-02-11  Bruno Haible  <bruno@clisp.org>
23759
23760         Ensure O(n) worst-case complexity of strcasestr substitute.
23761         * lib/strcasestr.c: Include stdbool.h.
23762         (knuth_morris_pratt): New function.
23763         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
23764         bookkeeping indicates that it's worth it.
23765         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
23766
23767         * modules/strcasestr-tests: New file.
23768         * tests/test-strcasestr.c: New file.
23769
23770 2007-02-11  Bruno Haible  <bruno@clisp.org>
23771
23772         Ensure O(n) worst-case complexity of c_strcasestr.
23773         * lib/c-strcasestr.c: Include stdbool.h, string.h.
23774         (knuth_morris_pratt): New function.
23775         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
23776         the bookkeeping indicates that it's worth it.
23777         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
23778
23779         * modules/c-strcasestr-tests: New file.
23780         * tests/test-c-strcasestr.c: New file.
23781
23782 2007-02-11  Bruno Haible  <bruno@clisp.org>
23783
23784         Ensure O(n) worst-case complexity of c_strstr.
23785         * lib/c-strstr.c: Include stdbool.h, string.h.
23786         (knuth_morris_pratt): New function.
23787         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
23788         bookkeeping indicates that it's worth it.
23789         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
23790
23791         * lib/c-strstr.c: Complete rewrite for maintainability.
23792
23793         * modules/c-strstr-tests: New file.
23794         * tests/test-c-strstr.c: New file.
23795
23796 2007-02-11  Bruno Haible  <bruno@clisp.org>
23797
23798         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
23799         5.2.1 and earlier, whereby \055 was treated just like the range
23800         delimiter '-'.
23801         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23802
23803 2007-02-08  Bruno Haible  <bruno@clisp.org>
23804
23805         * modules/regex (Depends-on): Add stdbool.
23806         Reported by Dalibor Topic <robilad@kaffe.org>.
23807
23808 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
23809
23810         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
23811         Prefer returning from main to exiting from it.
23812         Remove unnecessary parens after sizeof.
23813
23814 2007-02-05  Bruno Haible  <bruno@clisp.org>
23815
23816         New module mbssep.
23817         * modules/mbssep: New file.
23818         * lib/mbssep.c: New file.
23819         * lib/string_.h (strsep): Add a conditional link warning.
23820         (mbssep): New declaration.
23821         * m4/mbssep.m4: New file.
23822         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23823         GNULIB_MBSSEP.
23824         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
23825         * MODULES.html.sh (Internationalization functions): Add mbssep.
23826
23827 2007-02-05  Bruno Haible  <bruno@clisp.org>
23828
23829         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
23830         Optimize search in case of 1 delimiter.
23831
23832 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
23833
23834         * lib/acl.h: Include sys/types.h before sys/acl.h.
23835
23836 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
23837
23838         Merge upstream fix for glibc bugzilla #3957:
23839
23840         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
23841
23842         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
23843         bit for RE_HAT_LISTS_NOT_NEWLINE.
23844         (build_charclass_op): Remove bogus comment.
23845
23846 2007-02-05  Simon Josefsson  <simon@josefsson.org>
23847
23848         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
23849
23850 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
23851
23852         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
23853         * lib/memmem.c [!defined _LIBC]: Include config.h.
23854
23855 2007-02-04  Bruno Haible  <bruno@clisp.org>
23856
23857         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
23858         warning message.
23859
23860 2007-02-04  Bruno Haible  <bruno@clisp.org>
23861
23862         New module mbstok_r.
23863         * modules/mbstok_r: New file.
23864         * lib/mbstok_r.c: New file.
23865         * lib/string_.h (strtok_r): Change argument names to match the
23866         comments. Add a conditional link warning.
23867         (mbstok_r): New declaration.
23868         * m4/mbstok_r.m4: New file.
23869         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23870         GNULIB_MBSTOK_R.
23871         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
23872         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
23873
23874 2007-02-04  Bruno Haible  <bruno@clisp.org>
23875
23876         New module mbsspn.
23877         * modules/mbsspn: New file.
23878         * lib/mbsspn.c: New file.
23879         * lib/string_.h (strspn): Add a conditional link warning.
23880         (mbsspn): New declaration.
23881         * m4/mbsspn.m4: New file.
23882         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23883         GNULIB_MBSSPN.
23884         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
23885         * MODULES.html.sh (Internationalization functions): Add mbsspn.
23886
23887 2007-02-04  Bruno Haible  <bruno@clisp.org>
23888
23889         New module mbspbrk.
23890         * modules/mbspbrk: New file.
23891         * lib/mbspbrk.c: New file.
23892         * lib/string_.h (strpbrk): Add a conditional link warning.
23893         (mbspbrk): New declaration.
23894         * m4/mbspbrk.m4: New file.
23895         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23896         GNULIB_MBSPBRK.
23897         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
23898         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
23899
23900 2007-02-04  Bruno Haible  <bruno@clisp.org>
23901
23902         New module mbscspn.
23903         * modules/mbscspn: New file.
23904         * lib/mbscspn.c: New file.
23905         * lib/string_.h (strcspn): Add a conditional link warning.
23906         (mbscspn): New declaration.
23907         * m4/mbscspn.m4: New file.
23908         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23909         GNULIB_MBSCSPN.
23910         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
23911         * MODULES.html.sh (Internationalization functions): Add mbscspn.
23912
23913 2007-02-04  Bruno Haible  <bruno@clisp.org>
23914
23915         New module mbscasestr, reduced goal of strcasestr.
23916         * modules/mbscasestr: New file.
23917         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
23918         (mbscasestr): Renamed from strcasestr.
23919         * lib/strcasestr.c: Don't include mbuiter.h.
23920         (strcasestr): Remove support for multibyte locales.
23921         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
23922         Change the conditional link warning.
23923         (mbscasestr): New declaration.
23924         * m4/mbscasestr.m4: New file.
23925         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
23926         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
23927         REPLACE_STRCASESTR.
23928         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
23929         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23930         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
23931         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
23932         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
23933         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
23934         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
23935         (Depends-on): Remove mbuiter.
23936         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
23937
23938 2007-02-04  Bruno Haible  <bruno@clisp.org>
23939
23940         Simplify handling of strncasecmp.
23941         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
23942         the conditional link warning.
23943         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23944         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
23945         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
23946         * modules/strcase (configure.ac): Don't invoke
23947         gl_STRING_MODULE_INDICATOR.
23948         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
23949
23950 2007-02-04  Bruno Haible  <bruno@clisp.org>
23951
23952         New module mbscasecmp, reduced goal of strcasecmp.
23953         * modules/mbscasecmp: New file.
23954         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
23955         (mbscasecmp): Renamed from strcasecmp.
23956         * lib/strcasecmp.c: Don't include mbuiter.h.
23957         (strcasecmp): Remove support for multibyte locales.
23958         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
23959         Change the conditional link warning.
23960         (mbscasecmp): New declaration.
23961         * m4/mbscasecmp.m4: New file.
23962         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
23963         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
23964         REPLACE_STRCASECMP.
23965         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
23966         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23967         GNULIB_MBSCASECMP.
23968         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
23969         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
23970         * modules/strcase (Files): Remove m4/mbrtowc.m4.
23971         (Depends-on): Remove mbuiter.
23972         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
23973
23974 2007-02-04  Bruno Haible  <bruno@clisp.org>
23975
23976         New module mbsstr. Remove module strstr.
23977         * modules/mbsstr: New file.
23978         * modules/strstr: Remove file.
23979         * lib/mbsstr.c: Renamed from lib/strstr.c.
23980         (mbsstr): Renamed from strstr.
23981         * lib/string_.h (strstr): Remove declaration. Change the conditional
23982         link warning.
23983         (mbsstr): New declaration.
23984         * m4/mbsstr.m4: New file.
23985         * m4/strstr.m4: Remove file.
23986         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
23987         REPLACE_STRSTR.
23988         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
23989         Don't initialize GNULIB_STRSTR.
23990         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
23991         substitute GNULIB_STRSTR and REPLACE_STRSTR.
23992         * MODULES.html.sh (Internationalization functions): Add mbsstr.
23993         (Support for systems lacking ANSI C 89): Remove strstr.
23994
23995 2007-02-04  Bruno Haible  <bruno@clisp.org>
23996
23997         New module mbsrchr.
23998         * modules/mbsrchr: New file.
23999         * lib/mbsrchr.c: New file.
24000         * lib/string_.h (strrchr): Add a conditional link warning.
24001         (mbsrchr): New declaration.
24002         * m4/mbsrchr.m4: New file.
24003         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
24004         GNULIB_MBSRCHR.
24005         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
24006         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
24007
24008 2007-02-04  Bruno Haible  <bruno@clisp.org>
24009
24010         New module mbschr.
24011         * modules/mbschr: New file.
24012         * lib/mbschr.c: New file.
24013         * lib/string_.h (strchr): Add a conditional link warning.
24014         (mbschr): New declaration.
24015         * m4/mbschr.m4: New file.
24016         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
24017         GNULIB_MBSCHR.
24018         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
24019         * MODULES.html.sh (Internationalization functions): Add mbschr.
24020
24021 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
24022
24023         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
24024
24025         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
24026
24027 2007-02-04  Bruno Haible  <bruno@clisp.org>
24028
24029         New module description section 'configure.ac-early'.
24030         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
24031         (func_get_autoconf_early_snippet): New function.
24032         (func_import, func_create_testdir): Use it. Remove special cases for
24033         modules 'extensions' and 'lock'.
24034         * modules/extensions (configure.ac-early): Require
24035         gl_USE_SYSTEM_EXTENSIONS.
24036         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
24037
24038 2007-02-04  Bruno Haible  <bruno@clisp.org>
24039
24040         Make use of gcj-4.3's -fsource and -ftarget option.
24041         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
24042         and if so try the options -fsource and -ftarget.
24043         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
24044         source_version, ftarget_option, target_version arguments.
24045         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
24046         (is_envjavac_oldgcj_14_14_usable): Renamed from
24047         is_envjavac_gcj_14_14_usable.
24048         (is_envjavac_oldgcj_14_13_usable): Renamed from
24049         is_envjavac_gcj_14_13_usable.
24050         (is_gcj_present): Update.
24051         (is_gcj_43, is_gcj43_usable): New functions.
24052         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
24053         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
24054         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
24055         try the options -fsource and -ftarget.
24056
24057 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
24058
24059         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
24060         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
24061         larger value.
24062
24063 2007-02-03  Jim Meyering  <jim@meyering.net>
24064
24065         Give tools a better chance to allocate space for very large buffers.
24066         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
24067
24068         Make pwd and readlink work also when run with an unreadable parent dir
24069         on systems with openat support.
24070         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
24071         provided getcwd function, even when we have openat support.
24072         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
24073
24074 2007-02-02  Bruno Haible  <bruno@clisp.org>
24075
24076         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
24077         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
24078         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
24079         portability problems if one of these functions is only used on specific
24080         platforms.
24081         Reported by Paul Eggert.
24082
24083 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
24084
24085         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
24086         is causing more trouble than it's curing.
24087         * lib/regex_internal.h (__mempcpy): Remove.
24088         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
24089         (and make the code a tad smaller to boot).
24090         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
24091
24092 2007-02-02  Jim Meyering  <jim@meyering.net>
24093
24094         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
24095         section, not in the Makefile.am: one.
24096
24097 2007-02-02  Eric Blake  <ebb9@byu.net>
24098
24099         * lib/strchrnul.c: Always include config.h first.
24100
24101         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
24102         gnulib strstr is not necessary here.
24103
24104 2007-02-02  Simon Josefsson  <simon@josefsson.org>
24105
24106         * m4/socklen.m4: Fix typo.
24107
24108 2007-02-02  Eric Blake  <ebb9@byu.net>
24109
24110         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
24111         * modules/netinet_in (Makefile.am): Likewise.
24112
24113 2007-02-01  Bruno Haible  <bruno@clisp.org>
24114
24115         * lib/string_.h (GL_LINK_WARNING): New macro.
24116         (strcasecmp, strstr, strcasestr): If provided by the system,
24117         conditionally define as a macro that leads to a warning instead of to
24118         an error.
24119         (strncasecmp): Conditionally define as a macro that leads to a warning.
24120
24121 2007-02-01  Karl Berry  <karl@gnu.org>
24122
24123         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
24124
24125 2007-02-01  Bruno Haible  <bruno@clisp.org>
24126
24127         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
24128         renamings.
24129
24130 2007-02-01  Eric Blake  <ebb9@byu.net>
24131
24132         * modules/regex (Depends-on): Revert dependence on mempcpy.
24133         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
24134         module's definition of mempcpy.
24135         Reported by Paul Eggert.
24136
24137 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
24138
24139         * lib/string_.h: If the gnulib module XYZ is not present, undefine
24140         the symbol XYZ before redefining it.  This fixes a problem with
24141         programs that don't use XYZ, when compiled on systems that define
24142         XYZ to something else.
24143
24144 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
24145
24146         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
24147         occurs when "mkdir -m foo" creates a setgid directory that is (1)
24148         writeable to group or other and (2) is intended to have a special
24149         mode bit that is set or cleared.  In such a case, the directory
24150         should be neither group- nor other-writeable until the special
24151         mode bits are right.
24152
24153 2007-01-31  Eric Blake  <ebb9@byu.net>
24154
24155         * modules/mountlist (Depends-on): Add strstr.
24156
24157         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
24158         bug.
24159         * modules/string (Makefile.am): Remove redundant replacement.
24160         * modules/regex (Depends-on): Add mempcpy.
24161
24162 2007-01-31  Bruno Haible  <bruno@clisp.org>
24163
24164         New module description field 'Link'.
24165         * gnulib-tool (func_usage): Document --extract-link-directive.
24166         (sed_extract_prog): Recognize 'Link' directive.
24167         (func_get_link_directive): New function.
24168         (func_import): Show summary of link directives.
24169         Handle --extract-link-directive option.
24170         * modules/acl (Link): New section.
24171         * modules/clock-time (Link): New section.
24172         * modules/euidaccess (Link): New section.
24173         * modules/gettext (Link): New section.
24174         * modules/iconv (Link): New section.
24175         * modules/lock (Link): New section.
24176         * modules/nanosleep (Link): New section.
24177         * modules/readline (Link): New section.
24178
24179 2007-01-27  Bruno Haible  <bruno@clisp.org>
24180
24181         Enforce the use of gnulib modules for unportable <string.h> functions.
24182         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
24183         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
24184         (gl_HEADER_STRING_H_BODY): Require it.
24185         * lib/string_.h: If the gnulib module XYZ is not present, redefine
24186         the symbol XYZ to one that gives a link error.
24187         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
24188         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
24189         * modules/mempcpy (configure.ac): Likewise.
24190         * modules/memrchr (configure.ac): Likewise.
24191         * modules/stpcpy (configure.ac): Likewise.
24192         * modules/stpncpy (configure.ac): Likewise.
24193         * modules/strcase (configure.ac): Likewise.
24194         * modules/strcasestr (configure.ac): Likewise.
24195         * modules/strchrnul (configure.ac): Likewise.
24196         * modules/strdup (configure.ac): Likewise.
24197         * modules/strndup (configure.ac): Likewise.
24198         * modules/strnlen (configure.ac): Likewise.
24199         * modules/strpbrk (configure.ac): Likewise.
24200         * modules/strsep (configure.ac): Likewise.
24201         * modules/strstr (configure.ac): Likewise.
24202         * modules/strtok_r (configure.ac): Likewise.
24203
24204 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
24205
24206         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
24207
24208 2007-01-30  Jim Meyering  <jim@meyering.net>
24209
24210         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
24211
24212 2007-01-29  Bruno Haible  <bruno@clisp.org>
24213
24214         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
24215         * lib/execute.c: Likewise.
24216         * lib/pipe.c: Likewise.
24217         * lib/printf-args.h: Likewise.
24218         * lib/printf-args.c: Likewise.
24219         * lib/printf-parse.c: Likewise.
24220         * lib/vasnprintf.c: Likewise.
24221
24222 2007-01-29  Eric Blake  <ebb9@byu.net>
24223
24224         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
24225         declaration.
24226
24227 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
24228
24229         * lib/strptime.h (strptime): Use 'restrict' for args where
24230         POSIX requires this.
24231         * lib/strptime.c (strptime): Likewise.
24232         Change license notice from LGPL to GPL, since gnulib-tool will
24233         change this as needed.
24234         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
24235         defined.
24236         Include "strptime.h" first, to check interface.
24237         Do not #undef _LIBC and _NL_CURRENT.
24238         Do not include <stdlib.h>; no longer needed.
24239         Include "time_r.h" and declare ptime_locale_status
24240         only if _LIBC is not defined.
24241         (__P): Remove unused macro.
24242         (match_string): Bring back glibc version, but use it only if _LIBC
24243         is defined.
24244         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
24245         Remove unnecessary assertion and abort() call.
24246         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
24247         * m4/strptime.m4: Fix serial number comment.
24248         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
24249         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
24250         (Depends-on): Add time_r.
24251
24252 2007-01-29  Bruno Haible  <bruno@clisp.org>
24253
24254         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24255         strptime.
24256         * modules/strptime (Depends-on): Add stdbool.
24257         * lib/strptime.h: Include <time.h> always. Add comments.
24258
24259 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24260
24261         * modules/strptime: New file.
24262         * lib/strptime.h: New file.
24263         * lib/strptime.c: New file.
24264         * m4/strptime.m4: New file.
24265
24266 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
24267
24268         * MODULES.html.sh: New module mpsort.
24269         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
24270
24271         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
24272         a circularity problem with HP-UX ia64 reported by Bob Proulx in
24273         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
24274         All uses changed.
24275         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
24276         All uses changed.
24277         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
24278         to _Restrict_.
24279         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
24280         the parameter matches the prototype.
24281
24282 2007-01-28  Jim Meyering  <jim@meyering.net>
24283
24284         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
24285         sys/time.h here, reverting that part of the previous patch:
24286         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
24287
24288 2007-01-28  Bruno Haible  <bruno@clisp.org>
24289
24290         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
24291         value of $(SYS_TIME_H).
24292         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
24293         remove it conditionally, too. [added by Jim Meyering]
24294         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
24295         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
24296         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
24297         GETTIMEOFDAY_REPLACEMENT to 1.
24298
24299 2007-01-28  Bruno Haible  <bruno@clisp.org>
24300
24301         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
24302         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
24303         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
24304         Set UNISTD_H instead of UNISTD_H2.
24305         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
24306
24307 2007-01-28  Bruno Haible  <bruno@clisp.org>
24308
24309         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
24310         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
24311
24312 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24313
24314         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
24315         (func_create_testdir): Ensure C locale for `grep' and `tr'
24316         character ranges.
24317         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
24318         ACLOCAL_AMFLAGS parsing state machine.
24319
24320 2007-01-27  Bruno Haible  <bruno@clisp.org>
24321
24322         * modules/unistr/base: Update.
24323
24324 2007-01-27  Bruno Haible  <bruno@clisp.org>
24325
24326         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
24327         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
24328         * modules/unistr/u32-mbtouc-unsafe: Renamed from
24329         modules/unistr/u32-mbtouc.
24330         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
24331         * lib/unistr.h: Update.
24332         * lib/linebreak.c: Update.
24333         * modules/unistr/u32-mbtouc: Renamed from
24334         modules/unistr/u32-mbtouc-safe.
24335         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
24336         * lib/unistr.h: Update.
24337         * lib/unistr/u32-to-u8.c: Update.
24338         * lib/unistr/u32-to-u16.c: Update.
24339
24340 2007-01-27  Bruno Haible  <bruno@clisp.org>
24341
24342         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
24343         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
24344         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
24345         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
24346         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
24347         * modules/unistr/u16-mbtouc-unsafe: Renamed from
24348         modules/unistr/u16-mbtouc.
24349         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
24350         * lib/unistr.h: Update.
24351         * lib/linebreak.c: Update.
24352         * modules/linebreak: Update.
24353         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
24354         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
24355         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
24356         * modules/unistr/u16-mbtouc: Renamed from
24357         modules/unistr/u16-mbtouc-safe.
24358         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
24359         * lib/unistr.h: Update.
24360         * lib/unistr/u16-to-u8.c: Update.
24361         * modules/unistr/u16-to-u8: Update.
24362         * lib/unistr/u16-to-u32.c: Update.
24363         * modules/unistr/u16-to-u32: Update.
24364
24365 2007-01-27  Bruno Haible  <bruno@clisp.org>
24366
24367         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
24368         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
24369         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
24370         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
24371         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
24372         * modules/unistr/u8-mbtouc-unsafe: Renamed from
24373         modules/unistr/u8-mbtouc.
24374         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
24375         * lib/unistr.h: Update.
24376         * lib/striconveh.c: Update.
24377         * modules/striconveh: Update.
24378         * lib/linebreak.c: Update.
24379         * modules/linebreak: Update.
24380         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
24381         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
24382         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
24383         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
24384         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
24385         * lib/unistr.h: Update.
24386         * lib/striconveh.c: Update.
24387         * modules/striconveh: Update.
24388         * lib/unistr/u8-to-u16.c: Update.
24389         * modules/unistr/u8-to-u16: Update.
24390         * lib/unistr/u8-to-u32.c: Update.
24391         * modules/unistr/u8-to-u32: Update.
24392
24393 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24394
24395         Sync from Libtool.
24396         * lib/argz.c: Do not include strings.h nor memory.h, include
24397         string.h unconditionally.  Patch by Simon Josefsson.
24398
24399 2007-01-27  Bruno Haible  <bruno@clisp.org>
24400
24401         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
24402         from gl_HEADER_STRING_H_BODY.
24403         (gl_HEADER_STRING_H_BODY): Require it.
24404         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
24405         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
24406         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
24407         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
24408         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
24409         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
24410         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24411         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
24412         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
24413         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
24414         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
24415         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
24416         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
24417         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24418         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
24419
24420 2007-01-27  Bruno Haible  <bruno@clisp.org>
24421
24422         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
24423         check_PROGRAMS into noinst_PROGRAMS.
24424         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
24425         check_PROGRAMS in this case.
24426         (func_import): Set for_test to false.
24427         (func_create_testdir): Set for_test to true.
24428
24429 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
24430             Bruno Haible  <bruno@clisp.org>
24431
24432         * modules/strcasestr (Files): Remove lib/strcasestr.h.
24433         (Depends-on): Add string.
24434         (Includes): Use <string.h> instead of strcasestr.h.
24435         * modules/string (Makefile.am): Also substitute the value of
24436         REPLACE_STRCASESTR.
24437         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
24438         assume strcasestr is declared in <string.h> not <strings.h>. Also
24439         set REPLACE_STRCASESTR.
24440         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
24441         REPLACE_STRCASESTR.
24442         * lib/strcasestr.h: Remove file.
24443         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
24444         * lib/string_.h (strcasestr): New declaration.
24445
24446 2007-01-27  Bruno Haible  <bruno@clisp.org>
24447
24448         * lib/string_.h: Use 'extern'.
24449
24450 2007-01-27  Jim Meyering  <jim@meyering.net>
24451
24452         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
24453         of set-but-not-used local, "q".
24454
24455         * lib/mempcpy.c: Include <config.h> before <string.h>.
24456         This fixes a compilation error on HP-UX, due to the system's
24457         "restrict"-using mempcpy prototype.
24458
24459 2007-01-26  Bruno Haible  <bruno@clisp.org>
24460
24461         Small optimization.
24462         * lib/javacomp.c: Include c-strstr.h.
24463          (is_envjavac_gcj): Use c_strstr instead of strstr.
24464         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
24465
24466 2007-01-26  Bruno Haible  <bruno@clisp.org>
24467
24468         * MODULES.html.sh (Unicode string functions): Add the new modules.
24469
24470         * modules/uniconv/u32-strconv-to-locale: New file.
24471         * lib/uniconv/u32-strconv-to-locale.c: New file.
24472
24473         * modules/uniconv/u16-strconv-to-locale: New file.
24474         * lib/uniconv/u16-strconv-to-locale.c: New file.
24475
24476         * modules/uniconv/u8-strconv-to-locale: New file.
24477         * lib/uniconv/u8-strconv-to-locale.c: New file.
24478
24479         * modules/uniconv/u32-strconv-from-locale: New file.
24480         * lib/uniconv/u32-strconv-from-locale.c: New file.
24481
24482         * modules/uniconv/u16-strconv-from-locale: New file.
24483         * lib/uniconv/u16-strconv-from-locale.c: New file.
24484
24485         * modules/uniconv/u8-strconv-from-locale: New file.
24486         * lib/uniconv/u8-strconv-from-locale.c: New file.
24487
24488         * modules/uniconv/u32-strconv-to-enc: New file.
24489         * lib/uniconv/u32-strconv-to-enc.c: New file.
24490         * modules/uniconv/u32-strconv-to-enc-tests: New file.
24491         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
24492
24493         * modules/uniconv/u16-strconv-to-enc: New file.
24494         * lib/uniconv/u16-strconv-to-enc.c: New file.
24495         * lib/uniconv/u-strconv-to-enc.h: New file.
24496         * modules/uniconv/u16-strconv-to-enc-tests: New file.
24497         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
24498
24499         * modules/uniconv/u8-strconv-to-enc: New file.
24500         * lib/uniconv/u8-strconv-to-enc.c: New file.
24501         * modules/uniconv/u8-strconv-to-enc-tests: New file.
24502         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
24503
24504         * modules/uniconv/u32-strconv-from-enc: New file.
24505         * lib/uniconv/u32-strconv-from-enc.c: New file.
24506         * modules/uniconv/u32-strconv-from-enc-tests: New file.
24507         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
24508
24509         * modules/uniconv/u16-strconv-from-enc: New file.
24510         * lib/uniconv/u16-strconv-from-enc.c: New file.
24511         * modules/uniconv/u16-strconv-from-enc-tests: New file.
24512         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
24513
24514         * modules/uniconv/u8-strconv-from-enc: New file.
24515         * lib/uniconv/u8-strconv-from-enc.c: New file.
24516         * lib/uniconv/u-strconv-from-enc.h: New file.
24517         * modules/uniconv/u8-strconv-from-enc-tests: New file.
24518         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
24519
24520         * modules/uniconv/u32-conv-from-enc: New file.
24521         * lib/uniconv/u32-conv-from-enc.c: New file.
24522         * modules/uniconv/u32-conv-from-enc-tests: New file.
24523         * tests/uniconv/test-u32-conv-from-enc.c: New file.
24524
24525         * modules/uniconv/u16-conv-from-enc: New file.
24526         * lib/uniconv/u16-conv-from-enc.c: New file.
24527         * lib/uniconv/u-conv-from-enc.h: New file.
24528         * modules/uniconv/u16-conv-from-enc-tests: New file.
24529         * tests/uniconv/test-u16-conv-from-enc.c: New file.
24530
24531         * modules/uniconv/u8-conv-from-enc: New file.
24532         * lib/uniconv/u8-conv-from-enc.c: New file.
24533         * modules/uniconv/u8-conv-from-enc-tests: New file.
24534         * tests/uniconv/test-u8-conv-from-enc.c: New file.
24535
24536         * modules/uniconv/base: New file.
24537         * lib/uniconv.h: New file.
24538
24539 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
24540
24541         * doc/gnulib-tool.texi (Initial import): Update to match current
24542         behavior with strdup module.
24543         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
24544         * lib/memmem.h: Remove; all uses removed.  This is now done
24545         by <string.h>.
24546         * lib/mempcpy.h: Likewise.
24547         * lib/memrchr.h: Likewise.
24548         * lib/stpcpy.h: Likewise.
24549         * lib/stpncpy.h: Likewise.
24550         * lib/strcase.h: Likewise.
24551         * lib/strchrnul.h: Likewise.
24552         * lib/strdup.h: Likewise.
24553         * lib/strndup.h: Likewise.
24554         * lib/strnlen.h: Likewise.
24555         * lib/strpbrk.h: Likewise.
24556         * lib/strsep.h: Likewise.
24557         * lib/strstr.h: Likewise.
24558         * lib/strtok_r.h: Likewise.
24559         * lib/string_.h: New file.
24560         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
24561         Rely on <string.h> instead.
24562         * lib/canon-host.c: Likewise.
24563         * lib/chdir-long.c: Likewise.
24564         * lib/concatpath.c: Likewise.
24565         * lib/exclude.c: Likewise.
24566         * lib/fchdir.c: Likewise.
24567         * lib/getaddrinfo.c: Likewise.
24568         * lib/getcwd.c: Likewise.
24569         * lib/getsubopt.c: Likewise.
24570         * lib/glob.c: Likewise.
24571         * lib/hard-locale.c: Likewise.
24572         * lib/iconvme.c: Likewise.
24573         * lib/javacomp.c: Likewise.
24574         * lib/mempcpy.c: Likewise.
24575         * lib/memrchr.c: Likewise.
24576         * lib/regex_internal.h: Likewise.
24577         * lib/stpncpy.c: Likewise.
24578         * lib/strcasecmp.c: Likewise.
24579         * lib/strchrnul.c: Likewise.
24580         * lib/strdup.c: Likewise.
24581         * lib/striconv.c: Likewise.
24582         * lib/striconveh.c: Likewise.
24583         * lib/striconveha.c: Likewise.
24584         * lib/strncasecmp.c: Likewise.
24585         * lib/strndup.c: Likewise.
24586         * lib/strnlen.c: Likewise.
24587         * lib/strsep.c: Likewise.
24588         * lib/strstr.c: Likewise.
24589         * lib/strtok_r.c: Likewise.
24590         * lib/userspec.c: Likewise.
24591         * lib/w32spawn.h: Likewise.
24592         * lib/xstrndup.c: Likewise.
24593         * lib/mountlist.c (strstr): Remove decl.
24594         * m4/string_h.m4: New file.
24595         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
24596         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
24597         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
24598         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
24599         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
24600         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
24601         Set REPLACE_STRCASECMP if necessary.
24602         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
24603         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
24604         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
24605         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
24606         HAVE_DECL_STRDUP if necessary.
24607         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
24608         since gl_FUNC_STRNDUP does that now.
24609         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
24610         Check for decl here...
24611         (gl_PREREQ_STRNLEN): ... not here.
24612         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
24613         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
24614         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
24615         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
24616         necessary.
24617         * modules/string: New file.
24618         * modules/memmem (Files): Remove special-purpose include file.
24619         (Depends-on): Add string.
24620         (Include): Include <string.h>, not the removed file.
24621         * modules/mempcpy: Likewise.
24622         * modules/memrchr: Likewise.
24623         * modules/stpcpy: Likewise.
24624         * modules/stpncpy: Likewise.
24625         * modules/strcase: Likewise.
24626         * modules/strchrnul: Likewise.
24627         * modules/strdup: Likewise.
24628         * modules/strndup: Likewise.
24629         * modules/strnlen: Likewise.
24630         * modules/strpbrk: Likewise.
24631         * modules/strsep: Likewise.
24632         * modules/strstr: Likewise.
24633         * modules/strtok_r: Likewise.
24634         * tests/test-dirname.c: Don't include "strdup.h", since
24635         <string.h> now suffices.
24636         * tests/test-memmem.c: Don't include "memmem.h", since
24637         <string.h> now suffices.
24638
24639 2007-01-25  Bruno Haible  <bruno@clisp.org>
24640
24641         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
24642         *resultp is 0.
24643
24644         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
24645         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
24646         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
24647         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
24648
24649         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
24650         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
24651         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
24652         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
24653         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
24654         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
24655
24656 2007-01-24  Bruno Haible  <bruno@clisp.org>
24657
24658         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
24659         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
24660         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
24661         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
24662         gl_FUNC_FTS_CORE.
24663         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
24664         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
24665         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24666         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
24667         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
24668         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
24669         gl_FUNC_FCHOWNAT.
24670         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
24671         gl_FUNC_STRFTIME.
24672         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
24673         Reported by Ralf Wildenhues.
24674
24675 2007-01-24  Bruno Haible  <bruno@clisp.org>
24676
24677         Drop AC_REQUIRE calls that are redundant with the module dependencies.
24678         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
24679         gl_GETADDRINFO.
24680         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
24681         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
24682         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
24683
24684 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
24685
24686         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
24687         Don't use 'exit'; just return from 'main'.
24688         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
24689
24690         * lib/fnmatch_.h: Readjust white space and comments to match
24691         glibc, to avoid spurious diffs.
24692
24693 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24694
24695         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
24696         2004-12-01 change by Jakub Jelinek, since this code won't compile
24697         if !LIBC.  Problem reported by Bob Proulx.
24698
24699 2007-01-23  Bruno Haible  <bruno@clisp.org>
24700
24701         * lib/striconveh.c: Include c-strcaseeq.h.
24702         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
24703         * modules/striconveh (Depends-on): Add c-strcaseeq.
24704
24705 2007-01-23  Bruno Haible  <bruno@clisp.org>
24706
24707         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
24708
24709         * modules/c-strcaseeq: New file.
24710         * lib/c-strcaseeq.h: New file.
24711
24712         * modules/streq: New file.
24713         * lib/streq.h: New file.
24714
24715 2007-01-23  Bruno Haible  <bruno@clisp.org>
24716
24717         * modules/striconveha-tests: New file.
24718         * tests/test-striconveha.c: New file.
24719
24720         * lib/striconveha.h: Include <stdbool.h>.
24721         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
24722         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
24723         (mem_iconveha_notranslit): Renamed from mem_iconveha.
24724         (mem_iconveha): New function.
24725         (str_iconveha_notranslit): Renamed from str_iconveha.
24726         (str_iconveha): New function.
24727         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
24728         c-strcase.
24729
24730 2007-01-23  Bruno Haible  <bruno@clisp.org>
24731
24732         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
24733         encodings without forgiving before trying any encoding with handler.
24734         (str_iconveha): Try all encodings without forgiving before trying any
24735         encoding with handler.
24736
24737 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24738
24739         Import the following changes from libc.
24740
24741         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
24742
24743         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
24744
24745         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
24746
24747         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
24748         normal_bracket label.
24749
24750         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
24751
24752         [BZ #361]
24753         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
24754         to normal_bracket after fetching the next character.
24755
24756 2007-01-22  Bruno Haible  <bruno@clisp.org>
24757
24758         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
24759         argument.
24760         * lib/striconveh.c (iconv_carefully_1): New function.
24761         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
24762         argument.
24763         (str_cd_iconveh): Update.
24764         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
24765         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
24766         * tests/test-striconveh.c (MAGIC): New macro.
24767         (new_offsets): New function.
24768         (main): Test call with and without offsets.
24769
24770 2007-01-22  Bruno Haible  <bruno@clisp.org>
24771
24772         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
24773         * modules/sys_select (Makefile.am): Likewise.
24774         * modules/sys_socket (Makefile.am): Likewise.
24775         * modules/sys_time (Makefile.am): Likewise.
24776
24777 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
24778
24779         * modules/gettimeofday (License): Change from GPL to LGPL, since
24780         gettimeofday is a library function.
24781
24782 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24783
24784         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
24785
24786 2007-01-21  Bruno Haible  <bruno@clisp.org>
24787
24788         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
24789
24790 2007-01-21  Bruno Haible  <bruno@clisp.org>
24791
24792         * modules/striconveha: New file.
24793         * lib/striconveha.h: New file.
24794         * lib/striconveha.c: New file.
24795         * MODULES.html.sh (Internationalization functions): Add striconveha.
24796         * lib/striconv.c (str_iconv): Optimize the case of an empty input
24797         string.
24798         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
24799
24800 2007-01-21  Bruno Haible  <bruno@clisp.org>
24801
24802         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
24803         * lib/striconveh.c (str_iconveh): Likewise.
24804
24805 2007-01-21  Bruno Haible  <bruno@clisp.org>
24806
24807         * lib/striconveh.h (mem_iconveh): New declaration.
24808         * lib/striconveh.c (mem_iconveh): New function.
24809         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
24810
24811 2007-01-21  Bruno Haible  <bruno@clisp.org>
24812
24813         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
24814
24815         * lib/striconveh.h (mem_cd_iconveh): Change specification.
24816         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
24817         original result buffer.
24818         (str_cd_iconveh): Update.
24819         * tests/test-striconveh.c (main): Update.
24820
24821         * lib/striconv.h (mem_cd_iconv): Change specification.
24822         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
24823         result buffer.
24824         (str_cd_iconv): Update.
24825         * tests/test-striconv.c (main): Update.
24826
24827 2007-01-21  Bruno Haible  <bruno@clisp.org>
24828
24829         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
24830
24831 2007-01-20  Jim Meyering  <jim@meyering.net>
24832
24833         * lib/userspec.c (parse_with_separator): If a user or group string
24834         starts with "+", skip the corresponding name-to-ID look-up, since
24835         such a look-up must fail: user and group names may not include "+".
24836
24837 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
24838
24839         * lib/poll.c: Include sys/time.h and time.h unconditionally,
24840         since we now assume the sys_time module.
24841         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
24842         check for sys/time.h; no longer needed.
24843         * modules/poll (Depends-on): Depend on sys_time.
24844
24845 2007-01-18  Bruno Haible  <bruno@clisp.org>
24846
24847         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
24848         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
24849
24850         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
24851         gettimeofday.
24852
24853         * tests/test-gettimeofday.c: Include <time.h>.
24854         (dummy): Remove variable.
24855
24856         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
24857         gl_HEADER_SYS_TIME_H.
24858         (gl_HEADER_SYS_TIME_H): New macro.
24859
24860         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
24861         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24862         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
24863         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
24864         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24865         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
24866         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
24867         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24868         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
24869         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
24870         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24871
24872         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
24873         last change; it caused a compilation error when cross-compiling to
24874         Cygwin.
24875
24876 2007-01-18  Jim Meyering  <jim@meyering.net>
24877
24878         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
24879         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
24880         than the race-prone "test -d sys || mkdir sys".
24881         (configure.ac): Use AC_PROG_MKDIR_P.
24882         * modules/sys_select: Likewise.
24883         * modules/sys_socket: Likewise.
24884         * modules/sys_time: Likewise.
24885
24886 2007-01-18  Eric Blake  <ebb9@byu.net>
24887
24888         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
24889         replace gettimeofday.
24890         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
24891         name, to avoid infinite recursion.
24892
24893 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
24894
24895         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
24896         module sys_time.
24897         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
24898         assume timespec.h defines struct timeval.
24899         * lib/settime.c: Likewise.
24900         * lib/utimens.c: Likewise.
24901         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
24902         since we now assume the gettimeofday module.
24903         * lib/tempname.c (__gen_tempname): Likewise.
24904         * lib/gettimeofday.h: Remove.
24905         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
24906         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
24907         Include <time.h>, for 'time()'.
24908         (localtime_buffer_addr): Also use this workaround if
24909         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
24910         to simplify the uses.  All uses changed.
24911         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
24912         that #undef is inside {}, and 'const' follows type name consistently.
24913         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
24914         (gettimeofday): Do not use the maximum possible value for
24915         tv->tv_usec, since that might break usages other than ls.c.
24916         Instead, we'll leave ls.c alone.  This undoes today's patch
24917         by Bruno.  Add a compile-time warning for 1s-clock resolution;
24918         we've never observed the problem but might as well keep the
24919         canary.
24920         * lib/nanosleep.c: Include timespec.h first, for interface check.
24921         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
24922         now assume the sys_time module.
24923         * lib/tempname.c: Likewise.
24924         * lib/timespec.h: Likewise.
24925         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
24926         needed.
24927         * lib/strftime.c: Likewise.
24928         * lib/timespec.h: Likewise.
24929         * lib/posixtm.c: Include posixtm.h first, for interface check.
24930         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
24931         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
24932         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
24933         * lib/sys_time_.h: New file.
24934         * lib/timespec.h (struct timespec): Use long int, not long.
24935         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
24936         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
24937         Remove obsolescent call to AC_HEADER_TIME.
24938         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
24939         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
24940         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
24941         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
24942         Likewise.
24943         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
24944         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
24945         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
24946         into the sys_time module.  Check for gettimeofday just once.
24947         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
24948         for gettimeofday signature to just check the signature.  Merely
24949         compile it, since linking doesn't test signature.  Improve test for
24950         whether gettimeofday.o is actually needed.
24951         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
24952         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
24953         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
24954         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24955         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
24956         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
24957         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
24958         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
24959         than worrying about sys/time.h.
24960         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
24961         Don't bother worrying about TIME_WITH_SYS_TIME.
24962         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
24963         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
24964         * m4/sys_time_h.m4: New file.
24965         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
24966         Don't include sys/time.h.  Return from main rather than exiting.
24967         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
24968         all uses changed.
24969         * modules/gethrxtime (Depends-on): Add sys_time.
24970         * modules/gettime (Depends-on): Likewise.
24971         * modules/gettimeofday (Depends-on): Likewise.
24972         * modules/nanosleep (Depends-on): Likewise.
24973         * modules/settime (Depends-on): Likewise.
24974         * modules/tempname (Depends-on): Likewise.
24975         * modules/utimens (Depends-on): Likewise.
24976         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
24977         (Include:) Change back to <sys/time.h>.
24978         (Maintainer:) Add self.
24979         * modules/sys_time: New file.
24980         * modules/tempname (Depends-on): Add gettimeofday.
24981         * tests/test-gettimeofday.c: Include <sys/time.h>
24982         rather than gettimeofday.h.
24983
24984 2007-01-17  Bruno Haible  <bruno@clisp.org>
24985
24986         * gnulib-tool (func_get_license): Revert last patch. Instead, let
24987         the license default to GPL.
24988         (func_create_testdir): Don't complain if a module is LGPL and its
24989         tests module depends on GPLed modules.
24990
24991 2007-01-17  Bruno Haible  <bruno@clisp.org>
24992
24993         * lib/gettimeofday.c (gettimeofday): Add code for the case
24994         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
24995         maximum possible value for tv->tv_usec, rather than the minimum one.
24996
24997 2005-10-08  Martin Lambers  <marlam@marlam.de>
24998 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
24999 2007-01-16  Bruno Haible  <bruno@clisp.org>
25000
25001         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
25002         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
25003         gl_FUNC_GETTIMEOFDAY.
25004         (Include): Add gettimeofday.h.
25005         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
25006         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
25007         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
25008         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
25009         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
25010         * lib/gettimeofday.h: New file.
25011         * lib/gettimeofday.c: Include <sys/timeb.h>.
25012         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
25013         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
25014         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
25015         fall back on time().
25016
25017         * tests/test-gettimeofday.c: New file.
25018         * modules/gettimeofday-tests: New file.
25019
25020 2007-01-16  Eric Blake  <ebb9@byu.net>
25021
25022         * modules/fnmatch (Depends-on): Depend on wchar.
25023         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
25024         * m4/fnmatch.m4: Likewise.
25025         * modules/mbchar (Makefile.am): Assume <wchar.h>.
25026         * m4/mbchar.m4: Likewise.
25027         * modules/mbswidth (Depends-on): Depend on wchar.
25028         * lib/mbswidth.c: Assume <wchar.h>.
25029         * m4/mbswidth.m4: Likewise.
25030         * modules/quotearg (Depends-on): Depend on wchar.
25031         * lib/quotearg.c: Assume <wchar.h>.
25032         * m4/quotearg.m4: Likewise.
25033         * modules/regex (Depends-on): Depend on wchar.
25034         * lib/regex_internal.h: Assume <wchar.h>.
25035         * m4/regex.m4: Likewise.
25036         * modules/stdint (Depends-on): Depend on wchar.
25037         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
25038         * m4/stdint.m4: Likewise.
25039         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
25040         * modules/strftime (Depends-on): Depend on wchar.
25041         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
25042         * modules/strtol (Depends-on): Depend on wchar.
25043         * lib/strtol.c: Assume <wchar.h>.
25044         * modules/wcwidth (Depends-on): Depend on wchar.
25045         * lib/wcwidth.h: Assume <wchar.h>.
25046         * m4/wcwidth.m4: Likewise.
25047
25048 2007-01-16  Bruno Haible  <bruno@clisp.org>
25049
25050         * modules/csharpexec-script: New, created from...
25051         * modules/csharpexec: ... this.
25052
25053 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
25054
25055         * modules/javaexec-script: New, created from...
25056         * modules/javaexec: ... this.
25057
25058 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25059
25060         * modules/poll (Dependencies): Add sys_select.
25061
25062 2007-01-15  Jim Meyering  <jim@meyering.net>
25063
25064         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
25065         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
25066         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
25067         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
25068
25069 2007-01-15  Bruno Haible  <bruno@clisp.org>
25070
25071         * modules/striconveh: New file.
25072         * lib/striconveh.h: New file.
25073         * lib/striconveh.c: New file.
25074         * MODULES.html.sh (Internationalization functions): Add striconveh.
25075
25076         * modules/striconveh-tests: New file.
25077         * tests/test-striconveh.c: New file.
25078
25079 2007-01-15  Bruno Haible  <bruno@clisp.org>
25080
25081         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
25082         not from GNU libiconv or GNU libc.
25083
25084 2007-01-15  Bruno Haible  <bruno@clisp.org>
25085
25086         * doc/gnulib-intro.texi (Copyright): Explain the different license
25087         terms for module descriptions, autoconf macros, tests, documentation.
25088
25089 2007-01-14  Bruno Haible  <bruno@clisp.org>
25090
25091         * modules/striconv-tests: New file.
25092         * tests/test-striconv.c: New file.
25093
25094 2007-01-14  Bruno Haible  <bruno@clisp.org>
25095
25096         * modules/iconv-tests: New file.
25097         * tests/test-iconv.c: New file.
25098
25099 2007-01-14  Bruno Haible  <bruno@clisp.org>
25100
25101         * gnulib-tool (func_get_license): For test modules, use the license of
25102         the main module.
25103
25104 2007-01-14  Bruno Haible  <bruno@clisp.org>
25105
25106         * modules/iconv (Include): Clarify that <iconv.h> can only be included
25107         if iconv is found to exist.
25108
25109 2007-01-14  Bruno Haible  <bruno@clisp.org>
25110
25111         * modules/c-ctype-tests: New file.
25112         * tests/test-c-ctype.c: New file.
25113
25114 2007-01-14  Bruno Haible  <bruno@clisp.org>
25115
25116         * modules/binary-io-tests: New file.
25117         * tests/test-binary-io.sh: New file.
25118         * tests/test-binary-io.c: New file.
25119
25120 2007-01-14  Bruno Haible  <bruno@clisp.org>
25121
25122         * modules/array-oset-tests: New file.
25123         * tests/test-array_oset.c: New file.
25124
25125 2007-01-14  Bruno Haible  <bruno@clisp.org>
25126
25127         * modules/array-list-tests: New file.
25128         * tests/test-array_list.c: New file.
25129
25130 2007-01-14  Bruno Haible  <bruno@clisp.org>
25131
25132         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
25133         and make.
25134         Reported by Simon Josefsson in
25135         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
25136
25137 2007-01-14  Bruno Haible  <bruno@clisp.org>
25138
25139         * modules/allocsa-tests: New file.
25140         * tests/test-allocsa.c: New file.
25141
25142 2007-01-14  Bruno Haible  <bruno@clisp.org>
25143
25144         * modules/fchdir (Depends-on): Add absolute-header.
25145         * modules/unistd (Depends-on): Likewise.
25146
25147 2006-12-30  Bruno Haible  <bruno@clisp.org>
25148
25149         * modules/fchdir: New file.
25150         * modules/unistd (Files): Add lib/unistd_.h.
25151         (Makefile.am): Generate unistd.h from unistd_.h.
25152         * lib/fchdir.c: New file.
25153         * lib/dirent_.h: New file.
25154         * lib/unistd_.h: New file.
25155         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
25156         * m4/fchdir.m4: New file.
25157         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
25158         (gl_HEADER_UNISTD): Invoke it.
25159         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
25160         function.
25161         * lib/backupfile.c (opendir, closedir): Undefine.
25162         * lib/chown.c (open, close): Undefine.
25163         * lib/clean-temp.c (open, close): Undefine.
25164         * lib/copy-file.c (open, close): Undefine.
25165         * lib/execute.c (open, close): Undefine.
25166         * lib/fsusage.c (open, close): Undefine.
25167         * lib/gc-gnulib.c (open, close): Undefine.
25168         * lib/getcwd.c (opendir, closedir): Undefine.
25169         * lib/glob.c (opendir, closedir): Undefine.
25170         * lib/javacomp.c (open, close): Undefine.
25171         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
25172         * lib/openat-proc.c (open, close): Undefine.
25173         * lib/pagealign_alloc.c (open, close): Undefine.
25174         * lib/pipe.c (open, close): Undefine.
25175         * lib/progreloc.c (open, close): Undefine.
25176         * lib/savedir.c (opendir, closedir): Undefine.
25177         * lib/utime.c (open, close): Undefine.
25178         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
25179
25180 2007-01-10  Bruno Haible  <bruno@clisp.org>
25181
25182         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
25183
25184 2007-01-12  Eric Blake  <ebb9@byu.net>
25185
25186         Provide a robust <wchar.h>.  Further simplifications are now
25187         possible in other modules, but not included here.
25188         * modules/wchar: New module.
25189         * m4/wchar.m4: New file.
25190         * lib/wchar_.h: Likewise.
25191         * modules/mbchar (Depends-on): Depend on wchar, as the first use
25192         of the new module.
25193         * MODULES.html.sh (Extended multibyte and wide character utilities):
25194         New section.
25195
25196 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
25197
25198         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
25199         to a reasonable default for memory allocation.
25200         (xreadlink): Don't allocate a huge buffer, to work around a buggy
25201         file system that reports garbage st_size values for symlinks.
25202         Problem reported by Liyang Hu.
25203
25204 2007-01-11  Simon Josefsson  <simon@josefsson.org>
25205
25206         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
25207         Emacs .#* auto-save files).
25208
25209 2007-01-11  Bruno Haible  <bruno@clisp.org>
25210
25211         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
25212         directory.
25213
25214 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
25215
25216         Use @...@ consistently in lib/wctype_.h.
25217         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
25218         on it being set to 1 or 0.
25219         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
25220         go back to AC_SUBSTing it.
25221         * modules/wctype (Makefile.am): Undo previous change.
25222
25223 2007-01-10  Eric Blake  <ebb9@byu.net>
25224
25225         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
25226         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
25227         * modules/wctype (Makefile.am): Likewise.
25228         Reported by Chris McGuire.
25229
25230 2007-01-10  Jim Meyering  <jim@meyering.net>
25231
25232         fts.c: a small readability/maintainability improvement
25233         * lib/fts.c (fts_read): Make this code slightly more readable and
25234         maintainable by hoisting the "sp->fts_cur = p" assignments to
25235         immediately follow the statements that set P.  Derived from
25236         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
25237
25238 2007-01-10  Eric Blake  <ebb9@byu.net>
25239
25240         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
25241         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
25242         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
25243         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
25244         Reported by Chris McGuire.
25245
25246 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25247
25248         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
25249         in sed script.
25250
25251 2007-01-09  Bruno Haible  <bruno@clisp.org>
25252
25253         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
25254         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
25255         variables.
25256         (func_module): Use them.
25257
25258 2007-01-09  Bruno Haible  <bruno@clisp.org>
25259
25260         * modules/unistr/base: New file.
25261         * lib/unistr.h: New file.
25262
25263         * modules/unistr/u8-to-u16: New file.
25264         * lib/unistr/u8-to-u16.c: New file.
25265
25266         * modules/unistr/u8-to-u32: New file.
25267         * lib/unistr/u8-to-u32.c: New file.
25268
25269         * modules/unistr/u16-to-u8: New file.
25270         * lib/unistr/u16-to-u8.c: New file.
25271
25272         * modules/unistr/u16-to-u32: New file.
25273         * lib/unistr/u16-to-u32.c: New file.
25274
25275         * modules/unistr/u32-to-u8: New file.
25276         * lib/unistr/u32-to-u8.c: New file.
25277
25278         * modules/unistr/u32-to-u16: New file.
25279         * lib/unistr/u32-to-u16.c: New file.
25280
25281         * modules/unistr/u8-check: New file.
25282         * modules/unistr/u16-check: New file.
25283         * modules/unistr/u32-check: New file.
25284         * lib/unistr/u8-check.c: New file.
25285         * lib/unistr/u16-check.c: New file.
25286         * lib/unistr/u32-check.c: New file.
25287
25288         * modules/unistr/u8-chr: New file.
25289         * modules/unistr/u16-chr: New file.
25290         * modules/unistr/u32-chr: New file.
25291         * lib/unistr/u8-chr.c: New file.
25292         * lib/unistr/u16-chr.c: New file.
25293         * lib/unistr/u32-chr.c: New file.
25294
25295         * modules/unistr/u8-cmp: New file.
25296         * modules/unistr/u16-cmp: New file.
25297         * modules/unistr/u32-cmp: New file.
25298         * lib/unistr/u8-cmp.c: New file.
25299         * lib/unistr/u16-cmp.c: New file.
25300         * lib/unistr/u32-cmp.c: New file.
25301
25302         * modules/unistr/u8-cpy: New file.
25303         * modules/unistr/u16-cpy: New file.
25304         * modules/unistr/u32-cpy: New file.
25305         * lib/unistr/u8-cpy.c: New file.
25306         * lib/unistr/u16-cpy.c: New file.
25307         * lib/unistr/u32-cpy.c: New file.
25308         * lib/unistr/u-cpy.h: New file.
25309
25310         * modules/unistr/u8-cpy-alloc: New file.
25311         * modules/unistr/u16-cpy-alloc: New file.
25312         * modules/unistr/u32-cpy-alloc: New file.
25313         * lib/unistr/u8-cpy-alloc.c: New file.
25314         * lib/unistr/u16-cpy-alloc.c: New file.
25315         * lib/unistr/u32-cpy-alloc.c: New file.
25316         * lib/unistr/u-cpy-alloc.h: New file.
25317
25318         * modules/unistr/u8-endswith: New file.
25319         * modules/unistr/u16-endswith: New file.
25320         * modules/unistr/u32-endswith: New file.
25321         * lib/unistr/u8-endswith.c: New file.
25322         * lib/unistr/u16-endswith.c: New file.
25323         * lib/unistr/u32-endswith.c: New file.
25324         * lib/unistr/u-endswith.h: New file.
25325
25326         * modules/unistr/u8-mblen: New file.
25327         * modules/unistr/u16-mblen: New file.
25328         * modules/unistr/u32-mblen: New file.
25329         * lib/unistr/u8-mblen.c: New file.
25330         * lib/unistr/u16-mblen.c: New file.
25331         * lib/unistr/u32-mblen.c: New file.
25332
25333         * modules/unistr/u8-mbtouc: New file.
25334         * modules/unistr/u16-mbtouc: New file.
25335         * modules/unistr/u32-mbtouc: New file.
25336         * lib/unistr/u8-mbtouc.c: New file.
25337         * lib/unistr/u16-mbtouc.c: New file.
25338         * lib/unistr/u32-mbtouc.c: New file.
25339
25340         * modules/unistr/u8-mbtouc-safe: New file.
25341         * modules/unistr/u16-mbtouc-safe: New file.
25342         * modules/unistr/u32-mbtouc-safe: New file.
25343         * lib/unistr/u8-mbtouc-safe.c: New file.
25344         * lib/unistr/u16-mbtouc-safe.c: New file.
25345         * lib/unistr/u32-mbtouc-safe.c: New file.
25346
25347         * modules/unistr/u8-move: New file.
25348         * modules/unistr/u16-move: New file.
25349         * modules/unistr/u32-move: New file.
25350         * lib/unistr/u8-move.c: New file.
25351         * lib/unistr/u16-move.c: New file.
25352         * lib/unistr/u32-move.c: New file.
25353         * lib/unistr/u-move.h: New file.
25354
25355         * modules/unistr/u8-next: New file.
25356         * modules/unistr/u16-next: New file.
25357         * modules/unistr/u32-next: New file.
25358         * lib/unistr/u8-next.c: New file.
25359         * lib/unistr/u16-next.c: New file.
25360         * lib/unistr/u32-next.c: New file.
25361
25362         * modules/unistr/u8-prev: New file.
25363         * modules/unistr/u16-prev: New file.
25364         * modules/unistr/u32-prev: New file.
25365         * lib/unistr/u8-prev.c: New file.
25366         * lib/unistr/u16-prev.c: New file.
25367         * lib/unistr/u32-prev.c: New file.
25368
25369         * modules/unistr/u8-set: New file.
25370         * modules/unistr/u16-set: New file.
25371         * modules/unistr/u32-set: New file.
25372         * lib/unistr/u8-set.c: New file.
25373         * lib/unistr/u16-set.c: New file.
25374         * lib/unistr/u32-set.c: New file.
25375         * lib/unistr/u-set.h: New file.
25376
25377         * modules/unistr/u8-startswith: New file.
25378         * modules/unistr/u16-startswith: New file.
25379         * modules/unistr/u32-startswith: New file.
25380         * lib/unistr/u8-startswith.c: New file.
25381         * lib/unistr/u16-startswith.c: New file.
25382         * lib/unistr/u32-startswith.c: New file.
25383         * lib/unistr/u-startswith.h: New file.
25384
25385         * modules/unistr/u8-stpcpy: New file.
25386         * modules/unistr/u16-stpcpy: New file.
25387         * modules/unistr/u32-stpcpy: New file.
25388         * lib/unistr/u8-stpcpy.c: New file.
25389         * lib/unistr/u16-stpcpy.c: New file.
25390         * lib/unistr/u32-stpcpy.c: New file.
25391         * lib/unistr/u-stpcpy.h: New file.
25392
25393         * modules/unistr/u8-stpncpy: New file.
25394         * modules/unistr/u16-stpncpy: New file.
25395         * modules/unistr/u32-stpncpy: New file.
25396         * lib/unistr/u8-stpncpy.c: New file.
25397         * lib/unistr/u16-stpncpy.c: New file.
25398         * lib/unistr/u32-stpncpy.c: New file.
25399         * lib/unistr/u-stpncpy.h: New file.
25400
25401         * modules/unistr/u8-strcat: New file.
25402         * modules/unistr/u16-strcat: New file.
25403         * modules/unistr/u32-strcat: New file.
25404         * lib/unistr/u8-strcat.c: New file.
25405         * lib/unistr/u16-strcat.c: New file.
25406         * lib/unistr/u32-strcat.c: New file.
25407         * lib/unistr/u-strcat.h: New file.
25408
25409         * modules/unistr/u8-strchr: New file.
25410         * modules/unistr/u16-strchr: New file.
25411         * modules/unistr/u32-strchr: New file.
25412         * lib/unistr/u8-strchr.c: New file.
25413         * lib/unistr/u16-strchr.c: New file.
25414         * lib/unistr/u32-strchr.c: New file.
25415
25416         * modules/unistr/u8-strcmp: New file.
25417         * modules/unistr/u16-strcmp: New file.
25418         * modules/unistr/u32-strcmp: New file.
25419         * lib/unistr/u8-strcmp.c: New file.
25420         * lib/unistr/u16-strcmp.c: New file.
25421         * lib/unistr/u32-strcmp.c: New file.
25422
25423         * modules/unistr/u8-strcpy: New file.
25424         * modules/unistr/u16-strcpy: New file.
25425         * modules/unistr/u32-strcpy: New file.
25426         * lib/unistr/u8-strcpy.c: New file.
25427         * lib/unistr/u16-strcpy.c: New file.
25428         * lib/unistr/u32-strcpy.c: New file.
25429         * lib/unistr/u-strcpy.h: New file.
25430
25431         * modules/unistr/u8-strcspn: New file.
25432         * modules/unistr/u16-strcspn: New file.
25433         * modules/unistr/u32-strcspn: New file.
25434         * lib/unistr/u8-strcspn.c: New file.
25435         * lib/unistr/u16-strcspn.c: New file.
25436         * lib/unistr/u32-strcspn.c: New file.
25437         * lib/unistr/u-strcspn.h: New file.
25438
25439         * modules/unistr/u8-strdup: New file.
25440         * modules/unistr/u16-strdup: New file.
25441         * modules/unistr/u32-strdup: New file.
25442         * lib/unistr/u8-strdup.c: New file.
25443         * lib/unistr/u16-strdup.c: New file.
25444         * lib/unistr/u32-strdup.c: New file.
25445         * lib/unistr/u-strdup.h: New file.
25446
25447         * modules/unistr/u8-strlen: New file.
25448         * modules/unistr/u16-strlen: New file.
25449         * modules/unistr/u32-strlen: New file.
25450         * lib/unistr/u8-strlen.c: New file.
25451         * lib/unistr/u16-strlen.c: New file.
25452         * lib/unistr/u32-strlen.c: New file.
25453         * lib/unistr/u-strlen.h: New file.
25454
25455         * modules/unistr/u8-strmblen: New file.
25456         * modules/unistr/u16-strmblen: New file.
25457         * modules/unistr/u32-strmblen: New file.
25458         * lib/unistr/u8-strmblen.c: New file.
25459         * lib/unistr/u16-strmblen.c: New file.
25460         * lib/unistr/u32-strmblen.c: New file.
25461
25462         * modules/unistr/u8-strmbtouc: New file.
25463         * modules/unistr/u16-strmbtouc: New file.
25464         * modules/unistr/u32-strmbtouc: New file.
25465         * lib/unistr/u8-strmbtouc.c: New file.
25466         * lib/unistr/u16-strmbtouc.c: New file.
25467         * lib/unistr/u32-strmbtouc.c: New file.
25468
25469         * modules/unistr/u8-strncat: New file.
25470         * modules/unistr/u16-strncat: New file.
25471         * modules/unistr/u32-strncat: New file.
25472         * lib/unistr/u8-strncat.c: New file.
25473         * lib/unistr/u16-strncat.c: New file.
25474         * lib/unistr/u32-strncat.c: New file.
25475         * lib/unistr/u-strncat.h: New file.
25476
25477         * modules/unistr/u8-strncmp: New file.
25478         * modules/unistr/u16-strncmp: New file.
25479         * modules/unistr/u32-strncmp: New file.
25480         * lib/unistr/u8-strncmp.c: New file.
25481         * lib/unistr/u16-strncmp.c: New file.
25482         * lib/unistr/u32-strncmp.c: New file.
25483
25484         * modules/unistr/u8-strncpy: New file.
25485         * modules/unistr/u16-strncpy: New file.
25486         * modules/unistr/u32-strncpy: New file.
25487         * lib/unistr/u8-strncpy.c: New file.
25488         * lib/unistr/u16-strncpy.c: New file.
25489         * lib/unistr/u32-strncpy.c: New file.
25490         * lib/unistr/u-strncpy.h: New file.
25491
25492         * modules/unistr/u8-strnlen: New file.
25493         * modules/unistr/u16-strnlen: New file.
25494         * modules/unistr/u32-strnlen: New file.
25495         * lib/unistr/u8-strnlen.c: New file.
25496         * lib/unistr/u16-strnlen.c: New file.
25497         * lib/unistr/u32-strnlen.c: New file.
25498         * lib/unistr/u-strnlen.h: New file.
25499
25500         * modules/unistr/u8-strpbrk: New file.
25501         * modules/unistr/u16-strpbrk: New file.
25502         * modules/unistr/u32-strpbrk: New file.
25503         * lib/unistr/u8-strpbrk.c: New file.
25504         * lib/unistr/u16-strpbrk.c: New file.
25505         * lib/unistr/u32-strpbrk.c: New file.
25506         * lib/unistr/u-strpbrk.h: New file.
25507
25508         * modules/unistr/u8-strrchr: New file.
25509         * modules/unistr/u16-strrchr: New file.
25510         * modules/unistr/u32-strrchr: New file.
25511         * lib/unistr/u8-strrchr.c: New file.
25512         * lib/unistr/u16-strrchr.c: New file.
25513         * lib/unistr/u32-strrchr.c: New file.
25514
25515         * modules/unistr/u8-strspn: New file.
25516         * modules/unistr/u16-strspn: New file.
25517         * modules/unistr/u32-strspn: New file.
25518         * lib/unistr/u8-strspn.c: New file.
25519         * lib/unistr/u16-strspn.c: New file.
25520         * lib/unistr/u32-strspn.c: New file.
25521         * lib/unistr/u-strspn.h: New file.
25522
25523         * modules/unistr/u8-strstr: New file.
25524         * modules/unistr/u16-strstr: New file.
25525         * modules/unistr/u32-strstr: New file.
25526         * lib/unistr/u8-strstr.c: New file.
25527         * lib/unistr/u16-strstr.c: New file.
25528         * lib/unistr/u32-strstr.c: New file.
25529         * lib/unistr/u-strstr.h: New file.
25530
25531         * modules/unistr/u8-strtok: New file.
25532         * modules/unistr/u16-strtok: New file.
25533         * modules/unistr/u32-strtok: New file.
25534         * lib/unistr/u8-strtok.c: New file.
25535         * lib/unistr/u16-strtok.c: New file.
25536         * lib/unistr/u32-strtok.c: New file.
25537         * lib/unistr/u-strtok.h: New file.
25538
25539         * modules/unistr/u8-uctomb: New file.
25540         * modules/unistr/u16-uctomb: New file.
25541         * modules/unistr/u32-uctomb: New file.
25542         * lib/unistr/u8-uctomb.c: New file.
25543         * lib/unistr/u16-uctomb.c: New file.
25544         * lib/unistr/u32-uctomb.c: New file.
25545
25546         * MODULES.html.sh (Unicode string functions): Add the new modules.
25547
25548 2007-01-08  Bruno Haible  <bruno@clisp.org>
25549
25550         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
25551         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
25552         subdirectories.
25553
25554 2007-01-08  Karl Berry  <karl@gnu.org>
25555
25556         * doc/error.texi: mention that main() fns must set program_name
25557         when progname is used.
25558
25559 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
25560
25561         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
25562         WCTYPE_H is empty, for the benefit of builds from non-distclean
25563         directories.  Problem reported by Eric Blake in
25564         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
25565
25566 2007-01-08  Bruno Haible  <bruno@clisp.org>
25567
25568         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
25569         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
25570         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
25571         PROVIDE_CANONICALIZE_FILENAME_MODE.
25572         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
25573
25574 2007-01-08  Bruno Haible  <bruno@clisp.org>
25575
25576         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
25577         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
25578         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
25579         * lib/fts.c: Likewise.
25580         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
25581
25582 2006-12-25  Bruno Haible  <bruno@clisp.org>
25583
25584         * modules/utf8-ucs4-safe: New file.
25585         * lib/utf8-ucs4-safe.h: New file.
25586         * lib/unistr/utf8-ucs4-safe.c: New file.
25587
25588         * modules/utf16-ucs4-safe: New file.
25589         * lib/utf16-ucs4-safe.h: New file.
25590         * lib/unistr/utf16-ucs4-safe.c: New file.
25591
25592         * MODULES.html.sh (Unicode string functions): Add the new modules.
25593
25594 2007-01-08  Bruno Haible  <bruno@clisp.org>
25595
25596         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
25597         (Depends-on): Add unitypes.
25598         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
25599         (u8_mbtouc_aux): Move out to separate file.
25600         (u8_mbtouc): Use ucs4_t, uint8_t types.
25601         * lib/unistr/utf8-ucs4.c: New file.
25602
25603         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
25604         (Depends-on): Add unitypes.
25605         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
25606         (u16_mbtouc_aux): Move out to separate file.
25607         (u16_mbtouc): Use ucs4_t, uint16_t types.
25608         * lib/unistr/utf16-ucs4.c: New file.
25609
25610         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
25611         (Depends-on): Add unitypes.
25612         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
25613         (u8_uctomb_aux): Move out to separate file.
25614         (u8_uctomb): Use ucs4_t, uint8_t types.
25615         * lib/unistr/ucs4-utf8.c: New file.
25616
25617         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
25618         (Depends-on): Add unitypes.
25619         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
25620         (u16_uctomb_aux): Move out to separate file.
25621         (u16_uctomb): Use ucs4_t, uint16_t types.
25622         * lib/unistr/ucs4-utf16.c: New file.
25623
25624 2006-12-25  Bruno Haible  <bruno@clisp.org>
25625
25626         * modules/unitypes: New file.
25627         * lib/unitypes.h: New file.
25628         * MODULES.html.sh (func_all_modules): New section "Unicode string
25629         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
25630         this section. Add unitypes.
25631
25632 2007-01-08  Bruno Haible  <bruno@clisp.org>
25633
25634         Avoid variable names that conflict with those from libtool.
25635         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
25636         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
25637         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
25638         library_names_spec to acl_library_names_spec, hardcode_* to
25639         acl_hardcode_*.
25640         Reported by Ralf Wildenhues.
25641
25642 2007-01-08  Bruno Haible  <bruno@clisp.org>
25643
25644         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
25645         definition.
25646         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
25647         definition.
25648         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
25649         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
25650         definition.
25651         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
25652         definition.
25653         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
25654         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
25655         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
25656         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
25657         definition.
25658         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
25659         definition.
25660         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
25661         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
25662         GC_USE_<algorithm>.
25663         * lib/gc-libgcrypt.c: Likewise.
25664         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
25665         * modules/gc-arctwo (configure.ac): Likewise.
25666         * modules/gc-des (configure.ac): Likewise.
25667         * modules/gc-hmac-md5 (configure.ac): Likewise.
25668         * modules/gc-hmac-sha1 (configure.ac): Likewise.
25669         * modules/gc-md2 (configure.ac): Likewise.
25670         * modules/gc-md4 (configure.ac): Likewise.
25671         * modules/gc-md5 (configure.ac): Likewise.
25672         * modules/gc-random (configure.ac): Likewise.
25673         * modules/gc-rijndael (configure.ac): Likewise.
25674         * modules/gc-sha1 (configure.ac): Likewise.
25675
25676 2007-01-08  Bruno Haible  <bruno@clisp.org>
25677
25678         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
25679         macro definition.
25680         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
25681         definition.
25682         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
25683         definition.
25684         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
25685         * modules/fcntl-safer (configure.ac): Likewise.
25686         * modules/fopen-safer (configure.ac): Likewise.
25687         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
25688         GNULIB_FWRITEERROR macro definition.
25689
25690 2007-01-08  Bruno Haible  <bruno@clisp.org>
25691
25692         * m4/gnulib-common.m4: New file.
25693         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
25694         (func_get_filelist): Add m4/gnulib-common.m4.
25695
25696 2007-01-08  Bruno Haible  <bruno@clisp.org>
25697
25698         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
25699         command.
25700
25701 2007-01-08  Jim Meyering  <jim@meyering.net>
25702
25703         Use a more robust test for a "can't happen" condition.
25704         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
25705         narrowed the st_size value.  Presuming the "can't happen" condition
25706         is true, that narrowing could conceivably convert an invalid st_size
25707         value into a valid one.  Instead, use a change based on Matthew
25708         Woehlke's original patch.
25709
25710         Slight readability improvement: use an assert-like macro
25711         in place of literal "abort ()" uses.
25712         * lib/fts.c (fts_assert): Define.
25713         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
25714         Use this macro instead of a bare 'abort'.
25715
25716 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
25717
25718         Don't worry about using IRIX 5.3's wctype.h broken definitions;
25719         simply work around them.
25720         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
25721         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
25722         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
25723         declaring.
25724         Don't bother to define as macros, since the standard doesn't require it.
25725         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
25726         longer worry about IRIX 5.3.
25727         (HAVE_WCTYPE_CTMP_BUG): Remove.
25728
25729 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
25730
25731         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
25732         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
25733         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
25734         Problems reported by Georg Schwarz for IRIX 5.3.
25735
25736         * gnulib-tool (autoconf_minversion): Take the maximum version number
25737         found, not the minimum.  Problem reported by James Youngman.
25738
25739 2007-01-03  Karl Berry  <karl@gnu.org>
25740
25741         * doc/error.texi: new file, explaining interaction with progname.
25742         * doc/gnulib.texi: include it.  Update copyright.
25743
25744 2007-01-03  Simon Josefsson  <simon@josefsson.org>
25745
25746         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
25747         AC_CANONICAL_HOST, to improve autobuild outputs.
25748
25749 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
25750             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
25751
25752         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
25753         sockets, server sockets, and other file descriptors.  Count errors
25754         to compute the return value.  Reorder the code a bit to be easier
25755         to follow.  Don't set event bits that were not requested (except
25756         POLLERR and POLLHUP).
25757
25758 2007-01-01  Bruno Haible  <bruno@clisp.org>
25759
25760         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
25761
25762 2007-01-03  Jim Meyering  <jim@meyering.net>
25763
25764         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
25765
25766 2007-01-02  Bruno Haible  <bruno@clisp.org>
25767
25768         * modules/settime (Include): Require timespec.h.
25769         * modules/nanosleep (Include): Likewise.
25770
25771 2007-01-01  Bruno Haible  <bruno@clisp.org>
25772
25773         * gnulib-tool (func_emit_copyright_notice): Bump year.
25774         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
25775
25776 2007-01-01  Bruno Haible  <bruno@clisp.org>
25777
25778         Improve support for OpenBSD.
25779         * build-aux/config.rpath (libname_spec): Export.
25780         (library_names_spec): New variable. Export.
25781         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
25782         library_names_spec from the config.rpath output. Locate shared library
25783         through the name pattern in library_names_spec.
25784
25785 2007-01-01  Eric Blake  <ebb9@byu.net>
25786
25787         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
25788
25789 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
25790
25791         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
25792         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
25793         assume the C locale, and avoid an "eval" that could cause trouble.
25794         Problem with SORT reported by Bob Proulx.
25795
25796         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
25797         Define.  Trivial patch from Henning Nielsen Lund, originally
25798         sent to bug-grep@gnu.org today.
25799
25800 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
25801
25802         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
25803         struct stat.  Problem reported by Henning Nielsen Lund.
25804         * lib/acl.c: Include acl.h first, to check interface.  Don't
25805         bother to include sys/types.h and sys/stat.h again.
25806
25807 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
25808
25809         Import the following change from libc; problem reported by
25810         Sven Verdoolaege.
25811
25812         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
25813
25814         [BZ #1373]
25815         * lib/argp.h: Remove __NTH for __argp_usage inline function.
25816
25817 2006-12-28  Jim Meyering  <jim@meyering.net>
25818
25819         * build-aux/announce-gen: Do not assume that the package
25820         builds any of tar.gz, tar.bz2, and .xdelta files.
25821         Suggestion from Simon Josefsson.
25822
25823 2006-12-28  Simon Josefsson  <simon@josefsson.org>
25824
25825         * modules/announce-gen: New file.
25826
25827 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
25828
25829         * lib/mbchar.h: Just include <wctype.h>; the wctype module
25830         handles its gotchas now.
25831         * lib/mbswidth.c: Likewise.
25832         * lib/wcwidth.h: Likewise.
25833         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
25834         and iswcntrl; the wctype module does this stuff now.
25835         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
25836         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
25837         * modules/mbchar (Depends-on): Add wctype.
25838         * modules/mbswidth (Depends-on): Likewise.
25839         * modules/wcwidth (Depends-on): Likewise.
25840
25841 2006-12-27  Eric Blake  <ebb9@byu.net>
25842
25843         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
25844         module uses more than what <wctype.h> is required to provide.
25845
25846 2006-12-26  Eric Blake  <ebb9@byu.net>
25847
25848         * gnulib-tool (sed_extract_prog): Avoid space-tab.
25849
25850 2006-12-26  Eric Blake  <ebb9@byu.net>
25851
25852         * modules/absolute-header: New module.
25853         * modules/fcntl (Depends-on): Depend on it.
25854         * modules/inttypes (Depends-on): Likewise.
25855         * modules/stdint (Depends-on): Likewise.
25856         * modules/sys_stat (Depends-on): Likewise.
25857         * modules/wctype (Depends-on): Likewise.
25858         * MODULES.html.sh (Support for building libraries and
25859         executables): Document it.
25860
25861 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
25862
25863         * gnulib-tool (SED): Remove, undoing previous change.
25864         The problem was that it broke coreutils on Solaris, because
25865         "sed --posix" leaked into a makefile.
25866         (sed): New alias, if 'alias' and GNU sed.
25867
25868 2006-12-24  Jim Meyering  <jim@meyering.net>
25869
25870         Work around an fchownat bug in glibc-2.4:
25871         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
25872         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
25873         in spite of the -P option.
25874         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
25875         New macros.
25876         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
25877         * modules/openat (Files): Add lib/fchownat.c.
25878         * lib/openat.c (fchownat): Don't define here.  Move to...
25879         * lib/fchownat.c: ...this new file.
25880
25881 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
25882
25883         Fix bug reported by Bruno Haible in
25884         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
25885         where quotearg.c didn't compile on Mac OS X 10.2 because it
25886         lacks <wchar.h> and wint_t.
25887         * lib/wctype_.h (__wctype_wint_t): New type.
25888         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
25889         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
25890         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
25891         Arg is now of type __wctype_wint_t, not wint_t.
25892         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
25893         substitute HAVE_WINT_T.
25894         * modules/wctype (Files): Add m4/wint_t.m4.
25895         (wctype.h): Substitute HAVE_WINT_T.
25896
25897 2006-12-23  Bruno Haible  <bruno@clisp.org>
25898
25899         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
25900
25901 2006-12-23  Bruno Haible  <bruno@clisp.org>
25902
25903         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
25904         S_ISLNK.
25905         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
25906         mingw.
25907
25908 2006-12-22  Bruno Haible  <bruno@clisp.org>
25909
25910         * lib/copy-file.c: Include acl.h.
25911         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
25912         Close the file descriptors only after being done with copy_acl.
25913         * modules/copy-file (Depends-on): Add acl.
25914
25915 2006-12-22  Bruno Haible  <bruno@clisp.org>
25916
25917         * gnulib-tool (SED): New variable.
25918         Use $SED instead of sed everywhere.
25919
25920 2006-12-22  Bruno Haible  <bruno@clisp.org>
25921
25922         * modules/no-c++: New file.
25923         * m4/no-c++.m4: New file.
25924         * MODULES.html.sh (Support for building libraries and executables):
25925         Add no-c++.
25926
25927 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
25928
25929         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
25930         Include <limits.h>, and use its INT_MAX to rewrite the
25931         j loop so that it does not overflow 'int'.  Problem reported by
25932         Ralf Wildenhues in
25933         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
25934         Play it safe by shifting left by 1 rather than multiplying by 2,
25935         as GCC is less likely to optimize this away when the value
25936         is signed (when it assumes overflow leads to undefined behavior).
25937         Also, don't assume time_t uses two's complement.
25938
25939 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
25940
25941         * MODULES.html.sh: New module wctype.
25942         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
25943         * lib/fnmatch.c: Don't bother to include <wchar.h> before
25944         <wctype.h>, since the new wctype module should fix this.
25945         * lib/quotearg.c: Include <wctype.h> unconditionally, since
25946         the wctype module should arrange for it.
25947         * lib/regex_internal.h: Likewise.
25948         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
25949         since the wctype module should handle this now.
25950         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
25951         * modules/fnmatch (Depends-on): Add wctype.
25952         * modules/quotearg (Depends-on): Likewise.
25953         * modules/regex (Depends-on): Likewise.
25954
25955 2006-12-19  Bruno Haible  <bruno@clisp.org>
25956
25957         * lib/strdup.h [C++]: Wrap definitions in extern "C".
25958         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
25959
25960 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25961
25962         * modules/savewd (Depends-on): Fix dependency on fcntl.
25963
25964 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
25965
25966         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
25967         conforms to C99, rather than relying on the user's environment
25968         setting of STDINT_H.
25969
25970 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
25971         and Eric Blake  <ebb9@byu.net>
25972
25973         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
25974         This is more consistent with the other defines here.
25975         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
25976         Port to z/OS.  Problem reported by Paul Gilmartin.
25977         Change local vars to use gl_ prefix rather than ac_.
25978         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
25979         with other defines.
25980         * modules/double-slash-root: New module.
25981         * modules/dirname (Files): Remove m4/double-slash-root.m4.
25982         (Depends-on): Add double-slash-root.
25983         * MODULES.html.sh (File system functions): Mention new module.
25984
25985 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
25986
25987         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
25988         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
25989         This is for the benefit of gzip, which doesn't do i18n.
25990
25991 2006-12-12  Jim Meyering  <jim@meyering.net>
25992
25993         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
25994         Reported by Andreas Schwab <schwab@suse.de>.
25995
25996 2006-12-12  Bruno Haible  <bruno@clisp.org>
25997
25998         Merge these changes.
25999         2006-09-05  Bruno Haible  <bruno@clisp.org>
26000         * lib/iconvme.c (iconv_string): No need to save and restore errno when
26001         iconv_alloc succeeded.
26002         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
26003         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
26004         test for " && dest " at the end - dest is always != NULL there. Call
26005         iconv with 4xNULL arguments initially, to reset the state. Call iconv
26006         with 2xNULL arguments, also to flush the state storage. Handle the
26007         IRIX iconv behaviour. Realloc the final result, to throw away unused
26008         memory.
26009
26010 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
26011
26012         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
26013         and fchmodat unconditionally, since glibc 2.4 has them.
26014         Problem reported by Arkadiusz Miskiewicz.
26015
26016 2006-12-10  Bruno Haible  <bruno@clisp.org>
26017
26018         * gnulib-tool (func_import): Show the include files only for those
26019         modules that are copied and specified.
26020         Reported by Karl Berry.
26021
26022 2006-12-08  Jim Meyering  <jim@meyering.net>
26023
26024         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
26025         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
26026
26027         * build-aux/announce-gen: Add two new options, both optional:
26028         --bootstrap-tools=TOOL_LIST
26029               a comma-separated list of tools, e.g.,
26030               autoconf,automake,bison,gnulib
26031         --gnulib-snapshot-date=DATE
26032               if gnulib is in the bootstrap tool list,
26033               then report this as the snapshot date.
26034               If not specified, use the current date/time.
26035               If you specify a date here, be sure it's UTC.
26036
26037 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26038
26039         * tests/test-argp-2.sh: Fix test to match actual output.
26040         (func_compare): Fix sed script to be portable.
26041
26042 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
26043
26044         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
26045         workaround for this case.  It is not autoconfigured now; offhand
26046         it's hard to see how to autoconfigure it.
26047
26048 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
26049
26050         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
26051         a directory that is about to be chowned.  Such a directory's
26052         initial file permissions should permit the owner only and this
26053         should not be changed until after the chown, since the group and
26054         other bits would be incorrect if they granted permission before
26055         the chown.
26056
26057         Fix porting problem for iswctype reported by Georg Schwarz in:
26058         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
26059         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
26060         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
26061         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
26062         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
26063
26064 2006-12-03  Jim Meyering  <jim@meyering.net>
26065
26066         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
26067         p->fts_statp may not yet be defined.
26068         (fts_read): Instead, set it in the caller, once p->fts_statp is
26069         sure to be defined, and corresponds to a top-level directory.
26070         This bug made du -x fail.  Here's the coreutils test case:
26071         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
26072         Reported by Mike Frysinger.
26073
26074 2006-12-01  Jim Meyering  <jim@meyering.net>
26075
26076         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
26077         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
26078         Reported by Simon Josefsson.
26079
26080 2006-11-30  Jim Meyering  <jim@meyering.net>
26081
26082         * m4/warning.m4: Use the all-permissive copyright notice
26083         recommended by RMS (rather than LGPL).
26084         * m4/vararrays.m4: Likewise.
26085         * m4/flexmember.m4: Likewise.
26086
26087 2006-11-29  Bruno Haible  <bruno@clisp.org>
26088
26089         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
26090         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
26091         using +=.
26092         Reported by Simon Josefsson <simon@josefsson.org>.
26093
26094 2006-11-28  James Youngman <jay@gnu.org>
26095
26096         * README: Advise users that they might find the bug-gnulib@gnu.org
26097         and autotools-announce@gnu.org mailing lists useful.
26098
26099 2006-11-28  Bruno Haible  <bruno@clisp.org>
26100
26101         * m4/ptrdiff_max.m4: Remove file.
26102
26103 2006-11-21  Bruno Haible  <bruno@clisp.org>
26104
26105         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
26106         _AC_COMPUTE_INT.
26107         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26108         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
26109         _AC_COMPUTE_INT.
26110         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26111         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
26112         _AC_COMPUTE_INT.
26113         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26114
26115 2006-11-28  Jim Meyering  <jim@meyering.net>
26116
26117         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
26118         warning from "gcc -Wshadow" about shadowing the builtin.
26119
26120 2006-11-27  Bruno Haible  <bruno@clisp.org>
26121
26122         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
26123         _AC_COMPUTE_INT.
26124         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26125
26126 2006-11-27  Bruno Haible  <bruno@clisp.org>
26127             Paul Eggert  <eggert@cs.ucla.edu>
26128
26129         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
26130
26131 2006-11-26  Bruno Haible  <bruno@clisp.org>
26132
26133         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
26134         noinst_LTLIBRARIES.
26135
26136 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
26137             Bruno Haible  <bruno@clisp.org>
26138
26139         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
26140         if compiling with "gcc -ansi".
26141
26142 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
26143
26144         Fix some incompatibilities with gcc -ansi -pedantic.
26145         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
26146         if compiling pedantically with GCC, unless it's C99 or later.
26147         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
26148         it mishandles gcc -ansi -pedantic as well.
26149         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
26150         if gcc -pedantic.
26151         * lib/regexec.c (check_node_accept_bytes): Don't use auto
26152         initializers for struct if -pedantic, unless it's C99 or later.
26153
26154 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
26155
26156         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
26157         Don't close an fd more than once. Identical atimes indicate
26158         success, not failure.
26159
26160 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
26161
26162         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
26163
26164 2006-11-23  Jim Meyering  <jim@meyering.net>
26165
26166         * build-aux/announce-gen: New file.  From coreutils.
26167
26168 2006-11-22  Jim Meyering  <jim@meyering.net>
26169
26170         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
26171         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
26172         (fts_read): Use a temporary to narrow the overused st_size member
26173         before using it in a switch statement.  Reported by Matthew Woehlke.
26174
26175         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
26176         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
26177
26178 2006-11-20  Bruno Haible  <bruno@clisp.org>
26179
26180         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
26181         changequote instead of pairs of brackets.
26182         Reported by Andreas Schwab <schwab@suse.de>.
26183
26184 2006-11-21  Jim Meyering  <jim@meyering.net>
26185
26186         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
26187         so as to remain compatible with older compilers.
26188         Patch from Michael Deutschmann.
26189
26190 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
26191
26192         * MODULES.html.sh (File system functions): Add openat.
26193
26194         * lib/openat.h (rpl_fstatat): New macro, if
26195         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
26196         (fstatat): Define to rpl_fstatat under the same conditions,
26197         unless COMPILING_FSTATAT.
26198         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
26199         seems to have the bug.
26200         * lib/fstatat.c: New file.
26201         * modules/openat (Files): Add it.
26202
26203 2006-11-20  Bruno Haible  <bruno@clisp.org>
26204
26205         * Makefile: New file.
26206
26207 2006-11-20  Jim Meyering  <jim@meyering.net>
26208
26209         The beginnings of syntax-related checks for gnulib.
26210         * lib/Makefile: New file.
26211         * lib/t-idcache: New script.  Ensure that the two halves of
26212         idcache.c stay in sync.
26213
26214         * lib/idcache.c: Adjust comments in user- and group- portions to
26215         be more accurate, and to be consistent with one another.
26216
26217 2006-11-20  Jim Meyering  <jim@meyering.net>
26218
26219         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
26220         continue using the flexible array member (thus, this module performs
26221         half as many malloc calls), with the addition that...
26222         (getgroup, getuser): Consistently record a non-match via an empty
26223         "name" string, and map an empty string match to a NULL return value.
26224         * modules/idcache (Depends-on): Re-add flexmember.
26225
26226         * lib/idcache.c (getuser): Remove all uses of the register keyword.
26227         (getuidbyname, getgroup, getgidbyname): Likewise.
26228
26229         Use cleaner syntax: NULL rather than 0.
26230         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
26231
26232 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
26233
26234         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
26235         It mishandled the case where the group was missing.
26236         Problem reported by Greg Schafer.
26237         * modules/idcache: Likewise.
26238
26239 2006-11-18  Jim Meyering  <jim@meyering.net>
26240
26241         * check-module (%exempt_header): Add exception for some
26242         conditionally-included headers.
26243
26244         * modules/i-ring (Depends-on): Add verify.
26245         (License): Change to LGPL.
26246
26247 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
26248
26249         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
26250         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
26251         and inttostr.h.  Use snprintf rather than uinttostr, so that
26252         LGPLed code doesn't depend on GPLed.
26253
26254 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
26255
26256         * modules/inline (License): Change from GPL to LGPL.
26257
26258 2006-11-17  Jim Meyering  <jim@meyering.net>
26259
26260         * modules/d-type (License): Switch to LGPL.
26261
26262 2006-11-15  Bruno Haible  <bruno@clisp.org>
26263
26264         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
26265
26266 2006-11-15  Eric Blake  <ebb9@byu.net>
26267
26268         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
26269         the module dependency.
26270
26271 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26272             Bruno Haible  <bruno@clisp.org>
26273
26274         * gnulib-tool (func_create_testdir): Add license consistency check.
26275
26276 2006-11-15  Eric Blake  <ebb9@byu.net>
26277
26278         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
26279         random "(cached)" in configure output.
26280
26281 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26282
26283         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
26284         test for conforming inttypes.h is both announced and cached.
26285
26286         * MODULES.html.sh (seen_modules, seen_files): New variables.
26287         (func_module): Rewrite to use a few less gnulib-tool and sed
26288         invocations.  Avoid a couple of quadratic algorithms for ...
26289         (missed_modules, missed_files): ... these, with ...
26290         (func_append, func_tmpdir): ... these new functions, from
26291         gnulib-tool.  Analogously, install traps for cleanup.
26292
26293         * tests/test-gc.c (main): Remove unused variables.
26294         * tests/test-read-file.c: Include stdlib.h, for 'free'.
26295
26296 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
26297
26298         * modules/inttostr (License): Change to LGPL.
26299
26300 2006-11-14  Eric Blake  <ebb9@byu.net>
26301
26302         * modules/tempname (License): Change to LGPL.
26303
26304 2006-11-14  Eric Blake  <ebb9@byu.net>
26305
26306         * doc/functions.texi (Function Portability): *printf functions on
26307         Cygwin now understand all POSIX size specifiers.
26308
26309 2006-11-14  Bruno Haible  <bruno@clisp.org>
26310
26311         * modules/c-ctype (License): Change to LGPL.
26312
26313 2006-11-12  Bruno Haible  <bruno@clisp.org>
26314
26315         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26316         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
26317         for GNOME libraries, for which the include files are installed in
26318         subdirectories of $prefix/include.
26319
26320 2006-11-12  Bruno Haible  <bruno@clisp.org>
26321
26322         * m4/lib-link.m4: Require at least autoconf-2.54.
26323         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
26324         name to underscores for the --with option.
26325
26326 2006-11-13  Bruno Haible  <bruno@clisp.org>
26327
26328         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
26329         the tests directory.
26330         Reported by Ralf Wildenhues.
26331
26332 2006-11-13  Bruno Haible  <bruno@clisp.org>
26333
26334         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
26335         (func_emit_initmacro_end): Undo the override here.
26336         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
26337         Works around the famous automake error in coreutils.
26338
26339 2006-11-13  Eric Blake  <ebb9@byu.net>
26340
26341         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
26342         element, not its node.
26343
26344 2006-11-12  Bruno Haible  <bruno@clisp.org>
26345
26346         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
26347         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
26348
26349 2006-11-12  Bruno Haible  <bruno@clisp.org>
26350
26351         * gnulib-tool: New option --local-symlink.
26352         (func_usage): Document it.
26353         (lsymbolic): New variable.
26354         (func_import, func_create_testdir): If --symlink was not specified,
26355         test whether --local-symlink was specified and the file comes from
26356         the local_gnulib_dir.
26357
26358 2006-11-12  Bruno Haible  <bruno@clisp.org>
26359
26360         * gnulib-tool (func_ln): New function.
26361         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
26362
26363 2006-11-12  Bruno Haible  <bruno@clisp.org>
26364
26365         Finish support for source files in subdirectories.
26366         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
26367         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
26368         AUTOMAKE_OPTIONS.
26369         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
26370
26371 2006-11-12  Bruno Haible  <bruno@clisp.org>
26372
26373         * gnulib-tool (func_get_automake_snippet): Synthesize also an
26374         EXTRA_lib_SOURCES augmentation.
26375         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
26376
26377 2006-11-12  Jim Meyering  <jim@meyering.net>
26378
26379         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
26380         file descriptors.  This also averts a failure on systems with
26381         native openat support when a traversed directory lacks "x" access.
26382         * lib/fts_.h: Include "i-ring.h"
26383         (struct FTS) [fts_fd_ring]: New member.
26384         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
26385         (FCHDIR): Add parentheses.
26386         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
26387         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
26388         When descending, rather than simply closing the previous
26389         fts_cwd_fd value, push that file descriptor onto the ring.
26390         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
26391         (fts_open): Initialize the new fd_ring member.
26392         (fts_close): Clear the ring.
26393         (fts_safe_changedir): When possible, use our new fd_ring to skip
26394         the diropen and fstat and dev/ino comparison that would normally
26395         accompany a virtual `chdir ("..")'.
26396
26397         * modules/fts (Depends-on): Add i-ring.
26398         * modules/i-ring: New module.
26399         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
26400         * m4/i-ring.m4: New file.
26401
26402 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26403
26404         * gnulib-tool (func_create_testdir): Fix replacement of
26405         `build-aux' in configure.ac.  Run autotools in gltests
26406         subdirectory.
26407         (func_create_testdir, func_create_megatestdir, test): There is
26408         no need for '--force' in most autotool invocations in a new
26409         tree.  Actually fail the whole test if any of the tools, or the
26410         configure or make stages fail.
26411
26412         Sync from Automake.
26413         * build-aux/gnupload: Revert last change.  Add pointer to upload
26414         instructions of the GNU Maintenance Instructions.
26415         Suggestion by Karl Berry.
26416
26417 2006-11-10  Jim Meyering  <jim@meyering.net>
26418
26419         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
26420
26421 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26422
26423         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
26424         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
26425         (bind_textdomain_codeset) [! ENABLE_NLS]:
26426         Evaluate all the arguments.  That way, callers get compatible behavior
26427         if the arguments have side effects.  Also, it avoids some GCC
26428         diagnostics in some cases; Joel E. Denny reported problems when Bison
26429         was configured with --enable-gcc-warnigs.
26430
26431 2006-11-10  Jim Meyering  <jim@meyering.net>
26432
26433         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
26434         relevant options in CFLAGS (like -O, -fno-inline) are taken into
26435         account.
26436
26437 2006-11-10  Jim Meyering  <jim@meyering.net>
26438
26439         * modules/inline: New file/module.
26440         * modules/xalloc (Files): Remove m4/inline.m4.
26441         (Depends-on): Add inline, instead.
26442         * modules/oset: Likewise.
26443         * modules/list: Likewise.
26444
26445 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26446
26447         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
26448         Problem reported by Matthew Woehlke.
26449
26450 2006-11-09  Bruno Haible  <bruno@clisp.org>
26451
26452         * lib/tempname.c (gen_tempname): Remove variant that invokes
26453         __gen_tempname.
26454         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
26455         __gen_tempname.
26456
26457 2006-11-08  Bruno Haible  <bruno@clisp.org>
26458
26459         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
26460         to 'yes' instead of 'cross-compiling'.
26461
26462 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
26463
26464         * lib/quotearg.h (quotearg_free): New decl.
26465         * lib/quotearg.c (quotearg_free): New function.
26466         (slot0, nslots, slotvec0, slotvec):
26467         Now file-scope so that quotearg_free can get at them.
26468
26469 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26470
26471         Sync from Automake.
26472         * build-aux/gnupload: Add missing 'gnu' to example URL.
26473         Report by Karl Berry.
26474
26475 2006-11-08  Bruno Haible  <bruno@clisp.org>
26476
26477         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
26478         Suggested by Paul Eggert.
26479
26480 2006-11-08  Jim Meyering  <jim@meyering.net>
26481
26482         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
26483         It's already included if !_LIBC.
26484         (fts_safe_changedir): Add a comment.
26485
26486 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
26487
26488         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
26489         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
26490         Matthew Woehlke.
26491
26492         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
26493         definitions up, to avoid colliding with change below.
26494         (static_inline) [HAVE_INLINE]: New macro.
26495         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
26496         Provide extern decls when !HAVE_INLINE.  Do not define unless
26497         static_inline is defined, either by us or by xmalloc.c.  Use
26498         static_inline rather than static inline.
26499         (XCALLOC): Optimize sizeof(T) = 1 case.
26500         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
26501
26502 2006-11-07  Bruno Haible  <bruno@clisp.org>
26503
26504         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
26505         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
26506         AC_C_INLINE.
26507         * modules/xalloc (Files): Add m4/inline.m4.
26508
26509 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26510
26511         * README: Fix typo.
26512         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
26513         (Miscellanous Notes): ...from this.
26514
26515 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
26516
26517         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
26518         Mention that offsetof should be used instead of sizeof.
26519         From Bruno Haible.
26520
26521 2006-11-07  Bruno Haible  <bruno@clisp.org>
26522
26523         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
26524
26525 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
26526
26527         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
26528         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
26529         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
26530         (gl_tree_add_before, gl_tree_add_after):
26531         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
26532         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
26533         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
26534         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
26535         (gl_linked_add_after, gl_linked_add_at): Likewise.
26536         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
26537         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
26538         (gl_tree_add_before, gl_tree_add_after): Likewise.
26539         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
26540         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
26541         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
26542
26543 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26544
26545         * lib/gl_oset.h: Use C comment style, not C++ comment style.
26546
26547 2006-11-06  Bruno Haible  <bruno@clisp.org>
26548
26549         * m4/inline.m4: New file.
26550         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
26551         * modules/list (Files): Add m4/inline.m4.
26552         * modules/oset (Files): Likewise.
26553
26554 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
26555
26556         * lib/idcache.c: Include <stddef.h>, for offsetof.
26557         (struct userid.name): Change from char * to a flexible array member.
26558         All uses changed.
26559         * modules/idcache (Depends-on): Add flexmember.
26560
26561         * MODULES.html.sh (Core language properties): New module flexmember.
26562         * modules/flexmember, m4/flexmember.m4: New files.
26563
26564         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
26565         inline functions that are identical with the old xnmalloc_inline,
26566         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
26567         that we can avoid some unnecessary integer multiplications and
26568         divisions in the common case where the element size is known at
26569         compile time.
26570         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
26571         needed.
26572         (xnboundedmalloc): Remove.
26573         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
26574         arguments, for consistency with rest of this header.
26575         (xcharalloc): Rewrite using XNMALLOC.
26576         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
26577         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
26578         versions have been moved to lib/xalloc.h and renamed to be the
26579         non-*_inline versions.
26580         (xmalloc, xrealloc): Implement without reference to the xnmalloc
26581         and xnrealloc functions, since those functions are now inline and
26582         now call us.
26583         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
26584         renaming described above.
26585         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
26586         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
26587         captures the dependency in AC_C_INLINE.
26588
26589         New module canonicalize-lgpl, proposed by Charles Wilson in
26590         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
26591         with a few small changes afterwards.
26592         * MODULES.html.sh (File system functions): New module
26593         canonicalize-lgpl.
26594         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
26595         and canonicalize_file_name.
26596         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
26597         * modules/canonicalize-lgpl: New files.
26598
26599 2006-11-05  Bruno Haible  <bruno@clisp.org>
26600
26601         * gnulib-tool (func_import, func_create_testdir): Create directories
26602         also for files in subdirectories of lib/.
26603
26604 2006-11-05  Bruno Haible  <bruno@clisp.org>
26605
26606         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
26607         ANSI C compliant.
26608
26609 2006-11-03  Bruno Haible  <bruno@clisp.org>
26610
26611         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
26612         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
26613         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
26614         (xnboundedmalloc): New inline function.
26615         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
26616         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
26617         xmalloc.
26618         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
26619         xmalloc.
26620         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
26621         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
26622         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
26623         xmalloc.
26624         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
26625         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
26626         xmalloc.
26627         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
26628         gl_tree_add_after): Use XMALLOC instead of xmalloc.
26629         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
26630         xmalloc.
26631         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
26632         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
26633         gl_tree_add_after): Use XMALLOC instead of xmalloc.
26634         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
26635         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
26636         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
26637         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
26638
26639 2006-11-03  Bruno Haible  <bruno@clisp.org>
26640
26641         * lib/c-ctype.h [C++]: Define functions without name mangling.
26642         * lib/fwriteerror.h [C++]: Likewise.
26643         * lib/gcd.h [C++]: Likewise.
26644         * lib/linebreak.h [C++]: Likewise.
26645
26646 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
26647
26648         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
26649         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
26650         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
26651         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
26652         Check for functions and headers just once.
26653         Check for declaration of canonicalize_file_name.
26654         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
26655
26656 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26657
26658         * gnulib-tool (func_import): Fix typo in actioncmd.
26659
26660 2006-11-02  Bruno Haible  <bruno@clisp.org>
26661
26662         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
26663         newline sequence in the Makefile.am snippet as a space, like "make"
26664         does.
26665         Reported by Roger Persson <perrog@gmail.com>.
26666
26667 2006-11-01  Bruno Haible  <bruno@clisp.org>
26668
26669         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
26670         already declared in <string.h>.
26671         * lib/strcase.h (strncasecmp): Don't declare it if yes.
26672
26673 2006-11-01  Bruno Haible  <bruno@clisp.org>
26674
26675         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
26676         * lib/strcase.h: Include <string.h>.
26677         (strcasecmp): Define to rpl_strcasecmp here.
26678
26679 2006-11-01  Bruno Haible  <bruno@clisp.org>
26680
26681         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
26682
26683 2006-11-01  Eric Blake  <ebb9@byu.net>
26684
26685         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
26686
26687         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
26688
26689 2006-10-29  Bruno Haible  <bruno@clisp.org>
26690
26691         Make it compile in C++ mode.
26692         * lib/full-write.c (full_rw): Add a cast.
26693
26694 2006-11-01  Bruno Haible  <bruno@clisp.org>
26695
26696         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
26697         be POSIX compliant.
26698         Reported by Roger Persson <perrog@gmail.com>.
26699
26700 2006-11-01  Eric Blake  <ebb9@byu.net>
26701
26702         * lib/getopt_.h: Fix comments.
26703
26704 2006-10-31  Eric Blake  <ebb9@byu.net>
26705
26706         * modules/tmpdir (Depends-on): Add sys_stat.
26707         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
26708         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
26709         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
26710         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
26711         tempname.
26712
26713 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
26714
26715         Avoid some C++ diagnostics reported by Bruno Haible.
26716         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
26717         xmalloc.
26718         (quotearg_alloc): Use xcharalloc rather than xmalloc.
26719         (struct slotvec): Move to top level.
26720         (quotearg_n_options): Rewrite to avoid xmalloc.
26721         * lib/xalloc.h (xcharalloc): New function.
26722         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
26723         [defined __cplusplus]: Add function template that provides result
26724         type propagation.  This part of the change is from Bruno Haible.
26725
26726 2006-10-29  Bruno Haible  <bruno@clisp.org>
26727
26728         Make it compile in C++ mode.
26729         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
26730         * lib/strnlen1.c (strnlen1): Cast memchr result.
26731         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
26732         * lib/clean-temp.c (string_equals, string_hash): Add casts.
26733         (create_temp_dir): Rename local variable 'template'.
26734         (compile_csharp_using_sscli): Add cast.
26735         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
26736         * lib/findprog.c (find_in_path): Likewise.
26737         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
26738         * lib/wait-process.c (register_slave_subprocess): Likewise.
26739
26740 2006-10-22  Bruno Haible  <bruno@clisp.org>
26741
26742         * modules/tsearch: New file.
26743         * lib/tsearch.h: New file.
26744         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
26745         * m4/tsearch.m4: New file.
26746         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
26747
26748 2006-10-29  Eric Blake  <ebb9@byu.net>
26749
26750         * lib/arcfour.c: Assume config.h.
26751         * lib/arctwo.c: Likewise.
26752         * lib/base64.c: Likewise.
26753         * lib/check-version.c: Likewise.
26754         * lib/crc.c: Likewise.
26755         * lib/des.c: Likewise.
26756         * lib/gc-gnulib.c: Likewise.
26757         * lib/gc-libgcrypt.c: Likewise.
26758         * lib/gc-pbkdf2-sha1.c: Likewise.
26759         * lib/getaddrinfo.c: Likewise.
26760         * lib/getdelim.c: Likewise.
26761         * lib/getline.c: Likewise.
26762         * lib/hmac-md5.c: Likewise.
26763         * lib/hmac-sha1.c: Likewise.
26764         * lib/iconvme.c: Likewise.
26765         * lib/md2.c: Likewise.
26766         * lib/md4.c: Likewise.
26767         * lib/memxor.c: Likewise.
26768         * lib/read-file.c: Likewise.
26769         * lib/readline.c: Likewise.
26770         * lib/rijndael-alg-fst.c: Likewise.
26771         * lib/rijndael-api-fst.c: Likewise.
26772         * lib/xgetdomainname.c: Likewise.
26773
26774 2006-10-28  Eric Blake  <ebb9@byu.net>
26775
26776         * lib/xstrndup.c: Assume config.h.
26777
26778 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
26779
26780         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
26781         stat-macros.h is now for our own macros, whereas stat_h is for
26782         macros in the <sys/stat.h> name space.
26783         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
26784         (STAT_MACROS_H): Remove.
26785         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
26786         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
26787         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
26788         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
26789         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
26790         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
26791         Move these macros to ...
26792         * lib/stat_.h: here.  Don't include stat-macros.h.
26793         * lib/canonicalize.c: Don't include stat-macros.h.
26794         * lib/chown.c: Likewise.
26795         * lib/euidaccess.c: Likewise.
26796         * lib/file-type.c: Likewise.
26797         * lib/filemode.c: Likewise.
26798         * lib/glob.c: Likewise.
26799         * lib/isapipe.c: Likewise.
26800         * lib/lchown.c: Likewise.
26801         * lib/lstat.c: Likewise.
26802         * lib/mkdir-p.c: Likewise.
26803         * lib/rmdir.c: Likewise.
26804         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
26805         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
26806         unless mkdir isn't declared, to speed up 'configure'.
26807         Always create sys/stat.h, since it's unlikely any real sys/stat.h
26808         would define all the S_* symbols.
26809         * modules/canonicalize (Depends-on):
26810         Depend on sys_stat, not stat-macros.
26811         * modules/chown: Likewise.
26812         * modules/euidaccess: Likewise.
26813         * modules/filemode: Likewise.
26814         * modules/file-type: Likewise.
26815         * modules/glob: Likewise.
26816         * modules/isapipe: Likewise.
26817         * modules/lchown: Likewise.
26818         * modules/lstat: Likewise.
26819         * modules/mkancesdirs: Likewise.
26820         * modules/rmdir: Likewise.
26821         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
26822         * modules/modechange: Likewise.
26823         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
26824         (configure.ac): Remove gl_STAT_MACROS.
26825         * modules/sys_stat (Depends-on): Remove stat-macros.
26826
26827 2006-10-27  Bruno Haible  <bruno@clisp.org>
26828
26829         * m4/signed.m4: Remove file.
26830         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
26831         invocation.
26832         * modules/vasnprintf (Files): Remove m4/signed.m4.
26833
26834 2006-10-27  Bruno Haible  <bruno@clisp.org>
26835
26836         Update to GNU gettext 0.16.
26837         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
26838         m4/inttypes-h.m4, m4/signed.m4.
26839         * m4/gettext.m4: Update to GNU gettext 0.16.
26840         * m4/intl.m4: New file, from GNU gettext.
26841         * m4/intldir.m4: New file, from GNU gettext.
26842         * config/srclist.txt: Update
26843
26844 2006-10-27  Eric Blake  <ebb9@byu.net>
26845
26846         * MODULES.html.sh: Document tempname.
26847         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
26848         dependencies.
26849         (Files): Move lib/tempname.c...
26850         * modules/tempname: ...to this new module.
26851         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
26852         (gl_PREREQ_TEMPNAME): Move...
26853         * m4/tempname.m4: ...to this new file.
26854         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
26855         * modules/sys_stat (Depends-on): Add stat-macros.
26856         * lib/stat_.h (includes): Pick up stat macros.
26857         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
26858         if stat macros are broken.
26859         * lib/tempname.c (includes): No need to include "stat-macros.h".
26860         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
26861         (direxists, __path_search) [!_LIBC]: Don't compile these in
26862         gnulib; the tmpdir module covers that.
26863         * lib/tempname.h: New file.
26864
26865 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
26866
26867         * COPYING: Explain how gnulib-tool converts licence headers.
26868         Almost all wording by Eric Blake.
26869
26870 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
26871
26872         * lib/mbchar.h (is_basic_table): Make read-only.
26873         * lib/mbchar.c (is_basic_table): Likewise.
26874         Reported by John Darrington.
26875
26876 2006-10-25  Bruno Haible  <bruno@clisp.org>
26877
26878         * lib/progname.h (set_program_name): Undefine before defining.
26879
26880 2006-10-25  Bruno Haible  <bruno@clisp.org>
26881
26882         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
26883         false for non-gcc C++ compilers.
26884         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
26885
26886 2006-10-24  Bruno Haible  <bruno@clisp.org>
26887
26888         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
26889         iconv implementations like Irix iconv.
26890
26891 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26892
26893         * modules/vararrays: New file.
26894         * m4/vararrays.m4: New file, taken from diffutils.
26895         * MODULES.html.sh: New module vararrays.
26896
26897 2006-10-24  Karl Berry  <karl@gnu.org>
26898
26899         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
26900         Don't call GNU Unix.
26901
26902 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26903
26904         * users.txt: Add Libtool.
26905
26906         Sync from Libtool:
26907
26908         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26909
26910         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
26911         to gnulib's policy of including config.h unconditionally.
26912
26913 2006-10-24  Bruno Haible  <bruno@clisp.org>
26914
26915         * modules/wcwidth (Files): Add m4/wint_t.m4.
26916         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
26917         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
26918
26919 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26920
26921         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
26922         to pacify GCC with some -W flags enabled.  Problem reported by
26923         Bruno Haible.
26924
26925 2006-10-24  Jim Meyering  <jim@meyering.net>
26926
26927         * MODULES.html.sh: Remove uinttostr.  It's not a module.
26928         Reported by Karl Berry.
26929
26930 2006-10-23  Bruno Haible  <bruno@clisp.org>
26931
26932         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
26933
26934 2006-10-24  Bruno Haible  <bruno@clisp.org>
26935
26936         * lib/gl_list.h: Use C comment style, not C++ comment style.
26937
26938 2006-10-23  Eric Blake  <ebb9@byu.net>
26939
26940         * lib/getaddrinfo.c (includes): Add missing include.
26941
26942 2006-10-23  Bruno Haible  <bruno@clisp.org>
26943             Paul Eggert  <eggert@cs.ucla.edu>
26944
26945         Ability to rename obstack_free.
26946         * lib/obstack.h (__obstack_free): New macro. Declare instead of
26947         obstack_free.
26948         (obstack_free): Invoke the __obstack_free macro.
26949         * lib/obstack.c (obstack_free): Use __obstack_free macro.
26950
26951 2006-10-23  Bruno Haible  <bruno@clisp.org>
26952             Paul Eggert  <eggert@cs.ucla.edu>
26953
26954         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
26955         __argc, __argv from the declaration. (They are defined as macros on
26956         mingw.)
26957
26958 2006-10-22  Bruno Haible  <bruno@clisp.org>
26959
26960         * doc/gnulib-intro.texi: New file.
26961         * doc/gnulib.texi: Include it.
26962
26963 2006-10-21  Bruno Haible  <bruno@clisp.org>
26964
26965         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
26966         "Introduction", "Miscellanous Notes", "Particular Modules".
26967
26968 2006-10-21  Bruno Haible  <bruno@clisp.org>
26969
26970         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26971         Change mostlyclean-local rule to avoid sh syntax error from bash
26972         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
26973
26974 2006-10-23  Jim Meyering  <jim@meyering.net>
26975
26976         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
26977         in place of snprintf.
26978
26979         * modules/inttostr (Files): Add lib/uinttostr.c.
26980         * lib/uinttostr.c (inttostr): New file/function.
26981         * lib/inttostr.h (uinttostr): Declare.
26982         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
26983         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
26984         Add uinttostr.
26985         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
26986
26987 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
26988
26989         * lib/canonicalize.c (ELOOP): Define if not already defined.
26990         Problem reported by Bruno Haible in
26991         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
26992
26993 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
26994
26995         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
26996         Problem reported by Perry Smith and Ville Laurikari.
26997
26998         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
26999         uses.
27000
27001 2006-10-19  Bruno Haible  <bruno@clisp.org>
27002
27003         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
27004         for mingw.
27005
27006 2006-10-19  Bruno Haible  <bruno@clisp.org>
27007
27008         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
27009         Needed for mingw.
27010
27011 2006-10-19  Bruno Haible  <bruno@clisp.org>
27012
27013         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
27014
27015 2006-10-19  Bruno Haible  <bruno@clisp.org>
27016
27017         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
27018         it.
27019
27020 2006-10-19  Bruno Haible  <bruno@clisp.org>
27021
27022         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
27023         invocation.
27024
27025 2006-10-19  Bruno Haible  <bruno@clisp.org>
27026
27027         * gnulib-tool (func_create_testdir): Don't include ftruncate and
27028         mountlist by default.
27029
27030 2006-10-16  Bruno Haible  <bruno@clisp.org>
27031
27032         * lib/c-strstr.c: Include c-strstr.h.
27033
27034 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
27035
27036         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
27037         in a slash.
27038
27039 2006-10-18  Bruno Haible  <bruno@clisp.org>
27040
27041         * lib/lock.h [C++]: Wrap definitions in extern "C".
27042
27043 2006-10-18  Bruno Haible  <bruno@clisp.org>
27044
27045         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
27046         gl_LIBOBJS list.
27047
27048 2006-10-18  Bruno Haible  <bruno@clisp.org>
27049
27050         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
27051
27052 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
27053
27054         * lib/xstrtol.h: Include gettext.h.
27055         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
27056         Problem reported by Eric Blake.
27057         * modules/xstrtol (Depends-on): Add gettext-h.
27058
27059 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
27060
27061         * lib/strftime.c (advance): New macro.
27062         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
27063         incomplete type, so you can't add 0 to it.  Problem and patch
27064         reported by Eelco Dolstra for dietlibc.
27065
27066 2006-10-18  Jim Meyering  <jim@meyering.net>
27067
27068         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
27069         type for a local, and rename it: s/up/user_proc/.
27070
27071 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
27072
27073         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
27074         READ_UTMP_USER_PROCESS.
27075         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
27076
27077 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
27078
27079         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
27080         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
27081
27082 2006-10-17  Eric Blake  <ebb9@byu.net>
27083
27084         * lib/sigprocmask.c (sigprocmask): Fix typo.
27085
27086         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
27087
27088         * modules/clean-temp (Makefile.am): Don't add to make output...
27089         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
27090         config.h.
27091
27092 2006-10-17  Bruno Haible  <bruno@clisp.org>
27093
27094         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
27095         differently if DEFAULT_TEXT_DOMAIN is set.
27096
27097 2006-10-16  Bruno Haible  <bruno@clisp.org>
27098
27099         * lib/clean-temp.c: Include fwriteerror.h.
27100
27101 2006-10-16  Bruno Haible  <bruno@clisp.org>
27102
27103         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
27104
27105 2006-10-16  Bruno Haible  <bruno@clisp.org>
27106
27107         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
27108         * lib/sigprocmask.h: Include <sys/types.h>.
27109         (sigset_t): Use the system's definition if present.
27110
27111 2006-10-17  Eric Blake  <ebb9@byu.net>
27112
27113         * lib/xvasprintf.c (includes): Assume config.h.
27114         * lib/xasprintf.c (includes): Likewise.
27115
27116 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
27117
27118         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
27119         at least as wide as intmax_t.
27120
27121 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
27122
27123         (Imported from Automake.)
27124         * build-aux/gnupload: Update to version 1.1 of directive file.
27125
27126 2006-10-16  Eric Blake  <ebb9@byu.net>
27127
27128         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
27129         match Automake 1.10a.
27130
27131 2006-10-14  Bruno Haible  <bruno@clisp.org>
27132
27133         * modules/sigprocmask: New file.
27134         * lib/sigprocmask.h: New file.
27135         * lib/sigprocmask.c: New file.
27136         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
27137         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
27138         request sigprocmask.o.
27139         (gl_PREREQ_SIGPROCMASK): New macro.
27140         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
27141         (Depends-on): Add sigprocmask.
27142         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
27143         gt_SIGNALBLOCKING. Test for 'raise' only once.
27144         * lib/fatal-signal.c: Include sigprocmask.h.
27145         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
27146         unblock_fatal_signals): Define always.
27147         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27148         sigprocmask.
27149
27150 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
27151
27152         Sync from Automake.
27153         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
27154         which incorrectly sets the mode of an existing destination
27155         directory.  In some cases the unpatched install-sh could do the
27156         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
27157         system.  We hope this is rare in practice, but it's clearly worth
27158         fixing.  Problem reported by Alex Unleashed in
27159         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
27160         Also, don't bother to check for -m bugs unless we're using -m;
27161         suggested by Stepan Kasal.
27162
27163 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27164
27165         Sync from Automake.
27166         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
27167         `-c' flag, so they appear at the same position as in %FASTDEP%
27168         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
27169         which ignores unknown options only after the first non-option.
27170         Bug report against M4 by Nelson H. F. Beebe.
27171
27172 2006-10-13  Jim Meyering  <jim@meyering.net>
27173
27174         Fix a bug in yesterday's change.
27175         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
27176         p->fts_statp->st_dev would be used uninitialized.
27177         Ensures that we always call fts_stat on the very first entry.
27178         Miklos Szeredi reported that find -xdev stopped working.
27179
27180 2006-10-12  Bruno Haible  <bruno@clisp.org>
27181
27182         * gnulib-tool (func_get_automake_snippet): Append an automatically
27183         computed EXTRA_DIST augmentation.
27184         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
27185         * modules/alloca-opt (Makefile.am): Likewise.
27186         * modules/allocsa (Makefile.am): Likewise.
27187         * modules/arcfour (Makefile.am): Likewise.
27188         * modules/arctwo (Makefile.am): Likewise.
27189         * modules/argmatch (Makefile.am): Likewise.
27190         * modules/argz (Makefile.am): Likewise.
27191         * modules/atexit (Makefile.am): Likewise.
27192         * modules/backupfile (Makefile.am): Likewise.
27193         * modules/byteswap (Makefile.am): Likewise.
27194         * modules/c-strtod (Makefile.am): Likewise.
27195         * modules/c-strtold (Makefile.am): Likewise.
27196         * modules/calloc (Makefile.am): Likewise.
27197         * modules/canon-host (Makefile.am): Likewise.
27198         * modules/canonicalize (Makefile.am): Likewise.
27199         * modules/chdir-long (Makefile.am): Likewise.
27200         * modules/chdir-safer (Makefile.am): Likewise.
27201         * modules/check-version (Makefile.am): Likewise.
27202         * modules/chown (Makefile.am): Likewise.
27203         * modules/cloexec (Makefile.am): Likewise.
27204         * modules/close-stream (Makefile.am): Likewise.
27205         * modules/closeout (Makefile.am): Likewise.
27206         * modules/crc (Makefile.am): Likewise.
27207         * modules/csharpexec (Makefile.am): Likewise.
27208         * modules/cycle-check (Makefile.am): Likewise.
27209         * modules/des (Makefile.am): Likewise.
27210         * modules/dev-ino (Makefile.am): Likewise.
27211         * modules/dirfd (Makefile.am): Likewise.
27212         * modules/dirname (Makefile.am): Likewise.
27213         * modules/dup2 (Makefile.am): Likewise.
27214         * modules/eealloc (Makefile.am): Likewise.
27215         * modules/error (Makefile.am): Likewise.
27216         * modules/euidaccess (Makefile.am): Likewise.
27217         * modules/exclude (Makefile.am): Likewise.
27218         * modules/exitfail (Makefile.am): Likewise.
27219         * modules/fcntl-safer (Makefile.am): Likewise.
27220         * modules/fcntl (Makefile.am): Likewise.
27221         * modules/file-type (Makefile.am): Likewise.
27222         * modules/fileblocks (Makefile.am): Likewise.
27223         * modules/filemode (Makefile.am): Likewise.
27224         * modules/filenamecat (Makefile.am): Likewise.
27225         * modules/fnmatch (Makefile.am): Likewise.
27226         * modules/fopen-safer (Makefile.am): Likewise.
27227         * modules/fpending (Makefile.am): Likewise.
27228         * modules/fprintftime (Makefile.am): Likewise.
27229         * modules/free (Makefile.am): Likewise.
27230         * modules/fsusage (Makefile.am): Likewise.
27231         * modules/ftruncate (Makefile.am): Likewise.
27232         * modules/fts (Makefile.am): Likewise.
27233         * modules/gc-arcfour (Makefile.am): Likewise.
27234         * modules/gc-des (Makefile.am): Likewise.
27235         * modules/gc-hmac-md5 (Makefile.am): Likewise.
27236         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
27237         * modules/gc-md4 (Makefile.am): Likewise.
27238         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
27239         * modules/gc-sha1 (Makefile.am): Likewise.
27240         * modules/gc (Makefile.am): Likewise.
27241         * modules/getaddrinfo (Makefile.am): Likewise.
27242         * modules/getcwd (Makefile.am): Likewise.
27243         * modules/getdelim (Makefile.am): Likewise.
27244         * modules/getdomainname (Makefile.am): Likewise.
27245         * modules/getgroups (Makefile.am): Likewise.
27246         * modules/gethostname (Makefile.am): Likewise.
27247         * modules/gethrxtime (Makefile.am): Likewise.
27248         * modules/getline (Makefile.am): Likewise.
27249         * modules/getloadavg (Makefile.am): Likewise.
27250         * modules/getlogin_r (Makefile.am): Likewise.
27251         * modules/getndelim2 (Makefile.am): Likewise.
27252         * modules/getopt (Makefile.am): Likewise.
27253         * modules/getpagesize (Makefile.am): Likewise.
27254         * modules/getpass-gnu (Makefile.am): Likewise.
27255         * modules/getpass (Makefile.am): Likewise.
27256         * modules/getsubopt (Makefile.am): Likewise.
27257         * modules/gettime (Makefile.am): Likewise.
27258         * modules/gettimeofday (Makefile.am): Likewise.
27259         * modules/getugroups (Makefile.am): Likewise.
27260         * modules/getusershell (Makefile.am): Likewise.
27261         * modules/glob (Makefile.am): Likewise.
27262         * modules/group-member (Makefile.am): Likewise.
27263         * modules/hard-locale (Makefile.am): Likewise.
27264         * modules/hash (Makefile.am): Likewise.
27265         * modules/hmac-md5 (Makefile.am): Likewise.
27266         * modules/hmac-sha1 (Makefile.am): Likewise.
27267         * modules/human (Makefile.am): Likewise.
27268         * modules/idcache (Makefile.am): Likewise.
27269         * modules/imaxabs (Makefile.am): Likewise.
27270         * modules/imaxdiv (Makefile.am): Likewise.
27271         * modules/inet_ntop (Makefile.am): Likewise.
27272         * modules/inet_pton (Makefile.am): Likewise.
27273         * modules/intprops (Makefile.am): Likewise.
27274         * modules/inttostr (Makefile.am): Likewise.
27275         * modules/inttypes (Makefile.am): Likewise.
27276         * modules/isapipe (Makefile.am): Likewise.
27277         * modules/javaversion (Makefile.am): Likewise.
27278         * modules/lchmod (Makefile.am): Likewise.
27279         * modules/lchown (Makefile.am): Likewise.
27280         * modules/localcharset (Makefile.am): Likewise.
27281         * modules/long-options (Makefile.am): Likewise.
27282         * modules/lstat (Makefile.am): Likewise.
27283         * modules/malloc (Makefile.am): Likewise.
27284         * modules/mathl (Makefile.am): Likewise.
27285         * modules/mbchar (Makefile.am): Likewise.
27286         * modules/md2 (Makefile.am): Likewise.
27287         * modules/md4 (Makefile.am): Likewise.
27288         * modules/md5 (Makefile.am): Likewise.
27289         * modules/memcasecmp (Makefile.am): Likewise.
27290         * modules/memchr (Makefile.am): Likewise.
27291         * modules/memcmp (Makefile.am): Likewise.
27292         * modules/memcoll (Makefile.am): Likewise.
27293         * modules/memcpy (Makefile.am): Likewise.
27294         * modules/memmem (Makefile.am): Likewise.
27295         * modules/memmove (Makefile.am): Likewise.
27296         * modules/mempcpy (Makefile.am): Likewise.
27297         * modules/memrchr (Makefile.am): Likewise.
27298         * modules/memset (Makefile.am): Likewise.
27299         * modules/memxor (Makefile.am): Likewise.
27300         * modules/mkancesdirs (Makefile.am): Likewise.
27301         * modules/mkdir-p (Makefile.am): Likewise.
27302         * modules/mkdir (Makefile.am): Likewise.
27303         * modules/mkdtemp (Makefile.am): Likewise.
27304         * modules/mkstemp (Makefile.am): Likewise.
27305         * modules/mktime (Makefile.am): Likewise.
27306         * modules/modechange (Makefile.am): Likewise.
27307         * modules/mountlist (Makefile.am): Likewise.
27308         * modules/nanosleep (Makefile.am): Likewise.
27309         * modules/obstack (Makefile.am): Likewise.
27310         * modules/openat (Makefile.am): Likewise.
27311         * modules/pagealign_alloc (Makefile.am): Likewise.
27312         * modules/pathmax (Makefile.am): Likewise.
27313         * modules/physmem (Makefile.am): Likewise.
27314         * modules/poll (Makefile.am): Likewise.
27315         * modules/posixtm (Makefile.am): Likewise.
27316         * modules/posixver (Makefile.am): Likewise.
27317         * modules/putenv (Makefile.am): Likewise.
27318         * modules/quote (Makefile.am): Likewise.
27319         * modules/quotearg (Makefile.am): Likewise.
27320         * modules/raise (Makefile.am): Likewise.
27321         * modules/read-file (Makefile.am): Likewise.
27322         * modules/readline (Makefile.am): Likewise.
27323         * modules/readlink (Makefile.am): Likewise.
27324         * modules/readtokens (Makefile.am): Likewise.
27325         * modules/readutmp (Makefile.am): Likewise.
27326         * modules/realloc (Makefile.am): Likewise.
27327         * modules/regex (Makefile.am): Likewise.
27328         * modules/rename-dest-slash (Makefile.am): Likewise.
27329         * modules/rename (Makefile.am): Likewise.
27330         * modules/rijndael (Makefile.am): Likewise.
27331         * modules/rmdir (Makefile.am): Likewise.
27332         * modules/rpmatch (Makefile.am): Likewise.
27333         * modules/safe-read (Makefile.am): Likewise.
27334         * modules/safe-write (Makefile.am): Likewise.
27335         * modules/same-inode (Makefile.am): Likewise.
27336         * modules/same (Makefile.am): Likewise.
27337         * modules/save-cwd (Makefile.am): Likewise.
27338         * modules/savedir (Makefile.am): Likewise.
27339         * modules/setenv (Makefile.am): Likewise.
27340         * modules/settime (Makefile.am): Likewise.
27341         * modules/sha1 (Makefile.am): Likewise.
27342         * modules/sig2str (Makefile.am): Likewise.
27343         * modules/snprintf (Makefile.am): Likewise.
27344         * modules/stat-macros (Makefile.am): Likewise.
27345         * modules/stat-time (Makefile.am): Likewise.
27346         * modules/stdbool (Makefile.am): Likewise.
27347         * modules/stdint (Makefile.am): Likewise.
27348         * modules/stdlib-safer (Makefile.am): Likewise.
27349         * modules/stpcpy (Makefile.am): Likewise.
27350         * modules/stpncpy (Makefile.am): Likewise.
27351         * modules/strcase (Makefile.am): Likewise.
27352         * modules/strcasestr (Makefile.am): Likewise.
27353         * modules/strchrnul (Makefile.am): Likewise.
27354         * modules/strcspn (Makefile.am): Likewise.
27355         * modules/strdup (Makefile.am): Likewise.
27356         * modules/strerror (Makefile.am): Likewise.
27357         * modules/strftime (Makefile.am): Likewise.
27358         * modules/strndup (Makefile.am): Likewise.
27359         * modules/strnlen (Makefile.am): Likewise.
27360         * modules/strpbrk (Makefile.am): Likewise.
27361         * modules/strsep (Makefile.am): Likewise.
27362         * modules/strstr (Makefile.am): Likewise.
27363         * modules/strtod (Makefile.am): Likewise.
27364         * modules/strtoimax (Makefile.am): Likewise.
27365         * modules/strtok_r (Makefile.am): Likewise.
27366         * modules/strtol (Makefile.am): Likewise.
27367         * modules/strtoll (Makefile.am): Likewise.
27368         * modules/strtoul (Makefile.am): Likewise.
27369         * modules/strtoull (Makefile.am): Likewise.
27370         * modules/strtoumax (Makefile.am): Likewise.
27371         * modules/strverscmp (Makefile.am): Likewise.
27372         * modules/sys_socket (Makefile.am): Likewise.
27373         * modules/sys_stat (Makefile.am): Likewise.
27374         * modules/sysexits (Makefile.am): Likewise.
27375         * modules/time_r (Makefile.am): Likewise.
27376         * modules/timegm (Makefile.am): Likewise.
27377         * modules/timespec (Makefile.am): Likewise.
27378         * modules/tmpfile-safer (Makefile.am): Likewise.
27379         * modules/trim (Makefile.am): Likewise.
27380         * modules/unistd-safer (Makefile.am): Likewise.
27381         * modules/unlinkdir (Makefile.am): Likewise.
27382         * modules/unlocked-io (Makefile.am): Likewise.
27383         * modules/userspec (Makefile.am): Likewise.
27384         * modules/utime (Makefile.am): Likewise.
27385         * modules/utimecmp (Makefile.am): Likewise.
27386         * modules/utimens (Makefile.am): Likewise.
27387         * modules/vasnprintf (Makefile.am): Likewise.
27388         * modules/vasprintf (Makefile.am): Likewise.
27389         * modules/vsnprintf (Makefile.am): Likewise.
27390         * modules/xalloc (Makefile.am): Likewise.
27391         * modules/xgetcwd (Makefile.am): Likewise.
27392         * modules/xnanosleep (Makefile.am): Likewise.
27393         * modules/xreadlink (Makefile.am): Likewise.
27394         * modules/xstrtod (Makefile.am): Likewise.
27395         * modules/xstrtol (Makefile.am): Likewise.
27396         * modules/xstrtold (Makefile.am): Likewise.
27397         * modules/yesno (Makefile.am): Likewise.
27398         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
27399
27400 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
27401
27402         * modules/error (Makefile.am): Distribute files through
27403         EXTRA_DIST, not lib_SOURCES.
27404
27405 2006-10-12  Eric Blake  <ebb9@byu.net>
27406
27407         * modules/error (Makefile.am): Distribute files in /lib.
27408         * modules/obstack (Makefile.am): Likewise.
27409
27410 2006-10-12  Bruno Haible  <bruno@clisp.org>
27411
27412         * modules/acl (Makefile.am): Distribute all files in lib/ through
27413         EXTRA_DIST.
27414         * modules/arcfour (Makefile.am): Likewise.
27415         * modules/arctwo (Makefile.am): Likewise.
27416         * modules/argmatch (Makefile.am): Likewise.
27417         * modules/argz (Makefile.am): Likewise.
27418         * modules/atexit (Makefile.am): Likewise.
27419         * modules/backupfile (Makefile.am): Likewise.
27420         * modules/c-strtod (Makefile.am): Likewise.
27421         * modules/c-strtold (Makefile.am): Likewise.
27422         * modules/calloc (Makefile.am): Likewise.
27423         * modules/canon-host (Makefile.am): Likewise.
27424         * modules/canonicalize (Makefile.am): Likewise.
27425         * modules/chdir-long (Makefile.am): Likewise.
27426         * modules/chdir-safer (Makefile.am): Likewise.
27427         * modules/check-version (Makefile.am): Likewise.
27428         * modules/chown (Makefile.am): Likewise.
27429         * modules/cloexec (Makefile.am): Likewise.
27430         * modules/close-stream (Makefile.am): Likewise.
27431         * modules/closeout (Makefile.am): Likewise.
27432         * modules/crc (Makefile.am): Likewise.
27433         * modules/cycle-check (Makefile.am): Likewise.
27434         * modules/des (Makefile.am): Likewise.
27435         * modules/dirfd (Makefile.am): Likewise.
27436         * modules/dirname (Makefile.am): Likewise.
27437         * modules/dup2 (Makefile.am): Likewise.
27438         * modules/euidaccess (Makefile.am): Likewise.
27439         * modules/exclude (Makefile.am): Likewise.
27440         * modules/exitfail (Makefile.am): Likewise.
27441         * modules/fcntl-safer (Makefile.am): Likewise.
27442         * modules/file-type (Makefile.am): Likewise.
27443         * modules/fileblocks (Makefile.am): Likewise.
27444         * modules/filemode (Makefile.am): Likewise.
27445         * modules/filenamecat (Makefile.am): Likewise.
27446         * modules/fnmatch (Makefile.am): Likewise.
27447         * modules/fopen-safer (Makefile.am): Likewise.
27448         * modules/fpending (Makefile.am): Likewise.
27449         * modules/fprintftime (Makefile.am): Likewise.
27450         * modules/free (Makefile.am): Likewise.
27451         * modules/fsusage (Makefile.am): Likewise.
27452         * modules/ftruncate (Makefile.am): Likewise.
27453         * modules/fts (Makefile.am): Likewise.
27454         * modules/gc (Makefile.am): Likewise.
27455         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
27456         * modules/getaddrinfo (Makefile.am): Likewise.
27457         * modules/getcwd (Makefile.am): Likewise.
27458         * modules/getdelim (Makefile.am): Likewise.
27459         * modules/getdomainname (Makefile.am): Likewise.
27460         * modules/getgroups (Makefile.am): Likewise.
27461         * modules/gethostname (Makefile.am): Likewise.
27462         * modules/gethrxtime (Makefile.am): Likewise.
27463         * modules/getline (Makefile.am): Likewise.
27464         * modules/getloadavg (Makefile.am): Likewise.
27465         * modules/getlogin_r (Makefile.am): Likewise.
27466         * modules/getopt (Makefile.am): Likewise.
27467         * modules/getpass (Makefile.am): Likewise.
27468         * modules/getpass-gnu (Makefile.am): Likewise.
27469         * modules/getsubopt (Makefile.am): Likewise.
27470         * modules/gettime (Makefile.am): Likewise.
27471         * modules/gettimeofday (Makefile.am): Likewise.
27472         * modules/getugroups (Makefile.am): Likewise.
27473         * modules/getusershell (Makefile.am): Likewise.
27474         * modules/glob (Makefile.am): Likewise.
27475         * modules/group-member (Makefile.am): Likewise.
27476         * modules/hard-locale (Makefile.am): Likewise.
27477         * modules/hash (Makefile.am): Likewise.
27478         * modules/hmac-md5 (Makefile.am): Likewise.
27479         * modules/hmac-sha1 (Makefile.am): Likewise.
27480         * modules/human (Makefile.am): Likewise.
27481         * modules/idcache (Makefile.am): Likewise.
27482         * modules/imaxabs (Makefile.am): Likewise.
27483         * modules/imaxdiv (Makefile.am): Likewise.
27484         * modules/inet_ntop (Makefile.am): Likewise.
27485         * modules/inet_pton (Makefile.am): Likewise.
27486         * modules/inttostr (Makefile.am): Likewise.
27487         * modules/isapipe (Makefile.am): Likewise.
27488         * modules/lchown (Makefile.am): Likewise.
27489         * modules/long-options (Makefile.am): Likewise.
27490         * modules/lstat (Makefile.am): Likewise.
27491         * modules/malloc (Makefile.am): Likewise.
27492         * modules/mathl (Makefile.am): Likewise.
27493         * modules/mbchar (Makefile.am): Likewise.
27494         * modules/md2 (Makefile.am): Likewise.
27495         * modules/md4 (Makefile.am): Likewise.
27496         * modules/md5 (Makefile.am): Likewise.
27497         * modules/memcasecmp (Makefile.am): Likewise.
27498         * modules/memchr (Makefile.am): Likewise.
27499         * modules/memcmp (Makefile.am): Likewise.
27500         * modules/memcoll (Makefile.am): Likewise.
27501         * modules/memcpy (Makefile.am): Likewise.
27502         * modules/memmem (Makefile.am): Likewise.
27503         * modules/memmove (Makefile.am): Likewise.
27504         * modules/mempcpy (Makefile.am): Likewise.
27505         * modules/memrchr (Makefile.am): Likewise.
27506         * modules/memset (Makefile.am): Likewise.
27507         * modules/memxor (Makefile.am): Likewise.
27508         * modules/mkancesdirs (Makefile.am): Likewise.
27509         * modules/mkdir (Makefile.am): Likewise.
27510         * modules/mkdir-p (Makefile.am): Likewise.
27511         * modules/mkdtemp (Makefile.am): Likewise.
27512         * modules/mkstemp (Makefile.am): Likewise.
27513         * modules/mktime (Makefile.am): Likewise.
27514         * modules/modechange (Makefile.am): Likewise.
27515         * modules/mountlist (Makefile.am): Likewise.
27516         * modules/nanosleep (Makefile.am): Likewise.
27517         * modules/openat (Makefile.am): Likewise.
27518         * modules/pagealign_alloc (Makefile.am): Likewise.
27519         * modules/physmem (Makefile.am): Likewise.
27520         * modules/poll (Makefile.am): Likewise.
27521         * modules/posixtm (Makefile.am): Likewise.
27522         * modules/posixver (Makefile.am): Likewise.
27523         * modules/putenv (Makefile.am): Likewise.
27524         * modules/quote (Makefile.am): Likewise.
27525         * modules/quotearg (Makefile.am): Likewise.
27526         * modules/raise (Makefile.am): Likewise.
27527         * modules/read-file (Makefile.am): Likewise.
27528         * modules/readline (Makefile.am): Likewise.
27529         * modules/readlink (Makefile.am): Likewise.
27530         * modules/readtokens (Makefile.am): Likewise.
27531         * modules/readutmp (Makefile.am): Likewise.
27532         * modules/realloc (Makefile.am): Likewise.
27533         * modules/regex (Makefile.am): Likewise.
27534         * modules/rename (Makefile.am): Likewise.
27535         * modules/rename-dest-slash (Makefile.am): Likewise.
27536         * modules/rijndael (Makefile.am): Likewise.
27537         * modules/rmdir (Makefile.am): Likewise.
27538         * modules/rpmatch (Makefile.am): Likewise.
27539         * modules/safe-read (Makefile.am): Likewise.
27540         * modules/safe-write (Makefile.am): Likewise.
27541         * modules/same (Makefile.am): Likewise.
27542         * modules/save-cwd (Makefile.am): Likewise.
27543         * modules/savedir (Makefile.am): Likewise.
27544         * modules/setenv (Makefile.am): Likewise.
27545         * modules/settime (Makefile.am): Likewise.
27546         * modules/sha1 (Makefile.am): Likewise.
27547         * modules/sig2str (Makefile.am): Likewise.
27548         * modules/snprintf (Makefile.am): Likewise.
27549         * modules/stdlib-safer (Makefile.am): Likewise.
27550         * modules/stpcpy (Makefile.am): Likewise.
27551         * modules/stpncpy (Makefile.am): Likewise.
27552         * modules/strcase (Makefile.am): Likewise.
27553         * modules/strcasestr (Makefile.am): Likewise.
27554         * modules/strchrnul (Makefile.am): Likewise.
27555         * modules/strcspn (Makefile.am): Likewise.
27556         * modules/strdup (Makefile.am): Likewise.
27557         * modules/strerror (Makefile.am): Likewise.
27558         * modules/strftime (Makefile.am): Likewise.
27559         * modules/strndup (Makefile.am): Likewise.
27560         * modules/strnlen (Makefile.am): Likewise.
27561         * modules/strpbrk (Makefile.am): Likewise.
27562         * modules/strsep (Makefile.am): Likewise.
27563         * modules/strstr (Makefile.am): Likewise.
27564         * modules/strtod (Makefile.am): Likewise.
27565         * modules/strtoimax (Makefile.am): Likewise.
27566         * modules/strtok_r (Makefile.am): Likewise.
27567         * modules/strtol (Makefile.am): Likewise.
27568         * modules/strtoll (Makefile.am): Likewise.
27569         * modules/strtoul (Makefile.am): Likewise.
27570         * modules/strtoull (Makefile.am): Likewise.
27571         * modules/strtoumax (Makefile.am): Likewise.
27572         * modules/strverscmp (Makefile.am): Likewise.
27573         * modules/time_r (Makefile.am): Likewise.
27574         * modules/timegm (Makefile.am): Likewise.
27575         * modules/tmpfile-safer (Makefile.am): Likewise.
27576         * modules/unistd-safer (Makefile.am): Likewise.
27577         * modules/unlinkdir (Makefile.am): Likewise.
27578         * modules/userspec (Makefile.am): Likewise.
27579         * modules/utime (Makefile.am): Likewise.
27580         * modules/utimecmp (Makefile.am): Likewise.
27581         * modules/utimens (Makefile.am): Likewise.
27582         * modules/vasnprintf (Makefile.am): Likewise.
27583         * modules/vasprintf (Makefile.am): Likewise.
27584         * modules/vsnprintf (Makefile.am): Likewise.
27585         * modules/xalloc (Makefile.am): Likewise.
27586         * modules/xgetcwd (Makefile.am): Likewise.
27587         * modules/xnanosleep (Makefile.am): Likewise.
27588         * modules/xreadlink (Makefile.am): Likewise.
27589         * modules/xstrtod (Makefile.am): Likewise.
27590         * modules/xstrtol (Makefile.am): Likewise.
27591         * modules/xstrtold (Makefile.am): Likewise.
27592         * modules/yesno (Makefile.am): Likewise.
27593
27594 2006-10-12  Jim Meyering  <jim@meyering.net>
27595
27596         * m4/getloadavg.m4: Revert the change below.
27597
27598         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
27599         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
27600         fail with a symlink, which is what coreutils' ./bootstrap now
27601         creates by default.
27602
27603 2006-10-12  Bruno Haible  <bruno@clisp.org>
27604
27605         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
27606         mingw.
27607         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
27608         MSVC and mingw explicitly.
27609
27610 2006-10-11  Simon Josefsson  <jas@extundo.com>
27611             Bruno Haible  <bruno@clisp.org>
27612
27613         Add support for multiple gnulib-tool invocations in the scope of a
27614         single configure.ac file.
27615         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
27616         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
27617         with the same contents as the _LIBADD variable.
27618         (func_emit_initmacro_start, func_emit_initmacro_end,
27619         func_emit_initmacro_done): New functions.
27620         (func_import, func_create_testdir): Invoke them. Allow the identifiers
27621         gl_LIBOBJS and gl_LTLIBOBJS.
27622
27623 2006-10-11  Bruno Haible  <bruno@clisp.org>
27624
27625         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
27626         (func_create_testdir): Don't create po/Makefile.am, don't invoke
27627         autoreconf. Instead, invoke autopoint explicitly but move back the
27628         *.m4 files from gnulib.
27629
27630 2006-10-11  Bruno Haible  <bruno@clisp.org>
27631
27632         * gnulib-tool (func_usage): Make module names after --create-testdir
27633         optional.
27634         (func_create_testdir): If no module was specified, use nearly all
27635         modules.
27636
27637 2006-10-12  Jim Meyering  <jim@meyering.net>
27638
27639         Big performance improvement for fts-based tools that use FTS_NOSTAT.
27640         Avoid spurious inode-mismatch problems on non-POSIX file systems.
27641         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
27642         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
27643         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
27644         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
27645         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
27646         (fts_set_stat_required): New function.
27647         (fts_open): Defer the calls to fts_stat, if possible or requested.
27648         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
27649         into fts_stat itself.
27650         (fts_read): Perform any required (deferred) fts_stat call.
27651         (fts_build): Likewise, for the directory we're about to open and read.
27652         In the readdir loop, carefully decide whether each entry will require
27653         an eventual call to fts_stat, using dirent.d_type info if available.
27654         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
27655         a command line argument into this function.  Update all callers.
27656         Map a return value of FTS_DOT to FTS_D for a command line argument.
27657         * modules/fts (Depends-on): Add d-type.  Alphabetize.
27658         Thanks to Miklos Szeredi for his tenacity and for the initial
27659         bug report about "find" failing on a FUSE-based file system.
27660
27661         * lib/fts.c (fts_open): Use consistent indentation.
27662
27663 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
27664
27665         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
27666         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
27667         reported by Jim Meyering.  All uses of cache variables renamed
27668         to match Autoconf's.
27669         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
27670         the other one.
27671
27672         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
27673         Fix misspelling in diagnostic.
27674
27675 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
27676
27677         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
27678         defined.  Problem reported by Matthew Woehlke.
27679
27680         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
27681         Add support for Tandem NonStop R series.
27682         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
27683         Use new macro.
27684
27685         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
27686         (has_trailing_slash): Omit size arg; all callers changed.
27687         Omit 'inline', since it doesn't help performance and we'd
27688         need to configure it.
27689         Don't count //, ///, etc. as having a trailing slash.
27690         As a side effect, this removes a C99ism reported by Matthew Woehlke.
27691         (rpl_rename_dest_slash): On failure, use rename's errno rather
27692         than (in some cases) an incorrect or junk errno.
27693         Simplify code by removing need to compute length; this does
27694         cause it to make two passes instead of one over the file name,
27695         but it's worth it.
27696
27697         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
27698         change, since Autoconf's version may no longer be appropriate now
27699         that we are using CVS Autoconf's version.  Add support for Tandem.
27700
27701 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
27702             Bruno Haible  <bruno@clisp.org>
27703
27704         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
27705         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
27706         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
27707         gl_AC_TYPE_LONG_LONG.
27708
27709         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
27710         instead of HAVE_LONG_LONG.
27711         * lib/printf-args.c (printf_fetchargs): Likewise.
27712         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
27713         * lib/vasnprintf.c (VASNPRINTF): Likewise.
27714         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
27715         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
27716         gl_AC_TYPE_LONG_LONG.
27717
27718 2006-10-11  Bruno Haible  <bruno@clisp.org>
27719
27720         * m4/longlong.m4: Add comments.
27721         * m4/ulonglong.m4: Likewise.
27722
27723 2006-10-10  Bruno Haible  <bruno@clisp.org>
27724
27725         Make it possible to #define stpcpy, strdup to aliases.
27726         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
27727         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
27728
27729 2006-10-10  Bruno Haible  <bruno@clisp.org>
27730
27731         Make it possible to #define gcd to an alias.
27732         * lib/gcd.c: Include config.h.
27733
27734 2006-10-10  Bruno Haible  <bruno@clisp.org>
27735
27736         Make it possible to #define c_isascii to an alias.
27737         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
27738         defined. Undefine the macros before defining them, to avoid gcc
27739         warnings.
27740         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
27741         define NO_C_CTYPE_MACROS early.
27742
27743 2006-10-10  Bruno Haible  <bruno@clisp.org>
27744
27745         Make it possible to #define set_program_name to an alias.
27746         * lib/progname.c: Don't undefine set_program_name; instead, undefine
27747         ENABLE_RELOCATABLE early.
27748
27749 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
27750
27751         Port to Tandem NSK OSS, which has 64-bit signed int but at most
27752         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
27753         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
27754         More generally, don't assume that 64-bit signed int is available
27755         if unsigned int is, and vice versa.
27756         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
27757         unsigned symbols, not on their signed counterparts.
27758         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
27759         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
27760         (UINT64_C, UINTMAX_C):
27761         Likewise.
27762         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
27763         unsigned counterparts.
27764         (Have_long_long, Unsigned): New macros.
27765         (Int): Renamed from INT.
27766         (strtoimax): Use the new macros.
27767         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
27768         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
27769         * modules/inttypes (inttypes.h): Substitute
27770         HAVE_UNSIGNED_LONG_LONG_INT.
27771         * modules/stdint (stdint.h): Likewise.
27772         (Files): Add m4/ulonglong.m4.
27773
27774 2006-10-10  Bruno Haible  <bruno@clisp.org>
27775
27776         Fix a gcc -Wshadow warning.
27777         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
27778         to 'bucket'.
27779         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
27780         gl_linked_indexof_from_to): Likewise.
27781         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
27782         Likewise.
27783         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
27784         Likewise.
27785         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
27786         Reported by Eric Blake.
27787
27788 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
27789
27790         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
27791         for NetBSD.  Problem reported by Bruno Haible.
27792
27793 2006-10-09  Jim Meyering  <jim@meyering.net>
27794
27795         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
27796         Patch from Bruno Haible.
27797
27798 2006-10-09  Jim Meyering  <jim@meyering.net>
27799
27800         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
27801         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
27802         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
27803
27804 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
27805
27806         Don't include <config.h> twice; this doesn't work in some cases,
27807         e.g., when config.h has "#define intmax_t long long int" and
27808         we include <config.h>, <inttypes.h>, <config.h> in that order.
27809         Problem reported by Matthew Woehlke in:
27810         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
27811         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
27812         * lib/fts-cycle.c: Don't include config.h.
27813         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
27814         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
27815         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
27816         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
27817         inttypes.h.
27818         * lib/xstrtoumax.c: Likewise.
27819         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
27820         __strtol and the like, so that this module is more like its siblings.
27821         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
27822         Remove; no longer needed now that we assume gnulib inttypes.h.
27823
27824 2006-10-08  Bruno Haible  <bruno@clisp.org>
27825
27826         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
27827         option.
27828
27829 2006-10-07  Jim Meyering  <jim@meyering.net>
27830
27831         * modules/inttypes (inttypes.h): Revert what seems to have been
27832         an inadvertent part of today's change: use "|", not "/" in the
27833         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
27834
27835 2006-10-07  Bruno Haible  <bruno@clisp.org>
27836
27837         * modules/sublist: New file.
27838
27839 2006-10-07  Bruno Haible  <bruno@clisp.org>
27840
27841         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
27842         * modules/argz (argz.h): Likewise.
27843         * modules/arpa_inet (arpa/inet.h): Likewise.
27844         * modules/byteswap (byteswap.h): Likewise.
27845         * modules/configmake (configmake.h): Likewise.
27846         * modules/fcntl (fcntl.h): Likewise.
27847         * modules/fnmatch (fnmatch.h): Likewise.
27848         * modules/getopt (getopt.h): Likewise.
27849         * modules/glob (glob.h): Likewise.
27850         * modules/inttypes (inttypes.h): Likewise.
27851         * modules/netinet_in (netinet/in.h): Likewise.
27852         * modules/poll (poll.h): Likewise.
27853         * modules/stdbool (stdbool.h): Likewise.
27854         * modules/stdint (stdint.h): Likewise.
27855         * modules/sys_select (sys/select.h): Likewise.
27856         * modules/sys_socket (sys/socket.h): Likewise.
27857         * modules/sys_stat (sys/stat.h): Likewise.
27858         * modules/sysexits (sysexits.h): Likewise.
27859         * modules/unistd (unistd.h): Likewise.
27860         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27861         Add a "DO NOT EDIT" comment to the generated file.
27862         (func_import): Likewise for gnulib-comp.m4.
27863
27864 2006-10-07  Bruno Haible  <bruno@clisp.org>
27865
27866         * lib/gl_sublist.h: New file.
27867         * lib/gl_sublist.c: New file.
27868
27869 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
27870
27871         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
27872         name (relative to the original working directory) and the file
27873         name component (relative to the temporary working directory).  All
27874         callers changed.
27875         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
27876         * lib/mkdir-p.c (make_dir_parents): Likewise.
27877         * lib/mkdir-p.h (make_dir_parents): Likewise.
27878
27879 2006-10-06  Eric Blake  <ebb9@byu.net>
27880
27881         Define several macros for use by the clean-temp module.
27882         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
27883         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
27884         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
27885
27886         * lib/clean-temp.h (close_stream_temp): New declaration.
27887         * lib/clean-temp.c (includes): Pull in headers according to what
27888         other modules are in use.
27889         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
27890
27891 2006-10-06  Bruno Haible  <bruno@clisp.org>
27892
27893         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
27894         instead of fopen, fwriteerror.
27895
27896 2006-10-06  Bruno Haible  <bruno@clisp.org>
27897
27898         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
27899         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
27900         int.
27901         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
27902         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
27903         Return an error indicator.
27904         Suggested by Eric Blake.
27905
27906 2006-10-06  Bruno Haible  <bruno@clisp.org>
27907
27908         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
27909         Reported by Eric Blake.
27910
27911 2006-10-06  Bruno Haible  <bruno@clisp.org>
27912
27913         * modules/closeout (Description): Mention stderr too.
27914
27915 2006-10-06  Bruno Haible  <bruno@clisp.org>
27916         and Paul Eggert  <eggert@cs.ucla.edu>
27917
27918         * lib/closeout.c (close_stdout): Also close stderr.
27919         * lib/closeout.h: Update comment.
27920
27921 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
27922
27923         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
27924         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
27925         * lib/dirchownmod.c: Include lchown.h.
27926         * lib/lchown.c: Don't include files that lchown.h now includes.
27927         Don't declare chown, since lchown.h now does that.
27928         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
27929         (lchown): Define to rpl_chown if lchown is declared but
27930         does not exist.  Declare using a prototype if lchown is not
27931         declared.  Add a copyright notice.
27932         * lib/mkstemp.h: Include <unistd.h>.
27933         * lib/openat.c: Include lchown.h.
27934
27935         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
27936         we now test for that separately.
27937         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
27938         rather than O_NOFOLLOW, when testing whether it's possible to
27939         avoid a race condition reliably.
27940         * lib/savewd.c (savewd_chdir): Likewise.
27941
27942         Remove macros that are no longer needed now that stdint.h is
27943         reliable.
27944         * lib/fsusage.c (UINTMAX_MAX): Remove.
27945         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
27946         * lib/utimecmp.c (SIZE_MAX): Remove.
27947
27948         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
27949
27950         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
27951         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
27952         O_NOATIME works.
27953
27954 2006-10-05  Bruno Haible  <bruno@clisp.org>
27955
27956         * lib/gl_list.h (gl_sortedlist_search_from_to,
27957         gl_sortedlist_indexof_from_to): New declarations.
27958         (gl_list_implementation): New fields sortedlist_search_from_to,
27959         sortedlist_indexof_from_to.
27960         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
27961         inline functions.
27962         * lib/gl_list.c (gl_sortedlist_search_from_to,
27963         gl_sortedlist_indexof_from_to): New functions.
27964         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
27965         function.
27966         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
27967         (gl_array_sortedlist_search_from_to): New function.
27968         (gl_array_list_implementation): Update.
27969         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
27970         function.
27971         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
27972         (gl_carray_sortedlist_search_from_to): New function.
27973         (gl_carray_list_implementation): Update.
27974         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
27975         gl_linked_sortedlist_indexof_from_to): New functions.
27976         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27977         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27978         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
27979         gl_tree_sortedlist_indexof_from_to): New functions.
27980         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27981         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27982         Update.
27983         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27984         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
27985         Update.
27986
27987 2006-10-05  Bruno Haible  <bruno@clisp.org>
27988
27989         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
27990         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
27991         (struct gl_list_implementation): Add fields search_from_to,
27992         indexof_from_to. Remove fields search, indexof.
27993         (gl_list_search): Use the search_from_to method.
27994         (gl_list_search_from, gl_list_search_from_to): New functions.
27995         (gl_list_indexof): Use the indexof_from_to method.
27996         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
27997         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
27998         (gl_list_search_from, gl_list_search_from_to): New functions.
27999         (gl_list_indexof): Use the indexof_from_to method.
28000         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
28001         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
28002         gl_array_indexof. Add start_index, end_index arguments.
28003         (gl_array_search_from_to): Renamed from gl_array_search. Add
28004         start_index, end_index arguments.
28005         (gl_array_remove, gl_array_list_implementation): Update.
28006         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
28007         gl_carray_indexof. Add start_index, end_index arguments.
28008         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
28009         start_index, end_index arguments.
28010         (gl_carray_remove, gl_carray_list_implementation): Update.
28011         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
28012         gl_linked_search. Add start_index, end_index arguments.
28013         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
28014         start_index, end_index arguments.
28015         (gl_linked_remove): Update.
28016         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
28017         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
28018         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
28019         field to 'size_t'.
28020         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
28021         gl_tree_search. Add start_index, end_index arguments.
28022         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
28023         start_index, end_index arguments.
28024         (gl_tree_remove): Update.
28025         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
28026         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
28027         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
28028         function.
28029         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
28030         gl_tree_search. Add start_index, end_index arguments.
28031         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
28032         start_index, end_index arguments.
28033         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
28034         Update.
28035         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
28036
28037 2006-10-05  Bruno Haible  <bruno@clisp.org>
28038
28039         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
28040
28041         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
28042         fwriteerror_temp): New declarations.
28043         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
28044         (descriptors): New variable.
28045         (cleanup): First, close the descriptors.
28046         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
28047         fclose_temp, fwriteerror_temp): New functions.
28048
28049 2006-10-04  Jim Meyering  <jim@meyering.net>
28050
28051         * lib/fts.c (fts_open): Tiny comment change.
28052
28053 2006-10-04  Bruno Haible  <bruno@clisp.org>
28054
28055         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
28056         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
28057         gl_LOCK_BODY.
28058         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
28059         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
28060         gl_LOCK_EARLY_BODY.
28061         (gl_LOCK): Require gl_LOCK_BODY.
28062
28063 2006-10-04  Bruno Haible  <bruno@clisp.org>
28064
28065         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
28066         (gl_oset_search_atleast): New declaration.
28067         (struct gl_oset_implementation): Add field 'search_atleast'.
28068         (gl_oset_search_atleast): New inline function.
28069         * lib/gl_oset.c (gl_oset_search_atleast): New function.
28070         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
28071         (gl_array_oset_implementation): Update.
28072         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
28073         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
28074         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
28075
28076 2006-10-04  Bruno Haible  <bruno@clisp.org>
28077
28078         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
28079
28080 2006-10-03  Bruno Haible  <bruno@clisp.org>
28081
28082         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
28083         from gl_avltreehash_list_implementation.
28084
28085 2006-10-03  Bruno Haible  <bruno@clisp.org>
28086
28087         * lib/gl_oset.c (gl_oset_add): Fix return type.
28088
28089 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
28090
28091         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
28092
28093 2006-10-02  Eric Blake  <ebb9@byu.net>
28094
28095         * modules/strnlen (Depends-on): Add extensions.
28096
28097 2006-10-02  Eric Blake  <ebb9@byu.net>
28098
28099         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
28100         definition in 2.60+.
28101
28102 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
28103
28104         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
28105         checks.
28106
28107 2006-10-02  Bruno Haible  <bruno@clisp.org>
28108
28109         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
28110         to the AUTOMAKE_OPTIONS.
28111         Reported by Jim Meyering.
28112
28113 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
28114
28115         Work around bug in Solaris 10 /proc file system:
28116         /proc/self/fd/NNN/.. isn't the parent directory of
28117         the directory whose file descriptor is NNN.  This needs to
28118         be worked around at run time, not compile time, since a
28119         program might be built on Solaris 8, where things work, and
28120         run on Solaris 10.
28121         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
28122         to use the following interface instead:
28123         (OPENAT_BUFFER_SIZE): New macro.
28124         (openat_proc_name): New function.
28125         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
28126         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
28127         Likewise.
28128         * lib/openat-proc.c: New file.
28129         * modules/openat (Files): Add lib/openat-proc.c.
28130         (Depends-on): Add same-inode, stdbool.
28131         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
28132
28133 2006-09-29  Bruno Haible  <bruno@clisp.org>
28134
28135         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
28136         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
28137         argument. Set stdout_closed before testing for ferror, not after.
28138         (fwriteerror, fwriteerror_no_ebadf): New functions.
28139
28140 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28141
28142         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
28143
28144 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
28145
28146         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
28147         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
28148
28149 2006-09-28  Jim Meyering  <jim@meyering.net>
28150
28151         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
28152         Include <unistd.h>.
28153
28154 2006-09-28  Bruno Haible  <bruno@clisp.org>
28155
28156         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
28157         * modules/linkedhash-list (Depends-on): Likewise.
28158         * modules/rbtreehash-list (Depends-on): Likewise.
28159
28160 2006-09-28  Bruno Haible  <bruno@clisp.org>
28161
28162         * lib/strndup.h: Simplify the redefinition of strndup.
28163         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
28164         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
28165
28166 2006-09-28  Bruno Haible  <bruno@clisp.org>
28167
28168         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
28169         * lib/gl_linkedhash_list.c: Likewise.
28170         * lib/gl_rbtreehash_list.c: Likewise.
28171
28172 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
28173
28174         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
28175         getaddrinfo.
28176
28177         * lib/__fpending.h: Don't include <stdio_ext.h> unless
28178         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
28179         it causes <stdio_ext.h> to cause a compile-time error.
28180         Problem reported by Nelson H. F. Beebe.
28181         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
28182         of HAVE_DECL___PENDING.
28183
28184         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
28185         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
28186         declaration.
28187
28188 2006-09-27  Jim Meyering  <jim@meyering.net>
28189
28190         This file could end up with a definition for a function
28191         named __strndup, rather than rpl_strndup on a system with
28192         incomplete weak_alias support.
28193         * lib/strndup.c (strndup): Rename from __strndup.
28194         Remove #defines that used to map __strndup to strndup.
28195         Don't use K&R prototypes.
28196         Remove LIBC-related code, since this file is not sync'd with glibc.
28197         * lib/strndup.h: Revamp, accordingly.
28198         * m4/strndup.m4: Modernize.
28199
28200 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
28201
28202         * modules/savewd (Depends-on): Add 'raise'.
28203         * lib/savewd.c: Include <signal.h>, for 'raise'.
28204
28205 2006-09-26  Jim Meyering  <jim@meyering.net>
28206
28207         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
28208         when we detect Darwin 8.7.0's acl_get_file bug.
28209         Rearrange to perform the new (below) run-test while $LIBS
28210         contains any acl-related library.  Set USE_ACL at the end.
28211         (gl_ACL_GET_FILE): New function.
28212
28213 2006-09-26  Eric Blake  <ebb9@byu.net>
28214
28215         * lib/verror.c: Include <config.h> unconditionally.
28216
28217 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
28218
28219         * modules/clock-time (Maintainer): Add self.
28220         * modules/getlogin_r (Depends-on): Add extensions.
28221
28222 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28223
28224         * modules/clock-time: New module.
28225         * modules/nanosleep (Depends-on): Add clock-time.
28226         * modules/gethrxtime (Depends-on): Likewise.
28227         * modules/gettime (Depends-on): Likewise.
28228         * modules/settime (Depends-on): Likewise.
28229
28230         * modules/fts-lgpl: Depend on openat.
28231         * modules/mkancesdirs: Depend on savewd.
28232         * modules/mkdir-p: Likewise.
28233
28234 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28235
28236         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
28237
28238         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
28239         `gl_have_arbitrary_file_name_length_limit' to
28240         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
28241         actually works between configure runs.
28242
28243 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28244             Bruno Haible  <bruno@clisp.org>
28245
28246         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
28247
28248 2006-09-25  Jim Meyering  <jim@meyering.net>
28249
28250         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
28251         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
28252
28253 2006-09-25  Eric Blake  <ebb9@byu.net>
28254
28255         * gnulib-tool (func_import, func_create_testdir): Fix typos in
28256         exec's in 2006-09-18 patch when shuffling fds.
28257
28258 2006-09-25  Bruno Haible  <bruno@clisp.org>
28259
28260         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
28261         Reported by Jim Meyering.
28262
28263 2006-09-24  Jim Meyering  <jim@meyering.net>
28264
28265         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
28266         compare a pointer against a literal "0".  That caused failures with
28267         at least HP-UX's hpcc.
28268
28269 2006-09-22  Simon Josefsson  <jas@extundo.com>
28270
28271         * modules/gc-sha1:
28272         * modules/gc-md4:
28273         * modules/gc-hmac-sha1:
28274         * modules/gc-hmac-md5:
28275         * modules/gc-des:
28276         * modules/gc-arcfour: Distribute more files.
28277
28278 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28279
28280         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
28281         (gl_linked_iterator_from_to): Initialize struct completely.
28282         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
28283         (gl_tree_iterator_from_to): Likewise
28284         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
28285         * lib/gl_array_list.c [lint] (gl_array_iterator)
28286         (gl_array_iterator_from_to): Likewise.
28287         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
28288         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
28289         (gl_carray_iterator_from_to): Likewise.
28290
28291         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
28292         * lib/md4.c (md4_process_block): Remove unused variable.
28293         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
28294         parentheses for clarity.
28295
28296 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28297
28298         * modules/bison-i18n (Depends-on): Add gettext.
28299
28300 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28301
28302         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
28303         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
28304         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
28305         also add missing comma that caused broken test.
28306         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
28307         stdlib.h, for `abort'.
28308         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
28309         variables.
28310         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
28311         include unistd.h if present, for `rmdir'.
28312         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
28313         variables.
28314         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
28315         in the process include standard headers for prototypes.
28316         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
28317         gets declared on GNU/Linux.
28318         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
28319         unistd.h, for `rmdir'.
28320         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
28321
28322         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
28323         always true.
28324         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
28325
28326         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
28327
28328 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28329
28330         * gnulib-tool (func_version): Create output all at once.  This
28331         may help avoid triggering unnecessary SIGPIPEs, and at any
28332         rate it doesn't hurt.
28333
28334 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28335             Bruno Haible  <bruno@clisp.org>
28336
28337         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
28338         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
28339         * m4/signed.m4 (bh_C_SIGNED): Likewise.
28340
28341         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
28342         (gl_FUNC_VASPRINTF): Invoke it.
28343
28344 2006-09-22  Bruno Haible  <bruno@clisp.org>
28345
28346         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
28347         getloadavg.c as first argument.
28348
28349 2006-09-22  Bruno Haible  <bruno@clisp.org>
28350
28351         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
28352         at the beginning of the gl_INIT macro.
28353         * modules/getloadavg (configure.ac): Pass $gl_source_base to
28354         gl_GETLOADAVG.
28355
28356 2006-09-22  Bruno Haible  <bruno@clisp.org>
28357
28358         * gnulib-tool (func_create_megatestdir): Don't include the config-h
28359         module.
28360         Suggested by Ralf Wildenhues.
28361
28362 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
28363
28364         Import this patch from libc:
28365
28366         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
28367
28368         * lib/regex_internal.c (re_string_reconstruct): Handle
28369         offset < pstr->valid_raw_len && pstr->offsets_needed case.
28370         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
28371         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
28372         re_string_context_at.
28373
28374         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
28375         now requires it.
28376         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
28377         gl_REGEX now does it for us.
28378         (gl_REGEX): Add test taken from
28379         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
28380
28381         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
28382         Check that large offsets work.  Modernize Autoconf usages.
28383         Prefer "yes" to mean a good thing rather than a bad.
28384         Don't put "#define mkstemp" in config.h, as this might interfere
28385         with standard system headers that "#define mkstemp mkstemp64".
28386
28387         * modules/mkstemp (Depends-on): Add extensions, so that
28388         mkstemp is visible on some platforms.
28389         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
28390         (Include): Change to "mkstemp.h" from <stdlib.h>.
28391         (Files): Add mkstemp.h.
28392
28393         * lib/mkstemp.h: New file, since some standard headers
28394         #define mkstemp.
28395         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
28396         Include "mkstemp.h".
28397         Make the _LIBC code resemble glibc original more,
28398         e.g., use K&R style.
28399         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
28400         (mkstemp): Remove, since mkstemp.h does this for us.
28401         * lib/stdlib--.h: Include mkstemp.h.
28402
28403         Import this patch from libc:
28404
28405         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
28406
28407         * lib/tempname.c (__gen_tempname): Change attempts_min
28408         into a macro.  Use preprocessor to decide how to initialize
28409         attempts [Coverity CID 67].
28410
28411 2006-09-20  Bruno Haible  <bruno@clisp.org>
28412
28413         * lib/mkdtemp.c: Import from libc.
28414         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
28415                 * sysdeps/posix/tempname.c (__gen_tempname): Change
28416                 attempts_min into a macro.  Use preprocessor to decide how to
28417                 initialize attempts [Coverity CID 67].
28418         2001-11-27  Paul Eggert  <eggert@twinsun.com>
28419                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
28420                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
28421
28422 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28423
28424         * gnulib-tool (func_exit): New function, to allow to pass the
28425         exit status portably through the trap.  Use everywhere.
28426         (--help, --version): Signal a write error.
28427         (trap): catch SIGPIPE, for write errors.
28428         Exit at the end of the trap, with the correct exit status.
28429
28430 2006-09-19  Karl Berry  <karl@gnu.org>
28431
28432         * doc/gnulib.texi: note about the license texinfo files.
28433
28434 2006-09-19  Eric Blake  <ebb9@byu.net>
28435
28436         * gnulib-tool: Avoid space-tab.
28437
28438 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
28439
28440         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
28441         that prevented coreutils 6.1 from building.  Problem reported
28442         by Petter Reinholdtsen.
28443
28444 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
28445
28446         * gnulib-tool (avoidlist): Fix typo that broke options like
28447         --avoid=lock that are used by coreutils bootstrap.
28448
28449 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
28450
28451         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
28452         more systematically.
28453
28454 2006-09-18  Jim Meyering  <jim@meyering.net>
28455
28456         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
28457
28458 2006-09-18  Bruno Haible  <bruno@clisp.org>
28459
28460         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
28461
28462 2006-09-18  Bruno Haible  <bruno@clisp.org>
28463
28464         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
28465         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
28466         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
28467         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
28468         * m4/gettext.m4: Require autoconf >= 2.52.
28469         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
28470         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
28471         of gl_cv_header_inttypes_h.
28472
28473 2006-09-18  Bruno Haible  <bruno@clisp.org>
28474
28475         * lib/javaversion.c: Include configmake.h.
28476
28477 2006-09-18  Bruno Haible  <bruno@clisp.org>
28478
28479         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
28480         avoid that the while loops be executed in a subshell.
28481
28482 2006-09-18  Bruno Haible  <bruno@clisp.org>
28483
28484         * MODULES.html.sh (func_module): Break long lines.
28485         Suggested by Bruce Korb <bkorb@gnu.org>.
28486
28487 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28488
28489         Speed up by a factor of 1.12.
28490         * gnulib-tool (nl): New variable.
28491         (func_import): Rewrite include directive extraction to only read each
28492         directive once.
28493
28494 2006-09-17  Bruno Haible  <bruno@clisp.org>
28495
28496         * modules/javaversion (Makefile.am): Remove DEFS setting.
28497         (Depends-on): Add configmake, for PKGDATADIR definition.
28498
28499 2006-09-17  Bruno Haible  <bruno@clisp.org>
28500
28501         * gnulib-tool (func_create_testdir): Rewrite all files at once.
28502
28503 2006-09-17  Bruno Haible  <bruno@clisp.org>
28504
28505         * gnulib-tool (func_append): New function, stolen from libtool.m4.
28506         (func_modules_transitive_closure, func_modules_add_dummy,
28507         func_modules_to_filelist, func_import, func_create_testdir,
28508         func_create_megatestdir, ...): Use it wherever possible.
28509         Suggested by Ralf Wildenhues.
28510
28511 2006-09-16  Karl Berry  <karl@gnu.org>
28512
28513         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
28514         to avoid sectioning errors.
28515         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
28516         [ifinfo]: blank line after @center-ed titles.
28517         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
28518         Spell FSF address consistently with others.
28519         (These changes approved by rms.)
28520
28521 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28522
28523         Speed up by a factor of 1.61.
28524         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
28525         already checked module names again.
28526
28527 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28528
28529         Speed up by a factor of 1.13.
28530         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
28531         for new_files, and the input to func_add_or_update.
28532
28533 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28534
28535         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
28536         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
28537
28538 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28539
28540         * modules/mkancesdirs (Depends-on): Add fcntl.
28541         * modules/savewd: New file.
28542         * MODULES.html.sh (File system functions): Add savewd.
28543
28544         * modules/configmake (Makefile.am): Add support for the
28545         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
28546
28547 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28548
28549         * m4/savewd.m4: New file.
28550
28551 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28552
28553         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
28554         (dirchownmod): New arg FD.  All callers changed.
28555         Use FD rather than opening the directory ourself, as opening is
28556         now the caller's responsibility.
28557         * lib/dirchownmod.h: Likewise.
28558         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
28559         hosts that require <sys/types.h> before <sys/stat.h>.  Include
28560         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
28561         (test_dir): Remove.
28562         (mkancesdirs): Return length of prefix of FILE that has already
28563         been made, or -2 if there is a child doing the work.  Redo
28564         algorithm so that it is O(N) rather than O(N**2).  Optimize away
28565         ".", and treat ".." specially since it might stray back into
28566         already-created areas.  Use a subprocess if necessary.  New arg
28567         WD; all users changed.  MAKE_DIR function should now return 1
28568         if it creates a directory that is not readable.  Return -2 if
28569         a child process is spun off.
28570         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
28571         Adjust signature to match code.
28572         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
28573         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
28574         all users changed.
28575         * lib/savewd.c, lib/savewd.h: New files.
28576
28577 2006-09-15  Jim Meyering  <jim@meyering.net>
28578
28579         * modules/rename-dest-slash: New module.
28580         * MODULES.html.sh (posix_compat): Add it here.
28581
28582         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
28583
28584 2006-09-15  Jim Meyering  <jim@meyering.net>
28585
28586         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
28587         file.
28588
28589         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
28590
28591 2006-09-15  Jim Meyering  <jim@meyering.net>
28592
28593         * lib/rename-dest-slash.c (has_trailing_slash): Use
28594         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
28595         (rpl_rename_dest_slash): Perform the cheaper trailing slash
28596         test before testing whether SRC is a directory.
28597         Suggestions from Bruno Haible.
28598
28599         Avoid a warning about an unused variable.
28600         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
28601         into the #ifdef block where it's used.
28602
28603         * lib/rename-dest-slash.c: New file.
28604
28605 2006-09-14  Bruno Haible  <bruno@clisp.org>
28606
28607         * lib/allocsa.c: Include <config.h> unconditionally.
28608         * lib/asnprintf.c: Likewise.
28609         * lib/asprintf.c: Likewise.
28610         * lib/c-strcasecmp.c: Likewise.
28611         * lib/c-strcasestr.c: Likewise.
28612         * lib/c-strncasecmp.c: Likewise.
28613         * lib/c-strstr.c: Likewise.
28614         * lib/classpath.c: Likewise.
28615         * lib/clean-temp.c: Likewise.
28616         * lib/concatpath.c: Likewise.
28617         * lib/copy-file.c: Likewise.
28618         * lib/csharpcomp.c: Likewise.
28619         * lib/csharpexec.c: Likewise.
28620         * lib/execute.c: Likewise.
28621         * lib/fatal-signal.c: Likewise.
28622         * lib/findprog.c: Likewise.
28623         * lib/fwriteerror.c: Likewise.
28624         * lib/gl_array_list.c: Likewise.
28625         * lib/gl_array_oset.c: Likewise.
28626         * lib/gl_avltree_list.c: Likewise.
28627         * lib/gl_avltree_oset.c: Likewise.
28628         * lib/gl_avltreehash_list.c: Likewise.
28629         * lib/gl_carray_list.c: Likewise.
28630         * lib/gl_linked_list.c: Likewise.
28631         * lib/gl_linkedhash_list.c: Likewise.
28632         * lib/gl_list.c: Likewise.
28633         * lib/gl_oset.c: Likewise.
28634         * lib/gl_rbtree_list.c: Likewise.
28635         * lib/gl_rbtree_oset.c: Likewise.
28636         * lib/gl_rbtreehash_list.c: Likewise.
28637         * lib/imaxabs.c: Likewise.
28638         * lib/imaxdiv.c: Likewise.
28639         * lib/javacomp.c: Likewise.
28640         * lib/javaexec.c: Likewise.
28641         * lib/javaversion.c: Likewise.
28642         * lib/linebreak.c: Likewise.
28643         * lib/localcharset.c: Likewise.
28644         * lib/lock.c: Likewise.
28645         * lib/mbchar.c: Likewise.
28646         * lib/mbswidth.c: Likewise.
28647         * lib/mkdtemp.c: Likewise.
28648         * lib/pipe.c: Likewise.
28649         * lib/printf-args.c: Likewise.
28650         * lib/printf-parse.c: Likewise.
28651         * lib/progname.c: Likewise.
28652         * lib/progreloc.c: Likewise.
28653         * lib/readlink.c: Likewise.
28654         * lib/sh-quote.c: Likewise.
28655         * lib/stpcpy.c: Likewise.
28656         * lib/stpncpy.c: Likewise.
28657         * lib/strcasecmp.c: Likewise.
28658         * lib/strcasestr.c: Likewise.
28659         * lib/strcspn.c: Likewise.
28660         * lib/striconv.c: Likewise.
28661         * lib/strncasecmp.c: Likewise.
28662         * lib/strnlen1.c: Likewise.
28663         * lib/strstr.c: Likewise.
28664         * lib/strtok_r.c: Likewise.
28665         * lib/tls.c: Likewise.
28666         * lib/tmpdir.c: Likewise.
28667         * lib/unicodeio.c: Likewise.
28668         * lib/unsetenv.c: Likewise.
28669         * lib/vasnprintf.c: Likewise.
28670         * lib/vasprintf.c: Likewise.
28671         * lib/wait-process.c: Likewise.
28672         * lib/xallocsa.c: Likewise.
28673         * lib/xsetenv.c: Likewise.
28674         * lib/xstriconv.c: Likewise.
28675
28676 2006-09-13  Simon Josefsson  <jas@extundo.com>
28677
28678         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
28679         that internally, suggested by Ralf Wildenhues
28680         <Ralf.Wildenhues@gmx.de>.
28681
28682 2006-09-13  Simon Josefsson  <jas@extundo.com>
28683
28684         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
28685         @LIBOBJS@.
28686         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28687
28688 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
28689
28690         * lib/_fpending.c: Include <config.h> unconditionally, since we no
28691         longer worry about uses that don't define HAVE_CONFIG_H.
28692         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
28693         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
28694         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
28695         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
28696         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
28697         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
28698         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
28699         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
28700         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
28701         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
28702         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
28703         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
28704         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
28705         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
28706         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
28707         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
28708         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
28709         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
28710         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
28711         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
28712         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
28713         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
28714         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
28715         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
28716         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
28717         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
28718         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
28719         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
28720         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
28721         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
28722         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
28723         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
28724         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
28725         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
28726         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
28727         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
28728         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
28729         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
28730         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
28731         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
28732         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
28733         Likewise.
28734
28735 2006-09-13  Eric Blake  <ebb9@byu.net>
28736
28737         * lib/getopt.c: Fix typo in last commit.
28738
28739 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
28740
28741         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
28742         dgettext.
28743
28744 2006-09-12  Jim Meyering  <jim@meyering.net>
28745
28746         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
28747         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
28748         Reported by Nelson H. F. Beebe.
28749
28750 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28751
28752         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
28753         program_invocation_name and program_invocation_short_name are
28754         initialized.
28755         * lib/argp-namefrob.h: Move declarations of program_invocation_name
28756         and program_invocation_short_name to argp.h, so they are visible
28757         to user programs.
28758         * lib/argp.h: Likewise
28759
28760 2006-09-10  Bruno Haible  <bruno@clisp.org>
28761
28762         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
28763         m4/inttypes_h.m4, m4/uintmax_t.m4.
28764
28765 2006-09-10  Bruno Haible  <bruno@clisp.org>
28766
28767         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
28768         gl_AC_TYPE_UINTMAX_T.
28769
28770 2006-09-10  Bruno Haible  <bruno@clisp.org>
28771
28772         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
28773
28774 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28775
28776         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
28777         convention.  Text proposed by Bruno Haible.
28778         (struct argp_option): Document the use of N_() wrappers.
28779
28780         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
28781         '\v', and translate the two parts separately, instead of feeding
28782         the whole string to gettext.  This allows to exclude
28783         '\v' from the strings visible to the translator by writing doc
28784         strings as N_("..") "\v" N_("..").
28785
28786 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
28787
28788         * config/srclist.txt: Undo latest change; the bug was fixed.
28789
28790 2006-09-09  Bruno Haible  <bruno@clisp.org>
28791
28792         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
28793         assignments if building a library without libtool.
28794         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
28795         in func_emit_lib_Makefile_am.
28796         (func_import): When building a static library libfoo.a, arrange to
28797         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
28798         (func_create_testdir): Likewise.
28799         * modules/gc (configure.ac, Makefile.am): If building statically,
28800         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
28801         * modules/iconvme (configure.ac, Makefile.am): Likewise.
28802         * modules/striconv (configure.ac, Makefile.am): Likewise.
28803         Based on a suggestion by Ralf Wildenhues.
28804
28805 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28806
28807         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
28808         Check for unistd.h too, since Autoconf doesn't assume POSIX.
28809         Also:
28810
28811         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28812         Add year_2050_test to catch glibc bug 2821
28813         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
28814
28815         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28816         Prefer #ifdef to #if.
28817
28818         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
28819         Return from 'main' instead of calling 'exit'.
28820
28821 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28822
28823         * lib/mktime.c (guess_time_tm): Fix bug where mktime
28824         returned the maximum time_t value rather than (time_t) -1.
28825         Problem originally reported by William Bardwell
28826         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
28827
28828         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
28829         Moved to here ...
28830         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
28831         ... from here.
28832
28833 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28834
28835         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
28836         2821 is fixed.
28837
28838 2006-09-08  Jim Meyering  <jim@meyering.net>
28839
28840         Don't make generated files read-only.  That would bother too many
28841         people.  However, do retain the ability to work when targets are
28842         read-only: remove the destination and temporary files before writing
28843         them (when generated via sed or echo), or by using the -f option for
28844         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
28845         * modules/alloca-opt, modules/argz, modules/arpa_inet:
28846         * modules/byteswap, modules/configmake, modules/fcntl:
28847         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
28848         * modules/localcharset, modules/netinet_in, modules/poll:
28849         * modules/stdbool, modules/stdint, modules/sys_select:
28850         * modules/sys_socket, modules/sys_stat, modules/sysexits:
28851
28852 2006-09-08  Jim Meyering  <jim@meyering.net>
28853
28854         Avoid new build failure on FreeBSD 6.0.
28855         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
28856         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
28857         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
28858
28859 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28860
28861         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
28862
28863 2006-09-07  Jim Meyering  <jim@meyering.net>
28864
28865         Fix global typo in last change: use chmod u-w, not chmod u-x.
28866         Spotted by Paul Eggert and Bruce Korb.
28867         * modules/alloca-opt, modules/argz, modules/arpa_inet:
28868         * modules/byteswap, modules/configmake, modules/fcntl:
28869         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
28870         * modules/localcharset, modules/netinet_in, modules/poll:
28871         * modules/stdbool, modules/stdint, modules/sys_select:
28872         * modules/sys_socket, modules/sys_stat, modules/sysexits:
28873
28874 2006-09-06  Jim Meyering  <jim@meyering.net>
28875
28876         Make generated files be read-only.
28877         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
28878         Ensure that each generated file is now read-only.
28879         * modules/argz: Likewise.
28880         * modules/arpa_inet: Likewise.
28881         * modules/byteswap: Likewise.
28882         * modules/configmake: Likewise.
28883         * modules/fcntl: Likewise.
28884         * modules/fnmatch: Likewise.
28885         * modules/getopt: Likewise.
28886         * modules/glob: Likewise.
28887         * modules/inttypes: Likewise.
28888         * modules/netinet_in: Likewise.
28889         * modules/poll: Likewise.
28890         * modules/stdbool: Likewise.
28891         * modules/stdint: Likewise.
28892         * modules/sys_select: Likewise.
28893         * modules/sys_socket: Likewise.
28894         * modules/sys_stat: Likewise.
28895         * modules/sysexits: Likewise.
28896         * modules/localcharset: Same as above, but continue using temporary
28897         file named "t-$@" (why different?) rather than the "$@-t" used
28898         everywhere else.
28899
28900         * modules/sysexits (Makefile.am): Replace literal occurrences
28901         of "sysexit.h" more readable, and more consistent, "$@".
28902
28903 2006-09-06  Bruno Haible  <bruno@clisp.org>
28904
28905         * modules/striconv: New file.
28906         * modules/xstriconv: New file.
28907         * MODULES.html.sh (Internationalization functions): Add striconv,
28908         xstriconv.
28909
28910 2006-09-06  Bruno Haible  <bruno@clisp.org>
28911
28912         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
28913         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
28914         not using libtool correctly.
28915
28916 2006-09-06  Bruno Haible  <bruno@clisp.org>
28917
28918         * lib/striconv.h: New file.
28919         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
28920         iconvstring.c.
28921         * lib/xstriconv.h: New file.
28922         * lib/xstriconv.c: New file.
28923
28924 2006-09-06  Bruno Haible  <bruno@clisp.org>
28925
28926         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
28927         lib_..._LDFLAGS.
28928
28929 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28930
28931         * lib/argz_.h: Sync from Libtool.
28932
28933         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
28934                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28935
28936         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
28937
28938 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
28939
28940         * modules/trim: New file.
28941
28942 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
28943
28944         * lib/trim.h: New file.
28945         * lib/trim.c: New file.
28946
28947 2006-09-05  Bruno Haible  <bruno@clisp.org>
28948
28949         * MODULES.html.sh (String handling): Add trim.
28950
28951 2006-09-04  Karl Berry  <karl@gnu.org>
28952
28953         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
28954         until next release.
28955
28956 2006-09-03  Bruno Haible  <bruno@clisp.org>
28957
28958         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
28959         correctly.
28960
28961 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28962
28963         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
28964         not gl_GETLOADAVG.  Omit unneeded semicolons.
28965         Problems reported by Ralf Wildenhues in
28966         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
28967         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
28968         at the end, which is the usual gnulib style.
28969
28970         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
28971         of doing all the work ourselves.
28972         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
28973         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
28974
28975 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28976
28977         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
28978         Problem reported by Ralf Wildenhues in
28979         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
28980
28981         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
28982         HAVE_STRUCT_STATFS_F_FSTYPENAME.
28983
28984 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28985
28986         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
28987         yesterday's patch by changing test -n to test -z.
28988
28989 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28990
28991         * modules/getloadavg (Files): Add m4/getloadavg.m4.
28992         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
28993         the former is now obsolescent.
28994
28995         * modules/chdir-long (Depends-on): Add fcntl.
28996
28997 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28998
28999         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
29000         obsolescent, and programs should use gnulib instead.
29001         * m4/getloadavg.m4: New file, with contents taken from Autoconf
29002         but with prefixes changed.
29003
29004 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29005
29006         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
29007         or stdbool.h, because they might not exist while configuring.
29008
29009         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
29010         Don't include unistd.h or limits.h; not needed, since chdir-long.h
29011         does that for us.
29012         (O_DIRECTORY): Remove.
29013
29014 2006-08-31  Eric Blake  <ebb9@byu.net>
29015
29016         * gnulib-tool: Don't let emacs change spaces to TAB.
29017
29018 2006-08-31  Bruno Haible  <bruno@clisp.org>
29019
29020         * gnulib-tool: When calling func_import more than once, do it in a
29021         subshell.
29022         Reported by Eric Blake <ebb9@byu.net>.
29023
29024 2006-08-31  Bruno Haible  <bruno@clisp.org>
29025
29026         * gnulib-tool (nl): Remove variable.
29027         (sed_transform_lib_file): Use more robust test for config-h module.
29028         (func_import): Fix typo in 2006-08-25 patch.
29029
29030 2006-08-31  Bruno Haible  <bruno@clisp.org>
29031
29032         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
29033         specified, augment Makefile.am variables instead of assigning them.
29034
29035 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
29036
29037         Work around a bug in both the Linux and SunOS 64-bit kernels:
29038         nanosleep mishandles sleeps for longer than 2**31 seconds.
29039         Problem reported by Frank v Waveren in
29040         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
29041         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
29042         Check for nanosleep bug.
29043         (LIB_NANOSLEEP): Append clock_gettime library if needed.
29044
29045 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
29046
29047         Work around a bug in both the Linux and SunOS 64-bit kernels:
29048         nanosleep mishandles sleeps for longer than 2**31 seconds.
29049         Problem reported by Frank v Waveren in
29050         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
29051         * lib/nanosleep.c (BILLION): New constant.
29052         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
29053         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
29054         implementation.
29055
29056 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
29057
29058         * modules/nanosleep (Depends-on): Add gettime.
29059
29060 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
29061         and Simon Josefsson  <jas@extundo.com>
29062         and Oskar Liljeblad  <oskar@osk.mine.nu>
29063
29064         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
29065         * gnulib-tool (func_import): New license type 'unmodifiable license
29066         text'.
29067         * modules/fdl: Use it.  Longer description.
29068         * module/gpl, module/lgpl: New files.
29069
29070 2006-08-30  Jim Meyering  <jim@meyering.net>
29071
29072         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
29073         shadowing the parameter.
29074
29075 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29076
29077         Sync from Libtool:
29078
29079         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29080
29081         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
29082         sharing with gnulib.  Report by Eric Blake.
29083
29084 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
29085
29086         * modules/isapipe: New file.
29087         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
29088
29089 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
29090
29091         * modules/configmake (Makefile.am): Add a comment, and omit
29092         the CONFIGMAKE_ prefix from generated macro names.  Suggested
29093         by Bruno Haible.
29094
29095 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
29096
29097         * m4/isapipe.m4: New file.
29098
29099 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
29100
29101         * lib/isapipe.c, lib/isapipe.h: New files.
29102
29103 2006-08-29  Jim Meyering  <jim@meyering.net>
29104
29105         * modules/configmake (Makefile.am): Make configmake.h depend on
29106         Makefile.  Otherwise, a stale configmake.h could hang around.
29107
29108 2006-08-29  Eric Blake  <ebb9@byu.net>
29109
29110         * lib/error.c (error_at_line, print_errno_message): Match libc, after
29111         resolution of upstream bug 3044.
29112
29113 2006-08-29  Bruno Haible  <bruno@clisp.org>
29114
29115         * modules/localcharset (Depends-on): Add configmake.
29116         (Makefile.am): Remove setting of LIBDIR through DEFS.
29117
29118 2006-08-29  Bruno Haible  <bruno@clisp.org>
29119
29120         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
29121         defined.
29122
29123 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29124
29125         * modules/fcntl: New file.
29126         * modules/chdir-safer (Depends-on): Add fcntl.
29127         * modules/fts: Likewise.
29128         * modules/mkdir-p: Likewise.
29129
29130         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
29131         This undoes the most recent change, since we're now addressing the
29132         problem in a different way.
29133
29134         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
29135         into output, since the output might be called Makefile.am even
29136         if $makefile_name is something different.
29137         (func_import): Use $makefile_am rather than
29138         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
29139         empty.
29140
29141         * modules/inttypes (Files): Add m4/inttypes-h.m4.
29142
29143 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29144
29145         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
29146         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
29147         recent change to stdint.m4, since we're now addressing the problem in a
29148         different way.
29149
29150 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29151
29152         * m4/fcntl_h.m4: New file.
29153
29154 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29155
29156         * lib/fcntl_.h: New file.
29157         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
29158         the fcntl module.
29159         * lib/dirchownmod.c: Likewise.
29160         * lib/fts.c: Likewise.
29161
29162         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
29163         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
29164         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
29165         just before including <inttypes.h>, to avoid circular inclusion.
29166
29167 2006-08-28  Jim Meyering  <jim@meyering.net>
29168
29169         * doc/visibility.texi: Actually read and correct the grammar of the
29170         sentence affected by yesterday's change.
29171
29172 2006-08-28  Eric Blake  <ebb9@byu.net>
29173
29174         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
29175         needs wrapper.
29176
29177 2006-08-28  Eric Blake  <ebb9@byu.net>
29178
29179         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
29180
29181 2006-08-28  Eric Blake  <ebb9@byu.net>
29182
29183         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
29184
29185 2006-08-28  Bruno Haible  <bruno@clisp.org>
29186
29187         * modules/c-strstr: New file, from GNU gettext.
29188         * MODULES.html.sh (String handling): Add c-strstr.
29189
29190 2006-08-28  Bruno Haible  <bruno@clisp.org>
29191
29192         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
29193         macros.
29194         Reported by Eric Blake.
29195
29196 2006-08-28  Bruno Haible  <bruno@clisp.org>
29197
29198         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
29199         (VASNPRINTF): Return a string of length > INT_MAX without failing.
29200         * lib/vasprintf.c: Include errno.h, limits.h.
29201         (EOVERFLOW): New fallback definition.
29202         (vasprintf): Test here whether the string length is > INT_MAX.
29203         * lib/vsnprintf.c: Include errno.h, limits.h.
29204         (EOVERFLOW): New fallback definition.
29205         (vsnprintf): Fix bug when generated string was too long for the buffer.
29206         Test here whether the string length is > INT_MAX.
29207
29208 2006-08-28  Bruno Haible  <bruno@clisp.org>
29209
29210         * lib/inttypes_.h (SCNX*): Remove definitions.
29211         Reported by Eric Blake.
29212
29213 2006-08-28  Bruno Haible  <bruno@clisp.org>
29214
29215         * lib/c-strstr.h: New file, from GNU gettext.
29216         * lib/c-strstr.c: New file, from GNU gettext.
29217
29218 2006-08-28  Bruno Haible  <bruno@clisp.org>
29219
29220         * gnulib-tool: Reorder some statements.
29221
29222 2006-08-28  Bruno Haible  <bruno@clisp.org>
29223
29224         * gnulib-tool: New option --makefile-name.
29225         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
29226         $makefile_name.
29227         (func_import): Write $makefile_name to the cache file, and read it from
29228         there unless explicitly specified. Use $makefile_name as file name
29229         instead of Makefile.am. Adjust the recommendations accordingly.
29230
29231 2006-08-28  Bruno Haible  <bruno@clisp.org>
29232
29233         * gnulib-tool (func_verify_module): Check against misapplying patch.
29234
29235 2006-08-28  Bruno Haible  <bruno@clisp.org>
29236
29237         * gnulib-tool (func_relativize, func_relconcat): New functions.
29238         Give an error if --local-dir is given with --update.
29239         Remove trailing slashes from $local_gnulib_dir.
29240         (func_import): Store the relativized $local_gnulib_dir in
29241         gnulib-cache.m4, and read it from there if not specified explicitly.
29242
29243 2006-08-28  Bruno Haible  <bruno@clisp.org>
29244
29245         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
29246         is the current directory. Respect also $local_gnulib_dir.
29247
29248 2006-08-28  Bruno Haible  <bruno@clisp.org>
29249             Simon Josefsson  <jas@extundo.com>
29250
29251         BeOS portability.
29252         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
29253
29254 2006-08-27  Jim Meyering  <jim@meyering.net>
29255
29256         * doc/visibility.texi: Remove duplicate word: "pointer".
29257
29258 2006-08-26  Bruno Haible  <bruno@clisp.org>
29259
29260         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
29261         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
29262         (Makefile.am): Create inttypes.h from inttypes_.h.
29263         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
29264
29265         * modules/imaxabs: New file.
29266
29267         * modules/imaxdiv: New file.
29268
29269 2006-08-26  Bruno Haible  <bruno@clisp.org>
29270
29271         * m4/inttypes.m4: New file.
29272         * m4/_inttypes_h.m4: Remove file.
29273         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
29274         PRI_MACROS_BROKEN.
29275         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
29276
29277         * m4/imaxabs.m4: New file.
29278
29279         * m4/imaxdiv.m4: New file.
29280
29281 2006-08-26  Bruno Haible  <bruno@clisp.org>
29282
29283         * lib/inttypes_.h: New file.
29284         * lib/inttypes.h: Remove file.
29285         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
29286
29287         * lib/imaxabs.c: New file.
29288
29289         * lib/imaxdiv.c: New file.
29290
29291 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29292
29293         New config-h module, so that "make" output needn't be cluttered
29294         by -DHAVE_CONFIG_H.
29295         * MODULES.html.sh (Support for building libraries and executables):
29296         Add config-h.
29297         * modules/config-h: New file.
29298         * gnulib-tool (nl, sed_transform_lib_file): New vars.
29299         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
29300         the config-h module is used.
29301
29302         New configmake module, so that "make" output needn't be cluttered
29303         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
29304         * MODULES.html.sh (Support for building libraries and executables):
29305         Add configmake.
29306         * modules/configmake: New file.
29307
29308 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29309
29310         * m4/config-h.m4: New file.
29311
29312 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29313
29314         * config/srclist.txt: Add elisp-comp.
29315
29316 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29317
29318         * MODULES.html.sh (Support for building libraries and executables):
29319         Add elisp-comp.
29320         * build-aux/elisp-comp: New file.
29321         * modules/elisp-comp: New file.
29322
29323 2006-08-24  Bruno Haible  <bruno@clisp.org>
29324
29325         * gnulib-tool (func_create_testdir): Use non-default values of
29326         sourcebase and m4base.
29327
29328 2006-08-24  Bruno Haible  <bruno@clisp.org>
29329
29330         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
29331         HTML structure.
29332
29333 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
29334
29335         * modules/openat (Depends-on): Add lchown.
29336
29337 2006-08-23  Bruno Haible  <bruno@clisp.org>
29338
29339         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
29340         of gl_LOCK_EARLY instead of gl_LOCK.
29341
29342 2006-08-23  Bruno Haible  <bruno@clisp.org>
29343
29344         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
29345         on OSF/1 to no.
29346         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
29347
29348 2006-08-23  Bruno Haible  <bruno@clisp.org>
29349
29350         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
29351         as unusable.
29352
29353         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
29354         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
29355         (gl_LOCK): New macro.
29356
29357 2006-08-22  Simon Josefsson  <jas@extundo.com>
29358
29359         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
29360         to md5 module.
29361
29362 2006-08-22  Simon Josefsson  <jas@extundo.com>
29363
29364         * MODULES.html.sh: Add "Support for maintaining and release
29365         projects".
29366
29367         * build-aux/gnupload: New file, from coreutils.
29368
29369 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29370
29371         Avoid the need for AC_LIBSOURCES in m4 macros.
29372         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
29373         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
29374         * modules/check-version (EXTRA_DIST): Add check-version.h.
29375         * modules/crc (EXTRA_DIST): Add crc.h.
29376         * modules/des (EXTRA_DIST): Add des.h.
29377         * modules/gc (EXTRA_DIST): Add gc.h.
29378         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
29379         * modules/getline (EXTRA_DIST): Add getline.h.
29380         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
29381         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
29382         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
29383         * modules/md2 (EXTRA_DIST): Add md2.h.
29384         * modules/md4 (EXTRA_DIST): Add md4.h.
29385         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
29386         * modules/read-file (EXTRA_DIST): Add read-file.h.
29387         * modules/readline (EXTRA_DIST): Add readline.h.
29388         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
29389         rijndael-api-fst.h.
29390
29391 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29392
29393         * m4/rijndael.m4 (gl_ARCFOUR):
29394         * m4/arctwo.m4 (gl_ARCTWO):
29395         * m4/check-version.m4 (gl_CHECK_VERSION):
29396         * m4/crc.m4 (gl_CRC):
29397         * m4/des.m4 (gl_DES):
29398         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
29399         * m4/gc.m4 (gl_GC):
29400         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
29401         * m4/getline.m4 (gl_FUNC_GETLINE):
29402         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
29403         * m4/hmac-md5.m4 (gl_HMAC_MD5):
29404         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
29405         * m4/md2.m4 (gl_MD2):
29406         * m4/md4.m4 (gl_MD4):
29407         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
29408         * m4/read-file.m4 (gl_FUNC_READ_FILE):
29409         * m4/readline.m4 (gl_FUNC_READLINE):
29410         * m4/rijndael.m4 (gl_RIJNDAEL):
29411         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
29412         to get the necessary .h files and whatnot.
29413
29414 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29415
29416         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
29417         gnulib rather than the other way around.
29418         * config/srclistvars.sh (COREUTILS): Remove.
29419
29420 2006-08-22  Jim Meyering  <jim@meyering.net>
29421
29422         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
29423
29424         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
29425
29426 2006-08-22  Eric Blake  <ebb9@byu.net>
29427
29428         * modules/regexprops-generic: New file.
29429         * MODULES.html.sh (Support for building documentation): List it.
29430
29431 2006-08-22  Eric Blake  <ebb9@byu.net>
29432
29433         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
29434         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
29435         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
29436         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
29437
29438 2006-08-22  Bruno Haible  <bruno@clisp.org>
29439
29440         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
29441         and lib_LTLIBRARIES like the other lib_* variables.
29442
29443 2006-08-22  Bruno Haible  <bruno@clisp.org>
29444
29445         * build-aux/x-to-1.in: New file, from GNU gettext.
29446
29447 2006-08-22  Bruno Haible  <bruno@clisp.org>
29448
29449         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
29450         <utmpx.h> exists.
29451
29452 2006-08-22  Bruno Haible  <bruno@clisp.org>
29453
29454         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
29455         <utmpx.h> exists.
29456
29457 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29458
29459         BeOS portability.
29460         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
29461         exist.
29462         Problem reported by Bruno Haible.
29463
29464 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29465
29466         Avoid the need for AC_LIBSOURCES in m4 macros.
29467         * modules/acl (EXTRA_DIST): Add acl.h.
29468         * modules/argmatch (Files): Add m4/argmatch.m4.
29469         (configure.ac): Add gl_ARGMATCH.
29470         (EXTRA_DIST): Renamed from lib_SOURCES, for
29471         consistency with the other modules.  Remove argmatch.c.
29472         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
29473         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
29474         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
29475         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
29476         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
29477         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
29478         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
29479         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
29480         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
29481         * modules/closeout (EXTRA_DIST): Add closeout.h.
29482         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
29483         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
29484         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
29485         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
29486         dirname.h; remove basename.c and stripslash.c.
29487         * modules/exclude (EXTRA_DIST): Add exclude.h.
29488         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
29489         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
29490         * modules/file-type (EXTRA_DIST): Add file-type.h.
29491         * modules/filemode (EXTRA_DIST): Add filemode.h.
29492         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
29493         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
29494         * modules/fpending (EXTRA_DIST): Add __fpending.h.
29495         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
29496         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
29497         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
29498         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
29499         * modules/getdate (EXTRA_DIST): Add getdate.c.
29500         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
29501         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
29502         * modules/getpass (EXTRA_DIST): Add getpass.h.
29503         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
29504         * modules/group-member (EXTRA_DIST): Add group-member.h.
29505         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
29506         * modules/hash (EXTRA_DIST): Add hash.h.
29507         * modules/human (EXTRA_DIST): Add human.h.
29508         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
29509         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
29510         * modules/lchown (EXTRA_DIST): Add lchown.h.
29511         * modules/long-options (EXTRA_DIST): Add long-options.h.
29512         * modules/lstat (EXTRA_DIST): Add lstat.h.
29513         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
29514         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
29515         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
29516         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
29517         * modules/memxor (EXTRA_DIST): Add memxor.h.
29518         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
29519         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
29520         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
29521         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
29522         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
29523         * modules/physmem (EXTRA_DIST): Add physmem.h.
29524         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
29525         * modules/posixver (EXTRA_DIST): Add posixver.h.
29526         * modules/quote (EXTRA_DIST): Add quote.h.
29527         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
29528         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
29529         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
29530         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
29531         regex_internal.h regexec.c.
29532         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
29533         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
29534         * modules/same (EXTRA_DIST): Add same.h.
29535         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
29536         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
29537         * modules/savedir (EXTRA_DIST): Add savedir.h.
29538         * modules/sha1 (EXTRA_DIST): Add sha1.h.
29539         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
29540         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
29541         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
29542         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
29543         * modules/strdup (EXTRA_DIST): Add strdup.h.
29544         * modules/strftime (EXTRA_DIST): Add strftime.h.
29545         * modules/strndup (EXTRA_DIST): Add strndup.h.
29546         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
29547         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
29548         * modules/time_r (EXTRA_DIST): Add time_r.h.
29549         * modules/timespec (EXTRA_DIST): Add timespec.h.
29550         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
29551         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
29552         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
29553         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
29554         * modules/userspec (EXTRA_DIST): Add userspec.h.
29555         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
29556         * modules/utimens (EXTRA_DIST): Add utimens.h.
29557         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
29558         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
29559         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
29560         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
29561         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
29562         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
29563         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
29564         * modules/yesno (EXTRA_DIST): Add yesno.h.
29565
29566 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29567
29568         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
29569
29570         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
29571         * m4/dev-ino.m4, same-inode.m4: Remove.
29572
29573         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
29574         * m4/acl.m4 (AC_FUNC_ACL):
29575         * m4/backupfile.m4 (gl_BACKUPFILE):
29576         * m4/c-strtod.m4 (gl_C99_STRTOLD):
29577         * m4/canon-host.m4 (gl_CANON_HOST):
29578         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
29579         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
29580         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
29581         * m4/cloexec.m4 (gl_CLOEXEC):
29582         * m4/close-stream.m4 (gl_CLOSE_STREAM):
29583         * m4/closeout.m4 (gl_CLOSEOUT):
29584         * m4/dirfd.m4 (gl_FUNC_DIRFD):
29585         * m4/dirname.m4 (gl_DIRNAME):
29586         * m4/exclude.m4 (gl_EXCLUDE):
29587         * m4/exitfail.m4 (gl_EXITFAIL):
29588         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
29589         * m4/file-type.m4 (gl_FILE_TYPE):
29590         * m4/filemode.m4 (gl_FILEMODE):
29591         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
29592         * m4/fpending.m4 (gl_FUNC_FPENDING):
29593         * m4/fprintftime.m4 (gl_FPRINTFTIME):
29594         * m4/fts.m4 (gl_FUNC_FTS):
29595         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
29596         * m4/getdate.m4 (gl_GETDATE):
29597         * m4/gethrxtime.m4 (gl_GETHRXTIME):
29598         * m4/getpagesize.m4 (gl_GETPAGESIZE):
29599         * m4/getpass.m4 (gl_FUNC_GETPASS):
29600         * m4/gettime.m4 (gl_GETTIME):
29601         * m4/getugroups.m4 (gl_GETUGROUPS):
29602         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
29603         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
29604         * m4/hard-locale.m4 (gl_HARD_LOCALE):
29605         * m4/hash.m4 (gl_HASH):
29606         * m4/idcache.m4 (gl_IDCACHE):
29607         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
29608         * m4/lchown.m4 (gl_FUNC_LCHOWN):
29609         * m4/long-options.m4 (gl_LONG_OPTIONS):
29610         * m4/lstat.m4 (gl_FUNC_LSTAT):
29611         * m4/md5.m4 (gl_MD5):
29612         * m4/memcasecmp.m4 (gl_MEMCASECMP):
29613         * m4/memcoll.m4 (gl_MEMCOLL):
29614         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
29615         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
29616         * m4/memxor.m4 (gl_MEMXOR):
29617         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
29618         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
29619         * m4/modechange.m4 (gl_MODECHANGE):
29620         * m4/mountlist.m4 (gl_MOUNTLIST):
29621         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
29622         * m4/openat.m4 (gl_FUNC_OPENAT):
29623         * m4/pathmax.m4 (gl_PATHMAX):
29624         * m4/physmem.m4 (gl_PHYSMEM):
29625         * m4/posixtm.m4 (gl_POSIXTM):
29626         * m4/posixver.m4 (gl_POSIXVER):
29627         * m4/quote.m4 (gl_QUOTE):
29628         * m4/quotearg.m4 (gl_QUOTEARG):
29629         * m4/readtokens.m4 (gl_READTOKENS):
29630         * m4/readutmp.m4 (gl_READUTMP):
29631         * m4/regex.m4 (gl_REGEX):
29632         * m4/safe-read.m4 (gl_SAFE_READ):
29633         * m4/safe-write.m4 (gl_SAFE_WRITE):
29634         * m4/same.m4 (gl_SAME):
29635         * m4/save-cwd.m4 (gl_SAVE_CWD):
29636         * m4/savedir.m4 (gl_SAVEDIR):
29637         * m4/settime.m4 (gl_SETTIME):
29638         * m4/sha1.m4 (gl_SHA1):
29639         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
29640         * m4/stat-macros.m4 (gl_STAT_MACROS):
29641         * m4/stat-time.m4 (gl_STAT_TIME):
29642         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
29643         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
29644         * m4/strdup.m4 (gl_FUNC_STRDUP):
29645         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
29646         * m4/strndup.m4 (gl_FUNC_STRNDUP):
29647         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
29648         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
29649         * m4/time_r.m4 (gl_TIME_R):
29650         * m4/timespec.m4 (gl_TIMESPEC):
29651         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
29652         * m4/unlinkdir.m4 (gl_UNLINKDIR):
29653         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
29654         * m4/userspec.m4 (gl_USERSPEC):
29655         * m4/utimecmp.m4 (gl_UTIMECMP):
29656         * m4/utimens.m4 (gl_UTIMENS):
29657         * m4/xalloc.m4 (gl_XALLOC):
29658         * m4/xgetcwd.m4 (gl_XGETCWD):
29659         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
29660         * m4/xreadlink.m4 (gl_XREADLINK):
29661         * m4/xstrtod.m4 (gl_XSTRTOD):
29662         * m4/yesno.m4 (gl_YESNO):
29663         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
29664         to get the necessary .h files and whatnot.
29665
29666 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
29667             Bruno Haible  <bruno@clisp.org>
29668
29669         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
29670         /bin/sh understanding of '!' conditional negation.
29671
29672 2006-08-21  Jim Meyering  <jim@meyering.net>
29673
29674         * modules/openat (Depends-on): Really alphabetize.
29675
29676         * modules/acl (Depends-on): Add error and quote.
29677
29678         * check-module (find_included_lib_files): Add at-func.c to the
29679         ok-to-include-more-than-once white list.
29680
29681         * modules/openat (Depends-on): Add lstat.  Alphabetize.
29682
29683 2006-08-21  Bruno Haible  <bruno@clisp.org>
29684
29685         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29686         Emit a pkgdata_DATA variable only if some snippets add contents to it.
29687         Reported by Martin Lambers <marlam@marlam.de>.
29688
29689 2006-08-21  Bruno Haible  <bruno@clisp.org>
29690
29691         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
29692         specify an installation location, don't emit a noinst_LIBRARIES or
29693         noinst_LTLIBRARIES assignment.
29694
29695 2006-08-21  Bruno Haible  <bruno@clisp.org>
29696
29697         BeOS portability.
29698         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
29699         BeOS has mbrtowc() but no <wctype.h>.
29700
29701 2006-08-21  Bruno Haible  <bruno@clisp.org>
29702
29703         BeOS portability.
29704         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
29705         exist.
29706
29707 2006-08-21  Bruno Haible  <bruno@clisp.org>
29708
29709         BeOS portability.
29710         * lib/mbchar.h: Include <wctype.h> only if it exists.
29711
29712 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29713
29714         Remove files that are no longer needed by their respective modules.
29715         * m4/obstack.m4: Remove.
29716         * m4/strerror_r.m4: Remove.
29717         * m4/uint32_t.m4: Remove.
29718         * m4/uintptr_t.m4: Remove.
29719         * m4/ullong_max.m4: Remove.
29720         * m4/xstrtoimax.m4: Remove.
29721         * m4/xstrtoumax.m4: Remove.
29722
29723         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
29724         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
29725         dependencies now capture this.
29726
29727         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
29728         Do not use AC_LIBSOURCES, since gnulib modules now do this.
29729         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
29730         * m4/human.m4 (gl_HUMAN): Likewise.
29731         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
29732         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
29733
29734         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
29735
29736         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
29737         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
29738         stdint.
29739         * m4/human.m4 (gl_HUMAN): Likewise.
29740         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
29741         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
29742         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
29743         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
29744         * m4/xstrtol (gl_XSTRTOL): Likewise.
29745
29746         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
29747         AC_TYPE_LONG_LONG_INT.
29748         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
29749         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
29750         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
29751         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
29752
29753         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
29754         on stdbool.
29755
29756         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
29757         (gl_PREREQ_XSTRTOUL): Remove.
29758
29759         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
29760
29761         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
29762         mode.
29763
29764 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29765
29766         Add and change modules to make it easier for coreutils to use
29767         gnulib-tool.
29768         * modules/backupfile (Files): Remove m4/d-ino.m4.
29769         (Depends-on): Add d-ino.
29770         * modules/cycle-check (Depends-on): Add stdint.
29771         (lib_SOURCES): Add cycle-check.h.
29772         * modules/d-ino: New module.
29773         * modules/d-type: New module.
29774         * modules/error (Files): Remove m4/strerror_r.m4.
29775         * modules/filemode (Files): Add m4/st_dm_mode.m4.
29776         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
29777         m4/inttypes_h.m4, m4/uintmax_t.m4.
29778         (Depends-on): Add stdint.
29779         (lib_SOURCES): Add fsusage.h.
29780         * modules/getcwd (Files): Remove d-ino.m4.
29781         (Depends-on): Add d-ino.
29782         * modules/getndelim2 (Depends-on): Add stdint.
29783         * modules/glob (Files): Remove m4/d-type.m4.
29784         (Depends-on): Add d-type.
29785         * modules/host-os: New module.
29786         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
29787         m4/inttypes_h.m4, m4/uintmax_t.m4.
29788         * Depends-on: Add stdint.
29789         (lib_SOURCES): Add human.h.
29790         * modules/inttostr (Files): Remove m4/intmax_t.m4,
29791         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
29792         m4/uintmax_t.m4, m4/ulonglong.m4.
29793         (Depends-on): Add stdint.
29794         (EXTRA_DIST): Add inttostr.h.
29795         * modules/lchmod: New module.
29796         * modules/link-follow: New module.
29797         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
29798         (Depends-on): Add lchmod.
29799         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
29800         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
29801         (Depends-on): Add stdint.
29802         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
29803         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
29804         (Depends-on): Add stdint.
29805         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
29806         * modules/perl: New module.
29807         * modules/regex (Depends-on): Add stdint.
29808         * modules/rmdir-errno: New module.
29809         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
29810         m4/intmax_t.m4.
29811         (Depends-on): Add stdint.
29812         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
29813         m4/uintmax_t.m4.
29814         (Depends-on): Add stdint.
29815         * modules/unlink-busy: New module.
29816         * modules/utimecmp (Depends-on): Add stdint.
29817         * modules/uptime: New module.
29818         * modules/winsz-ioctl: New module.
29819         * modules/winsz-termios: New module.
29820         * modules/xnanosleep (Depends-on): Add nanosleep.
29821         * modules/ullong_max: Remove.
29822         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
29823         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
29824         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
29825         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
29826         (Depends-on): Add inttypes.
29827         (lib_SOURCES): Add xstrtol.h.
29828         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
29829         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
29830         * MODULES.html.sh: Move 'assert' into the assert section.
29831         Move 'dummy' into the linking section.
29832         Remove ullong_max.
29833         Add section for compatibility checks for POSIX:2001 functions,
29834         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
29835         winsz-ioctl, and winsz-termios into it.
29836         Add lchmod.
29837         Add top-level Misc section and put host-os, perl, and uptime
29838         into it.
29839
29840 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29841
29842         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
29843         now assume the stdint module.  Do not include inttypes.h.
29844         * lib/fsusage.h: Likewise.
29845         * lib/getndelim2.c: Likewise.
29846         * lib/human.h: Likewise.
29847         * lib/inttostr.h: Likewise.
29848         * lib/obstack.c: Likewise.
29849         * lib/regex_internal.h: Likewise.
29850         * lib/tempname.c: Likewise.
29851         * lib/utimecmp.c: Likewise.
29852         * lib/xstrtol.h: Likewise.
29853
29854         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
29855
29856         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
29857         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
29858         * lib/xtime.h: Likewise.
29859
29860 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29861
29862         * modules/openat (Files): Add lib/fchmodat.c.
29863         Fixes problem reported by Jay Youngman.
29864
29865 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29866
29867         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
29868         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
29869
29870 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
29871             Bruno Haible  <bruno@clisp.org>
29872
29873         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
29874         and is a script that invokes bison. Tighten the code. Add comments.
29875
29876 2006-08-18  Jim Meyering  <jim@meyering.net>
29877
29878         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
29879         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
29880         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
29881         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
29882
29883 2006-08-18  Bruno Haible  <bruno@clisp.org>
29884
29885         * modules/bison-i18n: New file.
29886         * MODULES.html.sh (Internationalization functions): Add it.
29887
29888 2006-08-18  Bruno Haible  <bruno@clisp.org>
29889
29890         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
29891         sys/statvfs.h. When getmntinfo was found, check its declaration and
29892         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
29893
29894 2006-08-18  Bruno Haible  <bruno@clisp.org>
29895
29896         * m4/bison-i18n.m4: New file, from bison.
29897
29898 2006-08-18  Bruno Haible  <bruno@clisp.org>
29899
29900         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
29901         (ME_DUMMY): Treat "kernfs" as a dummy.
29902         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
29903
29904 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29905
29906         Update from coreutils.
29907
29908         2006-08-15  Jim Meyering  <jim@meyering.net>
29909
29910         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
29911
29912         2006-01-17  Jim Meyering  <jim@meyering.net>
29913
29914         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
29915
29916         2006-01-11  Jim Meyering  <jim@meyering.net>
29917
29918         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
29919         Check for the lchmod function.
29920
29921 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29922
29923         Update from coreutils.
29924
29925         * lib/__fpending.h: Add copyright notice.
29926         * lib/fprintftime.h: Likewise.
29927         * lib/savedir.c: Use (C) in copyright notice.
29928         * lib/savedir.h: Likewise.
29929
29930         2006-08-15  Jim Meyering  <jim@meyering.net>
29931
29932         * lib/at-func.c: New file, with the logic of all emulated at-functions.
29933         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
29934         in support of the EXPECTED_ERRNO macro.
29935         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
29936         definitions.  Instead, define the appropriate symbols and include
29937         "at-func.c".
29938         * lib/mkdirat.c (mkdirat): Likewise.
29939         * lib/fchmodat.c (fchmodat): Likewise.
29940         (ENOSYS): Remove definition.
29941         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
29942         it.  Don't include "unistd--.h" -- it wasn't ever used.
29943
29944         2006-01-17  Jim Meyering  <jim@meyering.net>
29945
29946         Rewrite fts.c not to change the current working directory,
29947         by using openat, fstatat, fdopendir, etc..
29948
29949         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
29950         (HAVE_OPENAT_SUPPORT): Define.
29951         [_LIBC] (fchdir): Don't undef or define; no longer used.
29952         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
29953         Now, this `function' always succeeds, and consumes its file descriptor
29954         parameter -- so callers must not close such FDs.  Update callers.
29955         (diropen_fd, opendirat, cwd_advance_fd): New functions.
29956         (diropen): Add parameter, SP.  Adjust all callers.
29957         Implement using diropen_fd, rather than open.
29958         (fts_open): Initialize new member, fts_cwd_fd.
29959         Remove fts_rft-setting code.
29960         (fts_close): Close fts_cwd_fd, if necessary.
29961         (__opendir2): Define in terms of opendir or opendirat,
29962         depending on whether the FST_NOCHDIR flag is set.
29963         (fts_build): Since fts_safe_changedir consumes its FD, and since
29964         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
29965         and close the dup'd file descriptor upon failure.
29966         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
29967         (fts_safe_changedir): Tweak semantics to reflect that this function
29968         now calls cwd_advance_fd and hence consumes its FD argument.
29969         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
29970         [struct FTS] (fts_rft): Remove now-unused member.
29971         [struct FTS] (fts_cycle.state): Improve comment.
29972
29973         * lib/openat.c (openat_needs_fchdir): New function.
29974         * lib/openat.h (openat_needs_fchdir): Declare it.
29975
29976 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
29977
29978         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
29979         Problem and fix reported by Pádraig Brady in
29980         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
29981
29982 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29983
29984         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
29985
29986 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29987
29988         * lib/memcoll.c (memcoll): Optimize for the common case where the
29989         arguments are bytewise equal.
29990
29991 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29992
29993         * doc/regexprops-generic.texi: Add a copyright notice.
29994
29995 2006-08-15  Bruno Haible  <bruno@clisp.org>
29996
29997         * modules/tmpdir (License): Change to LGPL.
29998
29999 2006-08-15  Bruno Haible  <bruno@clisp.org>
30000
30001         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
30002         module.
30003
30004 2006-08-14  Simon Josefsson  <jas@extundo.com>
30005
30006         * config/srclist.txt: Add gnupload.
30007
30008 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
30009
30010         Change copyright notice from LGPL 2 to GPL 2, since that's the
30011         standard form used in the gnulib repository.
30012         * tests/test-lock.c: Likewise.
30013         * tests/test-stdint.c: Likewise.
30014         * tests/test-tls.c: Likewise.
30015
30016         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
30017         prelude-manager.  User shorter URLs for GNU projects, without '?'.
30018         Add copyright notice.
30019
30020         * check-module: Add copyright notice.  Output a copyright
30021         notice if "--version" is specified.
30022         * modules/COPYING: New file.
30023         * tests/test-getaddrinfo.c: Add copyright notice.
30024         * tests/test-verify.c: Likewise.
30025
30026 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
30027
30028         Change copyright notice from LGPL 2 to GPL 2, since that's the
30029         standard form used in the gnulib repository.
30030         * lib/lock.c: LGPL -> GPL.
30031         * lib/lock.h: Likewise.
30032         * lib/strnlen1.c: Likewise.
30033         * lib/strnlen1.h: Likewise.
30034         * lib/tls.c: Likewise.
30035         * lib/tls.h: Likewise.
30036         * lib/tmpdir.c: Likewise.
30037
30038         * lib/TODO: Remove; this belongs only in coreutils.
30039
30040 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
30041
30042         Add copyright notices to long-enough files that lack them, since
30043         otherwise the files aren't clearly free.  Use the same notice that
30044         getdate.texi already uses.
30045         * doc/alloca-opt.texi: Add copyright notice.
30046         * doc/alloca.texi: Likewise.
30047         * doc/ctime.texi: Likewise.
30048         * doc/functions.texi: Likewise.
30049         * doc/gcd.texi: Likewise.
30050         * doc/gnulib-tool.texi: Likewise.
30051         * doc/inet_ntoa.texi: Likewise.
30052         * doc/visibility.texi: Likewise.
30053
30054         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
30055         * doc/quote.texi: Add copyright notice.
30056
30057         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
30058         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
30059         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
30060         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
30061         is now obsolete, and give a pointer to the Sun list.
30062         Add copyright notice.
30063
30064 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
30065
30066         * config/srclistvars.sh: Add copyright notice.
30067
30068 2006-08-14  Eric Blake  <ebb9@byu.net>
30069
30070         Import the following change from libc:
30071
30072         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
30073
30074         Upstream bug 2997.
30075         * lib/misc/error.c: Add space between program name and message if file
30076         name is missing.
30077
30078 2006-08-12  Karl Berry  <karl@gnu.org>
30079
30080         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
30081         remove, these originate in gnulib now.
30082
30083 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30084
30085         * doc/Makefile (standards.info standards.html standards.dvi):
30086         Also depend on make-stds.texi.
30087
30088 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
30089
30090         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
30091         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
30092
30093         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
30094         in wchar_t.  Problem reported by Eric Blake.
30095
30096         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
30097         LEN is smaller than SIZE.  Suggested by Bruno Haible.
30098         Also, help the compiler to keep LEN in a register.
30099
30100 2006-08-11  Eric Blake  <ebb9@byu.net>
30101
30102         * users.txt: Sort.  Add tar.
30103
30104 2006-08-11  Bruno Haible  <bruno@clisp.org>
30105
30106         * users.txt: New file.
30107
30108 2006-08-11  Bruno Haible  <bruno@clisp.org>
30109
30110         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
30111         before <wchar.h>. Needed for OSF/1 and BSD/OS.
30112
30113 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
30114
30115         * modules/snprintf (Depends-on): Remove minmax.
30116         (Maintainer): Add self and Bruno.
30117
30118 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
30119
30120         * lib/.cppi-disable: Add snprintf.h, socket_.h.
30121         * lib/snprintf.c: Include <errno.h> and <limits.h>.
30122         (EOVERFLOW): Define if the system does not.
30123         Do not include "minmax.h"; it wasn't used.
30124         (snprintf): Don't assume size_t promotes to an unsigned type.
30125         Fix bug when generated string was too long for the buffer: the
30126         buffer's contents are supposed to be the initial prefix of the
30127         output.  Don't assume vasnprintf returns EOVERFLOW if the size
30128         exceeds INT_MAX; do the check ourselves.
30129
30130         Import the following changes from libc:
30131
30132         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
30133
30134         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
30135         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
30136         set wc to the byte which couldn't be converted.
30137         (re_string_reconstruct): Don't clear valid_raw_len before calling
30138         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
30139         tip_context using re_string_context_at.
30140
30141         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
30142
30143         * lib/posix/regex.h: g++ still cannot handled [restrict].
30144
30145         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
30146
30147         * lib/posix/regex.h: Remove special handling for VMS.
30148
30149 2006-08-10  Jim Meyering  <jim@meyering.net>
30150
30151         * modules/same-inode: New module.
30152         * modules/dev-ino: New module.
30153         * modules/cycle-check: Depend on these modules, rather than simply
30154         including their .h files.
30155         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
30156         required via m4/cycle-check.m4.
30157         * modules/same: Depend on new same-inode module, rather than
30158         including same-inode.h.
30159         * modules/chdir-safer: New file.
30160
30161         * modules/chown (Depends-on): Add stat-macros.
30162
30163 2006-08-10  Jim Meyering  <jim@meyering.net>
30164
30165         * m4/cycle-check.m4: New file.
30166         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
30167         * m4/dev-ino.m4, m4/same-inode.m4: New files.
30168
30169 2006-08-10  Eric Blake  <ebb9@byu.net>
30170
30171         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
30172         in from original proposal.
30173
30174 2006-08-10  Eric Blake  <ebb9@byu.net>
30175         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
30176
30177         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
30178         namespace.
30179
30180 2006-08-10  Bruno Haible  <bruno@clisp.org>
30181
30182         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
30183         as well.
30184
30185 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30186
30187         Sync from coreutils.
30188
30189         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
30190
30191         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
30192         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
30193
30194 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30195
30196         * modules/restrict: Remove; no longer needed now that we assume
30197         Autoconf 2.59 or later.
30198         * MODULES.html.sh: Remove 'restrict'.
30199         * modules/argp (Depends-on): Remove 'restrict'.
30200         * modules/base64 (Depends-on): Likewise.
30201         * modules/gc (Depends-on): Likewise.
30202         * modules/getaddrinfo (Depends-on): Likewise.
30203         * modules/glob (Depends-on): Likewise.
30204         * modules/inet_ntop (Depends-on): Likewise.
30205         * modules/inet_pton (Depends-on): Likewise.
30206         * modules/memxor (Depends-on): Likewise.
30207         * modules/regex (Depends-on): Likewise.
30208         * modules/strtok_r (Depends-on): Likewise.
30209         * modules/time_r (Depends-on): Likewise.
30210
30211 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30212
30213         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
30214         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
30215         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
30216         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
30217         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
30218         * m4/memxor.m4 (gl_MEMXOR): Likewise.
30219         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
30220         gl_C_RESTRICT replaced by AC_C_RESTRICT.
30221
30222         Merge from coreutils.
30223         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
30224         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
30225         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
30226         * m4/time_r.m4 (gl_TIME_R): Likewise.
30227
30228 2006-08-09  Karl Berry  <karl@gnu.org>
30229
30230         * config/srclist.txt: no more gettext-tools, per Bruno.
30231
30232 2006-08-08  Eric Blake  <ebb9@byu.net>
30233
30234         * modules/verror: New module.
30235         * MODULES.html.sh: Document it.
30236
30237 2006-08-08  Eric Blake  <ebb9@byu.net>
30238
30239         * lib/verror.h, lib/verror.c: New files.
30240
30241 2006-08-08  Eric Blake  <ebb9@byu.net>
30242
30243         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
30244         verror_at_line output complies with GNU Coding Standards even when
30245         file is NULL.
30246
30247 2006-08-07  Bruno Haible  <bruno@clisp.org>
30248
30249         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
30250         versions of AIX.
30251         Reported by Ralf Wildenhues.
30252
30253 2006-08-07  Bruno Haible  <bruno@clisp.org>
30254
30255         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
30256         in an AC_DEFUN. Needed so that the autoconf snippets can use
30257         AC_REQUIRE.
30258
30259 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30260
30261         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30262         Initialize pkgdata_DATA.
30263         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
30264         overriding it.
30265
30266 2006-08-06  Eric Blake  <ebb9@byu.net>
30267
30268         * lib/error.h: Fold in some upstream changes from glibc.
30269         * lib/error.c: Likewise.
30270
30271 2006-08-04  Bruno Haible  <bruno@clisp.org>
30272
30273         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30274         Make the mostlyclean-local rule depend on mostlyclean-generic.
30275         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
30276
30277 2006-07-31  Bruno Haible  <bruno@clisp.org>
30278
30279         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
30280         <stdlib.h>, <string.h>.
30281
30282 2006-07-30  Bruno Haible  <bruno@clisp.org>
30283
30284         * modules/readlink (License): Change to LGPL.
30285
30286 2006-07-30  Bruno Haible  <bruno@clisp.org>
30287
30288         * modules/javaversion (Makefile.am): Distribute javaversion.java and
30289         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
30290         set PKGDATADIR to point to it.
30291
30292 2006-07-30  Bruno Haible  <bruno@clisp.org>
30293
30294         * modules/csharpexec (configure.ac): Comment out macro invocation.
30295         * modules/javaexec (configure.ac): Likewise.
30296         * modules/javacomp-script (configure.ac): Likewise.
30297
30298         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
30299
30300 2006-07-30  Bruno Haible  <bruno@clisp.org>
30301
30302         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
30303         linked-list.
30304
30305 2006-07-30  Bruno Haible  <bruno@clisp.org>
30306
30307         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
30308
30309 2006-07-30  Bruno Haible  <bruno@clisp.org>
30310
30311         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30312         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
30313         get removed.
30314
30315 2006-07-29  Bruno Haible  <bruno@clisp.org>
30316
30317         Make it possible for gnulib-tool to work with locally modified or
30318         augmented gnulib repositories.
30319         * gnulib-tool (func_usage): Document --local-dir option.
30320         (local_gnulib_dir): New variable.
30321         Handle --local-dir option.
30322         (func_lookup_file): New function.
30323         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
30324         (func_get_description, func_get_filelist, func_get_description,
30325         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
30326         func_get_automake_snippet, func_get_include_directive,
30327         func_get_license, func_get_maintainer): Use func_lookup_file.
30328         (func_import, func_create_testdir): Use func_lookup_file.
30329
30330 2006-07-29  Bruno Haible  <bruno@clisp.org>
30331
30332         * modules/setenv (Depends-on): Add unistd.
30333
30334 2006-07-29  Bruno Haible  <bruno@clisp.org>
30335
30336         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
30337
30338 2006-07-29  Bruno Haible  <bruno@clisp.org>
30339
30340         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
30341
30342 2006-07-29  Bruno Haible  <bruno@clisp.org>
30343
30344         * gnulib-tool (import, update): If there is no Makefile.am, look at
30345         aclocal.m4, instead of bailing out.
30346
30347 2006-07-29  Bruno Haible  <bruno@clisp.org>
30348
30349         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
30350         Categorize the options by when they are useful.
30351
30352 2006-07-29  Bruno Haible  <bruno@clisp.org>
30353
30354         * gnulib-tool (func_usage): Document option --no-libtool.
30355         Handle option --no-libtool.
30356         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
30357         for changed semantics of $libtool variable.
30358         (func_import): Likewise. If libtool is not used, show this through
30359         an option --no-libtool.
30360         (func_create_testdir): Update.
30361
30362 2006-07-29  Bruno Haible  <bruno@clisp.org>
30363
30364         * gnulib-tool (func_import): Extend error message about missing
30365         --doc-base.
30366
30367 2006-07-29  Bruno Haible  <bruno@clisp.org>
30368
30369         * gnulib-tool (func_import): Don't create the $docbase directory if
30370         there is no file to store there.
30371
30372 2006-07-29  Bruno Haible  <bruno@clisp.org>
30373
30374         * gnulib-tool (autoconf_minversion): If a --dir option is given and
30375         relevant, look for configure.ac there, not in the current directory.
30376         Also use a simple search for AC_PREREQ, not "autoconf --trace".
30377
30378 2006-07-29  Bruno Haible  <bruno@clisp.org>
30379
30380         * gnulib-tool (SORT): New variable.
30381         (func_usage): Undocument --assume-autoconf option.
30382         Remove --assume-autoconf option handling.
30383         (autoconf_minversion): Determine from the contents of configure.ac.
30384         (func_import): Remove autoconf_minversion handling.
30385         Suggested by Eric Blake.
30386
30387 2006-07-29  Bruno Haible  <bruno@clisp.org>
30388
30389         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
30390
30391 2006-07-29  Bruno Haible  <bruno@clisp.org>
30392
30393         * config/srclist.txt (*setenv.[ch]): Remove rules.
30394
30395 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30396
30397         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
30398
30399 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30400
30401         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
30402         arpa/inet.h.
30403
30404 2006-07-28  Simon Josefsson  <jas@extundo.com>
30405
30406         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
30407         * modules/inet_pton (Depends-on): Likewise.
30408
30409 2006-07-28  Simon Josefsson  <jas@extundo.com>
30410
30411         * m4/netinet_in_h.m4: New file.
30412
30413 2006-07-28  Simon Josefsson  <jas@extundo.com>
30414
30415         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
30416         #include's.
30417
30418 2006-07-28  Simon Josefsson  <jas@extundo.com>
30419
30420         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
30421         #include's.
30422
30423 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
30424
30425         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
30426         setgid on directories only if they set these bits.
30427         * lib/modechange.h: Remove obsolete comment about masks.
30428
30429 2006-07-28  Eric Blake  <ebb9@byu.net>
30430
30431         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
30432         macro expansion.
30433
30434 2006-07-28  Bruno Haible  <bruno@clisp.org>
30435
30436         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
30437
30438 2006-07-28  Bruno Haible  <bruno@clisp.org>
30439
30440         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
30441
30442 2006-07-28  Bruno Haible  <bruno@clisp.org>
30443
30444         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
30445         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
30446         Define fallbacks.
30447         Avoids link error on FreeBSD 4.x.
30448         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
30449
30450         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
30451         encoding.
30452         * lib/mbswidth.c (iswcntrl): Likewise.
30453
30454 2006-07-27  Bruno Haible  <bruno@clisp.org>
30455
30456         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
30457         test.
30458
30459 2006-07-27  Bruno Haible  <bruno@clisp.org>
30460
30461         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
30462         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
30463         defined.
30464
30465 2006-07-26  Eric Blake  <ebb9@byu.net>
30466
30467         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
30468
30469 2006-07-26  Eric Blake  <ebb9@byu.net>
30470
30471         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
30472         like mingw that lack mkstemp.
30473         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
30474         avoid compilation warning on mingw.
30475
30476 2006-07-26  Bruno Haible  <bruno@clisp.org>
30477
30478         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
30479         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
30480         INT_FAST*_MIN, INTPTR_MIN.
30481
30482 2006-07-25  Bruno Haible  <bruno@clisp.org>
30483
30484         * modules/version-etc (Depends-on): Add stdarg.
30485
30486 2006-07-25  Bruno Haible  <bruno@clisp.org>
30487
30488         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
30489         complex commands.
30490
30491 2006-07-25  Bruno Haible  <bruno@clisp.org>
30492
30493         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
30494         defined in <stdarg.h> or config.h.
30495
30496 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
30497
30498         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
30499         (gl_STDIO_SAFER): Remove.
30500
30501 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
30502
30503         * MODULES.html.sh (File stream based Input/Output):
30504         Add fopen-safer, tmpfile-safer; remove stdio-safer.
30505         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
30506         * modules/fopen-safer, modules/tmpfile-safer: New files.
30507         * modules/stdio-safer: Remove.
30508
30509 2006-07-24  Bruno Haible  <bruno@clisp.org>
30510
30511         * modules/tmpdir: New file.
30512         * MODULES.html.sh (File system functions): Add it.
30513
30514 2006-07-24  Bruno Haible  <bruno@clisp.org>
30515
30516         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
30517         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
30518
30519 2006-07-24  Bruno Haible  <bruno@clisp.org>
30520
30521         * modules/clean-temp: New file.
30522
30523 2006-07-24  Bruno Haible  <bruno@clisp.org>
30524
30525         * m4/tmpdir.m4: New file, from GNU gettext.
30526
30527 2006-07-24  Bruno Haible  <bruno@clisp.org>
30528
30529         * lib/tmpdir.h: New file, from GNU gettext.
30530         * lib/tmpdir.c: New file, from GNU gettext.
30531
30532 2006-07-24  Bruno Haible  <bruno@clisp.org>
30533
30534         * lib/clean-temp.h: New file, from GNU gettext.
30535         * lib/clean-temp.c: New file, from GNU gettext.
30536
30537 2006-07-23  Eric Blake  <ebb9@byu.net>
30538
30539         * modules/stdio-safer (Files): Add tmpfile-safer.c.
30540         (Depends-on): Add binary-io.
30541
30542 2006-07-23  Eric Blake  <ebb9@byu.net>
30543
30544         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
30545
30546 2006-07-23  Eric Blake  <ebb9@byu.net>
30547
30548         * lib/tmpfile-safer.c: New file.
30549         * lib/stdio-safer.h (fopen_safer): Add prototype.
30550         * lib/stdio--.h (tmpfile): Make safer.
30551
30552 2006-07-23  Bruno Haible  <bruno@clisp.org>
30553
30554         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
30555         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
30556         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
30557         gl_linked_remove_at): Use it.
30558
30559 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30560         and Simon Josefsson <jas@extundo.com>
30561
30562         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
30563
30564         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
30565
30566 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30567
30568         * modules/close-stream: New file.
30569         * modules/closeout (Description): Make it clear that it exits
30570         with a diagnostic on error.
30571         (Depends-on): Add close-stream.  Remove fpending, stdbool.
30572         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
30573
30574 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30575
30576         * m4/close-stream.m4: New file.
30577
30578 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30579
30580         * lib/close-stream.c, lib/close-stream.h: New files.
30581
30582 2006-07-22  Bruno Haible  <bruno@clisp.org>
30583
30584         Merge from GNU gettext 0.15.
30585
30586         2006-05-01  Bruno Haible  <bruno@clisp.org>
30587
30588                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
30589
30590         2006-07-22  Bruno Haible  <bruno@clisp.org>
30591
30592                 * modules/javaversion: New file.
30593                 * MODULES.html.sh (Java): Add javaversion.
30594
30595         2006-03-12  Bruno Haible  <bruno@clisp.org>
30596
30597                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
30598
30599         2005-12-04  Bruno Haible  <bruno@clisp.org>
30600
30601                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
30602                 (untested).
30603
30604         2006-06-21  Bruno Haible  <bruno@clisp.org>
30605
30606                 Avoid warnings from recent versions of mcs.
30607                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
30608                 -o, -L, -r any more. Use options documented since mcs-1.0
30609                 instead. Similarly for -g.
30610
30611         2005-12-04  Bruno Haible  <bruno@clisp.org>
30612
30613                 * build-aux/csharpcomp.sh.in: Suffix for resources is
30614                 .resources, not .resource.
30615
30616         2005-07-09  Bruno Haible  <bruno@clisp.org>
30617
30618                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
30619                 add a .dll suffix.
30620                 Reported by Mark Junker <mjscod@gmx.de>.
30621
30622         2006-07-22  Bruno Haible  <bruno@clisp.org>
30623
30624                 * modules/gettext: Upgrade to gettext-0.15.
30625                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
30626                 m4/visibility.m4.
30627                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
30628
30629 2006-07-22  Bruno Haible  <bruno@clisp.org>
30630
30631         Merge from GNU gettext 0.15.
30632
30633         2006-03-25  Bruno Haible  <bruno@clisp.org>
30634
30635                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
30636
30637         2006-07-21  Bruno Haible  <bruno@clisp.org>
30638
30639                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
30640                 "1.1".
30641
30642         2006-05-09  Bruno Haible  <bruno@clisp.org>
30643
30644                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
30645                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
30646                 for the conftestver execution.
30647
30648         2006-05-01  Bruno Haible  <bruno@clisp.org>
30649
30650                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
30651                 optional target-version argument. Verify that the compiler
30652                 groks source of the specified source-version, or add -source
30653                 option as necessary. Verify that the compiler produces
30654                 bytecode in the specified target-version, or add -target and
30655                 -source options as necessary. Make the result of the test
30656                 available as variable CONF_JAVAC. Also log error output in
30657                 config.log.
30658
30659         2006-03-11  Bruno Haible  <bruno@clisp.org>
30660
30661                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
30662
30663         2006-05-09  Bruno Haible  <bruno@clisp.org>
30664
30665                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
30666                 CLASSPATH_SEPARATOR to a semicolon.
30667
30668         2006-03-12  Bruno Haible  <bruno@clisp.org>
30669
30670                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
30671                 available as variable CONF_JAVA, for subsequent autoconf
30672                 tests. Also log error output in config.log.
30673
30674         2006-07-19  Bruno Haible  <bruno@clisp.org>
30675
30676                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
30677                 that getline works on glibc2 systems. Needed to avoid trouble
30678                 in relocatable.c.
30679                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
30680
30681         2005-12-04  Bruno Haible  <bruno@clisp.org>
30682
30683                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
30684                 launcher (untested).
30685
30686         2005-12-04  Bruno Haible  <bruno@clisp.org>
30687
30688                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
30689
30690         2006-07-22  Bruno Haible  <bruno@clisp.org>
30691
30692                 * gettext.m4: Update from GNU gettext-0.15.
30693                 * nls.m4: Likewise.
30694                 * po.m4: Likewise.
30695                 * inttypes-pri.m4: Likewise.
30696                 * inttypes-h.m4: Renamed from inttypes.m4.
30697                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
30698
30699 2006-07-22  Bruno Haible  <bruno@clisp.org>
30700
30701         Merge from GNU gettext 0.15.
30702
30703         2005-07-05  Bruno Haible  <bruno@clisp.org>
30704
30705                 * printf-args.c (printf_fetchargs): Work around broken
30706                 definition of wint_t on mingw.
30707
30708         2005-02-12  Bruno Haible  <bruno@clisp.org>
30709
30710                 * xallocsa.h: Add extern "C" for C++.
30711
30712         2006-05-17  Bruno Haible  <bruno@clisp.org>
30713
30714                 Cygwin portability.
30715                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
30716
30717         2006-04-30  Bruno Haible  <bruno@clisp.org>
30718
30719                 * progreloc.c: Include <mach-o/dyld.h> if available.
30720                 (find_executable): Use _NSGetExecutablePath when possible.
30721
30722         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
30723
30724                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
30725                 function.
30726
30727         2005-12-29  Bruno Haible  <bruno@clisp.org>
30728
30729                 * progreloc.c (set_program_name_and_installdir): Fix
30730                 compilation error.
30731
30732         2005-12-04  Bruno Haible  <bruno@clisp.org>
30733
30734                 Cygwin portability.
30735                 * progreloc.c: Include <windows.h> also on Cygwin.
30736                 (find_executable): Add support for Cygwin.
30737                 (set_program_name_and_installdir): Handle also platforms with
30738                 nonempty EXEEXT.
30739
30740         2006-07-11  Bruno Haible  <bruno@clisp.org>
30741
30742                 * javacomp.c: Fix a comment.
30743                 Reported by Jim Meyering.
30744
30745         2006-04-30  Bruno Haible  <bruno@clisp.org>
30746
30747                 * javacomp.h (compile_java_class): Add source_version,
30748                 target_version arguments.
30749                 * javacomp.c: Rewritten to choose only a compiler that
30750                 respects the specified source_version and target_version.
30751
30752         2006-06-27  Bruno Haible  <bruno@clisp.org>
30753
30754                 Assume correct S_ISDIR macro.
30755                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
30756
30757         2006-07-22  Bruno Haible  <bruno@clisp.org>
30758
30759                 * javaversion.h: New file, from GNU gettext.
30760                 * javaversion.c: New file, from GNU gettext.
30761                 * javaversion.java: New file, from GNU gettext.
30762                 * javaversion.class: New file, from GNU gettext.
30763
30764         2006-05-17  Bruno Haible  <bruno@clisp.org>
30765
30766                 Cygwin portability.
30767                 * javaexec.c (execute_java_class): Test for jview program
30768                 also on Cygwin.
30769
30770         2006-04-09  Bruno Haible  <bruno@clisp.org>
30771
30772                 * fatal-signal.c: Don't include string.h.
30773                 (at_fatal_signal): Use a copying loop instead of memcpy.
30774
30775         2005-12-04  Bruno Haible  <bruno@clisp.org>
30776
30777                 * csharpexec.c: Add support for 'clix' launcher (untested).
30778                 (execute_csharp_using_sscli): New function.
30779                 (execute_csharp_program): Call it.
30780
30781         2006-06-21  Bruno Haible  <bruno@clisp.org>
30782
30783                 Avoid warnings from recent versions of mcs.
30784                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
30785                 -o, -L, -r any more. Use options documented since mcs-1.0
30786                 instead. Similarly for -g.
30787
30788         2005-07-09  Bruno Haible  <bruno@clisp.org>
30789
30790                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
30791                 add a .dll suffix.
30792                 Reported by Mark Junker <mjscod@gmx.de>.
30793
30794         2006-06-17  Bruno Haible  <bruno@clisp.org>
30795
30796                 * config.charset: Update for NetBSD 3.0.
30797
30798         2006-05-17  Bruno Haible  <bruno@clisp.org>
30799
30800                 Cygwin portability.
30801                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
30802
30803         2006-05-16  Bruno Haible  <bruno@clisp.org>
30804
30805                 * localcharset.c [CYGWIN]: Include <windows.h>.
30806                 (get_charset_aliases): For Cygwin, return the same CPxxx
30807                 aliases list as under WIN32.
30808                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
30809                 the environment variables. Fall back to GetACP().
30810
30811         2006-04-05  Bruno Haible  <bruno@clisp.org>
30812
30813                 * config.charset: Update Juan Manuel Guerrero's address.
30814
30815         2005-02-12  Bruno Haible  <bruno@clisp.org>
30816
30817                 * allocsa.h: Add extern "C" for C++.
30818
30819         2005-02-10  Bruno Haible  <bruno@clisp.org>
30820
30821                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
30822                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
30823
30824         2006-07-22  Bruno Haible  <bruno@clisp.org>
30825
30826                 * gettext.h: Update to GNU gettext-0.15.
30827
30828 2006-07-22  Bruno Haible  <bruno@clisp.org>
30829
30830         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
30831         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
30832         lib-prefix.m4, longdouble.m4, ssize_t.m4.
30833
30834 2006-07-21  Eric Blake  <ebb9@byu.net>
30835
30836         * modules/stdlib-safer: New file.
30837         * MODULES.html.sh (File stream based Input/Output): Add
30838         stdlib-safer.
30839
30840 2006-07-21  Eric Blake  <ebb9@byu.net>
30841
30842         * lib/stdlib-safer.h: New file from coreutils, required by
30843         stdlib--.h.
30844
30845 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
30846
30847         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
30848
30849 2006-07-20  Bruno Haible  <bruno@clisp.org>
30850
30851         * gnulib-tool: Recognize new option --assume-autoconf.
30852         (autoconf_minversion): New variable.
30853         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
30854
30855 2006-07-20  Bruno Haible  <bruno@clisp.org>
30856
30857         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
30858
30859 2006-07-19  Derek R. Price  <derek@ximbiot.com>
30860
30861         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
30862         Reindent and repaginate.
30863
30864 2006-07-19  Derek Price  <derek@ximbiot.com>
30865
30866         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
30867         Correct grammar.
30868
30869 2006-07-17  Bruno Haible  <bruno@clisp.org>
30870
30871         * modules/list: New file.
30872         * modules/array-list: New file.
30873         * modules/carray-list, modules/carray-list-tests: New files.
30874         * modules/linked-list, modules/linked-list-tests: New files.
30875         * modules/avltree-list, modules/avltree-list-tests: New files.
30876         * modules/rbtree-list, modules/rbtree-list-tests: New files.
30877         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
30878         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
30879         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
30880         * modules/oset: New file.
30881         * modules/array-oset: New file.
30882         * modules/avltree-oset, modules/avltree-oset-tests: New files.
30883         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
30884         * tests/test-carray_list.c: New file.
30885         * tests/test-linked_list.c: New file.
30886         * tests/test-avltree_list.c: New file.
30887         * tests/test-rbtree_list.c: New file.
30888         * tests/test-linkedhash_list.c: New file.
30889         * tests/test-avltreehash_list.c: New file.
30890         * tests/test-rbtreehash_list.c: New file.
30891         * tests/test-avltree_oset.c: New file.
30892         * tests/test-rbtree_oset.c: New file.
30893         * MODULES.html.sh (Container data structures): New section.
30894
30895 2006-07-17  Bruno Haible  <bruno@clisp.org>
30896
30897         * m4/gl_list.m4: New file.
30898
30899 2006-07-17  Bruno Haible  <bruno@clisp.org>
30900
30901         * lib/gl_list.h: New file.
30902         * lib/gl_list.c: New file.
30903         * lib/gl_array_list.h: New file.
30904         * lib/gl_array_list.c: New file.
30905         * lib/gl_carray_list.h: New file.
30906         * lib/gl_carray_list.c: New file.
30907         * lib/gl_linked_list.h: New file.
30908         * lib/gl_linked_list.c: New file.
30909         * lib/gl_anylinked_list1.h: New file.
30910         * lib/gl_anylinked_list2.h: New file.
30911         * lib/gl_avltree_list.h: New file.
30912         * lib/gl_avltree_list.c: New file.
30913         * lib/gl_anyavltree_list1.h: New file.
30914         * lib/gl_anyavltree_list2.h: New file.
30915         * lib/gl_rbtree_list.h: New file.
30916         * lib/gl_rbtree_list.c: New file.
30917         * lib/gl_anyrbtree_list1.h: New file.
30918         * lib/gl_anyrbtree_list2.h: New file.
30919         * lib/gl_anytree_list1.h: New file.
30920         * lib/gl_anytree_list2.h: New file.
30921         * lib/gl_linkedhash_list.h: New file.
30922         * lib/gl_linkedhash_list.c: New file.
30923         * lib/gl_anyhash_list1.h: New file.
30924         * lib/gl_anyhash_list2.h: New file.
30925         * lib/gl_avltreehash_list.h: New file.
30926         * lib/gl_avltreehash_list.c: New file.
30927         * lib/gl_rbtreehash_list.h: New file.
30928         * lib/gl_rbtreehash_list.c: New file.
30929         * lib/gl_anytreehash_list1.h: New file.
30930         * lib/gl_anytreehash_list2.h: New file.
30931
30932         * lib/gl_oset.h: New file.
30933         * lib/gl_oset.c: New file.
30934         * lib/gl_array_oset.h: New file.
30935         * lib/gl_array_oset.c: New file.
30936         * lib/gl_avltree_oset.h: New file.
30937         * lib/gl_avltree_oset.c: New file.
30938         * lib/gl_rbtree_oset.h: New file.
30939         * lib/gl_rbtree_oset.c: New file.
30940         * lib/gl_anytree_oset.h: New file.
30941
30942 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
30943
30944         * m4/mkancesdirs.m4: New file.
30945         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
30946         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
30947         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
30948         it.
30949
30950 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
30951
30952         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
30953         * lib/mkancesdirs.h: New files.
30954         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
30955         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
30956         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
30957         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
30958         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
30959         callers changed.  Revamp internals significantly, by not
30960         attempting to create directories that are temporarily more
30961         permissive than the final results.  Do not attempt to use
30962         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
30963         This removes some race conditions, fixes some bugs, and simplifies
30964         things.  Use new dirchownmod function to do owner and mode changes.
30965         * lib/mkdir-p.h: Likewise.
30966         * lib/modechange.c (octal_to_mode): New function.
30967         (struct mode_change): New member mentioned.
30968         (make_node_op_equals): New arg mentioned.  All callers changed.
30969         (mode_compile): Keep track of which mode bits the user has explicitly
30970         mentioned.
30971         (mode_adjust): New arg DIR, so that we implement the X op correctly.
30972         New arg PMODE_BITS, to keep track of which mode bits the user
30973         mentioned; it treats S_ISUID and S_ISGID speciall.
30974         All callers changed.
30975         * lib/modechange.h: Likewise.
30976
30977 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
30978
30979         * MODULES.html.sh: Add mkancestors.
30980         * modules/mkancesdirs: New module.
30981         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
30982         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
30983         The chdir-safer and afs files are now orphans; I'll remove them
30984         unless someone speaks up.
30985         Add lib/dirchownmod.c, lib/dirchownmod.h.
30986         (Depends-on): Remove alloca, chown, save-cwd, dirname.
30987         Add lchown, mkancesdirs.
30988         (Maintainer): Add self.
30989
30990 2006-07-15  Karl Berry  <karl@gnu.org>
30991
30992         * gnulib-tool: help message wording/arrangement.
30993
30994 2006-07-14  Simon Josefsson  <jas@extundo.com>
30995
30996         * doc/gnulib.texi (Libtool and Windows): New section.
30997
30998 2006-07-12  Simon Josefsson  <jas@extundo.com>
30999
31000         * modules/gendocs (License): Fix license, approved by Karl.
31001
31002 2006-07-12  Eric Blake  <ebb9@byu.net>
31003
31004         * MODULES.html.sh: Add gendocs.
31005
31006 2006-07-11  Eric Blake  <ebb9@byu.net>
31007
31008         * modules/fdl: New module, to install doc/fdl.texi.
31009         * MODULES.html.sh: Add new section for documentation modules.
31010         * gnulib-tool: Avoid space-tab.
31011         (--doc-base): New option, to manage files from doc.
31012
31013 2006-07-11  Eric Blake  <ebb9@byu.net>
31014
31015         * m4/absolute-header.m4: Fix comments to match recent change.
31016
31017 2006-07-11  Eric Blake  <ebb9@byu.net>
31018
31019         * gnulib-tool: List --doc-base before --tests-base.
31020
31021 2006-07-11  Derek R. Price  <derek@ximbiot.com>
31022
31023         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
31024
31025 2006-07-11  Bruno Haible  <bruno@clisp.org>
31026
31027         * README: Mention where to put documentation.
31028
31029 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31030
31031         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
31032
31033 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
31034
31035         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
31036         to stdint.m4.
31037
31038 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
31039
31040         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
31041         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
31042         "no/such/file/stdint.h" when there is no such file, so that
31043         the resulting C code can be parsed by dodgy compilers.
31044         Problems reported by Bob Proulx.
31045
31046 2006-07-10  Derek R. Price  <derek@ximbiot.com>
31047
31048         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
31049         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
31050         macros into the GNU _D_EXACT_NAMLEN.
31051         * lib/savedir.c:  Likewise.
31052         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
31053
31054 2006-07-10  Derek R. Price  <derek@ximbiot.com>
31055         and Paul Eggert  <eggert@cs.ucla.edu>
31056
31057         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
31058         * m4/savedir.m4:
31059         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
31060         macros into the GNU _D_EXACT_NAMLEN.
31061
31062 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31063
31064         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
31065         around the absolute name, to work around a problem with the HP-UX
31066         11.23 native C compiler, reported by Bob Proulx.
31067
31068 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31069
31070         * doc/maintain.texi, make-stds.texi: Sync from
31071         <http://savannah.gnu.org/projects/gnustandards>.
31072
31073 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31074
31075         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
31076
31077 2006-07-09  Jim Meyering  <jim@meyering.net>
31078
31079         * m4/glob.m4: Remove a doubled word in a comment.
31080
31081 2006-07-09  Jim Meyering  <jim@meyering.net>
31082
31083         * lib/argp-pv.c: Remove a doubled word in a comment.
31084         * lib/check-version.c (check_version): Likewise.
31085         * lib/javacomp.c (compile_java_class): Likewise.
31086
31087 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
31088
31089         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
31090         for the benefit of people using Autoconf 2.60.  If you want to
31091         support older Autoconf versions you can copy m4/onceonly_2_57.m4
31092         (or m4/onceonly.m4, if pre-2.57) manually.
31093
31094 2006-07-08  Jim Meyering  <jim@meyering.net>
31095
31096         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
31097         comment.
31098         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
31099         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
31100         comment.
31101
31102 2006-07-08  Jim Meyering  <jim@meyering.net>
31103
31104         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
31105
31106 2006-07-07  Simon Josefsson  <jas@extundo.com>
31107
31108         * tests/test-crc.c: Change expected crc value, the test vector
31109         were probably computed using the old broken crc.c?
31110
31111 2006-07-06  Simon Josefsson  <jas@extundo.com>
31112
31113         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
31114         now the canonical place for the M4 file).
31115
31116         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
31117         from the sys_socket dependency now.
31118
31119         * modules/inet_pton (Files): Ditto.
31120
31121         * modules/inet_ntop (Files): Ditto.
31122
31123 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31124
31125         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
31126         not gl_PREREQ_GETUSERSHELL.
31127
31128 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31129
31130         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
31131         with only one argument, for Autoconf 2.60.
31132         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
31133         expand to nothing, so add a shell command to avoid syntax error.
31134         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
31135
31136 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31137
31138         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
31139
31140 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31141
31142         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
31143         no longer needed.  Check for isblank decl.
31144         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
31145         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
31146         of existence.
31147
31148 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31149
31150         * lib/getloadavg.c: Use __VMS, not VMS.
31151         * lib/getopt.c: Likewise.
31152         * lib/getpagesize.h: Likewise.
31153         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
31154         and probably does not work.
31155
31156 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31157
31158         * lib/.cppi-disable: Add wcwidth.
31159         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
31160         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
31161         (ISGRAPH): Remove.  All uses changed to isgraph.
31162         (FOLD) [!defined _LIBC]: Remove special case.
31163         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
31164         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
31165         HAVE_ISBLANK.
31166         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
31167         case.
31168
31169 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
31170
31171         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
31172         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
31173         brackets.  Other minor changes to suppress some compiler
31174         warnings.
31175
31176 2006-07-06  Derek R. Price  <derek@ximbiot.com>
31177         and Paul Eggert  <eggert@cs.ucla.edu>
31178
31179         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
31180         of invoking obsolescent AC_HEADER_DIRENT macro.
31181         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
31182         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
31183         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
31184         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
31185         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
31186         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
31187         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
31188         * m4/readdir.m4: Remove; no longer needed.
31189
31190 2006-07-06  Derek R. Price  <derek@ximbiot.com>
31191         and Paul Eggert  <eggert@cs.ucla.edu>
31192
31193         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
31194         Don't worry about this obsolete case any more.
31195         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
31196         directories.
31197         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
31198         worry about this obsolete case any more.
31199         * lib/fts.c: Likewise.
31200         * lib/getcwd.c: Likewise.
31201         * lib/glob.h: Likewise.
31202         * lib/savedir.c: Likewise.
31203
31204 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
31205
31206         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
31207         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
31208         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
31209         needed.
31210         All uses removed.
31211         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31212         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
31213         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
31214         needed.
31215         * m4/getdate.m4 (gl_GETDATE): Likewise.
31216         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
31217         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
31218         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
31219         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31220         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
31221         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31222         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
31223         needed.
31224
31225 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
31226
31227         * lib/memcasecmp.c: Include <limits.h>.
31228         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
31229         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
31230         Don't assume isdigit succeeds only on '0' through '9'.
31231
31232 2006-07-05  Eric Blake  <ebb9@byu.net>
31233
31234         * modules/getaddrinfo (Depends-on): Add snprintf.
31235
31236 2006-07-05  Eric Blake  <ebb9@byu.net>
31237
31238         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
31239         to avoid 'header present but could not be compiled' on cygwin.
31240
31241 2006-07-05  Eric Blake  <ebb9@byu.net>
31242
31243         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
31244         missing from netdb.h.
31245         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
31246
31247 2006-07-05  Derek R. Price  <derek@ximbiot.com>
31248
31249         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
31250         no longer needed.
31251         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
31252         * m4/getdate.m4 (gl_GETDATE): Likewise.
31253         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
31254         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
31255         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
31256         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31257         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31258
31259 2006-07-05  Derek R. Price  <derek@ximbiot.com>
31260
31261         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
31262         All uses of is_space replaced by isspace.
31263         * lib/exit.h: Don't talk about STDC_HEADERS.
31264         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
31265         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
31266         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
31267         replaced by isprint etc.
31268         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
31269         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
31270         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
31271         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
31272         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
31273         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
31274
31275 2006-07-05  Bruno Haible  <bruno@clisp.org>
31276
31277         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
31278         the function exists, before testing against AIX.
31279         Reported by Martin Lambers <marlam@marlam.de>.
31280
31281 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
31282
31283         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
31284         From Mark D. Baushke.
31285
31286 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
31287
31288         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
31289         to the absolute name, not just one, to bypass Sun C 5.8's
31290         "warning: #include of /usr/include/... may be non-portable".
31291
31292 2006-07-04  Eric Blake  <ebb9@byu.net>
31293
31294         * modules/dirname-tests: New test module.
31295         * tests/test-dirname.c: New file, replacing dirname.c
31296         TEST_DIRNAME section that was recently deleted.
31297
31298 2006-07-04  Bruno Haible  <bruno@clisp.org>
31299
31300         Assume ANSI C header files and <ctype.h> functions.
31301         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
31302         (mbsnwidth): Use isprint, iscntrl instead.
31303
31304 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31305
31306         Merge from coreutils.
31307         * MODULES.html.sh: Add xstrtold.
31308         * modules/xstrtold: New file.
31309         * modules/cycle-check (Files): Add lib/same-inode.h.
31310         * modules/dirname (Files): Add m4/double-slash-root.m4.
31311         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
31312         * modules/mkdir-p (Files): Add lib/same-inode.h.
31313         * modules/same (Files): Add lib/same-inode.h.
31314
31315 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31316
31317         * m4/absolute-header.m4: Renamed from full-header-path.m4.
31318         This is to keep the terminology clean; POSIX talks about
31319         "absolute pathnames", not "full pathnames", but the GNU
31320         Coding Standards say to use "path" for something else;
31321         so use "absolute" to keep both sides happy.
31322         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
31323         Set gl_absolute_header, not gl_full_header_path.
31324         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
31325         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
31326         All uses changed.
31327
31328         Merge from coreutils.
31329
31330         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
31331
31332         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
31333         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
31334         want to require the building of c-strtod.o.
31335         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
31336         needs -lm directly.
31337         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
31338
31339         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
31340
31341         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
31342         --as-needed option if available.  Problem reported by Albert Chin in
31343         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
31344         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
31345         cc merely issues a bunch of annoying warnings for --as-needed
31346         (this problem was reported by Bob Proulx).  Also, try linking with
31347         -lm to detect a bug in binutils 2.16 (this problem was reported
31348         by Ralf Wildenhues).
31349
31350         2006-06-18  Jim Meyering  <jim@meyering.net>
31351
31352         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
31353         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
31354         macro.
31355         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
31356         also check for glibc-2.4's abort-inducing bug.
31357
31358         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
31359         Low-probability clean-up should be to use rmdir to get rid of
31360         the just-created directory, not unlink.
31361
31362         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
31363         configure fail, and request a bug report to inform us about it.
31364         Add a comment that, barring reports to the contrary, in 2007 we'll
31365         assume ftruncate is universally available.
31366
31367         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
31368
31369         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
31370
31371         2006-03-12  Jim Meyering  <jim@meyering.net>
31372
31373         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
31374         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
31375         * m4/same.m4 (gl_SAME): Likewise.
31376         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
31377
31378         2006-03-11  Eric Blake  <ebb9@byu.net>
31379
31380         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
31381         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
31382         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
31383         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
31384
31385 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31386
31387         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
31388         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
31389         reported by Mark D. Baushke, one in
31390         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
31391
31392         Merge from coreutils.
31393
31394         * lib/.cppi-disable: Add stdint_.h.
31395         * lib/.cvsignore: Add stdint.h.
31396
31397         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
31398
31399         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
31400         both double and long double versions.
31401         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
31402         * lib/xstrtold.c: New file.
31403         * lib/xstrtod.h (xstrtold): New decl.
31404
31405         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
31406
31407         * lib/filemode.c (setst): Remove.
31408         (strmode): Rewrite to avoid setst.  This makes the code shorter,
31409         (arguably) clearer, and the generated code is a bit smaller on my
31410         Debian GNU/Linux stable x86 host.
31411
31412         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
31413
31414         * lib/filemode.c: Include "filemode.h" first, to test the interface.
31415         Assume that filemode.h includes sys/types.h and sys/stat.h.
31416         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
31417         (ftypelet): Reorder to put common cases first, for efficiency.
31418         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
31419         to do 'M'.
31420         (strmode): Renamed from mode_string, and now stores 12 bytes instead
31421         of 10, for compatibility with FreeBSD.  All callers changed.
31422         (filemodestring): Now stores 12 bytes instead of 10, and sets file
31423         types that can't be deduced solely from st_mode.  First arg is now a
31424         const pointer.
31425         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
31426         (strmode): Renamed from mode_string.
31427         (filemodestring): New decl.
31428         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
31429         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
31430         needed.
31431         (S_ISPORT, S_ISWHT): New macros, if not already defined.
31432
31433         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
31434
31435         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
31436         fsusage.h now does that.  Include fsusage.h first, to test interface.
31437         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
31438         at most one method (the old code could have generated decls that
31439         didn't conform to C89, not that this was ever exercised).
31440         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
31441
31442         2006-03-19  Jim Meyering  <jim@meyering.net>
31443
31444         Work even in a chroot where d_ino values for entries in "/"
31445         don't match the stat.st_ino values for the same names.
31446         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
31447         number, iterate through all entries again, using lstat instead.
31448         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
31449         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
31450
31451         * lib/getcwd.c (__getcwd): Clarify a comment.
31452         Use memcpy in place of a call to strcpy.
31453
31454         2006-03-12  Jim Meyering  <jim@meyering.net>
31455
31456         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
31457         matches that of the current directory (which we're about to chdir ".."
31458         out of), then save the dev-ino of the parent, instead.
31459
31460         * lib/same-inode.h (SAME_INODE): New file/macro.
31461         * lib/chdir-safer.c (SAME_INODE): Remove definition.
31462         Include "same-inode.h", instead.
31463         * lib/same.c: Likewise.
31464         * lib/cycle-check.h: Include "same-inode.h".
31465         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
31466         * lib/cycle-check.c (SAME_INODE): Remove definition.
31467         * lib/root-dev-ino.h: Include "same-inode.h".
31468
31469         2006-03-11  Eric Blake  <ebb9@byu.net>
31470
31471         * lib/same.c (same_name): s/base_name/last_component/
31472         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
31473         * lib/filenamecat.c (file_name_concat): Likewise.
31474
31475         2006-03-11  Eric Blake  <ebb9@byu.net>,
31476                     Paul Eggert  <eggert@cs.ucla.edu>
31477
31478         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
31479         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
31480         drive prefix.
31481         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
31482         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
31483         (last_component): New method.
31484         * lib/dirname.c (dir_len): Determine when drive letters need a
31485         subsequent slash.  Preserve // when it is special.
31486         (dir_name): Don't append dot when drive letter is absolute.
31487         [TEST_DIRNAME]: Move into a full-blown gnulib test.
31488         * lib/basename.c (base_name): New semantics - malloc the result.
31489         Preserve // when it is special.  Preserve relative files that look
31490         like drive letters.
31491         (base_len): Preserve // when it is special.
31492         (last_component): New method, similar to old base_name semantics.
31493         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
31494         base_name.  Strip redundant slashes from ///.
31495
31496 2006-07-03  Jim Meyering  <jim@meyering.net>
31497
31498         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
31499         macro is used before the first cycle_check call.
31500
31501 2006-07-03  Eric Blake  <ebb9@byu.net>
31502
31503         * modules/dirname (Depends-on): Add xstrndup.
31504
31505 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31506
31507         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
31508         test cases, so that config.log is a bit easier to follow.
31509
31510 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31511
31512         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
31513         both are 64 bits, since this seems to be the tradition, and this
31514         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
31515         we ever run into a host that prefers long long to long in this
31516         case, we'll need another configure-time test.  Problem reported by
31517         Jim Meyering.
31518
31519 2006-07-02  Eric Blake  <ebb9@byu.net>
31520
31521         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
31522
31523 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31524
31525         * modules/inttypes (Depends-on): No longer depends on stdint.
31526         * modules/stdint (Description): Say more about assumptions.
31527         Say that the fast types might differ.  Say macros are used.
31528         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
31529         (Makefile.am): Revise list of substituted symbols to match
31530         new stdint.m4.
31531         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
31532         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
31533         * tests/test-stdint.c (verify_same_types)
31534         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
31535         the code conforms to C99/C89.
31536         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
31537         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
31538
31539 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31540
31541         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
31542         but fix a bug, by requiring at least 64 bits.
31543         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
31544         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
31545         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
31546         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
31547
31548         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
31549         changes.  Make 2.59 a prerequisite.  Check and substitute for
31550         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
31551         inttypes.h.  Do not use special include files; just use the
31552         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
31553         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
31554         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
31555         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
31556         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
31557         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
31558         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
31559         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
31560         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
31561         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
31562         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
31563         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
31564         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
31565         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
31566         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
31567         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
31568         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
31569         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
31570         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
31571         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
31572         WINT_MAX.  Check for C99 conformance more strictly, by detecting
31573         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
31574         not check for things that C99 does not require, e.g., int8_t.  If
31575         a test isn't needed unless <stdint.h> isn't working, and is
31576         unlikely to be needed for any other reason, then don't do it
31577         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
31578         size_t, since we assume C89 freestanding at least.  Do not check
31579         for sig_atomic_t, wchar_t, or wint_t, since the code now does
31580         the right thing even if the types are not defined.  Instead use:
31581         (gl_STDINT_TYPE_PROPERTIES): New macro.
31582         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
31583         testing whether <sys/types.h> clashes, as Autoconf does this for
31584         us now.  All uses removed.
31585         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
31586         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
31587         (gl_CHECK_TYPE_SAME):
31588         Remove; no longer needed.
31589         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
31590         exists, since we'll return 0 anyway in that case.
31591         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
31592
31593 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31594
31595         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
31596         possible collision with system files.
31597         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
31598         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
31599         WCHAR_MIN and WCHAR_MAX in this case.
31600         (<stddef.h>): Do not include; no longer needed.
31601         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
31602         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
31603         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
31604         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
31605         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
31606         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
31607         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
31608         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
31609         !defined(__c99))]: Include in this case too, since it's harmless
31610         now.
31611         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
31612         dangerous to do so.
31613         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
31614         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
31615         (_STDINT_MIN, _STDINT_MAX): New macros.
31616         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
31617         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
31618         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
31619         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
31620         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
31621         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
31622         macros, not typedefs; this simplifies things quite a bit.
31623         Use long int for all types narrower than int64_t.
31624         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
31625         Define in terms of long long int or int64_t or long int,
31626         not int64_t or int32_t.  This saves some compile-time testing.
31627         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
31628         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
31629         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
31630         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
31631         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
31632         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
31633         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
31634         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
31635         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
31636         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
31637         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
31638         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
31639         undef any previous version and define our own version, for
31640         simplicity and consistency with the new macros for types.
31641         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
31642         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
31643         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
31644         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
31645         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
31646         @WINT_T_SUFFIX@ to keep things simple here.
31647         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
31648         Simplify by assuming typical 8/16/32/64 host, since we're
31649         already doing that elsewhere anyway.
31650         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
31651         and assume long long int is 64 bits if available.  This
31652         speeds up 'configure'.
31653
31654 2006-07-01  Eric Blake  <ebb9@byu.net>
31655
31656         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
31657         Reported by Andreas Buening.
31658
31659 2006-07-01  Eric Blake  <ebb9@byu.net>
31660
31661         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
31662
31663 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
31664
31665         * lib/getaddrinfo.c: fixed typo
31666
31667 2006-06-29  Jim Meyering  <jim@meyering.net>
31668
31669         * modules/strftime (Maintainer): Add my name, since with the
31670         FPRINTFTIME changes strftime.c has forked from glibc.
31671
31672 2006-06-29  Eric Blake  <ebb9@byu.net>
31673
31674         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
31675
31676 2006-06-29  Eric Blake  <ebb9@byu.net>
31677
31678         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
31679
31680 2006-06-29  Eric Blake  <ebb9@byu.net>
31681
31682         * lib/stat_.h: New file.
31683
31684 2006-06-29  Eric Blake  <ebb9@byu.net>
31685
31686         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
31687         unused static function.
31688
31689 2006-06-29  Eric Blake  <ebb9@byu.net>
31690
31691         * doc/functions.texi (Function Portability): Document missing lstat
31692         on mingw.
31693
31694 2006-06-29  Eric Blake  <ebb9@byu.net>
31695
31696         * MODULES.html.sh: Add sys_stat.
31697         * modules/sys_stat: New module.
31698         * modules/mkstemp (Depends-on): Add sys_stat.
31699
31700 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31701
31702         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
31703
31704 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31705
31706         * m4/c-bs-a.m4: Removed.
31707
31708 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31709
31710         * lib/strftime.c: Assume strftime() exists.
31711
31712 2006-06-29  Derek Price  <derek@ximbiot.com>
31713
31714         * modules/c-bs-a: Removed - \a is C89.
31715         * MODULES.html.sh: Remove c-bs-a.
31716
31717 2006-06-29  Bruno Haible  <bruno@clisp.org>
31718
31719         * modules/wcwidth (License): Change to LGPL.
31720
31721 2006-06-28  Simon Josefsson  <jas@extundo.com>
31722
31723         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
31724         on _WIN32.
31725
31726         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
31727         getnameinfo.
31728
31729 2006-06-28  Simon Josefsson  <jas@extundo.com>
31730
31731         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
31732
31733 2006-06-28  Simon Josefsson  <jas@extundo.com>
31734
31735         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
31736         functions there.  It will succeed on Windows XP, but on Windows
31737         2000 and (presumably) earlier, it will fail, and use the internal
31738         re-implementation.
31739         (use_win32_p): New function.
31740         (getaddrinfo): Use strtoul on servname, to support numeric ports.
31741         Support AI_NUMERICSERV to disable getservbyname.
31742         (getnameinfo): New function, only supports
31743         NI_NUMERICHOST|NI_NUMERICSERV for now.
31744
31745         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
31746         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
31747         getnameinfo.
31748
31749 2006-06-28  Eric Blake  <ebb9@byu.net>
31750
31751         * modules/wcwidth: New file.
31752         * modules/mbchar (Depends-on): Add wcwidth.
31753         * modules/mbswidth (Depends-on): Add wcwidth.
31754         * MODULES.html.sh: Add wcwidth.
31755
31756 2006-06-28  Eric Blake  <ebb9@byu.net>
31757
31758         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
31759         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
31760
31761 2006-06-28  Eric Blake  <ebb9@byu.net>
31762
31763         * lib/xvasprintf.h: Fix comments.
31764
31765 2006-06-28  Eric Blake  <ebb9@byu.net>
31766
31767         * lib/mbchar.h (wcwidth): Include wcwidth.h.
31768         * lib/mbswidth.c (wcwidth): Move from here...
31769         * lib/wcwidth.h: ...to this new file.
31770
31771 2006-06-28  Derek R. Price  <derek@ximbiot.com>
31772
31773         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
31774
31775         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
31776         it's obsolete.
31777         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
31778
31779 2006-06-28  Derek R. Price  <derek@ximbiot.com>
31780
31781         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
31782         Autoconf 2.60 says this stuff was obsolete.
31783
31784 2006-06-28  Bruno Haible  <bruno@clisp.org>
31785
31786         * modules/wcwidth (Files): Add m4/wchar_t.m4.
31787
31788 2006-06-28  Bruno Haible  <bruno@clisp.org>
31789
31790         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
31791         gt_TYPE_WCHAR_T.
31792
31793 2006-06-28  Bruno Haible  <bruno@clisp.org>
31794
31795         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
31796         declaration for wcwidth.
31797         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
31798
31799 2006-06-28  Bruno Haible  <bruno@clisp.org>
31800
31801         * lib/mkdtemp.c [MINGW]: Include <io.h>.
31802         (mkdir): Define using _mkdir.
31803
31804 2006-06-28  Bruno Haible  <bruno@clisp.org>
31805
31806         * lib/getaddrinfo.h: Fix POSIX URL.
31807         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
31808         _WIN32.
31809         (use_win32_p): Make static.
31810         (getaddrinfo): Reject service name if it is empty or does not consist
31811         solely of decimal digits, or if its value is > 65535.
31812         (getnameinfo): Remove useless casts.
31813
31814 2006-06-27  Simon Josefsson  <jas@extundo.com>
31815
31816         * modules/sys_select: New file, suggested by Bruno Haible, Paul
31817         Eggert and Martin Lambers.
31818
31819 2006-06-27  Simon Josefsson  <jas@extundo.com>
31820
31821         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
31822         Eggert and Martin Lambers.
31823
31824 2006-06-27  Bruno Haible  <bruno@clisp.org>
31825
31826         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
31827         result to 0, not to empty.
31828         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
31829
31830 2006-06-27  Bruno Haible  <bruno@clisp.org>
31831
31832         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
31833
31834 2006-06-26  Simon Josefsson  <jas@extundo.com>
31835
31836         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
31837         present.
31838
31839 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
31840
31841         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
31842         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
31843         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
31844
31845 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
31846
31847         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
31848
31849 2006-06-26  Bruno Haible  <bruno@clisp.org>
31850
31851         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
31852
31853 2006-06-26  Bruno Haible  <bruno@clisp.org>
31854
31855         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
31856
31857 2006-06-26  Bruno Haible  <bruno@clisp.org>
31858
31859         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
31860         SGI C compiler in pre-C99 mode.
31861         Suggested by Mark D. Baushke and Larry Jones.
31862
31863 2006-06-26  Bruno Haible  <bruno@clisp.org>
31864
31865         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
31866         WCHAR_MAX.
31867         Reported by Mark D. Baushke and Larry Jones.
31868
31869 2006-06-26  Bruno Haible  <bruno@clisp.org>
31870
31871         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
31872         in pre-C99 mode.
31873         Suggested by Mark D. Baushke and Larry Jones.
31874
31875 2006-06-23  Simon Josefsson  <jas@extundo.com>
31876             Bruno Haible  <bruno@clisp.org>
31877
31878         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
31879         Emit mostlyclean-local rule.
31880         (func_emit_tests_Makefile_am): Likewise.
31881         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
31882
31883 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
31884
31885         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
31886
31887 2006-06-23  Bruno Haible  <bruno@clisp.org>
31888
31889         * tests/test-stdint.c: Update to match ISO C 99 Technical
31890         Corrigendum 1.
31891
31892 2006-06-23  Bruno Haible  <bruno@clisp.org>
31893
31894         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
31895
31896 2006-06-23  Bruno Haible  <bruno@clisp.org>
31897
31898         * lib/stdint_.h: Treat IRIX like OpenBSD.
31899
31900 2006-06-23  Bruno Haible  <bruno@clisp.org>
31901
31902         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
31903         ISO C 99 Technical Corrigendum 1.
31904
31905 2006-06-22  Simon Josefsson  <jas@extundo.com>
31906
31907         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
31908         MinGW.
31909
31910 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31911
31912         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
31913         needed.  Some compiler complained about some of them.  Problem reported
31914         by Larry Jones in
31915         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
31916
31917 2006-06-21  Simon Josefsson  <jas@extundo.com>
31918
31919         * tests/test-getaddrinfo.c: New file.
31920
31921         * modules/getaddrinfo-tests: New file.
31922
31923         * MODULES.html.sh: Add inet_pton.
31924
31925         * modules/inet_pton: New file.
31926
31927 2006-06-21  Simon Josefsson  <jas@extundo.com>
31928
31929         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
31930         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
31931         of using the (limited) gnulib implementation on Windows XP.
31932
31933         * m4/inet_pton.m4: New file.
31934
31935 2006-06-21  Simon Josefsson  <jas@extundo.com>
31936
31937         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
31938         variable.
31939
31940         * lib/socket_.h: Don't define WINVER.
31941
31942         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
31943         slightly modified to work in gnulib.
31944
31945 2006-06-21  Simon Josefsson  <jas@extundo.com>
31946
31947         * doc/gnulib.texi (Windows sockets): Add.
31948
31949 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
31950
31951         * lib/read-file.c (fread_file): Start with buffer allocation of
31952         0 bytes rather than 1 byte; this simplifies the code.
31953         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
31954         code to free buffer and save/restore errno.
31955         (internal_read_file): Remove unused local.
31956
31957 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
31958
31959         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
31960         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
31961         Problem reported by Denis Excoffier in
31962         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
31963
31964 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31965
31966         * modules/sys_socket, modules/socklen: Include sys/types since
31967         FreeBSD 4.x's sys/socket.h needs it.
31968
31969 2006-06-19  Simon Josefsson  <jas@extundo.com>
31970
31971         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
31972
31973 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
31974
31975         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
31976
31977 2006-06-19  Bruno Haible  <bruno@clisp.org>
31978
31979         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
31980         and FULL_PATH_INTTYPES_H in angle brackets.
31981         Reported by Mark D. Baushke <mdb@gnu.org>.
31982
31983 2006-06-17  Eric Blake  <ebb9@byu.net>
31984
31985         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
31986         errno.
31987
31988 2006-06-17  Bruno Haible  <bruno@clisp.org>
31989
31990         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
31991         <sys/inttypes.h>.
31992
31993 2006-06-17  Bruno Haible  <bruno@clisp.org>
31994
31995         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
31996         whether errno is declared. Assume <errno.h> declares errno.
31997
31998 2006-06-17  Bruno Haible  <bruno@clisp.org>
31999
32000         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
32001
32002 2006-06-17  Bruno Haible  <bruno@clisp.org>
32003
32004         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
32005         problem on Solaris 2.5.1.
32006
32007 2006-06-16  Eric Blake  <ebb9@byu.net>
32008
32009         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
32010         * lib/unicodeio.c [!defined errno]: Likewise.
32011         * lib/strtol.c [!defined errno]: Likewise.
32012         * lib/strtod.c [!defined errno]: Likewise.
32013
32014 2006-06-15  Eric Blake  <ebb9@byu.net>
32015
32016         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
32017
32018 2006-06-15  Eric Blake  <ebb9@byu.net>
32019
32020         * config/srclist.txt (ssize_t.m4): Lose sync.
32021
32022 2006-06-15  Bruno Haible  <bruno@clisp.org>
32023
32024         * modules/stdint (Files): Include m4/full-header-path.m4,
32025         m4/size_max.m4, m4/wchar_t.m4.
32026         (Makefile.am): Many more substitutions.
32027         * modules/stdint-tests: New file.
32028         * tests/test-stdint.c: New file.
32029
32030 2006-06-15  Bruno Haible  <bruno@clisp.org>
32031
32032         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
32033         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
32034         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
32035         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
32036         gl_CHECK_TYPE_SAME): New macros.
32037
32038 2006-06-15  Bruno Haible  <bruno@clisp.org>
32039
32040         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
32041
32042 2006-06-15  Bruno Haible  <bruno@clisp.org>
32043
32044         * lib/stdint_.h: Rewritten to be fully auto-configured.
32045         Fixes bug on HP-UX/IA64.
32046
32047 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
32048
32049         * lib/getdate.y (__attribute__): Don't define if already defined.
32050         Problem reported by Larry Jones.
32051         * lib/utimens.c (__attribute__): Likewise.
32052
32053 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
32054
32055         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
32056         reported by Andreas Schwab.
32057
32058 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32059             Bruno Haible  <bruno@clisp.org>
32060
32061         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
32062         check for the declaration of strnlen and a run test that exposes the
32063         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
32064         rpl_strndup.
32065
32066 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32067             Bruno Haible  <bruno@clisp.org>
32068
32069         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
32070
32071 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32072
32073         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
32074         compile test, for Tru64 4.0D.
32075
32076 2006-05-28  Karl Berry  <karl@gnu.org>
32077
32078         * config/srclist.txt (printf-args.c): lose sync.
32079
32080 2006-05-26  Martin Lambers  <marlam@marlam.de>
32081
32082         * lib/getpass.c: Updates the test for the native W32 API, and adds
32083         missing includes, thus fixing compilation warnings.
32084
32085 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
32086
32087         * lib/exclude.c (exclude_fnmatch): New function.
32088         (excluded_file_name): Call exclude_fnmatch.
32089         * lib/exclude.h (excluded_file_name): New prototype
32090
32091 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
32092
32093         * lib/tempname.c (small_open, large_open): New macros.
32094         (__open, __open64) [!_LIBC]: Remove.
32095         (__gen_tempname): Use small_open and large_open instead of __open
32096         and __open64.  This fixes a portability bug on HP-UX 11.11i
32097         reported by Simon Wing-Tang in
32098         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
32099
32100 2006-05-24  Bruno Haible  <bruno@clisp.org>
32101
32102         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
32103         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
32104         Reported by Thorsten Maerz <torte@netztorte.de> via
32105         Aaron Stone <aaron@serendipity.cx>.
32106
32107 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
32108
32109         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
32110         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
32111         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
32112         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
32113         not really conditional on the cache.
32114         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
32115
32116 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
32117
32118         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
32119         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
32120         (my_usleep): Don't mishandle maximum value.
32121
32122 2006-05-19  Jim Meyering  <jim@meyering.net>
32123
32124         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
32125
32126 2006-05-17  Bruno Haible  <bruno@clisp.org>
32127
32128         Cygwin portability.
32129         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
32130
32131 2006-05-17  Bruno Haible  <bruno@clisp.org>
32132
32133         * lib/stdint_.h: Fix recognition of Cygwin.
32134
32135 2006-05-15  Bruno Haible  <bruno@clisp.org>
32136
32137         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
32138         on libtool patch by Ralf Wildenhues.
32139
32140 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32141
32142         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
32143         test for C99 conformance; (bool) 0.5 is an integer constant
32144         expression, but (bool) -0.5 is not.  Problem reported by Fedor
32145         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
32146
32147 2006-05-11  Simon Josefsson  <jas@extundo.com>
32148
32149         * m4/xvasprintf.m4: Fix obvious typo.
32150
32151 2006-05-11  Jim Meyering  <jim@meyering.net>
32152
32153         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
32154         James Lemley.
32155
32156 2006-05-10  Simon Josefsson  <jas@extundo.com>
32157
32158         * lib/md4.c: Typo fix, update copyright years.
32159         (K1, K2): Don't use L because it turn computations into 64-bit on
32160         64-bit platforms.
32161
32162 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
32163
32164         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
32165         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
32166         unwanted sign propagation, e.g., on hosts with 64-bit int.
32167         There still are some problems with reeelly weird theoretical hosts
32168         (e.g., 33-bit int) but it's not worth worrying about now.
32169         * lib/sha1.c (rol): Likewise.
32170         (K1, K2, K3, K4): Remove unnecessary L suffix.
32171
32172 2006-05-10  Bruno Haible  <bruno@clisp.org>
32173
32174         * lib/des.c: Cast to avoid warnings.
32175
32176 2006-05-09  Bruno Haible  <bruno@clisp.org>
32177
32178         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
32179         (Depends-on): Depend also on xsize, stdarg.
32180         (configure.ac): Add gl_XVASPRINTF.
32181
32182 2006-05-09  Bruno Haible  <bruno@clisp.org>
32183
32184         * m4/xvasprintf.m4: New file.
32185
32186 2006-05-09  Bruno Haible  <bruno@clisp.org>
32187
32188         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
32189         (EOVERFLOW): Define fallback value.
32190         (xstrcat): New function.
32191         (xvasprintf): Recognize the special case of a string concatenation.
32192
32193 2006-05-08  Eric Blake  <ebb9@byu.net>
32194
32195         * gnulib-tool (func_version): Base copyright year on CVS date.
32196         (func_emit_copyright_notice): New function.
32197         (func_emit_lib_Makefile_am): Use it.
32198         (func_emit_tests_Makefile_am): Likewise.
32199         (func_import): Likewise.
32200
32201 2006-05-08  Bruno Haible  <bruno@clisp.org>
32202
32203         * modules/stdarg: New file.
32204         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
32205
32206 2006-05-08  Bruno Haible  <bruno@clisp.org>
32207
32208         * m4/stdarg.m4: New file, from GNU gettext.
32209
32210 2006-05-08  Bruno Haible  <bruno@clisp.org>
32211
32212         * config/srclist.txt (build-aux/config.rpath): different from latest
32213         release.
32214
32215 2006-05-08  Bruno Haible  <bruno@clisp.org>
32216
32217         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
32218
32219 2006-05-05  Jim Meyering  <jim@meyering.net>
32220
32221         * m4/warning.m4: New file, derived from bison's file by the same name.
32222
32223 2006-05-03  Bruno Haible  <bruno@clisp.org>
32224
32225         * lib/stdint_.h: Shorter URL.
32226         * lib/inttypes.h: Likewise.
32227
32228 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32229
32230         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
32231
32232 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32233
32234         * lib/verify.h: Document the internals better.  Most of this change
32235         was written by Bruno Haible.
32236
32237 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32238
32239         * doc/verify.texi: New file, partly based on a proposal by
32240         Bruno Haible.
32241
32242 2006-05-02  Bruno Haible  <bruno@clisp.org>
32243
32244         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
32245         test from here...
32246         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
32247
32248 2006-04-29  Bruno Haible  <bruno@clisp.org>
32249
32250         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
32251         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
32252
32253 2006-04-29  Bruno Haible  <bruno@clisp.org>
32254
32255         * gnulib-tool: Make --update option actually work.
32256
32257 2006-04-29  Bruno Haible  <bruno@clisp.org>
32258
32259         * doc/gcd.texi: New file.
32260         * doc/gnulib.texi: Include it.
32261
32262 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
32263
32264         * lib/getdate.y (get_date): When adding relative date, start with the
32265         initial time, not with the result of the first mktime call.
32266
32267 2006-04-25  Bruno Haible  <bruno@clisp.org>
32268
32269         * gnulib-tool (func_import): Output the include directives in three
32270         blocks, sorted separately.
32271         Reported by Ben Pfaff <blp@cs.stanford.edu>.
32272
32273 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
32274
32275         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
32276         to define main with arguments, for C++.  Reported by Eric Blake.
32277         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
32278         Prefer 'int main ()' to 'int main (void)', for C++.
32279         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
32280         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
32281         for 'main', for C99 and C++.
32282
32283 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
32284
32285         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
32286         Don't assume that exit status -1 is valid.
32287         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
32288         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
32289         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
32290         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
32291         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
32292         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
32293         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
32294         functions can be used without declaring them, or that you can
32295         exit with status -1.
32296         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
32297
32298 2006-04-24  Karl Berry  <karl@gnu.org>
32299
32300         * config/srclist.txt (longdouble.m4): sync lost.
32301
32302 2006-04-24  Eric Blake  <ebb9@byu.net>
32303
32304         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
32305
32306 2006-04-24  Bruno Haible  <bruno@clisp.org>
32307
32308         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
32309         poll() implementation in AIX.
32310         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32311
32312 2006-04-24  Bruno Haible  <bruno@clisp.org>
32313
32314         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
32315         assigned exactly once.
32316
32317 2006-04-23  Claudio Fontana  <claudio@gnu.org>
32318             Bruno Haible  <bruno@clisp.org>
32319
32320         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
32321         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
32322         for AM_CPPFLAGS.
32323
32324 2006-04-23  Bruno Haible  <bruno@clisp.org>
32325
32326         * modules/copy-file: Depend on unistd.
32327         * modules/execute: Likewise.
32328         * modules/fatal-signal: Likewise.
32329         * modules/findprog: Likewise.
32330         * modules/mkdtemp : Likewise.
32331         * modules/pipe: Likewise.
32332         * modules/wait-process: Likewise.
32333
32334 2006-04-23  Bruno Haible  <bruno@clisp.org>
32335
32336         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
32337         condition was already detected.
32338         Reported by Ben Pfaff <blp@cs.stanford.edu>.
32339
32340 2006-04-23  Bruno Haible  <bruno@clisp.org>
32341
32342         * lib/copy-file.c: Include <unistd.h> unconditionally.
32343         * lib/execute.c: Likewise.
32344         * lib/fatal-signal.c: Likewise.
32345         * lib/findprog.c: Likewise.
32346         * lib/mkdtemp.c: Likewise.
32347         * lib/pipe.h: Likewise.
32348         * lib/pipe.c: Likewise.
32349         * lib/wait-process.h: Likewise.
32350
32351 2006-04-23  Bruno Haible  <bruno@clisp.org>
32352
32353         * gnulib-tool (func_usage): Fix --import description. Document
32354         --update.
32355         (func_import): Create temporary file in a temporary directory, if
32356         --dry-run is specified. Silence errors from 'grep' when there are no
32357         m4 files in $m4dir.
32358         (func_create_testdir): Silence errors from 'grep' when there are no
32359         m4 files in $m4dir.
32360         Reported by Karl Berry <karl@freefriends.org>.
32361
32362 2006-04-20  Bruno Haible  <bruno@clisp.org>
32363
32364         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
32365         one argument, so that the code will be portable to Autoconf 2.60.
32366         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
32367         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
32368         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
32369
32370 2006-04-19  Derek Price  <derek@ximbiot.com>
32371             Eric Blake  <ebb9@byu.net>
32372
32373         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
32374         rather than "/full/path.h".  Update comment to match.  Shorten &
32375         generalize m4_translit call via AS_TR_CPP.
32376
32377 2006-04-19  Derek Price  <derek@ximbiot.com>
32378             Eric Blake  <ebb9@byu.net>
32379
32380         * lib/inttypes.h: Correct grammar in comment.
32381
32382 2006-04-18  Derek Price  <derek@ximbiot.com>
32383             Paul Eggert  <eggert@cs.ucla.edu>
32384
32385         * modules/inttypes: New file.
32386         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
32387
32388 2006-04-18  Derek Price  <derek@ximbiot.com>
32389             Paul Eggert  <eggert@cs.ucla.edu>
32390
32391         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
32392         New files.
32393
32394 2006-04-18  Derek Price  <derek@ximbiot.com>
32395             Paul Eggert  <eggert@cs.ucla.edu>
32396
32397         * lib/inttypes.h: New file.
32398         * lib/strtoimax.c: Assume <inttypes.h>.
32399
32400 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
32401
32402         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
32403         isn't mounted.  Problem reported by Kir Kolyshkin.
32404
32405 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
32406
32407         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
32408         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
32409         Derek R. Price.
32410         * lib/regex.h (RE_DUP_MAX): Update comment to match current
32411         implementation.
32412
32413 2006-04-12  Eric Blake  <ebb9@byu.net>
32414
32415         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
32416         is now done automatically by the corresponding Autoconf macro.
32417
32418 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
32419
32420         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
32421         time_r.h.
32422
32423 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32424
32425         Merge regex changes from libc, removing some of our
32426         POSIX-conformance changes that were rejected and redoing them in a
32427         less-intrusive way.
32428
32429         * lib/regcomp.c (re_compile_internal, init_dfa):
32430         Length arg is now size_t, not Idx.  All uses changed.
32431         (peek_token): Forward decl now says internal_function.
32432         (__re_error_msgid, __re_error_msgid_idx):
32433         Now static rather than extern with attribute_hidden.
32434         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
32435         For some reason libc prefers K&R style defns for external functions.
32436         (regerror) [!defined _LIBC]: Likewise.
32437         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
32438         (seek_collating_symbol_entry, lookup_collation_sequence_value):
32439         (build_range_exp, build_collating_symbol):
32440         Use K&R-style defn.
32441         (re_compile_fastmap): Use '\0' to memset, not 0.
32442         (utf8_sb_map): Make the calculations more obvious.
32443         (init_dfa, parse_bracket_exp, build_charclass_op):
32444         Call calloc and cast result, as glibc does.
32445         (init_word_char, fetch_token, peek_token, peek_token_bracket):
32446         (build_range_exp, build_collating_symbol):
32447         Now internal functions.
32448
32449         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
32450
32451         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
32452         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
32453         Don't depend on VMS; depend on __VMS instead, for POSIX
32454         namespace cleanness.
32455         (regoff_t): Define to ssize_t, not long int.
32456
32457         Remove the REG_ macros named below.  Instead, make the old names
32458         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
32459         __USE_GNU_REGEX.
32460         (REG_BACKSLASH_ESCAPE_IN_LISTS):
32461         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
32462         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
32463         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
32464         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
32465         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
32466         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
32467         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
32468         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
32469         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
32470         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
32471         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
32472         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
32473         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
32474         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
32475         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
32476         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
32477         (REG_NREGS):
32478         Remove.  All uses replaced by the old RE_* names.
32479         (RE_BACKSLASH_ESCAPE_IN_LISTS):
32480         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
32481         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
32482         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
32483         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
32484         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
32485         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
32486         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
32487         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
32488         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
32489         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
32490         Don't bother having these macros be independent of each others'
32491         values, since they no longer exist in the POSIX name space.
32492
32493         Rename the following member names back to their old names,
32494         unless !__USE_GNU_REGEX.  All uses changed back.
32495         (buffer): Renamed from re_buffer.
32496         (allocated): Renamed from re_allocated.
32497         (used): Renamed from re_used.
32498         (syntax): Renamed from re_syntax.
32499         (fastmap): Renamed from re_fastmap.
32500         (translate): Renamed from re_translate.
32501         (can_be_null): Renamed from re_can_be_null.
32502         (regs_allocated): Renamed from re_regs_allocated.
32503         (fastmap_accurate): Renamed from re_fastmap_accurate.
32504         (no_sub): Renamed from re_no_sub.
32505         (not_bol): Renamed from re_not_bol.
32506         (not_eol): Renamed from re_not_eol.
32507         (newline_anchor): Renamed from re_newline_anchor.
32508         (num_regs): Renamed from rm_num_regs.
32509         (start): Renamed from rm_start.
32510         (end): Renamed from rm_end.
32511
32512         (free_state): Move up a bit.
32513
32514         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
32515         #define to be empty.
32516         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
32517         when that is what is intended.
32518         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
32519         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
32520         (MAX): New macro.
32521         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
32522         All uses changed back to re_malloc, etc.  It's now the caller's
32523         responsibility to check for overflow; all callers changed.
32524         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
32525         (re_x2nrealloc): Remove.
32526         (free_state): Remove decl.
32527
32528         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
32529         (re_set_registers, re_exec):
32530         Use K&R-style defn.
32531
32532         2006-01-31  Roland McGrath  <roland@redhat.com>
32533
32534         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
32535         Reported by Mike Frysinger <vapier@gentoo.org>.
32536
32537         2006-01-15  Andreas Jaeger  <aj@suse.de>
32538
32539         [BZ #1950]
32540         * lib/regex_internal.c (re_string_reconstruct): Adjust for
32541         build_wcs_upper_buffer change.
32542         (build_wcs_upper_buffer): Change return type.
32543
32544         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
32545
32546         * lib/regex_internal.h: Include <stdint.h> if available.
32547
32548         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
32549
32550         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
32551
32552         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
32553
32554         * lib/regcomp.c: Adjust for changed secondary hash function.
32555
32556         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
32557
32558         * lib/regex.h: Pretty printing.
32559         Clean up namespace a bit.
32560
32561         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
32562
32563         * lib/regexec.c (update_cur_sifted_state, check_arrival,
32564         check_arrival_add_next_nodes): Avoid using uninitialized variable.
32565
32566         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32567                     Ulrich Drepper  <drepper@redhat.com>
32568
32569         [BZ #1302]
32570         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
32571         changed.
32572         (bitset_word_t): Renamed from bitset_word.  All uses changed.
32573
32574         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
32575
32576         [BZ #281]
32577         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
32578         * lib/regcomp.c: Remove unnecessary uses of
32579         unsigned RE_TRANSLATE_TYPE.
32580         * lib/regex_internal.h: Likewise.
32581         * lib/regex_internal.c: Likewise.
32582         * lib/regexec.c: Likewise.
32583         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
32584
32585         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
32586
32587         * lib/regexec.c (find_recover_state): Remove unnecessary
32588         initialization.
32589         (transit_state_bkref): Make DFA a const pointer.
32590         (get_subexp): Likewise.
32591         (check_arrival): Likewise.
32592         (update_cur_sifted_state): Likewise.
32593         (re_search_internal): Likewise.
32594         (prune_impossible_nodes): Likewise.
32595         (acquire_init_state_context): Likewise.
32596         (proceed_next_node): Likewise.
32597         (set_regs): Likewise.
32598         (free_fail_stack_return): Likewise.
32599         (check_arrival_expand_ecl): Mark DFA parameter as const.
32600         (check_arrival_expand_ecl_sub): Likewise.
32601         (check_subexp_limits): Likewise.
32602         (sub_epsilon_src_nodes):  Likewise.
32603         (add_epsilon_src_nodes):  Likewise.
32604         (merge_state_array): Likewise.
32605         (update_regs): Likewise.
32606         (build_trtable): Likewise.
32607         (sift_states_backward): Mark MCTX parameter as const.
32608         (build_sifted_states): Likewise.
32609         (update_cur_sifted_state): Likewise.
32610         (sift_states_mkref): Likewise.
32611         (check_arrival_expand_ecl): Mark eclosure as const.
32612         (check_dst_limits_calc_pos_1): Likewise.
32613         * lib/regex_internal.h (re_match_context_t): Make dfa a const
32614         pointer.
32615
32616         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
32617
32618         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
32619         (transit_state_sb): Likewise.
32620         (transit_state_mb): Likewise.
32621         (sift_states_iter_mb): Likewise.
32622         (check_arrival_add_next_nodes): Likewise.
32623         (check_node_accept_bytes): Change first parameter to pointer-to-const.
32624         [_LIBC] (re_search_2_stub): Use mempcpy.
32625
32626         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
32627         mbrtowc for very simple UTF-8 case.
32628
32629         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
32630         a pointer-to-const.
32631         (re_acquire_state_context): Likewise.
32632         * lib/regex_internal.h: Adjust prototypes.
32633
32634         * lib/regex.c: Prevent using C++ compilers.
32635
32636         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
32637         (re_acquire_state_context): Likewise.
32638
32639 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32640
32641         * modules/regex (Depends-on): Add ssize_t.
32642
32643 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32644
32645         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
32646         translation table.
32647
32648 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32649
32650         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
32651
32652 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
32653             Bruno Haible  <bruno@clisp.org>
32654
32655         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
32656         <sys/types.h> and <inttypes.h>.
32657
32658 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32659
32660         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
32661         `__error_t_defined', so argp.h will not typedef the former.
32662
32663 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
32664
32665         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
32666         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
32667         glibc names.  Even if glibc is changed to conform to POSIX, the
32668         traditional names will be available anyway, since regex depends on
32669         the extensions module.  Also, fix a longstanding typo in the
32670         implementation of Spencer ERE test #75 from grep 2.3.  Problems
32671         reported by Emanuele Giaquinta.  Also, change sense of cached
32672         variable, so that the message makes sense.
32673
32674 2006-03-24  Simon Josefsson  <jas@extundo.com>
32675
32676         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
32677         including some doc fixes.
32678         (base64_encode_alloc): Fix +1 bug on allocation failures.
32679
32680 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32681
32682         * lib/base64.c (base64_encode): Do not read past end of array with
32683         unsanitized input on systems with CHAR_BIT > 8.
32684
32685 2006-03-24  Eric Blake  <ebb9@byu.net>
32686
32687         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
32688
32689 2006-03-22  Karl Berry  <karl@gnu.org>
32690
32691         * config/srclist.txt (*setenv.[ch]): get from coreutils.
32692         * config/srclistvars.sh (COREUTILS): new var.
32693
32694 2006-03-17  Jim Meyering  <jim@meyering.net>
32695
32696         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
32697         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
32698
32699 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
32700
32701         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
32702         no longer needs it.  Instead, check that regoff_t is as least
32703         as wide as ptrdiff_t.
32704
32705         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
32706         so that our regex.h stays compatible with the installed regex.
32707         This is helpful for installers who configure --without-included-regex.
32708         Problem reported by Emanuele Giaquinta.
32709
32710 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
32711
32712         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
32713         Typedef to long int, not to off_, as POSIX will likely change
32714         in that direction.
32715
32716 2006-03-15  Eric Blake  <ebb9@byu.net>
32717
32718         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
32719
32720 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
32721
32722         * lib/argp-help.c (validate_uparams): Fix typo
32723         * lib/argp-parse.c (argp_default_options): Consistently begin help
32724         messages with a lowercase letter.
32725
32726 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
32727
32728         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
32729         overrun buffers and shouldn't be used (much as gets shouldn't be
32730         used).
32731         * lib/time_r.c (asctime_r, ctime_r): Likewise.
32732
32733 2006-03-08  Simon Josefsson  <jas@extundo.com>
32734
32735         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
32736         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32737
32738 2006-03-08  Simon Josefsson  <jas@extundo.com>
32739
32740         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
32741         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32742
32743 2006-03-08  Simon Josefsson  <jas@extundo.com>
32744
32745         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
32746         signal that configure disabled the device.
32747
32748 2006-03-08  Simon Josefsson  <jas@extundo.com>
32749
32750         * build-aux/maint.mk: Fix refresh-po, to handle no translated
32751         languages.
32752
32753 2006-03-07  Simon Josefsson  <jas@extundo.com>
32754
32755         * modules/getopt (Depends-on): Add unistd.
32756
32757         * modules/unistd: New file.
32758
32759 2006-03-07  Simon Josefsson  <jas@extundo.com>
32760
32761         * modules/gc-random: New file.
32762
32763 2006-03-07  Simon Josefsson  <jas@extundo.com>
32764
32765         * m4/unistd_h.m4: New file.
32766
32767 2006-03-07  Simon Josefsson  <jas@extundo.com>
32768
32769         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
32770         test to be side-effect free by storing the result in the cache
32771         variable gl_cv_lib_readline, and moving the assignment of
32772         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
32773         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32774
32775 2006-03-07  Simon Josefsson  <jas@extundo.com>
32776
32777         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
32778         error on missing devices (the functions will return an error).
32779
32780         * m4/gc.m4: Move random stuff to gc-random.m4
32781
32782 2006-03-07  Simon Josefsson  <jas@extundo.com>
32783
32784         * lib/unistd_.h: New file.
32785
32786 2006-03-07  Simon Josefsson  <jas@extundo.com>
32787
32788         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
32789
32790 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32791
32792         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
32793         Problem reported by Juan Manuel Guerrero.
32794
32795 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32796
32797         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
32798         the unistd module.
32799         * lib/getlogin_r.c: Likewise.
32800         * lib/getlogin_r.h: Likewise.
32801         * lib/glob.c: Likewise.
32802         * lib/pagealign_alloc.c: Likewise.
32803         * lib/unistd_.h: Remove; no longer needed.
32804
32805 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32806
32807         * MODULES.html.sh (Support for systems lacking POSIX:2001):
32808         Add unistd.
32809         * modules/c-stack (Depends-on): Add unistd.
32810         * modules/getlogin_r: Likewise.
32811         * modules/glob: Likewise.
32812         * modules/pagealign_alloc: Likewise.
32813         * modules/unistd (Files): Remove lib/unistd_.h.
32814         (EXTRA_DIST): Remove.
32815         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
32816         need unistd_.h.
32817         (MOSTLYCLEANFILES): Remove unistd.h-t.
32818
32819 2006-03-03  Simon Josefsson  <jas@extundo.com>
32820
32821         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
32822
32823 2006-03-03  Simon Josefsson  <jas@extundo.com>
32824
32825         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
32826         libidn and bison.
32827
32828 2006-03-03  Simon Josefsson  <jas@extundo.com>
32829
32830         * build-aux/maint.mk: Add indent target.
32831
32832 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
32833
32834         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
32835         our replacement poll.h in any case, to avoid a differing
32836         declaration from a system header.  Seen on AIX.
32837
32838 2006-03-01  Simon Josefsson  <jas@extundo.com>
32839
32840         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
32841         <kasal@ucw.cz>.
32842
32843 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32844
32845         * modules/gettime (Depends-on): Add extensions module.
32846         * modules/nanosleep (Depends-on): Likewise.
32847         * modules/settime (Depends-on): Likewise.
32848
32849 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32850
32851         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
32852         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
32853         pedantically.
32854         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
32855         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
32856
32857         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
32858         not "==".  Reported by Ralf Wildenhues.
32859
32860 2006-03-01  Karl Berry  <karl@gnu.org>
32861
32862         * doc/Copyright/request-*: new files, synced from gnuorg.
32863
32864 2006-03-01  Karl Berry  <karl@gnu.org>
32865
32866         * config/srclist.txt (Copyright/*): new entries.
32867
32868 2006-02-28  Simon Josefsson  <jas@extundo.com>
32869
32870         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
32871
32872 2006-02-27  Simon Josefsson  <jas@extundo.com>
32873
32874         * lib/base64.h: Indent #define's.  From Jim Meyering
32875         <jim@meyering.net>.
32876
32877 2006-02-27  Jim Meyering  <jim@meyering.net>
32878
32879         Revert the change of 2006-02-24, so these files can continue
32880         to be sync'd from gettext.
32881         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
32882         of `config.h'.
32883
32884 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32885
32886         * modules/intprops: New file.
32887         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
32888         Add intprops.
32889         * modules/getloadavg (Files): Remove lib/intprops.h.
32890         (Depends-on): Add intprops.
32891         * modules/human: Likewise.
32892         * modules/inttostr: Likewise.
32893         * modules/openat: Likewise.
32894         * modules/sig2str: Likewise.
32895         * modules/userspec: Likewise.
32896         * modules/utimecmp: Likewise.
32897         * modules/xnanosleep: Likewise.
32898         * modules/xstrtol: Likewise.
32899
32900 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
32901
32902         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
32903         * modules/lock-tests (TESTS): Use $(EXEEXT).
32904         * modules/tls-tests: Likewise.
32905         * modules/argp-tests: Likewise.
32906         (check_PROGRAMS): New var, replacing...
32907         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
32908
32909 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32910
32911         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
32912         `config.h'.
32913
32914 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
32915
32916         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
32917
32918 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32919
32920         Sync from coreutils.
32921         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
32922         gl_CHDIR_SAFER.
32923
32924 2006-02-22  Jim Meyering  <jim@meyering.net>
32925
32926         Sync from coreutils.
32927         * m4/chdir-safer.m4: New file.
32928
32929 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
32930
32931         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
32932         AT_FDCWD exceeds INT_MAX.
32933         * lib/openat.h (AT_FDCWD): Likewise.
32934
32935 2006-02-17  Eric Blake  <address@hidden>
32936
32937         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
32938
32939 2006-02-16  Simon Josefsson  <jas@extundo.com>
32940
32941         * modules/getaddrinfo (Depends-on): Add sys_socket.
32942
32943 2006-02-15  Simon Josefsson  <jas@extundo.com>
32944
32945         * build-aux/maint.mk: Add dsyntax-check rule.
32946
32947 2006-02-15  Eric Blake  <ebb9@byu.net>
32948
32949         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
32950         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
32951         'present but cannot compile' warnings on cygwin.
32952         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
32953         use ws2tcpip.h if sys/socket.h works.
32954         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
32955         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
32956
32957 2006-02-14  Simon Josefsson  <jas@extundo.com>
32958
32959         * modules/maintainer-makefile (Files): Rename.
32960
32961         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
32962         and (the local) Makefile.cfg to maint-cfg.mk.
32963
32964         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
32965         to the latter.
32966
32967         * modules/maintainer-makefile: New module.
32968
32969         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
32970         severaly stripped to make it possible to build it up from scratch
32971         with reliable tests.
32972
32973         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
32974         fixes to permit overriding the default actions when configure and
32975         makefile are not available.
32976
32977 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
32978
32979         Sync from coreutils.
32980         * modules/lstat (Depends-on): Don't depend on xalloc.
32981         (License): Change from GPL to LGPL, since this is now simply a
32982         replacement for a libc function.
32983
32984 2006-02-14  Jim Meyering  <jim@meyering.net>
32985
32986         Sync from coreutils.
32987
32988         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
32989         failure on deficient systems, and simplify gnulib lgpl dependencies.
32990         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
32991         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
32992
32993         * lib/xalloc-die.c: Remove unused definition of N_.
32994
32995 2006-02-14  Jim Meyering  <jim@meyering.net>
32996
32997         Sync from coreutils.
32998         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
32999         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
33000         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
33001         double-quote uses of that variable, to accommodate the rare case in
33002         which getmntent is available in none of the libraries checked.  This
33003         happens at least on FreeBSD 5.0.
33004
33005 2006-02-13  Simon Josefsson  <jas@extundo.com>
33006
33007         * gnulib-tool (Usage): Fix --import, from
33008         karl@freefriends.org (Karl Berry).
33009
33010 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
33011
33012         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
33013
33014 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
33015
33016         * lib/argp-namefrob.h: Restore changes accidentally lost during the
33017         "autoupdate" on 2005-12-12.
33018
33019 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
33020
33021         * modules/closeout (Depends-on): Remove atexit.
33022
33023 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
33024
33025         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
33026         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
33027
33028 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
33029
33030         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
33031         __EXTENSIONS__ if this causes compilation to fail.  Problem
33032         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
33033         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
33034
33035 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
33036
33037         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
33038         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
33039         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
33040         All uses changed.
33041
33042 2006-01-26  Simon Josefsson  <jas@extundo.com>
33043
33044         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
33045         prototype is visible on mingw32.
33046
33047         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
33048         for mingw32.
33049
33050         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
33051         mingw32).
33052
33053 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
33054
33055         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
33056         attempt to open for write; this always fails, at least on POSIX
33057         hosts.  This reinstates the 2006-01-09 change, which was
33058         inadvertently removed.
33059
33060 2006-01-26  Bruno Haible  <bruno@clisp.org>
33061
33062         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
33063         Reported by Paul Eggert.
33064
33065 2006-01-26  Bruno Haible  <bruno@clisp.org>
33066             Paul Eggert  <eggert@cs.ucla.edu>
33067
33068         * lib/stdbool_.h (_Bool)
33069         [(! (defined __cplusplus || defined __BEOS__)
33070           && !defined __GNUC__
33071           && !(defined __HP_cc || defined __xlc__
33072                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
33073                || defined __sgi))]:
33074         #define to signed char in these cases too; this simplifies
33075         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
33076         etc., separately) and makes it more conservative.
33077
33078 2006-01-25  Simon Josefsson  <jas@extundo.com>
33079
33080         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
33081         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
33082         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
33083
33084 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
33085
33086         * lib/argp-namefrob.h: Bugfix. Remove stray #
33087
33088 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
33089
33090         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
33091         so that we test the test.
33092         Check for yet another HP-UX cc bug involving *bool |= bool.
33093
33094 2006-01-25  Karl Berry  <karl@gnu.org>
33095
33096         * config/srclist.txt (vasnprintf.c): sync lost.
33097
33098 2006-01-25  Jim Meyering  <jim@meyering.net>
33099
33100         Sync from the stable (b5) branch of coreutils:
33101
33102         * lib/fts.c (fts_children): Don't let close() clobber errno from
33103         failed fchdir().
33104
33105         * lib/fts.c (fts_stat): When following a symlink-to-directory,
33106         don't necessarily interpret stat-fails+lstat-succeeds as indicating
33107         a dangling symlink.  That can also happen at least for ELOOP.
33108         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
33109         FYI, this bug predates the inclusion of fts.c in coreutils.
33110
33111         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
33112         in their own block, so pre-c99 compilers don't object.
33113
33114         Avoid the double-free (first in fts_read, second in fts_close) that
33115         would occur when an `active' directory is made inaccessible (e.g.,
33116         via chmod a-x) during a traversal.
33117         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
33118         before returning.  Reproduce this failure by
33119         mkdir -p a/b; cd a; chmod a-x . b
33120         Reported by Stavros Passas.
33121
33122 2006-01-25  Jim Meyering  <jim@meyering.net>
33123
33124         * lib/fileblocks.c: Remove more useless parentheses.
33125         * lib/readutmp.h: Likewise.
33126
33127 2006-01-25  Bruno Haible  <bruno@clisp.org>
33128
33129         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
33130         warnings.
33131         Reported by Paul Eggert.
33132
33133 2006-01-25  Bruno Haible  <bruno@clisp.org>
33134
33135         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
33136         rid of a trap command. For Solaris sh.
33137         Reported by Mark D. Baushke <mdb@gnu.org>.
33138
33139 2006-01-24  Simon Josefsson  <jas@extundo.com>
33140
33141         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
33142         Bruno.
33143
33144 2006-01-24  Karl Berry  <karl@gnu.org>
33145
33146         * config/srclist.txt (argp-namefrob.h): sync lost.
33147
33148 2006-01-24  Jim Meyering  <jim@meyering.net>
33149
33150         * modules/openat (Files): Add lib/intprops.h.
33151         From Mark D. Baushke.
33152
33153 2006-01-24  Jim Meyering  <jim@meyering.net>
33154
33155         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
33156         Reported by Mark D. Baushke.
33157
33158 2006-01-24  Jim Meyering  <jim@meyering.net>
33159
33160         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
33161
33162 2006-01-24  Bruno Haible  <bruno@clisp.org>
33163
33164         * modules/strnlen (Maintainer): Change from glibc to all.
33165
33166 2006-01-24  Bruno Haible  <bruno@clisp.org>
33167
33168         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
33169         Patch by Paul Eggert.
33170
33171 2006-01-24  Bruno Haible  <bruno@clisp.org>
33172
33173         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
33174         already has it.
33175         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
33176         2005-11-26.
33177
33178         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
33179         'signed char' to avoid problems with the built-in _Bool type.
33180         Reported by Paul Eggert on 2005-11-26.
33181
33182 2006-01-24  Bruno Haible  <bruno@clisp.org>
33183
33184         * gnulib-tool (func_import): Avoid constructing complicated sed
33185         expressions inside backquote.
33186         Report and solution by Mark D. Baushke <mdb@gnu.org>.
33187
33188 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
33189
33190         These changes imported from libc.
33191         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
33192         test and two separate function calls.
33193         * lib/strndup.c (__strndup): Add libc_hidden_def.
33194
33195 2006-01-23  Simon Josefsson  <jas@extundo.com>
33196
33197         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
33198         Remove the test_*_SOURCES variable: automake infers it by default.
33199         * modules/tls-tests: Likewise.
33200
33201 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33202
33203         Work around porting bugs reported by Dieter in
33204         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
33205         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
33206         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
33207         Include "getopt.h" first, to check interface.
33208         (getenv): Declare only if defined HAVE_DECL_GETENV &&
33209         !HAVE_DECL_GETENV.
33210         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
33211         (__strndup): Revert to K&R-style function dfns, the glibc style.
33212         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
33213         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
33214         Include strnlen.h first, to get prototype properly.
33215         (strnlen): Renamed from __strnlen.
33216         Remove weak alias.
33217
33218 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33219
33220         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
33221
33222 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33223
33224         * config/srclist.txt: Adjust to reflect glibc reorganization.
33225         This affects only comments.
33226
33227 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
33228
33229          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
33230          Reported by Bruce Korb <bkorb@gnu.org>.
33231
33232 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
33233
33234         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
33235         to pacify gcc -Wswitch-default.
33236
33237 2006-01-22  Bruno Haible  <bruno@clisp.org>
33238
33239         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
33240         temporary buffer for sprintf, take into account the precision also
33241         for 'd', 'i', 'u', 'o', 'x', 'X'.
33242
33243 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
33244
33245         * modules/argp-tests: New module
33246         * tests/test-argp.c: New file
33247         * tests/test-argp-2.sh: New file
33248
33249 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
33250
33251         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
33252         (__argp_base_name): Removed
33253         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
33254         typo.
33255         (__argp_base_name): Provide macro definition or extern declaration
33256         depending on the configuration
33257
33258 2006-01-20  Simon Josefsson  <jas@extundo.com>
33259
33260         * modules/inet_ntop (Depends-on): Depend on sys_socket.
33261
33262 2006-01-20  Simon Josefsson  <jas@extundo.com>
33263
33264         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
33265
33266 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33267
33268         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
33269         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
33270         Suggested by Bruno Haible.
33271
33272 2006-01-20  Karl Berry  <karl@gnu.org>
33273
33274         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
33275         until changes propagate, I guess.
33276
33277 2006-01-19  Simon Josefsson  <jas@extundo.com>
33278
33279         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
33280
33281 2006-01-19  Simon Josefsson  <jas@extundo.com>
33282
33283         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
33284
33285 2006-01-19  Simon Josefsson  <jas@extundo.com>
33286
33287         * gnulib-tool: Set check_PROGRAMS.
33288
33289         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
33290         modules/des-tests, modules/gc-arcfour-tests,
33291         modules/gc-arctwo-tests, modules/gc-des-tests,
33292         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
33293         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
33294         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
33295         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
33296         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
33297         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
33298         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
33299         test_*_SOURCES.
33300
33301 2006-01-18  Simon Josefsson  <jas@extundo.com>
33302
33303         * modules/socklen (Depends-on): Depend on sys_socket.
33304
33305 2006-01-18  Simon Josefsson  <jas@extundo.com>
33306
33307         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
33308         modules/des-tests, modules/gc-arcfour-tests,
33309         modules/gc-arctwo-tests, modules/gc-des-tests,
33310         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
33311         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
33312         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
33313         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
33314         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
33315         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
33316         $(EXEEXT) to automake TESTS variable, for mingw32.
33317
33318 2006-01-17  Simon Josefsson  <jas@extundo.com>
33319
33320         * modules/socklen (Include): Need sys/socket.h.
33321
33322 2006-01-17  Bruno Haible  <bruno@clisp.org>
33323
33324         * modules/ssize_t (Include): Add <sys/types.h>.
33325
33326 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
33327
33328         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
33329         it's not portable and it doesn't work with cross-compiles.
33330         Problem reported by Bruno Haible.  Fix missing-$ typo in
33331         'test "gl_cv_ignore_unused_libraries" ...' that prevented
33332         -zignore from being used with Sun's C compiler.
33333
33334 2006-01-12  Simon Josefsson  <jas@extundo.com>
33335
33336         * lib/base64.c: Fix warning, reported by Bruno Haible
33337         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
33338
33339 2006-01-12  Bruno Haible  <bruno@clisp.org>
33340
33341         * modules/ldd: New file.
33342         * build-aux/ldd.sh.in: New file.
33343         * MODULES.html.sh (Support for building libraries and executables): Add
33344         ldd.
33345
33346 2006-01-12  Bruno Haible  <bruno@clisp.org>
33347
33348         * m4/ldd.m4: New file.
33349
33350 2006-01-12  Bruno Haible  <bruno@clisp.org>
33351
33352         * gnulib-tool (func_import, func_create_testdir): Don't go into an
33353         endless loop while replacing $auxdir with build-aux.
33354
33355 2006-01-11  Simon Josefsson  <jas@extundo.com>
33356
33357         * lib/stdint_.h (SIZE_MAX): Add missing (.
33358
33359 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
33360
33361         Sync from coreutils.
33362         * lib/md5.c: Fix commentary typos.
33363         (alignof, UNALIGNED_P): No need for a GCC-specific version.
33364         * lib/md5.h (__attribute__): Remove; unused.
33365         * lib/sha1.c: Fix commentary to match md5 better.
33366         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
33367         so that we don't need to worry about alignment.  All uses changed.
33368         This merges the 2005-10-28 md5 change into sha1.
33369
33370 2006-01-11  Jim Meyering  <jim@meyering.net>
33371
33372         Sync from coreutils.
33373         * lib/md5.c (OP): Fix spacing.
33374
33375 2006-01-11  Bruno Haible  <bruno@clisp.org>
33376
33377         Ensure automatic ordering between gl_LOCK and gl_ARGP.
33378         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
33379         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
33380
33381 2006-01-11  Bruno Haible  <bruno@clisp.org>
33382
33383         Ensure automatic ordering between gl_LOCK and gl_ARGP.
33384         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
33385         the "early" section as well.
33386
33387 2006-01-11  Bruno Haible  <bruno@clisp.org>
33388
33389         Avoid "ar: no archive members specified" error on MacOS X.
33390         * gnulib-tool (func_modules_add_dummy): New function.
33391         (func_import, func_create_testdir): Invoke it.
33392
33393 2006-01-11  Bruno Haible  <bruno@clisp.org>
33394
33395         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
33396         with $auxdir in AC_CONFIG_FILES statements.
33397
33398 2006-01-11  Bruno Haible  <bruno@clisp.org>
33399
33400         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33401         Initialize also noinst_HEADERS to empty.
33402
33403 2006-01-11  Bruno Haible  <bruno@clisp.org>
33404
33405         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
33406         variables.
33407         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
33408         autoreconf.
33409
33410 2006-01-11  Bruno Haible  <bruno@clisp.org>
33411
33412         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
33413         overridable by the user.
33414         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33415
33416 2006-01-10  Simon Josefsson  <jas@extundo.com>
33417
33418         * modules/sys_socket: New file.
33419
33420 2006-01-10  Simon Josefsson  <jas@extundo.com>
33421
33422         * m4/sys_socket_h.m4: New file.
33423
33424 2006-01-10  Simon Josefsson  <jas@extundo.com>
33425
33426         * lib/socket_.h: New file.
33427
33428 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33429
33430         * modules/readutmp (Maintainer): Add myself.
33431
33432 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33433
33434         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
33435         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
33436         People who are still concerned with buggy memcmp implementations
33437         can invoke gl_FUNC_MEMCMP themselves.
33438
33439 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33440
33441         * lib/regex_internal.h (BITSET_WORD_BITS):
33442         Work around a bug in 64-bit PGC (before version 6.1-2), where the
33443         preprocessor mishandles large unsigned values as if they were signed.
33444         Problem reported by Claudio Fontana in
33445         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
33446
33447 2006-01-10  Jim Meyering  <jim@meyering.net>
33448
33449         Avoid the double-free (first in fts_read, second in fts_close) that
33450         would occur when an `active' directory is made inaccessible (e.g.,
33451         via chmod a-x) during a traversal.
33452         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
33453         before returning.  Reproduce this failure by
33454         mkdir -p a/b; cd a; chmod a-x . b
33455         Reported by Stavros Passas.
33456
33457         Sync from coreutils.
33458         * lib/sha1.c: Tweak grammar in a comment.
33459
33460 2006-01-10  Jim Meyering  <jim@meyering.net>
33461
33462         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
33463         Patch by Joerg Sonnenberger.
33464
33465 2006-01-10  Bruno Haible  <bruno@clisp.org>
33466
33467         * modules/readutmp: Depend on module free.
33468         * modules/strtok_r: Depend on module restrict.
33469
33470 2006-01-10  Bruno Haible  <bruno@clisp.org>
33471
33472         * modules/gettext (configure.ac): Add an invocation of
33473         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
33474
33475 2006-01-10  Bruno Haible  <bruno@clisp.org>
33476
33477         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
33478         Reported by Werner Lemberg <wl@gnu.org>.
33479
33480 2006-01-10  Bruno Haible  <bruno@clisp.org>
33481
33482         * lib/localcharset.c: Update from GNU gettext.
33483
33484 2006-01-10  Bruno Haible  <bruno@clisp.org>
33485
33486         * lib/argp.h (__const): Remove macro. Use const instead.
33487         * lib/argp-fmtstream.h (__const): Likewise.
33488         * lib/glob_.h (__const): Remove macro.
33489         * lib/glob-libc.h: Use const instead of __const.
33490
33491 2006-01-10  Bruno Haible  <bruno@clisp.org>
33492
33493         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
33494         variable.
33495         Needed to avoid an automake error regarding the 'gettext' module.
33496
33497 2006-01-09  Simon Josefsson  <jas@extundo.com>
33498
33499         * modules/inet_ntop (Depends-on): Add restrict.
33500
33501 2006-01-09  Simon Josefsson  <jas@extundo.com>
33502
33503         * modules/gc-rijndael-tests (License): Put under LGPL.
33504
33505         * modules/gc-des-tests (License): Likewise.
33506
33507         * modules/gc-arcfour-tests (License): Likewise.
33508
33509         * modules/gc-arctwo-tests (License): Likewise.
33510
33511         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
33512
33513         * modules/gc-hmac-sha1-tests (Files): Likewise.
33514
33515         * modules/gc-hmac-md5-tests (License): Likewise.
33516
33517         * modules/gc-sha1-tests (License): Likewise.
33518
33519         * modules/gc-md5-tests (License): Likewise.
33520
33521         * modules/gc-md4-tests (License): Likewise.
33522
33523         * modules/gc-md2-tests (License): Likewise.
33524
33525         * modules/gc-tests (License): Likewise.
33526
33527         * modules/des-tests (License): Likewise.
33528
33529         * modules/md4-tests (License): Likewise.
33530
33531         * modules/md2-tests (License): Likewise.
33532
33533 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33534
33535         Sync from coreutils:
33536
33537         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
33538         * modules/lib-ignore: New file.
33539         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
33540         chdir-safer.m4, lchmod.m4.
33541         * modules/openat: Add mkdirat.c, openat-priv.h.
33542
33543 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33544
33545         Sync from coreutils.
33546         * m4/lib-ignore.m4: New file.
33547         * m4/lchmod.m4: New file.
33548
33549 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33550
33551         Sync from coreutils.
33552         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
33553         for write access: POSIX says that must fail.
33554         * lib/fts.c (diropen): Likewise.
33555         * lib/save-cwd.c (save_cwd): Likewise.
33556         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
33557         well, for minor improvements on hosts that lack O_DIRECTORY.
33558         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
33559         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
33560         Fall back on chown if open failed with EACCES.
33561
33562         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
33563         Report an error at compile-time if only a 1-second nominal clock
33564         resolution is found.
33565
33566         * lib/lchmod.h: New file.
33567         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
33568         (make_dir_parents): Use lchown rather than chown, and
33569         lchmod rather than chmod.
33570
33571         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
33572         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
33573         "proc" reported by n0dalus.
33574
33575         * lib/mountlist.c: Include <limits.h>.
33576         (dev_from_mount_options)
33577         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
33578         New function.  It no longer assumes "dev=" has the System V meaning
33579         on Linux (since it doesn't).  It also parses "dev=" more carefully.
33580         (read_file_system_list)
33581         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
33582         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
33583         dev= in that case.
33584
33585         * lib/posixtm.h (PDS_PRE_2000): New macro.
33586         * lib/posixtm.c (year): Arg is now syntax_bits rather than
33587         allow_century.  All usages changed.  Reject dates outside the range
33588         1969-1999 if PDS_PRE_2000 is used.
33589
33590 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33591
33592         Sync from coreutils.
33593         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
33594         (Time of day items): Mention the possibility of leap seconds.
33595         Problem reported by Dr. David Alan Gilbert.
33596
33597 2006-01-09  Jim Meyering  <jim@meyering.net>
33598
33599         Sync from coreutils.
33600
33601         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
33602
33603         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
33604
33605         * lib/modechange.c (mode_compile): Reject an invalid mode string
33606         that starts with an octal digit.  From Andreas Gruenbacher.
33607
33608         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
33609         and dup to open_safer and dup_safer, respectively.
33610         (openat_permissive): Fix typo in comment.
33611
33612         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
33613         "gettext.h"; either no longer needed or are guaranteed by openat.h.
33614         (_): Remove; no longer needed.
33615         (openat): Renamed from rpl_openat; no need for rpl_openat
33616         since openat.h renames openat for us.
33617         Replace most of the body with a call to openat_permissive,
33618         to avoid duplicate code.
33619         Port to (probably hypothetical) environments were mode_t is
33620         wider than int.
33621         (openat_permissive): Require mode arg, so that we can check
33622         types better.  Put it just after flags.  Change cwd failure
33623         indicator from pointer-to-bool to pointer-to-errno-value.
33624         All callers changed.
33625         Invoke openat_save_fail and/or openat_restore_fail if
33626         cwd_errno is null, so that openat can call us.
33627         (openat_permissive, fdopendir, fstatat, unlinkat):
33628         Simplify errno handling to avoid some duplicate code,
33629         as it's OK to set errno on success.
33630         * lib/openat.h: Revamp code so that function macros depend on
33631         __OPENAT_PREFIX only, not also on AT_FDCWD.
33632         (openat_ro): Remove.  Caller changed to use openat_permissive.
33633         (openat_permissive): Now a macro, if not a function.
33634         (openat_restore_fail, openat_save_fail): Now always functions,
33635         since mkdirat needs them even if __OPENAT_PREFIX is defined.
33636
33637         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
33638         and openat.c.
33639         * lib/mkdirat.c: Include openat-priv.h.
33640         Remove definitions of macros defined therein.
33641         * lib/openat.c: Likewise.
33642
33643         * lib/mkdirat.c (mkdirat): New file and function.
33644         * lib/openat.h (mkdirat): Declare.
33645
33646         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
33647
33648         * lib/openat.h (openat_permissive): Declare.
33649         (openat_ro): Define.
33650
33651         * lib/openat.c (EXPECTED_ERRNO): New macro.
33652         (openat_permissive): New function -- used in remove.c rewrite.
33653         (all functions): Set errno just before returning, only if there
33654         was an actual failure.
33655         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
33656
33657         Emulate openat-family functions using Linux's procfs, if possible.
33658         Idea and some code based on Ulrich Drepper's glibc changes.
33659
33660         * lib/openat.c: (BUILD_PROC_NAME): New macro.
33661         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
33662         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
33663         before falling back on save_cwd and restore_cwd.
33664         (fdopendir, fstatat, unlinkat): Likewise.
33665
33666         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
33667         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
33668
33669         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
33670         as second argument to va_arg.  Otherwise, some versions of gcc
33671         warn that `if this code is reached, the program will abort'.
33672
33673 2006-01-09  Jim Meyering  <jim@meyering.net>
33674
33675         Sync from coreutils.
33676         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
33677         Require openat-priv.h.
33678
33679 2006-01-09  Bruno Haible  <bruno@clisp.org>
33680
33681         * modules/strnlen (Include): Use strnlen.h.
33682
33683 2006-01-09  Bruno Haible  <bruno@clisp.org>
33684
33685         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
33686
33687 2006-01-09  Bruno Haible  <bruno@clisp.org>
33688
33689         * lib/sysexit_.h (EX_OK): New macro.
33690         Suggested by Martin Lambers <marlam@marlam.de>.
33691
33692 2006-01-09  Bruno Haible  <bruno@clisp.org>
33693
33694         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
33695         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
33696
33697 2006-01-09  Bruno Haible  <bruno@clisp.org>
33698
33699         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
33700         numbers.
33701
33702 2006-01-09  Bruno Haible  <bruno@clisp.org>
33703
33704         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
33705         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
33706         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
33707         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
33708
33709 2006-01-09  Bruno Haible  <bruno@clisp.org>
33710
33711         * build-aux/javacomp.sh.in: New file, moved from lib/.
33712         * modules/javacomp-script (Files): Update.
33713         (configure.ac): Add AC_CONFIG_FILES invocation.
33714         (EXTRA_DIST): Remove variable.
33715
33716         * build-aux/javaexec.sh.in: New file, moved from lib/.
33717         * modules/javaexec (Files): Update.
33718         (configure.ac): Add AC_CONFIG_FILES invocation.
33719         (EXTRA_DIST): Remove javaexec.sh.in.
33720
33721         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
33722         * modules/csharpcomp-script (Files): Update.
33723         (configure.ac): Add AC_CONFIG_FILES invocation.
33724         (EXTRA_DIST): Remove variable.
33725
33726         * build-aux/csharpexec.sh.in: New file, moved from lib/.
33727         * modules/csharpexec (Files): Update.
33728         (configure.ac): Add AC_CONFIG_FILES invocation.
33729         (EXTRA_DIST): Remove csharpexec.sh.in.
33730
33731 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
33732
33733         Sync from coreutils.
33734
33735         Add POSIX ACL support
33736         * lib/acl.h (copy_acl, set_acl): Add declarations.
33737         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
33738         systems other than Linux.
33739         (chmod_or_fchmod): New function: use fchmod when possible,
33740         and chmod otherwise.
33741         (file_has_acl): Add a POSIX ACL implementation, with a
33742         Linux-specific subcase.
33743         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
33744         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
33745         acls are unsupported.
33746         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
33747         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
33748         are unsupported.
33749
33750 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
33751
33752         Sync from coreutils.
33753         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
33754
33755 2006-01-07  Bruno Haible  <bruno@clisp.org>
33756
33757         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
33758         gl_EARLY.
33759
33760 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33761
33762         * lib/strftime.c (tzname): Don't declare if it is already #defined.
33763         Problem reported for Mingw by Mark Junker.
33764
33765 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33766
33767         * README: Gnulib normally doesn't generate a tarball.
33768
33769 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
33770
33771         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
33772         long int, not int, for nanosecond counts, so that people who are
33773         used to POSIX struct timespec won't be surprised.  Reported by Jim
33774         Meyering.
33775
33776 2005-12-28  Bruno Haible  <bruno@clisp.org>
33777
33778         * build-aux/config.rpath: Update from GNU gettext.
33779
33780 2005-12-16  Jim Meyering  <jim@meyering.net>
33781
33782         * modules/fprintftime: New module.
33783         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
33784
33785 2005-12-16  Jim Meyering  <jim@meyering.net>
33786
33787         * m4/fprintftime.m4: New file.
33788
33789 2005-12-16  Jim Meyering  <jim@meyering.net>
33790
33791         * lib/fprintftime.c, lib/fprintftime.h: New files.
33792
33793 2005-12-15  Simon Josefsson  <jas@extundo.com>
33794
33795         * modules/socklen (configure.ac): Fix M4 macro name, to align with
33796         new m4/socklen.m4.
33797
33798 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33799
33800         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
33801         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
33802
33803 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33804
33805         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
33806         * lib/argp-help.c (fill_in_uparams): Check if the constructed
33807         struct uparams is valid. Fall back to the default values if it is
33808         not.
33809
33810 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33811
33812         * modules/argp (Files): Add argp-pin.c
33813         (Depends-on): dirname
33814         (lib_SOURCES): Add argp-pin.c
33815
33816 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33817
33818         * m4/argp.m4:  Check if program_invocation_name and
33819         program_invocation_short_name are declared and define appropriate
33820         macros if they are not.
33821
33822 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33823
33824         * lib/argp-help.c (__argp_base_name): New function
33825         (__argp_short_program_name): Rewrite using __argp_base_name
33826         * lib/argp-namefrob.h: Define program_invocation_name and
33827         program_invocation_short_name if requested
33828         (__argp_base_name): Add prototype
33829         * lib/argp-parse.c (argp_def): Use gettext wrappers
33830         (argp_default_parser): Use __argp_base_name
33831         * lib/argp-pin.c: New file. Defines program_invocation_name and
33832         program_invocation_short_name on systems that lack them.
33833
33834 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
33835
33836         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
33837         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
33838         porting problem reported by Georg Schwarz in
33839         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
33840
33841 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
33842
33843         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
33844         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
33845         porting problem reported by Georg Schwarz in
33846         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
33847
33848 2005-12-05  Bruno Haible  <bruno@clisp.org>
33849
33850         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
33851         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
33852         Reported by Mark Junker <mjscod@gmx.de>.
33853
33854 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
33855
33856         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
33857         Use implementation from Albert Chin, with some
33858         comments/corrections by Stepan Kasal and myself.
33859
33860 2005-12-02  Bruno Haible  <bruno@clisp.org>
33861
33862         * gnulib-tool (func_import): Accept GPLed build tool modules when
33863         --lgpl is given.
33864         * modules/csharpcomp-script: New file.
33865         * modules/csharpcomp: Depend on it.
33866         * modules/javacomp-script: New file.
33867         * modules/javacomp: Depend on it.
33868         Suggested by Simon Josefsson.
33869
33870 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
33871
33872         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
33873         statement, to work around an HP-UX 10.20 compiler bug reported by
33874         Peter O'Gorman.
33875
33876 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
33877
33878         * modules/savedir (Depends-on): Add openat.
33879
33880 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
33881
33882         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
33883         (uintmax_t) [defined uintmax_t]: Do not declare.
33884         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
33885         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
33886         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
33887         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
33888         sake of portability to weird hosts that C allows (though we don't
33889         know of any practical examples).
33890
33891         * lib/savedir.h (fdsavedir): New decl.
33892         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
33893         contains most of the former guts of savedir.
33894         (savedir): Use savedirstream.
33895         Include "openat.h".
33896
33897 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
33898
33899         * modules/obstack (Files): Add m4/ulonglong.m4.
33900         Problem reported by Davide Angelocola.
33901
33902 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
33903
33904         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
33905         coreutils no longer futzes with rounding modes.
33906
33907 2005-11-14  Jim Meyering  <jim@meyering.net>
33908
33909         * lib/mkstemp-safer.c: Include <config.h>, required for possible
33910         replacement of mkstemp.
33911
33912 2005-11-10  Simon Josefsson  <jas@extundo.com>
33913
33914         * lib/readline.c: Remove EOL.
33915
33916 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33917
33918         * modules/gethrxtime (Depends-on): Add gettime.
33919
33920 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33921
33922         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
33923         or gettimeofday; no longer needed.
33924
33925 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33926
33927         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
33928         time business.
33929         (gethrxtime) [! (HAVE_NANOUPTIME
33930         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
33931         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
33932         our own approximation.
33933
33934 2005-11-08  Eric Blake  <ebb9@byu.net>
33935
33936         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
33937
33938 2005-11-08  Eric Blake  <ebb9@byu.net>
33939
33940         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
33941
33942 2005-11-04  Bruno Haible  <bruno@clisp.org>
33943
33944         * gnulib-tool: Implement --update mode.
33945
33946 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
33947
33948         Fix porting problem reported by Theodoros V. Kalamatianos.
33949         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
33950         Don't assume that futimes failing means we must fail.
33951
33952 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
33953
33954         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
33955         variables to suggest the intended function of the PATH_MAX check.
33956
33957 2005-10-30  Kean Johnston  <jkj@sco.com>
33958
33959         Trivial changes to support SCO systems.
33960         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
33961         as PATH_MAX.
33962         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
33963         where __ptr is null when no I/O is pending.
33964
33965 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
33966
33967         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
33968         leave errno alone.  Problem reported by Dmitry V. Levin.
33969
33970 2005-10-28  Simon Josefsson  <jas@extundo.com>
33971
33972         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
33973         Test more.
33974
33975         * tests/test-gc-md2.c, tests/test-md2.c: New files.
33976
33977         * modules/md2, modules/md2-tests: New files.
33978
33979 2005-10-28  Simon Josefsson  <jas@extundo.com>
33980
33981         * m4/inet_ntop.m4: More tests.
33982
33983         * m4/gc-md2.m4, md2.m4: New file.
33984
33985 2005-10-28  Simon Josefsson  <jas@extundo.com>
33986
33987         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
33988         "restrict" keywords, as per POSIX.  Protect the function
33989         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
33990         Don't use K&R prototypes.  Check the sprintf return values.
33991         Re-define EAFNOSUPPORT if not present.  Indent.
33992
33993         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
33994         suggested by Bruno Haible <bruno@clisp.org>.
33995
33996         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
33997
33998         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
33999
34000         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
34001         libgcrypt).
34002
34003         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
34004
34005         * lib/md2.h, lib/md2.c: New files.
34006
34007 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
34008
34009         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
34010         errno alone.  Problem reported by Frederic Jolliton.
34011
34012 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
34013
34014         * modules/verify (License): Change from GPL to LGPL.  This is a
34015         tiny module and there are apparently near-equivalents that are
34016         under the BSD license.
34017
34018 2005-10-24  Simon Josefsson  <jas@extundo.com>
34019
34020         * modules/sha1: Relicense to LGPL.
34021
34022 2005-10-24  Simon Josefsson  <jas@extundo.com>
34023
34024         * lib/md4.h: Shrink buffer size, now that we changed the type.
34025
34026 2005-10-23  Simon Josefsson  <jas@extundo.com>
34027
34028         * gnulib-tool (func_import): Fix --tests-base.
34029
34030 2005-10-22  Simon Josefsson  <jas@extundo.com>
34031
34032         * modules/arcfour (Depends-on): Need stdint.
34033
34034 2005-10-22  Simon Josefsson  <jas@extundo.com>
34035
34036         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
34037         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
34038
34039 2005-10-22  Simon Josefsson  <jas@extundo.com>
34040
34041         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
34042         suggested by Bruno Haible <bruno@clisp.org>.
34043
34044 2005-10-22  Simon Josefsson  <jas@extundo.com>
34045
34046         * lib/crc.h: Include stddef.h, for size_t.
34047
34048 2005-10-22  Simon Josefsson  <jas@extundo.com>
34049
34050         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
34051         arcfour_context struct (simplify test vector testing in GNU
34052         Shishi).
34053
34054 2005-10-21  Simon Josefsson  <jas@extundo.com>
34055
34056         * modules/des, modules/des-tests: New files.
34057
34058         * modules/gc-des, modules/gc-des-tests: New files.
34059
34060         * tests/test-des.c, tests/test-gc-des.c: New file.
34061
34062 2005-10-21  Simon Josefsson  <jas@extundo.com>
34063
34064         * modules/arctwo, modules/arctwo-tests: New files.
34065
34066         * tests/test-arctwo.c: New file.
34067
34068         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
34069
34070         * tests/test-gc-arctwo.c: New file.
34071
34072 2005-10-21  Simon Josefsson  <jas@extundo.com>
34073
34074         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
34075         Bruno Haible <bruno@clisp.org>.
34076
34077         * m4/gc-des.m4: New file.
34078
34079 2005-10-21  Simon Josefsson  <jas@extundo.com>
34080
34081         * m4/arctwo.m4: New file.
34082
34083         * m4/gc-arctwo.m4: New file.
34084
34085 2005-10-21  Simon Josefsson  <jas@extundo.com>
34086
34087         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
34088         block.
34089
34090 2005-10-21  Simon Josefsson  <jas@extundo.com>
34091
34092         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
34093         <bruno@clisp.org>.
34094
34095         * lib/hmac-sha1.c (hmac_sha1): Likewise.
34096
34097         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
34098         Bruno Haible <bruno@clisp.org>.
34099
34100         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
34101         <bruno@clisp.org>.
34102
34103 2005-10-21  Simon Josefsson  <jas@extundo.com>
34104
34105         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
34106
34107 2005-10-21  Simon Josefsson  <jas@extundo.com>
34108
34109         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
34110
34111 2005-10-21  Simon Josefsson  <jas@extundo.com>
34112
34113         * lib/des.h, lib/des.c: New files.
34114
34115         * lib/gc-gnulib.c: Support DES.c
34116
34117 2005-10-21  Simon Josefsson  <jas@extundo.com>
34118
34119         * lib/arctwo.h, lib/arctwo.c: New files.
34120
34121         * lib/gc-gnulib.c: Support ARCTWO.
34122
34123 2005-10-21  Simon Josefsson  <jas@extundo.com>
34124
34125         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
34126         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34127
34128 2005-10-21  Simon Josefsson  <jas@extundo.com>
34129
34130         * gnulib-tool (func_import, func_create_testdir): Define automake
34131         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
34132         Makefile.am snippet),
34133         suggested by Bruno Haible <bruno@clisp.org>.
34134
34135         * modules/gc (Makefile.am): Use it.
34136
34137 2005-10-21  Bruno Haible  <bruno@clisp.org>
34138
34139         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
34140         patch.
34141
34142 2005-10-19  Simon Josefsson  <jas@extundo.com>
34143
34144         * tests/test-gc-rijndael.c: New file.
34145
34146         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
34147
34148 2005-10-19  Simon Josefsson  <jas@extundo.com>
34149
34150         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
34151         interface too.
34152
34153 2005-10-19  Simon Josefsson  <jas@extundo.com>
34154
34155         * tests/test-gc-arcfour.c: New file.
34156
34157         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
34158
34159 2005-10-19  Simon Josefsson  <jas@extundo.com>
34160
34161         * modules/gc-md4, modules/gc-md4-tests: New file.
34162
34163         * tests/test-gc-md4.c: New file.
34164
34165 2005-10-19  Simon Josefsson  <jas@extundo.com>
34166
34167         * m4/gc-md4.m4: New file.
34168
34169 2005-10-19  Simon Josefsson  <jas@extundo.com>
34170
34171         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
34172         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
34173         <kasal@ucw.cz>.
34174
34175 2005-10-19  Simon Josefsson  <jas@extundo.com>
34176
34177         * m4/gc-arcfour.m4: New file.
34178
34179         * m4/gc-rijndael.m4: New file.
34180
34181 2005-10-19  Simon Josefsson  <jas@extundo.com>
34182
34183         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
34184
34185 2005-10-19  Simon Josefsson  <jas@extundo.com>
34186
34187         * lib/gc-gnulib.c: Support ARCFOUR.
34188
34189 2005-10-19  Simon Josefsson  <jas@extundo.com>
34190
34191         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
34192         support.
34193
34194         * lib/gc.h: Add ECB enum type.
34195
34196         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
34197
34198 2005-10-18  Simon Josefsson  <jas@extundo.com>
34199
34200         * tests/test-md5.c: New file.
34201
34202         * modules/md5-tests: New file.
34203
34204 2005-10-18  Simon Josefsson  <jas@extundo.com>
34205
34206         * tests/test-md4.c: New file.
34207
34208         * modules/md4, modules/md4-tests: New files.
34209
34210 2005-10-18  Simon Josefsson  <jas@extundo.com>
34211
34212         * m4/md4.m4: New file.
34213
34214 2005-10-18  Simon Josefsson  <jas@extundo.com>
34215
34216         * lib/md4.h, lib/md4.c: New files, based on md5.?.
34217
34218 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
34219
34220         * gnulib-tool (func_create_testdir): Omit the second check whether
34221         BUILT_SOURCES in nonempty.
34222
34223 2005-10-17  Simon Josefsson  <jas@extundo.com>
34224
34225         * tests/test-rijndael.c: New file.
34226
34227 2005-10-17  Simon Josefsson  <jas@extundo.com>
34228
34229         * modules/sha1: Depend on stdint instead of md5.
34230
34231         * modules/md5: Depend on stdint, remove uint32_t.
34232
34233 2005-10-17  Simon Josefsson  <jas@extundo.com>
34234
34235         * modules/gc-sha1-tests: New file.
34236
34237         * tests/test-gc-sha1.c: New file.
34238
34239 2005-10-17  Simon Josefsson  <jas@extundo.com>
34240
34241         * m4/md5.m4: Remove call to uint32_t.m4.
34242
34243 2005-10-17  Simon Josefsson  <jas@extundo.com>
34244
34245         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
34246
34247         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
34248         md5.h.
34249
34250         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
34251
34252         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
34253
34254 2005-10-17  Simon Josefsson  <jas@extundo.com>
34255
34256         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
34257
34258 2005-10-17  Simon Josefsson  <jas@extundo.com>
34259
34260         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
34261
34262 2005-10-17  Simon Josefsson  <jas@extundo.com>
34263
34264         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
34265
34266         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
34267
34268 2005-10-17  Bruno Haible  <bruno@clisp.org>
34269
34270         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
34271         that it can also be used in a test.
34272
34273 2005-10-16  Bruno Haible  <bruno@clisp.org>
34274
34275         * gnulib-tool (func_emit_tests_Makefile_am): Also define
34276         TESTS_ENVIRONMENT, so that individual tests can augment it.
34277
34278         * gnulib-tool (func_create_testdir): Use an intermediate target for
34279         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
34280         macros, like $(ALLOCA_H), which cannot be passed through the command
34281         line.
34282
34283 2005-10-15  Simon Josefsson  <jas@extundo.com>
34284
34285         * modules/rijndael-tests: New file.
34286
34287         * modules/rijndael: New file.
34288
34289 2005-10-15  Simon Josefsson  <jas@extundo.com>
34290
34291         * m4/rijndael.m4: New file.
34292
34293 2005-10-15  Simon Josefsson  <jas@extundo.com>
34294
34295         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
34296
34297         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
34298
34299 2005-10-14  Simon Josefsson  <jas@extundo.com>
34300
34301         * tests/test-arcfour.c: New file.
34302
34303         * modules/arcfour, modules/arcfour-tests: New files.
34304
34305 2005-10-14  Simon Josefsson  <jas@extundo.com>
34306
34307         * m4/arcfour.m4: New file.
34308
34309 2005-10-14  Simon Josefsson  <jas@extundo.com>
34310
34311         * lib/arcfour.h, lib/arcfour.c: New files.
34312
34313 2005-10-14  Roland McGrath  <roland@redhat.com>
34314
34315         Import from libc.  [BZ #1331]
34316         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
34317         macro argument.
34318         Reported by Matej Vela <vela@debian.org>.
34319
34320 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
34321
34322         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
34323         include <wchar.h>; no longer needed.
34324
34325 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
34326
34327         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
34328
34329 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
34330         and  Ulrich Drepper  <drepper@redhat.com>
34331
34332         Import from libc.
34333         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
34334         instead of inline stream orientation test and two separate
34335         function calls.  Pay no attention to USE_IN_LIBIO.
34336
34337 2005-10-13  Simon Josefsson  <jas@extundo.com>
34338
34339         * modules/gc-hmac-md5-tests: New file.
34340
34341         * tests/test-gc-hmac-sha1.c: New file.
34342
34343         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
34344
34345         * modules/gc-hmac-md5-tests: New file.
34346
34347         * tests/test-gc-md5.c: New file.
34348
34349         * modules/gc-md5-tests: New file.
34350
34351 2005-10-13  Simon Josefsson  <jas@extundo.com>
34352
34353         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
34354         Move memory allocation outside of loop.
34355
34356 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
34357
34358         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
34359         intermediate directory is in a read-only file system.  Problem
34360         reported by Eric Blake.
34361
34362 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
34363
34364         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
34365
34366 2005-10-12  Simon Josefsson  <jas@extundo.com>
34367
34368         * tests/test-hmac-sha1.c: New file.
34369
34370         * modules/hmac-sha1-tests: New file.
34371
34372         * modules/hmac-sha1: New file.
34373
34374 2005-10-12  Simon Josefsson  <jas@extundo.com>
34375
34376         * modules/gc-sha1: New file.
34377
34378 2005-10-12  Simon Josefsson  <jas@extundo.com>
34379
34380         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
34381
34382         * tests/test-gc-pbkdf2-sha1.c: New file.
34383
34384 2005-10-12  Simon Josefsson  <jas@extundo.com>
34385
34386         * modules/gc-md5, modules/gc-hmac-md5: New files.
34387
34388         * modules/gc (Files): Remove md5, memxor and hmac files.
34389
34390 2005-10-12  Simon Josefsson  <jas@extundo.com>
34391
34392         * m4/gc-pbkdf2-sha1.m4: New file.
34393
34394         * m4/gc-hmac-sha1.m4: New file.
34395
34396         * m4/gc-sha1: New file.
34397
34398         * m4/hmac-sha1.m4: New file.
34399
34400 2005-10-12  Simon Josefsson  <jas@extundo.com>
34401
34402         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
34403
34404         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
34405
34406 2005-10-12  Simon Josefsson  <jas@extundo.com>
34407
34408         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
34409         suggested by Bruno Haible <bruno@clisp.org>.
34410
34411 2005-10-12  Simon Josefsson  <jas@extundo.com>
34412
34413         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
34414
34415 2005-10-12  Simon Josefsson  <jas@extundo.com>
34416
34417         * lib/gc-pbkdf2-sha1.c: New file.
34418
34419         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
34420
34421 2005-10-12  Simon Josefsson  <jas@extundo.com>
34422
34423         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
34424
34425         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
34426
34427 2005-10-12  Simon Josefsson  <jas@extundo.com>
34428
34429         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
34430         GC_USE_HMAC_MD5, respectively.
34431
34432         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
34433         (gc_md5): Fix typo.
34434
34435         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
34436
34437         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
34438
34439         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
34440
34441 2005-10-12  Bruno Haible  <bruno@clisp.org>
34442
34443         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
34444         Reported by Stepan Kasal <kasal@ucw.cz>.
34445
34446 2005-10-11  Simon Josefsson  <jas@extundo.com>
34447
34448         * tests/test-crc.c: New file.
34449
34450         * modules/crc, modules/crc-tests: New files.
34451
34452 2005-10-11  Simon Josefsson  <jas@extundo.com>
34453
34454         * m4/crc.m4: New file.
34455
34456 2005-10-11  Simon Josefsson  <jas@extundo.com>
34457
34458         * lib/gc.h: Add gc_hash and gc_hash_buffer.
34459
34460         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
34461
34462         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
34463
34464 2005-10-11  Simon Josefsson  <jas@extundo.com>
34465
34466         * lib/crc.h, lib/crc.c: New files.
34467
34468         * lib/gc.h (gc_hash_buffer): Add doc.
34469
34470 2005-10-11  Bruno Haible  <bruno@clisp.org>
34471
34472         * modules/c-strcasestr: New file.
34473         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
34474
34475 2005-10-11  Bruno Haible  <bruno@clisp.org>
34476
34477         * modules/c-strcase: New file.
34478         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
34479
34480 2005-10-11  Bruno Haible  <bruno@clisp.org>
34481
34482         * lib/strcasecmp.c: Include limits.h.
34483         (strcasecmp): Avoid integer overflow on exotic platforms.
34484         * lib/strncasecmp.c: Include limits.h.
34485         (strncasecmp): Avoid integer overflow on exotic platforms.
34486         Reported by Paul Eggert.
34487
34488 2005-10-11  Bruno Haible  <bruno@clisp.org>
34489
34490         * lib/c-strcasestr.h: New file, from GNU gettext.
34491         * lib/c-strcasestr.c: New file, from GNU gettext.
34492
34493 2005-10-11  Bruno Haible  <bruno@clisp.org>
34494
34495         * lib/c-strcase.h: New file, from GNU gettext.
34496         * lib/c-strcasecmp.c: New file, from GNU gettext.
34497         * lib/c-strncasecmp.c: New file, from GNU gettext.
34498
34499 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
34500
34501         * modules/mempcpy (License): GPL -> LGPL.
34502         * modules/strchrnul (License): Likewise.
34503         * modules/sysexits (License): Likewise.
34504
34505 2005-10-08  Simon Josefsson  <jas@extundo.com>
34506
34507         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
34508
34509 2005-10-07  Simon Josefsson  <jas@extundo.com>
34510
34511         * m4/memxor.m4: Remove gl_C_RESTRICT call.
34512
34513 2005-10-06  Simon Josefsson  <jas@extundo.com>
34514
34515         * tests/test-hmac-md5.c: New file.
34516
34517         * modules/hmac-md5-tests: New file.
34518
34519         * modules/hmac-md5: New file.
34520
34521 2005-10-06  Simon Josefsson  <jas@extundo.com>
34522
34523         * m4/hmac-md5.m4: New file.
34524
34525         * m4/memxor.m4: Require gl_C_RESTRICT.
34526
34527 2005-10-06  Simon Josefsson  <jas@extundo.com>
34528
34529         * lib/memxor.c (memxor): Avoid casts and warnings.
34530
34531 2005-10-06  Simon Josefsson  <jas@extundo.com>
34532
34533         * lib/hmac-md5.c: New file.
34534
34535         * lib/hmac.h: New file.
34536
34537 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
34538
34539         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
34540         promotes to int, not unsigned int, to catch the AIX 5.3
34541         compiler bug.
34542
34543 2005-10-05  Simon Josefsson  <jas@extundo.com>
34544
34545         * modules/memxor: New file.
34546
34547         * modules/iconv (Files): Move config.rpath to havelib, it is used
34548         there.
34549
34550         * modules/havelib (Files): Add config.rpath.
34551
34552 2005-10-05  Simon Josefsson  <jas@extundo.com>
34553
34554         * m4/memxor.m4: New file.
34555
34556 2005-10-05  Simon Josefsson  <jas@extundo.com>
34557
34558         * lib/memxor.c (memxor): Fix compiler error.
34559
34560         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
34561         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
34562
34563         * lib/memxor.h, lib/memxor.c: New files.
34564
34565         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
34566         we assume all systems have it, suggested by Jim Meyering
34567         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
34568         any systems lack sys/socket.h; mingw32 is known to lack it, but we
34569         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
34570         same reasons.
34571
34572 2005-10-05  Simon Josefsson  <jas@extundo.com>
34573
34574         * config/srclist.txt: Add glibc bug 1423 for md5.h.
34575
34576 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
34577
34578         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
34579         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
34580         needed, since the source code now assumes these .h files.
34581
34582 2005-10-05  Derek Price  <derek@ximbiot.com>
34583
34584         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
34585
34586 2005-10-05  Bruno Haible  <bruno@clisp.org>
34587
34588         * modules/stdint (License): Change to LGPL.
34589
34590 2005-10-04  Simon Josefsson  <jas@extundo.com>
34591
34592         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
34593         D. Baushke" <mdb@gnu.org>.
34594
34595 2005-10-04  Bruno Haible  <bruno@clisp.org>
34596
34597         * lib/verify.h (verify_true): Provide alternative definition for C++.
34598
34599 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
34600
34601         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
34602         (SSIZE_MAX): New macro, if not already defined.
34603         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
34604         than 2 GiB.
34605
34606 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34607
34608         Sync from coreutils.
34609         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
34610         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
34611         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
34612         ULLONG_MAX doesn't work with 2.7.2.1.
34613
34614 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34615
34616         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
34617         From Ben Pfaff.
34618
34619         * modules/exclude (Depends-on): Depend on verify.
34620         * modules/strtoimax (Depends-on): Likewise.
34621         * modules/utimecmp (Depends-on): Likewise.
34622
34623 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34624
34625         * lib/exclude.c: Include verify.h.
34626         (verify): Remove.  All callers changed to use verify.h's version.
34627         * lib/strtoimax.c: Likewise.
34628         * lib/utimecmp.c: Likewis.e
34629
34630         Sync from coreutils.
34631         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
34632         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
34633         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
34634         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
34635         bother returning ENOSYS if settimeofday or stime fails; just let
34636         them return whatever errno they want to return.
34637         * lib/utimens.c: Include unistd.h, for dup2.
34638         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
34639         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
34640
34641 2005-10-02  Jim Meyering  <jim@meyering.net>
34642
34643         Sync from coreutils.
34644         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
34645         from glibc-2.2.5 that fails for read-only files.
34646
34647 2005-10-02  Jim Meyering  <jim@meyering.net>
34648
34649         Sync from coreutils.
34650         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
34651         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
34652         `#if HAVE_CONFIG_H'.
34653         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
34654         Remove AT_FDCWD test.
34655         Do not consume the fd unless successful.
34656         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
34657         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
34658         block, so that we don't even try to compile it if settimeofday is
34659         available.  This works around a compilation failure on OSF1 V5.1,
34660         due to stime requiring a `long int*' while tv_sec is `int'.
34661
34662 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
34663
34664         Sync from coreutils.
34665         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
34666         against `yes', rather than just testing for nonempty.
34667
34668 2005-10-01  Simon Josefsson  <jas@extundo.com>
34669
34670         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
34671         and Darwin.
34672
34673         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
34674         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
34675         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
34676         freeaddrinfo and gai_strerror are declared by the POSIX headers.
34677         Check if struct addrinfo is declared.
34678
34679 2005-10-01  Simon Josefsson  <jas@extundo.com>
34680
34681         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
34682         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
34683         AI_* and EAI_* definitions.  Protect function declarations.
34684
34685 2005-10-01  Jim Meyering  <jim@meyering.net>
34686
34687         Sync from coreutils.
34688
34689         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
34690         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
34691         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
34692         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
34693         in the inet and nsl libraries.  Required on Solaris 5.7.
34694
34695 2005-10-01  Jim Meyering  <jim@meyering.net>
34696
34697         Sync from coreutils.
34698         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
34699         in the inet and nsl libraries.  Required on Solaris 5.7.
34700
34701 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
34702
34703         * lib/getdelim.c (getdelim): Remove unused variables.
34704
34705 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
34706
34707         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
34708         so that the code works even with ancient cpp.  Portability problem
34709         with GCC 2.7.2.1 reported by Thomas M.Ott.
34710
34711 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
34712
34713         * modules/regex (Depends-on): Add strcase.
34714
34715         * modules/gethostname (Licence): Change from GPL to LGPL, since
34716         gethostname.c is a trivial implementation of a standard library
34717         function.
34718         * modules/poll (License): Change from GPL to LGPL, since it's
34719         derived from LGPL code.
34720
34721 2005-09-27  Jim Meyering  <jim@meyering.net>
34722
34723         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
34724         HAVE_CONFIG_H.
34725
34726         * lib/intprops.h (signed_type_or_expr__): Define.
34727         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
34728         for unsigned types.
34729
34730 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
34731
34732         * lib/verify.h (verify_expr): Remove, replacing with:
34733         (verify_true): New macro that returns true instead of void.
34734         (verify_type__): Remove.
34735         (verify): Use verify_true rather than verify_type__.
34736
34737 2005-09-26  Bruno Haible  <bruno@clisp.org>
34738
34739         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
34740         is necessary.
34741         (lib_SOURCES): Remove mbchar.c.
34742         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
34743         (Files): Add m4/mbrtowc.m4.
34744         * modules/mbiter: Likewise.
34745         * modules/mbuiter: Likewise.
34746
34747 2005-09-26  Bruno Haible  <bruno@clisp.org>
34748
34749         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
34750         compile mbchar.c if they are not both present.
34751         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
34752         * m4/mbiter.m4 (gl_MBITER): Likewise.
34753         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
34754         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
34755         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
34756
34757 2005-09-25  Jim Meyering  <jim@meyering.net>
34758
34759         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
34760         also uses socklen_t.
34761
34762 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
34763
34764         * lib/utimens.c (ENOSYS): Define if not already defined.
34765         (futimens): Support having a null PATH if the file descriptor
34766         is nonnegative.
34767
34768         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
34769         Remove.
34770         (__attribute): Define to empty unless GCC 3.1 or later.
34771         This works around a core dump on OpenBSD 3.4, which has GCC
34772         2.95.3, which dumps core when given __attribute__(()).  It also
34773         simplifies other tests, since we really don't want to bother with
34774         worrying about which ancient version of GCC supported what.
34775         Original problem reported by Yoann Vandoorselaere, with part of
34776         the fix suggested by Derek Price.
34777
34778 2005-09-24  Jim Meyering  <jim@meyering.net>
34779
34780         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
34781         so we can once again use a positive bitfield width of 1 -- now we
34782         don't have to explain why we were using a bitfield width of 2.
34783
34784 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
34785
34786         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
34787         and similarly for the other external symbols.  Problem reported
34788         by James Gallager.
34789
34790         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
34791         bug reported by Jim Meyering.
34792
34793         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
34794         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
34795         not needed, since socklen is a prerequisite module.
34796
34797 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
34798
34799         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
34800         Problem reported by Eric Blake.
34801         (getaddrinfo): Initialize se so that it's not garbage.
34802         Redo internal storage allocation so that it doesn't make unportable
34803         assumptions about alignment.
34804         Fix a memory leak.
34805
34806         * lib/utimens.c (futimens): Use futimesat if available.
34807         Prefer it to futimes since it doesn't have the futimes bug.
34808
34809         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
34810         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
34811         Instead, declare a function that returns a pointer to an array,
34812         and use verify_type__ to declare the size of the array.
34813         Problem and germ of a solution reported by Bruno Haible.
34814         (verify_type__): Use 2, not 1, for bitfield size, to avoid
34815         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
34816
34817 2005-09-23  Jim Meyering  <jim@meyering.net>
34818
34819         Sync from coreutils.
34820         Correct build failure (socklen_t not defined) on at least
34821         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
34822         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
34823
34824 2005-09-23  Jim Meyering  <jim@meyering.net>
34825
34826         * modules/getaddrinfo (Depends-on): Add socklen.
34827
34828 2005-09-23  Bruno Haible  <bruno@clisp.org>
34829
34830         * tests/test-verify.c: New file.
34831
34832 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34833
34834         Sync from coreutils.
34835
34836         * modules/argmatch (Depends-on): Add verify.
34837         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
34838         unistd-safer.
34839         * modules/save-cwd (Depends-on): Likewise.
34840
34841         * modules/openat (Files): Add lib/openat-die.c.
34842         (Depends-on): Remove error, exitfail.
34843         Add dirname.
34844
34845         * modules/verify: New file.
34846         * MODULES.html.sh (Diagnostics <assert.h>): New section,
34847         with "verify" module.
34848
34849 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34850
34851         Sync from coreutils.
34852
34853         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
34854         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
34855         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
34856         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
34857         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
34858         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
34859         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
34860         Don't bother checking for string.h, stdlib.h, unistd.h.
34861         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
34862         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
34863         module's job.
34864         * m4/jm-macros.m4 (gl_MACROS): Likewise.
34865         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
34866
34867         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
34868         (gl_GETDATE): Use it.
34869
34870         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
34871
34872 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34873
34874         Sync from coreutils.
34875
34876         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
34877         stat-time.h.
34878         * lib/argmatch.h: Include verify.h
34879         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
34880         (ARGMATCH_ASSERT): Remove; unused.
34881         * lib/canonicalize.c: Assume STDC_HEADERS.
34882         * lib/exclude.c: Include "strcase.h".
34883         * lib/regex_internal.h [!defined _LIBC]: Likewise.
34884         * lib/getusershell.c: Include stdio--.h rather than stdio.h
34885         and stdio-safer.h.
34886         (getusershell): Call fopen, not fopen_safer.
34887         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
34888         Do not include unistd-safer.h.
34889         (save_cwd): Don't call fd_safer; no longer needed
34890         now that we include fcntl--.h.
34891
34892         * lib/getdate.y (relative_time): New type.
34893         (RELATIVE_TIME_0): New constant.
34894         (parser_control): Use relative_time instead of doing it ourselves.
34895         (%union): Add new relative_time rel member.
34896         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
34897         Now typeless.
34898         (relunit, relunit_snumber): Now of type rel.
34899         (zone, rel, relunit, get_date): Adjust to above changes.
34900
34901         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
34902         Do not include unistd-safer.h.
34903         (getloadavg): Don't call fd_safer; no longer needed
34904         now that we include fcntl--.h.
34905
34906         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
34907         (make_dir_parents): Treat ENOSYS like EEXIST.
34908
34909         Improve quality of diagnostics on restore_cwd failure.
34910         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
34911         (make_dir_parents): Last arg is now int * (for errno), not bool *.
34912         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
34913         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
34914         each time through the loop.  Do not diagnose restore_cwd failure;
34915         that is the caller's job (and perhaps the caller does not care).
34916
34917         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
34918         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
34919         If the file already exists but is not a directory, don't bother
34920         to try to make its parents.
34921         Close potential file descriptor leak if we can't chdir("/") (!).
34922         Don't always return true if chdir($PWD) fails; return true only
34923         if the requested action was done successfully (except for the
34924         chdir($PWD)).
34925         Don't log final directory unless we actually made it.
34926         Refactor to avoid duplicate code to fix up permissions.
34927         Don't attempt to fix up parent permissions if chdir($PWD) fails.
34928
34929         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
34930         to make it a bit faster and (I hope) clearer.
34931         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
34932         Fix bug in formats like %2N.
34933
34934         * lib/verify.h: New file.
34935
34936 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34937
34938         Sync from coreutils.
34939         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
34940
34941 2005-09-22  Jim Meyering  <jim@meyering.net>
34942
34943         Sync from coreutils.
34944
34945         * m4/lstat.m4 (gl_FUNC_LSTAT):
34946         Use AC_LIBSOURCES to require lstat.c and lstat.h.
34947         Remove obsolete comment.
34948         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
34949         * m4/xstrtod.m4: Likewise.
34950
34951         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
34952
34953 2005-09-22  Jim Meyering  <jim@meyering.net>
34954
34955         Sync from coreutils.
34956
34957         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
34958
34959         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
34960         the .tm_year member, since otherwise gcc-4.0 would now warn about
34961         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
34962
34963         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
34964         order to avoid an unsuppressible warning from gcc on 64-bit systems.
34965
34966         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
34967         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
34968         when run in a time zone for which daylight savings time is in effect
34969         for the starting date.
34970
34971         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
34972         stop us from restricting permissions of just-created absolute-named
34973         directories.
34974         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
34975         to restore initial working directory.
34976         * lib/mkdir-p.c (make_dir_parents): New parameter:
34977         different_working_dir, to tell caller if/when we change the working
34978         directory and are unable to return to the initial one.
34979         * lib/mkdir-p.h (make_dir_parents): Update prototype.
34980         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
34981         `return false'.  This fixes a bug introduced on 2004-07-30.
34982
34983         * lib/openat.c (fdopendir): Be sure to close the supplied
34984         file descriptor before returning.  This makes our replacement
34985         implementation a little closer to Solaris's, where fdopendir
34986         ties the file descriptor to the returned DIR* pointer.
34987         * lib/openat.c (unlinkat): New function.
34988         * lib/openat.h (unlinkat): Add prototype.
34989         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
34990         (openat_restore_fail): Rename from openat_restore_die.
34991         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
34992
34993         Provide an alternative to exiting immediately upon save_cwd or
34994         restore_cwd failure.  Now, an application can arrange e.g.,
34995         to perform a longjump in that case.
34996         * lib/openat.c: Include dirname.h.
34997         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
34998         (rpl_openat, fdopendir, fstatat): Call openat_save_die
34999         and openat_restore_die rather than calling error directly.
35000         Don't include "error.h" or "exitfail.h"; they're no longer needed.
35001
35002         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
35003         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
35004         define.
35005
35006         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
35007         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
35008                             int utc, int nanoseconds);
35009         Background:
35010         date should not have to allocate a megabyte of virtual memory to
35011         handle a format argument like +%1048575T.  When implemented with
35012         strftime, it must allocate such a buffer, use strftime to fill it
35013         in, print it, then free it.
35014         With fprintftime, it simply prints everything and exits.
35015         With no need for memory allocation, that's one fewer way to fail.
35016         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
35017         optional field width, not before, so we accept %9:z, not %:9z.
35018         (my_strftime): Be sure to use L_('x') for literals.
35019
35020         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
35021         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
35022         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
35023         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
35024         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
35025         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
35026         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
35027         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
35028         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
35029         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
35030         * lib/xgethostname.c, lib/xreadlink.c:
35031         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
35032
35033         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
35034         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
35035         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
35036         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
35037         and don't include <sys/file.h>).
35038
35039 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
35040
35041         Sync from coreutils.
35042
35043         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
35044         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
35045         [!LDAV_DONE]: Avoid unused variable warning.
35046
35047 2005-09-21  Bruno Haible  <bruno@clisp.org>
35048
35049         * lib/unicodeio.h (unicode_to_mb): New declaration.
35050
35051 2005-09-20  Derek Price  <derek@ximbiot.com>
35052
35053         * lib/getaddrinfo.c: Don't include <netdb.h> included from
35054         getaddrinfo.h.
35055
35056 2005-09-20  Bruno Haible  <bruno@clisp.org>
35057
35058         * gnulib-tool: Remove trailing slashes from the values specified for
35059         --source-base, --m4-base, --tests-base, --aux-dir.
35060         Suggested by Simon Josefsson <jas@extundo.com>.
35061
35062 2005-09-20  Bruno Haible  <bruno@clisp.org>
35063
35064         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
35065         func_modules_to_filelist, func_import, func_create_testdir): Make all
35066         sorting results locale-independent, so that gnulib-cache.m4 doesn't
35067         change when gnulib-tool is invoked in a different locale.
35068
35069 2005-09-19  Simon Josefsson  <jas@extundo.com>
35070
35071         * m4/socklen.m4: Fix typo.
35072
35073 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35074
35075         Use a consistent style for including <config.h>.
35076         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
35077         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
35078         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
35079         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
35080         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
35081         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
35082         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
35083         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
35084         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
35085         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
35086         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
35087         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
35088         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
35089         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
35090         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
35091         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
35092         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
35093         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
35094         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
35095         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
35096         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
35097         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
35098         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
35099         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
35100         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
35101         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
35102         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
35103         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
35104         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
35105         lib/xstrtoumax.c, lib/yesno.c:
35106         Standardize inclusion of config.h.
35107         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
35108         lib/inttostr.h:  Removed inclusion of config.h from header files.
35109         * lib/inttostr.c:  Adjusted in-tree users.
35110         * lib/timespec.h: Remove superfluous warning to include config.h.
35111         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
35112         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
35113         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
35114         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
35115         config.h with HAVE_CONFIG_H.
35116
35117 2005-09-19  Jim Meyering  <jim@meyering.net>
35118
35119         * modules/pathmax (License): Change to LGPL.
35120
35121 2005-09-19  Derek Price  <derek@ximbiot.com>
35122
35123         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
35124
35125 2005-09-19  Bruno Haible  <bruno@clisp.org>
35126
35127         * gnulib-tool (import): Provide default for --tests-base.
35128
35129 2005-09-19  Bruno Haible  <bruno@clisp.org>
35130
35131         * doc/quote.texi: New file, extracted from gnulib.texi.
35132         * doc/ctime.texi: New file, extracted from gnulib.texi.
35133         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
35134         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
35135         * doc/gnulib.texi: Include them.
35136
35137 2005-09-18  Bruno Haible  <bruno@clisp.org>
35138
35139         Portability fix.
35140         * gnulib-tool (func_readlink): New function.
35141         (func_ln_if_changed): Use it.
35142
35143 2005-09-18  Bruno Haible  <bruno@clisp.org>
35144
35145         * gnulib-tool: Support --with-tests also with --import.
35146         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
35147         (func_import): Use variables $testsbase and $inctests. Emit a
35148         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
35149         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
35150         SUBDIRS += $testsdir.
35151         (func_create_testdir): Update.
35152
35153 2005-09-18  Bruno Haible  <bruno@clisp.org>
35154
35155         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
35156         instead of $dry_run.
35157         (func_cp_if_changed, func_mv_if_changed): Remove functions.
35158         (func_ln_if_changed): Don't handle dry-run here.
35159         (func_import): In dry-run mode, detect more precisely which actions
35160         would be performed, and don't use "...ing" verbs.
35161
35162 2005-09-18  Bruno Haible  <bruno@clisp.org>
35163
35164         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
35165         (func_import): Use join on two temporary files instead of three nested
35166         loops, in order to determine which files are new or old.
35167
35168 2005-09-18  Bruno Haible  <bruno@clisp.org>
35169
35170         * gnulib-tool (func_import): Comment out code that spits out the
35171         new files with --dry-run.
35172
35173 2005-09-18  Bruno Haible  <bruno@clisp.org>
35174
35175         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
35176
35177 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35178
35179         * lib/stat-time.h: New file.
35180         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
35181         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
35182         in a different way.
35183         (timespec_cmp): New function.
35184         * lib/utimecmp.c: Include stat-time.h.
35185         (SYSCALL_RESOLUTION): Depend on whether various struct stat
35186         members exist, not on the obsolescent ST_MTIM_NSEC.
35187         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
35188
35189 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35190
35191         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
35192
35193 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35194
35195         * MODULES.html.sh (File system functions): Add stat-time.
35196         * modules/stat-time: New file.
35197         * modules/timespec (Files): Remove m4/st_mtim.m4; this
35198         is now done in a different way, by the stat-time module.
35199         * modules/utimecmp (Depends-on): Add stat-time.
35200
35201 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
35202
35203         * m4/st_mtim.m4: Remove.  Superseded by...
35204         * m4/stat-time.m4: New file.
35205         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
35206         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
35207
35208 2005-09-15  Derek Price  <derek@ximbiot.com>
35209
35210         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
35211
35212 2005-09-15  Derek Price  <derek@ximbiot.com>
35213
35214         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
35215         * lib/regex_internal.c: Ditto, using this...
35216         (__GNUC_PREREQ): ...new macro.
35217         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
35218         using...
35219         (__GNUC_PREREQ): ...this new macro.
35220
35221         * lib/strstr.h: Include string.h. Define strstr as a macro here.
35222
35223 2005-09-15  Derek Price  <derek@ximbiot.com>
35224             Paul Eggert  <eggert@cs.ucla.edu>
35225
35226         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
35227         changes, consolidating in...
35228         * lib/regex_internal.h: ...this file.
35229
35230 2005-09-13  Jim Meyering  <jim@meyering.net>
35231
35232         * lib/canon-host.c: Filter through gnu indent and reword comments
35233         slightly.
35234         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
35235
35236 2005-09-13  Derek Price  <derek@ximbiot.com>
35237
35238         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
35239         failure.
35240         Reported by Jim Meyering  <jim@meyering.net>.
35241
35242 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
35243
35244         * lib/base64.c: Typo.
35245         (base64_encode): Put b64str in initialized data section.
35246
35247 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
35248
35249         Merge glibc and coreutils changes into gnulib, plus a few
35250         extra fixes.
35251         * lib/md5.c: Use #error rather than a string.
35252         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
35253         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
35254         (__attribute__): Define to empty for non recent-GCC.
35255         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
35256         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
35257         Renamed from their non-__ counterparts, with new macros replacing
35258         them if not _LIBC.  Add __THROW attribute.
35259         (rol): Remove.
35260         (struct md5_ctx): Align buffer if using GCC.
35261         * lib/sha1.h (struct sha1_ctx): Likewise.
35262         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
35263         The old name was backwards.
35264         (NOTSWAP): Remove; not used.
35265         (rol): New macro, moved here from md5.h.
35266         (sha1_process_block): Remove a FIXME that doesn't make sense.
35267
35268 2005-09-12  Derek Price  <derek@ximbiot.com>
35269
35270         Return usable errors from canon-host.
35271         * lib/canon-host.h: New file.
35272         * lib/canon-host.c (canon_host): Wrap...
35273         (canon_host_r): ...this new function, which now relies exclusively on
35274         getaddrinfo.
35275         (ch_strerror): New function.
35276         (last_cherror): New global.
35277         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
35278         interface.
35279         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
35280         void *.
35281         (freeaddrinfo): Free ai->ai_canonname when set.
35282
35283 2005-09-12  Derek Price  <derek@ximbiot.com>
35284
35285         Make canon-host require getaddrinfo.
35286         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
35287         AC_LIBSOURCE canon-host.h.  Call...
35288         (gl_PREREQ_CANON_HOST): ...this new function, which requires
35289         gl_GETADDRINFO.
35290         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
35291
35292 2005-09-12  Derek Price  <derek@ximbiot.com>
35293
35294         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
35295         LGPL.
35296         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
35297
35298 2005-09-12  Derek Price  <derek@ximbiot.com>
35299
35300         * lib/gai_strerror.c: Include config.h when available.  Include
35301         getaddrinfo.h before other headers to test interface.
35302         Reported by Larry Jones <lawrence.jones@ugs.com>.
35303
35304 2005-09-12  Derek Price  <derek@ximbiot.com>
35305             Paul Eggert  <eggert@cs.ucla.edu>
35306
35307         * modules/glob (Files): Add glob-libc.h.
35308
35309 2005-09-12  Derek Price  <derek@ximbiot.com>
35310             Paul Eggert  <eggert@cs.ucla.edu>
35311
35312         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
35313         glob_.h, glob-libc.h.
35314         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
35315
35316 2005-09-12  Derek Price  <derek@ximbiot.com>
35317             Paul Eggert  <eggert@cs.ucla.edu>
35318
35319         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
35320         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
35321         protecting things that should be done only in gnulib contexts.
35322         * lib/glob_.h: New file, containing only the glob things needed for
35323         gnulib.
35324         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
35325         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
35326         (glob, globfree, glob_pattern_p): Now defined simply in terms of
35327         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
35328         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
35329         and to respect the namespace rules better.
35330
35331 2005-09-08  Simon Josefsson  <jas@extundo.com>
35332
35333         * modules/socklen: New file.
35334
35335 2005-09-08  Simon Josefsson  <jas@extundo.com>
35336
35337         * m4/socklen.m4: New file.
35338
35339 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35340
35341         * modules/utimens (Files): Add m4/utimbuf.m4, since
35342         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
35343         Reported by Sergey Poznyakoff.
35344
35345 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35346
35347         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
35348         definitions, since that's the preferred style in glibc.
35349         Fix a minor spacing issue, and update copyright notice to match
35350         glibc's.
35351
35352 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35353
35354         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
35355
35356 2005-09-06  Simon Josefsson  <jas@extundo.com>
35357
35358         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
35359         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
35360
35361 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
35362
35363         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
35364         warning.
35365
35366 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
35367
35368         * config/srclist.txt: Add glibc bug 1302.
35369
35370 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
35371
35372         Change bitset word type from unsigned int to unsigned long int,
35373         as this has better performance on typical 64-bit hosts.
35374         Port bitset code to hosts with unusual word sizes.
35375         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
35376         (build_collating_symbol):
35377         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
35378         argument is a bitset.  This is merely a style issue, but it makes
35379         it clearer that an entire array is expected.
35380         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
35381         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
35382         Port to the case where bitset_word is not the same as unsigned int.
35383         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
35384         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
35385         Likewise.
35386         * lib/regexec.c (check_dst_limits_calc_pos_1,
35387         check_subexp_matching_top):
35388         (build_trtable, group_nodes_into_DFAstates):
35389         Likewise.
35390         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
35391         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
35392         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
35393         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
35394         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
35395         * lib/regcomp.c (optimize_subexps, lower_subexp):
35396         Work even if bitset_word has holes in its bitwise representation.
35397         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
35398         * lib/regexec.c (check_dst_limits_calc_pos_1,
35399         check_subexp_matching_top):
35400         Likewise.
35401         * lib/regex_internal.c (re_string_reconstruct):
35402         Don't assume UCHAR_MAX == 255.
35403         * lib/regex_internal.h (bitset_set_all): Likewise.
35404         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
35405         All uses changed.
35406         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
35407         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
35408         All uses changed.
35409         (BITSET_WORD_MAX): New macro.
35410         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
35411         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
35412         (bitset_empty, bitset_copy):
35413         Prefer sizeof (bitset) to multiplying it out ourselves.
35414         (bitset_not_merge): Remove; unused.
35415         (bitset_contain): Return bool, not unsigned int with one bit on.
35416         All callers changed.
35417         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
35418         alignment than re_node_set; do this by defining a new internal
35419         type struct dests_alloc and using it to allocate memory.
35420
35421 2005-09-05  Bruno Haible  <bruno@clisp.org>
35422
35423         * gnulib-tool (func_import): Fix comparison in handling of symbolic
35424         links.
35425
35426 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
35427
35428         * modules/size_max (Makefile.am): Add size_max.h
35429
35430 2005-09-04  Derek Price  <derek@ximbiot.com>
35431
35432         * gnulib-tool (func_import): Fix reversed $symbolic logic.
35433
35434 2005-09-03  Simon Josefsson  <jas@extundo.com>
35435
35436         * gnulib-tool: Fix typo.
35437
35438 2005-09-03  Simon Josefsson  <jas@extundo.com>
35439
35440         * config/srclist.txt: Add glibc bug 1293.
35441
35442 2005-09-03  Derek Price  <derek@ximbiot.com>
35443
35444         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
35445         From Larry Jones <lawrence.jones@ugs.com>.
35446
35447 2005-09-02  Simon Josefsson  <jas@extundo.com>
35448
35449         * modules/socklen: New file.
35450
35451 2005-09-02  Simon Josefsson  <jas@extundo.com>
35452
35453         * modules/havelib: New module.
35454
35455         * modules/gettext, modules/iconv, modules/lock, modules/readline:
35456         Use havelib.
35457
35458 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
35459
35460         Check for arithmetic overflow when calculating sizes, to prevent
35461         some buffer-overflow issues.  These patches are conservative, in the
35462         sense that when I couldn't determine whether an overflow was possible,
35463         I inserted a run-time check.
35464         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
35465         macros.
35466         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
35467         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
35468         (re_xnrealloc, re_x2nrealloc): New inline functions.
35469         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
35470         parse_bracket_exp):
35471         (build_equiv_class, build_charclass): Check for arithmetic overflow
35472         in size expression calculations.
35473         * lib/regex_internal.c (re_string_realloc_buffers):
35474         (build_wcs_upper_buffer, re_node_set_add_intersect):
35475         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
35476         (re_dfa_add_node, register_state): Likewise.
35477         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
35478         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
35479         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
35480         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
35481
35482 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
35483
35484         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
35485         m4/ulonglong.m4.  Problem reported by Martin Lambers.
35486
35487 2005-09-02  Bruno Haible  <bruno@clisp.org>
35488
35489         Support for lib vs. lib64 distinction on biarch platforms.
35490         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
35491         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
35492         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
35493
35494 2005-09-02  Bruno Haible  <bruno@clisp.org>
35495
35496         * gnulib-tool (import): In the other first-use case, provide defaults
35497         as well.
35498
35499 2005-09-02  Bruno Haible  <bruno@clisp.org>
35500
35501         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
35502         patches not yet found in the latest gettext release.
35503
35504 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35505
35506         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
35507         to avoid a collision with bits/local_lim.h in glibc.
35508         All uses changed.  Problem reported by Dmitry V. Levin in
35509         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
35510
35511         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
35512         bugs in int versus size_t comparisons.
35513         (re_string_context_at): Fix bug where the code assumed that
35514         Idx is signed.
35515
35516         Use bool where appropriate.
35517         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
35518         All callers changed.
35519         (calc_eclosure_iter): Likewise, for ROOT arg.
35520         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
35521         (build_charclass_op): Likewise, for NON_MATCH arg.
35522         * lib/regex_internal.c (re_string_allocate, re_string_construct):
35523         (re_string_construct_common): Likewise, for ICASE arg.
35524         * lib/regexec.c (re_search_2_stub, re_search_stub):
35525         Likewise, for RET_LEN arg.
35526         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
35527         (set_regs): Likewise, for FL_BACKTRACK arg.
35528         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
35529         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
35530         (calc_eclosure_iter, parse_bracket_exp):
35531         Use bool for internal variables that are booleans.
35532         * lib/regexec.c (re_search_internal, check_matching,
35533         proceed_next_node):
35534         (set_regs, build_sifted_states, sift_states_bkref):
35535         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
35536         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
35537         (find_collation_sequence_value):
35538         Likewise.
35539         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
35540         (re_node_set_compare):
35541         Return bool, not int. All callers changed.
35542         * lib/regexec.c (check_halt_node_context, check_dst_limits):
35543         (build_trtable, check_node_accept): Likewise.
35544         * lib/regex_internal.h: Include stdbool.h.
35545
35546         Fix bugs uncovered when converting to bool.
35547         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
35548         failure instead of charging ahead blindly.
35549         * lib/regex_internal.c (register_state): Likewise.
35550         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
35551         for freeing internal storage.
35552         (group_nodes_into_DFA_states): Use unsigned int, not int, for
35553         bitset pieces used as boolean, to avoid undefined behavior
35554         on hosts that do int overflow checking.
35555
35556 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35557
35558         * config/srclist.txt: Add glibc bugs 1285-1287.
35559
35560 2005-09-01  Jim Meyering  <jim@meyering.net>
35561
35562         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
35563         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
35564         Require gl_STAT_MACROS, too.
35565
35566 2005-09-01  Bruno Haible  <bruno@clisp.org>
35567
35568         * gnulib-tool (import): In the first-use case, provide defaults.
35569
35570 2005-09-01  Bruno Haible  <bruno@clisp.org>
35571
35572         * gnulib-tool (func_import): Remove the .tmp files.
35573
35574 2005-09-01  Bruno Haible  <bruno@clisp.org>
35575
35576         * gnulib-tool (func_import): Fix handling of symbolic links.
35577
35578 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35579
35580         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
35581         old glibc regex code mishandles strings longer than 2**31 bytes.
35582         This patch fixes this when the regex code is used in gnulib
35583         (i.e., outside glibc).
35584
35585         This patch should not affect the use of the regex code inside
35586         glibc.  No doubt this problem also needs to be handled for glibc
35587         as well, but the result will be an incompatible change to the
35588         glibc ABI, and the old ABI will have to be supported too.  That
35589         can be the the subject for another patch.
35590
35591         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
35592         governing whether the rest of this patch is active.  By default,
35593         the macro is disabled and the patch has no effect.
35594         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
35595         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
35596         (struct re_pattern_buffer, re_search, re_search_2, re_match):
35597         (re_match_2, re_set_registers): Use the new types.
35598         * lib/regex_internal.h (Idx, re_hashval_t): New types.
35599         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
35600         New macros.
35601         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
35602         (re_string_context_at, bin_tree_t, re_dfastate_t):
35603         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
35604         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
35605         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
35606         (re_string_char_size_at, re_string_wchar_at):
35607         (re_string_elem_size_at):
35608         Use the new types and macros to port to 64-bit hosts.
35609         Use unsigned types for internal values, so that the code
35610         mostly works even for arrays larger than SSIZE_MAX.
35611         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
35612         (search_duplicated_node, calc_eclosure_iter, fetch_number):
35613         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
35614         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
35615         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
35616         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
35617         (calc_inveclosure, parse_dup_op, build_range_exp):
35618         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
35619         (fetch_number, create_token_tree, mark_opt_subexp):
35620         Likewise.
35621         * lib/regex_internal.c (re_string_construct_common,
35622         create_ci_newstate):
35623         (create_cd_newstate, re_string_allocate, re_string_construct):
35624         (re_string_realloc_buffers, build_wcs_upper_buffer):
35625         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
35626         (re_string_reconstruct, re_string_peek_byte_case):
35627         (re_string_fetch_byte_case, re_string_context_at):
35628         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
35629         (re_node_set_init_copy, re_node_set_add_intersect):
35630         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
35631         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
35632         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
35633         (re_acquire_state, re_acquire_state_context, register_state):
35634         Likewise.
35635         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
35636         search_cur_bkref_entry):
35637         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
35638         (re_search_internal, re_search_2_stub, re_search_stub)
35639         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
35640         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
35641         (update_cur_sifted_state, check_dst_limits):
35642         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
35643         (check_subexp_limits, sift_states_bkref, merge_state_array):
35644         (check_subexp_matching_top, get_subexp, get_subexp_sub):
35645         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
35646         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
35647         (expand_bkref_cache, check_node_accept_bytes):
35648         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
35649         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
35650         (acquire_init_state_context, check_halt_node_context):
35651         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
35652         (sift_states_backward, clean_state_log_if_needed):
35653         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
35654         (find_recover_state, transit_state_sb, transit_state_mb):
35655         (transit_state_bkref, build_trtable, match_ctx_clean):
35656         Likewise.
35657         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
35658         to work around an assumption that REG_MISSING is negative.
35659
35660         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
35661         (seek_collating_symbol_entry) [defined _LIBC]:
35662         (lookup_collation_sequence_value) [defined _LIBC]:
35663         (build_range_exp, build_collating_symbol) [defined _LIBC]:
35664         Use prototypes rather than old-style function definitions.
35665         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
35666         (transit_state_sb) [0]:
35667         (find_collation_sequence_value) [defined _LIBC]: Likewise.
35668
35669         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
35670         rm_eo.
35671
35672         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
35673         (optimize_subexps, lower_subexp):
35674         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
35675         since the signed shift might overflow.  Use 1u<<31 instead.
35676         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
35677         Likewise.
35678         * lib/regexec.c (check_dst_limits_calc_pos_1,
35679         check_subexp_matching_top): Likewise.
35680
35681         * lib/regcomp.c (optimize_subexps, lower_subexp):
35682         Use CHAR_BIT rather than 8, for clarity.
35683         * lib/regexec.c (check_dst_limits_calc_pos_1):
35684         (check_subexp_matching_top): Likewise.
35685         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
35686         have to worry about portability issues when shifting it left.
35687         Remove no-longer-needed test for table_size > 0.
35688         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
35689         in a word, as the resulting behavior is undefined.
35690         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
35691         in one case, a <= should have been an <, and in another case the
35692         whole test was missing.
35693         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
35694         the standard name CHAR_BIT.
35695         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
35696         this is not true on one's complement and signed-magnitude hosts.
35697
35698         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
35699         next_last_offset.
35700         (struct re_dfa_t): Remove unused member states_alloc.
35701         * lib/regcomp.c (init_dfa): Don't initialize unused members.
35702
35703 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35704
35705         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
35706         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
35707         and large-file glibc and in 32-bit large-file Solaris.
35708
35709 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35710
35711         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
35712         lengths fit in regoff_t; this isn't true if regoff_t is the same
35713         width as size_t.
35714         * lib/regex.c (re_search_internal): 5th arg is LAST_START
35715         (= START + RANGE) instead of RANGE.  This avoids overflow
35716         problems when regoff_t is the same width as size_t.
35717         All callers changed.
35718         (re_search_2_stub): Check for overflow when adding the
35719         sizes of the two strings.
35720         (re_search_stub): Check for overflow when adding START
35721         to RANGE; if it occurs, substitute the extreme value.
35722
35723 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35724
35725         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
35726
35727 2005-08-31  Jim Meyering  <jim@meyering.net>
35728
35729         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
35730         a pointer-to-const.
35731         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
35732         (register_state): Likewise.
35733         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
35734         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
35735         (group_nodes_into_DFAstates): Likewise.
35736
35737 2005-08-31  Jim Meyering  <jim@meyering.net>
35738
35739         * check-module: Add a FIXME comment.
35740
35741 2005-08-31  Eric Blake  <ebb9@byu.net>
35742
35743         * modules/unistd-safer (Files): Add unistd--.h.
35744         * modules/stdio-safer (Files): Add stdio--.h.
35745
35746 2005-08-31  Derek Price  <derek@ximbiot.com>
35747
35748         * lib/getdelim.c (getdelim): Return EOF on EOF.
35749         Reported by Larry Jones <lawrence.jones@ugs.com>.
35750
35751 2005-08-31  Bruno Haible  <bruno@clisp.org>
35752
35753         Avoid unnecessary diffs in the generated lib/Makefile.am.
35754         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
35755         the generated files.
35756         (func_import): Don't set cmd.
35757
35758 2005-08-31  Bruno Haible  <bruno@clisp.org>
35759
35760         * lib/strstr.c: Include <stddef.h>, for NULL.
35761         * lib/strcasestr.c: Likewise.
35762         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
35763
35764 2005-08-31  Bruno Haible  <bruno@clisp.org>
35765
35766         * gnulib-tool: New option --macro-prefix.
35767         (func_import): Use macro_prefix.
35768         (import): Handle option --macro-prefix.
35769
35770 2005-08-31  Bruno Haible  <bruno@clisp.org>
35771
35772         * gnulib-tool (import): Rename most ac_* variables to cached_*.
35773         Also use new variables cached_lgpl, cached_libtool.
35774
35775 2005-08-31  Bruno Haible  <bruno@clisp.org>
35776
35777         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
35778         always instantiating them.
35779
35780 2005-08-31  Bruno Haible  <bruno@clisp.org>
35781
35782         * gnulib-tool (func_import): Read the previous cached settings
35783         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
35784         earlier added by gnulib but are now dropped. Warn when a gnulib file
35785         overwrites a non-gnulib file.
35786
35787 2005-08-31  Bruno Haible  <bruno@clisp.org>
35788
35789         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
35790         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
35791         projects that don't keep autogenerated files in CVS. Put into
35792         actioncmd only the specified modules, not the transitive closure.
35793
35794 2005-08-31  Bruno Haible  <bruno@clisp.org>
35795
35796         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
35797         Create directories that shall be filled.
35798         (import): Don't look for gl_* macros in configure.ac. Recurse across
35799         all directories containing a gnulib-cache.m4 files, if meaningful.
35800
35801 2005-08-31  Bruno Haible  <bruno@clisp.org>
35802
35803         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
35804         (import): Set seen_libtool when we see gl_LIBTOOL.
35805
35806 2005-08-31  Bruno Haible  <bruno@clisp.org>
35807
35808         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
35809         declaration macro definitions from generated gnulib.m4.
35810
35811 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
35812
35813         * lib/iconvme.h: Add prototype for iconv_alloc.
35814
35815 2005-08-29  Simon Josefsson  <jas@extundo.com>
35816
35817         * lib/iconvme.c: Fix errno.
35818
35819 2005-08-29  Bruno Haible  <bruno@clisp.org>
35820
35821         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
35822         that it works when the directory contains spaces.
35823
35824 2005-08-29  Bruno Haible  <bruno@clisp.org>
35825
35826         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
35827
35828 2005-08-29  Bruno Haible  <bruno@clisp.org>
35829
35830         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
35831         Emit more advice.
35832
35833 2005-08-29  Bruno Haible  <bruno@clisp.org>
35834         and Stepan Kasal  <kasal@ucw.cz>
35835
35836         * check-module: If more parameters are given, check each of them
35837         separately; add more exceptions, as noted by Jim Meyering.
35838         (check_module): New procedure.
35839         (%exempt_header): Now contains all exceptions.
35840
35841 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
35842
35843         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
35844
35845 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
35846
35847         * lib/iconvme.c: Split iconv_string into iconv_alloc.
35848
35849 2005-08-28  Bruno Haible  <bruno@clisp.org>
35850
35851         * m4/gnulib-tool.m4: New file.
35852
35853 2005-08-27  Jim Meyering  <jim@meyering.net>
35854
35855         * modules/unistd-safer (Files): Add pipe-safer.c.
35856         * modules/fcntl-safer (Files): Add creat-safer.c.
35857
35858 2005-08-27  Jim Meyering  <jim@meyering.net>
35859
35860         * m4/stdlib-safer.m4: New file.  From coreutils.
35861         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
35862         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
35863         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
35864         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
35865         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
35866
35867 2005-08-27  Jim Meyering  <jim@meyering.net>
35868
35869         * lib/fopen-safer.c: Merge minor changes from coreutils.
35870         * lib/dup-safer.c: Likewise.
35871         * lib/fd-safer.c: Likewise.
35872
35873         Merge from coreutils.
35874         * lib/stdio--.h: New file.
35875         * lib/stdlib--.h: New file.
35876         * lib/mkstemp-safer.c: New file.
35877
35878         GNU tar needs these.
35879         * lib/pipe-safer.c: New file.
35880         * lib/creat-safer.c: New file.
35881         * lib/fcntl--.h (creat): Define to creat_safer.
35882         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
35883         * lib/unistd--.h (pipe): Define to pipe_safer.
35884         * lib/unistd-safer.h: Declare pipe_safer.
35885
35886 2005-08-26  Simon Josefsson  <jas@extundo.com>
35887
35888         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
35889         Haible <bruno@clisp.org>.
35890
35891 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
35892
35893         * lib/regex_internal.h: Remove all references to
35894         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
35895         or better.
35896         (bitset_not, bitset_merge, bitset_not_merge):
35897         (bitset_mask, re_string_allocate, re_string_construct):
35898         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
35899         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
35900         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
35901         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
35902         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
35903         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
35904         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
35905         (re_acquire_state_context):
35906         Remove unnecessary forward decls.
35907         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
35908         Put __attribute at function definition,
35909         now that the function decl has been removed.
35910         * lib/regex_internal.c (re_string_peek_byte_case):
35911         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
35912         Likewise.
35913
35914 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
35915
35916         * m4/regex.m4: Add AC_PREREQ(2.50).
35917         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
35918
35919 2005-08-25  Simon Josefsson  <jas@extundo.com>
35920
35921         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
35922         __fsetlocking.
35923
35924 2005-08-25  Simon Josefsson  <jas@extundo.com>
35925
35926         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
35927         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
35928         GLIBC specific code.
35929
35930 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35931
35932         Make regex safe for g++.  This fixes one real bug (an "err"
35933         that should have been "*err").  g++ problem reported by
35934         Sam Steingold.
35935         * lib/regex_internal.h (re_calloc): New macro, consistent with
35936         re_malloc etc.  All callers of calloc changed to use re_calloc.
35937         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
35938         not int.  All callers changed.
35939         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
35940         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
35941         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
35942         (find_recover_state): Change "err" to "*err"; this fixes what
35943         appears to be a real bug.
35944         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
35945         versus int.
35946
35947 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35948
35949         * modules/regex (Depends-on): Add malloc, since the code
35950         assumes that !malloc(0) means failure.
35951
35952 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35953
35954         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
35955
35956         alloca modernization/simplification for regex.
35957         * lib/regex.c: Remove portability cruft for alloca.  This no longer
35958         needs to be at the start of the file, and can be moved into
35959         regex_internal.h and simplified.
35960         * lib/regex_internal.h: Include <alloca.h>.
35961         (__libc_use_alloca) [!defined _LIBC]: New macro.
35962         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
35963         now works outside glibc.
35964
35965 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35966
35967         * config/srclist.txt: Add glibc bugs 1241, 1245.
35968
35969 2005-08-25  Jim Meyering  <jim@meyering.net>
35970
35971         * lib/open-safer.c: Include <config.h>.
35972         Otherwise, we'd lose LARGEFILE support in any file using
35973         e.g. "fcntl--.h"
35974
35975 2005-08-25  Bruno Haible  <bruno@clisp.org>
35976
35977         * m4/minmax.m4: Require autoconf 2.52.
35978         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
35979         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
35980         alternatives of translit over the alphabet.
35981         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
35982
35983 2005-08-24  Simon Josefsson  <jas@extundo.com>
35984
35985         * tests/test-getpass.c: New file.
35986
35987 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
35988
35989         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
35990         for GNU regex features.
35991
35992 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
35993
35994         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
35995         * lib/regex.h (regerror): Likewise.
35996
35997         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
35998         requires this.  (The code never needed it.)
35999
36000         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
36001         All uses of recently-renamed identifiers changed to use the new,
36002         POSIX-compliant names.  The code will build and run just fine
36003         without these changes, but it's better to eat our own dog food
36004         and use the standard-conforming names.
36005
36006         * lib/regex.h: Fix a multitude of POSIX name space violations.
36007         These changes have an effect only for programs that define
36008         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
36009         do not change anything for programs compiled in the normal way.
36010         Also, there is no effect on the ABI.
36011
36012         (_REGEX_SOURCE): New macro.
36013         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
36014         defined and _GNU_SOURCE is not; this fixes a name space violation.
36015
36016         Rename the following macros to obey POSIX requirements.
36017         The old names are still visible as macros if _REGEX_SOURCE is defined.
36018         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
36019         RE_BACKSLASH_ESCAPE_IN_LISTS.
36020         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
36021         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
36022         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
36023         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
36024         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
36025         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
36026         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
36027         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
36028         (REG_INTERVALS): renamed from RE_INTERVALS.
36029         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
36030         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
36031         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
36032         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
36033         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
36034         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
36035         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
36036         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
36037         RE_UNMATCHED_RIGHT_PAREN_ORD.
36038         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
36039         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
36040         (REG_DEBUG): renamed from RE_DEBUG.
36041         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
36042         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
36043         unusual, since we can't clash with the POSIX REG_ICASE.
36044         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
36045         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
36046         (REG_NO_SUB): renamed from RE_NO_SUB.
36047         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
36048         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
36049         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
36050         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
36051         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
36052         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
36053         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
36054         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
36055         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
36056         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
36057         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
36058         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
36059         RE_SYNTAX_POSIX_MINIMAL_BASIC.
36060         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
36061         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
36062         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
36063         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
36064         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
36065         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
36066         (REG_FIXED): Renamed from REGS_FIXED.
36067         (REG_NREGS): Renamed from RE_NREGS.
36068
36069         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
36070         of other REG_* macros, since POSIX says the user is allowed to
36071         #undef these macros selectively.
36072
36073         (reg_errcode_t): Update comment stating what other tables need
36074         to be consistent.
36075
36076         Rename the following enum values to obey POSIX requirements.
36077         The old names are still visible as macros.
36078         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
36079         is not defined, since GNU is supposed to be a superset of POSIX as
36080         much as possible, and since we want reg_errcode_t to be a signed
36081         type for implementation consistency.
36082         (_REG_NOERROR): Renamed from REG_NOERROR.
36083         (_REG_NOMATCH): Renamed from REG_NOMATCH.
36084         (_REG_BADPAT): Renamed from REG_BADPAT.
36085         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
36086         (_REG_ECTYPE): Renamed from REG_ECTYPE.
36087         (_REG_EESCAPE): Renamed from REG_EESCAPE.
36088         (_REG_ESUBREG): Renamed from REG_ESUBREG.
36089         (_REG_EBRACK): Renamed from REG_EBRACK.
36090         (_REG_EPAREN): Renamed from REG_EPAREN.
36091         (_REG_EBRACE): Renamed from REG_EBRACE.
36092         (_REG_BADBR): Renamed from REG_BADBR.
36093         (_REG_ERANGE): Renamed from REG_ERANGE.
36094         (_REG_ESPACE): Renamed from REG_ESPACE.
36095         (_REG_BADRPT): Renamed from REG_BADRPT.
36096         (_REG_EEND): Renamed from REG_EEND.
36097         (_REG_ESIZE): Renamed from REG_ESIZE.
36098         (_REG_ERPAREN): Renamed from REG_ERPAREN.
36099         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
36100         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
36101         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
36102         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
36103
36104         (_REG_RE_NAME, _REG_RM_NAME): New macros.
36105         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
36106         changed.  But support the old name if the new one is not defined
36107         and if _REGEX_SOURCE.
36108
36109         Change the following member names in struct re_pattern_buffer.
36110         The old names are still supported if !_REGEX_SOURCE.
36111         The new names are always supported, regardless of _REGEX_SOURCE.
36112         (re_buffer): Renamed from buffer.
36113         (re_allocated): Renamed from allocated.
36114         (re_used): Renamed from used.
36115         (re_syntax): Renamed from syntax.
36116         (re_fastmap): Renamed from fastmap.
36117         (re_translate): Renamed from translate.
36118         (re_can_be_null): Renamed from can_be_null.
36119         (re_regs_allocated): Renamed from regs_allocated.
36120         (re_fastmap_accurate): Renamed from fastmap_accurate.
36121         (re_no_sub): Renamed from no_sub.
36122         (re_not_bol): Renamed from not_bol.
36123         (re_not_eol): Renamed from not_eol.
36124         (re_newline_anchor): Renamed from newline_anchor.
36125
36126         Change the following member names in struct re_registers.
36127         The old names are still supported if !_REGEX_SOURCE.
36128         The new names are always supported, regardless of _REGEX_SOURCE.
36129         (rm_num_regs): Renamed from num_regs.
36130         (rm_start): Renamed from start.
36131         (rm_end): Renamed from end.
36132
36133         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
36134         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
36135         Prepend __ to parameter names.
36136
36137         Undo yesterday's changes.
36138
36139 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
36140
36141         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
36142         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
36143         lib/regex.c.
36144
36145 2005-08-24  Jim Meyering  <jim@meyering.net>
36146
36147         Sync from coreutils.
36148         * m4/fcntl-safer.m4: New file.
36149
36150         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
36151         and object files for this module.
36152
36153 2005-08-24  Jim Meyering  <jim@meyering.net>
36154
36155         Sync from coreutils.
36156         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
36157
36158 2005-08-24  Jim Meyering  <jim@meyering.net>
36159
36160         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
36161         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
36162
36163 2005-08-24  Jim Meyering  <jim@meyering.net>
36164
36165         * modules/fcntl-safer: New module.
36166         * modules/fts (Depends-on): Add fcntl-safer.
36167         * MODULES.html.sh (File descriptor based Input/Output):
36168         Add fcntl-safer.
36169
36170 2005-08-24  Bruno Haible  <bruno@clisp.org>
36171
36172         Support for unit test modules.
36173         * modules/README: Mention tests modules.
36174         * modules/TEMPLATE-TESTS: New file.
36175         * gnulib-tool: New options --extract-tests-module, --with-tests and
36176         --tests-base (unused for the moment).
36177         (testsbase, inctests): New variables.
36178         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
36179         (func_verify_module): Exclude TEMPLATE-TESTS.
36180         (func_verify_nontests_module, func_verify_tests_module): New functions.
36181         (func_get_dependencies): Add implicit dependency for tests modules.
36182         (func_get_tests_module): New function.
36183         (func_modules_transitive_closure): When --with-tests was specified,
36184         include the unit tests as well, unless explicitly avoided.
36185         (func_emit_lib_Makefile_am): Ignore the tests modules here.
36186         (func_emit_tests_Makefile_am): New function.
36187         (func_create_testdir): When --with-tests was specified, emit a
36188         tests/ directory.
36189         * MODULES.html.sh (Future developments): Update.
36190
36191 2005-08-24  Bruno Haible  <bruno@clisp.org>
36192
36193         * modules/tls-tests: New file.
36194         * tests/test-tls.c: New file, from GNU gettext.
36195
36196 2005-08-24  Bruno Haible  <bruno@clisp.org>
36197
36198         * modules/lock-tests: New file.
36199         * tests/test-lock.c: New file, from GNU gettext.
36200
36201 2005-08-24  Bruno Haible  <bruno@clisp.org>
36202
36203         * lib/lock.h: Add multiple inclusion guard.
36204         * lib/tls.h: Add multiple inclusion guard.
36205
36206 2005-08-24  Bruno Haible  <bruno@clisp.org>
36207
36208         * gnulib-tool: Add support for the --aux-dir option to
36209         --create-testdir, --create-megatestdir, --test, --megatest.
36210         (func_create_testdir, func_create_megatestdir): Optionally emit a
36211         AC_CONFIG_AUX_DIR directive.
36212         (create-testdir, create-megatestdir, test, megatest): Provide a
36213         default value for $auxdir.
36214
36215 2005-08-24  Bruno Haible  <bruno@clisp.org>
36216
36217         * gnulib-tool (import): Use compound statement instead of subshell
36218         where possible.
36219
36220 2005-08-24  Bruno Haible  <bruno@clisp.org>
36221
36222         * gnulib-tool (import): Change --aux-dir default to "build-aux".
36223
36224 2005-08-24  Bruno Haible  <bruno@clisp.org>
36225
36226         * gnulib-tool (func_version): Update.
36227
36228 2005-08-24  Bruno Haible  <bruno@clisp.org>
36229
36230         * gnulib-tool (func_import, func_create_testdir,
36231         func_create_megatestdir): Quote all autoconf macro arguments.
36232
36233 2005-08-24  Bruno Haible  <bruno@clisp.org>
36234
36235         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
36236         option --force, because --force causes the aclocal.m4 of each
36237         subdirectory to be newer than the corresponding config.h.in.
36238
36239 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36240
36241         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
36242         All contents moved to gl_REGEX.
36243         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
36244         assume that it does.
36245
36246 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36247
36248         * lib/regex.h (REG_NOSYS)
36249         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
36250         Define, since POSIX requires it as of 2001.
36251         (_REG_ENOSYS)
36252         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
36253         New private symbol, used to keep the enum signed in all cases.
36254         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
36255         Youngman in
36256         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
36257
36258         * lib/regex_internal.c (re_string_skip_chars, register_state):
36259         (calc_state_hash):
36260         Remove forward decls; no longer needed now that we use prototypes.
36261         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
36262         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
36263         (clean_state_log_if_needed): Likewise.
36264
36265 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36266
36267         * config/srclist.txt: Add glibc bugs 1231-1233.
36268
36269 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36270
36271         Fix problems reported by Sam Steingold in
36272         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
36273         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
36274         assumed that reg_errcode_t is a signed type, which is not
36275         necessarily true if _XOPEN_SOURCE is not defined.
36276         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
36277         since some compilers warn about it otherwise.
36278
36279 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36280
36281         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
36282         (init_word_char, create_initial_state, duplicate_node_closure):
36283         (fetch_token, peek_token_bracket, build_range_exp):
36284         (build_collating_symbol): Remove forward decls; no longer needed
36285         now that we use prototypes.
36286
36287         * lib/regcomp.c:
36288         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
36289         (re_compile_fastmap_iter, regcomp, regerror, regfree):
36290         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
36291         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
36292         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
36293         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
36294         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
36295         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
36296         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
36297         (build_range_exp, build_collating_symbol, parse_bracket_exp):
36298         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
36299         (build_charclass, build_charclass_op, fetch_number, create_tree):
36300         (create_token_tree, mark_opt_subexp, duplicate_tree):
36301         Use prototypes rather than old-style definitions.
36302
36303         * lib/regex_internal.c:
36304         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
36305         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
36306         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
36307         (re_string_reconstruct, re_string_peek_byte_case):
36308         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
36309         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
36310         (re_node_set_init_copy, re_node_set_add_intersect):
36311         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
36312         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
36313         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
36314         (re_acquire_state, re_acquire_state_context, register_state):
36315         (create_ci_newstate, create_cd_newstate, free_state):
36316         Likewise.
36317         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
36318         re_search_2):
36319         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
36320         (re_search_internal, prune_impossible_nodes):
36321         (acquire_init_state_context, check_matching, static):
36322         (check_halt_node_context, check_halt_state_context, proceed_next_node):
36323         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
36324         (update_regs, sift_states_backward, build_sifted_states):
36325         (clean_state_log_if_needed, merge_state_array):
36326         (update_cur_sifted_state, add_epsilon_src_nodes):
36327         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
36328         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
36329         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
36330         (find_recover_state, check_subexp_matching_top, transit_state_mb):
36331         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
36332         (check_arrival, check_arrival_add_next_nodes):
36333         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
36334         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
36335         (check_node_accept_bytes, check_node_accept, extend_buffers):
36336         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
36337         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
36338         (sift_ctx_init):
36339         Likewise.
36340
36341         * lib/regex_internal.h:
36342         (re_string_allocate, re_string_construct, re_string_reconstruct):
36343         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
36344         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
36345         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
36346         (re_string_context_at, re_string_peek_byte_case):
36347         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
36348         is defined, since we now use prototypes always.
36349
36350         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
36351         C89 or better.  All uses removed.
36352
36353 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36354
36355         * config/srclist.txt: Add glibc bugs 1220-1227.
36356
36357 2005-08-20  Jim Meyering  <jim@meyering.net>
36358
36359         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
36360         of unused local, dfa.
36361
36362 2005-08-20  Bruno Haible  <bruno@clisp.org>
36363
36364         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
36365
36366 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36367
36368         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
36369         (re_node_set_insert_last, re_dfa_add_node):
36370         Rename local variables to avoid GCC shadowing warnings.
36371
36372 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36373
36374         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
36375         [defined lint]: Suppress bogus uninitialized-variable warnings.
36376
36377         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
36378         and let the caller return REG_ESPACE if out of space.  This
36379         removes an uninitialied-variable warning with GCC 4.0.1, and also
36380         avoids taking the address of a local variable.  All callers
36381         changed.
36382
36383 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36384
36385         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
36386         $LIBCSRC/posix/regexec.c.
36387         Add glibc bug 1217 for regcomp.c.
36388
36389 2005-08-19  Jim Meyering  <jim@meyering.net>
36390
36391         * lib/regexec.c (proceed_next_node): Redo local variables to
36392         avoid GCC shadowing warnings.
36393
36394 2005-08-18  Bruno Haible  <bruno@clisp.org>
36395
36396         * lib/strstr.c (strstr): Fix return value in multibyte case.
36397         * lib/strcasestr.c (strcasestr): Likewise.
36398
36399 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
36400
36401         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
36402
36403 2005-08-17  Jim Meyering  <jim@meyering.net>
36404
36405         Make the %s format (seconds since the epoch) work for a negative
36406         number and when used with a zero-padded field width, e.g. %015s.
36407
36408         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
36409         label so that it precedes the code to set `digits'.  Otherwise,
36410         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
36411         print `00-22'.  Now, it prints `-0022', as it should.
36412
36413 2005-08-17  Bruno Haible  <bruno@clisp.org>
36414
36415         * modules/strstr (Files): Add m4/mbrtowc.m4.
36416         (Depends-on): Add mbuiter.
36417
36418 2005-08-17  Bruno Haible  <bruno@clisp.org>
36419
36420         * modules/strcasestr: New file.
36421         * MODULES.html.sh (String handling, based on ANSI C 89): Add
36422         strcasestr.
36423
36424 2005-08-17  Bruno Haible  <bruno@clisp.org>
36425
36426         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
36427
36428 2005-08-17  Bruno Haible  <bruno@clisp.org>
36429
36430         * modules/mbuiter: New file.
36431         * MODULES.html.sh (Extended multibyte and wide character utilities):
36432         Add mbuiter.
36433
36434 2005-08-17  Bruno Haible  <bruno@clisp.org>
36435
36436         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
36437         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
36438
36439 2005-08-17  Bruno Haible  <bruno@clisp.org>
36440
36441         * m4/strcasestr.m4: New file.
36442
36443 2005-08-17  Bruno Haible  <bruno@clisp.org>
36444
36445         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
36446         * lib/strstr.c: Completely rewritten, with multibyte locale support.
36447
36448 2005-08-17  Bruno Haible  <bruno@clisp.org>
36449
36450         * lib/strcasestr.h: New file.
36451         * lib/strcasestr.c: New file.
36452
36453 2005-08-17  Bruno Haible  <bruno@clisp.org>
36454
36455         * lib/strcasecmp.c: Use mbuiter.h.
36456
36457 2005-08-17  Bruno Haible  <bruno@clisp.org>
36458
36459         * lib/mbuiter.h: New file.
36460
36461 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
36462
36463         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
36464         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
36465         and gl_GETOPT are both invoked via different paths (as happens
36466         with GNU tar CVS because it uses both argp and getopt), the former
36467         wins.
36468
36469 2005-08-16  Bruno Haible  <bruno@clisp.org>
36470
36471         * modules/tls: New file.
36472         * MODULES.html.sh (Multithreading): Add tls.
36473
36474 2005-08-16  Bruno Haible  <bruno@clisp.org>
36475
36476         * modules/strnlen1: New file.
36477         * MODULES.html.sh (String handling): Add strnlen1.
36478
36479 2005-08-16  Bruno Haible  <bruno@clisp.org>
36480
36481         * modules/strcase (Files): Add m4/mbrtowc.m4.
36482         (Depends-on): Add strnlen1, mbchar.
36483
36484 2005-08-16  Bruno Haible  <bruno@clisp.org>
36485
36486         * modules/mbiter: New file.
36487         * MODULES.html.sh (Extended multibyte and wide character utilities):
36488         Add mbiter.
36489
36490 2005-08-16  Bruno Haible  <bruno@clisp.org>
36491
36492         * modules/mbfile: New file.
36493         * MODULES.html.sh (Extended multibyte and wide character utilities):
36494         Add mbfile.
36495
36496 2005-08-16  Bruno Haible  <bruno@clisp.org>
36497
36498         * modules/mbchar: New file.
36499         * MODULES.html.sh (Extended multibyte and wide character utilities):
36500         New section.
36501
36502 2005-08-16  Bruno Haible  <bruno@clisp.org>
36503
36504         * m4/tls.m4: New file, from GNU gettext.
36505
36506 2005-08-16  Bruno Haible  <bruno@clisp.org>
36507
36508         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
36509         always.
36510         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
36511
36512 2005-08-16  Bruno Haible  <bruno@clisp.org>
36513
36514         * m4/mbiter.m4: New file.
36515
36516 2005-08-16  Bruno Haible  <bruno@clisp.org>
36517
36518         * m4/mbfile.m4: New file.
36519
36520 2005-08-16  Bruno Haible  <bruno@clisp.org>
36521
36522         * m4/mbchar.m4: New file.
36523
36524 2005-08-16  Bruno Haible  <bruno@clisp.org>
36525
36526         * lib/tls.h: New file, from GNU gettext.
36527         * lib/tls.c: New file, from GNU gettext.
36528
36529 2005-08-16  Bruno Haible  <bruno@clisp.org>
36530
36531         * lib/strnlen1.h: New file.
36532         * lib/strnlen1.c: New file.
36533
36534 2005-08-16  Bruno Haible  <bruno@clisp.org>
36535
36536         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
36537         (mbi_init): Update.
36538         (mbi_avail, mbi_advance): Let the iteration end before the terminating
36539         NUL byte, not after it.
36540
36541 2005-08-16  Bruno Haible  <bruno@clisp.org>
36542
36543         * lib/strcase.h (strcasecmp): Add note in comments.
36544         * lib/strncasecmp.c: Use code from strcasecmp.c.
36545         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
36546         (strcasecmp): Work correctly in multibyte locales.
36547
36548 2005-08-16  Bruno Haible  <bruno@clisp.org>
36549
36550         * lib/mbiter.h: New file.
36551
36552 2005-08-16  Bruno Haible  <bruno@clisp.org>
36553
36554         * lib/mbfile.h: New file.
36555
36556 2005-08-16  Bruno Haible  <bruno@clisp.org>
36557
36558         * lib/mbchar.h: New file.
36559         * lib/mbchar.c: New file.
36560
36561 2005-08-16  Bruno Haible  <bruno@clisp.org>
36562
36563         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
36564         the valid ones. Makes the comparison operations transitive:
36565         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
36566         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
36567
36568 2005-08-15  Simon Josefsson  <jas@extundo.com>
36569
36570         * modules/ssize_t (License): Change to 'unlimited'.
36571
36572         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
36573
36574 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36575
36576         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
36577         Add comments for each pending glibc patch.
36578
36579 2005-08-15  Bruno Haible  <bruno@clisp.org>
36580
36581         * lib/regex.h (__restrict_arr): Don't define to __restrict if
36582         __cplusplus is defined.
36583
36584 2005-08-14  Jim Meyering  <jim@meyering.net>
36585
36586         Sync from coreutils.
36587
36588         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
36589         Use the hash-table-based cycle-detection code not just when
36590         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
36591         Reported by James Youngman in
36592         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
36593         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
36594         FTS_TIGHT_CYCLE_CHECK.
36595         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
36596         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
36597         once again.
36598         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
36599         * lib/fts.c (fd_safer): Remove decl.
36600         Include fcntl--.h rather than unistd-safer.h
36601         (fts_safe_changedir): Don't call fd_safer; no longer needed
36602         now that we include fcntl--.h.
36603
36604 2005-08-12  Simon Josefsson  <jas@extundo.com>
36605
36606         * modules/getndelim2: Use ssize_t module.
36607         * modules/getnline: Likewise.
36608         * modules/safe-read: Likewise.
36609         * modules/xreadlink: Likewise.
36610
36611         * modules/ssize_t: New file.
36612
36613 2005-08-12  Simon Josefsson  <jas@extundo.com>
36614
36615         * m4/readline.m4: Look for termcap, curses or ncurses if required.
36616
36617 2005-08-12  Simon Josefsson  <jas@extundo.com>
36618
36619         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36620         ssize_t.
36621
36622 2005-08-12  Simon Josefsson  <jas@extundo.com>
36623
36624         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
36625         readline, getdelim and check_version.
36626         (Support for systems lacking ISO C 99: Sizes of integer types):
36627         Add size_max.
36628
36629 2005-08-12  Bruno Haible  <bruno@clisp.org>
36630
36631         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
36632
36633 2005-08-11  Simon Josefsson  <jas@extundo.com>
36634
36635         * modules/readline: New file.
36636
36637         * modules/strnlen (Files): Add strnlen.h.
36638
36639 2005-08-11  Simon Josefsson  <jas@extundo.com>
36640
36641         * m4/readline.m4: New file.
36642
36643 2005-08-11  Simon Josefsson  <jas@extundo.com>
36644
36645         * lib/readline.h, readline.c: New file.
36646
36647 2005-08-11  Simon Josefsson  <jas@extundo.com>
36648
36649         * doc/gnulib.texi (Initial import, Finishing touches): Mention
36650         gl_AVOID.
36651
36652 2005-08-11  Bruno Haible  <bruno@clisp.org>
36653
36654         * lib/strnlen.h (strnlen): Change parameter name to match comment.
36655
36656 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
36657
36658         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
36659
36660 2005-08-10  Simon Josefsson  <jas@extundo.com>
36661
36662         * tests/test-iconvme.c: New file.
36663
36664 2005-08-10  Simon Josefsson  <jas@extundo.com>
36665
36666         * m4/strnlen.m4: New file.
36667
36668         * m4/strndup.m4: Don't check for strnlen declaration, done in
36669         strnlen.m4.
36670
36671 2005-08-10  Simon Josefsson  <jas@extundo.com>
36672
36673         * lib/strndup.c: Use strnlen.h.
36674
36675         * lib/strnlen.h: New file.
36676
36677 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
36678
36679         * README: Typos.
36680
36681 2005-08-02  Simon Josefsson  <jas@extundo.com>
36682
36683         * modules/readline: New file.
36684
36685 2005-08-02  Simon Josefsson  <jas@extundo.com>
36686
36687         * modules/getdelim: New file.
36688
36689         * modules/getline: Rewrite, don't use getndelim2.
36690
36691 2005-08-02  Simon Josefsson  <jas@extundo.com>
36692
36693         * m4/getline.m4: Separate out getdelim stuff into separate module.
36694
36695         * m4/getdelim.m4: New file.
36696
36697 2005-08-02  Simon Josefsson  <jas@extundo.com>
36698
36699         * lib/getline.h, getline.c: Rewrite.
36700
36701         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
36702
36703 2005-07-31  Bruno Haible  <bruno@clisp.org>
36704
36705         * lib/lock.h (gl_lock_initializer): New macro.
36706         (gl_lock_define_initialized): Use it.
36707         (gl_rwlock_initializer): New macro.
36708         (gl_rwlock_define_initialized): Use it.
36709         (gl_recursive_lock_initializer): New macro.
36710         (gl_recursive_lock_define_initialized): Use it.
36711
36712 2005-07-30  Karl Berry  <karl@gnu.org>
36713
36714         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
36715         Report from Ben Pfaff, regarding getopt.
36716
36717 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
36718
36719         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
36720         normal way.
36721         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
36722         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
36723         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
36724         (gl_GETOPT): Use the new macros.  Most of the implementation
36725         is moved to the new macros.  This is for programs like Emacs
36726         that don't want all the functionality of gl_GETOPT.
36727
36728 2005-07-26  Bruno Haible  <bruno@clisp.org>
36729
36730         * m4/lock.m4: Update from GNU gettext.
36731
36732 2005-07-26  Bruno Haible  <bruno@clisp.org>
36733
36734         * lib/lock.h: Update from GNU gettext.
36735         * lib/lock.c: Update from GNU gettext.
36736
36737 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
36738
36739         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
36740         obsolescent AC_TRY_RUN.  Include the default includes files, for
36741         'exit'.
36742
36743 2005-07-24  Bruno Haible  <bruno@clisp.org>
36744
36745         * modules/visibility: New file.
36746         * MODULES.html.sh (Misc): Add visibility.
36747
36748 2005-07-24  Bruno Haible  <bruno@clisp.org>
36749
36750         * m4/visibility.m4: New file.
36751
36752 2005-07-24  Bruno Haible  <bruno@clisp.org>
36753
36754         * doc/visibility.texi: New file.
36755
36756 2005-07-22  Bruno Haible  <bruno@clisp.org>
36757
36758         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
36759         $(ALLOCA_H), redundant through BUILT_SOURCES.
36760         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
36761         redundant through BUILT_SOURCES.
36762         * modules/byteswap (Makefile.am): Remove explicit dependency on
36763         $(BYTESWAP_H), redundant through BUILT_SOURCES.
36764         * modules/fnmatch (Makefile.am): Remove explicit dependency on
36765         $(FNMATCH_H), redundant through BUILT_SOURCES.
36766         * modules/getopt (Makefile.am): Remove explicit dependency on
36767         $(GETOPT_H), redundant through BUILT_SOURCES.
36768         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
36769         redundant through BUILT_SOURCES.
36770         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
36771         redundant through BUILT_SOURCES.
36772         * modules/stdbool (Makefile.am): Remove explicit dependency on
36773         $(STDBOOL_H), redundant through BUILT_SOURCES.
36774         * modules/stdint (Makefile.am): Remove explicit dependency on
36775         $(STDINT_H), redundant through BUILT_SOURCES.
36776         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
36777         Remove explicit dependency on $(SYSEXITS_H).
36778         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
36779
36780 2005-07-18  Simon Josefsson  <jas@extundo.com>
36781
36782         * lib/check-version.c (check_version): Accept identical versions too.
36783
36784 2005-07-18  Bruno Haible  <bruno@clisp.org>
36785
36786         * modules/lock: New file.
36787         * MODULES.html.sh (Multithreading): New section.
36788
36789 2005-07-18  Bruno Haible  <bruno@clisp.org>
36790
36791         * m4/lock.m4: New file, from GNU gettext.
36792
36793 2005-07-18  Bruno Haible  <bruno@clisp.org>
36794
36795         * lib/lock.h: New file, from GNU gettext.
36796         * lib/lock.c: New file, from GNU gettext.
36797
36798 2005-07-18  Bruno Haible  <bruno@clisp.org>
36799
36800         * lib/lock.h (gl_once_t): New type.
36801         (gl_once_define, gl_once): New macros.
36802         * lib/lock.c (fresh_once): New variable.
36803         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
36804         functions.
36805
36806 2005-07-16  Simon Josefsson  <jas@extundo.com>
36807
36808         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
36809         workaround, suggested by Bruno.
36810
36811 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
36812
36813         * modules/xalloc (Depends-on): Add xalloc-die.
36814         * modules/xvasprintf (Depends-on): Add xalloc-die.
36815
36816 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
36817
36818         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
36819         with a minor change.
36820
36821 2005-07-15  Bruno Haible  <bruno@clisp.org>
36822
36823         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
36824         When using lib/poll.c, define poll as rpl_poll.
36825
36826 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
36827
36828         * modules/argp (Depends-on): Remove unlocked-io.
36829
36830 2005-07-14  Derek Price  <derek@ximbiot.com>
36831
36832         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
36833         for glob symlink bug.
36834
36835 2005-07-14  Bruno Haible  <bruno@clisp.org>
36836
36837         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
36838         Instead, test for *_unlocked function declarations directly.
36839
36840 2005-07-11  Simon Josefsson  <jas@extundo.com>
36841
36842         * modules/size_max: New file.
36843
36844         * modules/xsize: Depend on size_max module for size_max.m4.
36845
36846 2005-07-11  Simon Josefsson  <jas@extundo.com>
36847
36848         * lib/size_max.h: New file.
36849
36850 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
36851
36852         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
36853         copyright symbol and the year.
36854         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
36855         (version_etc_va): Use parameterized copyright notice.
36856         Reword to conform to the current GNU coding standards.
36857
36858 2005-07-11  Karl Berry  <karl@gnu.org>
36859
36860         * doc/gnulib.texi (Quoting): new node.
36861         (Initial import): more info, from Patrice.
36862
36863 2005-07-11  Bruno Haible  <bruno@clisp.org>
36864
36865         * gnulib-tool (func_usage): Document option --avoid.
36866         (Command line options): Handle --avoid.
36867         (func_acceptable): New function.
36868         (func_modules_transitive_closure): Use it.
36869
36870 2005-07-11  Bruno Haible  <bruno@clisp.org>
36871
36872         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
36873         Reported by Jim Meyering.
36874
36875 2005-07-10  Bruno Haible  <bruno@clisp.org>
36876
36877         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
36878         Needed when size_t is smaller than 'unsigned int'.
36879         Reported by Paul Eggert.
36880
36881 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36882
36883         * modules/argp (Depends-on): Add unlocked-io
36884
36885 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36886
36887         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
36888         block of defines.
36889
36890 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
36891
36892         * config/srclist.txt: Comment out regcomp.c, since we have a porting
36893         fix now.
36894
36895 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
36896         and Paul Eggert  <eggert@cs.ucla.edu>
36897
36898         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
36899         in wint_t, not wchar_t.  Remove now-unnecessary cast.
36900
36901 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36902
36903         * modules/regex (Files): Add lib/regex_internal.c,
36904         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
36905         (Depends-on): Add extensions.
36906         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
36907
36908 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36909
36910         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
36911         pathconf.
36912         * m4/same.m4 (gl_SAME): Likewise.
36913         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
36914
36915         * m4/regex.m4: Adjust to new libc regex implementation.
36916         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
36917         all the .c and .h parts of (the new) regex.
36918         Quote the m4 stuff better.
36919         Check for RE_ICASE bug of old gnulib.
36920         Check for REG_STARTEND of recent libc.
36921         Rename local variables from jm_* to gl_*.
36922         Quote operand of "test -f".
36923         Say "recent enough" version of libc, not "version 2".
36924         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
36925         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
36926         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
36927         Remove check for btowc, isascii.
36928         Require AM_LANGINFO_CODESET.
36929
36930 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36931
36932         * lib/regex.c, regex.h: Sync from libc.
36933         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
36934         * lib/regexec.c:
36935         New files, synced from libc, except that regex_internal.h
36936         currently has a small porting fix.
36937
36938 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36939
36940         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
36941         regex_internal.c, regexec.c.
36942         Add regex_internal.h too, but as a comment, since the libc version
36943         is currently broken in gnulib mode.
36944
36945 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
36946
36947         Support programs like Emacs that use gnulib but not gettext.
36948         * MODULES.html.sh (Internationalization functions): Add gettext-h.
36949         * modules/gettext-h: New file.
36950         * modules/gettext (Files): Remove lib/gettext.h.
36951         (Depends-on): Add gettext-h.
36952         (Makefile.am): Remove lib_SOURCES.
36953         * modules/argmatch, modules/c-stack, modules/closeout:
36954         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
36955         * modules/execute, modules/file-type, modules/getaddrinfo:
36956         * modules/getopt, modules/human, modules/javacomp:
36957         * modules/javaexec, modules/mkdir-p, modules/obstack:
36958         * modules/openat, modules/pagealign_alloc, modules/pipe:
36959         * modules/quotearg, modules/regex, modules/rpmatch:
36960         * modules/unicodeio, modules/userspec, modules/version-etc:
36961         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
36962         * modules/xsetenv:
36963         Depend on gettext-h, not gettext.
36964
36965 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
36966
36967         * gnulib-tool (func_import): Add support for 'public domain' license.
36968         * modules/alloca, modules/atexit, modules/memmove:
36969         Now public domain, not GPL.
36970         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
36971         * modules/realloc, modules/strerror, modules/strtod:
36972         Now LGPL, not GPL.
36973
36974 2005-07-05  Bruno Haible  <bruno@clisp.org>
36975
36976         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
36977         autoconf CVS. Needed for mingw.
36978
36979 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
36980
36981         Remove the dependency of the strftime module on the tzset module.
36982         * modules/strftime (Depends-on): Remove dependency on tzset.
36983
36984 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
36985
36986         Remove the dependency of the strftime module on the tzset module.
36987         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
36988         gl_FUNC_TZSET_CLOBBER.
36989
36990 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
36991
36992         Remove the dependency of the strftime module on the tzset module.
36993         * lib/strftime.c (my_strftime)
36994         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
36995         Copy the input structure, to work around some of the bug with
36996         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
36997         Solaris releases, you should also use the tzset module, but we won't
36998         require it as a dependency any more since we don't want LGPLed code
36999         to depend on GPLed code.
37000
37001 2005-07-02  Jim Meyering  <jim@meyering.net>
37002
37003         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
37004         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
37005         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
37006         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
37007
37008 2005-07-02  Jim Meyering  <jim@meyering.net>
37009
37010         * lib/backupfile.c (backup_args): Change a `0' to NULL.
37011
37012 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
37013
37014         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
37015         declares only 'struct timespec;' (!).
37016
37017 2005-07-01  Jim Meyering  <jim@meyering.net>
37018
37019         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
37020         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
37021         * lib/save-cwd.c, tempname.c:
37022         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
37023         and don't include <sys/file.h>).
37024
37025 2005-06-29  Jim Meyering  <jim@meyering.net>
37026
37027         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
37028         type name.  Use the variable name instead.
37029         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
37030         Likewise.
37031
37032 2005-06-28  Simon Josefsson  <jas@extundo.com>
37033
37034         * modules/check-version (Files): Add check-version.m4.
37035
37036 2005-06-28  Simon Josefsson  <jas@extundo.com>
37037
37038         * m4/check-version.m4: New file, suggested by Jim Meyering
37039         <jim@meyering.net>.
37040
37041 2005-06-28  Simon Josefsson  <jas@extundo.com>
37042
37043         * lib/check-version.h, lib/check-version.c: New files.
37044
37045 2005-06-28  Simon Josefsson  <jas@extundo.com>
37046
37047         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
37048         collision with global variable.  Better indentation.  Don't
37049         increment buffer pointer beyond buffer end.  Based on comments
37050         from Paul Eggert <eggert@cs.ucla.edu>.
37051
37052         * lib/base64.h: Indent.
37053
37054 2005-06-28  Simon Josefsson  <jas@extundo.com>
37055
37056         * doc/gnulib.texi (Library version handling): New section.
37057
37058 2005-06-28  Jim Meyering  <jim@meyering.net>
37059
37060         * check-module (find_included_lib_files): Hard-code another
37061         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
37062         but modules/fts-lgpl (correctly) does not list those files.
37063
37064         * modules/canonicalize (Files): Add lib/pathmax.h.
37065
37066 2005-06-25  Simon Josefsson  <jas@extundo.com>
37067
37068         * modules/check-version: New file.
37069
37070 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
37071
37072         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
37073         initializer of struct addrinfo, as an indication that we don't
37074         care how many members the structure has.
37075
37076 2005-06-24  Derek Price  <derek@ximbiot.com>
37077         and Bruno Haible  <bruno@clisp.org>
37078
37079         Remove stat module & update lstat.
37080         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
37081         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
37082         * m4/stat.m4: Remove this file.
37083
37084 2005-06-24  Derek Price  <derek@ximbiot.com>
37085         and Bruno Haible  <bruno@clisp.org>
37086
37087         Remove stat module & update lstat.
37088         * lib/stat.c: Remove this file...
37089         (slash_aware_lstat): ...moving this content and its support...
37090         * lib/lstat.c (rpl_lstat): ...into here.
37091         * lib/lstat.h: New file.
37092
37093 2005-06-24  Derek Price  <derek@ximbiot.com>
37094         and Bruno Haible  <bruno@clisp.org>
37095
37096         Remove stat module & update lstat.
37097         * config/srclist.txt (libc sources): Remove stat.
37098
37099 2005-06-24  Derek Price  <derek@ximbiot.com>
37100         and Bruno Haible  <bruno@clisp.org>
37101
37102         Remove stat module & update lstat.
37103         * MODULES.html.sh (stat): Remove.
37104         * MODULES.html: Regenerated.
37105         * modules/lstat (Description): Correct function name.
37106         (Files): Add "lstat.h".
37107         (Depends-on): Remove stat, add xalloc, stat-macros.
37108         * modules/stat: Remove this file.
37109         (Include): Add "lstat.h", remove <sys/stat.h>.
37110
37111 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
37112
37113         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
37114         (ranged_convert): Don't save conversion in a temporary struct.
37115         This causes a warning with GCC 4.0.0, and anyway in the typical
37116         case it's not worth the extra 100 bytes or so of code.
37117         (ranged_convert, __mktime_internal): When calling a function via a
37118         pointer P, use P () rather than (*P) (), as we now assume C89 or
37119         better.
37120
37121 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
37122
37123         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
37124         "who -r" failed to give output.  Problem reported by Tim Waugh.
37125
37126         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
37127         (xcalloc): Use it to avoid needless tests.
37128         Problem reported by Jim Meyering.
37129
37130 2005-06-20  Derek Price  <derek@ximbiot.com>
37131
37132         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
37133         unnecessary for Autoconfs > 2.59c.
37134
37135 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37136
37137         * lib/argp.h (__option_is_short): Check upper limit of
37138         __key. Isprint() requires its argument to have the value
37139         of an unsigned char or EOF.
37140
37141 2005-06-16  Jim Meyering  <jim@meyering.net>
37142
37143         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
37144         when either N or S is zero.
37145
37146 2005-06-16  Derek Price  <derek@ximbiot.com>
37147
37148         * m4/bison.m4: Declare YACC & YFLAGS precious.
37149
37150 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
37151
37152         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
37153         multibyte string or pattern, fall back on unibyte matching.
37154         Problem reported by James Youngman.
37155
37156 2005-06-08  Bruno Haible  <bruno@clisp.org>
37157
37158         * modules/csharpcomp: New file.
37159         * MODULES.html.sh (C#): Add csharpcomp.
37160
37161 2005-06-08  Bruno Haible  <bruno@clisp.org>
37162
37163         * m4/csharpcomp.m4: New file, from GNU gettext.
37164
37165 2005-06-08  Bruno Haible  <bruno@clisp.org>
37166
37167         * lib/csharpcomp.h: New file, from GNU gettext.
37168         * lib/csharpcomp.c: New file, from GNU gettext.
37169         * lib/csharpcomp.sh.in: New file, from GNU gettext.
37170
37171 2005-06-08  Bruno Haible  <bruno@clisp.org>
37172
37173         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
37174         warning on mingw.
37175
37176 2005-06-07  Derek Price  <derek@ximbiot.com>
37177
37178         Sync from CVS.
37179         * lib/glob_.h: Indent nested #ifdef.
37180
37181 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37182
37183         Sync from coreutils.
37184         Use "file name" when talking about file names, instead of "filename"
37185         or "path", as per the GNU coding standards.
37186         * lib/mkdir-p.c: Renamed from makepath.c.
37187         (make_dir_parents): Renamed from make_path.  All callers changed.
37188         * lib/mkdir-p.h: Likewise.  All includers changed.
37189         * lib/filenamecat.c: Renamed from path-concat.c.
37190         (file_name_concat): Renamed from path_concat.  All callers changed.
37191         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
37192         * lib/filenamecat.h: Likewise.  All includers changed.
37193         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
37194         in comments or local variable names.
37195         * lib/basename.c: Likewise.
37196         * lib/canonicalize.c, canonicalize.h: Likewise.
37197         * lib/dirname.c, dirname.h: Likewise.
37198         * lib/euidaccess.c: Likewise.
37199         * lib/exclude.c: Likewise
37200         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
37201         * lib/fsusage.c, fsuage.h: Likewise.
37202         * lib/fts.c, fts_.h: Likewise.
37203         * lib/getcwd.c: Likewise.
37204         * lib/getloadavg.c: Likewise.
37205         * lib/mkstemp.c: Likewise.
37206         * lib/mountlist.c, mountlist.h: Likewise.
37207         * lib/openat.c, openat.h: Likewise.
37208         * lib/readlink-stub.c: Likewise.
37209         * lib/readutmp.c, readutmp.h: Likewise.
37210         * lib/rename.c: Likewise.
37211         * lib/rmdir.c: Likewise.
37212         * lib/same.c: Likewise.
37213         * lib/savedir.c: Likewise.
37214         * lib/stripslash.c: Likewise.
37215         * lib/tempname.c: Likewise.
37216         * lib/xreadlink.c: Likewise.
37217         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
37218         All uses changed.
37219         * lib/exclude.h: Likewise.
37220
37221         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
37222         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37223         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
37224         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37225         * lib/pathmax.h: Include <limits.h> unconditionally, since other
37226         files have been getting away with it for years (MORE/BSD 4.3
37227         is extinct now).
37228         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
37229         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37230
37231         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
37232         Define to 256, not 255, as per modern POSIX.
37233
37234 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37235
37236         Sync from coreutils.
37237         Use "file name" when talking about file names, instead of "filename"
37238         or "path", as per the GNU coding standards.
37239         * MODULES.html.sh: mkdir-p renamed from makepath.
37240         filenamecat renamed from path-concat.
37241         * modules/filenamecat: Renamed from modules/path-concat.
37242         (Files): filenamecat.h and filenamecat.c renamed from
37243         path-concat.h and path-concat.c.
37244         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
37245         (Include): filenamecat.h, not path-concat.h.
37246         * modules/mkdir-p: Renamed from modules/makepath.
37247         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
37248         makepath.c.
37249         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
37250         (Include): mkdir-p.h, not makepath.h.
37251
37252 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37253
37254         Sync from coreutils.
37255         * m4/mkdir-p.m4: Renamed from makepath.m4.
37256         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
37257         Rename files from makepath.c to mkdir-p.c, and from
37258         makepath.h to mkdir-p.h.
37259         * m4/filenamecat.m4: Renamed from path-concat.m4.
37260         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
37261         Rename files from path-concat.c to filenamecat.c,
37262         and from path-concat.h to filenamecat.h.
37263         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
37264         "file name" in local variables or comments.
37265         * m4/rename.m4: Likewise.
37266
37267 2005-06-01  Bruno Haible  <bruno@clisp.org>
37268
37269         * modules/csharpexec: New file.
37270         * MODULES.html.sh (C#): New section.
37271
37272 2005-06-01  Bruno Haible  <bruno@clisp.org>
37273
37274         * m4/csharp.m4: New file, from GNU gettext.
37275         * m4/csharpexec.m4: New file, from GNU gettext.
37276
37277 2005-06-01  Bruno Haible  <bruno@clisp.org>
37278
37279         * lib/csharpexec.h: New file, from GNU gettext.
37280         * lib/csharpexec.c: New file, from GNU gettext.
37281         * lib/csharpexec.sh.in: New file, from GNU gettext.
37282
37283 2005-05-31  Derek Price  <derek@ximbiot.com>
37284             Paul Eggert  <eggert@cs.ucla.edu>
37285
37286         Sync from cvs.
37287         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
37288
37289 2005-05-31  Derek Price  <derek@ximbiot.com>
37290             Paul Eggert  <eggert@cs.ucla.edu>
37291
37292         Sync from cvs.
37293         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
37294
37295 2005-05-29  Derek Price  <derek@ximbiot.com>
37296
37297         * config/srclist.txt (glob_.h, glob.c): Add these files.
37298
37299 2005-05-29  Derek Price  <derek@ximbiot.com>
37300
37301         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
37302         * modules/glob: New file.
37303         * modules/getlogin_r: Add link to POSIX spec in description.
37304
37305 2005-05-29  Derek Price  <derek@ximbiot.com>
37306             Paul Eggert  <eggert@cs.ucla.edu>
37307
37308         * m4/glob.m4: New file.
37309
37310 2005-05-29  Derek Price  <derek@ximbiot.com>
37311             Paul Eggert  <eggert@cs.ucla.edu>
37312
37313         * lib/glob_.h, lib/glob.c: New files.
37314
37315 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37316
37317         * modules/fts (Files): Remove m4/inttypes-pri.m4.
37318         * modules/fts-lgpl (Depends-on): Remove gettext.
37319
37320 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37321
37322         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
37323         and don't require gt_INTTYPES_PRI.
37324
37325 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37326
37327         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
37328
37329         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
37330         the configuration hassle isn't worth it.
37331         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
37332         (LONGEST_MODIFIER, PRIuMAX): Remove.
37333
37334 2005-05-27  Bruno Haible  <bruno@clisp.org>
37335
37336         * lib/getlogin_r.h: Remove second include of <stddef.h>.
37337
37338 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
37339
37340         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
37341         _POSIX_PTHREAD_SEMANTICS for Solaris.
37342
37343 2005-05-25  Derek Price  <derek@ximbiot.com>
37344
37345         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
37346
37347 2005-05-25  Derek Price  <derek@ximbiot.com>
37348             Paul Eggert  <eggert@cs.ucla.edu>
37349
37350         * modules/getlogin_r, m4/getlogin_r.m4: New files.
37351         * lib/getlogin_r.c, getlogin_r.h: New files.
37352
37353 2005-05-25  Bruno Haible  <bruno@clisp.org>
37354             Derek Price  <derek@ximbiot.com>
37355
37356         * lib/getlogin_r.h: Simplify API documentation.
37357
37358 2005-05-23  Derek Price  <derek@ximbiot.com>
37359
37360         * modules/minmax (Files): Add m4/minmax.m4.
37361         (configure.ac): Add gl_MINMAX.
37362
37363 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
37364
37365         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
37366         so that unistd-safer.h (GPL'ed code) need not be included.
37367
37368 2005-05-22  Bruno Haible  <bruno@clisp.org>
37369
37370         * m4/minmax.m4: New file.
37371         Based on a patch by Derek Price <derek@ximbiot.com>.
37372
37373 2005-05-22  Bruno Haible  <bruno@clisp.org>
37374
37375         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
37376         (INT64_MIN): Fix definition.
37377         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
37378
37379         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
37380         NEED_SIGNED_INT_TYPES.
37381
37382         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
37383         HAVE_SYSTEM_INTTYPES.
37384
37385 2005-05-22  Bruno Haible  <bruno@clisp.org>
37386
37387         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
37388         Also include <sys/param.h> if it defines MIN, MAX.
37389         Based on a patch by Derek Price <derek@ximbiot.com>.
37390
37391 2005-05-21  Jim Meyering  <jim@meyering.net>
37392
37393         * modules/fts (Files): Add m4/inttypes-pri.m4.
37394         (Depends-on): Add lstat and remove gettext.  Alphabetize.
37395
37396 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37397
37398         New fts module.
37399         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
37400         (setup_dir, free_dir): New functions.
37401         (enter_dir, leave_dir): Define trivial
37402         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
37403         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
37404         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
37405         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
37406         Move to fts-cycle.c.
37407         (fts_open): Use setup_dir.
37408         (fts_close): Use free_dir.
37409         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
37410         This adds a label and some gotos, but the alternatives were messier.
37411         Check for memory allocation failure when entering a dir.
37412         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
37413         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
37414         (FTS): New member fts_cycle, that is a union that contains the
37415         old active_dir_ht and cycle_state.  All uses changed to mention
37416         fts_cycle.ht and fts_cycle.state.
37417         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
37418         fts.c, with the following changes:
37419         (setup_dir, free_dir): New functions.
37420         (enter_dir): Now returns bool.  Return true if successful, false
37421         if memory exhausted.  All callers changed.
37422         Do not bother partly cleaning up on
37423         memory allocation failure; that is free_dir's job.
37424         However, free ad if hash_insert fails, to avoid memory leak.
37425         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
37426         fts->fts_options to see which union member to use.
37427
37428 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37429
37430         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
37431         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
37432
37433 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37434
37435         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
37436
37437 2005-05-20  Jim Meyering  <jim@meyering.net>
37438
37439         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
37440         Now a macro, to pacify GCC.
37441
37442 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
37443
37444         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
37445         of -1.
37446
37447 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
37448
37449         * lib/chown.c (rpl_chown): Return -1 on failure.
37450
37451 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
37452
37453         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
37454         Don't check for stddef.h.
37455         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
37456         don't use its results.
37457         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
37458         since we include them unconditionally.  Don't require
37459         AM_STDBOOL_H, since stdbool is a prerequisite.
37460         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
37461         since we assume C89 or better.
37462         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
37463         as we don't use their results.
37464         Don't check for fchdir, memmove, memset, strrchr, as we use
37465         them unconditionally.
37466         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
37467         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
37468
37469 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
37470
37471         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
37472         Include <stddef.h> unconditionally, since we assume C89 now.
37473         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
37474         * lib/fts.c: Include fts_.h first, to check interface.
37475         Do not include intprops.h; no longer needed.
37476         Include cycle-check.h and hash.h, since fts_.h no longer does.
37477         Remove unnecessary casts of closedir to void.
37478         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
37479         decide whether to decrement nlinks.
37480         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
37481         (FTS): Use struct hash_table * instead of Hash_table, so that
37482         we no longer need to include hash.h here.
37483
37484 2005-05-18  Jim Meyering  <jim@meyering.net>
37485
37486         * modules/dirfd (License): Change to LGPL.  Most of the code
37487         is already in the public domain.
37488
37489 2005-05-18  Jim Meyering  <jim@meyering.net>
37490
37491         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
37492         Reported by Yoann Vandoorselaere.
37493
37494 2005-05-17  Jim Meyering  <jim@meyering.net>
37495
37496         * m4/fts.m4: New file, from coreutils.
37497
37498 2005-05-17  Jim Meyering  <jim@meyering.net>
37499
37500         * lib/fts.c, lib/fts_.h: New files, from coreutils.
37501
37502 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37503
37504         Sync from coreutils.
37505         * m4/unlinkdir.m4: New file.
37506
37507 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37508
37509         Sync from coreutils.
37510         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
37511         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
37512         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
37513         White space changes only.
37514         * lib/makepath.c (make_path): Port to hosts where leading "//" is
37515         special.
37516         * lib/yesno.c: Include getline.h, not ctype.h.
37517         (yesno): Don't remove leading white space; POSIX doesn't allow it.
37518         Use getline to remove arbitrary restriction on response length.
37519
37520 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37521
37522         * config/srclist-update: Spell out "Street" in FSF postal
37523         mail address; this is the style the FSF seems to prefer.
37524
37525         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
37526         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
37527         this updates FSF postal mail address.
37528
37529         Sync from coreutils.
37530         * modules/unlinkdir: New file.
37531         * modules/yesno (Depends-on): Add getline.
37532         * MODULES.html.sh (File system functions): Add unlinkdir.
37533
37534 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37535
37536         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
37537         lib/strsep.h:
37538         Change the initial comment to refer to GPL, not LGPL.
37539         gnulib-tool will change it to LGPL as needed.
37540
37541         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
37542         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
37543         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
37544         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
37545         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
37546         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
37547         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
37548         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
37549         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
37550         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
37551         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
37552         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
37553         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
37554         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
37555         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
37556         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
37557         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
37558         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
37559         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
37560         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
37561         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
37562         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
37563         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
37564         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
37565         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
37566         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
37567         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
37568         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
37569         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
37570         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
37571         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
37572         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
37573         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
37574         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
37575         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
37576         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
37577         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
37578         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
37579         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
37580         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
37581         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
37582         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
37583         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
37584         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
37585         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
37586         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
37587         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
37588         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
37589         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
37590         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
37591         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
37592         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
37593         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
37594         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
37595         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
37596         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
37597         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
37598         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
37599         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
37600         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
37601         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
37602         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
37603         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
37604         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
37605         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
37606         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
37607         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
37608         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
37609         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
37610         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
37611         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
37612         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
37613         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
37614         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
37615         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
37616         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
37617         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
37618         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
37619         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
37620         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
37621         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
37622         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
37623         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
37624         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
37625         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
37626         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
37627         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
37628         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
37629         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
37630         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
37631         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
37632         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
37633         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
37634         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
37635         lib/yesno.c, lib/yesno.h:
37636         Update FSF postal mail address.
37637
37638 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37639
37640         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
37641         tests/test-memmem.c, tests/test-stpncpy.c:
37642         Update FSF postal mail address.
37643
37644 2005-05-13  Bruno Haible  <bruno@clisp.org>
37645
37646         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
37647         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
37648         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
37649         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
37650         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
37651         Add support for 64-bit integers in the MSVC compiler.
37652
37653 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37654
37655         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
37656
37657 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
37658
37659         * gnulib-tool (func_import): Sort and uniquify recommended includes.
37660
37661 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
37662
37663         * doc/getdate.texi (General date syntax): Don't say that date
37664         date --iso-8601=ns generates acceptable dates; it doesn't yet.
37665         Problem reported by Nic Ferrier.
37666
37667 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37668
37669         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
37670         specified in ai_socktype. Fix invalid ai_protocol
37671         check. ai_protocol is usually set to 0 or depending on
37672         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
37673         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
37674         ai_socktype / ai_protocol in the returned addrinfo structure.
37675
37676 2005-05-10  Simon Josefsson  <jas@extundo.com>
37677
37678         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
37679         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
37680
37681 2005-05-10  Karl Berry  <karl@gnu.org>
37682
37683         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
37684         (from http://www.gnu.org/licenses).
37685         * doc/COPYING.LIB: also rename to COPYING.LESSER.
37686         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
37687         fdl.texi suffices.
37688
37689 2005-05-10  Karl Berry  <karl@gnu.org>
37690
37691         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
37692         (COPYING.DOC): remove.
37693
37694         * config/srclist-update: new FSF address.
37695
37696 2005-05-10  Derek Price  <derek@ximbiot.com>
37697
37698         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
37699         possible.
37700
37701 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37702             Bruno Haible  <bruno@clisp.org>
37703
37704         * modules/inet_ntop: New file.
37705         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37706         inet_ntop.
37707
37708 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37709             Bruno Haible  <bruno@clisp.org>
37710
37711         * m4/inet_ntop.m4: New file.
37712
37713 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37714             Bruno Haible  <bruno@clisp.org>
37715
37716         * lib/inet_ntop.h: New file.
37717         * lib/inet_ntop.c: New file, from glibc with modifications.
37718
37719 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
37720
37721         * modules/time_r (License): Change to LGPL.
37722         * modules/extensions (License): Change to LGPL.  Actually,
37723         the license is more permissive than that, but currently gnulib-tool
37724         doesn't know how to handle more-permissive licenses.
37725
37726         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
37727         Problem reported by Dave Love.
37728
37729 2005-05-08  Jim Meyering  <jim@meyering.net>
37730
37731         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
37732         blank.
37733
37734 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
37735
37736         * modules/argmatch (Depends-on): Add stdbool.
37737         * modules/backupfile (Depends-on): Likewise.
37738         * modules/chdir-long (Depends-on): Likewise.
37739         * modules/closeout (Depends-on): Likewise.
37740         * modules/cycle-check (Depends-on): Likewise.
37741         * modules/dirname (Depends-on): Likewise.
37742         * modules/fnmatch (Depends-on): Likewise.
37743         * modules/fsusage (Depends-on): Likewise.
37744         * modules/fwriteerror (Depends-on): Likewise.
37745         * modules/getcwd (Depends-on): Likewise.
37746         * modules/getloadavg (Depends-on): Likewise.
37747         * modules/hard-locale (Depends-on): Likewise.
37748         * modules/makepath (Depends-on): Likewise.
37749         * modules/mountlist (Depends-on): Likewise.
37750         * modules/nanosleep (Depends-on): Likewise.
37751         * modules/posixtm (Depends-on): Likewise.
37752         * modules/quotearg (Depends-on): Likewise.
37753         * modules/readtokens (Depends-on): Likewise.
37754         * modules/readtokens0 (Depends-on): Likewise.
37755         * modules/readutmp (Depends-on): Likewise.
37756         * modules/save-cwd (Depends-on): Likewise.
37757         * modules/strftime (Depends-on): Likewise.
37758         * modules/userspec (Depends-on): Likewise.
37759         * modules/utimecmp (Depends-on): Likewise.
37760         * modules/xgetcwd (Depends-on): Likewise.
37761         * modules/xnanosleep (Depends-on): Likewise.
37762         * modules/xstrtod (Depends-on): Likewise.
37763         * modules/yesno (Depends-on): Likewise.
37764
37765 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
37766
37767         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
37768         needless checks.
37769
37770 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37771
37772         Merge from coreutils.  Among other things,
37773         add bulletproofing for cases where stdin, stdout, or stderr are closed.
37774         * lib/fd-safer.c: New file.
37775         * lib/fcntl-safer.h, open-safer.c: Remove.
37776         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
37777         * lib/dup-safer.c: Include unistd-safer.h first.
37778         Don't include errno.h.
37779         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
37780         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
37781         * lib/file-type.c: Rely on file-type.h change.
37782         * lib/getloadavg.c: Include unistd-safer.h.
37783         (getloadavg): Use safer open.
37784         * lib/getusershell.c: Include "stdio-safer.h".
37785         (getusershell): Use safer fopen.
37786         * lib/long-options.c (long_options): Use NULL rather than 0.
37787         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
37788         'free'.
37789         * lib/modechange.c: Likewise.
37790         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
37791         (MODE_DONE): New constant.
37792         (struct mode_change): Remove 'next' member.
37793         (make_node_op_equals): New function; like the old one of the
37794         same name, except it allocates an array.
37795         (mode_compile, mode_create_from_ref): Use it.
37796         (mode_compile): Allocate result as an array, not a linked list.
37797         Parse octal string ourself, so that we catch mistakes like "+0".
37798         (mode_adjust): Arg is an array, not a linked list.
37799         * lib/modechange.c: Include stat-macros.h, xalloc.h.
37800         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
37801         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
37802         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
37803         Remove.  This is now stat-macros.h's job.
37804         (talloc): Remove.  All callers replaced by xalloc, so that
37805         our invokers don't have to worry about reporting memory failures.
37806         (make_node_op_equals): Remove.
37807         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
37808         New constants.
37809         (struct mode_change): Moved here from modechange.h.
37810         (mode_append_entry): Remove.
37811         (mode_compile): Remove MASKED_OPS arg, since it encouraged
37812         apps to have incorrect behavior.  Use simpler algorithm for head
37813         and tail.  Don't futz with umask; that's now the job of mode_adjust.
37814         Detect more invalid usages rather than having somewhat-random behavior.
37815         Don't insert an "a=" action, as that leads to incorrect behavior.
37816         (mode_compile, mode_create_from_ref): Return NULL on error instead
37817         of an enum, since now there's only one way to have an error.  All
37818         callers changed.
37819         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
37820         at the correct time.  Simplify calculation of "+u" and its ilk.
37821         Don't mishandle "+X".
37822         (mode_free): Remove "register" and localize decls.
37823         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
37824         (struct mode_change): Move to modechange.c; callers don't
37825         need to see this stuff.
37826         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
37827         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
37828         (mode_change, mode_adjust): Reflect the new signatures noted above.
37829         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
37830         that might redefine system include files.
37831         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
37832         (my_usleep): Use NULL rather than (void *) 0.
37833         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
37834         Use siginterrupt to specify that system calls should be interrupted.
37835         (rpl_nanosleep): Move initialization of suspended closer to call of
37836         my_usleep.
37837         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
37838         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
37839         (desirable_utmp_entry): New function.
37840         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
37841         using x2nrealloc, to simplify logic.
37842         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
37843         size calculation.  Do not assume utmp file is a regular file.
37844         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
37845         (READ_UTMP_CHECK_PIDS): New constant.
37846         * lib/save-cwd.c: Include unistd-safer.h.
37847         (save_cwd): Use fd_safer.
37848         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
37849         [!_LIBC] Include "stat-macros.h" instead.
37850         * lib/unistd-safer.h (fd_safer): New decl.
37851
37852 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37853
37854         * modules/getloadavg (Depends-on): Add unistd-safer.
37855         * modules/getusershell (Depends-on): Add stdio-safer.
37856         * modules/lstat (Depends-on): Remove xalloc.
37857         * modules/mkstemp (Depends-on): Add stat-macros.
37858         * modules/modechange (Depends-on): Remove xstrtol.
37859         Add stat-macros, xalloc.
37860         * modules/save-cwd (Depends-on): Add unistd-safer.
37861         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
37862         * modules/unistd-safer (Files): Add lib/fd-safer.c
37863         (Makefile.am): Remove lib_SOURCES.
37864
37865         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
37866         Remove fcntl-safer; unistd-safer supersedes it.
37867
37868 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37869
37870         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
37871         AC_HEADER_STAT.
37872         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
37873         (gl_PREREQ_CHOWN): Remove.
37874         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
37875         it.  Don't require AC_HEADER_STAT.
37876         (gl_PREREQ_LSTAT): Remove.
37877         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
37878         Don't require AC_HEADER_STAT.
37879         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
37880         (gl_PREREQ_RMDIR): Remove.
37881         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
37882         mention stat-macros.h or AC_HEADER_STAT, since we'll make
37883         the stat-macros module a prerequisite.
37884         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
37885         * m4/filemode.m4 (gl_FILEMODE): Likewise.
37886         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
37887         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
37888         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
37889         variable names.
37890         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
37891         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
37892         variable prefixes.
37893         * m4/fcntl-safer.m4: Remove.
37894         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
37895         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
37896         Invoke gl_PREREQ_FD_SAFER.
37897         (gl_PREREQ_FD_SAFER): New macro.
37898         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
37899         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
37900         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
37901         Remove duplicate call to AC_LIBOBJ(readutmp).
37902         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
37903
37904         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
37905         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
37906
37907 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37908
37909         * MODULES.html.sh (Misc): Add byteswap.
37910
37911 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37912
37913         * modules/getcwd (Depends-on): Add extensions.
37914         * modules/openat (Depends-on): Likewise.
37915
37916 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37917
37918         * modules/byteswap: New file.
37919
37920 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37921
37922         * m4/byteswap.m4: New file.
37923
37924 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37925
37926         * lib/byteswap_.h: New file.
37927
37928 2005-04-25  Karl Berry  <karl@gnu.org>
37929
37930         * m4/gettext.m4: Update from GNU gettext 0.14.4.
37931
37932 2005-04-25  Albert Chin  <china@thewrittenword.com>
37933
37934         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
37935         Toolkit C bug.
37936
37937 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
37938
37939         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
37940         (func_ln_if_changed) Remove forcibly for no error message
37941         in case file does not exist.
37942
37943 2005-04-19  Simon Josefsson  <jas@extundo.com>
37944
37945         * gnulib-tool (Options): Make --symlink mean --symbolic.
37946
37947 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
37948
37949         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
37950
37951 2005-04-16  Simon Josefsson  <jas@extundo.com>
37952
37953         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
37954
37955 2005-04-15  Simon Josefsson  <jas@extundo.com>
37956
37957         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
37958
37959 2005-04-15  Simon Josefsson  <jas@extundo.com>
37960
37961         * gnulib-tool: Rename --symlink to --symbolic.
37962
37963 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
37964
37965         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
37966         symbolic links to files instead of copying/moving.  Add --aux-dir,
37967         specifying directory relative --dir where auxiliary build tools
37968         are placed.
37969
37970 2005-04-14  Bruno Haible  <bruno@clisp.org>
37971
37972         * modules/allocsa (License): Change to LGPL.
37973         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
37974
37975 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
37976
37977         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
37978         that "UTC +1 second" continues to work.  Problem reported
37979         by Dmitry V. Levin.
37980         (relunit_snumber): New rule.
37981         (relunit): Use it.
37982
37983 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
37984
37985         * lib/getdate.y (universal_time_zone_table): New constant.
37986         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
37987         universal_time_zone_table.
37988         (lookup_zone): Prefer universal_time_zone_table to
37989         local_time_zone_table, so that "GMT" time stamps are allowed in
37990         London during the summer.  Problem reported by Ian Abbott.
37991
37992 2005-04-12  Jim Meyering  <jim@meyering.net>
37993
37994         * lib/human.c (humblock): Set *options even when returning due to
37995         xstrtoumax conversion failure.  Thanks to a used-uninitialized
37996         warning from gcc-4.
37997
37998 2005-04-09  Jim Meyering  <jim@meyering.net>
37999
38000         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
38001         -Wuninitialized: initialize tm0.tm_year.
38002
38003 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
38004
38005         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
38006         count, since there's no maximum.  All uses changed.
38007         Add member dsts_seen.
38008         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
38009         not being INT_MAX.
38010         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
38011         Use pc_rels_seen to decide whther a date is absolute.
38012
38013         * lib/getdate.y (number): Don't overwrite year.
38014         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
38015         check.
38016
38017 2005-04-02  Simon Josefsson  <jas@extundo.com>
38018
38019         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
38020         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
38021
38022 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
38023
38024         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
38025         where no absolute path name can be longer than PATH_MAX.
38026
38027 2005-03-27  Jim Meyering  <jim@meyering.net>
38028
38029         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
38030
38031 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
38032
38033         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
38034         "one's complement" -> "ones' complement" in comment, as per Knuth.
38035         "value of type" -> "type or expression" in comment.
38036         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
38037
38038 2005-03-26  Jim Meyering  <jim@meyering.net>
38039
38040         Comment nits.
38041         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
38042         Correct typos: s/or/of/.
38043
38044 2005-03-26  Jim Meyering  <jim@meyering.net>
38045
38046         * modules/check-include-files: Move to ../ and rename to...
38047         * check-module: ...this.
38048
38049 2005-03-25  Jim Meyering  <jim@meyering.net>
38050
38051         * modules/xvasprintf (Files): Add xalloc.h.
38052
38053 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
38054
38055         * modules/gettext (Files): config/config.rpath ->
38056         build-aux/config.rpath
38057         * modules/iconv (Files): Likewise.
38058         Problem reported by Oskar Liljeblad.
38059
38060 2005-03-23  Jim Meyering  <jim@meyering.net>
38061
38062         * modules/check-include-files: New script to check for
38063         missing dependencies, multiple includes, etc.
38064
38065         * modules/c-strtold (Depends-on): Add xalloc.
38066         * modules/c-strtod (Depends-on): Add xalloc.
38067         * modules/hash (Depends-on): Add xalloc.
38068         (Files): Remove lib/xalloc.h.
38069
38070         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
38071         * modules/userspec (Files): Add lib/inttostr.h.
38072
38073 2005-03-23  Jim Meyering  <jim@meyering.net>
38074
38075         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
38076
38077 2005-03-22  Jim Meyering  <jim@meyering.net>
38078
38079         * modules/stat-macros: New module.
38080         * modules/canonicalize, modules/euidaccess, modules/file-type,
38081         * modules/filemode, modules/lchown, modules/makepath,
38082         * modules/rmdir, modules/stat: Depend on new stat-macros module
38083         rather than listing lib/stat-macros.h manually.
38084         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
38085
38086 2005-03-22  Jim Meyering  <jim@meyering.net>
38087
38088         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
38089
38090 2005-03-22  Bruno Haible  <bruno@clisp.org>
38091
38092         * config/srclist.txt: Replace target directory 'config' with
38093         'build-aux'.
38094         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
38095         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
38096         ../build-aux/.
38097
38098 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
38099
38100         * modules/chdir-long (Depends-on): Add mempcpy.
38101
38102         * modules/acl, modules/backupfile, modules/c-strtod,
38103         modules/c-strtold, modules/canon-host, modules/canonicalize,
38104         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
38105         modules/exclude, modules/exitfail, modules/file-type,
38106         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
38107         modules/getdate, modules/getline, modules/getpagesize,
38108         modules/getpass, modules/getugroups, modules/group-member,
38109         modules/hard-locale, modules/hash, modules/human, modules/idcache,
38110         modules/inttostr, modules/long-options, modules/makepath,
38111         modules/md5, modules/memcasecmp, modules/memcoll,
38112         modules/modechange, modules/mountlist, modules/path-concat,
38113         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
38114         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
38115         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
38116         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
38117         modules/strftime, modules/strndup, modules/strverscmp,
38118         modules/timespec, modules/unlocked-io, modules/userspec,
38119         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
38120         modules/yesno:
38121         Remove lib_SOURCES line from Makefile.am section, as this is now
38122         done automatically by the corresponding Autoconf macro.
38123
38124 2005-03-21  Jim Meyering  <jim@meyering.net>
38125
38126         Changes imported from coreutils.
38127
38128         * lib/cycle-check.c: Don't include xalloc.h.
38129
38130         * lib/path-concat.c: Don't include assert.h.
38131         (path_concat): Remove assertion that would have triggered
38132         for ABASE starting with more than one slash.
38133         Reported by Andreas Schwab.
38134
38135         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
38136         properly when ABASE is an absolute file name.
38137         Correct the description of this function.
38138         Include <assert.h>.
38139         Add an assertion and a test driver.
38140         This fixes a bug introduced on 2004-07-02.
38141         Andreas Schwab reported the resulting failure of cp --parents:
38142         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
38143
38144 2005-03-21  Jim Meyering  <jim@meyering.net>
38145
38146         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
38147         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
38148
38149 2005-03-21  Jim Meyering  <jim@meyering.net>
38150         and  Paul Eggert  <eggert@cs.ucla.edu>
38151
38152         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
38153         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
38154         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
38155         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
38156         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
38157         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
38158         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
38159         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
38160         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
38161         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
38162         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
38163         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
38164         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
38165         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
38166         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
38167         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
38168         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
38169         for these modules.
38170
38171 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
38172
38173         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
38174         (which shouldn't happen), generate nothing instead of returning 0
38175         immediately, so that nstrftime (NULL, ...) doesn't return 0.
38176
38177 2005-03-16  Bruno Haible  <bruno@clisp.org>
38178
38179         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
38180         HAVE_LONGLONG_64BIT.
38181
38182 2005-03-16  Bruno Haible  <bruno@clisp.org>
38183
38184         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
38185         HAVE_LONGLONG_64BIT.
38186
38187 2005-03-16  Bruno Haible  <bruno@clisp.org>
38188
38189         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
38190         HAVE_LONGLONG_64BIT.
38191
38192 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
38193
38194         * lib/strftime.c (my_strftime): Prepend space to format so that we can
38195         reliably distinguish strftime failure from empty output on POSIX
38196         hosts.
38197
38198 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
38199
38200         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
38201         (iconv_string): Don't guess a size-zero buffer, as that might cause
38202         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
38203         result would be 'too large', where 'too large' is (heuristically)
38204         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
38205         overflow concerns.  This will prevent some unwanted malloc failures
38206         when the inputs are very large.
38207
38208 2005-03-15  Karl Berry  <karl@gnu.org>
38209
38210         * config/srclist.txt (config.rpath): from gettext.
38211         * config/config.rpath: update.
38212
38213 2005-03-15  Bruno Haible  <bruno@clisp.org>
38214
38215         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
38216         to 'negate'.
38217
38218         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
38219         variable.
38220
38221         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
38222         results.
38223
38224 2005-03-14  Simon Josefsson  <jas@extundo.com>
38225
38226         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
38227         <fx@gnu.org>.
38228
38229 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
38230
38231         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
38232         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
38233         intprops.h.
38234         * lib/strtol.c: Likewise.
38235
38236 2005-03-14  Jim Meyering  <jim@meyering.net>
38237
38238         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
38239         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
38240         to be nonzero so that we (and caller) can detect the difference
38241         between a valid zero-length expansion and an error return, even
38242         when the underlying strftime fails before writing anything into
38243         that location.
38244
38245 2005-03-14  Bruno Haible  <bruno@clisp.org>
38246
38247         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
38248         Update from GNU gettext 0.14.3.
38249
38250 2005-03-10  Jim Meyering  <jim@meyering.net>
38251
38252         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
38253
38254 2005-03-10  Jim Meyering  <jim@meyering.net>
38255
38256         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
38257         so that this module works on systems without fchdir.
38258
38259 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
38260
38261         Factor int-properties macros into a single file, except for
38262         glibc-related files.
38263         * lib/intprops.h: New file.
38264         * lib/getloadavg.c: Include it instead of limits.h.
38265         (INT_STRLEN_BOUND): Remove.
38266         * lib/human.c: Include intprops.h.
38267         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
38268         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
38269         302/1000.
38270         * lib/inttostr.h: Include intprops.h instead of limits.h.
38271         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
38272         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
38273         for consistency with intprops.h.
38274         (time_t_is_integer, twos_complement_arithmetic): Use them.
38275         * lib/sig2str.h: Include <signal.h>, intprops.h.
38276         (INT_STRLEN_BOUND): Remove.
38277         * lib/strftime.c (TYPE_SIGNED): Remove.
38278         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
38279         * lib/strtol.c: Adjust comments to match intprops.h.
38280         * lib/userspec.c: Include intprops.h.
38281         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
38282         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
38283         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
38284         instead of rolling our own expressions.
38285         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
38286
38287         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
38288         instead of int.
38289         (my_strftime): Do not mishandle years close to INT_MAX, by doing
38290         the right thing even if adding 1900 would overflow.  Similarly
38291         for tm_mon + 1 and tm_yday + 1.
38292         Make %Y always equivalent to %C%y, and similarly for %G and %g.
38293         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
38294         (DO_SIGNED_NUMBER): New macro.
38295         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
38296
38297 2005-03-07  Bruno Haible  <bruno@clisp.org>
38298
38299         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
38300
38301 2005-03-07  Bruno Haible  <bruno@clisp.org>
38302
38303         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
38304
38305 2005-03-04  Derek R. Price  <derek@ximbiot.com>
38306
38307         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
38308         (func_import): Only replace files via --import when they have actually
38309         changed.
38310
38311 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38312
38313         * m4/mmap-anon.m4: New file.
38314         * m4/pagealign_alloc.m4: New file.
38315
38316 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38317             Bruno Haible  <bruno@clisp.org>
38318
38319         * modules/pagealign_alloc: New file.
38320         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
38321
38322 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38323             Bruno Haible  <bruno@clisp.org>
38324
38325         * lib/pagealign_alloc.h: New file.
38326         * lib/pagealign_alloc.c: New file.
38327
38328 2005-03-03  Bruno Haible  <bruno@clisp.org>
38329
38330         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
38331         Use an all-permissive copyright notice, recommended by RMS.
38332
38333 2005-03-02  Bruno Haible  <bruno@clisp.org>
38334
38335         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
38336         of AIX, the replacement has to be done only after <string.h> is
38337         included, therefore not in config.h. stpncpy.h does the replacement,
38338         and stpncpy.c uses it.
38339
38340 2005-03-02  Bruno Haible  <bruno@clisp.org>
38341
38342         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
38343         stpncpy.c uses it.
38344
38345 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38346
38347         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
38348         The workaround isn't strictly needed for POSIX conformance, and
38349         it's too much of a pain to configure and maintain.  We'll ask
38350         people to fix their kernels instead.
38351         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
38352         (NANOSLEEP_BUG_WORKAROUND): Remove.
38353         (xnanosleep): Remove the workaround.
38354
38355 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38356
38357         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
38358         Reported by Derek Price.
38359         (Include): Add "timespec.h".
38360
38361         * modules/xnanosleep (Depends-on): Remove gethrxtime.
38362
38363 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38364
38365         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
38366         to detect nanosleep bug.
38367
38368 2005-03-01  Bruno Haible  <bruno@clisp.org>
38369
38370         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
38371
38372 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
38373
38374         * modules/gethrxtime: New file.
38375         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
38376         (Depends-on): Add gethrxtime.
38377         (configure.ac): Add gl_XNANOSLEEP.
38378         (Makefile.am): Remove lib_SOURCES line.
38379
38380 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38381
38382         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
38383         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
38384
38385 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38386
38387         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
38388         * lib/timespec.h (gettime): Return void, since it always
38389         succeeds now.  All uses changed.
38390         * lib/gettime.c (gettime) Likewise.
38391         [HAVE_NANOTIME]: Prefer nanotime.
38392         Assume gettimeofday succeeds, as POSIX requires.
38393         Assime time () succeeds, since other code already does.
38394         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
38395         (timespec_subtract): Remove.
38396         (NANOSLEEP_BUG_WORKAROUND): New constant.
38397         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
38398         things considerably.  Use it only on GNU/Linux hosts, since the
38399         workaround shouldn't be needed elsewhere.
38400
38401 2005-02-24  Bruno Haible  <bruno@clisp.org>
38402
38403         * modules/gettext (Files): Add m4/glibc2.m4.
38404
38405 2005-02-24  Bruno Haible  <bruno@clisp.org>
38406
38407         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
38408         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
38409         * m4/progtest.m4:
38410         Update from GNU gettext 0.14.2.
38411         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
38412
38413 2005-02-24  Bruno Haible  <bruno@clisp.org>
38414
38415         * lib/localcharset.c: Update from GNU gettext 0.14.2.
38416         * lib/config.charset: Update from GNU gettext 0.14.2.
38417
38418 2005-02-24  Bruno Haible  <bruno@clisp.org>
38419
38420         * lib/gettext.h: Update from GNU gettext 0.14.2.
38421
38422 2005-02-23  Simon Josefsson  <jas@extundo.com>
38423
38424         * m4/iconvme.m4: New file.
38425
38426 2005-02-23  Jim Meyering  <jim@meyering.net>
38427
38428         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
38429         change.
38430         Thanks to Bruno Haible for catching it.
38431
38432 2005-02-22  Simon Josefsson  <jas@extundo.com>
38433
38434         * modules/iconvme: New file.
38435
38436         * MODULES.html.sh: Add iconvme.
38437
38438 2005-02-22  Simon Josefsson  <jas@extundo.com>
38439
38440         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
38441
38442 2005-02-22  Simon Josefsson  <jas@extundo.com>
38443
38444         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
38445
38446 2005-02-22  Jim Meyering  <jim@meyering.net>
38447
38448         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
38449         s/ifndef/ifdef/.
38450
38451 2005-02-20  Neil Conway  <neilc@samurai.com>
38452
38453         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
38454         returned by OSX/Darwin if the specified buffer is not large
38455         enough for the hostname.
38456
38457 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38458
38459         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
38460         pass it to _help, otherwise the latter coredumps trying to
38461         dereference state.root_argp.
38462
38463 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38464
38465         * modules/chdir-long (Depends-on): Add memrchr.
38466         * modules/memrchr (Files): Add lib/memrchr.h.
38467         (Include): "memrchr.h".
38468
38469 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38470
38471         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
38472
38473 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38474
38475         * lib/memrchr.h: New file.
38476         * lib/chdir-long.c: Include it.
38477         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
38478         Don't bother including stddef.h.
38479
38480 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
38481
38482         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
38483         inclusion.
38484         Include <sys/types.h>, for dev_t.
38485         (ME_DUMMY, ME_REMOTE): Move from here....
38486         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
38487         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
38488         Dmitry V. Levin.
38489         Include mountlist.h first, to test the interface.
38490
38491 2005-01-29  Bruno Haible  <bruno@clisp.org>
38492
38493         * lib/progname.c (program_name): Initialize.
38494         Needed when linking statically on MacOS X.
38495
38496 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38497
38498         Sync from coreutils.
38499         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
38500         (Depends-on): Add c-strtod.
38501         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
38502
38503 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38504
38505         Sync from coreutils.
38506         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
38507
38508         Remove files that are specific to coreutils.
38509         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
38510
38511 2005-01-28  Bruno Haible  <bruno@clisp.org>
38512
38513         * modules/javacomp: New file.
38514         * MODULES.html.sh (Java): Add javacomp.
38515
38516 2005-01-28  Bruno Haible  <bruno@clisp.org>
38517
38518         * m4/javacomp.m4: New file, from GNU gettext.
38519
38520 2005-01-28  Bruno Haible  <bruno@clisp.org>
38521
38522         * lib/javacomp.sh.in: New file, from GNU gettext.
38523         * lib/javacomp.h: New file, from GNU gettext.
38524         * lib/javacomp.c: New file, from GNU gettext.
38525
38526 2005-01-26  Simon Josefsson  <jas@extundo.com>
38527
38528         * lib/gai_strerror.c: Use GPL in header.
38529
38530 2005-01-26  Bruno Haible  <bruno@clisp.org>
38531
38532         * modules/javaexec: New file.
38533         * MODULES.html.sh (Java): Add javaexec.
38534
38535 2005-01-26  Bruno Haible  <bruno@clisp.org>
38536
38537         * m4/javaexec.m4: New file, from GNU gettext.
38538
38539 2005-01-26  Bruno Haible  <bruno@clisp.org>
38540
38541         * lib/javaexec.sh.in: New file, from GNU gettext.
38542         * lib/javaexec.h: New file, from GNU gettext.
38543         * lib/javaexec.c: New file, from GNU gettext.
38544
38545 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38546
38547         * modules/lchown (Depends-on): Remove lchown.h
38548
38549 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38550
38551         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
38552         must be defined if the header file was not found, in order
38553         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
38554
38555 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38556
38557         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
38558         initializers for struct pentry_state.
38559         (__argp_error): Check return value of __asprintf
38560         (__argp_failure): Translate error message
38561
38562         * lib/argp-parse.c: Removed braces around the expansion of N_()
38563
38564 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
38565
38566         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
38567         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
38568         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
38569         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
38570         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
38571         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
38572         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
38573         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
38574         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
38575         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
38576         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
38577         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
38578         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
38579         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
38580         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
38581         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
38582         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
38583         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
38584         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
38585         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
38586         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
38587         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
38588         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
38589         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
38590         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
38591         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
38592         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
38593         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
38594         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
38595         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
38596         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
38597         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
38598         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
38599         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
38600         xstrtol.m4, xstrtoumax.m4, yesno.m4:
38601         Use an all-permissive copyright notice, recommended by RMS.
38602
38603 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
38604
38605         * modules/chdir-long (Depends-on): Remove mempcpy.
38606
38607 2005-01-21  Jim Meyering  <jim@meyering.net>
38608
38609         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
38610         same value as for Solaris 9.
38611
38612         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
38613         component length.  This included changing the parameter to be
38614         of type `char *' rather than `char const *'.
38615         * lib/chdir-long.h (chdir_long): Update prototype.
38616
38617         * lib/openat.c (fdopendir, fstatat): New functions.
38618         * lib/openat.h: Include headers required for use of DIR and struct
38619         stat.
38620         [AT_SYMLINK_NOFOLLOW]: Define.
38621         (fdopendir, fstatat): Add prototypes.
38622
38623 2005-01-21  Bruno Haible  <bruno@clisp.org>
38624
38625         * modules/classpath: New file.
38626         * MODULES.html.sh (Java): Add classpath.
38627
38628 2005-01-21  Bruno Haible  <bruno@clisp.org>
38629
38630         * lib/classpath.h: New file, from GNU gettext.
38631         * lib/classpath.c: New file, from GNU gettext.
38632
38633 2005-01-20  Simon Josefsson  <jas@extundo.com>
38634
38635         * modules/version-etc-fsf: New file.
38636
38637 2005-01-20  Simon Josefsson  <jas@extundo.com>
38638
38639         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
38640         * lib/version-etc.c: Remove version_etc_copyright.
38641         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
38642         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
38643
38644 2005-01-20  Simon Josefsson  <jas@extundo.com>
38645
38646         * lib/base64.h (isbase64): Add.
38647
38648         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
38649         using a unsigned prototype, don't inline.
38650         (base64_decode): Use it.
38651
38652 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38653
38654         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
38655         it.
38656
38657 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38658
38659         * lib/save-cwd.c (save_cwd): Remove code to support the case
38660         where fchdir is missing or flaky.
38661
38662 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38663
38664         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
38665
38666 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
38667
38668         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
38669         AC_LIBSOURCES now does this.
38670         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
38671         with new ullong_max module.
38672
38673 2005-01-19  Bruno Haible  <bruno@clisp.org>
38674
38675         * modules/sh-quote: New file.
38676         * MODULES.html.sh (Executing programs): Add sh-quote.
38677
38678 2005-01-19  Bruno Haible  <bruno@clisp.org>
38679
38680         * lib/sh-quote.h: New file, from GNU gettext.
38681         * lib/sh-quote.c: New file, from GNU gettext.
38682
38683 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38684
38685         Merge from coreutils.
38686         * m4/ullong_max.m4: New file.
38687         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
38688         (gl_MACROS): Assume localeconv exists.
38689
38690 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38691
38692         Merge changes from coreutils, as described below in several
38693         changelogs dated today.
38694
38695         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
38696         (O_DIRECTORY): Remove; not needed here, since "." must be
38697         a directory.  All uses removed.
38698         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
38699         universal on Suns, and we also need to test for IRIX.
38700         Revamp code to use 'if' rather than '#if'.
38701         Avoid unnecessary comparison of cwd->desc to 0.
38702
38703         * lib/utimens.c (futimens): Robustify the previous patch, by checking
38704         for known valid error numbers rather than observed invalid ones.
38705
38706 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38707
38708         * modules/ullong_max: New file.
38709
38710         * modules/chdir-long, modules/openat: New files.
38711         * modules/save-cwd (Depends-on): Depend on chdir-long.
38712         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
38713
38714 2005-01-18  Jim Meyering  <jim@meyering.net>
38715
38716         Merge from coreutils.
38717         * m4/chdir-long.m4, m4/openat.m4: New files.
38718         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
38719         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
38720         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
38721         is sane and DOES follow symlinks.  Besides, testing 20 different
38722         systems found no broken chown implementations.
38723         Prompted by a change in rsync's copy of this macro.
38724         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
38725
38726         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
38727
38728         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
38729         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
38730         NULL-means-set-to-current-time semantics.
38731         Remove temporary file immediately, rather than waiting
38732         for configure's at-exit trap code to do it.
38733
38734 2005-01-18  Jim Meyering  <jim@meyering.net>
38735
38736         * lib/version-etc.c (version_etc_copyright): Update copyright date.
38737
38738         * lib/utimens.c (futimens): Account for the fact that futimes
38739         can also fail with errno == ENOSYS or errno == ENOENT.
38740         Patch from Dmitry V. Levin.
38741
38742         Change the name of the robust chdir function from chdir to chdir_long.
38743         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
38744         (restore_cwd): Use chdir_long, not chdir.
38745         * lib/chdir-long.c: Renamed from chdir.c.
38746         * lib/chdir-long.h: Renamed from chdir.h.
38747         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
38748         Hurd.
38749
38750 2005-01-18  Bruno Haible  <bruno@clisp.org>
38751
38752         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
38753         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
38754         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
38755         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
38756         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
38757         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
38758         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
38759         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
38760         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
38761         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
38762         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
38763         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
38764         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
38765         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
38766         Use an all-permissive copyright notice, recommended by RMS.
38767
38768 2005-01-18  Bob Proulx  <bob@proulx.com>
38769
38770         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
38771         simplify offsetof() macro construct to avoid compile failure with
38772         native HP-UX 11.0 ANSI C compiler.
38773
38774 2005-01-17  Bruno Haible  <bruno@clisp.org>
38775
38776         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
38777         redundant because stpncpy.m4 takes care of it.
38778
38779 2005-01-17  Bruno Haible  <bruno@clisp.org>
38780
38781         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
38782
38783 2005-01-17  Bruno Haible  <bruno@clisp.org>
38784
38785         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
38786         used.
38787
38788 2005-01-17  Bruno Haible  <bruno@clisp.org>
38789
38790         * lib/fwriteerror.h (fwriteerror): Change specification to include
38791         fclose.
38792         * lib/fwriteerror.c: Include <stdbool.h>.
38793         (fwriteerror): At the end, close the file stream. Record whether
38794         stdout was already closed.
38795
38796 2005-01-17  Bruno Haible  <bruno@clisp.org>
38797
38798         * lib/execute.c (environ): Declare if needed.
38799         * lib/pipe.c (environ): Likewise.
38800         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
38801
38802 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38803
38804         * modules/argp: Depend on vsnprintf
38805
38806 2005-01-10  Jim Meyering  <jim@meyering.net>
38807
38808         * modules/closeout (Depends-on): Add atexit.
38809
38810 2005-01-06  Bruno Haible  <bruno@clisp.org>
38811
38812         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
38813
38814 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
38815
38816         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
38817         definitions to be after all include files, to avoid collisions.
38818         Problem reported by Bob Proulx.
38819
38820 2005-01-04  Jim Meyering  <jim@meyering.net>
38821
38822         Changes imported from coreutils.
38823         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
38824         as the mkstemp template, use a temporary directory and an
38825         8.3-friendly template to avoid trouble on systems like DJGPP.
38826         Reported by Juan M. Guerrero via Stepan Kasal.
38827         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
38828         close. Remove the temporary directory right away, rather than waiting
38829         for configure's at-exit trap code to do it.
38830         Suggestion from Stepan Kasal.
38831
38832 2005-01-01  Simon Josefsson  <jas@extundo.com>
38833
38834         * gnulib-tool: Print #include directives when --import'ing.
38835
38836 2004-12-28  Simon Josefsson  <jas@extundo.com>
38837
38838         * tests/test-base64.c: Include required header files.  Remove
38839         unused variables.
38840
38841 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
38842
38843         * modules/error (Depends-on): Remove gettext.
38844
38845 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
38846
38847         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
38848         not needed.  This removes a dependency on the gettext module.
38849         [defined _LIBC]: Do not include <libintl.h>; not needed.
38850
38851 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
38852
38853         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
38854         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
38855
38856 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
38857
38858         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
38859         HAVE_DECL_STRTOLD.
38860
38861 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38862
38863         * modules/getdate (Depends-on): Remove alloca-opt.
38864
38865 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38866
38867         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
38868
38869 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38870
38871         * lib/argp-parse.c: Include <stddef.h>.
38872         (alignof, alignto): New macros.
38873         (parser_init): Don't assume that void * is aligned sufficiently
38874         for struct option.
38875
38876         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
38877         need to extend the stack.
38878         (YYINITDEPTH): New macro, so that the initial stack isn't overly
38879         large.
38880
38881 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38882
38883         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
38884
38885 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
38886
38887         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
38888         (2004-10-24) change.  Apparently this was a false alarm.
38889
38890         * modules/getdate: Depend on alloca-opt, not alloca.
38891
38892 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
38893
38894         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
38895         Remove now-obsolete comment about AIX.
38896         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
38897         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
38898         (YYMAXDEPTH): New macro.
38899
38900 2004-12-18  Simon Josefsson  <jas@extundo.com>
38901
38902         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
38903
38904 2004-12-18  Bruno Haible  <bruno@clisp.org>
38905
38906         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
38907
38908 2004-12-18  Bruno Haible  <bruno@clisp.org>
38909
38910         * lib/fatal-signal.c (fatal_signals): Make non-const.
38911         (init_fatal_signals): New function.
38912         (uninstall_handlers, install_handlers): Ignore signals that were set to
38913         SIG_IGN.
38914         (at_fatal_signal): Call init_fatal_signals.
38915         (init_fatal_signal_set): Likewise. Ignore signals that were set to
38916         SIG_IGN.
38917         Reported by Paul Eggert.
38918
38919 2004-12-18  Bruno Haible  <bruno@clisp.org>
38920
38921         * doc/alloca.texi: New file.
38922         * doc/alloca-opt.texi: New file.
38923
38924 2004-12-17  Jim Meyering  <jim@meyering.net>
38925
38926         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
38927         Otherwise, install-sh could exit with improper exit status when
38928         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
38929
38930 2004-12-16  Simon Josefsson  <jas@extundo.com>
38931
38932         * tests/test-base64.c: Add license.
38933
38934 2004-12-15  Stepan Kasal  <address@hidden>
38935
38936         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
38937
38938 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
38939
38940         * modules/getcwd (Files): Add m4/d-ino.m4.
38941         Suggested by Mark D. Baushke.
38942
38943 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
38944
38945         * lib/getdate.y (textint): New member "negative".
38946         (time_zone_hhmm): New function.
38947         Expect 14 shift-reduce conflicts, not 13.
38948         (o_colon_minutes): New rule.
38949         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
38950         (yylex): Set the "negative" member of signed numbers.
38951
38952 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
38953
38954         * doc/getdate.texi (Time of day items, Time zone items):
38955         Describe new formats +00:00, UTC+00:00.
38956
38957 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
38958
38959         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
38960         spurious "-l"s.  Problem reported by Stepan Kasal.
38961
38962 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
38963
38964         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
38965         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
38966
38967 2004-12-04  Simon Josefsson  <jas@extundo.com>
38968
38969         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
38970         Vandoorselaere <yoann@prelude-ids.org>.
38971
38972 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
38973
38974         Changes imported from coreutils.
38975         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
38976         exist.
38977         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
38978
38979 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
38980
38981         Changes imported from coreutils.
38982         * lib/hard-locale.c: Assume <locale.h> exists.
38983         Include "strdup.h".
38984         (GLIBC_VERSION): New macro.
38985         (hard_locale): Assume setlocale exists.
38986         Rewrite to avoid #ifdef.
38987         Use strdup rather than malloc + strcpy.
38988         * lib/human.c: Assume <locale.h> exists.
38989         (human_readable): Assume localeconv exists.
38990
38991 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
38992
38993         * modules/hard-locale (Depends-on): Add strdup.
38994
38995 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
38996
38997         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
38998         convert T2, not T.  (Imported from libc.)
38999
39000 2004-11-30  Simon Josefsson  <jas@extundo.com>
39001
39002         * modules/restrict (License): Change to LGPL.
39003
39004 2004-11-30  Simon Josefsson  <jas@extundo.com>
39005
39006         * m4/restrict.m4: Add copyright and copying conditions.
39007
39008 2004-11-30  Simon Josefsson  <jas@extundo.com>
39009
39010         * m4/base64.m4: New file.
39011
39012 2004-11-30  Simon Josefsson  <jas@extundo.com>
39013
39014         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
39015         base64.
39016
39017         * tests/test-base64.c: New file.
39018
39019         * modules/base64: New file.
39020
39021 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
39022
39023         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
39024         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
39025
39026         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
39027
39028 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
39029
39030         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
39031         (__getcwd.c): Don't restore errno; glibc doesn't.
39032         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
39033         first, falling back to our code only if its results look suspicious.
39034         Ensure that the resulting buffer is only as large as necessary.
39035
39036         * lib/readutmp.c: Include readutmp.h first.
39037         Include <errno.h>, since readutmp.h no longer does that.
39038         * lib/readutmp.h: Don't include <errno.h>,
39039         <sys/param.h>, <time.h>; not needed to establish interface.
39040         (errno): Remove decl.
39041         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
39042         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
39043         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
39044
39045 2004-11-28  Simon Josefsson  <jas@extundo.com>
39046
39047         * lib/base64.h, base64.c: New file.
39048
39049 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
39050
39051         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
39052
39053 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
39054
39055         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
39056         (Depends-on): Remove pathmax, same.  Add mempcpy.
39057         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
39058         (Makefile.am): Append getcwd.h to lib_SOURCES.
39059         (Include): Add getcwd.h.
39060         (Maintainer): Change from Jim Meyering to "all, glibc",
39061         since getdate now uses intended-for-glibc code.
39062         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
39063         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
39064
39065 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
39066
39067         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
39068         HP's ANSI C compiler.
39069         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
39070         Declaring int functions causes warnings on some modern systems and
39071         shouldn't be needed to compile on ancient ones.
39072         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
39073         defined.
39074
39075         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
39076         with the following changes.
39077         (__set_errno): Parenthesize properly.
39078         Include <stdbool.h>.
39079         (MIN, MAX, MATCHING_INO): New macros.
39080         (__getcwd): Define with prototype, not K&R form.
39081         Use heuristics to allocate default buffer on stack if possible.
39082         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
39083         behavior, and to avoid the PATH_MAX limit when computing
39084         ../../../../...
39085         Use MATCHING_INO to compare inode number to file.
39086         Check for arithmetic overflow in size calculations.
39087         Fix bug in reallocation of dot array that caused getcwd to fail
39088         on directories nested deeper than 75.
39089         Be more careful about saving errno on error.
39090         Do not use realloc; use only free+malloc, as this is a bit
39091         more flexible and avoids a needless copy operation.
39092         Do not inspect st_dev and st_ino for symbolic links; POSIX
39093         doesn't specify the latter.
39094         Check for closedir errors.
39095         Avoid needless casts.
39096         Use "#ifdef weak_alias" around weak_alias, to be like other
39097         glibc code.
39098         The following changes to getcwd.c have effect only when used in
39099         gnulib; they have no effect inside glibc proper.
39100         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
39101         as alloca isn't used.
39102         (alloca, __alloca): Likewise.
39103         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
39104         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
39105         unconditionally, as gnulib assumes C89 or better.
39106         Do not include <sys/param.h>.
39107         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
39108         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
39109         better.
39110         (NULL) [!defined NULL]: Remove; we assume C89 or better.
39111         Include <dirent.h> in a way that is compatible with modern Autoconf.
39112         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
39113         New macros, if not already defined.
39114         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
39115         Use "_LIBC", not "defined _LIBC", for consistency.
39116         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
39117         a mempcpy module.
39118         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
39119         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
39120         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
39121         credit only to Jim Meyering and adjust the copyright dates.
39122         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
39123         <stdlib.h>, <unistd.h>, "pathmax.h".
39124         Instead, include "xgetcwd.h" (first) and "getcwd.h".
39125         (INITIAL_BUFFER_SIZE): Remove.
39126         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
39127
39128 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
39129
39130         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
39131         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
39132         Use the _ONCE methods, for efficiency.
39133         Check for fcntl.h.  In test program, include <errno.h>
39134         and <fcntl.h> if available.  Remove old K&R cruft from
39135         test program.  Check for common errors in GNU/Linux,
39136         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
39137         don't do AC_LIBOBJ, as that's getcwd.m4's job.
39138         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
39139         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
39140         name accordingly.
39141         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
39142         accommodate new getcwd.c.
39143         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
39144         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
39145         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
39146         that's all we need now.
39147
39148 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39149
39150         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
39151         argp-parse.c depends on getopt internals, that means we should
39152         always use our getopt, to be on the safe side.
39153         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
39154         order not to spoil the result of an eventual previous invocation
39155         of gl_GETOPT_SUBSTITUTE.
39156
39157 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39158
39159         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
39160         redefinition warnings. To avoid them, include the defines
39161         in `#if !defined __need_getopt ... #endif'. The only place
39162         where __getopt_argv_const is used is in definitions
39163         of getopt_long and getopt_long_only below, which are as well
39164         protected by `#ifndef __need_getopt'.
39165         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
39166         __need_getopt after including <stdio.h> and <unistd.h> These
39167         headers might have defined it.
39168
39169 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
39170
39171         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
39172
39173 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
39174
39175         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
39176         (futimens): New function, which uses futimes if available.
39177         (futimens, utimens): Support timespec==NULL, with same semantics
39178         as utime and utimens.
39179         * lib/utimens.h (futimens): New decl.
39180
39181 2004-11-23  Jim Meyering  <jim@meyering.net>
39182
39183         * lib/getopt_.h: Remove trailing blanks.
39184
39185 2004-11-23  Jim Meyering  <jim@meyering.net>
39186
39187         * lib/__fpending.c: Add comment.
39188
39189 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
39190
39191         * modules/canonicalize (Depends-on): Add xreadlink.
39192         Problem reported by James Youngman.
39193
39194 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
39195
39196         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
39197         New macros.
39198         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
39199         optopt): Use them instead of invoking ## directly; otherwise, the
39200         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
39201
39202 2004-11-19  Bruno Haible  <bruno@clisp.org>
39203
39204         * lib/strtok_r.c: Move comments from here...
39205         * lib/strtok_r.h: ... to here.
39206
39207 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39208
39209         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
39210         implementations that mishandle size_t overflow.
39211
39212 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39213
39214         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
39215         might fail.  Problem reported by Yoann Vandoorselaere.
39216         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
39217         implementations that mishandle size_t overflow.
39218
39219 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39220
39221         * modules/canon-host (Depends-on): Add strdup.
39222
39223 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39224
39225         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
39226
39227 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39228
39229         * lib/canon-host.c: Include "strdup.h".
39230         (canon_host): Use getaddrinfo if available, so that IPv6 works.
39231         Use strdup instead of malloc/strcpy to duplicate strings.
39232
39233         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
39234         (human_space_before_unit): New constant.
39235         * lib/human.c (human_readable): Support it.
39236
39237         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
39238         (xgetcwd): Set errno correctly when failing.
39239         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
39240         the failure is actually due to a PATH_MAX problem.
39241
39242         Further getopt changes to make it more likely that glibc will
39243         buy the changes back.
39244         * lib/getopt.c (POSIXLY_CORRECT): New constant.
39245         (getopt): Use it, so to preserve glibc semantic
39246         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
39247         when compiling for libc.
39248         * lib/getopt_.h (__getopt_argv_const): Bring it back.
39249         (getopt_long, getopt_long_only): Use it.
39250
39251         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
39252         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
39253         (getopt): Argv is now char * const *, as per standard.
39254         (_getopt_internal_r, _getopt_internal): Argv is now char **,
39255         not char *__getopt_argv_const *.
39256         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
39257         _getopt_long_only_r): Likewise.
39258         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
39259         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
39260         _getopt_long_r, _getopt_long_only_r): Likewise.
39261         * lib/getopt_.h (__getopt_argv_const): Remove.
39262         (getopt): Argv is now char * const *, as per standard.
39263
39264         * lib/getdate.y (tORDINAL): New token.
39265         (day, relunit): Allow it for relative times.
39266         (relative_time_table): Use tORDINAL for ordinals.
39267
39268 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39269
39270         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
39271         Document that "second" isn't allowed as an ordinal number.
39272
39273 2004-11-16  Jim Meyering  <jim@meyering.net>
39274
39275         * modules/closeout (Depends-on): Add fpending.
39276
39277 2004-11-15  Jim Meyering  <jim@meyering.net>
39278
39279         * lib/closeout.c: Include "__fpending.h" once again.
39280         Include <stdbool.h>.
39281         (close_stdout): Don't fail just because stdout was closed initially,
39282         since some programs don't write to stdout in the normal course of
39283         operation (other than --version and --help), and we don't want this
39284         function to make e.g. `touch file >&-' fail.
39285         But do fail if it was closed and someone has tried to write to it.
39286         E.g., `printf foo >&-' must fail.
39287
39288 2004-11-13  Jim Meyering  <jim@meyering.net>
39289
39290         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
39291
39292 2004-11-12  Simon Josefsson  <jas@extundo.com>
39293
39294         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
39295         small doc fix is still pending.
39296
39297 2004-11-11  Simon Josefsson  <jas@extundo.com>
39298
39299         * modules/strtok_r: New file.
39300
39301         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39302         strtok_r.
39303
39304 2004-11-11  Simon Josefsson  <jas@extundo.com>
39305
39306         * m4/strtok_r.m4: New file.
39307
39308         * m4/getopt.m4: Replace opterr.
39309
39310 2004-11-11  Simon Josefsson  <jas@extundo.com>
39311
39312         * lib/strtok_r.h, strtok_r.c: New file.
39313
39314 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
39315
39316         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
39317         of replacing opterr, getopt, etc.  This should handle the
39318         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
39319
39320 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
39321
39322         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
39323         we can stop lying to compilers about the constness of argv when we
39324         are compiled outside glibc.
39325         (getopt, getopt_long, getopt_long_only): Use it.
39326         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
39327         _getopt_internal, getopt): Likewise.
39328         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
39329         _getopt_long_only_r): Likewise.
39330         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
39331         _getopt_long_r, _getopt_long_only_r): Likewise.
39332
39333         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
39334         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
39335         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
39336         the other external symbols.
39337         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
39338         declaration, since the above renaming now works around collisions.
39339
39340 2004-11-11  Jim Meyering  <jim@meyering.net>
39341
39342         * lib/linebreak.c: Remove trailing blanks.
39343         * lib/alloca_.h: Likewise.
39344         * lib/acosl.c: Likewise.
39345         * lib/euidaccess.c: Likewise.
39346         * lib/allocsa.h: Likewise.
39347
39348 2004-11-10  Simon Josefsson  <jas@extundo.com>
39349
39350         * m4/getaddrinfo.m4: New file.
39351
39352 2004-11-10  Simon Josefsson  <jas@extundo.com>
39353
39354         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
39355
39356 2004-11-10  Simon Josefsson  <jas@extundo.com>
39357
39358         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39359         getaddrinfo.
39360
39361         * modules/getaddrinfo: New file.
39362
39363 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39364
39365         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
39366
39367 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39368
39369         * lib/mktime.c (SHR): New macro, which is a portable
39370         substitute for >> that should work even on Crays.
39371         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
39372         Problem reported by Mark D. Baushke in
39373         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
39374         * lib/getdate.y (SHR): Likewise.
39375         (tm_diff): Use it.
39376         * lib/strftime.c (SHR): Likewise.
39377         (tm_diff): Use it.
39378         * lib/quotearg.c (struct quoting_options): Use unsigned int for
39379         quote_these_too, so that right shifts are well defined.  All uses
39380         changed.
39381
39382 2004-11-10  Jim Meyering  <jim@meyering.net>
39383
39384         Ensure that no close failure goes unreported.
39385         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
39386         return early when it seems there's nothing to flush.
39387         Don't include __fpending.h.
39388
39389 2004-11-10  Jim Meyering  <jim@meyering.net>
39390
39391         * modules/closeout (Depends-on): Remove fpending.
39392
39393 2004-11-10  Jim Meyering  <jim@meyering.net>
39394
39395         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
39396
39397 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39398
39399         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
39400         gl_FUNC_STRFTIME.
39401         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
39402         and AC_REQUIRE when possible, to avoid duplicate checks.
39403         Check for <wchar.h>.
39404
39405 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39406
39407         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
39408
39409 2004-11-09  Bruno Haible  <bruno@clisp.org>
39410
39411         * m4/sockpfaf.m4: New file.
39412
39413 2004-11-05  Bruno Haible  <bruno@clisp.org>
39414
39415         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
39416         Reported by Mark D. Baushke <mdb@cvshome.org>.
39417
39418 2004-11-04  Bruno Haible  <bruno@clisp.org>
39419
39420         2004-09-11  Bruno Haible  <bruno@clisp.org>
39421                 * allocsa.valgrind: New file.
39422         2004-02-06  Bruno Haible  <bruno@clisp.org>
39423                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
39424                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
39425                 Reported by Christopher Seip <chris.seip@hp.com>.
39426
39427 2004-11-04  Bruno Haible  <bruno@clisp.org>
39428
39429         * modules/allocsa (Files): Add lib/allocsa.valgrind.
39430         (Makefile.am): Distribute it.
39431
39432 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
39433
39434         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
39435         with errno == ERANGE if the buffer is too small.
39436         Problem reported by Mark D. Baushke.
39437
39438 2004-11-03  Albert Chin  <china@thewrittenword.com>
39439             Paul Eggert  <eggert@cs.ucla.edu>
39440
39441         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
39442         equivalent, substitute $ac_type for equivalent type rather than
39443         blindly using uint32_t *always* which won't work if uint32_t is not
39444         available.  Define _UINT32_T to work around typedef of uint32_t if
39445         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
39446         2.5.1.
39447
39448 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39449
39450         * m4/jm-macros.m4: Sync from coreutils.
39451         (gl_MACROS): Check for mbrlen, for pathchk.
39452         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
39453
39454 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39455
39456         * lib/xreadlink.c (MAXSIZE): New macro.
39457         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
39458         size does not exceed MAXSIZE.  Avoid cast.
39459         As suggested by Mark D. Baushke in
39460         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
39461         if readlink fails with buffer size just under MAXSIZE, try again
39462         with MAXSIZE.
39463
39464 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39465
39466         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
39467
39468 2004-11-02  Derek R. Price  <derek@ximbiot.com>
39469         and  Paul Eggert  <eggert@cs.ucla.edu>
39470
39471         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
39472         (get_date): Overparenthesize to avoid GCC warning.
39473
39474 2004-11-02  Bruno Haible  <bruno@clisp.org>
39475
39476         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
39477         returns void.
39478
39479 2004-11-02  Bruno Haible  <bruno@clisp.org>
39480
39481         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
39482         function returns void.
39483
39484 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
39485
39486         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
39487         fflush_unlocked, flockfile, funlockfile, funlockfile,
39488         fputs_unlocked, putc_unlocked.
39489
39490 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
39491
39492         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
39493         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
39494         already declared.
39495
39496 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39497
39498         * modules/getdate (Files): Add doc/getdate.texi.
39499         (Depends-on): Add setenv, xalloc.
39500
39501 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39502
39503         * lib/getdate.y: Add support for TZ="foo" within a date string.
39504         Fix some bugs near time_t boundaries.  Reject dates with
39505         out-of-range components, e.g., "Sept 31".
39506         Include <stdlib.h>, "setenv.h", "xalloc.h".
39507         (ISDIGIT_LOCALE): Remove; unused.
39508         Note that the TZ and time functions used here are not reentrant.
39509         (mktime_ok, get_tz): New functions.
39510         (TZBUFSIZE): New constant.
39511         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
39512         This requires that we sometimes generate our own TZ="XXX..." setting.
39513
39514 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39515
39516         * doc/getdate.texi: New file, from coreutils with modifications for
39517         the new TZ parsing.
39518
39519 2004-10-27  Derek R. Price  <derek@ximbiot.com>
39520
39521         * lib/mktime.c (not_equal_tm): Remove redundant check.
39522
39523 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39524
39525         * modules/regex (lib_SOURCES): Add regex.c.
39526         Reported by James Youngman in
39527         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
39528
39529 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39530
39531         * lib/getdate.y: Use Bison 1.875 features, and some minor
39532         code cleanups.  This change does not affect semantics.
39533         Don't include <stdlib.h>; no longer needed.
39534         Don't include unlocked-io.h; only the "#if TEST" code uses
39535         stdio, and performance isn't crucial there.
39536         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
39537         Bison 1.875 features as described below.
39538         All uses of "PC." replaced by "pc->".
39539         (YYSTYPE): Add a forward declaration.
39540         (yylex, yyerror): Use full prototypes in forward decls.
39541         Use "%pure-parser" rather than obsolescent "%pure_parser".
39542         Use %parse-param and %lex-param instead of obsolescent
39543         YYPARSE_PARAM and YYLEX_PARAM.
39544         (meridian_table, month_and_day_table, time_units_table,
39545         relative_time_table, time_zone_table, military_table,
39546         lookup_zone, lookup_word, get_date):
39547         Use NULL instead of 0 where appropriate.
39548         (to_hour): Avoid abort (), to avoid a dependency on
39549         stdlib.h.
39550         (yyerror, yylex): Now accepts parser_control * arg.
39551         (main) [TEST]: Use '\0' rather than 0 for char.
39552
39553 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
39554
39555         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
39556
39557 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
39558
39559         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
39560         It's now the caller's responsibility to handle the case where
39561         !HAVE_GETPAGESIZE && !defined getpagesize.
39562
39563         * lib/mktime.c (leapyear): Arg is long int, not int.
39564
39565 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
39566
39567         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
39568
39569 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
39570
39571         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
39572         missing.  Problem reported by James Youngman.
39573
39574 2004-10-16  Simon Josefsson  <jas@extundo.com>
39575
39576         * gnulib-tool: Fix comments.  Fix parse problem.
39577         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
39578
39579 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
39580
39581         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
39582         implementation of getopt_long.  Problem reported by Alexander Taler in:
39583         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
39584
39585 2004-10-15  Bruno Haible  <bruno@clisp.org>
39586
39587         * gnulib-tool: Untabify. Initialize supplied_libname.
39588         (func_usage): More homogenous output.
39589         (func_modules_transitive_closure, func_modules_to_filelist,
39590         func_emit_lib_Makefile_am): New functions.
39591         (func_import): New function, extracted from big case statement. Use
39592         func_get_license, func_modules_transitive_closure,
39593         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
39594         opt_lgpl. Don't use test -a, as it's not portable.
39595         (func_create_testdir): Use func_modules_transitive_closure,
39596         func_modules_to_filelist, func_emit_lib_Makefile_am.
39597
39598 2004-10-15  Bruno Haible  <bruno@clisp.org>
39599
39600         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
39601
39602 2004-10-15  Bruno Haible  <bruno@clisp.org>
39603
39604         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
39605         the portions belonging to each module.
39606         Suggested by Derek Robert Price <derek@ximbiot.com>.
39607
39608 2004-10-12  Simon Josefsson  <jas@extundo.com>
39609
39610         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
39611         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
39612         to real functions.
39613
39614 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39615
39616         * modules/vsnprintf: New file.
39617
39618 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39619
39620         * m4/vsnprintf.m4: New file.
39621
39622 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39623
39624         * lib/vsnprintf.h: New file.
39625         * lib/vsnprintf.c: New file.
39626
39627 2004-10-11  Bruno Haible  <bruno@clisp.org>
39628
39629         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
39630         vsnprintf.
39631
39632 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
39633
39634         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
39635
39636 2004-10-07  Bruno Haible  <bruno@clisp.org>
39637
39638         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
39639         fits into the provided buffer.
39640
39641 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
39642
39643         * lib/diacrit.c, diacrit.h: Add GPL notice.
39644
39645         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
39646         notice.
39647         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
39648         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
39649         This avoids a potential constant-folding bug.
39650
39651 2004-10-05  Bruno Haible  <bruno@clisp.org>
39652
39653         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
39654         for the declaration of strsep.
39655
39656 2004-10-05  Bruno Haible  <bruno@clisp.org>
39657
39658         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
39659
39660 2004-10-04  Simon Josefsson  <jas@extundo.com>
39661
39662         * modules/memmem: New file.
39663         * tests/test-memmem.c: New file.
39664         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
39665
39666 2004-10-04  Simon Josefsson  <jas@extundo.com>
39667
39668         * m4/memmem.m4: New file.
39669
39670 2004-10-04  Simon Josefsson  <jas@extundo.com>
39671
39672         * lib/memmem.h: New file.
39673         * lib/memmem.c: New file, taken from glibc.
39674
39675 2004-10-04  Simon Josefsson  <jas@extundo.com>
39676
39677         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
39678         '#ifdef USE_UNLOCKED_IO'.
39679
39680 2004-10-04  Simon Josefsson  <jas@extundo.com>
39681
39682         * config/srclist.txt: Add memmem from glibc.
39683
39684 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39685
39686         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
39687
39688         * modules/argmatch, modules/argp, modules/closeout, modules/error,
39689         modules/exclude, modules/getdate, modules/getline,
39690         modules/getndelim2, modules/getpass, modules/getpass-gnu,
39691         modules/getusershell, modules/linebuffer, modules/md5,
39692         modules/mountlist, modules/posixtm, modules/readtokens,
39693         modules/readutmp, modules/regex, modules/sha1,
39694         modules/version-etc, modules/yesno:
39695         Remove dependency on unlocked-io.
39696
39697 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39698
39699         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
39700
39701         * m4/unlocked-io.m4: Add copyright notice.
39702         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
39703
39704 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39705
39706         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
39707         * lib/xmalloc.c (xmemdup): Likewise.
39708         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
39709         XFREE): Remove these long-obsolescent macros.
39710         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
39711         * lib/xstrdup.c: Remove.
39712
39713         * lib/regex.c (re_comp): Cast gettext return value to char *,
39714         Problem reported by Martin Neitzel via Mark D. Baushke.
39715
39716 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39717
39718         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
39719         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
39720         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
39721         regex.c, sha1.c, version-etc.c, yesno.c:
39722         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
39723         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
39724         the includer's responsibility.
39725
39726         Sync from coreutils.
39727
39728         * lib/modechange.c (mode_compile): Don't decrement a pointer that
39729         points to the start of a string, as the C Standard says the
39730         resulting behavior is undefined.
39731
39732         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
39733         simple -> simple_backups, numbered_existing ->
39734         numbered_existing_backups, numbered -> numbered_backups
39735         to avoid shadowing problems.  All uses changed.
39736         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
39737         * lib/backupfile.c (check_extension, numbered_backup):
39738         Rename locals to avoid shadowing 'basename'.
39739         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
39740         once.
39741
39742         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
39743         * lib/.cvsignore: Add getopt.h.
39744
39745 2004-10-04  Bruno Haible  <bruno@clisp.org>
39746
39747         * modules/README: New file.
39748         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
39749         not a module.
39750
39751 2004-10-02  Jim Meyering  <jim@meyering.net>
39752
39753         * lib/dirfd.h, getpagesize.h: Add copyright notice.
39754
39755 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39756
39757         * modules/strsep: New file.
39758
39759 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39760
39761         * m4/strsep.m4: New file.
39762
39763 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39764
39765         * lib/strsep.h: New file.
39766         * lib/strsep.c: New file.
39767
39768 2004-10-01  Simon Josefsson  <jas@extundo.com>
39769
39770         * lib/snprintf.c (snprintf): Handle size==0.
39771
39772 2004-10-01  Simon Josefsson  <jas@extundo.com>
39773             Bruno Haible  <bruno@clisp.org>
39774
39775         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
39776         (snprintf): Declare 'args'.
39777
39778 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
39779
39780         * lib/snprintf.c: Remove comments as to why each header is needed.
39781
39782 2004-10-01  Bruno Haible  <bruno@clisp.org>
39783
39784         * MODULES.html.sh: Add strsep.
39785
39786 2004-09-30  Simon Josefsson  <jas@extundo.com>
39787
39788         * modules/snprintf: New file.
39789
39790 2004-09-30  Simon Josefsson  <jas@extundo.com>
39791
39792         * m4/snprintf.m4: New file.
39793
39794 2004-09-30  Simon Josefsson  <jas@extundo.com>
39795
39796         * lib/snprintf.h, lib/snprintf.c: New files.
39797
39798 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39799
39800         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
39801         (hol_entry_help): Never translate an empty string.
39802         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
39803         * lib/argp.h (OPTION_NO_TRANS): New option.
39804
39805 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39806
39807         * modules/argp (Maintainer): Replace Simon Josefsson
39808         by Sergey Poznyakoff.
39809
39810 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39811
39812         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
39813         changes merged back into glibc.
39814
39815 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39816
39817         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
39818
39819 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
39820
39821         * lib/xvasprintf.c: Include xalloc.h.
39822         (xvasprintf): Use xalloc_die, not xmalloc_die.
39823
39824 2004-09-29  Bruno Haible  <bruno@clisp.org>
39825
39826         * modules/alloca-opt: New file, derived from modules/alloca.
39827         * modules/allocsa: Depend on alloca-opt instead of alloca.
39828         * modules/setenv: Likewise.
39829         * modules/vasnprintf: Likewise.
39830         * MODULES.html.sh: Add alloca-opt.
39831
39832 2004-09-28  Simon Josefsson  <jas@extundo.com>
39833
39834         * gnulib-tool: New parameter --lgpl, to asseert that modules are
39835         LGPL, and to replace license template from GPL to LGPL.
39836
39837 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
39838
39839         * modules/dummy: Change license to LGPL.
39840
39841 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
39842
39843         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
39844
39845 2004-09-24  Simon Josefsson  <jas@extundo.com>
39846
39847         * modules/minmax (License): Change from GPL to LGPL.
39848
39849 2004-09-23  Simon Josefsson  <jas@extundo.com>
39850
39851         * gnulib-tool (--import): Typo.
39852
39853 2004-09-23  Simon Josefsson  <jas@extundo.com>
39854
39855         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
39856
39857 2004-09-22  Bruno Haible  <bruno@clisp.org>
39858
39859         * modules/*: Add 'License' field.
39860         * gnulib-tool: Accept --extract-license option.
39861         (func_get_license): New function.
39862
39863 2004-09-21  Bruno Haible  <bruno@clisp.org>
39864
39865         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
39866         Reported by Simon Josefsson.
39867
39868 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39869
39870         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
39871         gl_AC_TYPE_LONG_LONG.
39872
39873 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39874
39875         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
39876
39877 2004-09-18  Simon Josefsson  <jas@extundo.com>
39878         and  Paul Eggert  <eggert@cs.ucla.edu>
39879
39880         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
39881         calls with autoreconf.  Define GL_LIB.
39882
39883 2004-09-14  Karl Berry  <karl@gnu.org>
39884
39885         * config/srclist.txt: unsync setenv.c, sigh.
39886
39887 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39888
39889         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
39890         Problem reported by Bruno Haible in:
39891         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
39892
39893 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39894
39895         * config/srclist.txt: Comment out argp-pvh.c.
39896
39897 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
39898
39899         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
39900         in case some system header has #define'd it.  Problem reported by
39901         Soeren D. Schulze in
39902         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
39903
39904 2004-09-09  Karl Berry  <karl@gnu.org>
39905
39906         * regex.[ch]: delete from the root.  These were supposed to be
39907                 synced with emacs cvs, but this has not happened for about
39908                 a year, and anyway nothing else uses emacs regex.[ch].
39909                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
39910                 lib/regex[.ch] is untouched.
39911
39912 2004-09-09  Bruno Haible  <bruno@clisp.org>
39913
39914         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
39915
39916 2004-09-09  Bruno Haible  <bruno@clisp.org>
39917
39918         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
39919         modifications.
39920         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
39921
39922 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
39923
39924         * modules/xvasprintf: New file.
39925         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
39926
39927 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
39928
39929         * lib/xvasprintf.h: New file.
39930         * lib/xvasprintf.c: New file.
39931         * lib/xasprintf.c: New file.
39932
39933 2004-09-08  Bruno Haible  <bruno@clisp.org>
39934
39935         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
39936
39937 2004-09-08  Bruno Haible  <bruno@clisp.org>
39938
39939         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
39940         length is > INT_MAX.
39941         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
39942         more.
39943
39944 2004-09-08  Bruno Haible  <bruno@clisp.org>
39945
39946         * lib/stdint_.h: New file, taken from GNU clisp.
39947
39948 2004-09-08  Bruno Haible  <bruno@clisp.org>
39949             Oskar Liljeblad  <oskar@osk.mine.nu>
39950
39951         * modules/stdint: New file.
39952         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
39953
39954 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39955
39956         Import from coreutils.
39957         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
39958         strings on unbounded length.  alloca's performance benefits aren't
39959         that important here.
39960         (V_STRDUP): Remove.
39961         (parse_with_separator): New function, with most of the internals
39962         of the old parse_user_spec.  Allow user to omit both user and group,
39963         for compatibility with FreeBSD.
39964         Clone only the user name, not the entire spec.
39965         Do not set *uid, *gid unless entirely successful.
39966         Avoid memory leak in some failing cases.
39967         Fix regression for USER.GROUP reported by Dmitry V. Levin in
39968         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
39969         (parse_user_spec): Rewrite to use parse_with_separator.
39970
39971 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39972
39973         * modules/userspec: Don't depend on alloca.
39974
39975 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39976
39977         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
39978
39979 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
39980
39981         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
39982         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
39983         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
39984
39985 2004-08-16  Simon Josefsson  <jas@extundo.com>
39986
39987         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
39988         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
39989         Add --dry-run for --import.
39990         Let user provided command line parameters override configure.ac
39991         settings.
39992
39993 2004-08-12  Simon Josefsson  <jas@extundo.com>
39994
39995         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
39996         as discussed with Paul Eggert in threads rooted at
39997         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
39998         and
39999         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
40000         Before, the test was empty, and relied on ELIDE_CODE in source
40001         code.)
40002         (gl_PREREQ_GETOPT): New macro.
40003         (gl_GETOPT): Use them.
40004
40005 2004-08-12  Simon Josefsson  <jas@extundo.com>
40006
40007         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
40008         * lib/getopt_.h: Renamed from getopt.h.
40009
40010 2004-08-12  Simon Josefsson  <jas@extundo.com>
40011
40012         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
40013         Change default library name from libfoo to libgnu.
40014         Now, if you have a configure.ac that says:
40015                 gl_SOURCE_BASE(gl)
40016                 gl_M4_BASE(gl/m4)
40017                 gl_MODULES(error getopt etcetera)
40018                 gl_INIT
40019         you can import all you need by running:
40020                 ../gnulib/gnulib-tool --import
40021
40022         * modules/getopt (Files): Rename getopt.h to getopt_.h.
40023         (Makefile.am): Rewrite, use logic from argz.
40024         (Include): Use <getopt.h> instead of "getopt.h".
40025
40026 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
40027
40028         * modules/argp (Files): Add m4/unlocked-io.m4.
40029         (Depends-on): Add extensions.
40030
40031 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
40032
40033         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
40034         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
40035         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
40036         Check for program_invocation_name, program_invocation_short_name,
40037         flockfile, funlockfile, features.h, _getopt_long_only_r.
40038
40039 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
40040
40041         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
40042         its complicated substitute.
40043         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
40044         and program_invocation_name.
40045         (__argp_basename) [!_LIBC]: Remove; the only use was
40046         replaced by its body.
40047         (__argp_short_program_name): Change condition from
40048         !defined __argp_short_program_name to
40049         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
40050         to match argp-namefrob.h.
40051         (__argp_failure): Don't assume strerror_r returns char *.
40052         * lib/argp-parse.c (N_): Define unconditionally.
40053         (argp_default_options): Fill out initializers with 0 to avoid
40054         gcc warnings.
40055
40056 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
40057
40058         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
40059         getopt1.c.
40060
40061 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
40062
40063         Merge from coreutils.
40064
40065         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
40066
40067         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
40068         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
40069
40070 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
40071
40072         Merge from coreutils.
40073
40074         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
40075         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
40076         for Reliant Unix 5.43.
40077
40078         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
40079         (union fooround): Use uintmax_t, not long int.
40080         The rest is a merge from libc:
40081         [defined _LIBC]: Include <shlib-compat.h>.
40082         (_obstack) [defined _LIBC]: Remove after 2.3.4.
40083
40084         * lib/settime.c (settime): Recode to avoid warning with
40085         Sun Forte C 6U2.
40086
40087         * lib/strverscmp.c: Convert to UTF-8.
40088
40089 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
40090
40091         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
40092         m4/uintmax_t.m4.
40093
40094 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40095
40096         * modules/xalloc-die: New file.
40097         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
40098
40099         * modules/md5 (Files): Add m4/uint32_t.m4.
40100         * modules/sha1: Renamed from modules/sha.
40101         (Files):
40102         Rename lib/sha.h to lib/sha1.h.
40103         Rename lib/sha.c to lib/sha1.c.
40104         Rename m4/sha.m4 to m4/sha1.m4.
40105         (lib_SOURCES): Likewise.
40106         (configure.ac): Rename gl_SHA to gl_SHA1.
40107         (Include): sha.h -> sha1.h.
40108
40109 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40110
40111         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
40112         * m4/sha1.m4: Renamed from sha.m4.
40113         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
40114
40115 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40116
40117         * lib/obstack.h (obstack_empty_p):
40118         Don't assume that chunk->contents is suitably aligned.
40119         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
40120         Likewise. Problem reported by Benno in
40121         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
40122
40123         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
40124         readable.  This could be improved further but it'd take some work.
40125
40126 2004-08-08  Simon Josefsson  <jas@extundo.com>
40127
40128         * modules/xgethostname (Depends-on): Remove exit and error (not
40129         used).
40130
40131         * modules/getpass-gnu: Add getpass.h.
40132         (Depends-on): Add stdbool.
40133         * modules/getpass: Add getpass.h.
40134
40135 2004-08-08  Simon Josefsson  <jas@extundo.com>
40136
40137         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
40138         Check getpass declaration.
40139
40140 2004-08-08  Simon Josefsson  <jas@extundo.com>
40141
40142         * lib/xgethostname.c: Don't include error.h (not used).
40143
40144         * lib/getpass.h: Add.
40145         * lib/getpass.c: Include getpass.h first.
40146
40147 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
40148
40149         * lib/xalloc-die.c: New file.
40150         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
40151         All uses removed.
40152         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
40153         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
40154         xalloc-die.c.
40155         (_, N_, xalloc_die): Move to xalloc-die.c.
40156         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
40157         so that we needn't mess with xalloc_msg_memory_exhausted.
40158
40159         * lib/sha1.h: Renamed from sha.h.
40160         (SHA1_H): Renamed from _SHA_H.
40161         (sha1_ctx): Renamed from sha_ctx.
40162         (sha1_init_ctx): Renamed from sha_init_ctx.
40163         (sha1_process_block): Renamed from sha_process_block.
40164         (sha1_process_bytes): Renamed from sha_process_bytes.
40165         (sha1_finish_ctx): Renamed from sha_finish_ctx.
40166         (sha1_read_ctx): Renamed from sha_read_ctx.
40167         (sha1_stream): Renamed from sha_stream.
40168         (sha1_buffer): Renamed from sha_buffer.
40169         * lib/sha1.c: Likewise; renamed from sha.c.
40170         Do not include <sys/types.h>.
40171         Include <stddef.h> rather than <stdlib.h>.
40172
40173 2004-08-08  Bruno Haible  <bruno@clisp.org>
40174
40175         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
40176         FILESYSTEM_PREFIX_LEN.
40177         * lib/progreloc.c: Likewise.
40178         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
40179
40180 2004-08-06  Simon Josefsson  <jas@extundo.com>
40181
40182         * modules/progname (Depends-on): Don't depend on stdbool.
40183
40184 2004-08-06  Simon Josefsson  <jas@extundo.com>
40185
40186         * modules/getsubopt: New file.
40187         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40188         getsubopt.
40189
40190 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40191
40192         More merge from coreutils.
40193
40194         * m4/utimens.m4, m4/utimecmp.m4: New files.
40195         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
40196         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
40197         prereq.m4, sha.m4: Import changes from coreutils.
40198
40199 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40200
40201         More merge from coreutils.
40202         * modules/raise, modules/readtokens0, modules/utimens:
40203         * modules/utimecmp, module/xnanosleep: New files.
40204         * modules/strftime: Add lib/strftime.h.
40205         Change include from <time.h> to "strftime.h".
40206         * modules/yesno: Add lib/yesno.h.
40207         * modules/backupfile: Remove lib/addext.c.
40208         * modules/euidaccess: Add stat-macros.h.
40209         * modules/canonicalize, modules/euidaccess,
40210         modules/filemode, modules/lchown, modules/makepath,
40211         modules/rmdir, modules/stat: Likewise.
40212
40213 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40214
40215         Merge from tar.
40216         * lib/argp-help.c (make_hol, hol_append): Don't assume that
40217         SIZE_MAX is a valid preprocessor constant.
40218         (__argp_basename): Change from "#ifndef _LIBC"
40219         to "#ifndef __argp_short_program_name", so that
40220         we don't compile these functions for tar.
40221
40222         More merges from coreutils.
40223         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
40224         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
40225         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
40226         * lib/addext.c: Remove; no longer needed.
40227         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
40228         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
40229         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
40230         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
40231         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
40232         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
40233         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
40234         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
40235         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
40236         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
40237         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
40238         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
40239         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
40240         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
40241         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
40242         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
40243         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
40244         Import changes from coreutils.
40245
40246 2004-08-05  Simon Josefsson  <jas@extundo.com>
40247
40248         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
40249
40250 2004-08-05  Simon Josefsson  <jas@extundo.com>
40251
40252         * m4/getsubopt.m4: New file.
40253
40254 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40255
40256         Merge from coreutils.
40257
40258         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
40259         * m4/getcwd-path-max.m4: New files.
40260
40261         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
40262         FILESYSTEM_PREFIX_LEN ->
40263         FILE_SYSTEM_PREFIX_LEN.
40264         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
40265         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
40266         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
40267         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
40268
40269         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
40270         prerequisite modules now handle the DOS stuff.
40271         Don't check for unistd.h.
40272
40273 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40274
40275         Merge from coreutils.
40276
40277         * lib/.gdb-history: Remove; this doesn't belong here.
40278
40279         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
40280         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
40281         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
40282         * lib/getcwd.c: New files.
40283
40284         * lib/dirname.h: Include <stdbool.h>.
40285         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
40286         for consistency with POSIX terminology.  All uses changed.
40287         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
40288         (strip_trailing_slashes): Use bool for booleans.
40289         * lib/stripslash.c (strip_trailing_slashes): Likewise.
40290
40291         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
40292         sometimes returns a positive errno value even when it succeeds.
40293         (print_errno_message) [!LIBC]: Fall back on strerror if
40294         __strerror_r fails.
40295
40296         * lib/path-concat.c (mempcpy): Don't define if a system header defines
40297         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
40298         (longest_relative_suffix): New function.
40299         (path_concat): Use it.  Assume first argument is not NULL.
40300         Port to DOS.  Omit redundant separators.
40301         Report an error instead of returning NULL.
40302         Use mempcpy instead of memcpy.
40303         (xpath_concat): Remove: not declared or used.
40304
40305         * lib/same.h: Include <stdbool.h>
40306         (same_name): Return bool, not int.
40307         * lib/same.c (same_name): Likewise.
40308         (errno): Don't declare; we assume C89 or better now.
40309
40310         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
40311         if not already defined.
40312
40313         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
40314         * lib/dup-safer.c (errno): Likewise.
40315
40316 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40317
40318         Merge from coreutils.
40319         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
40320         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
40321         * modules/path-concat: Don't depend on strdup.
40322
40323 2004-08-03  Simon Josefsson  <jas@extundo.com>
40324
40325         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
40326         * lib/progname.h: Don't include stdbool.h.
40327
40328 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40329
40330         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
40331         * MODULES.html.sh (func_all_modules): Remove fatal.
40332
40333 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40334
40335         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
40336
40337 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40338
40339         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
40340         working.
40341
40342 2004-08-02  Simon Josefsson  <jas@extundo.com>
40343
40344         * lib/getsubopt.h: New file, with comments from Bruno Haible.
40345         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
40346         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
40347
40348 2004-08-01  Simon Josefsson  <jas@extundo.com>
40349
40350         * lib/xgetdomainname.c: Include stdlib.h, for free().
40351
40352 2004-07-19  Bruno Haible  <bruno@clisp.org>
40353
40354         * MODULES.html.sh (func_all_modules): Add dummy.
40355
40356 2004-07-16  Simon Josefsson  <jas@extundo.com>
40357
40358         * modules/dummy: New file.
40359
40360 2004-07-16  Simon Josefsson  <jas@extundo.com>
40361
40362         * lib/dummy.c: New file.
40363
40364 2004-07-16  Bruno Haible  <bruno@clisp.org>
40365
40366         * lib/backupfile.h: Add extern "C" for C++.
40367         * lib/closeout.h: Likewise.
40368         * lib/copy-file.h: Likewise.
40369         * lib/findprog.h: Likewise.
40370         * lib/full-write.h: Likewise.
40371         * lib/pathname.h: Likewise.
40372         * lib/progname.h: Likewise.
40373         * lib/stpcpy.h: Likewise.
40374         * lib/stpncpy.h: Likewise.
40375         * lib/strcase.h: Likewise.
40376         * lib/strstr.h: Likewise.
40377         * lib/xalloc.h: Likewise.
40378
40379         * lib/mbswidth.h: Add extern "C" for C++.
40380         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
40381
40382 2004-07-13  Robert Millan  <robertmh@gnu.org>
40383
40384         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
40385
40386 2004-07-09  Simon Josefsson  <jas@extundo.com>
40387
40388         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
40389         failed without this.)
40390
40391 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40392
40393         * modules/chown (Files): Add lib/fchown-stub.c, since
40394         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
40395
40396 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40397
40398         * lib/fchown-stub.c: New file.
40399
40400 2004-06-24  Jim Meyering  <jim@meyering.net>
40401
40402         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
40403
40404 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40405
40406         * modules/argz: Omit "#include".
40407
40408         * MODULES.html.sh (func_all_modules): Add calloc, to match
40409         2004-06-01 addition of calloc module.
40410
40411 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40412
40413         * m4/argz.m4: New file, which is autoupdated from libtool.
40414
40415 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40416
40417         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
40418         libtool.
40419
40420 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40421
40422         * config/srclist-update: Don't insist on "USA." before the
40423         close-comment, as libtool omits the period and puts the */ on a
40424         separate line.
40425         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
40426         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
40427
40428 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
40429
40430         * modules/argz: New file.
40431         * MODULES.html.sh (func_all_modules): Add argz.
40432
40433 2004-06-12  Jim Meyering  <jim@meyering.net>
40434         and  Paul Eggert  <eggert@cs.ucla.edu>
40435
40436         * modules/hash (Files): Add lib/xalloc.h.
40437         * modules/pipe (Depends-on): Add wait-process.
40438         * modules/stat (Depends-on): Add xalloc.
40439         * modules/userspec (Files): Add lib/userspec.h.
40440         * modules/xstrto
40441
40442         Upgrade from gettext-0.13.
40443         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
40444         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
40445         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
40446
40447 2004-06-10  Jim Meyering  <jim@meyering.net>
40448
40449         * lib/calloc.c: New file.
40450
40451 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
40452
40453         * lib/getdate.y (yylex): Allow space between sign and number.
40454         Problem reported by Dan Jacobson.
40455
40456 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
40457
40458         Merge from coreutils CVS.
40459
40460         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
40461         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
40462         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
40463         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
40464         xstrtol.m4: Fix copyright date and/or serial number.
40465
40466         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
40467         See if we need an fchown replacement.
40468         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
40469         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
40470         and use the replacement function if we detect either defect.
40471
40472         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
40473         gl_UTIMECMP.
40474
40475 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
40476         and  Jim Meyering  <jim@meyering.net>
40477
40478         Merge from coreutils CVS.
40479
40480         * lib/stat-macros.h: New file, with contents from file-type.h
40481         and coreutils' system.h.
40482         * lib/file-type.c: Include "stat-macros.h".
40483         * lib/file-type.h (file_type): Move all macro definitions to new file,
40484         stat-macros.h.
40485
40486         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
40487         Wrap old code with this conditional.
40488         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
40489         function that does not dereference symlinks.
40490         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
40491
40492         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
40493         dependency problems.
40494         (xreadlink): Accept new arg SIZE, for efficiency.
40495         All decls and uses changed.
40496         * lib/xreadlink.h: Include <stddef.h>, for size_t.
40497
40498         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
40499         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
40500
40501         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
40502         sysexits.h.
40503
40504 2004-06-01  Jim Meyering  <jim@meyering.net>
40505
40506         * m4/calloc.m4: New file.
40507
40508 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
40509
40510         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
40511         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
40512         Also, fix a typo in a diagnostic.
40513
40514 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
40515
40516         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
40517         or AC_FUNC_REALLOC.
40518
40519 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
40520
40521         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
40522         macros to be defined.
40523         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
40524         the allocator returns NULL because the requested size is zero.
40525
40526 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
40527
40528         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
40529         var.  Add comment explaining why libc still defines it.  This
40530         merges the following patch from glibc:
40531         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
40532
40533 2004-05-20  Andreas Schwab  <schwab@suse.de>
40534
40535         * m4/free.m4: Replace free if it not known to work, not the other
40536         way round.
40537
40538 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
40539
40540         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
40541         present in glibc since revision 1.1 of this file.
40542         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
40543         obstack_alignment_mask, obstack_alloc, obstack_base,
40544         obstack_blank, obstack_blank_fast, obstack_chunk_size,
40545         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
40546         obstack_grow0, obstack_init, obstack_int_grow,
40547         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
40548         obstack_next_free, obstack_object_size, obstack_ptr_grow,
40549         obstack_ptr_grow_fast, obstack_room): Remove declarations of
40550         nonexistent functions.
40551
40552 2004-05-18  Karl Berry  <karl@gnu.org>
40553
40554         * config/srclist.txt: break link for vasnprintf.c.
40555
40556 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
40557
40558         Port obstack to the AS/400, where pointers are 16 bytes wide and
40559         you cannot cast an integer to a valid pointer.  This patch is
40560         currently waiting to be integrated into glibc; see
40561         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
40562
40563         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
40564         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
40565         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
40566         (struct obstack): temp member is now a union of a pointer and
40567         an integer, instead of an integer.  All integer uses changed.
40568         This does not affect the physical layout of struct obstack,
40569         except on hosts (like the AS/400) where the size or alignment of
40570         void * is greater than that of ptrdiff_t.
40571         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
40572         __STDC__)]: Store temporary in pointer member of union, not
40573         integer member.
40574         * lib/obstack.c: Include <stddef.h>, for offsetof.
40575         (struct fooalign): Remove; it doesn't need a name.
40576         (union fooround): Change double to long double, and add void *.
40577         (DEFAULT_ALIGNMENT): Use offsetof to compute.
40578         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
40579         not a macro.  Hence the values are always int; so remove all
40580         casts-to-int in uses.
40581
40582 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
40583
40584         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
40585         we can get this patch merged into glibc.
40586
40587 2004-05-17  Derek R. Price  <derek@ximbiot.com>
40588             Paul Eggert  <eggert@cs.ucla.edu>
40589
40590         * m4/argp: Depend on alloca.
40591
40592 2004-05-17  Derek R. Price  <derek@ximbiot.com>
40593             Paul Eggert  <eggert@cs.ucla.edu>
40594
40595         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
40596         freecoding.
40597
40598 2004-05-17  Bruno Haible  <bruno@clisp.org>
40599
40600         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
40601         precision that consists of a '.' followed by an empty digit string.
40602         Patch by Tor Lillqvist <tml@iki.fi>.
40603
40604 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
40605
40606         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
40607         for backward compatibility with older code.  We need our own
40608         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
40609         it under some other name, and our alloca.h will define it.
40610
40611 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
40612             Derek Price  <derek@ximbiot.com>
40613
40614         * lib/alloca.c: Include <alloca.h>, to get our interface.
40615         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
40616         include <alloca.h> first.  Use C89 prototype for alloca; this
40617         requires including <stddef.h> for size_t.  Use extern "C" if C++.
40618         Use #elif for simplicity, since we can assume C89 now.
40619         Don't try to source the system alloca.h since it will not be found
40620         and to prevent recursively including its replacement.
40621         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
40622         * lib/regex.c: Likewise.
40623
40624 2004-05-16  Derek Price  <derek@ximbiot.com>
40625             Paul Eggert  <eggert@cs.ucla.edu>
40626
40627         getline cleanup.  This changes the getndelim2 API: both order of
40628         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
40629         no delimiter).
40630
40631         * lib/getline.c: Don't include stddef.h or stdio.h, since our
40632         interface does that.
40633         (getline): Always use getdelim, so that we don't have two
40634         copies of this code.
40635         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
40636         if available.
40637         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
40638         (GETNDELIM2_MAXIMUM): New macro.
40639         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
40640         instead of the old practice of delim2==0.  All callers changed.
40641         Return -1 on overflow, instead of returning junk.
40642         Do not set *linesize unless allocation succeeds.
40643         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
40644         that we include sys/types.h.
40645         * lib/getnline.h: Likewise.
40646         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
40647         (getndelim2): Reorder arguments.
40648         * lib/getnline.c (getnline, getndelim):
40649         Don't discard the NMAX argument.
40650         (getnline): Invoke getndelim, to avoid code duplication.
40651         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
40652         of (size_t) -1 by callers of the getnline family.
40653
40654 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
40655
40656         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
40657         Check for gettimeofday.
40658         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
40659         Check for settimeofday, stime.
40660
40661 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
40662
40663         * lib/nanosleep.c (suspended): Change its type from int to
40664         sig_atomic_t volatile.
40665         (first_call): Make it private to rpl_nanosleep, and have it
40666         be zero initially as that's a bit faster.
40667         (my_usleep): Round up fractional times instead of truncating them,
40668         as this is the usual meaning for 'sleep'.
40669
40670         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
40671         doesn't work.
40672         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
40673         (ENOSYS): Define if not defined.
40674         (settime): Fall back on stime if it exists and settimeofday fails.
40675         But don't bother with fallbacks if a method fails with errno == EPERM.
40676
40677 2004-05-11  Jim Meyering  <jim@meyering.net>
40678
40679         Prior to this change, the save_cwd caller required read access to the
40680         current directory on most systems (ones with the fchdir function).
40681
40682         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
40683         fails, try write-only, and finally, resort to using xgetcwd.
40684
40685 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
40686
40687         * lib/obstack.c, obstack.h: Import changes from libc.
40688
40689 2004-04-28  Bruno Haible  <bruno@clisp.org>
40690
40691         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
40692         also implicitly appends .exe to executables.
40693         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
40694         accepts Windows pathnames.
40695         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
40696         Treat Cygwin like Windows, since it now accepts Windows pathnames.
40697         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
40698         Treat Cygwin like Windows, since it now accepts Windows pathnames.
40699         Reported by Derek Robert Price <derek@ximbiot.com>.
40700
40701 2004-04-21  Karl Berry  <karl@gnu.org>
40702
40703         * config/srclist.txt (localcharset.c): break sync.
40704
40705 2004-04-20  Paul Eggert  <eggert@twinsun.com>
40706
40707         * m4/host-os.m4: Add a copyright notice.
40708
40709 2004-04-20  Jim Meyering  <jim@meyering.net>
40710
40711         Change UTILS_ to gl_ in AC_DEFINE'd names.
40712         Change utils_- and jm_-prefixed variables, too.
40713         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
40714         UTILS_FUNC_MKDIR_TRAILING_SLASH.
40715         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
40716
40717         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
40718         Don't emit trailing blanks.
40719         Also rename jm_-prefixed variables to have gl_ prefix.
40720
40721         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
40722         Also rename jm_-prefixed variables to have gl_ prefix.
40723
40724         * m4/jm-macros.m4: Reflect the renamings.
40725         * m4/prereq.m4: Likewise.
40726
40727 2004-04-20  Jim Meyering  <jim@meyering.net>
40728
40729         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
40730         memory.
40731
40732 2004-04-20  Jim Meyering  <jim@meyering.net>
40733             Bruno Haible  <bruno@clisp.org>
40734
40735         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
40736         memory when realloc fails.
40737
40738 2004-04-19  Jim Meyering  <jim@meyering.net>
40739
40740         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
40741         now that readutmp.c may call `free (0)'.
40742
40743 2004-04-19  Bruno Haible  <bruno@clisp.org>
40744
40745         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
40746         * m4/inttypes_h.m4: Likewise.
40747         * m4/stdint_h.m4: Likewise.
40748         * m4/intmax_t.m4: Likewise.
40749         * m4/uintmax_t.m4: Likewise.
40750
40751 2004-04-18  Jim Meyering  <jim@meyering.net>
40752
40753         * m4/prereq.m4: Don't forbid jm_ prefix.
40754
40755         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
40756         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
40757         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
40758         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
40759         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
40760         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
40761         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
40762         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
40763         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
40764         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
40765         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
40766         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
40767         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
40768         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
40769         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
40770         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
40771         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
40772         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
40773         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
40774
40775 2004-04-18  Jim Meyering  <jim@meyering.net>
40776
40777         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
40778         failure, don't leak memory and do call END_UTMP_ENT.
40779
40780 2004-04-16  Jim Meyering  <jim@meyering.net>
40781
40782         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
40783         coreutils' stat program.
40784         (gl_PREREQ): Don't require jm_PREREQ_STAT.
40785
40786 2004-04-11  Paul Eggert  <eggert@twinsun.com>
40787
40788         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
40789         C89.
40790         (CHAR_BIT): Remove, since we assume C89.
40791         Include <stdint.h> if available, as per current Autoconf CVS advice.
40792
40793 2004-03-31  Jim Meyering  <jim@meyering.net>
40794
40795         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
40796         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
40797         * m4/xalloc.m4: Likewise.
40798
40799 2004-03-30  Paul Eggert  <eggert@twinsun.com>
40800
40801         Merge from coreutils.
40802
40803         * m4/inttostr.m4: New file.
40804         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
40805         Require AM_STDBOOL_H and gl_TIMESPEC instead.
40806         Require gl_CLOCK_TIME.
40807         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
40808
40809 2004-03-30  Paul Eggert  <eggert@twinsun.com>
40810
40811         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
40812         not bool, to be more consistent with Unix conventions.
40813         Suggested by Bruno Haible.
40814
40815         Merge from coreutils.
40816
40817         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
40818         * lib/umaxtostr.c: New files.
40819
40820         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
40821         the usual <time.h> dance.
40822         (get_date): Change signature to support fractional time stamps.
40823         All callers changed.
40824         * lib/getdate.y: Include "getdate.h" first, as we can now
40825         assume C89 and don't need to worry about 'const'.
40826         Similarly, include "unlocked-io.h" near start, not in middle.
40827         Include <limits.h>.
40828         (textint.value): Use long int rather than int.
40829         (textint.digits): Use size_t rather than int.
40830         (BILLION, LOG10_BILLION): New constants.
40831         (parser_control): New member rel_ns.  Members day_ordinal,
40832         time_zone, month, day, hour, minutes, rel_year, rel_month,
40833         rel_day, rel_hour, rel_minutes, rel_seconds
40834         are now long int, not int.  Member seconds is now struct timespec,
40835         not int.  New member timespec_seen.  Members dates_seen, days_seen,
40836         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
40837         not int.
40838         (%union.intval): Now long int, not int.
40839         New member timespec.
40840         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
40841         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
40842         (spec): Now is a timespec or an item list.
40843         (timespec, items): New nonterminals.
40844         (time, rel, relunit, number, get_date):
40845         Add support for fractional seconds.
40846         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
40847         (gmtime, localtime, mktime): Remove decls; not needed with C89.
40848         (to_hour): First arg is now long int, not int.
40849         (to_year): Returns long int, not int.
40850         Don't treat year -70 like 70.
40851         (tm_diff): Returns long int, not int.
40852         (lookup_word): Use bool instead of int when appropriate.
40853         (yylex): Use size_t for count, not int.
40854         Detect overflow when parsing large integer constants.
40855         Add support for fractions.
40856         (get_date): Make pointers 'const' if possible.
40857         Use more-portable code to detect integer overflow.
40858         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
40859         Don't use ctime; it's not reliable if the year has >4 digits.
40860
40861         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
40862         This is for compatibility with BSD.
40863
40864         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
40865         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
40866         From coreutils' system.h.
40867
40868         * lib/userspec.c: Don't include "posixver.h".
40869         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
40870         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
40871         compatible extension.  Simplify code by removing a boolean int
40872         that was always nonzero if a string was nonnull.
40873
40874 2004-03-30  Jim Meyering  <jim@meyering.net>
40875
40876         Merge from coreutils.
40877
40878         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
40879         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
40880         on some systems one must include <grp.h> before it.
40881         Reported by Christian Krackowizer.
40882
40883 2004-03-30  Jim Meyering  <jim@meyering.net>
40884
40885         Merge from coreutils.
40886
40887         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
40888
40889         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
40890         an empty input stream.
40891
40892         * lib/readtokens.c: Include <stdbool.h>.
40893         (readtoken): Use `size_t' rather than int/long.
40894         All callers adjusted.
40895         Use `bool' rather than `int' where appropriate.
40896         Use memset rather than an explicit loop.
40897         Use x2nrealloc rather than xrealloc.
40898         Allow the use of `\0' as a delimiter.
40899         (readtokens): Likewise.
40900         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
40901
40902 2004-03-30  Jim Meyering  <jim@meyering.net>
40903
40904         * m4/realloc.m4: Remove file, since now it does no more than
40905         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
40906         the `configure.ac' section of module/realloc.
40907         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
40908
40909 2004-03-30  Bruno Haible  <bruno@clisp.org>
40910
40911         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
40912         nonnull.
40913
40914 2004-03-29  Paul Eggert  <eggert@twinsun.com>
40915
40916         Merge changes to getloadavg.c from coreutils and Emacs.
40917
40918         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
40919         Define to an expression, not to the empty string.
40920         Include cloexec.h and xalloc.h.
40921         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
40922         Use set_cloexec_flag rather than rolling our own.
40923         * lib/cloexec.c, lib/cloexec.h: New files.
40924
40925 2004-03-29  Paul Eggert  <eggert@twinsun.com>
40926
40927         * m4/cloexec.m4: New file.
40928
40929 2004-03-18  Paul Eggert  <eggert@twinsun.com>
40930
40931         * lib/getopt.h: Sync with libc CVS.
40932
40933 2004-03-18  Paul Eggert  <eggert@twinsun.com>
40934             Bruno Haible  <bruno@clisp.org>
40935
40936         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
40937         mbswidth.
40938
40939 2004-03-18  Paul Eggert  <eggert@twinsun.com>
40940             Bruno Haible  <bruno@clisp.org>
40941
40942         * lib/mbswidth.h: Include <wchar.h> only if
40943         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
40944         <wchar.h>.
40945         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
40946
40947 2004-03-09  Paul Eggert  <eggert@twinsun.com>
40948
40949         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
40950         Sync with libc CVS.
40951         * lib/getopt_int.h: New file, also synced from libc.
40952
40953 2004-03-09  Paul Eggert  <eggert@twinsun.com>
40954
40955         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
40956         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
40957         Bring back getopt.c, getopt.h, getopt1.c.
40958
40959 2004-03-07  Paul Eggert  <eggert@twinsun.com>
40960
40961         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
40962         All uses changed.  Check for sa_sigaction member; this fixes
40963         a bug first reported by Jason Andrade in
40964         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
40965
40966 2004-03-07  Paul Eggert  <eggert@twinsun.com>
40967
40968         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
40969         '#if' expressions.  Unlike the code it replaces, it does not
40970         depend on (defined _SC_PAGESIZE).  However, it does depend on
40971         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
40972         first reported by Jason Andrade in
40973         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
40974
40975 2004-02-25  Simon Josefsson  <jas@extundo.com>
40976
40977         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
40978
40979 2004-02-25  Simon Josefsson  <jas@extundo.com>
40980
40981         * lib/strdup.h: New file.
40982         * lib/strdup.c: Include it.
40983         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
40984         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
40985
40986 2004-02-23  Karl Berry  <karl@gnu.org>
40987
40988         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
40989         (from fencepost.gnu.org:/gd/gnuorg).
40990
40991 2004-02-23  Karl Berry  <karl@gnu.org>
40992
40993         * config/srclistvars.sh (GNUORG) [karl]: redefine.
40994         * config/srclist.txt: add maintain/standards documents.
40995
40996 2004-02-18  Bruno Haible  <bruno@clisp.org>
40997
40998         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
40999         Reported by Derek Robert Price <derek@ximbiot.com>.
41000
41001 2004-02-16  Karl Berry  <karl@gnu.org>
41002
41003         * config/mkinstalldirs, install-sh: update from automake.
41004
41005 2004-02-06  Karl Berry  <karl@gnu.org>
41006
41007         * m4/po.m4: update from gettext 0.14.1.
41008
41009 2004-02-06  Karl Berry  <karl@gnu.org>
41010
41011         * lib/config.charset: update from gettext 0.14.1.
41012
41013 2004-02-05  Paul Eggert  <eggert@twinsun.com>
41014
41015         Add comments and code, prompted by suggestions from Bruno Haible
41016         for sh-quote.
41017         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
41018         describing the enum quoting_style values.
41019         * lib/quotearg.c (quotearg_alloc): New function.
41020         (quotearg_buffer_restyled): Treat lone { and } as special.
41021         Treat = as special.  Work around bug with older shells
41022         that "see" a '\' that is really the 2nd byte of a multibyte char.
41023         Quote empty string with shell_quoting_style.
41024
41025 2004-02-03  Bruno Haible  <bruno@clisp.org>
41026
41027         * m4/pipe.m4: New file, from GNU gettext.
41028
41029 2004-02-03  Bruno Haible  <bruno@clisp.org>
41030
41031         * lib/pipe.h: New file, from GNU gettext.
41032         * lib/pipe.c: New file, from GNU gettext.
41033
41034 2004-01-27  Bruno Haible  <bruno@clisp.org>
41035
41036         * m4/execute.m4: New file, from GNU gettext.
41037
41038 2004-01-27  Bruno Haible  <bruno@clisp.org>
41039
41040         * lib/execute.h: New file, from GNU gettext.
41041         * lib/execute.c: New file, from GNU gettext.
41042         * lib/w32spawn.h: New file, from GNU gettext.
41043
41044 2004-01-24  Paul Eggert  <eggert@twinsun.com>
41045
41046         Merge from diffutils.
41047
41048         * lib/file-type.c (file_type): Add typed memory objects.
41049         * lib/file-type.h (S_TYPEISTMO): New macro.
41050
41051         * lib/c-stack.h (c_stack_action): Remove argv argument.
41052         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
41053         (die): Don't calculate message unless segv_action returns.
41054         (get_stack_location, min_address_from_argv, max_address_from_argv,
41055         volatile stack_base, volatile_stack_size): Remove.
41056         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
41057         that every segmentation violation is a stack overflow.  (Ouch!)
41058         See Debian bug 136249 (still outstanding) for more info about why
41059         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
41060
41061 2004-01-24  Paul Eggert  <eggert@twinsun.com>
41062
41063         Exit-status fix from coreutils.
41064
41065         Use exit_failure consistently in place of EXIT_FAILURE,
41066         so that program exit statuses are consistent on failure.
41067
41068         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
41069         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
41070         * lib/argmatch.h: Comment fix to match the above.
41071         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
41072         Now a macro referring to exit_failure, instead of a separate
41073         variable.  Include "exitfail.h" to get it.
41074         * lib/xstrtol.h: Include "exitfail.h".
41075         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
41076
41077         * lib/long-options.c (parse_long_options): Use prototype
41078         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
41079         for clarity.
41080
41081 2004-01-21  Jim Meyering  <jim@meyering.net>
41082
41083         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
41084         so as not to conflict with a different-sized __mktime_internal
41085         function in GNU libc.
41086         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
41087         Problem building statically-linked `ls' reported by Michael Brunnbauer.
41088
41089 2004-01-20  Karl Berry  <karl@gnu.org>
41090
41091         * config/config.guess: update from config.
41092
41093         * config/srclistvars.sh: GNUWWWLICENSES for karl.
41094
41095 2004-01-20  Bruno Haible  <bruno@clisp.org>
41096
41097         Safer stack allocation.
41098         * lib/setenv.c: Include allocsa.h.
41099         (alloca): Remove fallback definition.
41100         (freea): Remove macro.
41101         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
41102         instead of freea.
41103
41104 2004-01-20  Bruno Haible  <bruno@clisp.org>
41105
41106         * m4/eealloc.m4: New file, from GNU gettext.
41107
41108 2004-01-20  Bruno Haible  <bruno@clisp.org>
41109
41110         * m4/allocsa.m4: New file, from GNU gettext.
41111
41112 2004-01-20  Bruno Haible  <bruno@clisp.org>
41113
41114         * lib/xallocsa.h: New file, from GNU gettext.
41115         * lib/xallocsa.c: New file, from GNU gettext.
41116
41117 2004-01-20  Bruno Haible  <bruno@clisp.org>
41118
41119         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
41120
41121 2004-01-20  Bruno Haible  <bruno@clisp.org>
41122
41123         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
41124         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
41125         specially.
41126
41127 2004-01-20  Bruno Haible  <bruno@clisp.org>
41128
41129         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
41130         patch.
41131
41132 2004-01-20  Bruno Haible  <bruno@clisp.org>
41133
41134         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
41135
41136 2004-01-20  Bruno Haible  <bruno@clisp.org>
41137
41138         * lib/eealloc.h: New file.
41139
41140 2004-01-20  Bruno Haible  <bruno@clisp.org>
41141
41142         * lib/binary-io.h: Avoid warnings on Cygwin.
41143
41144 2004-01-20  Bruno Haible  <bruno@clisp.org>
41145
41146         * lib/allocsa.h: New file, from GNU gettext.
41147         * lib/allocsa.c: New file, from GNU gettext.
41148
41149 2004-01-18  Karl Berry  <karl@gnu.org>
41150
41151         * doc/gpl.texi, doc/lgpl.texi: new files.
41152
41153 2004-01-18  Karl Berry  <karl@gnu.org>
41154
41155         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
41156         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
41157
41158 2004-01-15  Paul Eggert  <eggert@twinsun.com>
41159
41160         Merge from coreutils.
41161
41162         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
41163         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
41164         (gl_DEFAULT_POSIX2_VERSION): Move
41165         the documentation from 'configure' into 'config.hin',
41166         so that 'configure --help' isn't burdened by it and
41167         we don't have to worry about its formatting there.
41168         Reword the documentation so that it's more succinct
41169         and can be run together into a single paragraph.
41170         * m4/same.m4 (gl_SAME): Check for pathconf.
41171
41172 2004-01-15  Paul Eggert  <eggert@twinsun.com>
41173
41174         Merge from coreutils.
41175
41176         * lib/posixver.c: Include posixver.h.
41177
41178         * lib/same.c: Include <stdbool.h>, <limits.h>.
41179         (_POSIX_NAME_MAX): Define if not defined.
41180         (MIN): New macro.
41181         (same_name): If file names are silently truncated, report
41182         that the file names are the same if they are the same after
41183         the silent truncation.
41184
41185         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
41186         conversion function.
41187         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
41188         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
41189         longer needed.
41190
41191 2004-01-15  Jim Meyering  <jim@meyering.net>
41192
41193         Merge from coreutils.
41194
41195         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
41196         if no library is required.
41197         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
41198         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
41199         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
41200         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
41201         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
41202         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
41203         value, $ac_cv_search_crypt, if it's "none required".
41204         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
41205         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
41206         not gl_FUNC_GETLOADAVG.
41207         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
41208         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
41209
41210 2004-01-15  Jim Meyering  <jim@meyering.net>
41211
41212         Merge from coreutils.
41213
41214         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
41215         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
41216         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
41217
41218         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
41219         optional configure-time default.
41220
41221         * lib/version-etc.c (version_etc_copyright): Update copyright date.
41222
41223         * lib/xreadlink.c (xreadlink): Correct outdated comment.
41224
41225 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
41226
41227         Merge from coreutils.
41228
41229         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
41230         value, $ac_cv_search_nanosleep, if it's "none required".
41231
41232 2004-01-14  Paul Eggert  <eggert@twinsun.com>
41233
41234         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
41235         with like-named macro in fnmatch.c.
41236         (EXT): Use an internal constant instead.
41237
41238         Merge fnmatch patches from glibc.
41239         * lib/fnmatch.c (mbsinit): Remove define.
41240         Add libc_hidden_ver (__fnmatch, fnmatch).
41241         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
41242         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
41243
41244 2004-01-14  Karl Berry  <karl@gnu.org>
41245
41246         * config/install-sh: update from automake.
41247
41248 2004-01-13  Karl Berry  <karl@gnu.org>
41249
41250         * config/install-sh: update from automake.
41251
41252 2004-01-09  Karl Berry  <karl@gnu.org>
41253
41254         * config/install-sh: update from automake.
41255
41256 2004-01-05  Karl Berry  <karl@gnu.org>
41257
41258         * config/config.{sub,guess}: update from config.
41259
41260 2003-12-31  Karl Berry  <karl@gnu.org>
41261
41262         * config/depcomp: update from automake.
41263
41264 2003-12-14  Karl Berry  <karl@gnu.org>
41265
41266         * lib/config.charset: update from gettext-runtime.
41267
41268 2003-12-03  Paul Eggert  <eggert@twinsun.com>
41269
41270         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
41271         Bug reported by Alfred M. Szmidt.
41272
41273 2003-12-03  Bruno Haible  <bruno@clisp.org>
41274
41275         * m4/gettext.m4: Upgrade from gettext-0.13.
41276         * m4/po.m4: Upgrade from gettext-0.13.
41277         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
41278         * m4/intmax.m4: New file, from gettext-0.13.
41279         * m4/printf-posix.m4: New file, from gettext-0.13.
41280
41281 2003-11-29  Karl Berry  <karl@gnu.org>
41282
41283         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
41284
41285 2003-11-25  Paul Eggert  <eggert@twinsun.com>
41286             Bruno Haible  <bruno@clisp.org>
41287
41288         * lib/printf-parse.h: Don't include sys/types.h.
41289         (ARG_NONE): New macro.
41290         (char_directive): Change type of *arg_index fields to size_t.
41291         * lib/printf-parse.c: Don't include sys/types.h.
41292         (SSIZE_MAX): Remove macro.
41293         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
41294         Remove unnecessary overflow check.
41295         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
41296         fields.
41297
41298 2003-11-25  Bruno Haible  <bruno@clisp.org>
41299
41300         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
41301
41302 2003-11-25  Bruno Haible  <bruno@clisp.org>
41303
41304         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
41305         gt_TYPE_SSIZE_T.
41306
41307 2003-11-24  Paul Eggert  <eggert@twinsun.com>
41308
41309         * modules/alloca: Remove dependency on xalloc.
41310
41311 2003-11-24  Paul Eggert  <eggert@twinsun.com>
41312
41313         * lib/alloca.c: Remove dependency on xalloc module.
41314         (xalloc_die): Remove.
41315         (memory_full) [!defined emacs]: New macro.
41316         [!defined emacs]: Don't include xalloc.h.
41317         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
41318         address arithmetic overflows.  Change datatypes a bit to avoid
41319         unnecessary casts.
41320
41321 2003-11-22  Jim Meyering  <jim@meyering.net>
41322
41323         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
41324         s/size/size_t/.
41325
41326 2003-11-21  Karl Berry  <karl@gnu.org>
41327
41328         * config/config.{sub,guess}: update from config.
41329
41330 2003-11-18  Karl Berry  <karl@gnu.org>
41331
41332         * config/config.{sub,guess}: update from config.
41333
41334         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
41335
41336 2003-11-17  Paul Eggert  <eggert@twinsun.com>
41337
41338         * README: Mention that S+T cannot overflow if S is the size of
41339         an existing object and T is sufficiently small.
41340
41341 2003-11-17  Jim Meyering  <jim@meyering.net>
41342
41343         On systems without utime and without a utimes function capable of
41344         dealing with a NULL struct utimbuf* argument, this utime replacement
41345         could -- in unusual circumstances -- leak a file descriptor.
41346         * lib/utime.c: Include <unistd.h> and <errno.h>.
41347         (utime_null): Be sure to close `fd' and to preserve errno.
41348         Reported by Geoff Collyer via Arnold Robbins.
41349
41350 2003-11-17  Bruno Haible  <bruno@clisp.org>
41351
41352         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
41353         (Depends-on): Add xsize.
41354
41355 2003-11-17  Bruno Haible  <bruno@clisp.org>
41356
41357         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
41358
41359 2003-11-17  Bruno Haible  <bruno@clisp.org>
41360
41361         * lib/vasnprintf.c (alloca): Remove fallback definition.
41362         (freea): Remove definition.
41363         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
41364         Reported by Paul Eggert.
41365
41366 2003-11-16  Paul Eggert  <eggert@twinsun.com>
41367             Bruno Haible  <bruno@clisp.org>
41368
41369         Protect against address arithmetic overflow.
41370         * lib/printf-args.h: Include stddef.h.
41371         (arguments): Change type of field 'count' to size_t.
41372         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
41373         'unsigned int' where appropriate.
41374         * lib/printf-parse.h: Include sys/types.h.
41375         (char_directive): Change type of *arg_index fields to ssize_t.
41376         (char_directives): Change type of fields 'count', max_*_length to
41377         size_t.
41378         * lib/printf-parse.c: Include sys/types.h and xsize.h.
41379         (SSIZE_MAX): Define fallback value.
41380         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
41381         instead of 'int' where appropriate. Check a_allocated, d_allocated
41382         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
41383         * lib/vasnprintf.c: Include xsize.h.
41384         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
41385         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
41386         overflow. Avoid wraparound when converting a width or precision from
41387         decimal to binary.
41388
41389 2003-11-16  Bruno Haible  <bruno@clisp.org>
41390
41391         Update from GNU gettext.
41392         * lib/printf-parse.c: Generalize to it can be compiled for wide
41393         strings.
41394         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
41395         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
41396         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
41397         SNPRINTF): New macros.
41398         Don't include <alloca.h> if the file is used inside libintl.
41399         (local_wcslen): New function, for Solaris 2.5.1.
41400         (VASNPRINTF): Use it instead of wcslen.
41401
41402 2003-11-16  Bruno Haible  <bruno@clisp.org>
41403
41404         * lib/xsize.h (xmax): New function.
41405         (xsum, xsum3, xsum4): Declare as "pure" functions.
41406
41407 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41408
41409         * modules/xalloc (Files): Undo latest change, since xalloc.h
41410         no longer needs SIZE_MAX or PTRDIFF_MAX.
41411
41412 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41413
41414         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
41415         gl_PTRDIFF_MAX.
41416
41417 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41418
41419         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
41420         "return", to pacify some unknown compiler.  Problem reported
41421         by Joerg Schilling.
41422
41423 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41424
41425         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
41426         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
41427         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
41428         heuristic is just as accurate as far as we know, and it removes a
41429         dependency on size_max.m4 and ptrdiff_max.m4.
41430
41431 2003-11-11  Bruno Haible  <bruno@clisp.org>
41432
41433         * modules/xsize (Files): Add m4/size_max.m4.
41434         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
41435
41436 2003-11-11  Bruno Haible  <bruno@clisp.org>
41437
41438         * m4/size_max.m4: New file.
41439         * m4/ptrdiff_max.m4: New file.
41440         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
41441         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
41442         (gl_XALLOC): Invoke it.
41443
41444 2003-11-11  Bruno Haible  <bruno@clisp.org>
41445
41446         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
41447         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
41448         defined.
41449
41450 2003-11-10  Paul Eggert  <eggert@twinsun.com>
41451
41452         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
41453         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
41454         rejected some allocations of exactly SIZE_MAX - 2 bytes.
41455         From Bruno Haible.
41456         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
41457         not (size_t) -1, since it's defined here.
41458
41459 2003-11-09  Karl Berry  <karl@gnu.org>
41460
41461         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
41462
41463 2003-11-06  Paul Eggert  <eggert@twinsun.com>
41464
41465         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
41466         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
41467         Reject sizes of exactly SIZE_MAX bytes.
41468         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
41469         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
41470
41471 2003-11-05  Bruno Haible  <bruno@clisp.org>
41472
41473         * lib/xsize.h: Include limits.h, to avoid a possible collision with
41474         SIZE_MAX defined in <limits.h> on Solaris.
41475
41476 2003-11-04  Jim Meyering  <jim@meyering.net>
41477
41478         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
41479         variable names, rather than @VAR@.
41480         * modules/poll: Likewise.
41481
41482 2003-11-04  Bruno Haible  <bruno@clisp.org>
41483
41484         * modules/xsize: New file.
41485         * modules/linebreak: Depend on xsize.
41486         * MODULES.html.sh (func_all_modules): Add xsize.
41487
41488 2003-11-04  Bruno Haible  <bruno@clisp.org>
41489
41490         * m4/xsize.m4: New file.
41491
41492 2003-11-04  Bruno Haible  <bruno@clisp.org>
41493
41494         * lib/xsize.h: New file.
41495         * lib/linebreak.c: Include xsize.h.
41496         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
41497         argument for overflow.
41498         Suggested by Paul Eggert.
41499
41500 2003-11-03  Karl Berry  <karl@gnu.org>
41501
41502         * config/config.{guess,sub}: update from config.
41503
41504 2003-11-03  Jim Meyering  <jim@meyering.net>
41505
41506         * modules/userspec (lib_SOURCES): Add userspec.h.
41507         (Include): Add "userspec.h".
41508         Improve description.
41509
41510 2003-11-03  Jim Meyering  <jim@meyering.net>
41511
41512         * lib/userspec.c: Include "userspec.h".
41513         * lib/userspec.h: New file.
41514
41515 2003-11-03  Bruno Haible  <bruno@clisp.org>
41516
41517         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
41518
41519 2003-11-03  Bruno Haible  <bruno@clisp.org>
41520
41521         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
41522         available, to avoid (extremely rare) race condition.
41523         Suggested by Paul Eggert.
41524
41525 2003-11-02  Karl Berry  <karl@gnu.org>
41526
41527         * config/srclist.txt (vasprintf.c): sync broken, sigh.
41528
41529 2003-10-31  Paul Eggert  <eggert@twinsun.com>
41530
41531         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
41532         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
41533         (read_filesystem_list): Set and use me_type_malloced.
41534         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
41535         whatever the type happens to be), for brevity and consistency.
41536         Check for size calculation overflow on Alphas running OSF/1.
41537
41538 2003-10-31  Jim Meyering  <jim@meyering.net>
41539
41540         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
41541
41542         * lib/linebuffer.c: Include <string.h> for declaration of memset.
41543
41544 2003-10-30  Paul Eggert  <eggert@twinsun.com>
41545             Bruno Haible  <bruno@clisp.org>
41546
41547         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
41548         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
41549
41550 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
41551
41552         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
41553         netbsd*-gnu*.  Suggested by Robert Millan.
41554
41555 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41556
41557         * modules/group-member: Depend on stdbool.
41558
41559 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41560
41561         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
41562
41563 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41564
41565         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
41566         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
41567         after the 'gnu' in these cases.  This fixes some bugs in the
41568         previous change, and is based on suggestions by Robert Millan.
41569
41570 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41571
41572         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
41573         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
41574         no longer needed.
41575         * lib/quotearg.c (quotearg_n_options): Use it.
41576         * lib/group-member.c: Include <stdbool.h>.
41577         (free_group_info): Arg is now const *; don't free arg.
41578         (get_group_info): Now returns bool and accepts struct group_info *,
41579         rather than returning a malloc'ed struct group_info *.
41580         All uses changed.  Check for overflow in internal size calculation.
41581
41582         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
41583         rather than xmalloc/xrealloc.
41584         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
41585         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
41586         conformance bug: the old code used a pointer after freeing the
41587         storage that it addressed.
41588         * lib/hash.c (hash_initialize): Simplify the code by using
41589         xalloc_oversized rather than doing it by hand.
41590         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
41591         the buffer preserved.  Use free and xmalloc instead.
41592         * lib/quotearg.c (quotearg_n_options): Likewise.
41593         Use a simpler test for size overflow.  Don't use xalloc_oversized
41594         because unsigned int might be wider than size_t (!); this suggests
41595         that we should switch from unsigned int to size_t for slot numbers.
41596
41597 2003-10-28  Paul Eggert  <eggert@twinsun.com>
41598
41599         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
41600         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
41601         NetBSD kernels.  Requested by Richard Stallman.
41602
41603 2003-10-27  Paul Eggert  <eggert@twinsun.com>
41604
41605         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
41606         to allocate the returned structure.  Do not allocate a subarray,
41607         as x2nrealloc will do that.
41608         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
41609         instead of xnrealloc.
41610         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
41611
41612 2003-10-27  Bruno Haible  <bruno@clisp.org>
41613
41614         * lib/stdbool_.h: Better support for BeOS.
41615
41616 2003-10-26  Paul Eggert  <eggert@twinsun.com>
41617
41618         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
41619         now uses inline.
41620
41621 2003-10-26  Paul Eggert  <eggert@twinsun.com>
41622
41623         * lib/xalloc.h (xalloc_oversized): New static inline function, for
41624         callers that want to do their own size-overflow checking.  Include
41625         <stdbool.h>, since xalloc_oversized returns bool.
41626         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
41627         to use xalloc_oversized.
41628
41629         Add two functions x2realloc, x2nrealloc, for programs that grow
41630         arrays dynamically by doubling their sizes.
41631         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
41632         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
41633         New functions.
41634
41635         Port to C99 semantics for 'inline' of external functions.
41636         Bug reported by Bruno Haible.
41637         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
41638         with the old contents of xnmalloc.
41639         (xnmalloc, xmalloc): Use it.
41640         (xnrealloc_inline): New static inline function,
41641         with the old contents of xnrealloc.
41642         (xnrealloc, xrealloc): Use it.
41643
41644         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
41645         that.
41646
41647 2003-10-26  Karl Berry  <karl@gnu.org>
41648
41649         * config/srclist.txt (COPYING.DOC): no longer available from
41650         /gd/gnuorg; don't know where the ultimate source is.
41651
41652 2003-10-25  Paul Eggert  <eggert@twinsun.com>
41653
41654         Fix several address-calculation bugs in the hash modules,
41655         plus some minor code cleanup.
41656
41657         * lib/hash.h: Include <stdbool.h>, for bool.
41658         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
41659         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
41660         hash_get_n_entries, hash_get_max_bucket_length,
41661         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
41662         hash_rehash): Use size_t rather than unsigned.
41663         * lib/hash.c (struct hash_table, hash_get_n_buckets,
41664         hash_get_n_buckets_used, hash_get_n_entries,
41665         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
41666         hash_get_entries, hash_do_for_each, hash_string, is_prime,
41667         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
41668         Likewise.
41669         (SIZE_MAX): Define if not defined.
41670         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
41671         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
41672         hash_print):
41673         Use const * when possible.
41674         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
41675         (check_tuning): Fix bug: if tuning parameters were very close to
41676         0 or 1, rounding errors could have caused subscript violations.
41677         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
41678         (hash_initialize): Add 'fail:' label
41679         to free table and return NULL, and use it to simplify code.
41680         Use calloc rather than clearing the storage ourself.
41681         (hash_initialize, hash_rehash): Check for arithmetic overflow in
41682         buffer size calculations.
41683         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
41684         Include <stddef.h>, for size_t.
41685         * lib/hash-pjw.c (hash_pjw): Likewise.
41686         Switch to method described by Bruno Haible.
41687         Include <limits.h>, for CHAR_BIT.
41688         (SIZE_BITS): New macro.
41689
41690 2003-10-23  Paul Eggert  <eggert@twinsun.com>
41691
41692         * m4/getline.m4 (AM_FUNC_GETLINE):
41693         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
41694         hosts.  Problem reported by Derek Robert Price in
41695         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
41696         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
41697         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
41698
41699 2003-10-21  Paul Eggert  <eggert@twinsun.com>
41700
41701         * lib/getndelim2.c (getndelim2): When size calculation overflows,
41702         ceiling the allocation at NMAX bytes rather than silently
41703         discarding input bytes before NMAX is reached.  This makes
41704         a difference only if NMAX exceeds SIZE_MAX / 2.
41705
41706         * lib/obstack.c: Merge from glibc.
41707         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
41708         Add libc_hidden_def (_obstack_newchunk).
41709         (_obstack_free) [! defined _LIBC]: Remove.
41710         [defined _LIBC]: Make a strong alias from obstack_free, rather than
41711         a clone of the function body.
41712         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
41713         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
41714
41715         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
41716         glibc.
41717         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
41718         arg to memcpy.
41719
41720         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
41721         (obstack_ptr_grow_fast, obstack_int_grow_fast):
41722         Don't use lvalue casts, as GCC plans to remove support for them
41723         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
41724         was also present in the non-GCC version, indicating that this
41725         code had always been buggy and had never been widely used.
41726         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
41727         Use the fast variant of each macro, rather than copying the
41728         definiens of the fast variant; that way, we'll be more likely to
41729         catch future bugs in the fast variants.
41730
41731 2003-10-20  Bruno Haible  <bruno@clisp.org>
41732
41733         * modules/wait-process: New file.
41734         * MODULES.html.sh (func_all_modules): Add wait-process.
41735
41736 2003-10-20  Bruno Haible  <bruno@clisp.org>
41737
41738         * m4/wait-process.m4: New file.
41739
41740 2003-10-20  Bruno Haible  <bruno@clisp.org>
41741
41742         * lib/wait-process.h: New file, from GNU gettext.
41743         * lib/wait-process.c: New file, from GNU gettext.
41744
41745 2003-10-19  Jim Meyering  <jim@meyering.net>
41746
41747         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
41748         HPUX 10.20.
41749
41750 2003-10-18  Karl Berry  <karl@gnu.org>
41751
41752         * config/config.guess: update from config.
41753
41754 2003-10-16  Paul Eggert  <eggert@twinsun.com>
41755
41756         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
41757         (getgroups): First arg is int, not size_t.
41758         Don't let 'free' mangle errno.
41759
41760 2003-10-16  Paul Eggert  <eggert@twinsun.com>
41761
41762         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
41763
41764 2003-10-16  Karl Berry  <karl@gnu.org>
41765
41766         * config/config.{guess,sub}: update from config.
41767
41768 2003-10-16  Jim Meyering  <jim@meyering.net>
41769
41770         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
41771         memcpy.
41772
41773 2003-10-15  Paul Eggert  <eggert@twinsun.com>
41774
41775         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
41776         (SIZE_MAX): Remove.
41777         (new_exclude, add_exclude_file): Initial size no longer needs to
41778         be a power of 2.
41779         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
41780         our own address arithmetic overflow checking.
41781
41782         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
41783         (fnmatch): Do not alloca more than 2000 wide characters;
41784         instead, use malloc for large buffers.
41785         Check for address arithmetic overflow, and return -1
41786         with errno set to ENOMEM in that case.
41787         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
41788         (NEW_PATTERN): Do not alloca more than 8000 bytes;
41789         instead, return -1.  Check for address arithmetic overflow.
41790
41791 2003-10-14  Paul Eggert  <eggert@twinsun.com>
41792
41793         Handle invalid suffixes and overflow independently, so that
41794         callers can treat them independently as needed.  Fix some bugs in
41795         suffix handling, e.g., "100k@" was not diagnosed as an invalid
41796         suffix for a human-readable blocksize.  The major caller-visible
41797         change is the addition of a new
41798         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
41799         that both overflow and suffix chars were found.
41800
41801         * lib/human.c (humblock): Don't check separately for invalid suffix
41802         char; that is xstrtoumax's job (now that its bug is fixed).
41803         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
41804         INTMAX_MAX]: New macros.
41805         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
41806         TYPE_MAXIMUM): New macros.
41807         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
41808         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
41809         if overflow occurs, as it's what __strtol does and it's more useful
41810         in practice.
41811         (__xstrtol): If __strtol reports some error other than ERANGE,
41812         reflect it to the caller as LONGINT_INVALID.  If it reports
41813         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
41814         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
41815         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
41816         value.
41817         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
41818         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
41819         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
41820         [defined UINTMAX_MAX]: New macros.
41821
41822 2003-10-14  Bruno Haible  <bruno@clisp.org>
41823
41824         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
41825
41826 2003-10-14  Bruno Haible  <bruno@clisp.org>
41827
41828         * m4/sig_atomic_t: New file, from GNU gettext.
41829         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
41830
41831 2003-10-14  Bruno Haible  <bruno@clisp.org>
41832
41833         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
41834         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
41835         Also use volatile where needed.
41836
41837 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41838
41839         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
41840         Change maintainer from Bruno Haible to 'all'.
41841
41842 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41843
41844         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
41845
41846 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41847
41848         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
41849         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
41850         and define in terms of the other primitives.
41851         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
41852         (SIZE_MAX): Define if not already defined.
41853         (array_size_overflow): New function.
41854         (xalloc_die): Abort instead of exiting if 'error' returns.
41855         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
41856         (xmalloc, xrealloc): Use them.
41857         (xcalloc): Check for address arithmetic overflow.
41858         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
41859         a bit faster than strcpy.
41860
41861 2003-10-10  Simon Josefsson  <jas@extundo.com>
41862
41863         * modules/argp (Depends-on): Add restrict and strcase.
41864
41865 2003-10-10  Simon Josefsson  <jas@extundo.com>
41866
41867         * m4/argp.m4: Add AC_C_INLINE.
41868
41869 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41870
41871         Merge getpass from libc, plus a few fixes.
41872
41873         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
41874         Include <stdbool.h>.
41875         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
41876         __fsetlocking to empty.
41877         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
41878         do include <bits/libc-lock.h>.
41879         Do not include <fcntl.h>; not needed.
41880         [_LIBC]: Include <wchar.h>.
41881         (NOTCANCEL_MODE): New macro.
41882         (flockfile, funlockfile) [_LIBC]: New macros.
41883         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
41884         [!_LIBC]: New macros.
41885         (call_fclose): New function.
41886         (getpass): Use it.  Save tty stream separately; this simplifies the
41887         code and makes it more reliable if stdin happens to equal stdout.
41888         Invoke __fsetlocking on tty.
41889         Handle thread cancellation if needed.
41890         Namespace cleanup (use __tcgetattr, __getline).
41891         Use bool for Booleans.
41892         [USE_IN_LIBIO]: Handle wide streams.
41893         [!_LIBC]: Unconditionally do the fseek, since we don't know what
41894         stream might go where.
41895
41896         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
41897         doesn't have to include <stdio.h> before us.
41898         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
41899         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
41900         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
41901         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
41902         if not declared, so that we can use getpass.c code from libc without
41903         rewriting it.
41904         (flockfile, ftrylockfile, funlockfile): New macros.
41905
41906 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41907
41908         * modules/getpass: Depend on stdbool.
41909
41910 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41911
41912         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
41913
41914 2003-10-07  Karl Berry  <karl@gnu.org>
41915
41916         * config/config.{guess,sub}: update from config.
41917
41918 2003-10-06  Jim Meyering  <jim@meyering.net>
41919             Bruno Haible  <bruno@clisp.org>
41920
41921         This lets translators provide better translations for the
41922         "Written by ..." part of --version output.
41923         * lib/version-etc.h: Include stdarg.h.
41924         (version_etc_copyright): Declare as readonly.
41925         (version_etc): Make this function variadic with a NULL-terminated list
41926         of author name strings.
41927         (version_etc_va): New declaration.
41928         * lib/version-etc.c: Include stdarg.h, stdlib.h.
41929         (version_etc_copyright): Declare as readonly.
41930         (version_etc_va): New function. Provide a different translatable string
41931         for each possible number of authors < 10. Abbreviate when there are 10
41932         authors or more.
41933         (version_etc): Make this function variadic. Call version_etc_va.
41934         Suggestion from Gary V. Vaughan.
41935
41936         * lib/long-options.h (parse_long_options): Change prototype: the
41937         authors string is moved to the end and becomes variadic.
41938         * lib/long-options.c: Include stdarg.h.
41939         (parse_long_options): Make this function variadic, too.
41940         Call version_etc_va, not version_etc.
41941
41942 2003-10-06  Bruno Haible  <bruno@clisp.org>
41943
41944         * modules/version-etc-2: Remove file.
41945         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
41946
41947 2003-10-06  Bruno Haible  <bruno@clisp.org>
41948
41949         * modules/fatal-signal: New file.
41950         * MODULES.html.sh (func_all_modules): Add fatal-signal.
41951
41952 2003-10-06  Bruno Haible  <bruno@clisp.org>
41953
41954         * m4/fatal-signal.m4: New file.
41955         * m4/signalblocking.m4: New file, from GNU gettext.
41956
41957 2003-10-06  Bruno Haible  <bruno@clisp.org>
41958
41959         * lib/version-etc-2.h: Remove file.
41960         * lib/version-etc-2.c: Remove file.
41961
41962 2003-10-06  Bruno Haible  <bruno@clisp.org>
41963
41964         * lib/fatal-signal.h: New file, from GNU gettext.
41965         * lib/fatal-signal.c: New file, from GNU gettext.
41966
41967 2003-10-05  Paul Eggert  <eggert@twinsun.com>
41968
41969         * README: Rework advice for preventing empty .o files.
41970         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
41971         not <sys/types.h>.
41972
41973 2003-10-04  Karl Berry  <karl@gnu.org>
41974
41975         * lib/argp*: update from libc.
41976
41977 2003-10-04  Karl Berry  <karl@gnu.org>
41978
41979         * config/config.{guess,sub}: update from config.
41980
41981 2003-10-02  Bruno Haible  <bruno@clisp.org>
41982
41983         * modules/lchown (Include): Add lchown.h.
41984         * modules/time_r (Include): Use "..." syntax.
41985         * modules/xgetdomainname (Include): Add xgetdomainname.h.
41986
41987 2003-10-01  Simon Josefsson  <jas@extundo.com>
41988
41989         * MODULES.html.sh (func_all_modules): Move gethostname from section
41990         'based on' to section 'lacking' POSIX:2001.
41991
41992 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
41993
41994         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
41995         to output mode on the same stream.
41996
41997 2003-09-29  Paul Eggert  <eggert@twinsun.com>
41998
41999         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
42000         Fix arg typo in previous patch.
42001
42002 2003-09-28  Jim Meyering  <jim@meyering.net>
42003
42004         * lib/error.c: Correct cpp indentation.
42005
42006 2003-09-27  Paul Eggert  <eggert@twinsun.com>
42007
42008         * modules/free: New file.
42009
42010 2003-09-27  Paul Eggert  <eggert@twinsun.com>
42011
42012         * m4/free.m4: New file.
42013
42014 2003-09-27  Paul Eggert  <eggert@twinsun.com>
42015
42016         * lib/minmax.h (MIN, MAX)
42017         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
42018         Omit the special code that used __typeof__, since we worry that
42019         it could be more trouble than it's worth.  See:
42020         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
42021         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
42022
42023         * lib/free.c: New file.
42024
42025 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
42026
42027         Trivial fixes to Makefile.am parts of module listings.
42028         * modules/strstr: Append strstr.h to lib_SOURCES.
42029         * modules/strcase: Likewise, for strcase.h.
42030
42031 2003-09-27  Karl Berry  <karl@gnu.org>
42032
42033         * config/mkinstalldirs: update from automake.
42034
42035 2003-09-26  Paul Eggert  <eggert@twinsun.com>
42036
42037         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
42038         (error_tail): Do not loop, reallocating temporary buffer, since
42039         the output cannot contain more wide characters than the input
42040         contains bytes, the size must be big enough already.  This avoids
42041         one potential size overflow calculation.  Check for size overflow
42042         when calculating temporary buffer size.  Free temporary buffer
42043         when done, if it was allocated with malloc; this plugs a memory
42044         leak.  Remove casts from void * to pointers, that are no longer
42045         needed now that we're assuming C89 or better.
42046
42047         Merge error changes from glibc.
42048
42049         * lib/error.c, error.h: Update copyright notice header to match glibc.
42050         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
42051         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
42052         Disable cancellation while printing error.
42053         * lib/error.h: Prepend __ to parameter names.
42054
42055 2003-09-26  Jim Meyering  <jim@meyering.net>
42056
42057         * lib/error.c (error_tail): Move some declarations
42058         into inner scope where the local variables are used.
42059
42060 2003-09-26  Bruno Haible  <bruno@clisp.org>
42061
42062         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
42063         stpncpy().
42064         Don't define stpncpy through config.h; it's now done through stpncpy.h.
42065
42066 2003-09-26  Bruno Haible  <bruno@clisp.org>
42067
42068         * lib/stpncpy.h (gnu_stpncpy): New declaration.
42069         (stpncpy): Define as alias for gnu_stpncpy.
42070         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
42071
42072 2003-09-25  Simon Josefsson  <jas@extundo.com>
42073
42074         * lib/xgetdomainname.h: New file.
42075         * lib/xgetdomainname.c: New file.
42076
42077 2003-09-25  Simon Josefsson  <jas@extundo.com>
42078             Bruno Haible  <bruno@clisp.org>
42079
42080         * modules/getdomainname: New file.
42081         * modules/xgetdomainname: New file.
42082         * MODULES.html.sh (func_all_modules): Add getdomainname,
42083         xgetdomainname.
42084
42085 2003-09-25  Simon Josefsson  <jas@extundo.com>
42086             Bruno Haible  <bruno@clisp.org>
42087
42088         * m4/getdomainname.m4: New file.
42089
42090 2003-09-25  Simon Josefsson  <jas@extundo.com>
42091             Bruno Haible  <bruno@clisp.org>
42092
42093         * lib/getdomainname.h: New file.
42094         * lib/getdomainname.c: New file.
42095
42096 2003-09-25  Karl Berry  <karl@gnu.org>
42097
42098         * lib/argp-fmtstream.c, argp-help.c: update from libc.
42099
42100 2003-09-25  Karl Berry  <karl@gnu.org>
42101
42102         * config/install-sh: update from automake.
42103
42104 2003-09-25  Bruno Haible  <bruno@clisp.org>
42105
42106         * modules/version-etc-2: New file, from modules/version-etc with
42107         modifications.
42108         * MODULES.html.sh (func_all_modules): Add version-etc-2.
42109
42110 2003-09-25  Bruno Haible  <bruno@clisp.org>
42111
42112         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
42113         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
42114
42115 2003-09-24  Simon Josefsson  <jas@extundo.com>
42116
42117         * modules/xgethostname: Add xgethostname.h.
42118
42119 2003-09-24  Paul Eggert  <eggert@twinsun.com>
42120
42121         * lib/linebuffer.c (freebuffer): Don't free the argument, just
42122         the buffer associated with the argument.  Bug reported by
42123         Simon Josefsson.
42124
42125 2003-09-24  Paul Eggert  <eggert@twinsun.com>
42126
42127         * README: Document assumptions that 'int' is at least 32 bits
42128         wide, that integer arithmetic is 2's complement without overflow,
42129         that there are no holes in integer values, that adding sizes of
42130         two nonoverlapping objects can't overflow, and that all-bits-zero
42131         yields scalar zero.  Fix spelling and capitalization typos.
42132
42133 2003-09-19  Karl Berry  <karl@gnu.org>
42134
42135         * lib/argp.h: update from libc.
42136
42137 2003-09-17  Paul Eggert  <eggert@twinsun.com>
42138
42139         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
42140         to avoid spurious warnings like "AC_RUN_IFELSE was called before
42141         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
42142
42143 2003-09-17  Paul Eggert  <eggert@twinsun.com>
42144
42145         * gnulib-tool: Use "test -h", not "test -L", for portability
42146         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
42147         (tags_regexp): Remove, since \| doesn't conform to POSIX.
42148         (sed_extract_prog): Issue s commands one-by-one, rather than
42149         using \| in one s command.
42150
42151 2003-09-16  Paul Eggert  <eggert@twinsun.com>
42152
42153         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
42154         input error, instead of returning NULL the next time we are called
42155         (and therefore losing track of errno).
42156
42157 2003-09-16  Bruno Haible  <bruno@clisp.org>
42158
42159         * gnulib-tool (func_create_testdir): Warn about duplicated
42160         dependencies.
42161
42162 2003-09-15  Paul Eggert  <eggert@twinsun.com>
42163
42164         * modules/argmatch, modules/fatal, modules/obstack,
42165         modules/xalloc, modules/xgethostname: Sort dependencies by
42166         importance, not alphabetically.
42167
42168 2003-09-15  Paul Eggert  <eggert@twinsun.com>
42169
42170         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
42171         fails, so that the caller gets the proper errno.
42172
42173         * lib/readutmp.c (read_utmp): Likewise.
42174         Check for fstat error.  Close stream and free storage
42175         when failing.
42176
42177 2003-09-14  Karl Berry  <karl@gnu.org>
42178
42179         * config/srclist.txt (strdup.c): disable for c89 changes.
42180
42181 2003-09-14  Jim Meyering  <jim@meyering.net>
42182
42183         * lib/getloadavg.c: Correct cpp indentation.
42184         * lib/strdup.c: Likewise.
42185         * lib/vasnprintf.c: Likewise.
42186
42187 2003-09-14  Bruno Haible  <bruno@clisp.org>
42188
42189         * modules/fwriteerror: New file.
42190         * MODULES.html.sh (func_all_modules): Add fwriteerror.
42191
42192 2003-09-14  Bruno Haible  <bruno@clisp.org>
42193
42194         * lib/fwriteerror.h: New file.
42195         * lib/fwriteerror.c: New file.
42196
42197 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42198
42199         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
42200         modules/xgethostname, modules/xalloc: Depend on exit.
42201
42202 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42203
42204         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
42205
42206         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
42207         and AC_MINIX, too, so that their extensions are available.
42208
42209         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
42210         This macro has been superseded by gl_BACKUPFILE.
42211
42212         More patches to assume C89 or better.
42213
42214         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
42215
42216         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
42217         unconditionally.
42218         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
42219         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
42220         Include <string.h>, <stdlib.h> unconditionally.
42221         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
42222         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
42223         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
42224         headers or for string.h.
42225         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
42226         or strtoul.
42227
42228         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
42229         headers.
42230         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
42231         * m4/userspec.m4 (gl_USERSPEC): Likewise.
42232         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
42233         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
42234         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42235         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
42236         memcpy, memset.
42237         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
42238         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
42239         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
42240         strtol.
42241         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
42242         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
42243         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
42244         strtoul.
42245
42246 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42247
42248         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
42249         * lib/obstack.c [!defined _LIBC]: Likewise.
42250         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
42251         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
42252         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
42253
42254         More changes to assume C89 or better.
42255
42256         * lib/error.c (error_tail): Assume vprintf.
42257
42258         * lib/argmatch.c (getenv): Remove decl.
42259         * lib/progreloc.c (get_full_program_name): Define via prototype.
42260         * lib/setenv.c (clearenv): Likewise.
42261         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
42262         needed.
42263         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
42264         (malloc, memcpy): Remove decls.
42265         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
42266         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
42267         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
42268         (memcpy): Remove macro.
42269         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
42270         (__P): Remove.  All uses removed.
42271         (PTR): Remove.  All uses changed to void *.
42272         (CHAR_BIT, NULL): Remove.
42273         (spaces, zeros, memset_space, memset_zero)
42274         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
42275         Remove.
42276         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
42277         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
42278         Define with prototype.
42279         Remove now-unnecessary prototype decl.
42280         (extra_args_spec): Assume ANSI C.  All uses changed.
42281         (extra_args_spec_iso): Remove.
42282         (my_strftime, emacs_strftimeu): Define via prototype.
42283         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
42284         unconditionally.
42285         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
42286         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
42287         (strtoul, strtol): Remove decls.
42288         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
42289         LONG_MAX): Remove.
42290         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
42291         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
42292         (LOCALE_PARAM_PROTO): New macro.
42293         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
42294         (INTERNAL (strtol), strtol): Define with a prototype.
42295         (PARAMS): Remove.  All uses removed.
42296         * lib/tempname.c: Include <string.h> unconditionally.
42297         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
42298         * lib/xgethostname.c (main): Define with a prototype.
42299         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
42300         Include <stdlib.h> unconditionally.
42301         (calloc, malloc, realloc, free): Remove decls.
42302         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
42303         Include <stdlib.h> unconditionally.  Sort include file names.
42304         (strtod): Remove.
42305         (xstrtod): Define with a prototype.
42306         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
42307         (strtol, strtoul): Remove decls.
42308
42309 2003-09-11  Paul Eggert  <eggert@twinsun.com>
42310
42311         More patches to assume C89 or better.
42312         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
42313         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
42314         string.h, memchr, STDC_HEADERS.
42315
42316 2003-09-11  Paul Eggert  <eggert@twinsun.com>
42317
42318         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
42319         Include <stdlib.h>, <string.h> unconditionally.
42320         Remove now-unnecessary cast to char *.
42321         * lib/strnlen.c: Include <string.h> unconditionally.
42322         * lib/yesno.c (yesno): Define with a prototype.
42323
42324 2003-09-11  Bruno Haible  <bruno@clisp.org>
42325
42326         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
42327
42328 2003-09-10  Jim Meyering  <jim@meyering.net>
42329
42330         * lib/error.c: Correct indentation of cpp directives.
42331
42332 2003-09-10  Bruno Haible  <bruno@clisp.org>
42333
42334         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
42335         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
42336         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
42337         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
42338         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
42339         <stdlib.h> and <string.h> checks.
42340         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
42341         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
42342
42343 2003-09-10  Bruno Haible  <bruno@clisp.org>
42344
42345         * lib/strcspn.c: Include <string.h> unconditionally.
42346         * lib/strpbrk.c: Include <string.h> unconditionally.
42347         * lib/strstr.c: Include <string.h> unconditionally.
42348         * lib/unicodeio.c: Include <string.h> unconditionally.
42349         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
42350         * lib/unsetenv.c: Likewise.
42351         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
42352         * lib/yesno.c: Include <stdlib.h> unconditionally.
42353         (rpmatch): Add prototype.
42354
42355 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42356
42357         More patches to assume C89 or better.
42358         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
42359         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
42360         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
42361         or for string.h.
42362         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
42363         stdlib.h.
42364         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
42365         C headers.
42366         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
42367         string.h.
42368         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
42369         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
42370         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
42371         or for string.h.
42372         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
42373         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
42374         C headers.
42375         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
42376         memcpy.
42377         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
42378         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
42379         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
42380         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
42381         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
42382         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
42383         string.h, free.
42384         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
42385         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
42386         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
42387         C headers, or for string.h.
42388         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
42389         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
42390         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
42391         headers, memory.h, stdlib.h, string.h, strings.h.
42392         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
42393         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
42394         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
42395         strchr.
42396         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
42397         headers, memory.h, string.h.
42398         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
42399         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
42400         free.
42401         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
42402         headers.
42403         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
42404         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
42405         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
42406         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
42407         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
42408
42409 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42410
42411         More K&R removal.
42412
42413         * lib/acosl.c (main): Use a prototype.
42414         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
42415         tanl.c: Likewise.
42416
42417         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
42418
42419         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
42420         (getopt, etopt_long, getopt_long_only, _getopt_internal)
42421         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
42422         with a prototype.
42423         * lib/getopt.c (const): Remove macro.
42424         Include <string.h> unconditionally.
42425         (my_index): Remove; all uses changed to strchr.
42426         (strlen): Remove decl.
42427         (exchange): Remove forward decl; no longer needed.
42428         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
42429         Define with prototype.
42430         * lib/getopt1.c (const): Remove macro.
42431         (getopt_long, getopt_long_only, main): Define with prototype.
42432
42433         * lib/getugroups.c: Include <string.h> unconditionally.
42434
42435         * lib/getusershell.c: Include <stdlib.h> unconditionally.
42436         (getusershell, setusershell, endusershell, readname, main):
42437         Define with prototypes.
42438
42439         * lib/group-member.c: Include group-member.h first.
42440         Include <stdlib.h> unconditionally.
42441
42442         * lib/hard-locale.c: Include hard-locale.h first.
42443         Include <stdlib.h>, <string.h> unconditionally.
42444
42445         * lib/hash.c (free, malloc): Remove decls.
42446         Include <stdlib.h> unconditionally.
42447
42448         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
42449         (getenv): Do not declare.
42450
42451         * lib/idcache.c: Include <string.h> unconditionally.
42452
42453         * lib/long-options.c: Include long-options.h first, to test interface.
42454         Include <stdlib.h> unconditionally.
42455
42456         * lib/makepath.c: Include makepath.h first, to test interface.
42457         Include <stdlib.h> and <string.h> unconditionally.
42458
42459         * lib/linebuffer.c: Include <stdlib.h>.
42460         (free): Remove decl.
42461
42462         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
42463         stddef.h. rpl_malloc returns void *, not char *.
42464         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
42465         prototype.
42466
42467         * lib/md5.h: Include <limits.h> unconditionally.
42468         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
42469         (__P): Remove; all uses removed.
42470         * lib/md5.c: Include "md5.h" first.
42471         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
42472         md5_buffer, md5_process_bytes, md5_process_block):
42473         Define with prototypes.
42474         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
42475         * lib/sha.c: Include "sha.h" first.
42476         Include <stdlib.h>, <string.h> unconditionally.
42477
42478         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
42479         * lib/memcmp.c (__ptr_t): Likewise.
42480         * lib/memrchr.c (__ptr_t): Likewise.
42481         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
42482         Include <string.h> unconditionally.
42483         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
42484         * lib/memchr.c: Include <stdlib.h> unconditionally.
42485         * lib/memchr.c (LONG_MAX): Remove.
42486         * lib/memrchr.c (LONG_MAX): Likewise.
42487         * lib/memchr.c (__memchr): Define via a prototype.
42488         * lib/memrchr.c (__memrchr): Likewise.
42489         * lib/memcmp.c (__P): Remove, and remove all uses.
42490         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
42491         Remove forward decls; no longer needed.
42492         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
42493         Use types required by C89 in prototype.
42494
42495         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
42496         * lib/savedir.c: Likewise.
42497         * lib/mkdir.c (free): Remove decl.
42498         * lib/rmdir.c (rmdir): Define with a prototype.
42499         * lib/savedir.c: Include savedir.h first, to test interface.
42500
42501         * lib/mktime.c (STDC_HEADERS): Remove.
42502         Include <stdlib.h>, <string.h> unconditionally.
42503
42504         * lib/modechange.c: Include <stdlib.h> unconditionally.
42505         (malloc): Remove decl.
42506
42507         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
42508         (free): Remove decl.
42509
42510         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
42511         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
42512         (This type really should be intptr_t, but that's a C99ism.)
42513         (_obstack_memcpy): Remove: all uses changed to memcpy.
42514         Include <string.h> unconditionally.
42515         (struct obstack): Assume __STDC__ for types of members
42516         chunkfun, freefun, extra_arg.
42517         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
42518         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
42519         obstack_begin, obstack_specify_allocation,
42520         obstack_specify_allocation_with_arg, obstack_chunkfun,
42521         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
42522         Remove unprototyped decls and the macros that use them.
42523         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
42524         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
42525         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
42526         (defined __STDC__ && __STDC__)]:
42527         Remove nonprototyped code.
42528         Include <stdlib.h> unconditionally.
42529         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
42530         _obstack_allocated_p, _obstack_free, obstack_free,
42531         _obstack_memory_used, print_and_abort):
42532         Define using prototypes.
42533         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
42534         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
42535         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
42536         obstack_next_free, obstack_object_size, obstack_room) [0]:
42537         Remove unused, unprototyped code.
42538
42539         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
42540
42541         * lib/physmem.c (physmem_total, physmem_available, main): Define
42542         with prototypes.
42543
42544         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
42545         (main): Define with a prototype.
42546
42547         * lib/posixver.c (getenv): Remove decl.
42548
42549         * lib/putenv.c (malloc): Returns void *, not char *.
42550         Include <string.h> unconditionally.
42551         (strchr, memcpy, NULL): Do not define.
42552
42553         * lib/readtokens.c: Include readtokens.h first, to test interface.
42554         Include <stdlib.h>, <string.h> unconditionally.
42555         (init_tokenbuffer): Define with a prototype.
42556
42557         * lib/regex.c (PARAMS): Remove.  All uses removed.
42558         All uses of _RE_ARGS removed, too.
42559         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
42560         unconditionally.
42561         (bzero): Assume memset exists.
42562         (memcmp, memcpy, NULL): Remove.
42563         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
42564         char, or assignments to local vars of type signed char.
42565         (init_syntax_once, PREFIX(extract_number_and_incr),
42566         PREFIX(print_partial_compiled_pattern),
42567         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
42568         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
42569         PREFIX(regex_grow_registers), PREFIX(regex_compile),
42570         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
42571         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
42572         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
42573         wcs_compile_range, byte_compile_range, truncate_wchar,
42574         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
42575         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
42576         count_mbs_length, wcs_re_match_2_internal,
42577         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
42578         PREFIX(alt_match_null_string_p),
42579         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
42580         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
42581         regfree, PREFIX(extract_number)): Define with prototype.  Remove
42582         now-unnecessary declaration, if any.
42583         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
42584         regcomp, regexec):
42585         Remove now-unnecessary casts among pointer types.
42586         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
42587
42588         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
42589         (free): Remove decl.
42590
42591         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
42592
42593         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
42594         (free): Remove decl.
42595
42596         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
42597         * lib/xgetcwd.c: Likewise.
42598
42599         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
42600         (free): Remove decl.
42601
42602         * lib/strchrnul.c (strchrnul): Define with a prototype.
42603         Fix bug: c_in was not converted to char before searching.
42604
42605         The following changes are not K&R related:
42606
42607         * lib/group-member.h: Include <sys/types.h>, so that this file is
42608         self-contained.
42609         * lib/makepath.h: Likewise.
42610
42611         * lib/getusershell.c (readname, default_index, line_size, readname):
42612         Use size_t, not int, for sizes.
42613         (readname): If the size overflows, report an error instead of
42614         looping forever.
42615
42616 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42617
42618         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
42619         libc.
42620
42621 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42622
42623         * README: New section: portability guidelines.
42624
42625 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
42626
42627         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
42628         C89 spec.
42629
42630 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
42631
42632         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
42633
42634 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42635
42636         Assume C89 or better; remove K&R cruft.
42637         A few of these changes were first proposed by Derek Robert Price
42638         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
42639
42640         * lib/addext.c: Include <string.h> unconditionally.
42641         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
42642         Don't declare getenv or malloc.
42643
42644         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
42645         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
42646         (NULL): Remove.
42647         (find_stack_direction, alloca): Use prototypes.
42648
42649         * lib/atexit.c (atexit): Define using a prototype.
42650
42651         * lib/basename.c, dirname.c, stripslash.c:
42652         Include <string.h> unconditionally.
42653
42654         * lib/bcopy.c: Include <stddef.h>.
42655         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
42656
42657         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
42658
42659         * lib/error.h (error, error_at_line, error_print_progname)
42660         [! (defined (__STDC__) && __STDC__)]: Remove decls.
42661         * lib/error.c: Include error.h first, to check interface.
42662         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
42663         (VA_START): Remove; all uses changeed to va_start.
42664         (exit, strerror): Remove decls.
42665         (error_print_progname): Prototype uncondionally.
42666         Don't include <errno.h>; no longer needed.
42667         (private_strerror): Remove.
42668         (error_tail): Always define.
42669         (error, error_at_line): Assume C89 or better; always use prototypes.
42670         * lib/fatal.c: Include "fatal.h" first, to test interface.
42671         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
42672         (VA_START): Remove; all uses changed to va_start.
42673         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
42674         this case.
42675         (exit): Remove decl.
42676         (fatal): Prototype unconditionally.  Assume va_start works.
42677         Abort at end, to pacify gcc.
42678
42679         * lib/euidaccess.c (main): Define with a prototype.
42680
42681         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
42682
42683         * lib/exitfail.c: Include <stdlib.h> unconditionally.
42684
42685         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
42686         prototypes.
42687         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
42688         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
42689         (getenv): Remove decl.
42690         (fnmatch): Define using a prototype.
42691         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
42692         (FCT): Define using a prototype.
42693
42694         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
42695
42696         * lib/gethostname.c: Include <stddef.h>.
42697         (gethostname): Define with prototype.  Length is size_t, not int.
42698
42699 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42700
42701         Assume C89 or better; remove K&R cruft.
42702         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
42703         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
42704         string.h, getenv, malloc.
42705         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
42706         headers.
42707         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
42708         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
42709         do not check for strerror.
42710         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
42711         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
42712         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
42713         do not check for doprnt or vprintf.
42714         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
42715         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
42716
42717 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42718
42719         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
42720         getversion.c should have been removed then, but was accidentally
42721         preserved.
42722
42723         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
42724         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
42725
42726 2003-09-08  Karl Berry  <karl@gnu.org>
42727
42728         * config/config.sub, config.guess, srclistvars.sh: update from savannah
42729                 config, forget about prep.
42730
42731         * config/depcomp, missing: update from automake.
42732
42733 2003-09-07  Paul Eggert  <eggert@twinsun.com>
42734
42735         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
42736         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
42737
42738 2003-09-07  Paul Eggert  <eggert@twinsun.com>
42739
42740         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
42741         copy_tm_result.  Bug reported by Simon Josefsson in
42742         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
42743
42744 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42745
42746         * m4/time_r.m4: New file.
42747         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
42748         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
42749         is. Check for timegm declaration.
42750         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
42751         Do not check for gmtime_r.
42752         Replace mktime if __mktime_internal does not exist and if mktime
42753         hasn't been replaced already.
42754
42755 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42756
42757         * lib/time_r.c, lib/time_r.h: New files.
42758
42759         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
42760         __localtime_r.
42761         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
42762         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
42763
42764         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
42765         __gmtime_r.
42766         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
42767         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
42768         Include <time_r.h>.
42769
42770         * lib/timegm.c: Switch to glibc implementation, with the following
42771         changes:
42772         [defined HAVE_CONFIG_H]: Include <config.h>.
42773         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
42774         (__mktime_internal) [!defined _LIBC]: New decl.
42775         (__gmtime_r) [!defined _LIBC]: New macro and function.
42776         (timegm): Use a prototype, since gnulib assumes C89.
42777         Do not bother declaring tmp to be const, as it's not really usefu.
42778         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
42779         (timegm): Declare only if HAVE_DECL_TIMEGM.
42780
42781 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42782
42783         * MODULES.html.sh (func_all_modules): Add time_r.
42784         * modules/time_r: New file.
42785         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
42786         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
42787
42788 2003-09-03  Paul Eggert  <eggert@twinsun.com>
42789
42790         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
42791         Bug reported by Lute Kamstra in
42792         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
42793
42794         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
42795         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
42796         course with correspondingly smaller numbers for tomorrow and
42797         yesterday.  From Tadayoshi Funaba.  Originally installed into
42798         sh-utils on 1999-08-07, but the patch got lost (I guess during the
42799         coreutils merge?).
42800
42801 2003-08-31  Simon Josefsson  <jas@extundo.com>
42802
42803         * modules/timegm: New file.
42804         * MODULES.html.sh (func_all_modules): Add timegm.
42805
42806 2003-08-31  Simon Josefsson  <jas@extundo.com>
42807
42808         * m4/timegm.m4: New file.
42809
42810 2003-08-31  Simon Josefsson  <jas@extundo.com>
42811
42812         * lib/timegm.h: New file.
42813         * lib/timegm.c: New file.  Based on
42814         wget-1.8.2/src/http.c:mktime_from_utc.
42815
42816 2003-08-31  Karl Berry  <karl@gnu.org>
42817
42818         * lib/argp.h: update from libc.
42819
42820 2003-08-28  Bruno Haible  <bruno@clisp.org>
42821
42822         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
42823         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
42824         followed by '#define fnmatch fnmatch_posix' gives an error.
42825
42826 2003-08-28  Bruno Haible  <bruno@clisp.org>
42827
42828         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
42829         warning on QNX, which defines O_BINARY to 000000.
42830
42831 2003-08-27  Jim Meyering  <jim@meyering.net>
42832
42833         * m4/mkstemp.m4: Require that the system mkstemp be able to create
42834         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
42835         would fail after 32.  Reported by Danny Levinson.  Details here:
42836         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
42837
42838 2003-08-24  Bruno Haible  <bruno@clisp.org>
42839
42840         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
42841         MSVC7 <stdio.h> is included later.
42842
42843 2003-08-22  Simon Josefsson  <jas@extundo.com>
42844
42845         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
42846
42847 2003-08-20  Karl Berry  <karl@gnu.org>
42848
42849         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
42850
42851 2003-08-20  Bruno Haible  <bruno@clisp.org>
42852
42853         * modules/progname: New file.
42854         * MODULES.html.sh (func_all_modules): Add progname.
42855
42856 2003-08-20  Bruno Haible  <bruno@clisp.org>
42857
42858         * lib/progname.h: New file, from GNU gettext.
42859         * lib/progname.c: New file, from GNU gettext.
42860         * lib/progreloc.c: New file, from GNU gettext.
42861
42862 2003-08-19  Jim Meyering  <jim@meyering.net>
42863
42864         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
42865         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
42866
42867 2003-08-19  Bruno Haible  <bruno@clisp.org>
42868
42869         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
42870         more.
42871
42872 2003-08-19  Bruno Haible  <bruno@clisp.org>
42873
42874         * lib/xstrdup.c: Assume <string.h> exists.
42875
42876 2003-08-18  Paul Eggert  <eggert@twinsun.com>
42877
42878         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
42879         in makefile rules.
42880
42881 2003-08-18  Jim Meyering  <jim@meyering.net>
42882
42883         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
42884         * m4/lib-ld.m4: Likewise.
42885
42886 2003-08-18  Jim Meyering  <jim@meyering.net>
42887
42888         * lib/setenv.h: Indent nested cpp directive.
42889         * lib/vasnprintf.c: Remove trailing blanks.
42890
42891 2003-08-17  Simon Josefsson  <jas@extundo.com>
42892
42893         * modules/xstrndup: New file.
42894         * MODULES.html.sh (func_all_modules): Add xstrndup.
42895
42896 2003-08-17  Simon Josefsson  <jas@extundo.com>
42897
42898         * modules/argp: Fix autoconf macro name. Add more dependencies.
42899
42900 2003-08-17  Simon Josefsson  <jas@extundo.com>
42901
42902         * m4/xstrndup.m4: New file.
42903
42904 2003-08-17  Simon Josefsson  <jas@extundo.com>
42905
42906         * m4/argp.m4: New file.
42907
42908 2003-08-17  Simon Josefsson  <jas@extundo.com>
42909             Bruno Haible  <bruno@clisp.org>
42910
42911         * lib/xstrndup.h: New file.
42912         * lib/xstrndup.c: New file.
42913
42914 2003-08-17  Bruno Haible  <bruno@clisp.org>
42915
42916         * modules/strndup (Files, Include): Add lib/strndup.h.
42917
42918 2003-08-17  Bruno Haible  <bruno@clisp.org>
42919
42920         * modules/euidaccess (Files): Add lib/euidaccess.h.
42921
42922 2003-08-17  Bruno Haible  <bruno@clisp.org>
42923
42924         * lib/strndup.h: New file.
42925
42926 2003-08-17  Bruno Haible  <bruno@clisp.org>
42927
42928         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
42929         like AC_GNU_SOURCE.
42930         * modules/extensions (configure.ac): Comment out the invocation of
42931         gl_USE_SYSTEM_EXTENSIONS.
42932
42933 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42934
42935         Merges from coreutils, etc.
42936         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
42937         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
42938         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
42939         fixing a typo.
42940         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
42941         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
42942
42943 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42944
42945         Document merge from coreutils.
42946         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
42947         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
42948         * modules/utime: Add m4/utimes-null.m4.
42949
42950 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42951
42952         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
42953         space, undoing this 2003-08-12 change:
42954         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
42955
42956 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42957
42958         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
42959         strtoul.c from libc, undoing this 2003-08-12 change:
42960         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
42961
42962 2003-08-16  Jim Meyering  <jim@meyering.net>
42963
42964         Merges from coreutils.
42965         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
42966         prefix.  Adjust cache variables similarly.  Create 500 rather than
42967         just 300 files, to exercise bug on Darwin6.5, too.
42968         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
42969         $missing_dir.
42970         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
42971         AM_SYS_POSIX_TERMIOS.
42972         Reported by mkc@mathdogs.com.
42973         Also change use of $am_cv_sys_posix_termios
42974         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
42975         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
42976         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
42977         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
42978         in /proc/mounts until it finds one with matching device number.  This
42979         is unnecessary when the FILE argument *is* a mount point.  No stat call
42980         is necessary in that case.  So, disable the statvfs-testing code on
42981         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
42982         as RedHat bug# 84846.
42983         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
42984         to 1MB, so as not to render systems with no stack size limit (e.g.,
42985         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
42986         Include <unistd.h>.  On some systems,
42987         it is required for the definition of _SC_PAGESIZE.
42988
42989 2003-08-16  Jim Meyering  <jim@meyering.net>
42990
42991         Merge from coreutils.
42992         * lib/xstrtoimax.c: #else #if -> #elif.
42993         * lib/xstrtoumax.c: Likewise.
42994
42995 2003-08-16  Jim Meyering  <jim@meyering.net>
42996
42997         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
42998         * m4/utimes.m4: Removed.
42999         * m4/utimes-null.m4: Renamed from utimes.m4.
43000
43001         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
43002         to 1MB, so as not to render systems with no stack size limit (e.g.,
43003         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
43004         Include <unistd.h>.  On some systems,
43005         it is required for the definition of _SC_PAGESIZE.
43006
43007 2003-08-16  Jim Meyering  <jim@meyering.net>
43008         and Paul Eggert  <eggert@cs.ucla.edu>
43009
43010         Merges from coreutils, etc.
43011
43012         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
43013         using the latest version from cvs.  This avoids problems with #line
43014         directives using a vendor (Sun) compiler.
43015         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
43016         Don't set GETGROUPS_LIB here; now it's
43017         done via getgroups.m4's wrapper function.
43018         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
43019         rather than just in sh-util/configure.in, so that the
43020         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
43021         same.
43022         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
43023         AC_FUNC_GETLOADAVG where to find getloadavg.c.
43024         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
43025         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
43026         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
43027         Remove code that is now done by the newly-required macros.
43028         Append $(EXEEXT) to DF_PROG.
43029         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
43030         Do not invoke or require the following here,
43031         since prereq.m4 or some gnulib .m4 now does this for us:
43032         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
43033         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
43034         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
43035         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
43036         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
43037         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
43038         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
43039         AC_FUNC_OBSTACK.
43040         Do not replace the following functions, as this is now the job
43041         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
43042         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
43043         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
43044         atexit getpass, strdup, getpagesize.
43045         Replace 'raise'.
43046         Do not check for the following functions, as this is now the job
43047         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
43048         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
43049         setregid.
43050         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
43051         Check for sys/sysctl.h.
43052         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
43053         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
43054         of checking for ssize_t ourselves.
43055
43056         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
43057         Require every macro that gnulib/modules/* suggests for us.
43058         (jm_PREREQ_ADDEXT): New macro.
43059         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
43060         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
43061
43062         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
43063         (gl_PHYSMEM): Use it.
43064         Also check for `table' function.
43065         Check for new headers and functions.
43066         Add check for sys/sysmp.h.
43067         With suggestions from Kaveh Ghazi.
43068         Ignore headers that are present but cannot be compiled.  This
43069         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
43070         C 5.4.
43071
43072 2003-08-15  Paul Eggert  <eggert@twinsun.com>
43073
43074         Document merge from coreutils.
43075         * modules/userspec: Depend on posixver.
43076         * modules/strftime: Depend on tzset.
43077
43078 2003-08-15  Paul Eggert  <eggert@twinsun.com>
43079
43080         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
43081         rather than tab, after '#' in shell-script copyright notices.
43082         Suggested by Bruno Haible.
43083
43084 2003-08-15  Paul Eggert  <eggert@twinsun.com>
43085
43086         * config/srclist-update: Use three spaces, rather than tab, after '#'
43087         in shell-script copyright notices.  Suggested by Bruno Haible.
43088         Remove unnecessary parenthesization in regular expression.
43089
43090 2003-08-15  Jim Meyering  <jim@meyering.net>
43091
43092         Merge from coreutils.
43093         * lib/xgethostname.c: Include <stdlib.h>.
43094         (xghostname): Don't exit for anything other than memory-related
43095         failure; just return NULL.
43096         * lib/userspec.c: Include "posixver.h".
43097         (parse_user_spec): Accept `.' as a separator only
43098         in pre-POSIX-200112 mode.
43099         * lib/strtoimax.c: Use #elif rather than #else #if.
43100         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
43101         Remove function, now that we can rely on a working tzset function.
43102         [!_LIBC]: Ensure that the required autoconf test has been run.
43103         [!defined _NL_CURRENT && HAVE_STRFTIME]:
43104         Use underlying_strftime for %r.
43105         * lib/sha.c: Merge in some clean-up and optimization changes from
43106         glibc.
43107         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
43108         Ensure that it is a multiple of 64.
43109         Rearrange loop exit tests so as to avoid performing an
43110         additional fread after encountering an error or EOF.
43111         * lib/realloc.c: Update copyright date.
43112
43113 2003-08-15  Jim Meyering  <jim@meyering.net>
43114         and Paul Eggert  <eggert@twinsun.com>
43115
43116         Merge from coreutils.
43117         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
43118         member but strut utmpx does not.  Needed for AIX 4.3.3.
43119         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
43120
43121 2003-08-15  Jim Meyering  <jim@meyering.net>
43122         and Paul Eggert  <eggert@cs.ucla.edu>
43123
43124         Merges from coreutils, etc.
43125         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
43126         Require gl_FUNC_TZSET_CLOBBER.
43127         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
43128         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
43129         members.
43130
43131 2003-08-14  Paul Eggert  <eggert@twinsun.com>
43132
43133         Help the merge from coreutils.
43134         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
43135         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
43136         * m4/tzset.m4: Use it too.
43137
43138 2003-08-14  Paul Eggert  <eggert@twinsun.com>
43139
43140         * modules/tzset: New file.
43141
43142 2003-08-14  Jim Meyering  <jim@meyering.net>
43143
43144         Merges from coreutils.
43145         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
43146         variable names, rather than @FNMATCH_H@.
43147         * modules/alloca: Likewise for $(ALLOCA_H).
43148
43149         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
43150         the three copies of the literal target, `fnmatch.h'.
43151         * modules/alloca (alloca.h): Likewise.
43152
43153 2003-08-14  Jim Meyering  <jim@meyering.net>
43154
43155         Merge from coreutils.
43156         * m4/tzset.m4: New file.
43157         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
43158         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
43159         otherwise, AIX 5.1 systems would end up using the latter.
43160         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
43161         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
43162         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
43163         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
43164
43165 2003-08-14  Jim Meyering  <jim@meyering.net>
43166
43167         Merge from coreutils.
43168         * lib/obstack.h: Whitespace changes.
43169         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
43170         and xcalloc return values.
43171         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
43172         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
43173         hang on OSF/1 5.1 for DIR on both local and remote file systems.
43174         Reported by (and fix confirmed by) Nelson H. F. Beebe.
43175         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
43176         error from mntctl.
43177         Use mntctl's return value to drive the entry-processing loop, since
43178         we can't rely on the value of the vmt_length member in the last
43179         entry.  On some systems doing so could result in exhausting
43180         virtual memory.  Based in part on a patch from Mike Jetzer.
43181
43182 2003-08-14  Jim Meyering  <jim@meyering.net>
43183         and Paul Eggert  <eggert@twinsun.com>
43184
43185         Merges from coreutils, plus other fixes.
43186         * lib/physmem.c: Merge in portability changes from gcc/libiberty
43187         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
43188         for credits and details.  Thanks to Kaveh Ghazi for helping
43189         to keep these files in sync.
43190         (ARRAY_SIZE): Define it.
43191         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
43192         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
43193         (memcasecmp): Don't assume size_t fits in unsigned int.
43194         Remove casts and duplicate code.
43195         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
43196         (memcpy): Remove definition.
43197         Merge in some clean-up and optimization changes from glibc.
43198         [BLOCKSIZE]: Move definition to top of file.
43199         Ensure that it is a multiple of 64.
43200         Rearrange loop exit tests so as to avoid performing an
43201         additional fread after encountering an error or EOF.
43202         * lib/md5.h (md5_uintptr): Define.
43203         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
43204         return to the initial working directory.  Preserve errno
43205         for caller.
43206         * lib/idcache.c: Include "xalloc.h".
43207         (xmalloc, xrealloc): Remove decls.
43208         (getuser): Remove casts no longer required in C89.
43209         * lib/human.c: Include stdio.h, for sprintf.
43210         * lib/group-member.c: Include "xalloc.h".
43211         (xmalloc, xrealloc): Remove decls.
43212         (get_group_info): Remove casts no longer required in C89.
43213         * lib/getusershell.c (readname): Remove casts no longer required in
43214         C89.
43215         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
43216         * lib/getline.c: Whitespace fix, from coreutils.
43217
43218 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43219
43220         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
43221         Check for isascii.
43222
43223         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
43224         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
43225         Undo previous (whitespace-only) change.
43226
43227 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43228
43229         * lib/exclude.c: Include <ctype.h>
43230         (IN_CTYPE_DOMAIN): New macro.
43231         (is_space): New fn.
43232         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
43233         and empty lines.
43234
43235         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
43236         Undo previous (whitespace-only) change.
43237
43238 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43239
43240         * config/srclist-update: Change update back to the old behavior,
43241         leaving whitespace alone.  Use one 'sed' command rather than a
43242         pipeline.
43243         (fixlicense): Now a variable, not a function.
43244         (remove_trailing_blanks): Remove.
43245         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
43246         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
43247         Undo previous (whitespace-only) change.
43248
43249 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43250
43251         Merge from coreutils.
43252         * modules/euidaccess: Add lib_SOURCES, include for new
43253         file euidaccess.h
43254
43255 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43256
43257         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
43258         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
43259         Normalize leading white space and remove trailing white space.
43260
43261         Merge from coreutils
43262         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
43263
43264         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
43265         0.12.1.  These files are now being upgraded automatically by
43266         ../config/srclist-update.
43267
43268 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43269
43270         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
43271         Normalize leading white space and remove trailing white space.
43272         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
43273         notice, as per ../config/srclist-update.
43274
43275         Merge from coreutils.
43276         * lib/euidaccess.h: New file.
43277         * lib/euidaccess.c: Include it.
43278         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
43279         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
43280         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
43281
43282 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43283
43284         * config/srclist-update: Add copyright notice.
43285         (remove_id_lines, remove_trailing_blanks): New constants.
43286         (fixfile): Use them to normalize spacing a bit in copied files.
43287         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
43288         Normalize leading white space and remove trailing white space.
43289
43290         * config/texinfo.tex: Sync with texinfo.
43291
43292         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
43293         strtoul.c from libc, to merge coreutils whitespace changes.
43294
43295         * config/srclist.txt: Get the following m4 files from gettext:
43296         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
43297         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
43298         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
43299         wint_t.m4.
43300
43301 2003-08-12  Karl Berry  <karl@gnu.org>
43302
43303         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
43304         been made.
43305
43306 2003-08-11  Paul Eggert  <eggert@twinsun.com>
43307
43308         * modules/gnu-source, m4/gnu-source.m4:
43309         Remove; we're assuming Autoconf 2.54 or later now.
43310         Suggested by Bruno Haible.
43311         * MODULES.html.sh (func_all_modules): Remove gnu-source.
43312
43313 2003-08-11  Bruno Haible  <bruno@clisp.org>
43314
43315         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
43316
43317 2003-08-11  Bruno Haible  <bruno@clisp.org>
43318
43319         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
43320         (vasnprintf): Use it instead of wcslen.
43321
43322 2003-08-11  Bruno Haible  <bruno@clisp.org>
43323
43324         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
43325         value to ensure that _Bool promotes to int. Use #define for _Bool when
43326         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
43327
43328 2003-08-10  Karl Berry  <karl@gnu.org>
43329
43330         * lib/regex.h: update from libc (whitespace fix).
43331
43332 2003-08-09  Paul Eggert  <eggert@twinsun.com>
43333
43334         Merge some files from coreutils.  These changes were
43335         originally made by Jim Meyering.
43336         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
43337         many older Unixes require this.
43338         * lib/alloca.c (alloca): Remove cast to argument of free;
43339         no longer needed in C89.
43340         * lib/alloca_.h, regex.h: Fix white space to match
43341         what GNU indent does.
43342
43343 2003-08-09  Paul Eggert  <eggert@twinsun.com>
43344
43345         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
43346         apparently Emacs's Unicode mode got confused before my 2003-08-05
43347         checkin.
43348
43349 2003-08-08  Paul Eggert  <eggert@twinsun.com>
43350
43351         * m4/extensions.m4: New file.
43352         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
43353         Require gl_USE_SYSTEM_EXTENSIONS.
43354         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
43355         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
43356
43357 2003-08-08  Paul Eggert  <eggert@twinsun.com>
43358
43359         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
43360         * modules/extensions, modules/gnu-source: New files.
43361         * modules/timespec, modules/unlocked-io: Depend on extensions.
43362
43363 2003-08-07  Paul Eggert  <eggert@twinsun.com>
43364
43365         * modules/restrict: New file.
43366         * MODULES.html.sh (func_all_modules): Add restrict.
43367         * modules/regex: Depend on restrict.
43368
43369 2003-08-07  Paul Eggert  <eggert@twinsun.com>
43370
43371         * m4/restrict.m4: New file.
43372         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
43373
43374 2003-08-07  Bruno Haible  <bruno@clisp.org>
43375
43376         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
43377         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
43378
43379 2003-08-07  Bruno Haible  <bruno@clisp.org>
43380
43381         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
43382         makes the module 'getndelim2' compatible with the module 'getline'.
43383
43384 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43385
43386         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
43387         byte with "\201" to avoid glitches when editing that source file
43388         with multi-gnome-terminal.
43389
43390 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43391
43392         * lib/bumpalloc.h: Remove.
43393
43394 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43395
43396         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
43397         * modules/bumpalloc: Remove.
43398
43399 2003-08-04  Paul Eggert  <eggert@twinsun.com>
43400
43401         * lib/getloadavg.c: Change copyright notice and spacing to conform to
43402         GNU coding style.
43403
43404         Merge from coreutils.
43405         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
43406         1. From glibc.
43407         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
43408         from Karl Berry, implemented by Jim Meyering.
43409         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
43410         from Dmitry V. Levin.
43411         Remove anachronistic cast of xrealloc.
43412         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
43413         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
43414         type. Otherwise, it wouldn't compile with at least /bin/cc on
43415         ymp-cray-unicos9.0.2.X.
43416         Combine two mostly-identical uses of alloca into one.
43417         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
43418
43419 2003-08-04  Dave Love  <d.love@dl.ac.uk>
43420
43421         [From Emacs.]
43422
43423         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
43424         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
43425         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
43426         obsolete NLIST_NAME_UNION.
43427         [__GNU__]: Undef BSD and FSCALE.
43428         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
43429
43430 2003-08-03  Paul Eggert  <eggert@twinsun.com>
43431
43432         * lib/stdbool_.h (_Bool): Make it signed char, instead of
43433         an enum type, so that it's guaranteed to promote to int.  See:
43434         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
43435
43436 2003-08-03  Karl Berry  <karl@gnu.org>
43437
43438         * config/depcomp: update from automake.
43439
43440 2003-07-31  Paul Eggert  <eggert@twinsun.com>
43441
43442         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
43443         (strerror): Don't assume that a printable int fits in 14 bytes.
43444
43445 2003-07-31  Bruno Haible  <bruno@clisp.org>
43446
43447         * modules/getpass-gnu: New file.
43448         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
43449
43450 2003-07-31  Bruno Haible  <bruno@clisp.org>
43451
43452         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
43453
43454 2003-07-24  Karl Berry  <karl@gnu.org>
43455
43456         * config/missing: update from automake.
43457
43458 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
43459             Bruno Haible  <bruno@clisp.org>
43460
43461         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
43462         * lib/getline.c (getline, getdelim): Likewise.
43463         Remove _GNU_SOURCE define; now it's defined in config.h through
43464         m4/getline.m4.
43465
43466 2003-07-23  Karl Berry  <karl@gnu.org>
43467
43468         * config/config.sub: update from prep.
43469
43470 2003-07-22  Paul Eggert  <eggert@twinsun.com>
43471
43472         * modules/xalloc (Depends-on): Add exitfail.
43473         * modules/xmemcoll: Likewise.
43474
43475 2003-07-22  Paul Eggert  <eggert@twinsun.com>
43476
43477         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
43478         over-parenthesization in macros.
43479
43480         Sync with coreutils.
43481
43482         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
43483         required by C99.
43484
43485         Use `exit_failure' for xalloc and xmemcoll instead of their own
43486         private exit-failure variables.
43487         * lib/xalloc.h (xalloc_exit_failure): Remove.
43488         * lib/xmalloc.c: Likewise.  Include exitfail.h.
43489         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
43490         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
43491         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
43492         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
43493
43494 2003-07-20  Jim Meyering  <jim@meyering.net>
43495
43496         * modules/closeout (Depends-on): Add exitfail.
43497         Suggestion from Bruno Haible.
43498
43499 2003-07-19  Karl Berry  <karl@gnu.org>
43500
43501         * config/config.sub: update from prep.
43502
43503 2003-07-18  Paul Eggert  <eggert@twinsun.com>
43504
43505         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
43506         Remove.
43507         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
43508         to test that it can stand by itself.  Include "exitfail.h".
43509         Clients should set exit_failure instead.
43510         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
43511
43512 2003-07-18  Bruno Haible  <bruno@clisp.org>
43513
43514         * modules/getndelim2: New file.
43515         * modules/getline: Share files with module getndelim2.
43516         * modules/getnline: Depend on getndelim2 instead of sharing files with
43517         it. Add getnline.c to lib_SOURCES.
43518         * MODULES.html.sh (func_all_modules): Add getndelim2.
43519
43520 2003-07-18  Bruno Haible  <bruno@clisp.org>
43521
43522         * m4/getndelim2.m4: New file.
43523         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
43524         invoke gl_PREREQ_GETNDELIM2.
43525         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
43526         gl_PREREQ_GETNDELIM2.
43527         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
43528         gl_GETNDELIM2.
43529
43530 2003-07-18  Bruno Haible  <bruno@clisp.org>
43531
43532         * lib/getndelim2.h: New file.
43533         * lib/getndelim2.c: Make into a module of its own. Include config.h,
43534         getndelim2.h.
43535         (getndelim2): Make non-static. Change return type to ssize_t.
43536         * lib/getline.h: Change argument names.
43537         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
43538         * lib/getnline.c: Include getndelim2.h.
43539
43540 2003-07-18  Andreas Schwab  <schwab@suse.de>
43541
43542         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
43543
43544 2003-07-17  Karl Berry  <karl@gnu.org>
43545
43546         * config/config.sub: update from prep.
43547
43548 2003-07-17  Bruno Haible  <bruno@clisp.org>
43549
43550         * modules/getnline: New file.
43551         * modules/getline: Add lib/getndelim2.c to source file list.
43552         * MODULES.html.sh (func_all_modules): Add getnline.
43553
43554 2003-07-17  Bruno Haible  <bruno@clisp.org>
43555
43556         * m4/getnline.m4: New file.
43557
43558 2003-07-17  Bruno Haible  <bruno@clisp.org>
43559
43560         * m4/Makefile.am.in: Remove file.
43561         * m4/Makefile.am: Remove file.
43562         * m4/Makefile.in: Remove file.
43563
43564 2003-07-17  Bruno Haible  <bruno@clisp.org>
43565
43566         * lib/getnline.h: New file.
43567         * lib/getnline.c: New file.
43568         * lib/getndelim2.c: New file, extracted from getline.c.
43569         (getndelim2): Renamed from getdelim2, with added nmax argument.
43570         * lib/getline.c: Include getndelim2.c.
43571         (getdelim2): Moved out to getndelim2.c.
43572         (getline, getdelim): Update.
43573
43574 2003-07-17  Bruno Haible  <bruno@clisp.org>
43575
43576         * lib/Makefile.am: Remove file.
43577         * lib/Makefile.in: Remove file.
43578
43579 2003-07-17  Bruno Haible  <bruno@clisp.org>
43580
43581         * configure.in: Remove file.
43582         * Makefile.in: Remove file.
43583
43584 2003-07-17  Bruno Haible  <bruno@clisp.org>
43585
43586         * MODULES.html.sh: Put the </BODY> right before </HTML>.
43587
43588 2003-07-16  Karl Berry  <karl@gnu.org>
43589
43590         * config/srclist-update: was running fixlicense twice, which caused
43591                 texinfo.tex to be nullified for some reason.  Simplify,
43592                 $gplsrc is no longer needed as far as I can see?
43593
43594 2003-07-16  Jim Meyering  <jim@meyering.net>
43595
43596         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
43597
43598 2003-07-15  Paul Eggert  <eggert@twinsun.com>
43599
43600         * config/srclist.txt: Get the following files from gettext-runtime/intl
43601         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
43602         ref-del.sin.  From Bruno Haible.
43603         * config/srclist-update (fixfile): Change grep pattern again, since the
43604         previous fix didn't work (there was another trailing $).  Use
43605         '[$]' to escape the $s.
43606
43607 2003-07-15  Karl Berry  <karl@gnu.org>
43608
43609         * lib/vasnprintf.c: update from gettext.
43610
43611 2003-07-15  Karl Berry  <karl@gnu.org>
43612
43613         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
43614         gets expanded when surrounded by '$'.
43615
43616 2003-07-15  Jim Meyering  <jim@meyering.net>
43617
43618         * modules/save-cwd: Don't depend on error.  From Derek Price.
43619
43620 2003-07-15  Jim Meyering  <jim@meyering.net>
43621
43622         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
43623
43624 2003-07-14  Simon Josefsson  <jas@extundo.com>
43625
43626         * modules/mempcpy: New file.
43627         * MODULES.html.sh (func_all_modules): Add mempcpy.
43628
43629 2003-07-14  Simon Josefsson  <jas@extundo.com>
43630
43631         * m4/mempcpy.m4: New file.
43632
43633 2003-07-14  Simon Josefsson  <jas@extundo.com>
43634
43635         * lib/mempcpy.h: New file.
43636         * lib/mempcpy.c: New file.
43637
43638 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43639
43640         * modules/getdate, modules/posixtm: Depend on mktime.
43641
43642 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43643
43644         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
43645         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
43646         unicodeio.c, unicodeio.h, unlocked-io.h:
43647         Switch from LGPL to GPL.
43648
43649 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43650
43651         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
43652         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
43653         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
43654         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
43655         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
43656         updated automatically by ../config/srclist-update.  This changes
43657         their license from LPGL to GPL.
43658
43659 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43660
43661         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
43662         assumed to refer to the root of the most recent stable gettext version.
43663         * config/srclistvars.sh: Add defaults for eggert.
43664         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
43665         Match "This program" as well as "The program".  This is needed
43666         for gettext.
43667
43668 2003-07-14  Jim Meyering  <jim@meyering.net>
43669
43670         Don't emit diagnostics.  Let callers do that.
43671         * lib/save-cwd.c: Don't include "error.h".
43672         (save_cwd): Don't call error.  Ensure that errno is valid
43673         when returning nonzero.
43674
43675         * lib/save-cwd.h (restore_cwd): Update prototype.
43676         * lib/save-cwd.c (restore_cwd): Remove two parameters.
43677         Simplify.  Don't call error upon failure.  Let callers do that.
43678         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
43679         when auditing is enabled.  But don't bother updating the #if.
43680
43681 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
43682
43683         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
43684         it breaks C++ compilation.
43685         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
43686
43687 2003-07-10  Simon Josefsson  <jas@extundo.com>
43688
43689         * modules/strchrnul (Makefile.am): Add strchrnul.h.
43690
43691 2003-07-10  Jim Meyering  <jim@meyering.net>
43692
43693         * m4/clock_time.m4: Remove trailing blank.
43694         * m4/intmax_t.m4: Likewise.
43695
43696 2003-07-10  Jim Meyering  <jim@meyering.net>
43697
43698         * lib/vasnprintf.c: Remove trailing blanks.
43699         Make cpp indentation consistent.
43700
43701 2003-07-09  Paul Eggert  <eggert@twinsun.com>
43702
43703         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
43704         posixver.c, strftime.c, strnlen.c, strverscmp.c:
43705         Switch from LGPL to GPL.
43706
43707 2003-07-09  Paul Eggert  <eggert@twinsun.com>
43708
43709         * config/srclist.txt: Sort sublists.  Add
43710         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
43711         that differ from gnulib for one reason or another; we'd like this list
43712         to be smaller but for now let's document what we have.
43713
43714 2003-07-08  Paul Eggert  <eggert@twinsun.com>
43715
43716         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
43717         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
43718         and sweeter "eval x=$x".
43719         * config/srclist.txt: Get lib/argp* from glibc.
43720
43721 2003-07-07  Paul Eggert  <eggert@twinsun.com>
43722
43723         * lib/mktime.c: Fix some boundary cases and remove need for floating
43724         point.
43725
43726         Issue a compile-time diagnostic if time_t is floating point, or if
43727         two's complement arithmetic is not in effect, or if arithmetic
43728         right shift does not propagate the sign.  These assumptions were
43729         all in the original code but they weren't checked.
43730
43731         (TIME_T_MIDPOINT, verify): New macros.
43732         (__isleap): Remove; it has integer overflow problems.
43733         (leapyear): New function, without those problems.
43734         (ydhms_tm_diff): Remove; splitting into two parts.
43735         (ydhms_diff): New function, containing the arithmetic part of
43736         the old ydhms_tm_diff function.  Issue a compile-time
43737         diagnostic if we are not using C99 integer division.
43738         Avoid casts when possible.
43739         (guess_time_tm): New function, containing the checking part of
43740         the old ydhms_tm_diff function.  Return the new value, rather than
43741         the difference between it and the old.  Accept a new argument T
43742         so that *T specifies the old value.  Check for overflow in the result.
43743
43744         (__mktime_internal): Use a time_t offset, not a long int offset.
43745         This undoes the 2003-06-04 change, which is no longer needed now
43746         that we have better overflow checking.
43747         (localtime_offset): Likewise.
43748
43749         (__mktime_internal): Avoid harmful overflow on hosts where time_t
43750         and long are 64-bit but int is only 32-bit.
43751         (ydhms_diff): Use long int to store year1 and yday1.
43752         Issue a compile-time diagnostic if long int is not wide enough.
43753
43754         (__mktime_internal): Use long int to store adjusted year and yday.
43755         Use plain C rather than preprocessor commands, if that doesn't
43756         affect efficiency.
43757         Check for overflow (and try to repair) after each probe
43758         rather than checking only at the very end.  This avoids some bugs
43759         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
43760         does not equal GMT offset at maximum time).
43761         Use integer to check for overflow rather than floating point; this
43762         is more portable to non-IEEE hosts, and is a tad faster.
43763         When we detect that we are oscillating between two values,
43764         don't check whether tm_isdst has the requested value, since
43765         we already know the answer.  When tm_isdst has the wrong value,
43766         use a different heuristic to find the right one, based on the
43767         extreme values actually observed in practice in tz2003a,
43768         rather than the (overly optimistic) "previous 3 calendar quarters".
43769
43770         (not_equal_tm, print_tm, check_result): Use "const T" rather than
43771         "T const" to accommodate glibc style.
43772         (check_result): Use less-confusing report format.  "long" -> "long int.
43773         (main): Likewise.
43774         Don't loop if the iteration overflows time_t.
43775         Allow a negative step in the iteration.
43776
43777 2003-07-06  Karl Berry  <karl@gnu.org>
43778
43779         * config/depcomp: update from automake.
43780         * config/config.sub: update from prep.
43781
43782 2003-07-03  Karl Berry  <karl@gnu.org>
43783
43784         * config/config.guess: update from prep.
43785
43786 2003-07-01  Paul Eggert  <eggert@twinsun.com>
43787
43788         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
43789         xreadlink.c now includes it unconditionally.
43790
43791 2003-07-01  Paul Eggert  <eggert@twinsun.com>
43792
43793         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
43794         having it depend on HAVE_SYS_TYPES_H.
43795
43796 2003-07-01  Bruno Haible  <bruno@clisp.org>
43797
43798         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
43799         <sys/types.h> should be sufficient.
43800         Reported by Paul Eggert.
43801
43802 2003-06-26  Karl Berry  <karl@gnu.org>
43803
43804         * config/depcomp: update from automake.
43805
43806 2003-06-26  Bruno Haible  <bruno@clisp.org>
43807
43808         * modules/human: Depend on module stdbool.
43809
43810 2003-06-25  Bruno Haible  <bruno@clisp.org>
43811
43812         * modules/readlink: New file.
43813         * modules/xreadlink: Depend on it.
43814         * MODULES.html.sh (func_all_modules): Add readlink.
43815
43816 2003-06-25  Bruno Haible  <bruno@clisp.org>
43817
43818         * m4/readlink.m4: New file.
43819
43820 2003-06-25  Bruno Haible  <bruno@clisp.org>
43821
43822         * lib/readlink.c: New file.
43823
43824 2003-06-22  Karl Berry  <karl@gnu.org>
43825
43826         * config/srclist.txt: update mkinstalldirs from automake.
43827         * config/mkinstalldirs: update.
43828
43829 2003-06-22  Bruno Haible  <bruno@clisp.org>
43830
43831         Portability to mingw32.
43832         * m4/ssize_t.m4: New file, from GNU gettext.
43833         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
43834         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
43835
43836 2003-06-22  Bruno Haible  <bruno@clisp.org>
43837
43838         * modules/safe-read: Add m4/ssize_t.m4.
43839         * modules/xreadlink: Add m4/ssize_t.m4.
43840
43841 2003-06-20  Bruno Haible  <bruno@clisp.org>
43842
43843         Assume C89, so PARAMS isn't needed.
43844         * lib/unicodeio.h (PARAMS): Remove.
43845         * lib/unicodeio.c: Don't use PARAMS.
43846
43847 2003-06-18  Karl Berry  <karl@gnu.org>
43848
43849         * config/config.{guess,sub}: update from prep.
43850
43851 2003-06-18  Jim Meyering  <jim@meyering.net>
43852
43853         Merge changes from coreutils.
43854         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
43855         Remove explicit declarations of xmalloc and realloc.
43856         Include xalloc.h.
43857         (read_utmp): Remove anachronistic cast of xmalloc.
43858
43859 2003-06-17  Paul Eggert  <eggert@twinsun.com>
43860
43861         Assume C89, so PARAMS isn't needed.
43862         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
43863         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
43864         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
43865         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
43866         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
43867         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
43868         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
43869         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
43870         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
43871         lib/xstrtod.h, lib/xstrtol.h: Likewise.
43872         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
43873         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
43874         no longer needed. Anyway, config.h should always be included before any
43875         other file.
43876
43877 2003-06-11  Simon Josefsson  <jas@extundo.com>
43878
43879         * modules/sysexits: New file.
43880         * MODULES.html.sh (func_all_modules): Add sysexits.
43881
43882 2003-06-11  Simon Josefsson  <jas@extundo.com>
43883
43884         * lib/sysexit_.h: New file.
43885
43886 2003-06-11  Derek Price  <derek@ximbiot.com>
43887
43888         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
43889         necessary.
43890
43891 2003-06-11  Bruno Haible  <bruno@clisp.org>
43892
43893         * m4/sysexits.m4: New file.
43894
43895 2003-06-10  Simon Josefsson  <jas@extundo.com>
43896
43897         * lib/argp.h: New file, from glibc.
43898         * lib/argp-ba.c: New file, from glibc.
43899         * lib/argp-eexst.c: New file, from glibc.
43900         * lib/argp-fmtstream.c: New file, from glibc.
43901         * lib/argp-fmtstream.h: New file, from glibc.
43902         * lib/argp-fs-xinl.c: New file, from glibc.
43903         * lib/argp-help.c: New file, from glibc.
43904         * lib/argp-namefrob.h: New file, from glibc.
43905         * lib/argp-parse.c: New file, from glibc.
43906         * lib/argp-pv.c: New file, from glibc.
43907         * lib/argp-pvh.c: New file, from glibc.
43908         * lib/argp-xinl.c: New file, from glibc.
43909
43910 2003-06-10  Simon Josefsson  <jas@extundo.com>
43911
43912         * modules/strchrnul: New file.
43913
43914 2003-06-10  Simon Josefsson  <jas@extundo.com>
43915
43916         * modules/argp: New file.
43917
43918 2003-06-10  Simon Josefsson  <jas@extundo.com>
43919
43920         * m4/strchrnul.m4: New file.
43921
43922 2003-06-10  Simon Josefsson  <jas@extundo.com>
43923
43924         * lib/strchrnul.h: New file.
43925         * lib/strchrnul.c: New file.
43926
43927 2003-06-10  Bruno Haible  <bruno@clisp.org>
43928
43929         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
43930
43931 2003-06-07  Karl Berry  <karl@gnu.org>
43932
43933         * config/config.{guess,sub}: update from prep.
43934
43935 2003-06-07  Jim Meyering  <jim@meyering.net>
43936
43937         * modules/strtod: Use $(...) notation, not @...@ for
43938         AC_REPLACE'd variables.
43939         * modules/localcharset: Likewise.
43940
43941 2003-06-07  Jim Meyering  <jim@meyering.net>
43942
43943         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
43944         in place of my name in the copyright comment.
43945         Remove definition and uses of __P.
43946
43947         From coreutils.
43948         * lib/stat.c: Don't declare xmalloc explicitly.
43949         Instead, include "xalloc.h".
43950         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
43951         xrealloc, and xcalloc return values.
43952         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
43953         Improve comment.
43954         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
43955
43956 2003-06-07  Bruno Haible  <bruno@clisp.org>
43957
43958         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
43959         avoid AC_CONFIG_LINKS.
43960         * modules/fnmatch (Makefile.am): Use explicit creation rule for
43961         fnmatch.h, to avoid AC_CONFIG_LINKS.
43962         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
43963
43964 2003-06-07  Bruno Haible  <bruno@clisp.org>
43965
43966         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
43967         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
43968         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
43969         directory.
43970         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
43971         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
43972         directory.
43973
43974 2003-06-06  Jim Meyering  <jim@meyering.net>
43975
43976         Merge from coreutils.
43977         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
43978         Consolidate declarations and initializations of *_base* locals.
43979
43980         Merge from coreutils.
43981         This avoids a core dump on systems without GNU putenv,
43982         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
43983         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
43984         (unsetenv): New static function, from GNU libc.
43985         (rpl_putenv): Use it.
43986
43987         * lib/modechange.c: Remove trailing blanks.
43988
43989         Merge from coreutils.
43990         * lib/fsusage.c: Remove declaration of statfs.
43991         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
43992
43993         * lib/posixtm.c: Include <stdbool.h> unconditionally.
43994
43995 2003-06-06  Jim Meyering  <jim@meyering.net>
43996
43997         * lib/stdbool_.h: Renamed from stdbool.h.in.
43998
43999 2003-06-06  Jim Meyering  <jim@meyering.net>
44000             Bruno Haible  <bruno@clisp.org>
44001
44002         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
44003         Adjust Makefile.am snippet not to redirect directly to target.
44004         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
44005
44006 2003-06-05  Paul Eggert  <eggert@twinsun.com>
44007
44008         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
44009         mismatch, look in future quarters as well as past.  This fixes a
44010         bug when processing fall-backwards gaps immediately after a long
44011         period of daylight-saving time.
44012
44013         * lib/mktime.c: Assume freestanding C89 or better.
44014         (HAVE_LIMITS_H): Remove.  Assume it's 1.
44015         (__P): Remove; not used.
44016         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
44017         (mktime, not_equal_tm, print_tm, check_result,
44018         main): Use prototypes.  Use const * where appropriate.
44019         (main): Fix typo in testing code that uncovered by above changes.
44020         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
44021
44022 2003-06-04  Paul Eggert  <eggert@twinsun.com>
44023
44024         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
44025         locale.h, localeconv.  This merges changes from coreutils.
44026
44027         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
44028         It can be removed after the next Autoconf is released.
44029         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
44030         needed.
44031
44032 2003-06-04  Paul Eggert  <eggert@twinsun.com>
44033
44034         * lib/mktime.c: Fix Debian bug 177940
44035         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
44036         (localtime_offset): Now long int, not time_t, because we want it
44037         to be guaranteed to be signed.  All uses changed.
44038         (__mktime_internal): If overflow would occur when adding offset,
44039         don't add it.
44040
44041         Merge 'human' changes from coreutils.  Rewrite to support
44042         locale-specific notations like thousands separators.
44043         * lib/human.c: Simplify authorship notice.
44044         Include human.h immediately after config.h.
44045         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
44046         <limits.h>: Do not include, since human.h does.
44047         (SIZE_MAX, UINTMAX_MAX): New macros.
44048         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
44049         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
44050         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
44051         (power_letter): Renamed from suffixes.
44052         (generate_suffix_backwards): Remove.
44053         (adjust_value): Now takes int style (because of human.h changes)
44054         and long double value (for greater precision on some platforms).
44055         (group_number): New function.
44056         (human_readable): Use it.  Use integer options, not enum.
44057         Put the options before the sizes in the arg list.
44058         Support all the new options.
44059         The old human_readable function has been removed;
44060         use inttostr.h instead.
44061         (human_readable, default_block_size, humblock):
44062         Use uintmax_t, not int, for block sizes.
44063         (human_readable_inexact, block_size_types): Remove.
44064         (block_size_opts): New constant.
44065         (human_options): Renamed from human_block_size, with new signature
44066         that allows block sizes up to UINTMAX_MAX.  All callers changed.
44067         * lib/human.h: Add copyright and authorship notice.
44068         Include <limits.h> and <stdbool.h> unconditionally.
44069         (PARAMS): Remove.  All uses removed.
44070         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
44071         (enum human_inexact_style): Remove tag; now a nameless enum.
44072         (human_floor, human_ceiling, human_round_to_even): Now have
44073         values 2, 0, 1 rather than -1, 1, 0.
44074         (human_group_digits, human_suppress_point_zero, human_autoscale,
44075         human_base_1024, human_SI, human_B): New constants.
44076         (human_readable_inexact, human_block_size): Remove.
44077         (human_readable): Size args are now uintmax_t, not int.
44078         (human_options): New decl.
44079
44080         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
44081         unnecessary now that we assume C89 or better.  This change
44082         imported from coreutils.
44083
44084         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
44085         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
44086         in the 2003-05-30 sync from glibc.
44087
44088         .h files should stand alone, but we shouldn't include <sys/types.h>
44089         if we can get away with just <stddef.h>.
44090
44091         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
44092         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
44093         rather than <sys/types.h>, as we merely need size_t.
44094         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
44095         to get size_t.
44096         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
44097         Include <stdio.h>, to get FILE.
44098         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
44099         memcasecmp.h has included <stddef.h> and all we need is size_t.
44100         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
44101         our interface, instead of including <sys/types.h>
44102
44103 2003-06-04  Paul Eggert  <eggert@twinsun.com>
44104
44105         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
44106         now, as glibc mktime is buggy on non-glibc systems.
44107
44108 2003-06-03  Karl Berry  <karl@gnu.org>
44109
44110         * config/config.sub: update from prep.
44111
44112 2003-06-02  Paul Eggert  <eggert@twinsun.com>
44113
44114         [from coreutils]
44115         Fix some minor time-related bugs with POSIX time arguments.
44116         Some valid time stamps were being rejected (notably -1, and
44117         time stamps before 1900 on 64-bit hosts).  And some invalid
44118         time stamps were being accepted, e.g. September 31.
44119
44120         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
44121         that we can return (time_t) -1 successfully.
44122         * lib/posixtm.c: Likewise.
44123         [HAVE_STDBOOL_H]: Include <stdbool.h>.
44124         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
44125         (t): Remove static var.
44126         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
44127         of static var.  All uses changed.
44128         (year): Do not reject years before 1900; they can occur with
44129         64-bit time_t.
44130         (posix_time_parse): Do not check for out-of-range components;
44131         that is now the caller's responsibility, since our checks were
44132         only approximations.
44133         (posixtime): Use mktime to check for out-of-range components,
44134         since it knows them exactly.
44135         If mktime returns (time_t) -1, check whether an error actually occurred
44136         by invoking localtime on -1.
44137         (main) [TEST_POSIXTIME]: Check for input data errors, and report
44138         posixtime failures better.
44139         Improve the test data (in comments only).
44140
44141 2003-06-02  Karl Berry  <karl@gnu.org>
44142
44143         * config/mkinstalldirs (version): new variable.
44144         (--version): new option.
44145         (usage): improve message.
44146
44147 2003-05-30  Karl Berry  <karl@gnu.org>
44148
44149         * lib/mktime.c: update from libc.
44150
44151 2003-05-30  Bruno Haible  <bruno@clisp.org>
44152
44153         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
44154         * config/config.rpath: Upgrade to gettext-0.12.1.
44155
44156 2003-05-30  Bruno Haible  <bruno@clisp.org>
44157
44158         * m4/gettext.m4: Upgrade to gettext-0.12.1.
44159         * m4/nls.m4: New file, from gettext-0.12.1.
44160         * m4/po.m4: New file, from gettext-0.12.1.
44161         * m4/progtest.m4: Upgrade to gettext-0.12.1.
44162
44163 2003-05-30  Bruno Haible  <bruno@clisp.org>
44164
44165         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
44166         * lib/localcharset.h: Likewise.
44167         * lib/localcharset.c: Likewise.
44168
44169 2003-05-29  Karl Berry  <karl@gnu.org>
44170
44171         * config/config.rpath: update from gettext.
44172
44173 2003-05-28  Paul Eggert  <eggert@twinsun.com>
44174
44175         Assume the headers required for C89 freestanding compilers.
44176         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
44177         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
44178         * m4/human.m4 (gl_HUMAN): Likewise.
44179         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
44180         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
44181         * m4/userspec.m4 (gl_USERSPEC): Likewise.
44182         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
44183         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44184         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
44185
44186 2003-05-28  Paul Eggert  <eggert@twinsun.com>
44187
44188         Assume the headers required for C89 freestanding compilers.
44189         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
44190         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
44191         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
44192         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
44193         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
44194         define, since <limits.h> is guaranteed to do that.
44195         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
44196         * lib/exclude.c: Include <stdbool.h> unconditionally.
44197         * lib/tempname.c: Include <stddef.h> unconditionally.
44198         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
44199         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
44200         <stddef.h> does that.
44201         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
44202         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
44203         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
44204         needed.
44205         * lib/xstrtol.c: Likewise.
44206         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
44207         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
44208
44209         * lib/addext.c (addext): Use assignment rather than cast, to avoid
44210         warnings on some platforms.
44211
44212         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
44213         arbitrarily.
44214
44215 2003-05-26  Jim Meyering  <jim@meyering.net>
44216
44217         Merge in a change from coreutils:
44218         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
44219         that is guaranteed to be `no'.  Use `no_such_member' to indicate
44220         that condition, rather than `-1' which is slightly misleading.
44221         Change the name of the cache variable to have the gl_ prefix.
44222         Prompted by a patch from Richard Dawe for DJGPP.
44223
44224 2003-05-24  Karl Berry  <karl@gnu.org>
44225
44226         * config/config.guess: update from prep.
44227
44228 2003-05-22  Karl Berry  <karl@gnu.org>
44229
44230         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
44231
44232 2003-05-20  Karl Berry  <karl@gnu.org>
44233
44234         * config/config.guess: update from prep.
44235
44236 2003-05-18  Karl Berry  <karl@gnu.org>
44237
44238         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
44239         might actually be set by the user.
44240
44241         * config/depcomp, install-sh, mdate-sh: update from automake.
44242
44243 2003-05-17  Bruno Haible  <bruno@clisp.org>
44244
44245         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
44246         invalid expansion for AC_EGREP_CPP.
44247         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
44248         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
44249         Suggested by Akim Demaille <akim@epita.fr> in
44250         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
44251
44252 2003-05-12  Jim Meyering  <jim@meyering.net>
44253
44254         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
44255         the space-padded-by-default conversion specifiers, %e, %k, %l.
44256
44257 2003-05-12  Bruno Haible  <bruno@clisp.org>
44258
44259         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
44260         the string is longer than 4 KB.
44261
44262 2003-05-11  Karl Berry  <karl@gnu.org>
44263
44264         * config/config.{guess,sub}: update from prep.
44265
44266 2003-05-09  Bruno Haible  <bruno@clisp.org>
44267
44268         * modules/error: Add m4/strerror_r.m4 to file list.
44269
44270 2003-05-03  Bruno Haible  <bruno@clisp.org>
44271
44272         Upgrade to Unicode-4.0.
44273         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
44274         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
44275         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
44276         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
44277         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
44278         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
44279         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
44280         Change width of U+E0100..U+E01EF from 1 to 0.
44281
44282 2003-04-25  Jim Meyering  <jim@meyering.net>
44283
44284         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
44285         of type size_t, not int.
44286
44287 2003-04-25  Bruno Haible  <bruno@clisp.org>
44288
44289         * lib/copy-file.c: Include <stddef.h>, for size_t.
44290
44291 2003-04-21  Paul Eggert  <eggert@twinsun.com>
44292
44293         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
44294         code which expansion is under static control.  Patch imported from
44295         Akim Demaille's patch to Bison; see
44296         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
44297
44298 2003-04-14  Bruno Haible  <bruno@clisp.org>
44299
44300         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
44301
44302 2003-04-11  Jim Meyering  <jim@meyering.net>
44303
44304         Merge changes from Coreutils.
44305
44306         2003-03-22  Jim Meyering  <jim@meyering.net>
44307
44308         * lib/strftime.c (widen): Cast alloca return value to proper type.
44309
44310         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
44311
44312         From GNU libc.
44313         * lib/strftime.c (my_strftime): Handle very large width
44314         specifications for numeric values correctly.  Improve checks for
44315         overflow.
44316
44317         2003-01-19  Jim Meyering  <jim@meyering.net>
44318
44319         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
44320         definitions.
44321         (nl_get_alt_digit) [! defined my_strftime]: Define.
44322         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
44323         _nl_get_alt_digit and _nl_get_walt_digit.
44324
44325         * lib/strftime.c (my_strftime): Merge in locale-related changes from
44326         libc. These changes have no effect outside of _LIBC.
44327
44328 2003-04-10  Bruno Haible  <bruno@clisp.org>
44329
44330         * modules/findprog: New file.
44331         * MODULES.html.sh (func_all_modules): Add it.
44332
44333 2003-04-10  Bruno Haible  <bruno@clisp.org>
44334
44335         * m4/findprog.m4: New file.
44336         * m4/eaccess.m4: New file.
44337
44338 2003-04-10  Bruno Haible  <bruno@clisp.org>
44339
44340         * lib/findprog.h: New file, from GNU gettext.
44341         * lib/findprog.c: New file, from GNU gettext.
44342
44343 2003-04-05  Jim Meyering  <jim@meyering.net>
44344
44345         Merge changes from Coreutils.
44346
44347         * lib/exclude.h (PARAMS): Remove definition and uses.
44348         * lib/exclude.c: Remove uses of `PARAMS'.
44349
44350         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
44351         Add test-cases for DOS filenames. Declare program_name.
44352         (main): Set up program_name.  Patch by Rich Dawe.
44353
44354         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
44355         error from mntctl.
44356         Use mntctl's return value to drive the entry-processing loop, since
44357         we can't rely on the value of the vmt_length member in the last
44358         entry.  On some systems doing so could result in exhausting
44359         virtual memory.  Based in part on a patch from Mike Jetzer.
44360
44361 2003-04-04  Bruno Haible  <bruno@clisp.org>
44362
44363         * modules/linebreak: New file.
44364         * MODULES.html.sh (func_all_modules): Add it.
44365
44366 2003-04-04  Bruno Haible  <bruno@clisp.org>
44367
44368         * m4/linebreak.m4: New file.
44369
44370 2003-04-04  Bruno Haible  <bruno@clisp.org>
44371
44372         * lib/linebreak.h: New file, from GNU gettext.
44373         * lib/linebreak.c: New file, from GNU gettext with slight
44374         modifications.
44375         * lib/lbrkprop.h: New file, from GNU gettext.
44376
44377 2003-04-03  Bruno Haible  <bruno@clisp.org>
44378
44379         * modules/utf8-ucs4: New file.
44380         * modules/utf16-ucs4: New file.
44381         * modules/ucs4-utf8: New file.
44382         * modules/ucs4-utf16: New file.
44383         * MODULES.html.sh (func_all_modules): Add them.
44384
44385 2003-04-03  Bruno Haible  <bruno@clisp.org>
44386
44387         * m4/utf-ucs4.m4: New file.
44388         * m4/ucs4-utf.m4: New file.
44389
44390 2003-04-03  Bruno Haible  <bruno@clisp.org>
44391
44392         * lib/utf8-ucs4.h: New file, from GNU gettext.
44393         * lib/utf16-ucs4.h: New file, from GNU gettext.
44394         * lib/ucs4-utf8.h: New file, from GNU gettext.
44395         * lib/ucs4-utf16.h: New file, from GNU gettext.
44396
44397 2003-04-02  Bruno Haible  <bruno@clisp.org>
44398
44399         * modules/binary-io: New file.
44400         * MODULES.html.sh (func_all_modules): Add it.
44401
44402 2003-04-02  Bruno Haible  <bruno@clisp.org>
44403
44404         * lib/binary-io.h: New file, from GNU gettext.
44405
44406 2003-04-01  Bruno Haible  <bruno@clisp.org>
44407
44408         * modules/pathname: New file.
44409         * MODULES.html.sh (func_all_modules): Add it.
44410
44411 2003-04-01  Bruno Haible  <bruno@clisp.org>
44412
44413         * lib/pathname.h: New file, from GNU gettext.
44414         * lib/concatpath.c: New file, from GNU gettext.
44415
44416 2003-03-30  Bruno Haible  <bruno@clisp.org>
44417
44418         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
44419
44420 2003-03-30  Bruno Haible  <bruno@clisp.org>
44421
44422         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
44423         function chown() doesn't exist.
44424
44425 2003-03-28  Bruno Haible  <bruno@clisp.org>
44426
44427         * modules/copy-file: New file.
44428         * MODULES.html.sh (func_all_modules): Add it.
44429
44430 2003-03-28  Bruno Haible  <bruno@clisp.org>
44431
44432         * m4/copy-file.m4: New file.
44433
44434 2003-03-28  Bruno Haible  <bruno@clisp.org>
44435
44436         * lib/copy-file.h: New file, from GNU gettext.
44437         * lib/copy-file.c: New file, from GNU gettext.
44438
44439 2003-03-18  Jim Meyering  <jim@meyering.net>
44440
44441         * lib/quote.c (quote_n): Fix typo in comment.
44442
44443 2003-03-18  Bruno Haible  <bruno@clisp.org>
44444
44445         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
44446         checking.
44447         * m4/onceonly_2_57.m4: Likewise.
44448
44449 2003-03-17  Bruno Haible  <bruno@clisp.org>
44450
44451         * m4/onceonly.m4: Require autoconf 2.54 or newer.
44452         (m4_quote): Remove macro.
44453         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
44454
44455 2003-03-14  Jim Meyering  <jim@meyering.net>
44456
44457         Merge changes from Coreutils.
44458         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
44459         to be const, in order to avoid warnings.
44460         (obstack_room): Likewise.
44461         (obstack_empty_p): Likewise.
44462
44463 2003-03-14  Bruno Haible  <bruno@clisp.org>
44464
44465         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
44466         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
44467
44468 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44469
44470         Merge changes from Bison.
44471         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
44472         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
44473         when compiling Bison 1.875's `bitset bset = obstack_alloc
44474         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
44475         * lib/hash.c: Include <stdbool.h> unconditionally.
44476
44477 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44478
44479         * m4/onceonly.m4 (m4_quote): New macro.
44480         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
44481         Quote AC_FOREACH variable-expansions properly.
44482
44483 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44484
44485         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
44486
44487 2003-03-09  Paul Eggert  <eggert@twinsun.com>
44488
44489         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
44490         Reported by Bruce Becker; see:
44491         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
44492
44493 2003-03-03  Paul Eggert  <eggert@twinsun.com>
44494             Bruno Haible  <bruno@clisp.org>
44495
44496         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
44497         Reported by John Hughes, see
44498         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
44499
44500 2003-02-20  Bruno Haible  <bruno@clisp.org>
44501
44502         * MODULES.html.sh (func_all_modules): Add poll.
44503
44504 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44505
44506         * modules/poll: New file.
44507
44508 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44509
44510         * lib/poll_.h: New file.
44511         * lib/poll.c: New file.
44512
44513 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44514
44515         * m4/poll.m4: New file.
44516
44517 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44518
44519         * modules/mathl: New file.
44520
44521 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44522
44523         * lib/mathl.h: New file.
44524         * lib/acosl.c: New file.
44525         * lib/asinl.c: New file.
44526         * lib/atanl.c: New file.
44527         * lib/ceill.c: New file.
44528         * lib/cosl.c: New file.
44529         * lib/expl.c: New file.
44530         * lib/floorl.c: New file.
44531         * lib/frexpl.c: New file.
44532         * lib/ldexpl.c: New file.
44533         * lib/logl.c: New file.
44534         * lib/sincosl.c: New file.
44535         * lib/sinl.c: New file.
44536         * lib/sqrtl.c: New file.
44537         * lib/tanl.c: New file.
44538         * lib/trigl.c: New file.
44539         * lib/trigl.h: New file.
44540
44541 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44542
44543         * m4/mathl.m4: New file.
44544
44545 2003-02-18  Bruno Haible  <bruno@clisp.org>
44546
44547         * MODULES.html.sh (func_all_modules): Add mathl.
44548
44549 2003-02-17  Bruno Haible  <bruno@clisp.org>
44550
44551         * modules/mkdtemp: New module.
44552         * MODULES.html.sh (func_all_modules): Add it.
44553
44554 2003-02-17  Bruno Haible  <bruno@clisp.org>
44555
44556         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
44557
44558 2003-02-17  Bruno Haible  <bruno@clisp.org>
44559
44560         * lib/mkdtemp.h: New file, from GNU gettext.
44561         * lib/mkdtemp.c: New file, from GNU gettext.
44562
44563 2003-02-02  Jim Meyering  <jim@meyering.net>
44564
44565         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
44566         e.g. glibc-2.2.93.
44567
44568 2003-01-31  Bruno Haible  <bruno@clisp.org>
44569
44570         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
44571         'rpl_rename'.
44572         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
44573         'rpl_strnlen'.
44574         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
44575         'rpl_strtod'.
44576         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
44577         'rpl_utime'.
44578
44579 2003-01-31  Bruno Haible  <bruno@clisp.org>
44580
44581         * lib/rename.c: #undef rename before defining rpl_rename.
44582         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
44583
44584 2003-01-30  Bruno Haible  <bruno@clisp.org>
44585
44586         * modules/vasnprintf, modules/vasprintf: New modules.
44587         * MODULES.html.sh (func_all_modules): Add them.
44588
44589 2003-01-30  Bruno Haible  <bruno@clisp.org>
44590
44591         * m4/signed.m4: New file, from GNU gettext.
44592         * m4/longdouble.m4: New file, from GNU gettext.
44593         * m4/wchar_t.m4: New file, from GNU gettext.
44594         * m4/wint_t.m4: New file, from GNU gettext.
44595         * m4/vasnprintf.m4: New file.
44596         * m4/vasprintf.m4: New file.
44597
44598 2003-01-30  Bruno Haible  <bruno@clisp.org>
44599
44600         * lib/printf-args.h: New file, from GNU gettext.
44601         * lib/printf-args.c: New file, from GNU gettext.
44602         * lib/printf-parse.h: New file, from GNU gettext.
44603         * lib/printf-parse.c: New file, from GNU gettext.
44604         * lib/vasnprintf.h: New file, from GNU gettext.
44605         * lib/vasnprintf.c: New file, from GNU gettext.
44606         * lib/asnprintf.c: New file, from GNU gettext.
44607         * lib/vasprintf.h: New file, from GNU gettext with modifications.
44608         * lib/vasprintf.c: New file, from GNU gettext.
44609         * lib/asprintf.c: New file, from GNU gettext.
44610
44611 2003-01-29  Bruno Haible  <bruno@clisp.org>
44612
44613         * modules/stpncpy: New module.
44614         * MODULES.html.sh (func_all_modules): Add it.
44615
44616 2003-01-29  Bruno Haible  <bruno@clisp.org>
44617
44618         * m4/stpncpy.m4: New file.
44619
44620 2003-01-29  Bruno Haible  <bruno@clisp.org>
44621
44622         * lib/stpncpy.h: New file, from GNU gettext with modifications.
44623         * lib/stpncpy.c: New file, from GNU gettext with modifications.
44624
44625 2003-01-28  Bruno Haible  <bruno@clisp.org>
44626
44627         * modules/c-ctype: New module.
44628         * MODULES.html.sh (func_all_modules): Add it.
44629
44630 2003-01-28  Bruno Haible  <bruno@clisp.org>
44631
44632         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
44633         Paul Eggert.
44634         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
44635         Paul Eggert.
44636
44637 2003-01-27  Bruno Haible  <bruno@clisp.org>
44638
44639         * modules/xsetenv: New module.
44640         * MODULES.html.sh (func_all_modules): Add it.
44641
44642 2003-01-27  Bruno Haible  <bruno@clisp.org>
44643
44644         * lib/xsetenv.h: New file, from GNU gettext.
44645         * lib/xsetenv.c: New file, from GNU gettext.
44646
44647 2003-01-23  Jim Meyering  <jim@meyering.net>
44648
44649         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
44650         from working on systems without dirfd (at least Irix and OSF1/Tru64).
44651
44652 2003-01-23  Bruno Haible  <bruno@clisp.org>
44653
44654         * modules/minmax: New module.
44655         * MODULES.html.sh (func_all_modules): Add it.
44656
44657 2003-01-23  Bruno Haible  <bruno@clisp.org>
44658
44659         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
44660         Eggert.
44661
44662 2003-01-22  Bruno Haible  <bruno@clisp.org>
44663
44664         * modules/exit: New module.
44665         * MODULES.html.sh (func_all_modules): Add it.
44666
44667 2003-01-22  Bruno Haible  <bruno@clisp.org>
44668
44669         * lib/exit.h: New file, from GNU gettext.
44670
44671 2003-01-19  Bruno Haible  <bruno@clisp.org>
44672
44673         * gnulib-tool: Recognize option --extract-maintainer.
44674         (func_get_maintainer): New function.
44675         * modules/*: Add Maintainer entry.
44676
44677 2003-01-16  Jim Meyering  <jim@meyering.net>
44678
44679         * m4/regex.m4: The `regex' struct is both input and output.
44680         Initialize it before each use.  Patch by Tim Waugh.
44681
44682 2003-01-16  Bruno Haible  <bruno@clisp.org>
44683
44684         * MODULES.html.sh: Add a table of contents. Add the module name as
44685         leftmost column. Add hyperlinks.
44686
44687 2003-01-15  Bruno Haible  <bruno@clisp.org>
44688
44689         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
44690
44691 2003-01-15  Bruno Haible  <bruno@clisp.org>
44692
44693         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
44694         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
44695         suffix.
44696
44697 2003-01-15  Bruno Haible  <bruno@clisp.org>
44698
44699         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
44700
44701 2003-01-15  Bruno Haible  <bruno@clisp.org>
44702
44703         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
44704         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
44705
44706 2003-01-14  Jim Meyering  <jim@meyering.net>
44707
44708         * lib/same.c (same_name): Tweak a comment.
44709
44710 2003-01-14  Bruno Haible  <bruno@clisp.org>
44711
44712         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
44713         when a string comparison is sufficient.
44714
44715 2003-01-14  Bruno Haible  <bruno@clisp.org>
44716
44717         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
44718         'unsigned int'.
44719
44720 2003-01-14  Bruno Haible  <bruno@clisp.org>
44721
44722         * lib/hash-pjw.c: Add comment about low quality of this function.
44723
44724 2003-01-13  Bruno Haible  <bruno@clisp.org>
44725
44726         * modules/stpcpy: Distribute lib/stpcpy.h.
44727         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
44728
44729 2003-01-13  Bruno Haible  <bruno@clisp.org>
44730
44731         * modules/*: Add a description.
44732         * modules/strpbrk: Fix Makefile.am snippet.
44733         * modules/strtoimax: Fix dependencies.
44734         * modules/strtoumax: Likewise.
44735
44736 2003-01-13  Bruno Haible  <bruno@clisp.org>
44737
44738         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
44739         * modules/alloca (Makefile.am): All object files depend on alloca.h.
44740         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
44741
44742 2003-01-13  Bruno Haible  <bruno@clisp.org>
44743
44744         * gnulib-tool (func_create_testdir): Store config/* files in the main
44745         directory.
44746         * config.rpath: Move to ...
44747         * config/config.rpath: ... here.
44748         * modules/gettext: Contains config/config.rpath, not config.rpath.
44749         * modules/iconv: Likewise.
44750
44751 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44752
44753         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44754         to avoid collisions with libcurses and libreadline.
44755
44756         * m4/getstr.m4: Remove.
44757         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
44758
44759 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44760
44761         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44762         to avoid collisions with libcurses and libreadline.
44763
44764         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
44765         * lib/getstr.h, getstr.c: Remove.
44766         * lib/getline.c: Include "getline.h", to check interface.
44767         Move body of old getstr.c here: this defines MIN_CHUNK and
44768         declares getdelim2, which is renamed from getstr.
44769         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
44770
44771         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
44772         All uses changed.
44773         * lib/linebuffer.h: Likewise.
44774         (readline): Remove backward-compatibility macro.
44775
44776 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44777
44778         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44779         to avoid collisions with libcurses and libreadline.
44780         * getstr: Remove.
44781         * MODULES.html.sh: Remove getstr.
44782         * modules/getline: Depend on unlocked-io, not getstr.
44783
44784 2003-01-12  Jim Meyering  <jim@meyering.net>
44785
44786         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
44787
44788 2003-01-10  Bruno Haible  <bruno@clisp.org>
44789
44790         * modules/alloca: Change Makefile.am requirements. Simplify Include
44791         requirements. Add lib/alloca_.h to file list.
44792
44793 2003-01-10  Bruno Haible  <bruno@clisp.org>
44794
44795         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
44796
44797 2003-01-10  Bruno Haible  <bruno@clisp.org>
44798
44799         * lib/alloca_.h: New file.
44800         * lib/getdate.y: Unconditionally include alloca.h.
44801         * lib/makepath.c: Likewise.
44802         * lib/setenv.c: Likewise.
44803         * lib/userspec.c: Likewise.
44804
44805 2003-01-09  Karl Berry  <karl@gnu.org>
44806
44807         * MODULES.html.sh: include `dirname $0` in PATH, to find
44808         gnulib-tool.
44809
44810 2003-01-09  Bruno Haible  <bruno@clisp.org>
44811
44812         * modules/stdbool: Change configure.ac, Makefile.am requirements.
44813         Simplify Include requirements. Add lib/stdbool.h.in to file list.
44814
44815 2003-01-09  Bruno Haible  <bruno@clisp.org>
44816
44817         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
44818
44819 2003-01-09  Bruno Haible  <bruno@clisp.org>
44820
44821         * lib/stdbool.h.in: New file.
44822
44823 2003-01-09  Bruno Haible  <bruno@clisp.org>
44824
44825         * gnulib-tool (func_all_modules): Ignore files ending in ~.
44826         * MODULES.html.sh: Likewise.
44827
44828 2003-01-08  Jim Meyering  <jim@meyering.net>
44829
44830         * lib/full-write.c: Undefine and define-away `const' after inclusion
44831         of errno.h, not before.  Suggestion from Bruno Haible.
44832
44833 2003-01-08  Bruno Haible  <bruno@clisp.org>
44834
44835         * modules/full-read: Depend on full-write.
44836
44837 2003-01-08  Bruno Haible  <bruno@clisp.org>
44838
44839         * lib/safe-read.c: Include specification header first, to ensure its
44840         selfcontainedness.
44841         * lib/full-write.c: Likewise.
44842
44843 2003-01-07  Jim Meyering  <jim@meyering.net>
44844
44845         * lib/full-write.c: Rework so that it may serve to define full_read,
44846         too.
44847         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
44848
44849 2003-01-07  Bruno Haible  <bruno@clisp.org>
44850
44851         * lib/strtoimax.c: Include <stdint.h> as an alternative to
44852         <inttypes.h>.
44853         * lib/xstrtol.h: Likewise.
44854         * lib/xstrtoimax.c: Likewise.
44855         * lib/xstrtoumax.c: Likewise.
44856         * lib/human.h: Likewise.
44857
44858         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
44859         on systems that have <inttypes.h> but not <stdint.h>.
44860
44861 2003-01-07  Bruno Haible  <bruno@clisp.org>
44862
44863         * MODULES.html.sh: Add copyright notice.
44864         (missed_files): Omit CVS directory entries.
44865         (func_module): Make it work with sed-3.02.
44866         * MODULES.txt: Remove file.
44867
44868 2003-01-06  Jim Meyering  <jim@meyering.net>
44869
44870         * lib/version-etc.c: Update year in translatable copyright string.
44871
44872 2003-01-03  Karl Berry  <karl@gnu.org>
44873
44874         * config/config.{guess,sub}: update from prep.
44875
44876 2003-01-02  Karl Berry  <karl@gnu.org>
44877
44878         * doc/COPYING.DOC: belatedly updated to 1.2.
44879
44880 2003-01-01  Karl Berry  <karl@gnu.org>
44881
44882         * gnulib-tool (func_verify_module): report module name $module in
44883         error message, not $1.
44884         * gnulib-tool (create-testdir): don't complain if destdir couldn't
44885         be created, only if it doesn't exist.
44886         * gnulib-tool (last_checkin_date): don't expand the $Date here.
44887
44888 2002-12-31  Paul Eggert  <eggert@twinsun.com>
44889
44890         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
44891
44892 2002-12-31  Paul Eggert  <eggert@twinsun.com>
44893
44894         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
44895         memcmp if strcoll doesn't work.
44896
44897 2002-12-31  Bruno Haible  <bruno@clisp.org>
44898
44899         * lib/utime.c (utime_null): No need to call ftruncate if the file was
44900         nonempty.
44901
44902 2002-12-31  Bruno Haible  <bruno@clisp.org>
44903
44904         * lib/memcoll.c (STRCOLL): New macro.
44905         (memcoll): Use it.
44906
44907 2002-12-31  Bruno Haible  <bruno@clisp.org>
44908
44909         * lib/localcharset.h: New file.
44910         * lib/localcharset.c: Include it.
44911         * lib/unicodeio.c: Likewise.
44912
44913 2002-12-31  Bruno Haible  <bruno@clisp.org>
44914
44915         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
44916         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
44917
44918 2002-12-31  Bruno Haible  <bruno@clisp.org>
44919
44920         * lib/getline.h: Include <stddef.h>, for size_t.
44921
44922         * lib/unicodeio.h: Include <stddef.h>, for size_t.
44923         * lib/unicodeio.c: Don't include <stddef.h>.
44924
44925 2002-12-31  Bruno Haible  <bruno@clisp.org>
44926
44927         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
44928         HAVE_TM_ZONE.
44929
44930 2002-12-24  Karl Berry  <karl@gnu.org>
44931
44932         * config/config.guess: update from prep.
44933
44934 2002-12-24  Bruno Haible  <bruno@clisp.org>
44935
44936         General infrasructure.
44937         * m4/README: Rewritten.
44938         * m4/onceonly.m4: New file.
44939         * m4/onceonly_2_57.m4: New file.
44940
44941         Module atexit.
44942         * m4/atexit.m4: New file.
44943
44944         Module strtod.
44945         * m4/strtod.m4: New file.
44946
44947         Module strtol.
44948         * m4/strtol.m4: New file.
44949
44950         Module strtoul.
44951         * m4/strtoul.m4: New file.
44952
44953         Module memchr.
44954         * m4/memchr.m4: New file.
44955
44956         Module memcmp.
44957         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
44958         (jm_FUNC_MEMCMP): Invoke it.
44959
44960         Module memcpy.
44961         * m4/memcpy.m4: New file.
44962
44963         Module memmove.
44964         * m4/memmove.m4: New file.
44965
44966         Module memset.
44967         * m4/memset.m4: New file.
44968
44969         Module strcspn.
44970         * m4/strcspn.m4: New file.
44971
44972         Module strpbrk.
44973         * m4/strpbrk.m4: New file.
44974
44975         Module strstr.
44976         * m4/strstr.m4: New file.
44977
44978         Module strerror.
44979         * m4/strerror.m4: New file.
44980
44981         Module mktime.
44982         * m4/mktime.m4: Renamed from jm-mktime.m4.
44983         (gl_PREREQ_MKTIME): New macro.
44984         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
44985
44986         Module malloc.
44987         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
44988         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
44989         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
44990
44991         Module realloc.
44992         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
44993         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
44994         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
44995
44996         Module strftime.
44997         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
44998         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
44999         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
45000         gl_TM_GMTOFF.
45001         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
45002
45003         Module xalloc.
45004         * m4/xalloc.m4: New file.
45005
45006         Module alloca.
45007         * m4/alloca.m4: New file.
45008
45009         Module putenv.
45010         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
45011         (jm_FUNC_PUTENV): Invoke it.
45012
45013         Module setenv.
45014         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
45015         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
45016         when invoked twice.
45017         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
45018         gt_FUNC_SETENV.
45019
45020         Module memrchr.
45021         * m4/memrchr.m4: New file.
45022
45023         Module stpcpy.
45024         * m4/stpcpy.m4: New file.
45025
45026         Module strcase.
45027         * m4/strcase.m4: New file.
45028
45029         Module strdup.
45030         * m4/strdup.m4: New file.
45031
45032         Module strnlen.
45033         * m4/strnlen.m4: New file.
45034
45035         Module strndup.
45036         * m4/strndup.m4: New file.
45037
45038         Module xstrtod.
45039         * m4/xstrtod.m4: New file.
45040
45041         Module xstrtol.
45042         * m4/xstrtol.m4: New file.
45043
45044         Module getdate.
45045         * m4/getdate.m4: New file.
45046
45047         Module unlocked-io.
45048         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
45049         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
45050         * m4/jm-glibc-io.m4n: Remove file.
45051
45052         Module long-options.
45053         * m4/long-options.m4: New file.
45054
45055         Module md5.
45056         * m4/md5.m4: New file.
45057
45058         Module sha.
45059         * m4/sha.m4: New file.
45060
45061         Module getstr.
45062         * m4/getstr.m4: New file.
45063
45064         Module getline.
45065         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
45066         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
45067         <sys/types.h>, for size_t. Use the function name gnu_getline, not
45068         simply getline. Infoke gl_PREREQ_GETLINE.
45069
45070         Module obstack.
45071         * m4/obstack.m4: New file.
45072
45073         Module hash.
45074         * m4/hash.m4: New file.
45075
45076         Module readtokens.
45077         * m4/readtokens.m4: New file.
45078
45079         Module strverscmp.
45080         * m4/strverscmp.m4: New file.
45081
45082         Module stdbool.
45083         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
45084         OSF/1.
45085
45086         Module strtoll.
45087         * m4/strtoll.m4: New file.
45088
45089         Module strtoull.
45090         * m4/strtoull.m4: New file.
45091
45092         Module strtoimax.
45093         * m4/strtoimax.m4: New file.
45094
45095         Module strtoumax.
45096         * m4/strtoumax.m4: New file.
45097
45098         Module xstrtoimax.
45099         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
45100         jm_AC_PREREQ_XSTRTOIMAX.
45101         Moved the strtol prerequisites to strtol.m4.
45102         Moved the strtoll prerequisites to strtoll.m4.
45103         Moved the strtoimax prerequisites to strtoimax.m4.
45104
45105         Module xstrtoumax.
45106         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
45107         jm_AC_PREREQ_XSTRTOUMAX.
45108         Moved the strtoul prerequisites to strtoul.m4.
45109         Moved the strtoull prerequisites to strtoull.m4.
45110         Moved the strtoumax prerequisites to strtoumax.m4.
45111
45112         Module chown.
45113         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
45114         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
45115
45116         Module dup2.
45117         * m4/dup2.m4: New file.
45118
45119         Module ftruncate.
45120         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
45121         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
45122
45123         Module getgroups.
45124         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
45125         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
45126
45127         Module gettimeofday.
45128         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
45129         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
45130         gl_PREREQ_GETTIMEOFDAY.
45131
45132         Module mkdir.
45133         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
45134         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
45135
45136         Module mkstemp.
45137         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
45138         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
45139         jm_AC_TYPE_UINTMAX_T.
45140         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
45141
45142         Module stat.
45143         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
45144         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
45145
45146         Module lstat.
45147         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
45148         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
45149
45150         Module timespec.
45151         * m4/timespec.m4 (gl_TIMESPEC): New macro.
45152         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
45153         * m4/st_mtim.m4: Indentation.
45154
45155         Module nanosleep.
45156         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
45157         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
45158         gl_PREREQ_NANOSLEEP.
45159
45160         Module regex.
45161         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
45162         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
45163         (gl_REGEX): New macro.
45164
45165         Module rename.
45166         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
45167         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
45168
45169         Module rmdir.
45170         * m4/rmdir.m4: New file.
45171
45172         Module utime.
45173         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
45174         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
45175         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
45176
45177         Module dirname.
45178         * m4/dirname.m4: New file.
45179
45180         Module getopt.
45181         * m4/getopt.m4: New file.
45182
45183         Module unistd-safer.
45184         * m4/unistd-safer.m4: New file.
45185
45186         Module fnmatch.
45187         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
45188         declaration.
45189         (gl_PREREQ_FNMATCH_EXTRA): New macro.
45190         (gl_FUNC_FNMATCH_POSIX): New macro.
45191         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
45192         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
45193         simply fnmatch.
45194
45195         Module exclude.
45196         * m4/exclude.m4: New file.
45197
45198         Module human.
45199         * m4/human.m4: New file.
45200
45201         Module acl.
45202         * m4/acl.m4: Nop.
45203
45204         Module backupfile.
45205         * m4/backupfile.m4: New file.
45206         * m4/d-ino.m4: Indentation.
45207
45208         Module fsusage.
45209         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
45210         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
45211         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
45212
45213         Module dirfd.
45214         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
45215         requirements.
45216
45217         Module euidaccess.
45218         * m4/euidaccess.m4: New file.
45219
45220         Module file-type.
45221         * m4/file-type.m4: New file.
45222
45223         Module fileblocks.
45224         * m4/fileblocks.m4: New file.
45225
45226         Module filemode.
45227         * m4/filemode.m4: New file.
45228
45229         Module isdir.
45230         * m4/isdir.m4: New file.
45231
45232         Module lchown.
45233         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
45234         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
45235
45236         Module makepath.
45237         * m4/makepath.m4: New file.
45238
45239         Module modechange.
45240         * m4/modechange.m4: New file.
45241
45242         Module mountlist.
45243         * m4/mountlist.m4: New file.
45244         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
45245         Indentation.
45246
45247         Module path-concat.
45248         * m4/path-concat.m4: New file.
45249
45250         Module pathmax.
45251         * m4/pathmax.m4: New file.
45252
45253         Module same.
45254         * m4/same.m4: New file.
45255
45256         Module save-cwd.
45257         * m4/save-cwd.m4: New file.
45258
45259         Module savedir.
45260         * m4/savedir.m4: New file.
45261
45262         Module xgetcwd.
45263         * m4/xgetcwd.m4: New file.
45264         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
45265
45266         Module xreadlink.
45267         * m4/xreadlink.m4: New file.
45268
45269         Module safe-read.
45270         * m4/safe-read.m4: New file.
45271
45272         Module safe-write.
45273         * m4/safe-write.m4: New file.
45274
45275         Module closeout.
45276         * m4/closeout.m4: New file.
45277
45278         Module stdio-safer.
45279         * m4/stdio-safer.m4: New file.
45280
45281         Module getpass.
45282         * m4/getpass.m4: New file.
45283
45284         Module getugroups.
45285         * m4/getugroups.m4: New file.
45286
45287         Module group-member.
45288         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
45289         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
45290
45291         Module idcache.
45292         * m4/idcache.m4: New file.
45293
45294         Module userspec.
45295         * m4/userspec.m4: New file.
45296
45297         Module gettime.
45298         * m4/clock_time.m4: New file.
45299         * m4/gettime.m4: New file.
45300
45301         Module settime.
45302         * m4/settime.m4: New file.
45303
45304         Module posixtm.
45305         * m4/posixtm.m4: New file.
45306
45307         Module gethostname.
45308         * m4/gethostname.m4: New file.
45309
45310         Module canon-host.
45311         * m4/canon-host.m4: New file.
45312
45313         Module gettext.
45314         * m4/codeset.m4: New file, from gettext-0.11.5.
45315         * m4/gettext.m4: New file, from gettext-0.11.5.
45316         * m4/glibc21.m4: New file, from gettext-0.11.5.
45317         * m4/iconv.m4: New file, from gettext-0.11.5.
45318         * m4/intdiv0.m4: New file, from gettext-0.11.5.
45319         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
45320         * m4/inttypes.m4: New file, from gettext-0.11.5.
45321         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
45322         * m4/isc-posix.m4: New file, from gettext-0.11.5.
45323         * m4/lcmessage.m4: New file, from gettext-0.11.5.
45324         * m4/lib-ld.m4: New file, from gettext-0.11.5.
45325         * m4/lib-link.m4: New file, from gettext-0.11.5.
45326         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
45327         * m4/progtest.m4: New file, from gettext-0.11.5.
45328         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
45329         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
45330         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
45331
45332         Module localcharset.
45333         * m4/localcharset.m4: New file.
45334
45335         Module hard-locale.
45336         * m4/hard-locale.m4: New file.
45337
45338         Module mbswidth.
45339         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
45340         onceonly macros.
45341         * m4/mbrtowc.m4: Add comment.
45342
45343         Module memcasecmp.
45344         * m4/memcasecmp.m4: New file.
45345
45346         Module memcoll.
45347         * m4/memcoll.m4: New file.
45348
45349         Module unicodeio.
45350         * m4/unicodeio.m4: New file.
45351
45352         Module rpmatch.
45353         * m4/rpmatch.m4: New file.
45354
45355         Module yesno.
45356         * m4/yesno.m4: New file.
45357
45358         Module exitfail.
45359         * m4/exitfail.m4: New file.
45360
45361         Module c-stack.
45362         * m4/c-stack.m4 (gl_C_STACK): New macro.
45363         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
45364
45365         Module error.
45366         * m4/error.m4 (gl_ERROR): New macro.
45367         (jm_PREREQ_ERROR): Use onceonly macros.
45368
45369         Module fatal.
45370         * m4/fatal.m4: New file.
45371
45372         Module getloadavg.
45373         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
45374         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
45375
45376         Module getpagesize.
45377         * m4/getpagesize.m4: New file.
45378
45379         Module getusershell.
45380         * m4/getusershell.m4: New file.
45381
45382         Module physmem.
45383         * m4/physmem.m4: New file.
45384
45385         Module posixver.
45386         * m4/posixver.m4: New file.
45387
45388         Module quotearg.
45389         * m4/quotearg.m4: New file.
45390
45391         Module quote.
45392         * m4/quote.m4: New file.
45393
45394         Module readutmp.
45395         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
45396
45397         Module sig2str.
45398         * m4/sig2str.m4: New file.
45399
45400         Other.
45401         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
45402         ulonglong.m4.
45403         * m4/intmax_t.m4: New file.
45404         * m4/d-type.m4: Indentation.
45405         * m4/jm-macros.m4: Update.
45406         * m4/prereq.m4 (jm_PREREQ): Update.
45407         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
45408         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
45409         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
45410         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
45411         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
45412         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
45413         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
45414         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
45415         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
45416         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
45417         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
45418         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
45419         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
45420         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
45421         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
45422         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
45423         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
45424         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
45425         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
45426
45427 2002-12-24  Bruno Haible  <bruno@clisp.org>
45428
45429         * MODULES.txt: Update according to m4/ changes.
45430
45431         Module gettext.
45432         * config.rpath: New file, from gettext-0.11.5.
45433
45434         * modules/*: New module descriptions.
45435         * gnulib-tool: New file.
45436         * MODULES.html.sh: New file.
45437
45438 2002-12-21  Karl Berry  <karl@gnu.org>
45439
45440         * doc/fdl.texi: update to version 1.2.
45441
45442 2002-12-19  Karl Berry  <karl@gnu.org>
45443
45444         * config/config.guess: update from prep.
45445
45446 2002-12-18  Bruno Haible  <bruno@clisp.org>
45447
45448         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
45449         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
45450
45451 2002-12-17  Bruno Haible  <bruno@clisp.org>
45452
45453         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
45454         stdlib.h, string.h.
45455
45456 2002-12-17  Bruno Haible  <bruno@clisp.org>
45457
45458         * lib/canon-host.c (strdup): Remove unused declaration.
45459
45460         * lib/fsusage.c: Include full_read.h.
45461         (get_fs_usage): Use full_read instead of safe_read.
45462
45463         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
45464
45465 2002-12-12  Karl Berry  <karl@gnu.org>
45466
45467         * config/config.guess: update from prep.
45468
45469 2002-12-11  Bruno Haible  <bruno@clisp.org>
45470
45471         * m4/setenv.m4: New file, from gettext-0.11.5.
45472
45473 2002-12-11  Bruno Haible  <bruno@clisp.org>
45474
45475         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
45476         not unsetenv().
45477         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
45478         modifications:
45479
45480         2002-12-11  Bruno Haible  <bruno@clisp.org>
45481
45482                 * setenv.c (alloca): Fall back to malloc.
45483                 (freea): New macro.
45484                 (setenv): Use freea() to free memory allocated with alloca().
45485
45486         2002-11-13  Bruno Haible  <bruno@clisp.org>
45487
45488                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
45489                 function declarations.
45490                 * unsetenv.c (unsetenv): Likewise.
45491
45492         2002-03-04  Bruno Haible  <bruno@clisp.org>
45493
45494                 Portability to AIX 4.3.3.
45495                 * unsetenv.c: New file, extracted from setenv.c.
45496                 * setenv.c: Move the unsetenv() function to unsetenv.c.
45497
45498         2001-12-20  Bruno Haible  <bruno@clisp.org>
45499
45500                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
45501                 use malloc instead. For SunOS 4.
45502
45503         2001-12-11  Bruno Haible  <bruno@clisp.org>
45504
45505                 * setenv.c: Declare alloca.
45506                 (compar_fn_t): New typedef.
45507                 (KNOWN_VALUE, STORE_VALUE): Use it.
45508
45509         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
45510         setenv.h.
45511
45512 2002-12-10  Paul Eggert  <eggert@twinsun.com>
45513
45514         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
45515         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
45516         Choose values that are less likely to collide with system fnmatch
45517         options.
45518         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
45519         defined (e.g., a pure POSIX system).
45520         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
45521         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
45522
45523 2002-12-06  Paul Eggert  <eggert@twinsun.com>
45524
45525         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
45526         a pain in practice to deal with generated m4 files.  This change
45527         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
45528
45529         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
45530         and jm-glibc-io.m4, as they are no longer a special case.
45531         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
45532         kludge and the auto-generation stuff.  Check only whether the
45533         functions are declared, not whether they exist, since older hosts
45534         that don't declare the functions can't use the optimization anyway.
45535
45536 2002-12-06  Jim Meyering  <jim@meyering.net>
45537
45538         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
45539
45540         Merge in changes from libc's misc/error.c, in preparation
45541         for the merge of gnulib's changes back into libc.
45542
45543         * lib/error.c (_): Define only if not already defined.
45544         Move definition to follow all #include directives.
45545         Include unlocked-io.h only if !_LIBC.
45546         [_LIBC]: Include <libio/libioP.h>.
45547         [USE_IN_LIBIO]: Include <libio/iolibio.h>
45548         (fflush): Tweak definition to use INTUSE.
45549         (putc): Define.
45550
45551 2002-12-05  Paul Eggert  <eggert@twinsun.com>
45552
45553         * lib/alloca.c [defined emacs]: Include "lisp.h".
45554         (xalloc_die) [defined emacs]: New macro.
45555         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
45556         [! defined emacs]: Include <xalloc.h>.
45557         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
45558         (pointer): Typedef to POINTER_TYPE *.
45559         (malloc): Remove decl; we now always use xmalloc.
45560         (alloca): Use old-style definition, since Emacs needs this.
45561         Check for arithmetic overflow when computing combined size.
45562
45563 2002-12-04  Paul Eggert  <eggert@twinsun.com>
45564
45565         Do not generate unlocked-io.h automatically, since it's easier to
45566         maintain it by hand.
45567
45568         * lib/unlocked-io.h: New file, from GNU diffutils,
45569         but with proper copyright notice and attribution.
45570         * lib/gen-uio: Remove.
45571         * lib/Makefile.am: Add copyright notice.
45572         (libfetish_a_SOURCES): Add unlocked-io.h.
45573         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
45574         (DISTCLEANFILES, io_functions): Remove macros.
45575         (EXTRA_DIST): Remove gen_uio.
45576         (unlocked-io.h): Remove rule.
45577
45578 2002-12-04  Jim Meyering  <jim@meyering.net>
45579
45580         Reflect the fact that stat.c and lstat.c are no longer generated.
45581         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
45582         (DISTCLEANFILES): Likewise.
45583         (EXTRA_DIST): Likewise.
45584         (all_local): Don't depend on stat.c or lstat.c.
45585         (stat.c, lstat.c): Remove rules.
45586         (EXTRA_DIST): Remove xstat.in.
45587
45588         * lib/xstat.in: Remove file.  Contents moved into stat.c.
45589         * lib/stat.c: New file.  Contents mostly from xstat.in.
45590         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
45591         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
45592
45593         * lib/safe-read.c: Rework so that it may serve to define safe_write,
45594         too.
45595         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
45596
45597 2002-12-03  Jim Meyering  <jim@meyering.net>
45598
45599         * lib/safe-read.c, safe-write.c: Change variable names and comments,
45600         but not semantics, to minimize the differences between these two files.
45601         (safe_read): Change comment to mention SAFE_READ_ERROR.
45602
45603         * lib/safe-read.c (IS_EINTR): Define.
45604         (safe_read): Use IS_EINTR in place of in-function cpp directives.
45605
45606 2002-12-02  Jim Meyering  <jim@meyering.net>
45607
45608         * lib/safe-read.c (EINTR): Define.
45609         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
45610         (INT_MAX): Provide fallback.
45611         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
45612
45613         * lib/safe-read.h (SAFE_READ_ERROR): Define.
45614
45615 2002-12-02  Bruno Haible  <bruno@clisp.org>
45616
45617         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
45618         Define, taken from safe-read.c.
45619         (INT_MAX): Provide fallback.
45620         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
45621         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
45622
45623         * lib/safe-read.c (EINTR): Remove definition.
45624         (safe_read): Don't use EINTR if it is absent.
45625
45626 2002-12-01  Jim Meyering  <jim@meyering.net>
45627
45628         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
45629         zero.
45630         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
45631
45632 2002-11-27  Paul Eggert  <eggert@twinsun.com>
45633
45634         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
45635         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
45636         with `if (! (value < limit)) abort ();', for readability.
45637
45638 2002-11-26  Karl Berry  <karl@gnu.org>
45639
45640         * lib/strdup.c: copy from libc again, with jim's ok.
45641         * lib/.cppi-disable: re-add strdup.c
45642
45643 2002-11-25  Karl Berry  <karl@gnu.org>
45644
45645         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
45646         instead of "strtol.c".
45647
45648 2002-11-25  Karl Berry  <karl@gnu.org>
45649
45650         * config/install-sh: update from automake for variable quoting, $0 in
45651         error msgs, etc.
45652
45653         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
45654         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
45655         entry.
45656
45657 2002-11-25  Jim Meyering  <jim@meyering.net>
45658
45659         * lib/mktime.c: Sync from libc, now that it has the latest fix.
45660
45661 2002-11-24  Karl Berry  <karl@gnu.org>
45662
45663         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
45664         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
45665
45666 2002-11-24  Jim Meyering  <jim@meyering.net>
45667
45668         Update from coreutils:
45669
45670         * lib/mktime.c: Merge in changes from libc.
45671
45672         Avoid a link-time failure on some Linux systems.
45673         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
45674         (otherwise).
45675         (__mon_yday): Declare with the STATIC attribute.
45676         (__mktime_internal): Likewise.
45677         Based on a report from Greg Schafer.
45678
45679 2002-11-23  Jim Meyering  <jim@meyering.net>
45680
45681         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
45682         Use `unsigned', not `int', as type of index.
45683
45684         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
45685
45686         * lib/fsusage.c: Remove unneeded parentheses around operands of
45687         `defined'.
45688
45689 2002-11-22  Paul Eggert  <eggert@twinsun.com>
45690
45691         * lib/quotearg.h: Allow multiple inclusion by surrounding with
45692         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
45693         so that we can be included first.
45694         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
45695         * lib/quotearg.c: Include quotearg.h immediately after config.h.
45696         No need to include stddef.h or sys/types.h any more.
45697         Surround local include files with "", not "<>".
45698         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
45699         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
45700         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
45701         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
45702         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
45703         (ISPRINT): Remove; no longer needed now that we assume C89.
45704
45705         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
45706         Preserve errno.
45707
45708         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
45709         quotearg_char): Use SIZE_MAX rather than
45710         (size_t) -1 when we are talking about "infinity".
45711
45712         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
45713
45714 2002-11-22  Paul Eggert  <eggert@twinsun.com>
45715
45716         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
45717         hint that one should use `if (! x) abort ();' rather than `assert
45718         (x);', and anyway it's one less thing to worry about configuring.
45719         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
45720         hash_rehash, hash_insert): Use abort rather than assert.
45721
45722 2002-11-22  Bruno Haible  <bruno@clisp.org>
45723
45724         * lib/safe-read.h: Assume C89. Add comments.
45725         (safe_read): Change return type to size_t.
45726         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
45727         byte counts > SSIZE_MAX correctly.
45728         * lib/safe-write.h: New file.
45729         * lib/safe-write.c: New file.
45730         * lib/full-read.h: New file.
45731         * lib/full-read.c: New file.
45732         * lib/full-write.h: Assume C89. Add comments.
45733         * lib/full-write.c: Include safe-write.h.
45734         (full_write): Rewritten to use safe_write.
45735         Suggested by Jim Meyering and Paul Eggert.
45736
45737 2002-11-21  Jim Meyering  <jim@meyering.net>
45738
45739         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
45740
45741         Merge in changes from the coreutils.
45742
45743         2002-09-25  Paul Eggert  <eggert@twinsun.com>
45744         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
45745         <stdint.h>.
45746         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
45747         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
45748         int.  Work more efficiently if X is the same width as uintmax_t.
45749         Do not compare X to -1, to avoid bogus compiler warning.
45750         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
45751         Don't assume that f_frsize and f_bsize are the same type.
45752
45753         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
45754         warning on FreeBSD.
45755
45756         * lib/makepath.c (make_path): Restore umask *before* creating the final
45757         component.
45758         (make_path): Minor reformatting.
45759
45760         * lib/xmalloc.c: Adjust to work with new autoconf macros,
45761         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
45762         HAVE_MALLOC/HAVE_REALLOC.
45763
45764         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
45765         dummy ones.  At least on GNU/Linux systems, `auto' means something
45766         else.
45767         From Michael Stone.
45768
45769 2002-11-21  Bruno Haible  <bruno@clisp.org>
45770
45771         Remove case insensitive option matching.
45772         * lib/argmatch.h (argcasematch): Remove declaration.
45773         (ARGCASEMATCH): Remove macro.
45774         (__xargmatch_internal): Remove case_sensitive argument.
45775         (XARGMATCH): Update.
45776         (XARGCASEMATCH): Remove macro.
45777         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
45778         case_sensitive argument.
45779         (argcasematch): Remove function.
45780         (__xargmatch_internal): Remove case_sensitive argument.
45781         (main): Use XARGMATCH instead of XARGCASEMATCH.
45782
45783         * lib/xmalloc.c: Change compile-time error message. Add comment about
45784         required autoconf version.
45785
45786 2002-11-20  Paul Eggert  <eggert@twinsun.com>
45787
45788         Merge argmatch cleanups from Bison.  Assume C89.
45789
45790         * lib/argmatch.c: Include config.h here, not in argmatch.h.
45791         Include stdlib.h, for EXIT_FAILURE.
45792         Always include <string.h>, since we assume C89.
45793         (EXIT_FAILURE): Remove pre-C89 bug workaround.
45794         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
45795         Include <stddef.h> instead, since it's all we need for size_t.
45796         (PARAMS): Remove.  All uses removed.
45797         (ARRAY_CARDINALITY): Do not bother to #undef.
45798         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
45799         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
45800         Remove unnecessary parentheses.
45801         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
45802         Insert necessary parentheses.
45803         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
45804         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
45805
45806 2002-11-19  Bruno Haible  <bruno@clisp.org>
45807
45808         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
45809         * lib/mbswidth.h: Include <stddef.h>, for size_t.
45810
45811         * lib/mbswidth.h (PARAMS): Remove macro.
45812         (mbswidth, mbsnwidth): Use ANSI C function declarations.
45813         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
45814
45815         * lib/gcd.h (PARAMS): Remove macro.
45816         (gcd): Use ANSI C function declarations.
45817         * lib/gcd.c (gcd): Likewise.
45818
45819 2002-11-15  Bruno Haible  <bruno@clisp.org>
45820
45821         * lib/strcspn.c: Include <stddef.h>.
45822         (strcspn): Use ANSI C function declaration. Change return type to
45823         size_t. Use NULL.
45824         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
45825         (strpbrk): Use NULL.
45826         * lib/strpbrk.h (PARAMS): Remove macro.
45827         (strpbrk): Use ANSI C function declaration.
45828         * lib/strstr.c: Don't include <sys/types.h>.
45829         * lib/strstr.h (PARAMS): Remove macro.
45830         (strstr): Use ANSI C function declarations.
45831
45832 2002-11-14  Karl Berry  <karl@gnu.org>
45833
45834         * config/mkinstalldirs: `do' on separate line, instead of
45835         `for var; do'.
45836
45837 2002-11-06  Bruno Haible  <bruno@clisp.org>
45838
45839         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
45840         * lib/gcd.c (gcd): Likewise.
45841
45842 2002-11-05  Bruno Haible  <bruno@clisp.org>
45843
45844         * lib/gcd.h: New file, from gettext-0.11.5.
45845         * lib/gcd.c: New file, from gettext-0.11.5.
45846
45847 2002-11-05  Bruno Haible  <bruno@clisp.org>
45848
45849         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45850         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45851         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45852         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45853
45854         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
45855         <libintl.h>.
45856         * lib/makepath.c: Include gettext.h instead of <locale.h> and
45857         <libintl.h>.
45858
45859         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
45860         * lib/human.c: Include gettext.h instead of <libintl.h>.
45861         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
45862         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
45863         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
45864         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
45865         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
45866         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
45867         (textdomain): Remove definition.
45868         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
45869
45870         * lib/long-options.c: Remove include of <libintl.h> and definition of
45871         _.
45872         * lib/same.c: Remove include of <libintl.h> and definition of _.
45873
45874 2002-11-04  Owen Taylor  <otaylor@redhat.com>
45875
45876         * lib/config.charset: A few additions for Solaris.
45877
45878 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
45879
45880         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
45881         * lib/localcharset.c (locale_charset): Declare as extern "C".
45882
45883 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
45884
45885         * lib/config.charset: msdos in uk_UA uses CP1125.
45886
45887 2002-11-04  Bruno Haible  <bruno@clisp.org>
45888
45889         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
45890         * lib/strcase.h: New file, from GNU gettext-0.11.5.
45891         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
45892         * lib/strstr.h: New file, from GNU gettext-0.11.5.
45893         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
45894
45895 2002-11-04  Bruno Haible  <bruno@clisp.org>
45896
45897         * lib/localcharset.c (locale_charset): Don't return an empty string.
45898
45899 2002-11-04  Bruno Haible  <bruno@clisp.org>
45900
45901         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
45902         aliases.
45903
45904 2002-11-04  Bruno Haible  <bruno@clisp.org>
45905
45906         * lib/config.charset: Update for newest glibc. Add canonical names
45907         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
45908
45909 2002-11-04  Bruno Haible  <bruno@clisp.org>
45910
45911         * lib/config.charset: Add support for NetBSD.
45912
45913 2002-11-04  Bruno Haible  <bruno@clisp.org>
45914
45915         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
45916
45917 2002-11-01  Bruno Haible  <bruno@clisp.org>
45918
45919         * configure.in: Add AC_CONFIG_AUX_DIR call.
45920         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
45921         test/Makefile.
45922         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
45923
45924 2002-09-28  Karl Berry  <karl@gnu.org>
45925
45926         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
45927         installed automake until the next release, since changes have been
45928         made.
45929
45930 2002-09-25  Karl Berry  <karl@gnu.org>
45931
45932         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
45933         * lib/getopt*: copy from libc/posix.
45934         * lib/gettext.h: copy from gettext.
45935         * lib/.cppi-disable: add strdup.c, gettext.h.
45936
45937 2002-09-25  Karl Berry  <karl@gnu.org>
45938
45939         * config/srclist.txt: enable gettext.h check.
45940         * config/config.{guess,sub}: update from prep.
45941         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
45942                 from automake 1.6.3.
45943         See srclist*.
45944
45945 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
45946
45947         * regex.c (PATFETCH): Remove the translating fetch.
45948         (PATFETCH_RAW): Rename to PATFETCH.
45949         (set_image_of_range): New fun.
45950         (SET_RANGE_TABLE_WORK_AREA): Use it.
45951         (regex_compile): Don't translate the pattern chars so eagerly.
45952         Only do it when inserting an `exactn' bytecode or when handling
45953         a char-range.
45954         (mutually_exclusive_p): Avoid empty statement.
45955
45956 2002-07-06  Jim Meyering  <meyering@lucent.com>
45957
45958         * m4/README: Don't mention Makefile.am.in.
45959         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
45960
45961 2002-07-01  Jim Meyering  <meyering@lucent.com>
45962
45963         * lib/c-stack.c: Include sys/time.h.
45964         From Volker Borchert.
45965
45966 2002-06-26  Paul Eggert  <eggert@twinsun.com>
45967
45968         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
45969
45970 2002-06-26  Paul Eggert  <eggert@twinsun.com>
45971
45972         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
45973         New macro.  Use it uniformly instead of
45974         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
45975         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
45976         reported by Vin Shelton.
45977
45978 2002-06-22  Paul Eggert  <eggert@twinsun.com>
45979
45980         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
45981         Do not assume SA_SIGINFO behavior.
45982         Bug reported by Jim Meyering on NetBSD 1.5.2.
45983
45984 2002-06-22  Jim Meyering  <meyering@lucent.com>
45985
45986         * m4/c-stack.m4: New file, from diffutils-2.8.2.
45987         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
45988
45989         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
45990         now that configure.ac uses AC_GNU_SOURCE.
45991         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
45992         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
45993
45994         Update to latest tools.  Suggestions from Paul Eggert.
45995         * m4/stdbool.m4: New file, from diffutils-2.8.2.
45996         * m4/gnu-source.m4: Update from diffutils-2.8.2.
45997         * m4/fnmatch.m4: Likewise.
45998         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
45999         to AC_HEADER_STDBOOL
46000
46001 2002-06-22  Jim Meyering  <meyering@lucent.com>
46002
46003         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
46004         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
46005
46006 2002-06-22  Jim Meyering  <meyering@lucent.com>
46007
46008         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
46009
46010         * lib/exitfail.c, exitfail.h: Likewise.
46011         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
46012
46013         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
46014         of fnmatch.h.
46015         (EXTRA_DIST): Add fnmatch_loop.c.
46016         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
46017
46018         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
46019         * lib/fnmatch.c: Update from diffutils-2.8.2.
46020         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
46021         * lib/fnmatch.h: Remove file.
46022
46023 2002-06-21  Jim Meyering  <meyering@lucent.com>
46024
46025         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
46026         * m4/mbrtowc.m4: Likewise.
46027
46028         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
46029         * m4/mbswidth.m4: Reflect name change:
46030         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
46031         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
46032
46033         * m4/lib-link.m4: Update from gettext-0.11.2.
46034         * m4/gettext.m4: Likewise.
46035
46036         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
46037         From Alfred M. Szmidt.
46038
46039 2002-06-18  Paul Eggert  <eggert@twinsun.com>
46040
46041         * lib/file-type.h: Report an error if neither S_ISREG nor
46042         S_IFREG is defined, instead of using a test specific to glibc
46043         2.2.  This should be safe, since POSIX requires S_ISREG and
46044         Unix Version 7 had S_IFREG.  We don't need to check for
46045         <sys/types.h> since we don't use any symbols that it defines.
46046
46047 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
46048
46049         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
46050         $@-t, so that each temporary file name is unique and valid in the first
46051         8 characters, for operation under DOS.
46052
46053 2002-06-15  Paul Eggert  <eggert@twinsun.com>
46054
46055         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
46056
46057 2002-06-15  Jim Meyering  <meyering@lucent.com>
46058
46059         Work even with DJGPP 2.03, which lacks support for symlinks.
46060         From Richard Dawe.
46061         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
46062         is defined.
46063         * lib/lchown.c (S_ISLNK): Likewise.
46064
46065 2002-06-15  Jim Meyering  <meyering@lucent.com>
46066
46067         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
46068         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
46069         have been included before this file.
46070
46071 2002-06-14  Jim Meyering  <meyering@lucent.com>
46072
46073         * lib/file-type.h: Use the version from diffutils-2.8.2.
46074         * lib/file-type.c: Likewise.
46075
46076 2002-06-07  Jim Meyering  <meyering@lucent.com>
46077
46078         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
46079         They're needed at least for NetBSD 1.5.2.
46080         ($statxfs_includes): Include those same headers.
46081         ($statxfs_includes): Include sys/vfs.h if available.
46082         ($statxfs_includes): Likewise for sys/statvfs.h.
46083         Check for the following members in both structs statfs and statvfs:
46084         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
46085
46086 2002-06-01  Jim Meyering  <meyering@lucent.com>
46087
46088         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
46089         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
46090
46091 2002-05-28  Jim Meyering  <meyering@lucent.com>
46092
46093         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
46094         Reported by Volker Borchert.
46095
46096 2002-05-27  Jim Meyering  <meyering@lucent.com>
46097
46098         Fix a problem seen only on nonconforming systems whereby ls.c's
46099         use of localtime, and then of gettimeofday would cause trouble:
46100         the localtime call used to initialize rpl_gettimeofday's save
46101         mechanism would clobber ls's current local time information so
46102         that in any long listing the first file would always be listed
46103         with date 1970-01-01.  Analysis by Volker Borchert.
46104
46105         * lib/gettimeofday.c (localtime): Undefine.
46106         (rpl_localtime): New function.
46107
46108 2002-05-27  Jim Meyering  <meyering@lucent.com>
46109
46110         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
46111         localtime.
46112
46113         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
46114         use the replacement function; it wouldn't resolve at link time.
46115         Reported by Volker Borchert.
46116
46117 2002-05-22  Jim Meyering  <meyering@lucent.com>
46118
46119         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
46120         file-type.h.
46121         * lib/file-type.h: New file.
46122         * lib/file-type.c (file_type): New file/function.  Extracted from
46123         diffutils.
46124
46125 2002-04-30  Jim Meyering  <meyering@lucent.com>
46126
46127         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
46128
46129 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46130
46131         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
46132
46133 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46134
46135         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
46136         Do not check for alloca.h (no longer used) or stdbool.h (was never
46137         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
46138
46139 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46140
46141         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
46142
46143 2002-04-29  Jim Meyering  <meyering@lucent.com>
46144
46145         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
46146         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
46147         Use AC_FUNC_STRNLEN here instead.
46148
46149         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
46150         With autoconf-2.53a, it's part of AC_PROG_CC.
46151
46152 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46153
46154         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
46155         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
46156
46157 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46158
46159         * lib/sig2str.h, lib/sig2str.c: New files.
46160         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
46161
46162 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46163
46164         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
46165         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
46166         of 127, since 64 is the largest conceivable number for ancient
46167         nonstandard hosts.
46168         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
46169
46170 2002-04-28  Jim Meyering  <meyering@lucent.com>
46171
46172         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
46173
46174 2002-04-24  Jim Meyering  <meyering@lucent.com>
46175
46176         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
46177         (jm_PREREQ): Use it.
46178
46179         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
46180         mach/mach.h fcntl.h.
46181         Check for this function: setlocale.
46182
46183 2002-04-24  Jim Meyering  <meyering@lucent.com>
46184
46185         * lib/gettext.h: New file, from Gettext.
46186         * lib/Makefile.am (INCLUDES): Remove -I../intl.
46187         (libfetish_a_SOURCES): Add gettext.h.
46188
46189 2002-04-16  Jim Meyering  <meyering@lucent.com>
46190
46191         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
46192         ut_pid, ut_id, ut_exit.
46193
46194 2002-04-16  Jim Meyering  <meyering@lucent.com>
46195
46196         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
46197         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
46198         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
46199
46200 2002-04-12  Jim Meyering  <meyering@lucent.com>
46201
46202         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
46203         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
46204         existence of the getmntinfo function.  Needed for Darwin 5.3.
46205
46206         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
46207         This is necessary at least on Darwin 5.3.
46208
46209         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
46210         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
46211         strnlen.o in the library, and that makes some versions of ranlib
46212         object.
46213
46214 2002-04-12  Jim Meyering  <meyering@lucent.com>
46215
46216         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
46217
46218 2002-04-09  Jim Meyering  <meyering@lucent.com>
46219
46220         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
46221         to be more precise.  Rather than saying we're checking whether the
46222         function `works', say what we're testing.
46223         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
46224         Reported by Bruno Haible.
46225
46226 2002-03-10  Jim Meyering  <meyering@lucent.com>
46227
46228         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
46229         Suggestion from Santiago Vila.
46230
46231 2002-03-08  Jim Meyering  <meyering@lucent.com>
46232
46233         * lib/rename.c: Mention that this wrapper is needed also on
46234         mips-dec-ultrix4.4 systems.
46235
46236 2002-03-02  Jim Meyering  <meyering@lucent.com>
46237
46238         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
46239         not HAVE_CLOCK_SETTIME.
46240
46241 2002-02-27  Paul Eggert  <eggert@twinsun.com>
46242
46243         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
46244         Check for clock_settime.
46245
46246 2002-02-27  Paul Eggert  <eggert@twinsun.com>
46247
46248         * lib/nanosleep.h: Rename to....
46249         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
46250
46251         * lib/gettime.c: New file.
46252         * lib/settime.c: New file.
46253         * lib/stime.c: Remove.
46254
46255         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
46256         timespec.h.  Remove nanosleep.h.
46257
46258 2002-02-25  Paul Eggert  <eggert@twinsun.com>
46259
46260         * m4/acl.m4: New file.
46261         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
46262         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
46263
46264 2002-02-25  Paul Eggert  <eggert@twinsun.com>
46265
46266         * lib/acl.c, lib/acl.h: New files.
46267         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
46268
46269 2002-02-24  Jim Meyering  <meyering@lucent.com>
46270
46271         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
46272         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
46273         cause trouble.  Reported by Nelson Beebe.
46274
46275 2002-02-23  Paul Eggert  <eggert@twinsun.com>
46276
46277         * lib/path-concat.c (xpath_concat): Reorder code to pacify
46278         compilers that don't know that xalloc_die never returns.
46279
46280 2002-02-20  Jim Meyering  <meyering@lucent.com>
46281
46282         * lib/getdate.c: Regenerate using bison-1.33.
46283
46284 2002-02-17  Jim Meyering  <meyering@lucent.com>
46285
46286         * config/config.guess (main): Don't use `head -1'; it's no longer
46287         portable. Use `sed 1q' instead.
46288
46289 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
46290
46291         * m4/codeset.m4: Upgrade to gettext-0.11.
46292         * m4/gettext.m4: Upgrade to gettext-0.11.
46293         * m4/glibc21.m4: Upgrade to gettext-0.11.
46294         * m4/iconv.m4: Upgrade to gettext-0.11.
46295         * m4/isc-posix.m4: Upgrade to gettext-0.11.
46296         * m4/lcmessage.m4: Upgrade to gettext-0.11.
46297         * m4/lib-ld.m4: New file, from gettext-0.11.
46298         * m4/lib-link.m4: New file, from gettext-0.11.
46299         * m4/lib-prefix.m4: New file, from gettext-0.11.
46300         * m4/progtest.m4: Upgrade to gettext-0.11.
46301
46302 2002-02-15  Paul Eggert  <eggert@twinsun.com>
46303
46304         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
46305         (jm_PREREQ): Use it.
46306
46307 2002-02-15  Paul Eggert  <eggert@twinsun.com>
46308
46309         * lib/posixver.c, lib/posixver.h: New files.
46310         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
46311
46312 2002-02-02  Paul Eggert  <eggert@twinsun.com>
46313             Bruno Haible  <bruno@clisp.org>
46314
46315         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
46316         (fwrite_success_callback): New declaration.
46317         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
46318         print_unicode_char. Call failure callback instead of error.
46319         (fwrite_success_callback): New function.
46320         (exit_failure_callback): New function.
46321         (fallback_failure_callback): New function.
46322         (print_unicode_char): Call unicode_to_mb.
46323
46324 2002-01-26  Jim Meyering  <meyering@lucent.com>
46325
46326         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
46327         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
46328
46329 2002-01-26  Jim Meyering  <meyering@lucent.com>
46330
46331         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
46332
46333 2002-01-22  Paul Eggert  <eggert@twinsun.com>
46334
46335         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
46336
46337 2002-01-22  Jim Meyering  <meyering@lucent.com>
46338
46339         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
46340         Otherwise, some versions of automake would omit the rule that makes
46341         Makefile from Makefile.in.
46342
46343 2002-01-21  Paul Eggert  <eggert@twinsun.com>
46344
46345         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
46346         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
46347         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
46348         (memcoll): Set errno to zero if there is no error.
46349
46350         * lib/quotearg.c (quotearg_buffer_restyled):
46351         Fix bug with quoting buffers containing NUL when backslashing escapes.
46352         This bug was exposed by the other changes in this patch.
46353         (quotearg_n_options): New arg ARGSIZE.
46354         All callers changed.
46355         (quoting_options_from_style): New function.
46356         (quotearg_n_style): Use it.
46357         (quotearg_n_style_mem): New function.
46358
46359         * lib/quotearg.h (quotearg_n_style_mem): New function.
46360
46361 2002-01-19  Jim Meyering  <meyering@lucent.com>
46362
46363         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
46364         Remove useless quotes: DF_PROG="df".
46365         * m4/strnlen.m4: New file.
46366
46367 2002-01-16  Paul Eggert  <eggert@twinsun.com>
46368
46369         * lib/backupfile.c (ISDIGIT): Comment fix.
46370         * lib/getdate.y (ISDIGIT): Likewise.
46371         * lib/posixtm.c (ISDIGIT, year): Likewise.
46372         * lib/strverscmp.c (ISDIGIT): Likewise.
46373         * lib/userspec.c (ISDIGIT): Likewise.
46374
46375 2002-01-16  Jim Meyering  <meyering@lucent.com>
46376
46377         * lib/getdate.y: Add three semicolons, each just before a closing
46378         brace. Bison (as of version 1.31) no longer papers over that mistake.
46379
46380 2002-01-05  Jim Meyering  <meyering@lucent.com>
46381
46382         * lib/version-etc.c (version_etc_copyright): Update copyright year.
46383
46384 2001-12-19  Paul Eggert  <eggert@twinsun.com>
46385
46386         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
46387         not silently exit merely because the output buffer happens to
46388         have nothing pending.
46389
46390 2001-12-18  Paul Eggert  <eggert@twinsun.com>
46391
46392         See the big note in ../ChangeLog.
46393         * lib/human.c (suffixes): Prefer K to k for 1024.
46394         (generate_suffix_backwards): New function.
46395         (human_readable_inexact): Use it.
46396         * lib/xstrtol.c (__xstrtol): If there is no number but there
46397         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
46398         Accept 'K' as well as 'k'.
46399
46400 2001-12-15  Jim Meyering  <meyering@lucent.com>
46401
46402         * lib/regex.h (__restrict_arr): Update from libc.
46403
46404         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
46405         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
46406         (STREQ): Define.
46407
46408 2001-12-14  Jim Meyering  <meyering@lucent.com>
46409
46410         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
46411         Suggestion from Bruno Haible.
46412
46413 2001-12-10  Jim Meyering  <meyering@lucent.com>
46414
46415         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
46416         xrealloc, Instead, include "xalloc.h".
46417         (initbuffer): Don't cast xmalloc return value to char*.
46418         (readline): Reword comment.
46419         Don't cast xrealloc return value to char*
46420         Return NULL, not 0.
46421
46422 2001-12-09  Jim Meyering  <meyering@lucent.com>
46423
46424         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
46425         about `signed and unsigned type in conditional expression'.
46426         * lib/posixtm.c (posix_time_parse): Likewise.
46427
46428         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
46429
46430         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
46431         to avoid a pedantic warning.
46432
46433         * lib/getstr.c: Don't include assert.h.
46434         (getstr): Remove warning-evoking assertions.
46435         Return -1 if offset parameter is out of bounds.
46436         Change the type of a local from int to size_t.
46437
46438         * lib/strftime.c (my_strftime_localtime_r): Include this function
46439         definition in the `#if ! HAVE_TM_GMTOFF' block.
46440
46441         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
46442         Include xalloc.h instead.
46443
46444 2001-12-02  Jim Meyering  <meyering@lucent.com>
46445
46446         * lib/tempname.c: Don't declare getenv, thus reverting the change of
46447         2001-11-18.  It's no longer necessary, now that stdlib.h is always
46448         included.
46449
46450         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
46451         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
46452
46453 2001-11-30  Akim Demaille  <akim@epita.fr>
46454
46455         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
46456         before being defined.
46457
46458 2001-11-27  Paul Eggert  <eggert@twinsun.com>
46459
46460         * lib/quotearg.h (quotearg_n, quotearg_n_style):
46461         First arg is int, not unsigned.
46462         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
46463         (SIZE_MAX, UINT_MAX): New macros.
46464         (quotearg_n_options): Abort if N is negative.
46465         Avoid overflow check on hosts where size_t is 64 bits and int
46466         is 32 bits, as overflow is impossible there.
46467         Fix off-by-one typo that caused unnecessary reallocation.
46468
46469 2001-11-27  Jim Meyering  <meyering@lucent.com>
46470
46471         * lib/tempname.c: Merge with version from libc.
46472         * lib/regex.c: Likewise.
46473
46474         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
46475         systems for which STDC_HEADERS is 0, it was not included, resulting in
46476         a warning about an integer-to-pointer conversion problem with getenv.
46477         Reported by Volker Borchert.
46478
46479 2001-11-26  Jim Meyering  <meyering@lucent.com>
46480
46481         * lib/gtod.h: Remove file.
46482         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
46483         * lib/gettimeofday.c: Don't include gtod.h.
46484         (GTOD_init): Remove function.
46485         (rpl_gettimeofday): Do its job here instead, rather than aborting.
46486         Suggestion from Volker Borchert.
46487
46488 2001-11-23  Jim Meyering  <meyering@lucent.com>
46489
46490         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
46491         it.
46492         * lib/hash.c (struct hash_table): Define it here instead.
46493
46494 2001-11-22  Jim Meyering  <meyering@lucent.com>
46495
46496         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
46497
46498 2001-11-20  Jim Meyering  <meyering@lucent.com>
46499
46500         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
46501         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
46502
46503 2001-11-19  Jim Meyering  <meyering@lucent.com>
46504
46505         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
46506         directory.  Use "conftestXXXXXX" as the template.
46507         Suggestion from Paul Eggert.
46508
46509         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
46510         immediately, so the test doesn't mistakenly hit the max-open-files
46511         limit.
46512
46513 2001-11-18  Paul Eggert  <eggert@twinsun.com>
46514
46515         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
46516         (TEMPORARIES): New macro.
46517         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
46518         removes an artificial limitation (e.g. HP-UX 10.20, where
46519         TMP_MAX is 17576).
46520
46521 2001-11-18  Jim Meyering  <meyering@lucent.com>
46522
46523         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
46524
46525 2001-11-18  Jim Meyering  <meyering@lucent.com>
46526
46527         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
46528         on SunOS 4.
46529
46530         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
46531         files will be created before anything else.
46532
46533 2001-11-17  Paul Eggert  <eggert@twinsun.com>
46534
46535         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
46536         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
46537
46538 2001-11-17  Jim Meyering  <meyering@lucent.com>
46539
46540         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
46541         Prompted by a report from Bob Proulx.
46542
46543         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
46544         Instead, require UTILS_FUNC_MKSTEMP.
46545
46546 2001-11-17  Jim Meyering  <meyering@lucent.com>
46547
46548         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
46549         Now, that's done as part of AC_FUNC_STRTOD.
46550
46551 2001-11-17  Jim Meyering  <meyering@lucent.com>
46552
46553         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
46554         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
46555         rather than group writable.  Patch by Juan F. Codagnone.
46556
46557         * lib/readtokens.c: Remove explicit declarations of xmalloc and
46558         xrealloc, Instead, include "xalloc.h".
46559
46560         * lib/mountlist.c: Include unlocked-io.h after all system headers.
46561         Remove explicit declarations of xmalloc, xrealloc,
46562         and xstrdup.  Instead, include "xalloc.h".
46563
46564         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
46565         unlocked-io.h.
46566         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
46567         Likewise.
46568         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
46569
46570         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
46571         Reported by Padraig Brady.
46572
46573         * lib/mkstemp.c: #undef mkstemp.
46574         Include config.h.
46575         (rpl_mkstemp): Rename from mkstemp.
46576         Protoize.
46577
46578 2001-11-16  Jim Meyering  <meyering@lucent.com>
46579
46580         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
46581         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
46582         determine the amount of total physical memory, use pstat_getstatic.
46583         HPUX-11 doesn't define _SC_PHYS_PAGES.
46584         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
46585         If sysconf couldn't be used to determine the amount of available
46586         physical memory, use both pstat_getstatic and pstat_getdynamic.
46587         Based on a patch from Bob Proulx.
46588
46589 2001-11-10  Jim Meyering  <meyering@lucent.com>
46590
46591         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
46592         (jm_PREREQ): Use it.
46593
46594 2001-11-09  Jim Meyering  <meyering@lucent.com>
46595
46596         * m4/jm-macros.m4: Require autoconf-2.52f.
46597         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
46598         Use these AC_-prefixed names, not the AM_-prefixed ones.
46599
46600         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
46601
46602 2001-11-05  Jim Meyering  <meyering@lucent.com>
46603
46604         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
46605
46606 2001-11-04  Jim Meyering  <meyering@lucent.com>
46607
46608         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
46609         $DEFS.
46610
46611 2001-11-03  Jim Meyering  <meyering@lucent.com>
46612
46613         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
46614         of AC_DEFUN.
46615
46616         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
46617         know the name of the variable in the macro definition.
46618
46619 2001-11-03  Jim Meyering  <meyering@lucent.com>
46620
46621         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
46622         in argmatch_to_argument call.
46623
46624         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
46625         argument.
46626
46627         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
46628         e.g., a fault due to an attempt to free a NULL pointer.
46629
46630 2001-11-01  Jim Meyering  <meyering@lucent.com>
46631
46632         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
46633         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
46634
46635 2001-11-01  Jim Meyering  <meyering@lucent.com>
46636
46637         * lib/dirfd.c, lib/dirfd.h: New files.
46638         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
46639
46640         * lib/hash.c (hash_print) [TESTING]: Clean up.
46641
46642 2001-10-22  Paul Eggert  <eggert@twinsun.com>
46643
46644         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
46645         to avoid a warning if -Wall.
46646
46647 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
46648
46649         * README: New file
46650         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
46651         (per RMS's instructions, this is now the canonical source)
46652         * lgpl/, gpl/: New directories.
46653
46654 2001-10-21  Paul Eggert  <eggert@twinsun.com>
46655
46656         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
46657
46658 2001-10-21  Jim Meyering  <meyering@lucent.com>
46659
46660         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
46661         this code would end up calling gettext even in packages built
46662         with --disable-nls.
46663         * lib/getopt.c (_): Likewise.
46664         * lib/regex.c (_): Likewise.
46665
46666 2001-10-20  Paul Eggert  <eggert@twinsun.com>
46667
46668         * m4/error.m4 (jm_PREREQ_ERROR):
46669         Do not invoke AC_CHECK_FUNCS with strerror_r, as
46670         AC_FUNC_STRERROR_R does that.
46671         Check for strerror declaration.
46672
46673         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
46674         are supposed to have them these days.
46675         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
46676         Merge changes from latest Autoconf CVS.
46677         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
46678         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
46679         POSIX decided to standardize on the int flavor of strerror_r.
46680
46681 2001-10-20  Paul Eggert  <eggert@twinsun.com>
46682
46683         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
46684         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
46685         Use strerror_r that is only a macro, even if it is not a function.
46686         (strerror): Check for HAVE_DECL_STRERROR before declaring.
46687         (private_strerror): Use prototypes, not old-style function definition.
46688         (print_errno_message): New function.
46689         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
46690         char*-flavored one.
46691         (error_tail, error, error_at_line): Use it.
46692
46693 2001-10-11  Jim Meyering  <meyering@lucent.com>
46694
46695         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
46696         and quote_n (1, ... to avoid clobbering a buffer.
46697
46698 2001-10-05  Jim Meyering  <meyering@lucent.com>
46699
46700         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
46701         hash-pjw.h.
46702         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
46703         * lib/hash-pjw.h: New file.
46704
46705 2001-09-30  Jim Meyering  <meyering@lucent.com>
46706
46707         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
46708         `struct fsstat' has the `f_fstypename' member.
46709         Use that to define FS_TYPE, which is now used to make
46710         the getfsstat link test tighter.
46711
46712 2001-09-30  Jim Meyering  <meyering@lucent.com>
46713
46714         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
46715         Include <sys/ucred.h>, for Apple Darwin.
46716         Include sys/mount.h and sys/fs_types.h only if available.
46717         (FS_TYPE): Define.
46718         (read_filesystem_list): Use FS_TYPE.
46719
46720 2001-09-29  Paul Eggert  <eggert@twinsun.com>
46721
46722         * lib/exclude.c (excluded_filename): 0 -> false, since it's
46723         a boolean context.
46724
46725 2001-09-29  Jim Meyering  <meyering@lucent.com>
46726
46727         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
46728         [one-argument getmntent function]): Include stdio.h before mntent.h.
46729         SunOS 4.1.x needs it for the declaration of `FILE'.
46730         Patch by Volker Borchert.
46731
46732         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
46733         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
46734         sys/fs_types.h, and make the link-test for getfsstat guard #include
46735         directives with appropriate #if HAVE_*_H tests so that we can
46736         detect getfsstat on Apple Darwin1.3.7 systems.
46737         Reported by Nelson Beebe.
46738         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
46739
46740 2001-09-28  Paul Eggert  <eggert@twinsun.com>
46741
46742         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
46743         #defines strtoimax.  Also treat the other strto* functions
46744         like strtoimax.
46745
46746         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
46747         Check for strtoul and strtoumax,
46748         as those declarations are made even in the signed case.
46749         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
46750         Likewise, for strtol and strtoimax.
46751
46752 2001-09-28  Paul Eggert  <eggert@twinsun.com>
46753
46754         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
46755         #defines strtoimax.  Also treat the other strto* functions
46756         like strtoimax.
46757
46758         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
46759         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
46760         (strtoimax, strtoumax): Do not declare if already defined as a macro.
46761
46762 2001-09-26  Jim Meyering  <meyering@lucent.com>
46763
46764         Most macros in unlocked-io.h had the wrong number of arguments.
46765         * lib/gen-uio: New script.
46766         (USE_UNLOCKED_IO): Define to 1 if not already defined.
46767         * lib/unlocked-io.hin: Remove file.
46768         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
46769         rather than trying to embed it here.
46770         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
46771         Reported by Padraig Brady.
46772
46773 2001-09-25  Volker Borchert  <bt@teknon.de>
46774
46775         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
46776         `result'.
46777
46778 2001-09-24  Jim Meyering  <meyering@lucent.com>
46779
46780         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
46781
46782 2001-09-23  Jim Meyering  <meyering@lucent.com>
46783
46784         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
46785         instead of the mere test for existence of mntent.h.  The latter
46786         would get a false-positive on AIX 3.4 systems.
46787         In the outer getmntent if-block, don't die if neither of the getmntent
46788         tests succeeds.  Instead, just fall through and continue with the
46789         remaining tests.
46790
46791 2001-09-23  Jim Meyering  <meyering@lucent.com>
46792
46793         * lib/mountlist.c: Remove useless parentheses in #if directives.
46794         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
46795         the deprecated MOUNTED symbol is no longer defined in mntent.h.
46796
46797 2001-09-22  Jim Meyering  <meyering@lucent.com>
46798
46799         * m4/gettext.m4: New file.  From gettext.
46800         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
46801         * m4/progtest.m4: Likewise
46802         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
46803         * m4/glibc21.m4: Likewise.
46804
46805         * m4/libintl.m4: Remove.  No longer used.
46806
46807 2001-09-22  Jim Meyering  <meyering@lucent.com>
46808
46809         * lib/localcharset.c: Update from latest gettext.
46810         * lib/config.charset: Likewise.
46811
46812 2001-09-20  Jim Meyering  <meyering@lucent.com>
46813
46814         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
46815         strtoimax.
46816         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
46817         strtoumax.
46818
46819 2001-09-20  Jim Meyering  <meyering@lucent.com>
46820
46821         * lib/xstrtol.c (strtoimax): Guard declaration with
46822         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
46823         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
46824         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
46825         (strtoumax): Likewise, for completeness (it wasn't necessary).
46826
46827 2001-09-17  Paul Eggert  <eggert@twinsun.com>
46828
46829         * lib/strtoimax.c (HAVE_LONG_LONG):
46830         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
46831         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
46832         to work around bug in IBM C compiler.
46833
46834 2001-09-17  Jim Meyering  <meyering@lucent.com>
46835
46836         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
46837         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
46838         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
46839         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
46840         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
46841         whenever the right hand side need not be expanded by the shell.
46842
46843 2001-09-16  Paul Eggert  <eggert@twinsun.com>
46844
46845         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
46846         library.  It's not correct, as some older glibcs are buggy.
46847         fnmatch wasn't fixed until glibc 2.2.
46848
46849         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
46850         special shell magic here.
46851
46852 2001-09-16  Jim Meyering  <meyering@lucent.com>
46853
46854         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
46855         * m4/jm-macros.m4: Require it.
46856
46857 2001-09-16  Jim Meyering  <meyering@lucent.com>
46858
46859         * lib/mkdir.c: New file.
46860
46861 2001-09-15  Jim Meyering  <meyering@lucent.com>
46862
46863         * m4/jm-macros.m4: Check for help2man.
46864
46865 2001-09-11  Jim Meyering  <meyering@lucent.com>
46866
46867         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
46868         The body, by Paul Eggert, was moved here from configure.in.
46869         * m4/jm-macros.m4: Require UTILS_HOST_OS.
46870
46871 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46872
46873         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
46874         (jm_PREREQ): Use it.
46875
46876 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46877
46878         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
46879         Use ssize_t, not int, to store result of readlink.
46880         Check for ssize_t overflow as well as size_t overflow,
46881         as POSIX says the result of readlink is implementation-defined
46882         when ssize_t overflows.
46883         Remove unnecessary cast to char*.
46884         Use free+malloc instead of realloc, as the storage doesn't need
46885         to be preserved and it's clearer and can be more efficient that way.
46886         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
46887         * lib/xreadlink.h (xreadlink): Update prototype.
46888
46889 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46890
46891         * lib/xgetcwd.c: Revert some of the previous change; intead,
46892         fix the HAVE_GETCWD_NULL code to behave more like the
46893         !HAVE_GETCWD_NULL code used to.
46894
46895         Include "xalloc.h".
46896         (xgetcwd): Do not return NULL when memory is exhausted; instead,
46897         invoke xalloc_die.
46898
46899 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46900
46901         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
46902         sys/param.h, as pathmax.h includes them.
46903
46904 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46905
46906         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
46907         (jm_PREREQ_XGETCWD): New macro.
46908
46909         * m4/getcwd.m4: New file.
46910
46911 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46912
46913         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
46914         like the HAVE_GETCWD_NULL code.
46915         Include pathmax.h if not HAVE_GETCWD.
46916         Do not include xalloc.h.
46917         (INITIAL_BUFFER_SIZE): New symbol.
46918         Do not use xmalloc / xrealloc, since the caller is responsible for
46919         handling errors.  Preserve errno around `free' during failure.
46920         Do not overrun buffer when using getwd.
46921
46922 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46923
46924         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
46925         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
46926         getcwd (NULL, 0).
46927
46928 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46929
46930         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
46931         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
46932         spotted by Jim Meyering.
46933
46934 2001-09-03  Jim Meyering  <meyering@lucent.com>
46935
46936         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
46937         failure.
46938
46939 2001-09-02  Jim Meyering  <meyering@lucent.com>
46940
46941         * lib/error.c: Update from GNU libc.
46942
46943 2001-09-01  Jim Meyering  <meyering@lucent.com>
46944
46945         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
46946         Used by df.
46947
46948 2001-09-01  Jim Meyering  <meyering@lucent.com>
46949
46950         * lib/xreadlink.c: New file.
46951         * lib/xreadlink.h: New file.
46952         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
46953         xreadlink.h.
46954
46955         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
46956         doesn't conflict with sparc Solaris 7's definition in
46957         /usr/include/sys/int_types.h.
46958
46959         * lib/exclude.c: Use `""', not `<>' to #include non-system header
46960         files.
46961         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
46962         and strncasecmp as r-values.  Unixware didn't have declarations.
46963
46964 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46965
46966         * lib/xstrtol.h: Add copyright notice.
46967         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
46968         LONGINT_INVALID_SUFFIX_CHAR.
46969
46970 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46971
46972         * lib/xstrtol.c (strtoimax): New decl.
46973
46974 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46975
46976         * lib/xgetcwd.c: Don't include pathmax.h.
46977         Include stdlib.h and unistd.h if available.
46978         Include xalloc.h.
46979         (xmalloc, xstrdup, free): Remove decls.
46980         (xgetcwd): Don't assume sizes fit in unsigned.
46981         Check for overflow when computing sizes.
46982         Simplify reallocation code.
46983
46984 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46985
46986         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
46987         a directory's st_size can have an arbitrary value, so the old
46988         usage could waste an arbitrary amount of memory.  All uses
46989         changed.
46990         * lib/savedir.h: Update prototype.
46991
46992 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46993
46994         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
46995
46996         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
46997         old strtoimax.c.
46998
46999         Also, make the following further changes to make this file's
47000         configuration more similar to that of strtol.c:
47001         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
47002         (strtoumax, uintmax_t, strtoull, strtol): Remove.
47003         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
47004         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
47005         changed to signed values.
47006
47007         And make the following changes as well:
47008         Fix copyright notice, as 1999 was missing.
47009         (verify): New macro.
47010         (strtoimax): Check sizes at compile-time, not run-time.
47011         Prefer strtol to strtoll if both work.
47012         (main): Remove; it was not that useful and was a pain to maintain.
47013
47014         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
47015
47016 2001-08-31  Jim Meyering  <meyering@lucent.com>
47017
47018         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
47019         Use an initial, malloc'd, buffer of length 128 rather than
47020         a statically allocated one of length 1024.
47021
47022 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47023
47024         Simplify code, partly by assuming autoconf 2.52 semantics.
47025
47026         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
47027
47028         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
47029         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
47030         All uses removed.
47031         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
47032         Move AC_REQUIRE to next-to-top level, to avoid confusion.
47033         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
47034         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
47035         jm_AC_HEADER_INTTYPES_H.
47036         * m4/jm-macros.m4 (jm_MACROS): Likewise.
47037
47038         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
47039
47040         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
47041         Quote first arg of AC_DEFUN.
47042         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
47043         since they are needed to parse the include file even if we need
47044         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
47045         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
47046         but with opposite signedness.
47047
47048 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47049
47050         Merge 'exclude' changes from tar 1.13.22.
47051         This fixes one or two unlikely storage allocation overflow bugs,
47052         but doesn't change user-visible behavior otherwise.
47053
47054 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47055
47056         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
47057         (jm_PREREQ_EXCLUDE): New macro.
47058
47059 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47060
47061         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
47062         tm to be declared.
47063
47064 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47065
47066         * lib/hash.c: Remove '2001' from copyright notice.
47067
47068 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47069
47070         * lib/full-write.h: New file.
47071         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
47072         * lib/full-write.c: Correct credits, as cccp.c no longer
47073         exists and anyway it was so heavily changed from the old cccp
47074         code as to be unrecognizable.  Include full-write.h.
47075         (full_write) Return size_t, with short writes meaning failure.
47076         All callers changed.  This fixes a bug with large buffers
47077         on 64-bit hosts.
47078         * lib/utime.c: Include full-write.h.
47079
47080 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47081
47082         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
47083         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
47084         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
47085         Include if available.
47086         (<xalloc.h>): Include
47087         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
47088         (verify): New macro.  Use it to verify that EXCLUDE macros do not
47089         collide with FNM macros.
47090         (struct patopts): New struct.
47091         (struct exclude): Use it, as exclude patterns now come with options.
47092         (new_exclude): Support above changes.
47093         (new_exclude, add_exclude_file):
47094         Initial size must now be a power of two to simplify overflow checking.
47095         (free_exclude, fnmatch_no_wildcards): New function.
47096         (excluded_filename): No longer requires options arg, as the options
47097         are determined by add_exclude.  Now returns bool, not int.
47098         (excluded_filename, add_exclude):
47099         Add support for the fancy new exclusion options.
47100         (add_exclude, add_exclude_file): Now takes int options arg.
47101         Check for arithmetic overflow when computing sizes.
47102         (add_exclude_file): xrealloc might modify errno, so don't
47103         realloc until after errno might be used.
47104
47105         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
47106         New macros.
47107         (free_exclude): New decl.
47108         (add_exclude, add_exclude_file): Now takes int options arg.
47109         (excluded_filename): No longer requires options arg, as the options
47110         are determined by add_exclude.  Now returns bool, not int.
47111
47112 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47113
47114         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
47115
47116 2001-08-27  Jim Meyering  <meyering@lucent.com>
47117
47118         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
47119
47120         * lib/version-etc.c (N_): Remove definition.
47121         Revert most of last change.
47122         Instead, simply don't mark the `Copyright...' string for translation.
47123         Based on advice from Paul Eggert.
47124
47125         * lib/strtoxmax.c: Tweak comment.
47126
47127 2001-08-26  Jim Meyering  <meyering@lucent.com>
47128
47129         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
47130
47131         * m4/xstrtoimax.m4: New file.
47132         * m4/xstrtoumax.m4: Add comments explaining why we
47133         AC_REPLACE_FUNCS(strtol).
47134
47135 2001-08-26  Jim Meyering  <meyering@lucent.com>
47136
47137         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
47138         of copyright with `%s' so translators don't get an untranslated
47139         message in 2002.
47140         (COPYRIGHT_YEAR): Define.
47141         (version_etc): Use fprintf rather than fputs.
47142         Suggestion from Ulrich Drepper.
47143
47144         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
47145
47146         * lib/strtoll.c: New file, from GNU libc.
47147         * lib/xstrtoimax.c: New file.
47148
47149         * lib/xstrtol.h: Add xstrtoimax.
47150         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
47151         * lib/strtoimax.c: New file.  Likewise, but first define
47152         STRTOUXMAX_SIGNED.
47153
47154         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
47155         ...
47156         * lib/strtoxmax.c: ... then renamed to this.
47157
47158 2001-08-18  Paul Eggert  <eggert@twinsun.com>
47159
47160         * m4/inttypes.m4: Add AC_PREREQ(2.13).
47161         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
47162         (jm_AC_TYPE_INTMAX_T): New macro.
47163         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
47164
47165         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
47166
47167         * m4/longlong.m4: Renamed from ulonglong.m4.
47168         * m4/inttypes.m4: Renamed from inttypes_h.m4.
47169         * m4/uintmax_t.m4: Removed.
47170
47171 2001-08-13  Paul Eggert  <eggert@twinsun.com>
47172
47173         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
47174         Port to Solaris 8, where 'sed' requires a space after the 'r'
47175         command, and where sh dislikes "$/".  Clean up the spacing a bit.
47176         Redirect output to $tmp just once.
47177
47178 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
47179
47180         * lib/addext.c (<errno.h>): Include.
47181         (errno): Declare if not defined.
47182         (addext): Work correctly when pathconf returns -1 and leaves
47183         errno alone because there is no limit.  Also, work even if
47184         pathconf returns a value greater than SIZE_MAX.
47185
47186 2001-08-12  Jim Meyering  <meyering@lucent.com>
47187
47188         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
47189         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
47190         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
47191         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
47192         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
47193         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
47194         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
47195         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
47196         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
47197         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
47198         utime.m4, utimes.m4, xstrtoumax.m4:
47199         Quote the first argument in each use of AC_DEFUN.
47200
47201 2001-08-12  Jim Meyering  <meyering@lucent.com>
47202
47203         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
47204         Simply `return getcwd (NULL, 0);'.
47205         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
47206         Use 1300 as initial value for length, not PATH_MAX.
47207
47208         * lib/pathmax.h: Clean up cpp syntax.
47209
47210 2001-08-12  Jim Meyering  <meyering@lucent.com>
47211
47212         * lib/gettimeofday.c: New file.
47213         * lib/gtod.h: New file.
47214         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
47215
47216 2001-08-05  Jim Meyering  <meyering@lucent.com>
47217
47218         * m4/jm-macros.m4: Require autoconf-2.52.
47219
47220 2001-08-04  Jim Meyering  <meyering@lucent.com>
47221
47222         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
47223         stmt, to get in sync with glibc.
47224
47225 2001-08-03  Paul Eggert  <eggert@twinsun.com>
47226
47227         The following changes are from gettext 0.10.39 as maintained by
47228         Bruno Haible.
47229
47230         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
47231         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
47232         with inverted sense.  All uses changed.
47233
47234         * lib/mbswidth.c: Don't include <limits.h>.
47235         Include <stdlib.h> and <string.h> unconditionally.
47236         (iswcntrl, mbsinit, ISCNTRL): New macros.
47237         (mbsnwidth): Use K&R style function declarations.
47238         Don't bother checking for MB_LEN_MAX == 1, since the compiler
47239         can optimize it when MB_CUR_MAX == 1.
47240         The width of control characters is zero, not 1.
47241
47242 2001-08-03  Paul Eggert  <eggert@twinsun.com>
47243
47244         The following changes are from gettext 0.10.39 as maintained by
47245         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
47246
47247         * m4/codeset.m4: Upgrade to serial AM1.
47248         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
47249         all uses changed.  Quote first arg of AC_DEFUN.
47250         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
47251
47252         * m4/iconv.m4: Upgrade to serial AM2.
47253         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
47254         Add --with-libconv-prefix.
47255         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
47256         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
47257         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
47258         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
47259         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
47260
47261         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
47262         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
47263         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
47264         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
47265         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
47266         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
47267         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
47268         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
47269         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
47270
47271         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
47272         string.h any more.
47273
47274         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
47275         not the default value.
47276
47277         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
47278         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
47279         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
47280         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
47281         Also check for iswcntrl, used for wcwidth fallback.
47282         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
47283         to Autoconf 2.13.
47284
47285 2001-08-03  Jim Meyering  <meyering@lucent.com>
47286
47287         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
47288         as it was in the original.  Reported by Paul Eggert.
47289
47290 2001-07-16  Jim Meyering  <meyering@lucent.com>
47291
47292         * m4/gettimeofday.m4: New file.
47293         Prompted by a report from Bernhard Baehr.
47294
47295 2001-07-15  Jim Meyering  <meyering@lucent.com>
47296
47297         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
47298         stuff. Now it's in ../Makefile.cfg.
47299
47300 2001-07-15  Jim Meyering  <meyering@lucent.com>
47301
47302         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
47303         (BUILT_SOURCES): Add unlocked-io.h.
47304         (io_functions): Define.
47305         (unlocked-io.h): New rule.
47306         (DISTCLEANFILES): Add unlocked-io.h.
47307         (all-local): Depend on unlocked-io.h, to ensure it is created.
47308
47309         * lib/unlocked-io.hin: New file
47310
47311         * lib/regex.c: Update from glibc.
47312
47313 2001-07-05  Jim Meyering  <meyering@lucent.com>
47314
47315         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
47316         recommendation.
47317         (libfetish_a_SOURCES): Put all .h files here instead.
47318         Remove a thus-exposed (better checks in automake) duplicate and
47319         two unnecessary .h files.
47320
47321 2001-07-04  Jim Meyering  <meyering@lucent.com>
47322
47323         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
47324         that generates jm-glibc-io.m4 so that it doesn't trigger any make
47325         distcheck failure.
47326
47327 2001-07-02  Jim Meyering  <meyering@lucent.com>
47328
47329         The following changes were prompted by suggestions from Bruno Haible.
47330
47331         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
47332         is now generated.
47333         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
47334         definition of EXTRA_DIST.
47335         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
47336         ensure that the generated file is created/updated whenever the list
47337         of $(unlocked_functions) is changed.
47338         (jm-glibc-io.m4): New rule.
47339         (unlocked-io.h): New rule -- currently unused.
47340
47341 2001-06-24  Jim Meyering  <meyering@lucent.com>
47342
47343         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
47344         unmatched right bracket, rather than kludging it with an extra,
47345         falsely-matching quote in a comment.  Patch by Akim Demaille.
47346
47347 2001-06-11  Jim Meyering  <meyering@lucent.com>
47348
47349         * lib/regex.c: Update from GNU libc.
47350
47351 2001-05-27  Jim Meyering  <meyering@lucent.com>
47352
47353         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
47354         Check for ut_type in struct utmp.
47355
47356 2001-05-27  Jim Meyering  <meyering@lucent.com>
47357
47358         * lib/readutmp.h (UT_TYPE): Define.
47359
47360 2001-05-24  Jim Meyering  <meyering@lucent.com>
47361
47362         * lib/argmatch.c: Include "quote.h".
47363         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
47364         quote function.  Reported by Göran Uddeborg.
47365
47366 2001-05-22  Jim Meyering  <meyering@lucent.com>
47367
47368         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
47369         now that we use the package-supplied version unconditionally.
47370         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
47371
47372 2001-05-21  Jim Meyering  <meyering@lucent.com>
47373
47374         * m4/regex.m4: Change a couple backticks to single quotes to avoid
47375         shell syntax errors.
47376
47377 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
47378
47379         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
47380
47381 2001-05-20  Paul Eggert  <eggert@twinsun.com>
47382
47383         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
47384         Don't bother to check library strftime, since
47385         we'll be using our own my_strftime function anyway.
47386         Define my_strftime instead of strftime.
47387
47388 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
47389
47390         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
47391         which is not yet declared.
47392
47393 2001-05-15  Jim Meyering  <meyering@lucent.com>
47394
47395         * m4/regex.m4: Use proper quoting so brackets appear in the test
47396         program.
47397         Reported by, and with help from, Bruno Haible.
47398
47399 2001-05-13  Jim Meyering  <meyering@lucent.com>
47400
47401         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
47402         undefined.
47403
47404 2001-05-11  Paul Eggert  <eggert@twinsun.com>
47405
47406         dirname code cleanup.  base_name now behaves more compatibly
47407         with POSIX basename when given file names that have trailing
47408         slashes, and similarly for dir_name.  Add new primitives
47409         base_len and dir_len.  Put the directory-name-related decls
47410         into dirname.h.
47411
47412         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
47413         * lib/backupfile.c (base_name): Likewise.
47414         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
47415         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
47416         * lib/makepath.c (strip_trailing_slashes): Likewise.
47417         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
47418         ISSLASH): Likewise.
47419         * lib/rename.c (strip_trailing_slashes): Likewise.
47420         * lib/same.c (base_name): Likewise.
47421         * lib/stripslash.c (ISSLASH): Likewise.
47422
47423         * lib/addext.c: Include <dirname.h> after size_t is defined.
47424         * lib/backupfile.c: Likewise.
47425
47426         * lib/addext.c (addext): Use base_len to trim redundant
47427         trailing slashes instead of doing it ourselves.
47428         But do not trim the last slash if it is not redundant.
47429
47430         * lib/backupfile.c (find_backup_file_name,
47431         max_backup_version): Use base_len instead of rolling it ourselves.
47432         Handle the case of "" and (on DOS) "C:" correctly.
47433
47434         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
47435         needed. Include <string.h>, <dirname.h>.
47436         (base_name): Allow file names ending in slashes, other than names
47437         that are all slashes.  In this case, return the basename followed
47438         by the slashes.  This is more general, and can be used in places
47439         where the original base_name purposely had an assertion failure.
47440         (base_len): New function.
47441
47442         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
47443         Do not include <assert.h>; no longer needed.
47444         Include xalloc.h.
47445         (memrchr): Remove decl.
47446         (dir_name_r): Remove.
47447         (dir_len): Renamed from dirlen.  All callers changed.
47448         Rewrite in terms of base_name, for simplicity and consistency.
47449         (dir_name): Never return NULL.  All callers changed.
47450         Do not include <stdlib.h> in test program; no longer needed.
47451         return 0; is fine for test program.
47452
47453         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
47454         New macros.
47455         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
47456
47457         * lib/path-concat.c (path_concat): Use base_len to compute
47458         base length, not strlen; this means we cannot rely on memcpy
47459         to null-terminate.
47460
47461         * lib/same.c (STREQ): Remove.
47462         (same_name): Handle the case where the basename ends in trailing '/'.
47463
47464         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
47465         a slash was stripped.  Do not strip the last slash after a
47466         file system prefix.
47467
47468 2001-05-11  Paul Eggert  <eggert@twinsun.com>
47469
47470         * lib/Makefile.am (libfetish_a_SOURCES):
47471         Add strftime.c, since we now compile it on all hosts.
47472
47473         * lib/strftime.c (my_strftime):
47474         Define to nstrftime if emacs, but only if my_strftime is not defined.
47475         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
47476         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
47477         Add one more extra argument: a nanoseconds value.
47478         All uses changed.
47479         (ns): New macro.
47480         (my_strftime function): Add %N format.
47481         (emacs_strftimeu): Renamed from emacs_strftime,
47482         with extra ut argument.
47483
47484 2001-05-09  Paul Eggert  <eggert@twinsun.com>
47485
47486         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
47487
47488 2001-04-21  Jim Meyering  <meyering@lucent.com>
47489
47490         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
47491         doesn't interfere.
47492
47493 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
47494
47495         * m4/ftruncate.m4: Check for chsize.
47496         Link with ftruncate.o unconditionally if ftruncate is missing.
47497         This was required when cross-compiling to i586-mingw32msvc.
47498
47499 2001-04-08  Jim Meyering  <meyering@lucent.com>
47500
47501         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
47502         recomputed; that's necessary when the offset spans a DST transition.
47503         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
47504
47505 2001-04-02  Jim Meyering  <meyering@lucent.com>
47506
47507         * lib/regex.h, regex.c: Update from GNU libc.
47508
47509 2001-03-24  Jim Meyering  <meyering@lucent.com>
47510
47511         * m4/jm-macros.m4: Require autoconf-2.49d.
47512
47513 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
47514
47515         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
47516
47517 2001-03-19  Paul Eggert  <eggert@twinsun.com>
47518
47519         * lib/version-etc.c (version_etc_copyright): Update to 2001.
47520
47521 2001-03-17  Jim Meyering  <meyering@lucent.com>
47522
47523         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
47524         now that the version in autoconf is equivalent.
47525         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
47526
47527         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
47528         Suggestion from Akim Demaille.
47529
47530         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
47531         (jm_PREREQ_TEMPNAME): New function.
47532
47533 2001-03-16  Paul Eggert  <eggert@twinsun.com>
47534
47535         * lib/tempname.c (uint64_t): Define to uintmax_t if
47536         not defined, and if UINT64_MAX is not defined.
47537         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
47538         Reported by John David Anglin.
47539
47540 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
47541
47542         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
47543         resolve alias if codeset is empty.
47544         * lib/config.charset (BeOS): Use wildcard syntax.
47545
47546 2001-03-13  Jim Meyering  <meyering@lucent.com>
47547
47548         * lib/path-concat.c (path_concat)
47549         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
47550         concatenating e.g., `C:' and `foo'.
47551         From Bruno Haible.
47552
47553 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
47554
47555         * lib/localcharset.c (locale_charset): Don't use
47556         setlocale(LC_CTYPE,NULL). Don't return NULL.
47557         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
47558
47559 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
47560
47561         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
47562         support for DOS/DJGPP.
47563
47564 2001-03-01  Paul Eggert  <eggert@twinsun.com>
47565
47566         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
47567         lacks mkstemp.  Compile our own tempname.c if we compile our own
47568         mkstemp.c, as mkstemp relies on tempname.
47569
47570 2001-03-01  Jim Meyering  <meyering@lucent.com>
47571
47572         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
47573         AH_VERBATIM really does output its argument verbatim.
47574
47575 2001-02-28  Paul Eggert  <eggert@twinsun.com>
47576
47577         * lib/Makefile.am (libfetish_a_SOURCES):
47578         Add dup-safer.c, fopen-safer.c.
47579         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
47580
47581         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
47582         * lib/unistd-safer.h: New files.
47583
47584 2001-02-25  Paul Eggert  <eggert@twinsun.com>
47585
47586         The mkstemp replacement is taken from glibc 2.2.2, with some
47587         portability fixes for use outside glibc, as follows:
47588
47589         * lib/tempname.c (struct_stat64): New macro.
47590         (direxists, __gen_tempname): Use it.
47591         This avoids a portability problem with Solaris 8.
47592
47593         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
47594         (<stddef.h>, <stdint.h>, <string.h>):
47595         Include only if STDC_HEADERS || _LIBC.
47596         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
47597         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
47598         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
47599         (__set_errno): Define this macro if <errno.h> doesn't.
47600         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
47601         Define these macros if <stdio.h> doesn't.
47602         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
47603         Define these macros if <sys/stat.h>
47604         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
47605         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
47606         __xstat64): Define if not _LIBC.
47607         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
47608         (__gen_tempname): Invoke gettimeofday only if
47609         HAVE_GETTIMEOFDAY || _LIBC;
47610         otherwise, fall back on plain "time".
47611         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
47612
47613         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
47614
47615         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
47616
47617 2001-02-18  Paul Eggert  <eggert@twinsun.com>
47618
47619         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
47620
47621 2001-02-17  Paul Eggert  <eggert@twinsun.com>
47622
47623         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
47624         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
47625         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
47626         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
47627
47628 2001-02-17  Paul Eggert  <eggert@twinsun.com>
47629
47630         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
47631         Remove workaround macros for hosts that have mbrtowc but not
47632         mbstate_t, as we now insist on proper declarations for both
47633         before using mbrtowc.
47634
47635 2001-02-17  Jim Meyering  <meyering@lucent.com>
47636
47637         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
47638         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
47639         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
47640         UnixWare 7.1.1.
47641
47642         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
47643         rather than AC_CACHE_VAL.
47644
47645 2001-02-17  Jim Meyering  <meyering@lucent.com>
47646
47647         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
47648         around included file name.
47649
47650         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
47651
47652         * lib/strftime.c: Update from GNU libc (the only changes were to
47653         comments).
47654
47655 2001-02-17  Jim Meyering  <meyering@lucent.com>
47656
47657         * lib/regex.c: Update from libc.
47658
47659 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
47660
47661         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
47662         clash.
47663
47664 2001-02-16  Paul Eggert  <eggert@twinsun.com>
47665
47666         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
47667         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
47668         Reported by Mark Hounschell via Paul Eggert.
47669
47670 2001-02-07  Jim Meyering  <meyering@lucent.com>
47671
47672         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
47673
47674 2001-02-05  Jim Meyering  <meyering@lucent.com>
47675
47676         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
47677         it includes the patch required for `large file' support with at least
47678         HP-UX's 10.20 /bin/cc.
47679
47680 2001-02-03  Jim Meyering  <meyering@lucent.com>
47681
47682         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
47683         AS_IF, now that it works once again (mysteriously).
47684         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
47685
47686 2001-01-30  Jim Meyering  <meyering@lucent.com>
47687
47688         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
47689         * m4/chown.m4: Rename conftestchown to conftest.chown.
47690         * m4/rename.m4: s/conftestdir/conftest.d1/ and
47691         s/conftestdir2/conftest.d2/.
47692         * m4/utimes.m4: s/conftestdata/conftest.data/
47693         Inspired by Pavel Roskin's change in autoconf.
47694
47695 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
47696
47697         * lib/config.charset: Update for FreeBSD 4.2.
47698
47699 2001-01-27  Jim Meyering  <meyering@lucent.com>
47700
47701         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
47702         a use of AS_IF.
47703         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
47704
47705 2001-01-26  Jim Meyering  <meyering@lucent.com>
47706
47707         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
47708         quotearg.c includes it.
47709
47710 2001-01-26  Jim Meyering  <meyering@lucent.com>
47711
47712         * lib/quotearg.c: Include stddef.h.
47713         * lib/quote.c: Include stddef.h.
47714         Reported by Axel Kittenberger.
47715
47716         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
47717         line in double quotes so that it evokes a better diagnostic.
47718         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
47719         Reported by Axel Kittenberger.
47720
47721 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
47722
47723         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
47724         as if it was a `charset'.
47725
47726 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
47727
47728         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
47729         has const.
47730
47731 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
47732
47733         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
47734         to avoid a warning.  Add back 'const' to inptr.
47735
47736 2001-01-20  Jim Meyering  <meyering@lucent.com>
47737
47738         Be sure that headers are checked before used in code compiled
47739         for the type checks.
47740         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
47741         In place of that, invoke jm_CHECK_ALL_TYPES.
47742         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
47743         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
47744         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
47745         The check for ssize_t was mistakenly run before the test for unistd.h.
47746
47747         The configure-time check for stdbool.h was missing.
47748         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
47749         (jm_PREREQ_HASH): New function.
47750
47751 2001-01-17  Jim Meyering  <meyering@lucent.com>
47752
47753         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
47754         for autoconf-2.49c.
47755         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
47756
47757 2001-01-16  Jim Meyering  <meyering@lucent.com>
47758
47759         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
47760         From Bruno Haible.
47761
47762 2001-01-14  Jim Meyering  <meyering@lucent.com>
47763
47764         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
47765         foo and bar.  Create conftestdir/ in the script, not in the C code.
47766         Remove directories in the script, not in the C code.
47767         Remove conftestdir{,2} before trying to create the directory.
47768         Make the entire configure script fail if the mkdir fails.
47769
47770 2001-01-14  Jim Meyering  <meyering@lucent.com>
47771
47772         * lib/rename.c: New file.  From Volker Borchert.
47773         Include stdlib.h, string.h or strings.h, and xalloc.h.
47774         Use strip_trailing_slashes rather than open-coding it.
47775
47776 2001-01-03  Paul Eggert  <eggert@twinsun.com>
47777
47778         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
47779
47780 2001-01-03  Jim Meyering  <meyering@lucent.com>
47781
47782         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
47783         of local `inptr' to avoid warning with some system declarations of
47784         iconv.
47785
47786 2001-01-02  Volker Borchert  <bt@teknon.de>
47787
47788         * m4/rename.m4: New file.
47789         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
47790
47791 2001-01-01  Jim Meyering  <meyering@lucent.com>
47792
47793         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
47794         even on systems with utmpx.h.  It's necessary for the declaration of
47795         utmp's ut_user member.  Reported by Andreas Jaeger.
47796
47797         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
47798         available. They are required for the declarations of getgrgid and
47799         getpwuid resp.
47800         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
47801         Reported by Andreas Jaeger.
47802
47803 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
47804
47805         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
47806         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
47807         so `make install' also works in VPATH builds.
47808
47809 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
47810
47811         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
47812         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
47813         can be used in subdirectories.
47814
47815 2000-12-29  Paul Eggert  <eggert@twinsun.com>
47816
47817         * lib/modechange.c: Do not assume that mode_t uses the
47818         traditional octal encoding.  E.g. "chmod 1 FOO" should set
47819         the other-execute bit of FOO even if S_IXOTH != 1.
47820
47821         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
47822         WOTH, XOTH, ALLM): New macros.
47823         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
47824          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
47825         Use them.
47826         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
47827         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
47828         (mode_compile):
47829         No need to use uintmax_t; unsigned long is long enough.
47830         Don't bother to get suffix since we don't use it.
47831
47832 2000-12-26  Jim Meyering  <meyering@lucent.com>
47833
47834         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
47835         better with autoheader.
47836
47837 2000-12-24  Jim Meyering  <meyering@lucent.com>
47838
47839         * lib/hash.c (is_prime): Return explicit boolean values.
47840         (hash_get_first): Return NULL to appease Irix5.6's 89.
47841         Reported by Nelson Beebe.
47842
47843 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
47844
47845         * lib/localcharset.c (locale_charset): Add support for Win32.
47846
47847 2000-12-18  Paul Eggert  <eggert@twinsun.com>
47848
47849         * lib/physmem.h, lib/physmem.c: New files.
47850
47851         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
47852         (noinst_HEADERS): Add physmem.h.
47853
47854         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
47855         't' for compatibility with Solaris 8 sort.
47856
47857 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
47858
47859         * lib/config.charset: Add support for BeOS.
47860
47861 2000-12-17  Jim Meyering  <meyering@lucent.com>
47862
47863         * m4/dos.m4 (jm_AC_DOS): New file and macro.
47864         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
47865
47866 2000-12-16  Jim Meyering  <meyering@lucent.com>
47867
47868         This bug had a serious impact on chown: `chown N:M FILE' (for integer
47869         N and M) would have treated it like `chown N:N FILE'.
47870
47871         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
47872
47873 2000-12-16  Jim Meyering  <meyering@lucent.com>
47874
47875         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
47876         SHELLS_FILE to a file name that's useful on djgpp systems.
47877         Include stdlib.h.
47878         (ADDITIONAL_DEFAULT_SHELLS): Define.
47879         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
47880         Based mostly on a patch from Prashant TR.
47881
47882 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
47883
47884         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
47885         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
47886         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
47887
47888 2000-12-08  Andreas Schwab  <schwab@suse.de>
47889
47890         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
47891         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
47892
47893 2000-12-07  Jim Meyering  <meyering@lucent.com>
47894
47895         * lib/stripslash.c (ISSLASH): Define.
47896         (strip_trailing_slashes): Use ISSLASH rather than comparing against
47897         `/'.
47898         From Prashant TR.
47899
47900         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
47901         (dir_name_r): Declare this function as static.
47902         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
47903         manifest itself on a name containing a mix of slashes and
47904         backslashes.
47905         Make this function work with names starting with a DOS-style
47906         drive letter and colon prefix.
47907         (dir_name): Append `.' if necessary.
47908         Based mostly on patches from Prashant TR and Eli Zaretskii.
47909
47910         * lib/dirname.h (dir_name_r): Remove prototype.
47911
47912 2000-12-06  Paul Eggert  <eggert@twinsun.com>
47913
47914         * m4/off_t-format.m4: Remove this file.
47915         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
47916
47917 2000-12-06  Jim Meyering  <meyering@lucent.com>
47918
47919         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
47920         replacement strtoull, we may well need the replacement strtoul, too.
47921         Check for declarations of strtoul and strtoull.
47922         Check for strtol.  Mainly as a cue to cause automake to include
47923         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
47924         Check for limits.h -- strtol.c needs it.
47925
47926 2000-12-05  Jim Meyering  <meyering@lucent.com>
47927
47928         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
47929
47930 2000-12-04  Jim Meyering  <meyering@lucent.com>
47931
47932         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
47933         Also include memory.h, stdlib.h, unistd.h if appropriate.
47934         Reported by Andreas Jaeger (conflicting declaration of malloc).
47935
47936 2000-12-02  Jim Meyering  <meyering@lucent.com>
47937
47938         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
47939         * m4/jm-macros.m4 (jm_MACROS): require it.
47940
47941 2000-12-02  Jim Meyering  <meyering@lucent.com>
47942
47943         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
47944
47945 2000-12-01  Paul Eggert  <eggert@twinsun.com>
47946
47947         * lib/memrchr.c: Include <config.h> before any system include file.
47948
47949 2000-11-30  Jim Meyering  <meyering@lucent.com>
47950
47951         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
47952
47953 2000-11-30  Jim Meyering  <meyering@lucent.com>
47954
47955         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
47956
47957 2000-11-29  Paul Eggert  <eggert@twinsun.com>
47958
47959         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
47960
47961 2000-11-26  Jim Meyering  <meyering@lucent.com>
47962
47963         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
47964
47965 2000-11-22  Paul Eggert  <eggert@twinsun.com>
47966
47967         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
47968         size of (size_t) -1; it's not portable.
47969
47970 2000-11-17  Jim Meyering  <meyering@lucent.com>
47971
47972         * lib/strstr.c: Update from GNU libc.
47973
47974 2000-11-17  Akim Demaille  <akim@epita.fr>
47975
47976         * lib/obstack.h: Formatting changes.
47977         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
47978         prevent type checking.
47979         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
47980         cast the value to (void *): assigning a `foo *' to a `void *'
47981         variable is valid.
47982         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
47983
47984 2000-11-16  Jim Meyering  <meyering@lucent.com>
47985
47986         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
47987
47988 2000-11-11  Jim Meyering  <meyering@lucent.com>
47989
47990         * lib/error.c: Add a couple #includes, merging from GNU libc version.
47991
47992 2000-11-10  Jim Meyering  <meyering@lucent.com>
47993
47994         * lib/obstack.h: Update from GNU libc.
47995         * lib/obstack.c: Likewise.
47996
47997 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
47998
47999         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
48000
48001 2000-11-06  Paul Eggert  <eggert@twinsun.com>
48002
48003         * lib/getusershell.c (setusershell): Use rewind rather than
48004         fseek/fseeko, to avoid configuration hassles with fseeko.
48005         Don't bother opening SHELLS_FILE if shellstream is NULL;
48006         it's not necessary.
48007
48008 2000-11-05  Jim Meyering  <meyering@lucent.com>
48009
48010         * lib/makepath.h (make_dir): Declare.
48011         * lib/makepath.c (make_dir): Remove `static' attribute.
48012         Tweak a comment.
48013
48014 2000-11-04  Jim Meyering  <meyering@lucent.com>
48015
48016         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
48017
48018 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
48019
48020         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
48021         last one in a bucket, advance to the next bucket.
48022
48023 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
48024
48025         * lib/fnmatch.c: Do not comment out all the code if we are using
48026         the GNU C library, because in some cases we are replacing buggy
48027         code in the GNU C library itself.
48028
48029 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
48030
48031         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
48032         (regex_compile): Catch bogus \(\1\).
48033
48034 2000-10-30  Paul Eggert  <eggert@twinsun.com>
48035
48036         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
48037         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
48038         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
48039
48040 2000-10-30  Paul Eggert  <eggert@twinsun.com>
48041
48042         * lib/error.h, getline.h, modechange.h:
48043         Remove "2000" from Copyright line, as the file hasn't been
48044         changed this year other than in the copyright notice.
48045
48046         * lib/xalloc.h: Add "2000" to Copyright line, as this file
48047         was changed this year.
48048
48049 2000-10-29  Jim Meyering  <meyering@lucent.com>
48050
48051         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
48052         renaming.
48053         * m4/ls-mntd-fs.m4: Likewise
48054
48055 2000-10-29  Jim Meyering  <meyering@lucent.com>
48056
48057         * lib/xstat.in: Fix grammar in comment.
48058
48059 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
48060
48061         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
48062         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
48063         doesn't define __restrict_arr.
48064
48065 2000-10-28  Jim Meyering  <meyering@lucent.com>
48066
48067         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
48068         (jm_PREREQ_MEMCHR): New function.
48069
48070 2000-10-28  Jim Meyering  <meyering@lucent.com>
48071
48072         * lib/memchr.c: Update from libc.
48073         Adjust for portability:
48074         [HAVE_STDLIB_H]: Include stdlib.h.
48075         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
48076         Undef __memchr, too.
48077         [!weak_alias]: Define __memchr to memchr.
48078
48079         * lib/regex.c: Update from libc.
48080         * lib/regex.h: Likewise.
48081         * lib/getopt1.c: Likewise.
48082         * lib/memcmp.c: Likewise.
48083
48084         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
48085         Avoid using fseek, when possible -- it's broken by design.
48086         Patch by Ulrich Drepper.
48087
48088 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
48089
48090         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
48091         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
48092         Giving in to popular pressure to shut up the compiler with casts.
48093
48094 2000-10-26  Jim Meyering  <meyering@lucent.com>
48095
48096         * lib/strftime.c: Update from libc.
48097
48098 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
48099
48100         * regex.c: More `unsigned char' -> `re_char' changes.
48101         Also change several `int' into `re_wchar_t'.
48102         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
48103         (PUSH_FAILURE_POINTER): Don't cast any more.
48104         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
48105         We want GCC to complain, since this piece of code makes
48106         re_match non-reentrant, which *should* be fixed.
48107         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
48108         (EXTEND_BUFFER): Use RETALLOC.
48109         (SET_LIST_BIT): Don't cast.
48110         (re_wchar_t): New type.
48111         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
48112         that those two functions will always properly return.
48113         (IMMEDIATE_QUIT_CHECK): Cast to void.
48114         (analyse_first): Use recursion rather than an explicit stack.
48115         (re_compile_fastmap): Can't fail anymore.
48116         (re_search_2): Don't check re_compile_fastmap for failure.
48117         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
48118         Now also sets the new value (passed in a new argument).
48119         (re_match_2_internal): Use it.
48120         Also, use a new var `reg' of type size_t when looping through regs
48121         rather than reuse the inappropriate `mcnt'.
48122
48123 2000-10-25  Jim Meyering  <meyering@lucent.com>
48124
48125         * lib/obstack.c: Update from libc.
48126
48127 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
48128
48129         * regex.c (regex_compile): Change the way of handling a range from
48130         a char less than 256 to a char not less than 256.
48131
48132 2000-10-24  Andrew Innes  <andrewi@gnu.org>
48133
48134         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
48135         NT-Emacs only.
48136         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
48137         so that re_search functions only quit when callers expect them to.
48138
48139 2000-10-23  Jim Meyering  <meyering@lucent.com>
48140
48141         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
48142         wrong.  That set_locale call must not have any side effects.
48143         From Paul Eggert.
48144
48145 2000-10-22  Jim Meyering  <meyering@lucent.com>
48146
48147         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
48148         [CYCLIC]: Remove now-unused definition.
48149
48150         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
48151         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
48152         Suggestion from Ulrich Drepper.
48153
48154 2000-10-21  Jim Meyering  <meyering@lucent.com>
48155
48156         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
48157         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
48158         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
48159
48160 2000-10-21  Jim Meyering  <meyering@lucent.com>
48161
48162         * lib/dirname.c (memrchr): Declare if necessary.
48163         (dir_name): Remove the restriction that there be no
48164         trailing slashes.  Now, this code skips past them, effectively
48165         ignoring them.
48166         [TEST_DIRNAME] (main): New unit tests.
48167
48168         * lib/memrchr.c: New file from GNU libc.
48169         Undef __memrchr, too.
48170         [!weak_alias]: Define __memrchr to memrchr.
48171         Guard weak_alias use with `#ifdef weak_alias'.
48172
48173 2000-10-21  Jim Meyering  <meyering@lucent.com>
48174
48175         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
48176         (dir_name): Use dir_name_r.
48177         * lib/dirname.h (dir_name_r): Declare it.
48178
48179 2000-10-17  Jim Meyering  <meyering@lucent.com>
48180
48181         * lib/quote.h (PARAMS): Define and use.
48182         Reported by Akim Demaille.
48183
48184         * lib/getopt.c: Update from libc.
48185
48186 2000-10-16  Jim Meyering  <meyering@lucent.com>
48187
48188         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
48189         setlocale.
48190         From Jan Fedak.
48191
48192 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
48193
48194         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
48195
48196 2000-09-25  Jim Meyering  <meyering@lucent.com>
48197
48198         * lib/md5.h (rol): Define (from GnuPG).
48199
48200         * lib/sha.c: Give credit (GnuPG) where due.
48201         (M): Use rol rather than open-coding it.
48202         Add a FIXME comment.
48203
48204 2000-09-21  Jim Meyering  <meyering@lucent.com>
48205
48206         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
48207         Reported by Michael Stone.
48208
48209 2000-09-20  Jim Meyering  <meyering@lucent.com>
48210
48211         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
48212         (noinst_HEADERS): Add sha.h.
48213         Based on code from Scott G. Miller and from GnuPG.
48214
48215 2000-09-18  Jim Meyering  <meyering@lucent.com>
48216
48217         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
48218         LIBS. Otherwise, everyone ends up linking with -lelf for some
48219         configurations.
48220         Reported by Mike Stone.
48221
48222 2000-09-15  Jim Meyering  <meyering@lucent.com>
48223
48224         * lib/regex.c: Update from libc.
48225
48226 2000-09-10  Jim Meyering  <meyering@lucent.com>
48227
48228         * lib/getopt.c (_getopt_internal): Update from glibc.
48229
48230 2000-09-09  Jim Meyering  <meyering@lucent.com>
48231
48232         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
48233         think it should be used as a general replacement for isascii.
48234         * lib/fnmatch.c: Likewise.
48235         * lib/mbswidth.c: Likewise
48236         * lib/regex.c: Likewise.
48237
48238         Don't use atoi.
48239         * lib/userspec.c: Include sys/param.h and limits.h.
48240         Include xstrtol.h.
48241         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
48242         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
48243         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
48244         UID, GID.  Check range.
48245
48246 2000-09-06  Jim Meyering  <meyering@lucent.com>
48247
48248         * lib/getopt.c (_getopt_internal): Update from glibc.
48249
48250 2000-08-30  Jim Meyering  <meyering@lucent.com>
48251
48252         * lib/strftime.c: Merge in changes from GNU libc.
48253
48254 2000-08-26  Jim Meyering  <meyering@lucent.com>
48255
48256         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
48257         * m4/fpending.m4: New file.
48258
48259 2000-08-26  Jim Meyering  <meyering@lucent.com>
48260
48261         * lib/closeout.c: Include "__fpending.h".
48262         (close_stdout_status): Return right away if there's nothing to flush.
48263
48264         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
48265         * lib/__fpending.c: New file.
48266         * lib/__fpending.h: New file.
48267
48268 2000-08-20  Jim Meyering  <meyering@lucent.com>
48269
48270         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
48271         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
48272         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
48273
48274 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
48275
48276         Improve fileutils installation on systems where running
48277         programs (like install) can't be unlinked.
48278         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
48279         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
48280
48281 2000-08-07  Paul Eggert  <eggert@twinsun.com>
48282
48283         Standardize on "memory exhausted" instead of "Memory exhausted"
48284         or "virtual memory exhausted".
48285         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
48286         "virtual memory exhausted".
48287         * lib/same.c (same_name): Invoke xalloc_die instead of printing
48288         our own message.
48289         * lib/userspec.c (parse_user_spec): Likewise.
48290         * lib/bumpalloc.h: comment fix
48291         * lib/same.c, userspec.c: Include xalloc.h.
48292
48293         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
48294         not char *const and pointing to a constant array.
48295         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
48296         (xrealloc): Comment fix.
48297
48298         * lib/userspec.c (parse_user_spec):
48299         Don't translate a message until just before returning,
48300         to avoid unnecessary translation.
48301
48302 2000-08-07  Jim Meyering  <meyering@lucent.com>
48303
48304         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
48305         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
48306         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
48307         getgroups.c, gethostname.c, getopt.h, group-member.c,
48308         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
48309         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
48310         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
48311         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
48312         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
48313         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
48314         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
48315         yesno.c: Back out Copyright date changes for each file with no change
48316         this year.  This eases coordination with other programs using the same
48317         source code modules.  From Paul Eggert.
48318
48319 2000-08-06  Paul Eggert  <eggert@twinsun.com>
48320
48321         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
48322         not char, for compatibility with glibc 2.1.3 strftime.c.
48323
48324 2000-08-03  Greg McGary  <greg@mcgary.org>
48325
48326         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
48327         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
48328         (EXTEND_BUFFER): Use them.
48329
48330 2000-08-01  Jim Meyering  <meyering@lucent.com>
48331
48332         * lib/dirname.c (ISSLASH): Define.
48333         (BACKSLASH_IS_PATH_SEPARATOR): Define.
48334         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
48335         both `\' and `/' may be use as path separators.
48336         Based on a patch from Prashant TR.
48337
48338 2000-07-31  Paul Eggert  <eggert@twinsun.com>
48339
48340         * lib/quotearg.c (quotearg_n_options): Don't make the initial
48341         slot vector a constant, since it might get modified.
48342
48343 2000-07-31  Jim Meyering  <meyering@lucent.com>
48344
48345         * lib/xmalloc.c: Use `virtual memory exhausted', not
48346         `Memory exhausted'.
48347         * lib/obstack.c (print_and_abort): Likewise.
48348
48349 2000-07-30  Paul Eggert  <eggert@twinsun.com>
48350
48351         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
48352         buffer, so that the caller can always quote one small
48353         component of a "memory exhausted" message in slot 0.
48354         From a suggestion by Jim Meyering.
48355
48356 2000-07-30  Jim Meyering  <meyering@lucent.com>
48357
48358         * lib/makepath.c (make_path): Quote the other instance, too.
48359
48360         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
48361         (STATIC_BUF_SIZE): Define.
48362         (quotearg_n_options): Use only statically allocated storage when
48363         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
48364         than STATIC_BUF_SIZE.
48365
48366 2000-07-29  Jim Meyering  <meyering@lucent.com>
48367
48368         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
48369         * lib/dirname.c (dir_name): Likewise.
48370
48371         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
48372         `/'.
48373
48374         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
48375         (dir_name): Assert that there are no trailing slashes.
48376
48377 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
48378
48379         * lib/mbswidth.h (mbswidth): Add a flags argument.
48380         (mbswidth): New declaration.
48381         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
48382         * lib/mbswidth.c (mbswidth): Add a flags argument.
48383         (mbsnwidth): New function.
48384
48385 2000-07-24  Jim Meyering  <meyering@lucent.com>
48386
48387         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
48388
48389 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48390
48391         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
48392
48393 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48394
48395         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
48396         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
48397         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
48398         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
48399         invoke multibyte primitives.
48400
48401 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48402
48403         * lib/quotearg.c:
48404         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
48405         so that mbstate_t is always defined.
48406
48407         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
48408         be 1 in at least one GCC installation, and this configuration
48409         error is likely to be common.  Ignoring MB_LEN_MAX hurts
48410         performance on hosts that have mbrtowc but have only unibyte
48411         locales, but I assume these hosts are rare.
48412
48413 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48414
48415         * lib/mbswidth.c (_XOPEN_SOURCE):
48416         Don't define; this causes problems on Solaris 7.
48417         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
48418
48419 2000-07-23  Jim Meyering  <meyering@lucent.com>
48420
48421         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
48422         too: getgrgid, getpwuid, getuid.
48423
48424 2000-07-23  Jim Meyering  <meyering@lucent.com>
48425
48426         * lib/basename.c (base_name): Add an assertion.
48427
48428 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
48429
48430         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
48431         shadow its mbsinit function.
48432
48433 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
48434
48435         * lib/mbswidth.h: New file.
48436         * lib/mbswidth.c: New file.
48437         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
48438         (noinst_HEADERS): Add mbswidth.h.
48439
48440 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
48441
48442         * lib/config.charset: Add support for FreeBSD. Improve support for
48443         HP-UX and IRIX 6.
48444
48445 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
48446
48447         * m4/mbswidth.m4: New file.
48448         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
48449
48450 2000-07-15  Jim Meyering  <meyering@lucent.com>
48451
48452         * lib/makepath.c: Include quote.h.
48453         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
48454         corresponding argument in a `quote (...)' call.
48455         Give better diagnostics.
48456
48457         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
48458         (noinst_HEADERS): Add quote.h.
48459
48460         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
48461         from tar's src/misc.c.
48462         * lib/quote.h: New file.  Prototypes for same.
48463
48464 2000-07-14  Paul Eggert  <eggert@twinsun.com>
48465
48466         From a suggestion by Bruno Haible.
48467         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
48468         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
48469         to decide whether to define the BeOS workaround macro;
48470         this adjusts to the change to AC_MBSTATE_T.
48471
48472 2000-07-14  Jim Meyering  <meyering@lucent.com>
48473
48474         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
48475         jm_AC_TYPE_UINTMAX_T.
48476
48477 2000-07-13  Paul Eggert  <eggert@twinsun.com>
48478
48479         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
48480
48481         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
48482         quotearg_buffer_restyled): Add support for
48483         clocale_quoting_style.  Undo previous change to
48484         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
48485         and "{RIGHT QUOTATION MARK}" msgids.
48486
48487 2000-07-10  Paul Eggert  <eggert@twinsun.com>
48488
48489         From a suggestion by Bruno Haible.
48490         * m4/mbstate_t.m4 (AC_MBSTATE_T):
48491         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
48492         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
48493         and mbstate_t, to a single-part test that simply defines mbstate_t.
48494         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
48495         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
48496
48497 2000-07-10  Jim Meyering  <meyering@lucent.com>
48498
48499         * m4/strerror_r.m4: Mirror the correction made in autoconf.
48500
48501         * m4/gnu-source.m4: Output to confdefs.h directly.
48502         Suggestion from Akim Demaille.
48503
48504 2000-07-09  Paul Eggert  <eggert@twinsun.com>
48505
48506         The old behavior of quoting `like this' doesn't look good with
48507         newer, ISO-style fonts.  See:
48508         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
48509
48510         Instead, quote "like this" by default.  Let the translator
48511         tailor the locale-specific quoting behavior by providing
48512         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
48513
48514         * lib/quotearg.c (N_): New macro.
48515         (gettext_default): New function.
48516         (quotearg_buffer_restyled): Use
48517         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
48518         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
48519
48520 2000-07-09  Jim Meyering  <meyering@lucent.com>
48521
48522         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
48523         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
48524
48525         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
48526         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
48527
48528 2000-07-09  Jim Meyering  <meyering@lucent.com>
48529
48530         * lib/Most files: Update copyright dates to include 2000.
48531
48532 2000-07-08  Jim Meyering  <meyering@lucent.com>
48533
48534         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
48535         if not defined.
48536         (xgethostname): Remove now-unnecessary #ifdef.
48537         Move declaration of `err' into loop where it's used.
48538
48539 2000-07-05  Paul Eggert  <eggert@twinsun.com>
48540         and Bruno Haible  <haible@clisp.cons.org>
48541
48542         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
48543         only if the test for an object-type mbstate_t fails.  This
48544         prevents us from mistakenly reporting that mbstate_t is a
48545         system object type after we "#define mbstate_t int" to work
48546         around its lack.
48547
48548 2000-07-05  Paul Eggert  <eggert@twinsun.com>
48549         and Bruno Haible  <haible@clisp.cons.org>
48550
48551         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
48552
48553 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48554
48555         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
48556         to strerror_r.
48557         Include <ctype.h> for use of isalpha.
48558
48559 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48560
48561         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
48562         by allocating a larger buffer. Test the gethostname return value for
48563         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
48564         returns an error and ENAMETOOLONG isn't defined.
48565
48566 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48567
48568         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
48569         dimension.
48570
48571 2000-07-04  Jim Meyering  <meyering@lucent.com>
48572
48573         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
48574         of the deprecated AC_CHECKING.
48575
48576 2000-07-04  Jim Meyering  <meyering@lucent.com>
48577
48578         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
48579         Reported by Bruno Haible.
48580
48581 2000-07-04  Jim Meyering  <meyering@lucent.com>
48582
48583         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
48584         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
48585         lacks mbrtowc.
48586
48587 2000-07-03  Paul Eggert  <eggert@twinsun.com>
48588
48589         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
48590         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
48591
48592 2000-07-03  Paul Eggert  <eggert@twinsun.com>
48593         and Bruno Haible  <haible@clisp.cons.org>
48594
48595         * lib/quotearg.c (mbrtowc):
48596         Assign to *pwc, and return 1 only if result is nonzero.
48597         (iswprint): Use ISPRINT when substituting our own mbrtowc.
48598
48599 2000-07-03  Jim Meyering  <meyering@lucent.com>
48600
48601         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
48602
48603 2000-07-03  Jim Meyering  <meyering@lucent.com>
48604
48605         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
48606         This is necessary to get a definition of e.g., UTMP_FILE on
48607         HP-UX 10.20.
48608         From Bob Proulx.
48609
48610 2000-07-02  Jim Meyering  <meyering@lucent.com>
48611
48612         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
48613
48614         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
48615         AC_LIBOBJ(function_name).
48616         * m4/chown.m4: Likewise.
48617         * m4/fnmatch.m4: Likewise.
48618         * m4/ftruncate.m4: Likewise.
48619         * m4/getgroups.m4: Likewise.
48620         * m4/getline.m4: Likewise.
48621         * m4/group-member.m4: Likewise.
48622         * m4/jm-macros.m4: Likewise.
48623         * m4/lstat.m4: Likewise.
48624         * m4/malloc.m4: Likewise.
48625         * m4/memcmp.m4: Likewise.
48626         * m4/nanosleep.m4: Likewise.
48627         * m4/putenv.m4: Likewise.
48628         * m4/realloc.m4: Likewise.
48629         * m4/regex.m4: Likewise.
48630         * m4/stat.m4: Likewise.
48631         * m4/strftime.m4: Likewise.
48632
48633 2000-07-02  Jim Meyering  <meyering@lucent.com>
48634
48635         * lib/quotearg.c (mbstate_t): Don't define here.
48636
48637 2000-07-02  Jim Meyering  <meyering@lucent.com>
48638
48639         * lib/nanosleep.c (SIGCONT): Define if not already defined.
48640
48641 2000-07-01  Jim Meyering  <meyering@lucent.com>
48642
48643         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
48644
48645 2000-07-01  Jim Meyering  <meyering@lucent.com>
48646
48647         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
48648         problem.
48649
48650 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
48651
48652         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
48653         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
48654
48655 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
48656
48657         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
48658         per change in ../m4/ls-mntd-fs.m4.
48659         (read_filesystem_list): Ignore symbolic links.
48660
48661 2000-06-29  Jim Meyering  <meyering@lucent.com>
48662
48663         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
48664         for declaration of strcmp.
48665
48666         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
48667
48668         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
48669         Avoid warning by casting result to `char *' to remove `const'.
48670
48671 2000-06-28  Jim Meyering  <meyering@lucent.com>
48672
48673         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
48674         included by quotearg.c, for which we perform this test.  From
48675         Bruno Haible.
48676
48677 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
48678
48679         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
48680         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
48681         <utmpx.h> exists, put readutmp.o into LIBOBJS.
48682
48683 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
48684
48685         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
48686
48687 2000-06-26  Paul Eggert  <eggert@twinsun.com>
48688
48689         savedir now sets errno on failure and invokes xmalloc to get memory.
48690         Fix a couple of other minor bugs while we're at it.
48691
48692         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
48693         (NAMLEN): Remove macro.
48694         (malloc, realloc): Remove decls.
48695         (stpcpy): Likewise.
48696         ("xalloc.h"): Include.
48697         (NAME_SIZE_DEFAULT): New macro.
48698         (savedir): Use xmalloc / xrealloc to allocate memory.
48699         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
48700         Skip "" directory entries.
48701         Use strlen to calculate directory entry length, since the old method
48702         is rarely used these days and isn't worth supporting.
48703         Don't use a pointer after freeing it.
48704         Check for integer overflow when calculating allocation size.
48705         Use memcpy to copy entries, instead of stpcpy.
48706         Set errno properly when returning NULL.
48707         Check for readdir error.
48708
48709 2000-06-26  Jim Meyering  <meyering@lucent.com>
48710
48711         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
48712
48713 2000-06-25  Jim Meyering  <meyering@lucent.com>
48714
48715         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
48716         Linux header bug when _XOPEN_SOURCE is defined to 500.
48717
48718 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
48719
48720         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
48721         deficiency.
48722
48723 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
48724
48725         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
48726         Include xalloc.h.
48727         Don't include <stdlib.h>.  Don't declare malloc, realloc.
48728
48729 2000-06-24  Jim Meyering  <meyering@lucent.com>
48730
48731         * m4/strerror_r.m4: Revive this file -- to try out an experimental
48732         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
48733         for which strerror does return char*, but which lacks a conveniently
48734         accessible declaration of the function.  If the compile-test says
48735         strerror_r doesn't work, then resort to a `run'-test that works on
48736         BeOS and segfaults on DEC Unix.
48737
48738 2000-06-24  Jim Meyering  <meyering@lucent.com>
48739
48740         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
48741
48742 2000-06-23  Paul Eggert  <eggert@twinsun.com>
48743
48744         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
48745         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
48746
48747 2000-06-23  Paul Eggert  <eggert@twinsun.com>
48748
48749         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
48750         (mbrtowc, mbstate_t): Define substitutes if
48751         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
48752         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
48753         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
48754
48755 2000-06-23  Jim Meyering  <meyering@lucent.com>
48756
48757         * m4/afs.m4: Add missing AC_MSG_RESULT.
48758         Reported by Bruno Haible.
48759
48760         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
48761         Suggestion from Bruno Haible.
48762
48763 2000-06-23  Jim Meyering  <meyering@lucent.com>
48764
48765         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
48766
48767 2000-06-21  Jim Meyering  <meyering@lucent.com>
48768
48769         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
48770
48771 2000-06-21  Jim Meyering  <meyering@lucent.com>
48772
48773         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
48774         (noinst_HEADERS): Add getstr.h.
48775
48776         * lib/getline.c (getstr): Move into a separate file.
48777         * lib/getstr.c (getstr): New file, extracted from getline.c, with
48778         the following changes: new parameter, delim2; both delim[12]
48779         parameters have type `int', not `char'.  The latter would lose
48780         with 8-bit delimiters.
48781         * lib/getstr.h: New file.
48782
48783 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48784
48785         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
48786         than 1024, return a memory chunk of least possible size, instead
48787         of size PATH_MAX + 2. In the loop, increment the size proportionally.
48788         Use free/xmalloc instead of xrealloc to avoid copying for very long
48789         paths.
48790
48791 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48792
48793         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
48794         the empty string.
48795
48796 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48797
48798         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
48799         address, not strdup.  Include <stdlib.h> and don't declare free().
48800
48801 2000-06-19  Jim Meyering  <meyering@lucent.com>
48802
48803         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
48804
48805 2000-06-18  Jim Meyering  <meyering@lucent.com>
48806
48807         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
48808
48809         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
48810         `checking whether...' message to be consistent with that of the
48811         lstat test.
48812
48813 2000-06-18  Jim Meyering  <meyering@lucent.com>
48814
48815         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
48816         Besides, these days every porting target provides a mkdir function.
48817
48818         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
48819         needed. (this snippet comes from src/system.h).
48820
48821 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
48822
48823         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
48824
48825 2000-06-15  Paul Eggert  <eggert@twinsun.com>
48826
48827         * lib/human.c (adjust_value): New function.
48828         (human_readable_inexact): Apply rounding style even when
48829         printing approximate values.
48830
48831 2000-06-14  Paul Eggert  <eggert@twinsun.com>
48832
48833         * lib/human.c (human_readable_inexact): Allow an input block
48834         size that is not a multiple of the output block size, and vice versa.
48835         Reported by Piergiorgio Sartor.
48836
48837 2000-06-14  Paul Eggert  <eggert@twinsun.com>
48838
48839         * lib/getdate.y (get_date): Apply relative times after time
48840         zone indicator, not before.  Reported by Todd A. Jacobs.
48841
48842 2000-06-13  Jim Meyering  <meyering@lucent.com>
48843
48844         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
48845
48846         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
48847
48848 2000-06-12  Paul Eggert  <eggert@twinsun.com>
48849
48850         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
48851
48852 2000-06-12  Jim Meyering  <meyering@lucent.com>
48853
48854         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
48855         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
48856         optional argument.
48857         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
48858         the optional argument, `lib'.
48859
48860 2000-06-08  Jim Meyering  <meyering@lucent.com>
48861
48862         * m4/largefile.m4: Remove file (now that it's part of autoconf).
48863
48864 2000-06-04  Paul Eggert  <eggert@twinsun.com>
48865
48866         Rewrite largefile configuration so that we don't need to run
48867         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
48868         AC_CANONICAL_HOST in configure.in -- jmm]
48869
48870         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
48871         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
48872         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
48873         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
48874         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
48875         All uses changed.
48876         Instead of inspecting the output of getconf, try to compile the
48877         test program without and with the macro definition.
48878         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
48879         for getconf.  Instead, check for the needed flags by compiling
48880         test programs.
48881
48882 2000-06-04  Paul Eggert  <eggert@twinsun.com>
48883
48884         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
48885
48886 2000-06-04  Jim Meyering  <meyering@lucent.com>
48887
48888         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
48889         SunOS 4.1.4 for which gid_t is an unsigned type.
48890
48891 2000-06-03  Jim Meyering  <meyering@lucent.com>
48892
48893         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
48894         now that autoconf requires that.
48895
48896         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
48897         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
48898         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
48899
48900 2000-06-03  Jim Meyering  <meyering@lucent.com>
48901
48902         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
48903
48904 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
48905
48906         * m4/glibc21.m4: New file.
48907         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
48908
48909 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
48910
48911         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
48912         newer, don't install charset.alias.
48913         * lib/config.charset: Change the Linux/glibc rules so they become empty
48914         on glibc-2.1 or newer.
48915
48916 2000-06-02  Jim Meyering  <meyering@lucent.com>
48917
48918         * lib/mountlist.c: Back out last change.  Instead, do this...
48919         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
48920         me_dummy member using the same `ignore'-testing code.
48921         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
48922         fs_type strings.
48923         From Mark D. Roth.
48924
48925 2000-05-29  Jim Meyering  <meyering@lucent.com>
48926
48927         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
48928         mounts with the `ignore' attribute.  Based on a patch from
48929         Mark D. Roth.
48930
48931 2000-05-28  Jim Meyering  <meyering@lucent.com>
48932
48933         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
48934         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48935         * m4/stat.m4: Likewise.
48936         * m4/lstat.m4: Likewise.
48937         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
48938
48939         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
48940         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
48941
48942 2000-05-26  Jim Meyering  <meyering@lucent.com>
48943
48944         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
48945
48946 2000-05-24  Jim Meyering  <meyering@lucent.com>
48947
48948         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
48949         autoconf requires that.
48950         * m4/lib-check.m4: Likewise.
48951         * m4/jm-macros.m4: Likewise.
48952         * m4/strftime.m4: Likewise.
48953
48954         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
48955         AC_CHECK_DECLS, now that autoconf requires that.
48956
48957 2000-05-22  Jim Meyering  <meyering@lucent.com>
48958
48959         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48960         * m4/lstat.m4: Likewise.
48961
48962 2000-05-22  Jim Meyering  <meyering@lucent.com>
48963
48964         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
48965
48966 2000-05-20  Jim Meyering  <meyering@lucent.com>
48967
48968         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
48969         (jm_PREREQ): Use it.
48970
48971 2000-05-18  Jim Meyering  <meyering@lucent.com>
48972
48973         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
48974         back, too, since it may have been modified by allocate_entry.
48975         (hash_delete): Rewrite to use neither the assignment operator
48976         nor the comma operator in an if-expression.
48977
48978 2000-05-15  Paul Eggert  <eggert@twinsun.com>
48979
48980         * lib/closeout.c:
48981         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
48982         Remove; no longer needed.
48983         "quotearg.h": Add include.
48984         (file_name): Do not bother to explicitly initialize to NULL; it's less
48985         efficient on some hosts.
48986         (close_stdout_status): Remove test as to whether stdout was already
48987         closed; it breaks for the case "echo x | sort >&-".
48988         Quote file name colons.
48989         Do not assume that _("write error") lacks format strings.
48990
48991 2000-05-15  Jim Meyering  <meyering@lucent.com>
48992
48993         * lib/version-etc.c (version_etc_copyright): Update the copyright
48994         string used in all --version output.
48995
48996 2000-05-14  Jim Meyering  <meyering@lucent.com>
48997
48998         * lib/closeout.c (close_stdout_set_file_name): New function.
48999         (close_stdout_status): Use new file-scoped global.
49000         Return right away if fstat says the stdout file descriptor is invalid.
49001         * lib/closeout.h (close_stdout_set_file_name): Declare.
49002
49003 2000-05-10  Jim Meyering  <meyering@lucent.com>
49004
49005         * lib/closeout.c [default_exit_status]: New file-scoped variable.
49006         (close_stdout_set_status): New function.
49007         * lib/closeout.h (close_stdout_set_status): Declare.
49008
49009 2000-05-09  Jim Meyering  <meyering@lucent.com>
49010
49011         * m4/gettext.m4: Rename this...
49012         * m4/libintl.m4: ...to this.
49013
49014 2000-05-08  Jim Meyering  <meyering@lucent.com>
49015
49016         * lib/long-options.c: Don't include closeout.h.
49017         (parse_long_options): Don't call close_stdout for --version.
49018
49019 2000-05-06  Paul Eggert  <eggert@twinsun.com>
49020
49021         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
49022         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
49023         2.1.3 bug.  This avoids a clash when files like regex.c define
49024         _GNU_SOURCE.
49025
49026 2000-05-06  Jim Meyering  <meyering@lucent.com>
49027
49028         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
49029         (AC_REPLACE_FUNCS): Add strnlen.
49030
49031         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
49032         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
49033
49034         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
49035         AC_SEARCH_LIBS call for nanosleep.
49036         (LIB_NANOSLEEP): Set and AC_SUBST.
49037
49038 2000-05-06  Jim Meyering  <meyering@lucent.com>
49039
49040         * lib/strnlen.c: Undefine __strnlen and strnlen.
49041         [!weak_alias]: Define __strnlen to strnlen.
49042
49043         * lib/atexit.c: New file, from libiberty.
49044
49045 2000-05-06  Jim Meyering  <meyering@lucent.com>
49046
49047         * lib/closeout.c (close_stdout_status): Also check for errors on the
49048         stderr stream.
49049
49050 2000-05-05  Jim Meyering  <meyering@lucent.com>
49051
49052         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
49053         AC_SEARCH_LIBS call for clock_gettime.
49054         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
49055
49056         * m4/search-libs.m4: Update from autoconf.
49057
49058         su doesn't work on Solaris 2.6.
49059         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
49060         <shadow.h>.  Reported by Dragos Harabor.
49061
49062 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
49063
49064         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
49065         memcpy instead of xmalloc, xrealloc, path_concat.
49066         (locale_charset): Treat empty environment variables as absent.
49067         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
49068
49069 2000-05-04  Jim Meyering  <meyering@lucent.com>
49070
49071         * lib/getopt.c: Update from glibc.
49072         * lib/obstack.c: Likewise.
49073         * lib/obstack.h: Likewise.
49074         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
49075         file
49076
49077         * lib/regex.h: Likewise.
49078         * lib/strndup.c: Likewise.
49079         * lib/strnlen.c: New file, from glibc.
49080
49081 2000-05-03  Jim Meyering  <meyering@lucent.com>
49082
49083         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
49084
49085 2000-05-02  Paul Eggert  <eggert@twinsun.com>
49086
49087         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
49088         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
49089         compile-time test, rather than inspecting host and OS, to
49090         decide whether to define _LARGEFILE_SOURCE.
49091
49092 2000-05-01  Jim Meyering  <meyering@lucent.com>
49093
49094         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
49095
49096         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
49097         Based on a patch from Bruno Haible.
49098
49099 2000-05-01  Jim Meyering  <meyering@lucent.com>
49100
49101         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
49102
49103 2000-04-29  Jim Meyering  <meyering@lucent.com>
49104
49105         * lib/path-concat.c: Declare strdup only if it's not defined.
49106         * lib/canon-host.c: Likewise.
49107
49108 2000-04-28  Jim Meyering  <meyering@lucent.com>
49109
49110         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
49111         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
49112         is included first, then limits.h is included by locale.h by libintl.h.
49113         From John David Anglin.
49114
49115 2000-04-25  Jim Meyering  <meyering@lucent.com>
49116
49117         * lib/makepath.c (S_IRWXUGO): Define.
49118         (make_path): Always perform explicit chmod if MODE specifies any
49119         of the `special' permission bits.  Prompted by a bug report against
49120         install from Mate Wierdl and Joost van Baal.
49121
49122 2000-04-18  Jim Meyering  <meyering@lucent.com>
49123
49124         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
49125         (jm_PREREQ): Use it.
49126
49127 2000-04-18  Jim Meyering  <meyering@lucent.com>
49128
49129         * lib/README: New file.
49130
49131         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
49132         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
49133
49134 2000-04-17  Jim Meyering  <meyering@lucent.com>
49135
49136         Get it right :-)
49137         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
49138         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
49139         Suggestion from Akim Demaille.
49140
49141 2000-04-17  Jim Meyering  <meyering@lucent.com>
49142
49143         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
49144         the definition of it to rpl_strftime also defined-away the system's
49145         declaration.
49146
49147 2000-04-15  Jim Meyering  <meyering@lucent.com>
49148
49149         Use `C' to denote so-called `contiguous' files, the same way
49150         that tar does.
49151         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
49152         (ftypelet): Use S_ISCTG.
49153         From Michael Deutschmann.
49154
49155 2000-04-14  Jim Meyering  <meyering@lucent.com>
49156
49157         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
49158         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
49159         clobbered.
49160
49161 2000-04-14  Jim Meyering  <meyering@lucent.com>
49162
49163         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
49164
49165 2000-04-13  Jim Meyering  <meyering@lucent.com>
49166
49167         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
49168         AH_VERBATIM to insert required #ifndef into config.h.in.
49169         Suggestion from Akim Demaille.
49170
49171 2000-04-12  Jim Meyering  <meyering@lucent.com>
49172
49173         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
49174         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
49175         Christian Krackowizer.
49176
49177         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
49178         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
49179         (AC_SYS_LARGEFILE): Require.
49180         (AM_C_PROTOTYPES): Require.
49181
49182 2000-04-08  Jim Meyering  <meyering@lucent.com>
49183
49184         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
49185         names don't conflict.  Reported by Eli Zaretskii.
49186
49187 2000-04-07  Jim Meyering  <meyering@lucent.com>
49188
49189         * lib/putenv.c: Move inclusion of errno.h so it follows that of
49190         sys/types.h, to work around system header problems on AIX 3.2.5.
49191         From Bruno Haible.
49192
49193 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
49194
49195         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
49196         bug.  Deal with the different error behavior of Irix iconv.
49197
49198 2000-04-05  Paul Eggert  <eggert@twinsun.com>
49199
49200         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
49201         IRIX if the installer said otherwise.
49202
49203 2000-04-05  Jim Meyering  <meyering@lucent.com>
49204
49205         Portability tweaks required for ultrix4.3.
49206         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
49207         (jm_CHECK_DECLS): Add getutent to the list of functions.
49208         (_jm_DECL_HEADERS): Add utmpx.h.
49209         From John David Anglin.
49210
49211         * m4/strftime.m4: Back out the 2000-04-02 change.
49212         Instead of that change, simply undefine putenv in the test program.
49213
49214 2000-04-05  Jim Meyering  <meyering@lucent.com>
49215
49216         Portability tweaks required for ultrix4.3.
49217         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
49218         getutent.
49219         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
49220         * lib/canon-host.c: Declare strdup.
49221         * lib/path-concat.c: Likewise.
49222         From John David Anglin.
49223
49224 2000-04-04  Jim Meyering  <meyering@lucent.com>
49225
49226         Be more DOS 8.3-friendly.
49227         * lib/ref-add.sin: Renamed from ref-add.sed.in.
49228         * lib/ref-del.sin: Renamed from ref-del.sed.in.
49229         * lib/Makefile.am: Reflect renaming.
49230         Reported by Eli Zaretskii.
49231
49232         Use a temporary file name that won't clash with `charset.alias'
49233         in the DOS 8.3 name space.
49234         * lib/Makefile.am (charset_tmp): Define.
49235         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
49236         (uninstall-local): Likewise.
49237         Reported by Eli Zaretskii.
49238
49239 2000-04-03  Jim Meyering  <meyering@lucent.com>
49240
49241         * m4/gettext.m4: Fix typo in comment.
49242
49243         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
49244         textutils/configure.in).  Suggestion from Paul Eggert.
49245         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
49246
49247 2000-04-02  Paul Eggert  <eggert@twinsun.com>
49248
49249         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
49250         variable in the shell rather than using putenv, which isn't
49251         portable.  This avoids the configure-time inter-test dependency
49252         on the potentially-renamed putenv function.
49253
49254 2000-03-30  Paul Eggert  <eggert@twinsun.com>
49255
49256         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
49257         before checking struct stat.st_blksize, so that
49258         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
49259
49260 2000-03-29  Paul Eggert  <eggert@twinsun.com>
49261
49262         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
49263         since strftime.c uses HAVE_STRFTIME to decide whether to use
49264         the underlying strftime.
49265
49266 2000-03-29  Paul Eggert  <eggert@twinsun.com>
49267
49268         * lib/time/strftime.c (my_strftime): Make sure we call the system
49269         strftime, not ourselves, when invoking the underlying strftime.
49270
49271 2000-03-24  Jim Meyering  <meyering@lucent.com>
49272
49273         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
49274         (charset_alias): Define.
49275         (install-exec-local): Factor out common code.
49276         (uninstall-local): Split lines longer than 80.
49277         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
49278         (SUFFIXES): Define.
49279         (.sed.in.sed): New rule.  Don't redirect directly to $@.
49280         (CLEANFILES): Add ref-add.sed and ref-del.sed.
49281
49282 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
49283
49284         * lib/config.charset: Output a line containing "Packages using this
49285         file".
49286         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
49287         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
49288         ref-del.sed): New rules.
49289
49290 2000-03-17  Jim Meyering  <meyering@lucent.com>
49291
49292         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
49293         Otherwise, include <strings.h>
49294
49295 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
49296
49297         * lib/unicodeio.c (utf8_wctomb): New function.
49298         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
49299         format instead of in UCS-4 with platform dependent endianness.
49300
49301 2000-03-10  Jim Meyering  <meyering@lucent.com>
49302
49303         * m4/lib-check.m4: Look for getspnam in -lgen, too.
49304         From Marco Franzen.
49305
49306 2000-03-07  Paul Eggert  <eggert@twinsun.com>
49307
49308         * lib/savedir.c (savedir): Work even if directory size is
49309         negative; this can happen with some screwy NFS configurations.
49310
49311 2000-03-06  Jim Meyering  <meyering@lucent.com>
49312
49313         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
49314         if it's NULL (because we ran out of memory).  From Bruno Haible.
49315
49316 2000-03-05  Jim Meyering  <meyering@lucent.com>
49317
49318         * lib/localcharset.c ("path-concat.h"): Include.
49319         (get_charset_aliases): Use path_concat instead of ANSI string
49320         concatenation.
49321
49322         * lib/unicodeio.h (PARAMS): Define.
49323         Use it to guard prototype.
49324
49325 2000-03-04  Jim Meyering  <meyering@lucent.com>
49326
49327         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
49328         for lib/localcharset.c.
49329
49330 2000-03-04  Jim Meyering  <meyering@lucent.com>
49331
49332         * lib/Makefile.am (install-exec-local): Create $(libdir) before
49333         installing into it.
49334         (uninstall-local): Uncomment this rule so `make distcheck' works
49335         once again.
49336
49337         * lib/unicodeio.c (<errno.h>): Include it.
49338         (errno): Declare if not defined.
49339
49340         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
49341
49342         * lib/config.charset: New version, incorporating remarks from a linux
49343         i18n mailing list.  From Bruno Haible.
49344
49345 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
49346
49347         * m4/codeset.m4: New file.
49348         * m4/iconv.m4: New file.
49349         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
49350
49351 2000-03-03  Jim Meyering  <meyering@lucent.com>
49352
49353         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
49354
49355 2000-03-02  Jim Meyering  <meyering@lucent.com>
49356
49357         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
49358         the messages come out on separate lines.
49359
49360         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
49361         rather than jm_CHECK_DECLARATIONS.
49362         * m4/decl.m4: Remove now-unused file.
49363
49364         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
49365         geteuid.
49366
49367 2000-03-02  Jim Meyering  <meyering@lucent.com>
49368
49369         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
49370
49371 2000-03-01  Jim Meyering  <meyering@lucent.com>
49372
49373         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
49374         * lib/unicodeio.c: Likewise.
49375
49376 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
49377
49378         * lib/config.charset: New file.
49379         * lib/localcharset.c: New file.
49380         * lib/unicodeio.h, lib/unicodeio.c: New files.
49381         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
49382         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
49383         (noinst_HEADERS): Add unicodeio.h.
49384         (all-local, install-exec-local, charset.alias): New targets.
49385
49386 2000-02-28  Paul Eggert  <eggert@twinsun.com>
49387
49388         * lib/quotearg.c (ALERT_CHAR): New macro.
49389         (quotearg_buffer_restyled): Use it.
49390
49391 2000-02-27  Jim Meyering  <meyering@lucent.com>
49392
49393         * m4/check-decl.m4: Add getenv to the list.
49394
49395 2000-02-27  Jim Meyering  <meyering@lucent.com>
49396
49397         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
49398         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
49399
49400         * lib/backupfile.c: Guard inclusion of stdlib.h with
49401         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
49402         Declare malloc if needed.
49403
49404         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
49405         `#ifndef HAVE_DECL..'
49406         now that autoconf always defines the HAVE_DECL_ symbols.
49407         * lib/human.c: Likewise.
49408         * lib/same.c: Likewise.
49409         * lib/strtoumax.c: Likewise.
49410
49411         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
49412         declaration check was not run.
49413         * lib/hash.c: Likewise.
49414         * lib/human.c: Likewise.
49415         * lib/same.c: Likewise.
49416         * lib/strtoumax.c: Likewise.
49417
49418         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
49419         `.', then first look up the entire `.'-containing string as a login
49420         name.
49421
49422 2000-02-23  Jim Meyering  <meyering@lucent.com>
49423
49424         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
49425         in place of my hack.
49426
49427 2000-02-18  Paul Eggert  <eggert@twinsun.com>
49428
49429         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
49430         (textint): New typedef.
49431         (parser_control): Member year changed from int to textint.
49432         All uses changed.
49433         (YYSTYPE): Removed; replaced by %union with int and textint members.
49434         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
49435         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
49436         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
49437         (tSNUMBER, tUNUMBER): Now of type <textintval>.
49438         (date, number, to_year): Use width of number in digits, not its value,
49439         to determine whether it's a 2-digit year, or a 2-digit time.
49440         (yylex): Store number of digits of numeric tokens.
49441         Reported by John Kendall.
49442
49443         (parser_control): Changed from struct parser_control to typedef (for
49444         consistency).  All uses changed.
49445
49446         (tID): Removed; not used.
49447         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
49448
49449 2000-02-14  Paul Eggert  <eggert@twinsun.com>
49450
49451         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
49452         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
49453
49454 2000-02-12  Jim Meyering  <meyering@lucent.com>
49455
49456         * lib/userspec.c (ISDIGIT): Define it.
49457         (isdigit): Remove definition.
49458         (is_number): Use ISDIGIT, not isdigit.
49459         <libintl.h>: Include.
49460         (_ and N_): Define.
49461         (parse_user_spec): Mark translatable strings.
49462
49463 2000-02-10  Jim Meyering  <meyering@lucent.com>
49464
49465         With these changes, nanosleep.[ch] are finally enough like the other
49466         lib/* replacement files to compile on a few more losing systems.
49467
49468         * lib/nanosleep.h: Don't include config.h.
49469         Remove prototype from declaration of nanosleep.
49470         (PARAMS): Remove now-unneeded definition.
49471         * lib/nanosleep.c: #undef nanosleep.
49472         (rpl_nanosleep): Rename from nanosleep.
49473
49474 2000-02-10  Jim Meyering  <meyering@lucent.com>
49475
49476         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
49477         gnu_nanosleep to rpl_nanosleep.
49478
49479 2000-02-09  Jim Meyering  <meyering@lucent.com>
49480
49481         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
49482         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
49483
49484 2000-02-08  Akim Demaille  <akim@epita.fr>
49485
49486         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
49487         `[' and `]' and remove uses of `changequote'.
49488         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
49489         (AC_SYS_LARGEFILE): Likewise.
49490         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
49491         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
49492         of changequote.
49493         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
49494         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
49495         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
49496         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
49497
49498 2000-02-05  Jim Meyering  <meyering@lucent.com>
49499
49500         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
49501         Remove explicit use of AC_HEADER_TIME.  It is required by
49502         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
49503         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
49504         in autoconf whereby the expansion of the latter ended up preceding
49505         the expansion of its prerequisite, AC_HEADER_TIME.
49506         Reported by Volker Borchert.
49507
49508 2000-02-03  Jim Meyering  <meyering@lucent.com>
49509
49510         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
49511
49512 2000-02-03  Jim Meyering  <meyering@lucent.com>
49513
49514         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
49515         rather than with `#if HAVE_UTMPNAME'.
49516
49517 2000-02-02  Jim Meyering  <meyering@lucent.com>
49518
49519         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
49520         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
49521         Reported by Eli Zaretskii.
49522
49523 2000-02-01  Jim Meyering  <meyering@lucent.com>
49524
49525         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
49526
49527 2000-01-31  Jim Meyering  <meyering@lucent.com>
49528
49529         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
49530         functions.  Add the time.h and sys/time.h headers along with the
49531         AC_REQUIRE'ment of AC_HEADER_TIME.
49532
49533 2000-01-31  Jim Meyering  <meyering@lucent.com>
49534
49535         * lib/nanosleep.h (nanosleep): Guard declaration with
49536         `#if ! HAVE_DECL_NANOSLEEP'.
49537         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
49538         the declaration in that vendor's sys/timers.h.
49539         Reported by Christian Krackowizer.
49540
49541         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
49542         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
49543         (ISPRINT): Likewise.
49544         Reported by Tom Tromey.
49545
49546 2000-01-30  Jim Meyering  <meyering@lucent.com>
49547
49548         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
49549
49550         * m4/prereq.m4 (utmp_includes): Define.
49551         Check for ut_user and ut_name members in both struct utmpx
49552         and struct utmp.
49553
49554 2000-01-30  Jim Meyering  <meyering@lucent.com>
49555
49556         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
49557         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
49558         header files where only utmpx.ut_user is declared.
49559
49560         * lib/readutmp.h (UT_USER): Define.
49561
49562 2000-01-29  Jim Meyering  <meyering@lucent.com>
49563
49564         * m4/lib-check.m4: New file containing library-related checks from
49565         fileutils and sh-utils (textutils had none).
49566
49567 2000-01-28  Jim Meyering  <meyering@lucent.com>
49568
49569         * m4/perl.m4: Change format of warning message to look more like that
49570         from the missing script.  Suggestion from François Pinard.
49571
49572 2000-01-25  Jim Meyering  <meyering@lucent.com>
49573
49574         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
49575         well as time.h in the compile check.
49576         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
49577         Fix typo in cross-compiling case: s/yes/no/.
49578
49579 2000-01-23  Jim Meyering  <meyering@lucent.com>
49580
49581         * m4/jm-macros.m4: Move df-related tests here from
49582         fileutils/configure.in
49583
49584         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
49585         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
49586
49587         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
49588         s/space/ac_fsusage_space/.
49589         (jm_FILE_SYSTEM_USAGE): Take two parameters.
49590
49591         * m4/ftruncate.m4: New file (derived from part of
49592         fileutils/configure.in).
49593         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
49594         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
49595
49596         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
49597         AC_SUBST these here, rather than just in sh-util/configure.in, so
49598         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
49599         all the same.
49600         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
49601         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
49602         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
49603         (AC_SUBST(POW_LIBM)): Likewise.
49604         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
49605
49606 2000-01-23  Jim Meyering  <meyering@lucent.com>
49607
49608         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
49609         obstack.c.
49610
49611 2000-01-22  Jim Meyering  <meyering@lucent.com>
49612
49613         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
49614
49615         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
49616
49617         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
49618         configure.in
49619         (AC_CHECK_HEADERS): Likewise for sh-utils.
49620         (AC_CHECK_HEADERS): Likewise for textutils.
49621         Merge the three lists of headers.
49622
49623         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
49624         from fileutils' configure.in.
49625
49626         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
49627         code. Moved tests into their own function (_jm_DECL_HEADERS) in
49628         check-decl.m4.
49629
49630         * m4/check-decl.m4: Use #if rather than #ifdef.
49631         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
49632         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
49633         (_jm_DECL_HEADERS): Define new function.
49634         (jm_CHECK_DECLARATIONS): Require it.
49635
49636 2000-01-22  Jim Meyering  <meyering@lucent.com>
49637
49638         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
49639         [! HAVE_DECL_STRTOULL]: Declare strtoull.
49640         Required for some AIX systems.  Reported by Christian Krackowizer.
49641         [TESTING] (main): New function.
49642
49643         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
49644         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
49645         letters.
49646
49647         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
49648         iswprint.
49649
49650         * lib/strverscmp.c (ISDIGIT): Define.
49651         (strverscmp): Use ISDIGIT, not isdigit.
49652
49653 2000-01-19  Jim Meyering  <meyering@lucent.com>
49654
49655         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
49656         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
49657         defines `struct timespec' in <sys/time.h>
49658
49659         * m4/c-bs-a.m4: Remove uses of changequote altogether.
49660         Thanks to Akim for explaining.
49661
49662 2000-01-17  Paul Eggert  <eggert@twinsun.com>
49663
49664         * lib/nanosleep.c (nanosleep):
49665         Don't use SA_INTERRUPT to decide whether to call sigaction, as
49666         POSIX.1 doesn't require SA_INTERRUPT and some systems
49667         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
49668         it's been part of POSIX.1 since day 1 (in 1988).
49669
49670 2000-01-17  Jim Meyering  <meyering@lucent.com>
49671
49672         * lib/interlock: Remove unused file.  Reported by François Pinard.
49673
49674 2000-01-16  Paul Eggert  <eggert@twinsun.com>
49675
49676         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
49677         alert, backslash, formfeed, and vertical tab unnecessarily in
49678         shell quoting style.
49679
49680 2000-01-16  Jim Meyering  <meyering@lucent.com>
49681
49682         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
49683         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
49684         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
49685         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
49686
49687 2000-01-16  Jim Meyering  <meyering@lucent.com>
49688
49689         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
49690         because the latter didn't work.
49691
49692 2000-01-15  Jim Meyering  <meyering@lucent.com>
49693
49694         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
49695         (AC_REPLACE_FUNCS): Add memcpy and memset.
49696         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
49697         Add strpbrk.
49698         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
49699
49700 2000-01-12  Jim Meyering  <meyering@lucent.com>
49701
49702         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
49703         (jm_PREREQ): Use it.
49704         (jm_PREREQ_READUTMP): New macro.
49705         (jm_PREREQ): Use it.
49706
49707 2000-01-11  Paul Eggert  <eggert@twinsun.com>
49708
49709         Quote multibyte characters correctly.
49710         * m4/c-bs-a.m4: New file.
49711         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
49712         (jm_PREREQ): Use it.
49713
49714 2000-01-11  Paul Eggert  <eggert@twinsun.com>
49715
49716         * m4/uintmax_t.m4: Port to autoconf 2.13.
49717
49718 2000-01-08  Jim Meyering  <meyering@ascend.com>
49719
49720         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
49721         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
49722
49723 2000-01-04  Jim Meyering  <meyering@ascend.com>
49724
49725         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
49726         jm_STRUCT_DIRENT_D_TYPE.
49727         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
49728         jm_STRUCT_DIRENT_D_INO.
49729         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
49730         jm_STRUCT_UTIMBUF.
49731         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
49732         renamings.
49733         * m4/utime.m4: Likewise.
49734
49735         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
49736         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
49737
49738 2000-01-03  Paul Eggert  <eggert@twinsun.com>
49739
49740         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
49741         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
49742
49743 2000-01-02  Jim Meyering  <meyering@ascend.com>
49744
49745         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
49746         remember if this is necessary.
49747
49748 1999-12-26  Jim Meyering  <meyering@ascend.com>
49749
49750         * m4/jm-macros.m4: Use it here.
49751         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
49752
49753 1999-12-23  Jim Meyering  <meyering@ascend.com>
49754
49755         * m4/jm-macros.m4: Check for clock_gettime (moved from
49756         fileutils/configure.in)
49757         Check for gettimeofday.
49758
49759 1999-12-20  Jim Meyering  <meyering@ascend.com>
49760
49761         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
49762         autoconf-2.14a-1999-12-20.
49763
49764 1999-12-19  Jim Meyering  <meyering@ascend.com>
49765
49766         * m4/lstat-slash.m4: New file.
49767         * m4/jm-macros.m4: Use the new macro:
49768         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
49769
49770 1999-12-07  Jim Meyering  <meyering@ascend.com>
49771
49772         * m4/perl.m4: Require that File::Compare be available, too.
49773         Too many systems seem to lack it.
49774
49775         * m4/strftime.m4: Add checks for most of the cpp macros tested in
49776         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
49777
49778 1999-11-18  Paul Eggert  <eggert@twinsun.com>
49779
49780         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
49781         problem with the QNX 4.25 shell, which doesn't propagate exit
49782         status of failed commands inside shell assignments.
49783
49784 1999-11-17  Jim Meyering  <meyering@ascend.com>
49785
49786         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
49787
49788 1999-11-07  Jim Meyering  <meyering@ascend.com>
49789
49790         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
49791
49792 1999-11-06  Jim Meyering  <meyering@ascend.com>
49793
49794         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
49795         * m4/jm-macros.m4 (jm_MACROS): Use it here.
49796
49797 1999-11-05  Jim Meyering  <meyering@ascend.com>
49798
49799         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
49800         configure.in of textutils, fileutils, and sh-utils into this one
49801         (shared between those packages) file.
49802         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
49803         AC_STRUCT_ST_BLKSIZE.
49804
49805 1999-11-03  Jim Meyering  <meyering@ascend.com>
49806
49807         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
49808         of AC_CHECK_TYPE checks includes unistd.h.
49809         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
49810         Suggestion from Akim Demaille.
49811
49812 1999-10-30  Jim Meyering  <meyering@ascend.com>
49813
49814         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
49815         m4-quoted string.
49816         * m4/ls-mntd-fs.m4: Likewise.
49817         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
49818         * m4/jm-winsz1.m4: Likewise.
49819
49820         * m4/const.m4: Remove file, since the fix made it into the experimental
49821         version of autoconf.
49822         * m4/mktime.m4: Likewise.
49823
49824         * m4/check-type.m4: Remove file, now that the latest version of
49825         AC_CHECK_TYPE takes a third arg to specify additional #includes.
49826
49827         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
49828         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
49829         AC_CHECK_TYPE.
49830
49831 1999-10-04  Jim Meyering  <meyering@ascend.com>
49832
49833         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
49834
49835 1999-09-22  Paul Eggert  <eggert@twinsun.com>
49836
49837         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
49838         2.95.1 bug with HP-UX 10.20.
49839
49840 1999-09-17  Jim Meyering  <meyering@ascend.com>
49841
49842         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
49843         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
49844         due to missing strdup (against sh-utils-2.0).
49845
49846 1999-08-29  Jim Meyering  <meyering@ascend.com>
49847
49848         * m4/jm-macros.m4: Require jm_BISON.
49849         * m4/bison.m4: New file.
49850
49851 1999-08-17  Paul Eggert  <eggert@twinsun.com>
49852
49853         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
49854         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
49855
49856 1999-08-05  Jim Meyering  <meyering@ascend.com>
49857
49858         * m4/getline.m4: Rename test file from conftestdata to conftest.data
49859         to avoid conflicts with `conftest' on 8+3 filesystems.
49860         Suggestion from Eli Zaretskii.
49861
49862 1999-08-04  Jim Meyering  <meyering@ascend.com>
49863
49864         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
49865         fileutils and sh-utils (textutils's getline test was inadequate).
49866         (AM_FUNC_GETLINE): Run this test.
49867         (AC_CHECK_FUNCS): Check for getdelim.
49868         Reported by Bob Proulx.
49869
49870 1999-08-02  Jim Meyering  <meyering@ascend.com>
49871
49872         * m4/jm-macros.m4: Add a comment.
49873
49874 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49875
49876         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
49877         <inttypes.h> defines strtoumax as a macro (and not as a
49878         function).
49879
49880 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49881
49882         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
49883         that we can shift, multiply and divide unsigned long long
49884         values; Ultrix cc can't do it.
49885
49886 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49887
49888         * m4/mktime.m4: New file, which is a preview of what should appear
49889         in the next public autoconf release.
49890
49891 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49892
49893         * m4/lfs.m4: Remove this file.
49894         * m4/largefile.m4: New file.  It contains the old contents of
49895         lfs.m4, except that all names with prefix AC_LFS have been
49896         changed to use the prefix AC_SYS_LARGEFILE instead, to be
49897         compatible with future autoconf versions.  Also, some minor m4
49898         quoting problems have been fixed.
49899
49900 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49901
49902         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
49903         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
49904         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
49905         and simplify the shell code.
49906
49907 1999-08-01  Jim Meyering  <meyering@ascend.com>
49908
49909         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
49910         m4.
49911
49912 1999-07-20  Jim Meyering  <meyering@ascend.com>
49913
49914         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
49915
49916 1999-07-15  Jim Meyering  <meyering@ascend.com>
49917
49918         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
49919
49920 1999-05-22  Jim Meyering  <meyering@ascend.com>
49921
49922         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
49923
49924 1999-05-20  Jim Meyering  <meyering@ascend.com>
49925
49926         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
49927         Add a colon after each `then' in case $4 is empty.
49928
49929 1999-05-16  Jim Meyering  <meyering@ascend.com>
49930
49931         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
49932
49933 1999-05-10  Jim Meyering  <meyering@ascend.com>
49934
49935         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
49936
49937         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
49938         AC_FUNC_MKTIME.
49939
49940 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
49941
49942         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
49943
49944 1999-05-04  Paul Eggert  <eggert@twinsun.com>
49945
49946         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
49947         not CPPFLAGS, so that linking works correctly in IRIX.
49948
49949 1999-04-30  Paul Eggert  <eggert@twinsun.com>
49950
49951         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
49952
49953 1999-04-20  Paul Eggert  <eggert@twinsun.com>
49954
49955         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
49956         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
49957         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
49958         jm_AC_TYPE_UNSIGNED_LONG_LONG.
49959         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
49960
49961         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
49962
49963 1999-04-20  Jim Meyering  <meyering@ascend.com>
49964
49965         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
49966         AC_REPLACE xstroull if necessary.  From Paul Eggert.
49967         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
49968
49969 1999-04-18  Jim Meyering  <meyering@ascend.com>
49970
49971         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
49972         * m4/jm-macros.m4: Use it.
49973
49974 1999-04-06  Jim Meyering  <meyering@ascend.com>
49975
49976         * m4/strftime.m4: Remove test for %f.
49977
49978 1999-03-29  Jim Meyering  <meyering@ascend.com>
49979
49980         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
49981         superset of the AC_TYPE_* checks in the textutils, fileutils,
49982         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
49983         AC_TYPE_PID_T.
49984
49985 1999-03-28  Jim Meyering  <meyering@ascend.com>
49986
49987         * m4/jm-macros.m4: Define GNU_PACKAGE here.
49988         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
49989         replaced e.g., in the *.sh files of the sh-utils.
49990
49991 1999-03-20  Jim Meyering  <meyering@ascend.com>
49992
49993         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
49994         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
49995         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
49996
49997 1999-03-19  Jim Meyering  <meyering@ascend.com>
49998
49999         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
50000
50001 1999-03-12  Jim Meyering  <meyering@ascend.com>
50002
50003         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
50004
50005 1999-03-07  Jim Meyering  <meyering@ascend.com>
50006
50007         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
50008         declared.
50009
50010 1999-02-17  Jim Meyering  <meyering@ascend.com>
50011
50012         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
50013         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
50014
50015 1999-02-07  Jim Meyering  <meyering@ascend.com>
50016
50017         * m4/group-member.m4: New file -- extracted from sh-utils'
50018         configure.in.
50019
50020         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
50021         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
50022
50023 1999-02-06  Jim Meyering  <meyering@ascend.com>
50024
50025         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
50026         * m4/fnmatch.m4: Likewise.
50027         * m4/getgroups.m4: Likewise.
50028         * m4/lstat.m4: Likewise.
50029         * m4/malloc.m4: Likewise.
50030         * m4/putenv.m4: Likewise.
50031         * m4/realloc.m4: Likewise.
50032         * m4/regex.m4: Likewise.
50033         * m4/stat.m4: Likewise.
50034         * m4/strftime.m4: Likewise.
50035         Suggestion from Alain Magloire.
50036
50037         * m4/chown.m4: Use `.$ac_objext', not `.o'.
50038         * m4/fnmatch.m4: Likewise.
50039         * m4/getgroups.m4: Likewise.
50040         * m4/getline.m4: Likewise.
50041         * m4/lstat.m4: Likewise.
50042         * m4/malloc.m4: Likewise.
50043         * m4/memcmp.m4: Likewise.
50044         * m4/putenv.m4: Likewise.
50045         * m4/realloc.m4: Likewise.
50046         * m4/regex.m4: Likewise.
50047         * m4/stat.m4: Likewise.
50048         * m4/strftime.m4: Likewise.
50049         Suggestion from Alain Magloire.
50050
50051         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
50052         an argument.
50053
50054         * m4/regex.m4: Add a run-time Test for proper operation of
50055         re_compile_pattern.
50056
50057 1999-01-31  Jim Meyering  <meyering@ascend.com>
50058
50059         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
50060
50061 1999-01-30  Jim Meyering  <meyering@ascend.com>
50062
50063         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
50064
50065         * m4/jm-mktime.m4: Make this a wrapper around the official
50066         AM_FUNC_MKTIME rather than my private copy, now that the official one
50067         is up to date.
50068         * m4/mktime.m4: Remove file.
50069
50070         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
50071         * m4/uptime.m4: Likewise.
50072         * m4/uintmax_t.m4: Likewise.
50073
50074 1999-01-28  Jim Meyering  <meyering@ascend.com>
50075
50076         * m4/jm-macros.m4: Use jm_AFS.
50077         * m4/afs.m4: New file (from fileutils' configure.in).
50078
50079         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
50080         * m4/chown.m4: Likewise.
50081         * m4/d-ino.m4: Likewise.
50082         * m4/d-type.m4: Likewise.
50083         * m4/fnmatch.m4: Likewise.
50084         * m4/getgroups.m4: Likewise.
50085         * m4/gettext.m4: Likewise.
50086         * m4/jm-mktime.m4: Likewise.
50087         * m4/jm-winsz2.m4: Likewise.
50088         * m4/lcmessage.m4: Likewise.
50089         * m4/ls-mntd-fs.m4: Likewise.
50090         * m4/malloc.m4: Likewise.
50091         * m4/memcmp.m4: Likewise.
50092         * m4/putenv.m4: Likewise.
50093         * m4/realloc.m4: Likewise.
50094         * m4/st_mtim.m4: Likewise.
50095         * m4/strftime.m4: Likewise.
50096
50097 1999-01-16  Jim Meyering  <meyering@ascend.com>
50098
50099         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
50100         (ARGMATCH_DIE_DECL): Define.
50101
50102 1999-01-12  Jim Meyering  <meyering@ascend.com>
50103
50104         * m4/Makefile.am.in: Rewrite to avoid using fmt.
50105         Reported by Lars Hecking.
50106
50107 1999-01-10  Jim Meyering  <meyering@ascend.com>
50108
50109         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
50110         gross kludge.
50111         * m4/inttypes_h.m4: Likewise.
50112         * m4/lstat.m4: Likewise.
50113         * m4/malloc.m4: Likewise.
50114         * m4/readdir.m4: Likewise.
50115         * m4/realloc.m4: Likewise.
50116         * m4/st_dm_mode.m4: Likewise.
50117         * m4/stat.m4: Likewise.
50118         * m4/utimbuf.m4: Likewise.
50119         * m4/utimes.m4: Likewise.
50120
50121         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
50122         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
50123         comments in config.h.in are meaningful.
50124
50125         * m4/jm-macros.m4: Require autoconf-2.13 here.
50126
50127         * m4/regex.m4: By default, don't use the included regex.c on systems
50128         with glibc 2.  Suggestion from Uli Drepper.
50129
50130 1999-01-02  Jim Meyering  <meyering@ascend.com>
50131
50132         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
50133
50134 1998-12-18  Jim Meyering  <meyering@ascend.com>
50135
50136         * m4/Makefile.am.in (Makefile.am): Simplify rule.
50137         Based on a suggestion from Lars Hecking.
50138
50139 1998-11-16  Paul Eggert  <eggert@twinsun.com>
50140
50141         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
50142
50143 1998-11-16  Jim Meyering  <meyering@ascend.com>
50144
50145         * m4/lfs.m4: Double-quote the `uname...` expression.
50146
50147 1998-11-14  Jim Meyering  <meyering@ascend.com>
50148
50149         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
50150         * m4/stat.m4: Likewise.
50151
50152 1998-11-03  Jim Meyering  <meyering@ascend.com>
50153
50154         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
50155         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
50156
50157 1998-10-18  Jim Meyering  <meyering@ascend.com>
50158
50159         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
50160
50161 1998-10-17  Jim Meyering  <meyering@ascend.com>
50162
50163         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
50164         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
50165         calls for those previously hard-coded headers.  Instead, take a new
50166         parameter.
50167         (jm_CHECK_DECLARATIONS): Reflect interface change.
50168         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
50169         (jm_CHECK_DECL_LOCALTIME_R): New macro.
50170
50171         * m4/mktime.m4: Test for spring-forward gap before long-running test.
50172
50173 1998-10-14  Jim Meyering  <meyering@ascend.com>
50174
50175         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
50176         instead of "TZ=America/Vancouver".  From Paul Eggert.
50177
50178 1998-10-11  Jim Meyering  <meyering@ascend.com>
50179
50180         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
50181         This adds a test for a recently added compatibility fix for mktime.c.
50182         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
50183
50184 1998-09-27  Jim Meyering  <meyering@ascend.com>
50185
50186         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
50187
50188         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
50189         ../configure.in, including a change from Gordon Matzigkeit to allow
50190         cross-compiling for the Hurd.
50191
50192         * m4/glibc.m4: New file/macro to test for the GNU C Library
50193         versions 1 and 2.  From Gordon Matzigkeit.
50194         Indent.
50195
50196 1998-09-21  Jim Meyering  <meyering@ascend.com>
50197
50198         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
50199
50200 1998-08-18  Paul Eggert  <eggert@twinsun.com>
50201
50202         Port nanosecond-resolution times to UnixWare 2.1.2 and
50203         pedantic Solaris 2.6.
50204
50205         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
50206         AC_STRUCT_ST_MTIM.
50207         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
50208         Generate name of ns member, instead of just 1 or undef.
50209         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
50210
50211 1998-08-15  Jim Meyering  <meyering@ascend.com>
50212
50213         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
50214         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
50215         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
50216         instead of jm_TYPE_SSIZE_T.
50217
50218 1998-08-12  Jim Meyering  <meyering@ascend.com>
50219
50220         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
50221
50222 1998-08-02  Jim Meyering  <meyering@ascend.com>
50223
50224         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
50225         in acconfig.h manually.
50226
50227 1998-07-31  Paul Eggert  <eggert@twinsun.com>
50228
50229         * m4/st_mtim.m4: New file.
50230
50231 1998-07-28  Jim Meyering  <meyering@ascend.com>
50232
50233         * m4/utimes.m4: Undef stat.
50234
50235 1998-07-25  Jim Meyering  <meyering@ascend.com>
50236
50237         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
50238         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
50239
50240 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
50241
50242         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
50243         uid and gid actually remain unchanged.
50244
50245 1998-07-07  Jim Meyering  <meyering@ascend.com>
50246
50247         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
50248
50249 1998-07-04  Jim Meyering  <meyering@ascend.com>
50250
50251         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
50252         to prove that this macro can be used in packages without regex.c.
50253
50254 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
50255
50256         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
50257         is to be used.
50258
50259 1998-07-03  Jim Meyering  <meyering@ascend.com>
50260
50261         * m4/gettext.m4: Add -lintl if it's found to be necessary.
50262
50263         * m4/gettext.m4: New file -- from gettext-0.10.35.
50264         * m4/lcmessage.m4: Likewise.
50265         * m4/progtest.m4: Likewise.
50266
50267         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
50268         * m4/jm-macros.m4: Require the new macro.
50269
50270 1998-06-29  Jim Meyering  <meyering@ascend.com>
50271
50272         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
50273         for the definition of NGROUPS (used in a system header included
50274         by sys/mount.h).
50275
50276 1998-06-28  Jim Meyering  <meyering@ascend.com>
50277
50278         * m4/ls-mntd-fs.m4: New file.
50279         * m4/fstypename.m4: New file.
50280
50281         * m4/jm-macros.m4: Require the new macro.
50282         * m4/jm-glibc-io.m4: New file.
50283
50284 1998-05-19  Jim Meyering  <meyering@ascend.com>
50285
50286         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
50287         * m4/lchown.m4: New file.
50288
50289         * m4/Makefile.am.in: New file.
50290         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
50291
50292 1998-05-14  Jim Meyering  <meyering@ascend.com>
50293
50294         * m4/Makefile.am (EXTRA_DIST): Add them.
50295         * m4/jm-macros.m4: New file.
50296         * m4/utimbuf.m4: New file.
50297
50298 1998-05-12  Jim Meyering  <meyering@ascend.com>
50299
50300         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
50301
50302 1998-05-11  Jim Meyering  <meyering@ascend.com>
50303
50304         * m4/isc-posix.m4: New file.
50305
50306 1998-05-10  Jim Meyering  <meyering@ascend.com>
50307
50308         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
50309
50310 1998-05-09  Jim Meyering  <meyering@ascend.com>
50311
50312         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
50313         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
50314         with automake.
50315
50316         * m4/ssize_t.m4: New file.
50317         * m4/mktime.m4: Remove file -- the new automake has this now.
50318
50319 1998-04-26  Jim Meyering  <meyering@ascend.com>
50320
50321         * m4/assert.m4: New file.
50322         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
50323
50324 1998-04-05  Jim Meyering  <meyering@ascend.com>
50325
50326         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
50327         (jm_PREREQ): Use it here.
50328
50329 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
50330
50331         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
50332         in acconfig.h.
50333
50334 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
50335
50336         * m4/prereq.m4: New file.
50337         * m4/error.m4: New file.
50338         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
50339
50340 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
50341
50342         * m4/getline.m4: Don't set am_cv_func_working_getline before the
50343         cache-check for the same variable -- that defeated the purpose of
50344         the test; the test program was never run.  This was a problem only
50345         on systems with losing getline functions -- HP-UX 10.20 is one.
50346         Reported by Bjorn Helgaas.
50347
50348 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
50349
50350         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
50351
50352 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
50353
50354         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
50355
50356         * m4/const.m4: New file.  Use an initializer in this declaration
50357         typedef int charset[2]; const charset x;
50358         Reported by Bob Glickstein.
50359
50360 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
50361
50362         * m4/chown.m4: Fix reversed types on -1 args to chown.
50363         From Kaveh Ghazi.
50364
50365 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
50366
50367         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
50368         Add lseek and memchr.
50369
50370         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
50371         T.E.Dickey <dickey@clark.net> said that some older preprocessors
50372         have a 20-character limit on names.
50373
50374 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
50375
50376         * m4/inttypes_h.m4: New file.
50377         * m4/uintmax_t.m4: New file.
50378         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
50379
50380
50381         -----
50382
50383         Local Variables:
50384         coding: utf-8
50385         End:
50386
50387         Copyright (C) 1997-2009 Free Software Foundation, Inc.
50388
50389         Copying and distribution of this file, with or without
50390         modification, are permitted provided the copyright notice
50391         and this notice are preserved.