New module 'unicase/tocasefold'.
[gnulib.git] / ChangeLog
1 2009-03-08  Bruno Haible  <bruno@clisp.org>
2
3         New module 'unicase/tocasefold'.
4         * lib/unicase/casefold.h: New file.
5         * lib/unicase/tocasefold.c: New file.
6         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
7         * modules/unicase/tocasefold: New file.
8
9         Tests for module 'unicase/u32-totitle'.
10         * modules/unicase/u32-totitle-tests: New file.
11         * tests/unicase/test-u32-totitle.c: New file.
12
13         Tests for module 'unicase/u16-totitle'.
14         * modules/unicase/u16-totitle-tests: New file.
15         * tests/unicase/test-u16-totitle.c: New file.
16
17         Tests for module 'unicase/u8-totitle'.
18         * modules/unicase/u8-totitle-tests: New file.
19         * tests/unicase/test-u8-totitle.c: New file.
20
21         New module 'unicase/u32-totitle'.
22         * lib/unicase/u32-totitle.c: New file.
23         * modules/unicase/u32-totitle: New file.
24
25         New module 'unicase/u16-totitle'.
26         * lib/unicase/u16-totitle.c: New file.
27         * modules/unicase/u16-totitle: New file.
28
29         New module 'unicase/u8-totitle'.
30         * lib/unicase/u8-totitle.c: New file.
31         * lib/unicase/u-totitle.h: New file.
32         * modules/unicase/u8-totitle: New file.
33
34         Tests for module 'unicase/u32-tolower'.
35         * modules/unicase/u32-tolower-tests: New file.
36         * tests/unicase/test-u32-tolower.c: New file.
37
38         Tests for module 'unicase/u16-tolower'.
39         * modules/unicase/u16-tolower-tests: New file.
40         * tests/unicase/test-u16-tolower.c: New file.
41
42         Tests for module 'unicase/u8-tolower'.
43         * modules/unicase/u8-tolower-tests: New file.
44         * tests/unicase/test-u8-tolower.c: New file.
45
46         New module 'unicase/u32-tolower'.
47         * lib/unicase/u32-tolower.c: New file.
48         * modules/unicase/u32-tolower: New file.
49
50         New module 'unicase/u16-tolower'.
51         * lib/unicase/u16-tolower.c: New file.
52         * modules/unicase/u16-tolower: New file.
53
54         New module 'unicase/u8-tolower'.
55         * lib/unicase/u8-tolower.c: New file.
56         * modules/unicase/u8-tolower: New file.
57
58         Tests for module 'unicase/u32-toupper'.
59         * modules/unicase/u32-toupper-tests: New file.
60         * tests/unicase/test-u32-toupper.c: New file.
61
62         Tests for module 'unicase/u16-toupper'.
63         * modules/unicase/u16-toupper-tests: New file.
64         * tests/unicase/test-u16-toupper.c: New file.
65
66         Tests for module 'unicase/u8-toupper'.
67         * modules/unicase/u8-toupper-tests: New file.
68         * tests/unicase/test-u8-toupper.c: New file.
69
70         New module 'unicase/u32-toupper'.
71         * lib/unicase/u32-toupper.c: New file.
72         * modules/unicase/u32-toupper: New file.
73
74         New module 'unicase/u16-toupper'.
75         * lib/unicase/u16-toupper.c: New file.
76         * modules/unicase/u16-toupper: New file.
77
78         New module 'unicase/u8-toupper'.
79         * lib/unicase/u8-toupper.c: New file.
80         * modules/unicase/u8-toupper: New file.
81
82         New module 'unicase/u32-casemap'.
83         * lib/unicase/u32-casemap.c: New file.
84         * modules/unicase/u32-casemap: New file.
85
86         New module 'unicase/u16-casemap'.
87         * lib/unicase/u16-casemap.c: New file.
88         * modules/unicase/u16-casemap: New file.
89
90         New module 'unicase/u8-casemap'.
91         * lib/unicase/unicasemap.h: New file.
92         * lib/unicase/u8-casemap.c: New file.
93         * lib/unicase/u-casemap.h: New file.
94         * modules/unicase/u8-casemap: New file.
95
96         New module 'unicase/special-casing'.
97         * lib/unicase/special-casing.h: New file.
98         * lib/unicase/special-casing.c: New file.
99         * lib/unicase/special-casing-table.gperf: New file, generated by
100         gen-uni-tables.c.
101         * modules/unicase/special-casing: New file.
102
103         Tests for module 'unicase/locale-language'.
104         * modules/unicase/locale-language-tests: New file.
105         * tests/unicase/test-locale-language.sh: New file.
106         * tests/unicase/test-locale-language.c: New file.
107
108         New module 'unicase/locale-language'.
109         * lib/unicase/locale-language.c: New file.
110         * lib/unicase/locale-languages.gperf: New file.
111         * modules/unicase/locale-language: New file.
112
113         Generate more tables for case conversion and case folding.
114         * lib/gen-uni-tables.c (SCC_*): New enum items.
115         (struct special_casing_rule): New type.
116         (casing_rules, num_casing_rules, allocated_casing_rules): New
117         variables.
118         (add_casing_rule, fill_casing_rules): New functions.
119         (struct casefold_rule): New type.
120         (casefolding_rules, num_casefolding_rules,
121         allocated_casefolding_rules): New variables.
122         (fill_casefolding_rules): New function.
123         (unicode_casefold): New variable.
124         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
125         sort_casing_rules, output_casing_rules): New functions.
126         (main): Accept to more arguments: SpecialCasing.txt and
127         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
128         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
129         Output mapping for casefolding.
130
131         * lib/unicase.h: Include stdbool.h, uninorm.h.
132         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
133         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
134         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
135         arguments.
136         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
137         resultp arguments.
138         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
139         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
140         resultp arguments.
141         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
142         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
143         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
144         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
145         declarations.
146         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
147
148 2009-03-08  Bruno Haible  <bruno@clisp.org>
149
150         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
151         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
152         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
153         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
154
155 2009-03-07  Bruno Haible  <bruno@clisp.org>
156
157         Adjust u*_normcmp, u*_normcoll API.
158         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
159         u16_normcoll, u32_normcoll): Change failure conventions.
160         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
161         errno and return -1.
162         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
163
164 2009-03-07  Bruno Haible  <bruno@clisp.org>
165
166         Tests for module 'uninorm/u32-normcoll'.
167         * modules/uninorm/u32-normcoll-tests: New file.
168         * tests/uninorm/test-u32-normcoll.c: New file.
169
170         Tests for module 'uninorm/u16-normcoll'.
171         * modules/uninorm/u16-normcoll-tests: New file.
172         * tests/uninorm/test-u16-normcoll.c: New file.
173
174         Tests for module 'uninorm/u8-normcoll'.
175         * modules/uninorm/u8-normcoll-tests: New file.
176         * tests/uninorm/test-u8-normcoll.c: New file.
177
178 2009-03-07  Bruno Haible  <bruno@clisp.org>
179
180         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
181         tests/uninorm/test-u32-normcmp.c.
182         * tests/uninorm/test-u32-normcmp.c: Include it.
183         (test_nonascii): New function, extracted from main. Add some more
184         tests.
185         (main): Invoke test_ascii and test_nonascii.
186         * modules/uninorm/u32-normcmp-tests (Files): Add
187         tests/uninorm/test-u32-normcmp.h.
188         (Depends-on): Remove uninorm/u32-normcmp.
189
190         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
191         tests/uninorm/test-u16-normcmp.c.
192         * tests/uninorm/test-u16-normcmp.c: Include it.
193         (test_nonascii): New function, extracted from main. Add some more
194         tests.
195         (main): Invoke test_ascii and test_nonascii.
196         * modules/uninorm/u16-normcmp-tests (Files): Add
197         tests/uninorm/test-u16-normcmp.h.
198         (Depends-on): Remove uninorm/u16-normcmp.
199
200         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
201         tests/uninorm/test-u8-normcmp.c.
202         * tests/uninorm/test-u8-normcmp.c: Include it.
203         (test_nonascii): New function, extracted from main. Add some more
204         tests.
205         (main): Invoke test_ascii and test_nonascii.
206         * modules/uninorm/u8-normcmp-tests (Files): Add
207         tests/uninorm/test-u8-normcmp.h.
208         (Depends-on): Remove uninorm/u8-normcmp.
209
210 2009-03-07  Bruno Haible  <bruno@clisp.org>
211
212         New module 'uninorm/u32-normcoll'.
213         * lib/uninorm/u32-normcoll.c: New file.
214         * modules/uninorm/u32-normcoll: New file.
215
216         New module 'uninorm/u16-normcoll'.
217         * lib/uninorm/u16-normcoll.c: New file.
218         * modules/uninorm/u16-normcoll: New file.
219
220         New module 'uninorm/u8-normcoll'.
221         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
222         declarations.
223         * lib/uninorm/u8-normcoll.c: New file.
224         * lib/uninorm/u-normcoll.h: New file.
225         * modules/uninorm/u8-normcoll: New file.
226
227         New module 'uninorm/u32-normxfrm'.
228         * lib/uninorm/u32-normxfrm.c: New file.
229         * modules/uninorm/u32-normxfrm: New file.
230
231         New module 'uninorm/u16-normxfrm'.
232         * lib/uninorm/u16-normxfrm.c: New file.
233         * modules/uninorm/u16-normxfrm: New file.
234
235         New module 'uninorm/u8-normxfrm'.
236         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
237         declarations.
238         * lib/uninorm/u8-normxfrm.c: New file.
239         * lib/uninorm/u-normxfrm.h: New file.
240         * modules/uninorm/u8-normxfrm: New file.
241
242 2009-03-07  Bruno Haible  <bruno@clisp.org>
243
244         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
245         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
246         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
247
248 2009-03-07  Bruno Haible  <bruno@clisp.org>
249
250         New module 'memxfrm'.
251         * lib/memxfrm.h: New file.
252         * lib/memxfrm.c: New file.
253         * modules/memxfrm: New file.
254
255 2009-03-07  Bruno Haible  <bruno@clisp.org>
256
257         New module 'memcmp2'.
258         * lib/memcmp2.h: New file.
259         * lib/memcmp2.c: New file.
260         * modules/memcmp2: New file.
261
262 2009-03-07  Bruno Haible  <bruno@clisp.org>
263
264         Tests for module 'uninorm/decomposing-form'.
265         * modules/uninorm/decomposing-form-tests: New file.
266         * tests/uninorm/test-decomposing-form.c: New file.
267
268         New module 'uninorm/decomposing-form'.
269         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
270         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
271         Add 'decomposing_variant' field.
272         * lib/uninorm/decomposing-form.c: New file.
273         * lib/uninorm/nfc.c (uninorm_nfc): Update.
274         * lib/uninorm/nfd.c (uninorm_nfd): Update.
275         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
276         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
277         * modules/uninorm/decomposing-form: New file.
278         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
279         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
280
281 2009-03-07  Bruno Haible  <bruno@clisp.org>
282
283         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
284         strings.
285
286 2009-03-06  Bruno Haible  <bruno@clisp.org>
287
288         Tests for module 'uninorm/u32-normcmp'.
289         * tests/uninorm/test-u32-normcmp.c: New file.
290         * modules/uninorm/u32-normcmp-tests: New file.
291
292         Tests for module 'uninorm/u16-normcmp'.
293         * tests/uninorm/test-u16-normcmp.c: New file.
294         * modules/uninorm/u16-normcmp-tests: New file.
295
296         Tests for module 'uninorm/u8-normcmp'.
297         * tests/uninorm/test-u8-normcmp.c: New file.
298         * modules/uninorm/u8-normcmp-tests: New file.
299
300         New module 'uninorm/u32-normcmp'.
301         * lib/uninorm/u32-normcmp.c: New file.
302         * modules/uninorm/u32-normcmp: New file.
303
304         New module 'uninorm/u16-normcmp'.
305         * lib/uninorm/u16-normcmp.c: New file.
306         * modules/uninorm/u16-normcmp: New file.
307
308         New module 'uninorm/u8-normcmp'.
309         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
310         declarations.
311         * lib/uninorm/u8-normcmp.c: New file.
312         * lib/uninorm/u-normcmp.h: New file.
313         * modules/uninorm/u8-normcmp: New file.
314
315 2009-03-06  Bruno Haible  <bruno@clisp.org>
316
317         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
318         Reported by Eric Blake.
319
320 2009-03-06  Eric Blake  <ebb9@byu.net>
321             Bruno Haible  <bruno@clisp.org>
322
323         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
324         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
325         condition.
326         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
327         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
328         condition.
329         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
330
331 2009-03-06  Eric Blake  <ebb9@byu.net>
332
333         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
334         to avoid compiler warnings.
335         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
336
337 2009-03-05  Bruno Haible  <bruno@clisp.org>
338
339         * tests/test-ftell.c (main): Disable test beyond end of file on
340         FreeMiNT.
341         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
342
343 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
344
345         * lib/filevercmp.c: Move hidden files up in ordering.
346         * tests/test-filevercmp.c: Add tests for hidden files.
347
348 2009-03-04  Bruno Haible  <bruno@clisp.org>
349
350         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
351         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
352         AM_CFLAGS.
353         Reported by Simon Josefsson.
354
355 2009-03-03  Bruno Haible  <bruno@clisp.org>
356
357         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
358         Reported by Simon Josefsson.
359
360         * doc/ld-version-script.texi: Update node reference.
361
362 2009-03-03  Bruno Haible  <bruno@clisp.org>
363
364         * modules/visibility (License): Change to 'unlimited'.
365         Suggested by Simon Josefsson.
366
367 2009-03-03  Jim Meyering  <meyering@redhat.com>
368
369         unlinkdir: cannot_unlink_dir may modify process state
370         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
371         it's neither thread-safe nor appropriate for use in a library.
372
373 2009-03-03  Eric Blake  <ebb9@byu.net>
374
375         test-closein: silence test under Darwin
376         * tests/test-closein.sh: Ignore stderr from cat, since we don't
377         care if it dies from EPIPE or EBADF.
378
379 2009-03-03  Bruno Haible  <bruno@clisp.org>
380
381         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
382         earlier.
383         * doc/visibility.texi: Fix @node and @section.
384
385 2009-03-03  Simon Josefsson  <simon@josefsson.org>
386
387         * doc/gnulib.texi: Link to sections for ld version script and
388         visibility.
389         * doc/visibility.texi: Add @node and @section.
390         * modules/ld-version-script: New module.
391         * m4/ld-version-script.m4: New file.
392         * doc/ld-version-script.texi: New file.
393
394 2009-03-02  David Lutterkort  <lutter@redhat.com>
395
396         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
397         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
398
399 2009-03-02  Bruno Haible  <bruno@clisp.org>
400
401         * doc/visibility.texi: Mention libtool's -export-symbols option.
402
403 2009-03-02  Jim Meyering  <meyering@redhat.com>
404
405         announce-gen: new option: --no-print-checksums
406         * build-aux/announce-gen (usage): Describe it.
407         (print_checksums): Print a newline here, not in the [*] footnote.
408         (main): Honor it.
409
410 2009-03-01  Bruno Haible  <bruno@clisp.org>
411
412         Use socklen_t in the native Windows replacements prototypes.
413         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
414         instead of 'int'.
415         * lib/getsockopt.c (rpl_getsockopt): Likewise.
416         * lib/setsockopt.c (rpl_setsockopt): Likewise.
417         * modules/getsockopt (Depends-on): Add socklen.
418         * modules/setsockopt (Depends-on): Add socklen.
419
420 2009-03-01  Bruno Haible  <bruno@clisp.org>
421
422         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
423         least 4.2.
424
425 2009-03-01  Eric Blake  <ebb9@byu.net>
426             Bruno Haible  <bruno@clisp.org>
427
428         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
429         error messages.
430         * lib/wait-process.c (wait_subprocess): Omit error message about
431         deadly signal sent to the child of termsigp != NULL.
432
433 2009-03-01  Eric Blake  <ebb9@byu.net>
434
435         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
436
437 2009-03-01  Bruno Haible  <bruno@clisp.org>
438
439         Avoid a gcc warning.
440         * tests/test-sched.c (b): Make global.
441         Reported by Eric Blake.
442
443 2009-01-19  Martin Lambers  <marlam@marlam.de>
444
445         Provide POSIX semantics for socket timeout options on W32.
446         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
447         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
448         * modules/setsockopt: Depend on sys_time module for struct timeval.
449         * modules/getsockopt: Depend on sys_time module for struct timeval.
450
451 2009-03-01  Simon Josefsson  <simon@josefsson.org>
452
453         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
454         __USE_GNU, for consistency with netdb.in.h.
455         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
456
457 2009-03-01  Bruno Haible  <bruno@clisp.org>
458
459         More support for FreeMiNT.
460         * lib/fseeko.c (rpl_fseeko): Complete last commit.
461         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
462
463 2009-03-01  Bruno Haible  <bruno@clisp.org>
464
465         More support for FreeMiNT.
466         * lib/fpurge.c (fpurge): Correct last commit.
467         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
468
469 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
470
471         Fix unportable awk script in vc-list-files.
472         * build-aux/vc-list-files: In the replacement awk script, use
473         substr with a second argument of 1, not zero.
474         Report by Simon Josefsson.
475
476 2009-02-28  Bruno Haible  <bruno@clisp.org>
477
478         More support for FreeMiNT.
479         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
480         to FreeMiNT today.
481         * lib/fwriting.c (fwriting): Likewise.
482         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
483
484 2009-02-28  Bruno Haible  <bruno@clisp.org>
485
486         * tests/test-freadseek.c (main): Disable test beyond end of file on
487         FreeMiNT.
488         * tests/test-ftello.c (main): Likewise.
489         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
490
491 2009-02-28  Bruno Haible  <bruno@clisp.org>
492
493         Add tentative support for FreeMiNT.
494         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
495         * lib/fpurge.c (fpurge): Likewise.
496         * lib/freadable.c (freadable): Likewise.
497         * lib/freading.c (freading): Likewise.
498         * lib/freadptr.c (freadptr): Likewise.
499         * lib/freadseek.c (freadptrinc): Likewise.
500         * lib/fseeko.c (rpl_fseeko): Likewise.
501         * lib/fseterr.c (fseterr): Likewise.
502         * lib/fwritable.c (fwritable): Likewise.
503         * lib/fwriting.c (fwriting): Likewise.
504         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
505         Hourihane.
506         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
507
508 2009-02-28  Bruno Haible  <bruno@clisp.org>
509
510         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
511         SIGCHLD.
512         Reported by Jim Meyering.
513
514 2009-02-28  Bruno Haible  <bruno@clisp.org>
515
516         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
517         Mention the results of these tests on various platforms.
518         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
519         order.
520         * doc/posix-functions/printf.texi: Likewise.
521         * doc/posix-functions/snprintf.texi: Likewise.
522         * doc/posix-functions/sprintf.texi: Likewise.
523         * doc/posix-functions/vfprintf.texi: Likewise.
524         * doc/posix-functions/vprintf.texi: Likewise.
525         * doc/posix-functions/vsnprintf.texi: Likewise.
526         * doc/posix-functions/vsprintf.texi: Likewise.
527         * doc/glibc-functions/obstack_printf.texi: Likewise.
528         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
529
530 2009-02-28  Bruno Haible  <bruno@clisp.org>
531
532         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
533         Reported by Loïc Minier <lool@dooz.org>.
534
535 2009-02-27  Bruno Haible  <bruno@clisp.org>
536
537         * gnulib-tool (func_import): Make the sed expression used to create the
538         sed script for updating the .gitignore file POSIX compliant.
539         Reported by Eric Blake.
540
541 2009-02-27  Bruno Haible  <bruno@clisp.org>
542
543         * gnulib-tool (sed): Don't alias as "sed --posix".
544         Reported by Eric Blake.
545
546 2009-02-27  Bruno Haible  <bruno@clisp.org>
547
548         Avoid test link errors.
549         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
550         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
551         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
552         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
553         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
554
555 2009-02-27  Bruno Haible  <bruno@clisp.org>
556
557         Avoid spurious "(cached)" in configure output.
558         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
559         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
560         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
561         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
562         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
563         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
564         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
565         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
566         Reported by Eric Blake.
567
568 2009-02-27  Eric Blake  <ebb9@byu.net>
569
570         printf: fix regression in previous patch
571         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
572
573 2009-02-27  Bruno Haible  <bruno@clisp.org>
574
575         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
576         value.
577         * lib/stdint.in.h: Likewise.
578         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
579
580 2009-02-27  Eric Blake  <ebb9@byu.net>
581
582         doc: mention more functions added in cygwin 1.7.0
583         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
584         addition.
585         * doc/posix-functions/open_wmemstream.texi: Likewise.
586         * doc/posix-functions/wcsnlen.texi: Likewise.
587         * doc/posix-functions/wcsnrtombs.texi: Likewise.
588         * doc/posix-functions/wcstod.texi: Likewise.
589         * doc/posix-functions/wcstof.texi: Likewise.
590         * doc/posix-functions/wcstoimax.texi: Likewise.
591         * doc/posix-functions/wcstok.texi: Likewise.
592         * doc/posix-functions/wcstoumax.texi: Likewise.
593
594         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
595         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
596         * doc/posix-functions/fprintf.texi: Update.
597         * doc/posix-functions/printf.texi: Update.
598         * doc/posix-functions/snprintf.texi: Update.
599         * doc/posix-functions/sprintf.texi: Update.
600         * doc/posix-functions/vfprintf.texi: Update.
601         * doc/posix-functions/vprintf.texi: Update.
602         * doc/posix-functions/vsnprintf.texi: Update.
603         * doc/posix-functions/vsprintf.texi: Update.
604         * doc/glibc-functions/obstack_printf.texi: Update.
605         * doc/glibc-functions/obstack_vprintf.texi: Update.
606
607 2009-02-26  Eric Blake  <ebb9@byu.net>
608
609         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
610         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
611         compilation bug by using runtime conversion.
612         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
613         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
614         * modules/ceill-tests (Files): Use nan.h.
615         * modules/floorl-tests (Files): Likewise.
616         * modules/frexpl-tests (Files): Likewise.
617         * modules/isnanl-tests (Files): Likewise.
618         * modules/ldexpl-tests (Files): Likewise.
619         * modules/roundl-tests (Files): Likewise.
620         * modules/truncl-tests (Files): Likewise.
621         * tests/test-ceill.c (main): Use a working NaN.
622         * tests/test-floorl.c (main): Likewise.
623         * tests/test-frexpl.c (main): Likewise.
624         * tests/test-isnan.c (test_long_double): Likewise.
625         * tests/test-isnanl.h (main): Likewise.
626         * tests/test-ldexpl.h (main): Likewise.
627         * tests/test-roundl.h (main): Likewise.
628         * tests/test-truncl.h (main): Likewise.
629         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
630
631 2009-02-26  Eric Blake  <ebb9@byu.net>
632             Bruno Haible  <bruno@clisp.org>
633
634         Work around a *printf bug with %ls on Solaris.
635         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
636         precision is specified, sprintf stops converting the wide string
637         argument when the number of bytes that have been produced by this
638         conversion equals or exceeds the precision.
639         * doc/posix-functions/fprintf.texi: Update.
640         * doc/posix-functions/printf.texi: Update.
641         * doc/posix-functions/snprintf.texi: Update.
642         * doc/posix-functions/sprintf.texi: Update.
643         * doc/posix-functions/vfprintf.texi: Update.
644         * doc/posix-functions/vprintf.texi: Update.
645         * doc/posix-functions/vsnprintf.texi: Update.
646         * doc/posix-functions/vsprintf.texi: Update.
647         * doc/glibc-functions/obstack_printf.texi: Update.
648         * doc/glibc-functions/obstack_vprintf.texi: Update.
649
650 2009-02-26  Eric Blake  <ebb9@byu.net>
651
652         stdlib: favor compiler check of random.h
653         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
654         to avoid an ObjC random.h installed by Swarm.
655
656 2009-02-26  Bruno Haible  <bruno@clisp.org>
657
658         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
659         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
660         Reported by Gary V. Vaughan <gary@gnu.org>.
661
662 2009-02-26  Bruno Haible  <bruno@clisp.org>
663
664         Fix *printf behaviour regarding the %ls directive.
665         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
666         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
667         NEED_PRINTF_DIRECTIVE_LS.
668         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
669         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
670         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
671         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
672         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
673         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
674         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
675         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
676         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
677         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
678         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
679         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
680         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
681         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
682         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
683         * doc/posix-functions/fprintf.texi: Update.
684         * doc/posix-functions/printf.texi: Update.
685         * doc/posix-functions/snprintf.texi: Update.
686         * doc/posix-functions/sprintf.texi: Update.
687         * doc/posix-functions/vfprintf.texi: Update.
688         * doc/posix-functions/vprintf.texi: Update.
689         * doc/posix-functions/vsnprintf.texi: Update.
690         * doc/posix-functions/vsprintf.texi: Update.
691         * doc/glibc-functions/obstack_printf.texi: Update.
692         * doc/glibc-functions/obstack_vprintf.texi: Update.
693         Reported by Eric Blake.
694
695 2009-02-25  Bruno Haible  <bruno@clisp.org>
696
697         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
698         with known value.
699         Reported by Gary V. Vaughan <gary@gnu.org>.
700
701 2009-02-25  Bruno Haible  <bruno@clisp.org>
702
703         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
704         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
705         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
706         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
707         Reported by Gary V. Vaughan <gary@gnu.org>.
708
709 2009-02-25  Bruno Haible  <bruno@clisp.org>
710
711         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
712         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
713         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
714         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
715         Reported by Gary V. Vaughan <gary@gnu.org>.
716
717 2009-02-25  Eric Blake  <ebb9@byu.net>
718
719         tests: skip fseek/ftell tests if ungetc is broken
720         * m4/ungetc.m4: New file.
721         * modules/fseek-tests: Split test, so ungetc dependency is
722         separate from rest of test.
723         * modules/fseeko-tests: Likewise.
724         * modules/ftell-tests: Likewise.
725         * modules/ftello-tests: Likewise.
726         * tests/test-fseek.c (main): Isolate ungetc dependency.
727         * tests/test-fseeko.c (main): Likewise.
728         * tests/test-ftell.c (main): Likewise.
729         * tests/test-ftello.c (main): Likewise.
730         * tests/test-fseek2.sh: New file.
731         * tests/test-fseeko2.sh: Likewise.
732         * tests/test-ftell2.sh: Likewise.
733         * tests/test-ftello2.sh: Likewise.
734
735 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
736
737         test-getaddrinfo: fix usage of skip return code 77
738         * tests/test-gettaddrinfo.c: Return skip code 77 only
739         for first occurance of skip (4x77 is not 77)
740
741 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
742
743         strtod: avoid C99 decl-after-statement
744         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
745
746 2009-02-24  Eric Blake  <ebb9@byu.net>
747
748         strtod: detect HP-UX 11.31 bug
749         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
750         Reported by Gary V. Vaughan.
751
752 2009-02-23  Bruno Haible  <bruno@clisp.org>
753
754         Fix invalid read past end of memory block.
755         * lib/vasnprintf.c (DCHAR_SET): Define.
756         (local_wcslen): Define only when needed.
757         (local_strnlen, local_wcsnlen): New functions.
758         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
759         directives that involve a conversion ourselves.
760         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
761         wcsnlen, mbrtowc, wcrtomb.
762         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
763         * tests/test-vasprintf-posix.c (test_function): Likewise.
764         * tests/test-snprintf-posix.h (test_function): Likewise.
765         * tests/test-sprintf-posix.h (test_function): Likewise.
766         Reported by Ben Pfaff <blp@cs.stanford.edu>.
767
768 2009-02-22  Bruno Haible  <bruno@clisp.org>
769
770         Implement new clarified decomposition of Hangul syllables.
771         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
772         of type LTV, return only a pairwise decomposition.
773         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
774         Likewise.
775         * tests/uninorm/test-decomposition.c (main): Updated expected result.
776         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
777         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
778
779 2009-02-22  Bruno Haible  <bruno@clisp.org>
780
781         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
782         zero-length results and shrink excess allocated memory.
783         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
784         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
785         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
786         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
787         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
788         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
789         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
790         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
791         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
792         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
793         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
794         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
795
796 2009-02-21  Bruno Haible  <bruno@clisp.org>
797
798         * doc/gnulib.texi: Include safe-alloc.texi earlier.
799         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
800         spaces after a period. Put a space between a macro name and its
801         argument list. Trivial rewordings.
802         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
803         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
804         (main): Return 0 explicitly.
805
806 2009-02-21  Bruno Haible  <bruno@clisp.org>
807
808         Tests for module 'uninorm/filter'.
809         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
810         * modules/uninorm/filter-tests: New file.
811
812         New module 'uninorm/filter'.
813         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
814         uninorm_filter_flush, uninorm_filter_free): New declarations.
815         * lib/uninorm/uninorm-filter.c: New file.
816         * modules/uninorm/filter: New file.
817
818 2009-02-21  Bruno Haible  <bruno@clisp.org>
819
820         Tests for module 'uninorm/nfkc'.
821         * tests/uninorm/test-nfkc.c: New file.
822         * tests/uninorm/test-u8-nfkc.c: New file.
823         * tests/uninorm/test-u16-nfkc.c: New file.
824         * tests/uninorm/test-u32-nfkc.c: New file.
825         * tests/uninorm/test-u32-nfkc-big.sh: New file.
826         * tests/uninorm/test-u32-nfkc-big.c: New file.
827         * modules/uninorm/nfkc-tests: New file.
828
829         New module 'uninorm/nfkc'.
830         * lib/uninorm/nfkc.c: New file.
831         * modules/uninorm/nfkc: New file.
832
833         Tests for module 'uninorm/nfkd'.
834         * tests/uninorm/test-nfkd.c: New file.
835         * tests/uninorm/test-u8-nfkd.c: New file.
836         * tests/uninorm/test-u16-nfkd.c: New file.
837         * tests/uninorm/test-u32-nfkd.c: New file.
838         * tests/uninorm/test-u32-nfkd-big.sh: New file.
839         * tests/uninorm/test-u32-nfkd-big.c: New file.
840         * modules/uninorm/nfkd-tests: New file.
841
842         New module 'uninorm/nfkd'.
843         * lib/uninorm/nfkd.c: New file.
844         * modules/uninorm/nfkd: New file.
845
846         Tests for module 'uninorm/nfc'.
847         * tests/uninorm/test-nfc.c: New file.
848         * tests/uninorm/test-u8-nfc.c: New file.
849         * tests/uninorm/test-u16-nfc.c: New file.
850         * tests/uninorm/test-u32-nfc.c: New file.
851         * tests/uninorm/test-u32-nfc-big.sh: New file.
852         * tests/uninorm/test-u32-nfc-big.c: New file.
853         * modules/uninorm/nfc-tests: New file.
854
855         New module 'uninorm/nfc'.
856         * lib/uninorm/nfc.c: New file.
857         * modules/uninorm/nfc: New file.
858
859         Tests for module 'uninorm/nfd'.
860         * tests/uninorm/test-nfd.c: New file.
861         * tests/uninorm/test-u8-nfd.c: New file.
862         * tests/uninorm/test-u16-nfd.c: New file.
863         * tests/uninorm/test-u32-nfd.c: New file.
864         * tests/uninorm/test-u32-nfd-big.sh: New file.
865         * tests/uninorm/test-u32-nfd-big.c: New file.
866         * tests/uninorm/test-u32-normalize-big.h: New file.
867         * tests/uninorm/test-u32-normalize-big.c: New file.
868         * tests/uninorm/NormalizationTest.txt: New file, created from
869         Unicode 5.1.0 NormalizationTest.txt.
870         * modules/uninorm/nfd-tests: New file.
871
872         New module 'uninorm/nfd'.
873         * lib/uninorm/nfd.c: New file.
874         * modules/uninorm/nfd: New file.
875
876         New module 'uninorm/u32-normalize'.
877         * lib/uninorm/u32-normalize.c: New file.
878         * modules/uninorm/u32-normalize: New file.
879
880         New module 'uninorm/u16-normalize'.
881         * lib/uninorm/u16-normalize.c: New file.
882         * modules/uninorm/u16-normalize: New file.
883
884         New module 'uninorm/u8-normalize'.
885         * lib/uninorm/u8-normalize.c: New file.
886         * lib/uninorm/normalize-internal.h: New file.
887         * lib/uninorm/u-normalize-internal.h: New file.
888         * modules/uninorm/u8-normalize: New file.
889
890         New module 'uninorm/decompose-internal'.
891         * lib/uninorm/decompose-internal.c: New file.
892         * modules/uninorm/decompose-internal: New file.
893
894         Tests for module 'uninorm/composition'.
895         * tests/uninorm/test-composition.c: New file.
896         * modules/uninorm/composition-tests: New file.
897
898         New module 'uninorm/composition'.
899         * lib/uninorm/composition.c: New file.
900         * lib/uninorm/composition-table.gperf: New file, generated by
901         gen-uni-tables.
902         * modules/uninorm/composition: New file.
903
904         Tests for module 'uninorm/compat-decomposition'.
905         * tests/uninorm/test-compat-decomposition.c: New file.
906         * modules/uninorm/compat-decomposition-tests: New file.
907
908         New module 'uninorm/compat-decomposition'.
909         * lib/uninorm/decompose-internal.h: New file.
910         * lib/uninorm/compat-decomposition.c: New file.
911         * modules/uninorm/compat-decomposition: New file.
912
913         Tests for module 'uninorm/canonical-decomposition'.
914         * tests/uninorm/test-canonical-decomposition.c: New file.
915         * modules/uninorm/canonical-decomposition-tests: New file.
916
917         New module 'uninorm/canonical-decomposition'.
918         * lib/uninorm/canonical-decomposition.c: New file.
919         * modules/uninorm/canonical-decomposition: New file.
920
921         Tests for module 'uninorm/decomposition'.
922         * tests/uninorm/test-decomposition.c: New file.
923         * modules/uninorm/decomposition-tests: New file.
924
925         New module 'uninorm/decomposition'.
926         * lib/uninorm/decomposition.c: New file.
927         * modules/uninorm/decomposition: New file.
928
929         New module 'uninorm/decomposition-table'.
930         * lib/uninorm/decomposition-table.h: New file.
931         * lib/uninorm/decomposition-table.c: New file.
932         * lib/uninorm/decomposition-table1.h: New file, generated by
933         gen-uni-tables.
934         * lib/uninorm/decomposition-table2.h: New file, generated by
935         gen-uni-tables.
936         * modules/uninorm/decomposition-table: New file.
937
938         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
939         (UC_DECOMP_*): New enumeration items.
940         (get_decomposition): New function.
941         (struct decomp_table): New type.
942         (output_decomposition, output_decomposition_tables): New functions.
943         (unicode_composition_exclusions): New variable.
944         (fill_composition_exclusions, debug_output_composition_tables): New
945         functions.
946         (main): Accept one more argument. Invoke fill_composition_exclusions.
947         Output decomposition and composition tables.
948
949         New module 'uninorm/base'.
950         * lib/uninorm.h: New file.
951         * lib/unictype.h: Update comment.
952         * modules/uninorm/base: New file.
953
954 2009-02-21  David Lutterkort  <lutter@redhat.com>
955
956         Tests for module 'safe-alloc'.
957         * tests/test-safe-alloc.c: New file.
958         * modules/safe-alloc-tests: New file.
959
960         New module 'safe-alloc'.
961         * lib/safe-alloc.h: New file.
962         * lib/safe-alloc.c: New file.
963         * m4/safe-alloc.m4: New file.
964         * modules/safe-alloc: New file.
965         * doc/safe-alloc.texi: New file.
966         * doc/gnulib.texi: Include it.
967         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
968         safe-alloc.
969
970 2009-02-18  Bruno Haible  <bruno@clisp.org>
971
972         Fix link error on non-glibc systems.
973         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
974         variable.
975         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
976
977 2009-02-18  Jim Meyering  <meyering@redhat.com>
978
979         fts: avoid used-uninitialized error due to recent change
980         * lib/fts.c (fts_read): Guard uses of the new member,
981         parent->fts_n_dirs_remaining, since it's not relevant for
982         the parent of a directory specified on the command-line.
983
984 2009-02-17  James Youngman  <jay@gnu.org>
985             Bruno Haible  <bruno@clisp.org>
986
987         * m4/include_next.m4: Reformulate comment.
988
989 2009-02-16  Jim Meyering  <meyering@redhat.com>
990
991         fts: add #if guards so that the fts_lgpl module still builds
992         * lib/fts.c: Guard just-added hash-table-using parts with
993         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
994         Reported by Simon Josefsson.
995
996 2009-02-15  Bruno Haible  <bruno@clisp.org>
997
998         * modules/array-mergesort-tests: New file.
999         * tests/test-array-mergesort.c: New file.
1000
1001         New module 'array-mergesort'.
1002         * modules/array-mergesort: New file.
1003         * lib/array-mergesort.h: New file.
1004
1005 2009-02-15  Bruno Haible  <bruno@clisp.org>
1006
1007         Fix 2009-02-07 commit.
1008         * lib/gen-uni-tables.c (output_predicate, output_category,
1009         output_combclass, output_bidi_category, output_decimal_digit,
1010         output_digit, output_numeric, output_mirror, output_scripts,
1011         output_ident_category, output_simple_mapping): Fix format directives.
1012         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
1013
1014 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
1015
1016         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
1017         fixes are available from IBM.
1018
1019 2009-02-13  Jim Meyering  <meyering@redhat.com>
1020
1021         fts: arrange not to stat non-directories in more cases
1022         This makes GNU find (when it doesn't need to stat each file)
1023         *much* more efficient at traversing reiserfs file systems.
1024         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
1025         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
1026         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
1027         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
1028         (leaf_optimization_applies): New function.
1029         (LCO_hash, LCO_compare): New helper functions.
1030         (link_count_optimize_ok): New function.
1031         (fts_stat): Initialize new member (if dir).
1032         (fts_read): Decrement parent's fts_n_dirs_remaining count if
1033         we've just stat'ed a directory.  Skip the stat call when possible.
1034         ---
1035         Note this AFS-related exchange:
1036         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
1037         and note find's pioctl call in find/fstype.c.
1038         But that is necessary only if you want to enable the
1039         optimization for AFS, and for now, I don't.
1040
1041         fts: move a function definition "up" (no semantic change)
1042         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
1043         "up" to precede upcoming use of a related function.
1044
1045 2009-02-11  Jim Meyering  <meyering@redhat.com>
1046
1047         fts: correct internal computation of nlinks (optimization-related)
1048         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
1049         whether the current entry is a directory, so don't test it.
1050
1051 2009-02-10  Bruno Haible  <bruno@clisp.org>
1052
1053         Tests for module 'uniwbrk/ulc-wordbreaks'.
1054         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
1055         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
1056         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
1057
1058         Tests for module 'uniwbrk/u32-wordbreaks'.
1059         * modules/uniwbrk/u32-wordbreaks-tests: New file.
1060         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
1061
1062         Tests for module 'uniwbrk/u16-wordbreaks'.
1063         * modules/uniwbrk/u16-wordbreaks-tests: New file.
1064         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
1065
1066         Tests for module 'uniwbrk/u8-wordbreaks'.
1067         * modules/uniwbrk/u8-wordbreaks-tests: New file.
1068         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
1069
1070 2009-02-10  Bruno Haible  <bruno@clisp.org>
1071
1072         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
1073         property.
1074         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
1075         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
1076         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
1077
1078 2009-02-10  Simon Josefsson  <simon@josefsson.org>
1079
1080         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
1081         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
1082
1083 2009-02-10  Bruno Haible  <bruno@clisp.org>
1084
1085         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
1086         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
1087         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
1088         * lib/unilbrk/u8-possible-linebreaks.c: Update.
1089         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
1090         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
1091
1092 2009-02-09  Simon Josefsson  <simon@josefsson.org>
1093
1094         * lib/sockets.h (gl_fd_to_handle): New function.
1095
1096         * tests/test-sockets.c: Call gl_fd_to_handle.
1097
1098 2009-02-09  Bruno Haible  <bruno@clisp.org>
1099
1100         * doc/havelib.texi: Document the conventions on bi-arch systems.
1101
1102 2009-02-08  Bruno Haible  <bruno@clisp.org>
1103
1104         Document the AC_LIB_LINKFLAGS macro.
1105         * doc/havelib.texi: New file, mostly written on 2005-05-24.
1106         * doc/gnulib.texi: Include it.
1107
1108 2009-02-08  Bruno Haible  <bruno@clisp.org>
1109
1110         Fix wrong order of sections, compared to TOC.
1111         * doc/gnulib.texi: Include relocatable-maint.texi after the
1112         "Regular expressions" node, not before.
1113
1114 2009-02-08  Bruno Haible  <bruno@clisp.org>
1115
1116         Tests for module 'unicase/totitle'.
1117         * modules/unicase/totitle-tests: New file.
1118
1119         Tests for module 'unicase/tolower'.
1120         * modules/unicase/tolower-tests: New file.
1121
1122         Tests for module 'unicase/toupper'.
1123         * modules/unicase/toupper-tests: New file.
1124         * tests/unicase/test-mapping-part1.h: New file.
1125         * tests/unicase/test-mapping-part2.h: New file.
1126
1127         New module 'unicase/totitle'.
1128         * modules/unicase/totitle: New file.
1129         * lib/unicase/totitle.c: New file.
1130
1131         New module 'unicase/tolower'.
1132         * modules/unicase/tolower: New file.
1133         * lib/unicase/tolower.c: New file.
1134
1135         New module 'unicase/toupper'.
1136         * modules/unicase/toupper: New file.
1137         * lib/unicase/toupper.c: New file.
1138         * lib/unicase/simple-mapping.h: New file.
1139
1140         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
1141         (mapping_table): New structure.
1142         (output_simple_mapping): New function.
1143         (main): Invoke output_simple_mapping_test and output_simple_mapping.
1144         * modules/gen-uni-tables (Description): Update.
1145         * lib/unicase/toupper.h: New file, automatically generated by
1146         gen-uni-tables.
1147         * lib/unicase/tolower.h: New file, automatically generated by
1148         gen-uni-tables.
1149         * lib/unicase/totitle.h: New file, automatically generated by
1150         gen-uni-tables.
1151         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
1152         gen-uni-tables.
1153         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
1154         gen-uni-tables.
1155         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
1156         gen-uni-tables.
1157
1158         New module 'unicase/base'.
1159         * modules/unicase/base: New file.
1160         * lib/unicase.h: New file.
1161
1162 2009-02-08  Bruno Haible  <bruno@clisp.org>
1163
1164         New module 'uniwbrk/ulc-wordbreaks'.
1165         * modules/uniwbrk/ulc-wordbreaks: New file.
1166         * lib/uniwbrk/ulc-wordbreaks.c: New file.
1167
1168         New module 'uniwbrk/u32-wordbreaks'.
1169         * modules/uniwbrk/u32-wordbreaks: New file.
1170         * lib/uniwbrk/u32-wordbreaks.c: New file.
1171
1172         New module 'uniwbrk/u16-wordbreaks'.
1173         * modules/uniwbrk/u16-wordbreaks: New file.
1174         * lib/uniwbrk/u16-wordbreaks.c: New file.
1175
1176         New module 'uniwbrk/u8-wordbreaks'.
1177         * modules/uniwbrk/u8-wordbreaks: New file.
1178         * lib/uniwbrk/u8-wordbreaks.c: New file.
1179         * lib/uniwbrk/u-wordbreaks.h: New file.
1180
1181         New module 'uniwbrk/table'.
1182         * modules/uniwbrk/table: New file.
1183         * lib/uniwbrk/wbrktable.h: New file.
1184         * lib/uniwbrk/wbrktable.c: New file.
1185
1186         New module 'uniwbrk/wordbreak-property'.
1187         * modules/uniwbrk/wordbreak-property: New file.
1188         * lib/uniwbrk/wordbreak-property.c: New file.
1189
1190         * lib/gen-uni-tables.c (WBP_*): New enum items.
1191         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
1192         (unicode_org_wbp): New variable.
1193         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
1194         New functions.
1195         (wbp_table): New structure.
1196         (output_wbp, output_wbrk_tables): New functions.
1197         (main): Accept additional argument. Invoke fill_org_wbp,
1198         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
1199         output_wbrk_tables.
1200         * modules/gen-uni-tables (Description): Update.
1201         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
1202         gen-uni-tables.
1203
1204         New module 'uniwbrk/base'.
1205         * modules/uniwbrk/base: New file.
1206         * lib/uniwbrk.h: New file.
1207
1208 2009-02-08  Bruno Haible  <bruno@clisp.org>
1209
1210         Update to Unicode 5.1.0.
1211         * lib/gen-uni-tables.c (is_property_alphabetic): Include
1212         U+2185..U+2188.
1213         (is_property_default_ignorable_code_point): Don't include characters
1214         of category Cc or Cs and not-a-characters.
1215         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
1216         U+0D79, U+109E, U+109F, U+A60C.
1217         * lib/unictype/bidi_of.h: Regenerated.
1218         * lib/unictype/blocks.h: Regenerated.
1219         * lib/unictype/categ_C.h: Regenerated.
1220         * lib/unictype/categ_Cf.h: Regenerated.
1221         * lib/unictype/categ_Cn.h: Regenerated.
1222         * lib/unictype/categ_L.h: Regenerated.
1223         * lib/unictype/categ_Ll.h: Regenerated.
1224         * lib/unictype/categ_Lm.h: Regenerated.
1225         * lib/unictype/categ_Lo.h: Regenerated.
1226         * lib/unictype/categ_Lu.h: Regenerated.
1227         * lib/unictype/categ_M.h: Regenerated.
1228         * lib/unictype/categ_Mc.h: Regenerated.
1229         * lib/unictype/categ_Me.h: Regenerated.
1230         * lib/unictype/categ_Mn.h: Regenerated.
1231         * lib/unictype/categ_N.h: Regenerated.
1232         * lib/unictype/categ_Nd.h: Regenerated.
1233         * lib/unictype/categ_Nl.h: Regenerated.
1234         * lib/unictype/categ_No.h: Regenerated.
1235         * lib/unictype/categ_P.h: Regenerated.
1236         * lib/unictype/categ_Pd.h: Regenerated.
1237         * lib/unictype/categ_Pe.h: Regenerated.
1238         * lib/unictype/categ_Pf.h: Regenerated.
1239         * lib/unictype/categ_Pi.h: Regenerated.
1240         * lib/unictype/categ_Po.h: Regenerated.
1241         * lib/unictype/categ_Ps.h: Regenerated.
1242         * lib/unictype/categ_S.h: Regenerated.
1243         * lib/unictype/categ_Sk.h: Regenerated.
1244         * lib/unictype/categ_Sm.h: Regenerated.
1245         * lib/unictype/categ_So.h: Regenerated.
1246         * lib/unictype/categ_of.h: Regenerated.
1247         * lib/unictype/combining.h: Regenerated.
1248         * lib/unictype/ctype_alnum.h: Regenerated.
1249         * lib/unictype/ctype_alpha.h: Regenerated.
1250         * lib/unictype/ctype_graph.h: Regenerated.
1251         * lib/unictype/ctype_lower.h: Regenerated.
1252         * lib/unictype/ctype_print.h: Regenerated.
1253         * lib/unictype/ctype_punct.h: Regenerated.
1254         * lib/unictype/ctype_upper.h: Regenerated.
1255         * lib/unictype/decdigit.h: Regenerated.
1256         * lib/unictype/digit.h: Regenerated.
1257         * lib/unictype/mirror.h: Regenerated.
1258         * lib/unictype/numeric.h: Regenerated.
1259         * lib/unictype/pr_alphabetic.h: Regenerated.
1260         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
1261         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
1262         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
1263         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
1264         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
1265         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
1266         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
1267         * lib/unictype/pr_combining.h: Regenerated.
1268         * lib/unictype/pr_dash.h: Regenerated.
1269         * lib/unictype/pr_decimal_digit.h: Regenerated.
1270         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
1271         * lib/unictype/pr_deprecated.h: Regenerated.
1272         * lib/unictype/pr_diacritic.h: Regenerated.
1273         * lib/unictype/pr_extender.h: Regenerated.
1274         * lib/unictype/pr_format_control.h: Regenerated.
1275         * lib/unictype/pr_grapheme_base.h: Regenerated.
1276         * lib/unictype/pr_grapheme_extend.h: Regenerated.
1277         * lib/unictype/pr_grapheme_link.h: Regenerated.
1278         * lib/unictype/pr_id_continue.h: Regenerated.
1279         * lib/unictype/pr_id_start.h: Regenerated.
1280         * lib/unictype/pr_ideographic.h: Regenerated.
1281         * lib/unictype/pr_ignorable_control.h: Regenerated.
1282         * lib/unictype/pr_lowercase.h: Regenerated.
1283         * lib/unictype/pr_math.h: Regenerated.
1284         * lib/unictype/pr_numeric.h: Regenerated.
1285         * lib/unictype/pr_other_alphabetic.h: Regenerated.
1286         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
1287         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
1288         * lib/unictype/pr_other_id_continue.h: Regenerated.
1289         * lib/unictype/pr_other_lowercase.h: Regenerated.
1290         * lib/unictype/pr_other_math.h: Regenerated.
1291         * lib/unictype/pr_punctuation.h: Regenerated.
1292         * lib/unictype/pr_sentence_terminal.h: Regenerated.
1293         * lib/unictype/pr_soft_dotted.h: Regenerated.
1294         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
1295         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
1296         * lib/unictype/pr_unified_ideograph.h: Regenerated.
1297         * lib/unictype/pr_uppercase.h: Regenerated.
1298         * lib/unictype/pr_xid_continue.h: Regenerated.
1299         * lib/unictype/pr_xid_start.h: Regenerated.
1300         * lib/unictype/pr_zero_width.h: Regenerated.
1301         * lib/unictype/scripts.h: Regenerated.
1302         * lib/unictype/scripts_byname.gperf: Regenerated.
1303         * lib/unictype/sy_java_ident.h: Regenerated.
1304         * lib/unilbrk/lbrkprop1.h: Regenerated.
1305         * lib/unilbrk/lbrkprop2.h: Regenerated.
1306         * tests/unictype/test-categ_C.c: Regenerated.
1307         * tests/unictype/test-categ_Cf.c: Regenerated.
1308         * tests/unictype/test-categ_Cn.c: Regenerated.
1309         * tests/unictype/test-categ_L.c: Regenerated.
1310         * tests/unictype/test-categ_Ll.c: Regenerated.
1311         * tests/unictype/test-categ_Lm.c: Regenerated.
1312         * tests/unictype/test-categ_Lo.c: Regenerated.
1313         * tests/unictype/test-categ_Lu.c: Regenerated.
1314         * tests/unictype/test-categ_M.c: Regenerated.
1315         * tests/unictype/test-categ_Mc.c: Regenerated.
1316         * tests/unictype/test-categ_Me.c: Regenerated.
1317         * tests/unictype/test-categ_Mn.c: Regenerated.
1318         * tests/unictype/test-categ_N.c: Regenerated.
1319         * tests/unictype/test-categ_Nd.c: Regenerated.
1320         * tests/unictype/test-categ_Nl.c: Regenerated.
1321         * tests/unictype/test-categ_No.c: Regenerated.
1322         * tests/unictype/test-categ_P.c: Regenerated.
1323         * tests/unictype/test-categ_Pd.c: Regenerated.
1324         * tests/unictype/test-categ_Pe.c: Regenerated.
1325         * tests/unictype/test-categ_Pf.c: Regenerated.
1326         * tests/unictype/test-categ_Pi.c: Regenerated.
1327         * tests/unictype/test-categ_Po.c: Regenerated.
1328         * tests/unictype/test-categ_Ps.c: Regenerated.
1329         * tests/unictype/test-categ_S.c: Regenerated.
1330         * tests/unictype/test-categ_Sk.c: Regenerated.
1331         * tests/unictype/test-categ_Sm.c: Regenerated.
1332         * tests/unictype/test-categ_So.c: Regenerated.
1333         * tests/unictype/test-ctype_alnum.c: Regenerated.
1334         * tests/unictype/test-ctype_alpha.c: Regenerated.
1335         * tests/unictype/test-ctype_graph.c: Regenerated.
1336         * tests/unictype/test-ctype_lower.c: Regenerated.
1337         * tests/unictype/test-ctype_print.c: Regenerated.
1338         * tests/unictype/test-ctype_punct.c: Regenerated.
1339         * tests/unictype/test-ctype_upper.c: Regenerated.
1340         * tests/unictype/test-decdigit.h: Regenerated.
1341         * tests/unictype/test-digit.h: Regenerated.
1342         * tests/unictype/test-numeric.h: Regenerated.
1343         * tests/unictype/test-pr_alphabetic.c: Regenerated.
1344         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
1345         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
1346         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
1347         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
1348         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
1349         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
1350         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
1351         * tests/unictype/test-pr_combining.c: Regenerated.
1352         * tests/unictype/test-pr_dash.c: Regenerated.
1353         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
1354         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
1355         * tests/unictype/test-pr_deprecated.c: Regenerated.
1356         * tests/unictype/test-pr_diacritic.c: Regenerated.
1357         * tests/unictype/test-pr_extender.c: Regenerated.
1358         * tests/unictype/test-pr_format_control.c: Regenerated.
1359         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
1360         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
1361         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
1362         * tests/unictype/test-pr_id_continue.c: Regenerated.
1363         * tests/unictype/test-pr_id_start.c: Regenerated.
1364         * tests/unictype/test-pr_ideographic.c: Regenerated.
1365         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
1366         * tests/unictype/test-pr_lowercase.c: Regenerated.
1367         * tests/unictype/test-pr_math.c: Regenerated.
1368         * tests/unictype/test-pr_numeric.c: Regenerated.
1369         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
1370         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
1371         Regenerated.
1372         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
1373         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
1374         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
1375         * tests/unictype/test-pr_other_math.c: Regenerated.
1376         * tests/unictype/test-pr_punctuation.c: Regenerated.
1377         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
1378         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
1379         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
1380         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
1381         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
1382         * tests/unictype/test-pr_uppercase.c: Regenerated.
1383         * tests/unictype/test-pr_xid_continue.c: Regenerated.
1384         * tests/unictype/test-pr_xid_start.c: Regenerated.
1385         * tests/unictype/test-pr_zero_width.c: Regenerated.
1386
1387         Update to Unicode 5.1.0.
1388         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
1389         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
1390         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
1391         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
1392         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
1393         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
1394         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
1395         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
1396         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
1397         (nonspacing_table_ind): Update.
1398         * tests/uniwidth/test-uc_width2.sh: Update expected result.
1399
1400         Update to Unicode 5.1.0.
1401         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
1402         code transform.
1403         * lib/uniname/uniname.c (unicode_character_name,
1404         unicode_name_character): Add the range 0x1Fxxx to the code transform.
1405         * lib/uniname/uninames.h: Regenerated.
1406         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
1407
1408 2009-02-07  Bruno Haible  <bruno@clisp.org>
1409
1410         Merge gen-ctype and gen-lbrk into a single program.
1411         * lib/gen-uni-tables.c: New file, incorporating
1412         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
1413         Add directory prefixes to the names of the generated files.
1414         * lib/unictype/gen-ctype.c: Remove file.
1415         * lib/unilbrk/gen-lbrk.c: Remove file.
1416         * modules/gen-uni-tables: New file.
1417         * modules/unictype/gen-ctype: Remove file.
1418         * modules/unilbrk/gen-lbrk: Remove file.
1419
1420 2009-02-07  Bruno Haible  <bruno@clisp.org>
1421
1422         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
1423
1424         New module 'unistr/u32-strcoll'.
1425         * modules/unistr/u32-strcoll: New file.
1426         * lib/unistr/u32-strcoll.c: New file.
1427
1428         New module 'unistr/u16-strcoll'.
1429         * modules/unistr/u16-strcoll: New file.
1430         * lib/unistr/u16-strcoll.c: New file.
1431
1432         New module 'unistr/u8-strcoll'.
1433         * modules/unistr/u8-strcoll: New file.
1434         * lib/unistr/u8-strcoll.c: New file.
1435         * lib/unistr/u-strcoll.h: New file.
1436
1437 2009-02-07  Bruno Haible  <bruno@clisp.org>
1438
1439         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
1440         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
1441         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
1442         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
1443         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
1444         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
1445
1446 2009-02-07  Bruno Haible  <bruno@clisp.org>
1447
1448         Make 64-bit clean.
1449         * lib/unictype/gen-ctype.c (output_predicate, output_category,
1450         output_combclass, output_bidi_category, output_decimal_digit,
1451         output_digit, output_numeric, output_mirror, output_scripts,
1452         output_ident_category): Use proper width specifier in format strings.
1453
1454 2009-02-07  Bruno Haible  <bruno@clisp.org>
1455
1456         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
1457         failure behaviour.
1458
1459 2009-02-07  Jim Meyering  <meyering@redhat.com>
1460
1461         regex: avoid compilation failure with upcoming gcc-4.4
1462         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
1463         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
1464         "... error: integer overflow in preprocessor expression".
1465
1466 2009-02-05  Ben Pfaff  <blp@gnu.org>
1467
1468         Fix link errors on Windows when close module is used.
1469         * modules/close: Add $(LIB_CLOSE) to Link section.
1470         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
1471         $(LIB_CLOSE) on Windows.
1472
1473 2009-02-05  Jim Meyering  <meyering@redhat.com>
1474
1475         still avoid unused-parameter warnings, but do it cleanly
1476         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
1477         (get_fs_usage): Cast to void instead.
1478         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
1479         (dev_from_mount_options, read_file_system_list): Cast to void.
1480         Prompted by Bruno Haible.
1481
1482 2009-02-04  Jim Meyering  <meyering@redhat.com>
1483
1484         fsusage.c: correct copyright year
1485         * lib/fsusage.c: Reflect year in which the change is pushed into
1486
1487         avoid misc. warnings
1488         * lib/fsusage.c (UNUSED_PARAM): Define.
1489         (get_fs_usage): Mark parameter "disk" as unused.
1490         * lib/getugroups.c (getgrent): Use "void" in prototype.
1491         * lib/mountlist.c: Mark unused parameters.
1492         (read_file_system_list): Declare a local with "const".
1493         * lib/nanosleep.c (getnow): Declare static.
1494         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
1495
1496         dirfd: set errno upon failure
1497         * lib/dirfd.c: Include <errno.h>.
1498         Set errno to ENOTSUP when returning -1.
1499         * modules/dirfd (Depends-on): Add errno.
1500         Suggested by John Kodis <kodis@comcast.net>.
1501
1502 2009-02-01  Bruno Haible  <bruno@clisp.org>
1503
1504         Don't assume sizeof (long) >= sizeof (void *).
1505         * lib/memcmp.c: Include stdint.h.
1506         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
1507         srcp2 to 'const byte *'.
1508         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
1509         types to uintptr_t.
1510         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
1511         * modules/memcmp (Depends-on): Add stdint.
1512         Reported by Ozkan Sezer <sezeroz@gmail.com>.
1513
1514 2009-01-30  Eric Blake  <ebb9@byu.net>
1515
1516         fix more require-before-expand issues
1517         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
1518         expand, AC_PROG_AWK.
1519         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
1520
1521 2009-01-28  Eric Blake  <ebb9@byu.net>
1522
1523         version-etc: use consistent URL formatting
1524         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
1525         Improve formatting.  Use fputs for string without %.
1526
1527 2009-01-28  Jim Meyering  <meyering@redhat.com>
1528
1529         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
1530         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
1531         "underquoted definition of NAME" from autoconf-2.59.
1532
1533 2009-01-28  Bruno Haible  <bruno@clisp.org>
1534
1535         * doc/gnulib.texi: Add "Obsolete modules" to index.
1536
1537 2009-01-28  Jim Meyering  <meyering@redhat.com>
1538
1539         useless-if-before-free: recognize more variants
1540         * build-aux/useless-if-before-free: Also recognize e.g.,
1541         if (NULL != p) free (p);
1542
1543 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
1544
1545         test-getaddrinfo: skip (don't fail) this test when there's no network
1546         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
1547         on the presumption that it means you lack network access.
1548
1549 2009-01-26  Jim Meyering  <meyering@redhat.com>
1550
1551         fflush: avoid warnings on modern systems
1552         * lib/fflush.c (rpl_fflush): Move declarations of locals,
1553         pos and result, into scopes where they're used.
1554
1555 2009-01-26  Eric Blake  <ebb9@byu.net>
1556
1557         Silence warning reintroduced by recent extensions patch.
1558         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
1559         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
1560         autoconf.
1561
1562         Backport improved autoconf semantics of AC_DEFUN_ONCE.
1563         * m4/00gnulib.m4: New file.
1564         * gnulib-tool (func_get_filelist): Always use it.
1565         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
1566         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
1567
1568 2009-01-25  Bruno Haible  <bruno@clisp.org>
1569
1570         Make test-quotearg work on MacOS X and AIX.
1571         * tests/test-quotearg.sh: New file.
1572         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
1573         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
1574         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
1575         include <libintl.h>.
1576         (fake_locale): Remove variable.
1577         (gettext, dgettext, dcgettext): Remove functions.
1578         (main): Instead of setting a fake locale, set a real locale. Call
1579         textdomain and bindtextdomain.
1580         * modules/quotearg-tests (Files): Add the new files.
1581         (Depends-on): Add gettext, setenv, unsetenv.
1582         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1583         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
1584         Augment TESTS_ENVIRONMENT.
1585
1586 2009-01-25  Bruno Haible  <bruno@clisp.org>
1587
1588         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
1589         fr_FR.ISO8859-1 locale on MacOS X.
1590         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
1591         ja_JP.eucJP locale on MacOS X.
1592         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
1593         zh_CN.GB18030 locale on MacOS X.
1594
1595 2009-01-25  Bruno Haible  <bruno@clisp.org>
1596
1597         Avoid link errors on MacOS X 10.3.
1598         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
1599         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
1600
1601 2009-01-25  Bruno Haible  <bruno@clisp.org>
1602
1603         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
1604         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
1605         * modules/pipe (Files): Remove m4/posix_spawn.m4.
1606         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
1607         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
1608         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
1609         posix_spawnattr_init, posix_spawnattr_setsigmask,
1610         posix_spawnattr_setflags, posix_spawnattr_destroy.
1611
1612         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
1613         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
1614         * modules/execute (Files): Remove m4/posix_spawn.m4.
1615         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
1616         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
1617         posix_spawnattr_init, posix_spawnattr_setsigmask,
1618         posix_spawnattr_setflags, posix_spawnattr_destroy.
1619
1620 2009-01-25  Bruno Haible  <bruno@clisp.org>
1621
1622         * lib/glthread/threadlib.c: Include <stdlib.h>.
1623
1624 2009-01-25  Bruno Haible  <bruno@clisp.org>
1625
1626         * lib/glthread/threadlib.c (dummy): New declaration.
1627
1628 2009-01-25  Bruno Haible  <bruno@clisp.org>
1629
1630         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
1631         multibyte characters also for the GB18030 encoding. Don't crash when
1632         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
1633
1634 2009-01-25  Bruno Haible  <bruno@clisp.org>
1635
1636         Avoid redefining 'struct random_data' on OSF/1 5.1.
1637         * lib/stdlib.in.h: Include <random.h> if it exists.
1638         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
1639         HAVE_RANDOM_H. Include <random.h> when testing whether
1640         'struct random_data' exists.
1641         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
1642
1643 2009-01-25  Bruno Haible  <bruno@clisp.org>
1644
1645         Don't install charset.alias on MacOS X >= 10.3.
1646         * lib/localcharset.c (DARWIN7): New macro.
1647         (get_charset_aliases): Hardcode the result for Darwin7.
1648         * modules/localcharset (install-exec-local): Don't install
1649         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
1650
1651 2009-01-25  Bruno Haible  <bruno@clisp.org>
1652
1653         Don't install charset.alias on mingw and Cygwin.
1654         * modules/localcharset (install-exec-local): Don't install
1655         charset.alias on mingw and Cygwin, if the file does not yet exist.
1656         The result for these platforms is hardcoded in localcharset.c.
1657
1658 2009-01-25  Bruno Haible  <bruno@clisp.org>
1659
1660         Make it possible again to use AC_GNU_SOURCE together with gnulib.
1661         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
1662         before requiring AC_USE_SYSTEM_EXTENSIONS.
1663
1664 2009-01-25  Jim Meyering  <meyering@redhat.com>
1665
1666         c-strtod: avoid warnings
1667         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
1668         "assignment discards qualifiers from pointer target type" warnings.
1669
1670 2009-01-24  Bruno Haible  <bruno@clisp.org>
1671
1672         Add support for non-UTF-8 locales on MacOS X.
1673         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
1674         canonical encodings. For Darwin 7 and newer, don't map traditional
1675         encodings to UTF-8.
1676         Reported by Vincent Lefevre <vincent@vinc17.org>
1677         at <http://savannah.gnu.org/bugs/?25235>.
1678
1679 2009-01-24  Bruno Haible  <bruno@clisp.org>
1680
1681         * doc/gnulib.texi (Obsolete modules): New section.
1682         Reported by Mike Frysinger <vapier@gentoo.org>.
1683
1684 2009-01-24  Bruno Haible  <bruno@clisp.org>
1685
1686         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
1687         (%.dvi): New rule.
1688
1689 2009-01-24  Bruno Haible  <bruno@clisp.org>
1690
1691         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
1692         Reported by Eric Blake.
1693
1694 2009-01-24  Bruno Haible  <bruno@clisp.org>
1695
1696         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
1697         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
1698         Reported by Gary V. Vaughan <gary@gnu.org>.
1699
1700 2009-01-24  Bruno Haible  <bruno@clisp.org>
1701
1702         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
1703
1704 2009-01-23  Bruno Haible  <bruno@clisp.org>
1705
1706         Make c-strtod, c-strtold usable in libraries.
1707         * lib/c-strtod.c: Include string.h instead of xalloc.h.
1708         (C_STRTOD): Call strdup instead of xstrdup.
1709         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
1710         * modules/c-strtold (Depends-on): Likewise.
1711         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
1712         * NEWS: Mention the change.
1713         Reported by Michael Gold <mgold@ncf.ca>.
1714
1715 2009-01-23  Jim Meyering  <meyering@redhat.com>
1716
1717         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
1718         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
1719         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
1720
1721 2009-01-23  Simon Josefsson  <simon@josefsson.org>
1722
1723         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
1724         GNU CoreUtils.
1725         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
1726         * modules/version-etc (Description): Update.
1727
1728 2009-01-22  Bruno Haible  <bruno@clisp.org>
1729
1730         Cache the C locale object.
1731         * lib/c-strtod.c (c_locale_cache): New variable.
1732         (c_locale): New function.
1733         (C_STRTOD): Use it, and don't call freelocale.
1734         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
1735         Suggested by Paolo Bonzini.
1736
1737 2009-01-21  Bruno Haible  <bruno@clisp.org>
1738
1739         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
1740         conditions other than overflow.
1741
1742 2009-01-21  Bruno Haible  <bruno@clisp.org>
1743
1744         * lib/c-strtod.c: Include errno.h.
1745         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
1746         value from STRTOD_L and STRTOD.
1747
1748 2009-01-21  Bruno Haible  <bruno@clisp.org>
1749         and Jim Meyering  <meyering@redhat.com>
1750
1751         nanosleep: skip configure test (fail it) for apple universal builds
1752         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
1753         universal builds, assume that nanosleep does not work.
1754         * modules/nanosleep (Depends-on): Add multiarch.
1755
1756         mktime: skip configure test (fail it) for apple universal builds
1757         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
1758         universal builds, assume that mktime does not work.
1759         * modules/mktime (Depends-on): Add multiarch.
1760
1761 2009-01-21  Eric Blake  <ebb9@byu.net>
1762
1763         multiarch: avoid expand-before-require warning
1764         * modules/multiarch (configure.ac): Require, rather than expand,
1765         gl_MULTIARCH.
1766         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
1767         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
1768         enforce that all clients require it.  Partial reversion of
1769         2008-12-29 patch.
1770
1771         error: avoid expand-before-require warning
1772         * modules/errno (configure.ac): Require, rather than expand,
1773         gl_HEADER_ERRNO_H.
1774         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
1775         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
1776         enforce that all clients require it.
1777
1778         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
1779         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
1780         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
1781         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
1782
1783 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
1784
1785         Revert:
1786         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
1787
1788         regex: do not depend on obsolete modules.
1789         * modules/regex: Remove memcmp and memmove.
1790
1791 2009-01-20  Bruno Haible  <bruno@clisp.org>
1792
1793         Make the 'link' module link on Windows NT 4.
1794         * lib/link.c (_WIN32_WINNT): Don't define.
1795         (CreateHardLinkFuncType): New type.
1796         (CreateHardLinkFunc, initialized): New variables.
1797         (initialize): New function.
1798         (link): Invoke CreateHardLink indirectly through the function pointer.
1799
1800 2009-01-20  Bruno Haible  <bruno@clisp.org>
1801
1802         Fix compilation failure on mingw.
1803         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
1804
1805 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
1806
1807         * doc/c-strtod.texi: Mention a couple of restrictions.
1808
1809 2009-01-20  Jim Meyering  <meyering@redhat.com>
1810
1811         gettimeofday: move more declarations out of functions
1812         * lib/gettimeofday.c: Move extern declarations of tzset and
1813         gmtime out of containing functions.  Prompted by Bruno Haible.
1814
1815 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
1816
1817         regex: do not depend on obsolete modules.
1818         * modules/regex: Remove memcmp and memmove.
1819
1820 2009-01-19  Bruno Haible  <bruno@clisp.org>
1821
1822         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
1823         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
1824         gl_BIGENDIAN, not AC_C_BIGENDIAN.
1825         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
1826         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
1827
1828 2009-01-19  Bruno Haible  <bruno@clisp.org>
1829
1830         * tests/test-link.c: Include <errno.h>.
1831         (main): Exit with code 77 when a hard link cannot be created due to
1832         the file system.
1833         * tests/test-link.sh: Skip test when a hard link cannot be created due
1834         to the file system.
1835         Suggested by Eric Blake.
1836
1837 2009-01-19  Martin Lambers  <marlam@marlam.de>
1838
1839         * modules/link-tests: New file.
1840         * tests/test-link.sh: New file.
1841         * tests/test-link.c: New file.
1842
1843 2009-01-19  Eric Blake  <ebb9@byu.net>
1844
1845         doc: mention another function added in cygwin 1.7.0
1846         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
1847         Another new function in cygwin 1.7.
1848
1849 2009-01-19  Bruno Haible  <bruno@clisp.org>
1850
1851         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
1852         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
1853         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
1854         gl_BIGENDIAN, not AC_C_BIGENDIAN.
1855         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
1856         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
1857         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
1858         * m4/md4.m4 (gl_MD4): Likewise.
1859         * m4/md5.m4 (gl_MD5): Likewise.
1860         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
1861         * m4/sha1.m4 (gl_SHA1): Likewise.
1862         * m4/sha256.m4 (gl_SHA256): Likewise.
1863         * m4/sha512.m4 (gl_SHA512): Likewise.
1864
1865 2009-01-19  Bruno Haible  <bruno@clisp.org>
1866
1867         * modules/uniname/uniname-tests (Depends-on): Add progname.
1868         * tests/uniname/test-uninames.c: Include progname.h.
1869         (main): Call set_program_name.
1870
1871         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
1872         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
1873         (main): Call set_program_name.
1874
1875         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
1876         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
1877         (main): Call set_program_name.
1878
1879         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
1880         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
1881         (main): Call set_program_name.
1882
1883         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
1884         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
1885         (main): Call set_program_name.
1886
1887         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
1888         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
1889         (main): Call set_program_name.
1890
1891         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
1892         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
1893         (main): Call set_program_name.
1894
1895         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
1896         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
1897         (main): Call set_program_name.
1898
1899         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
1900         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
1901         (main): Call set_program_name.
1902
1903 2009-01-19  Eric Blake  <ebb9@byu.net>
1904
1905         test-unistd: test previous patch
1906         * tests/test-unistd.c: Test *_FILENO macros.
1907
1908         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
1909         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
1910         Guarantee a definition.
1911         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
1912         * modules/unistd-safer (Depends-on): Add dependency on unistd.
1913         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
1914         * lib/dup-safer.c (STDERR_FILENO): Likewise.
1915         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
1916         Likewise.
1917         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
1918         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
1919         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
1920         Likewise.
1921         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
1922         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
1923         (STDERR_FILENO): Likewise.
1924         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
1925         (STDERR_FILENO): Likewise.
1926         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
1927         (STDERR_FILENO): Likewise.
1928         Reported by Elbert Pol.
1929
1930 2009-01-19  Eric Blake  <ebb9@byu.net>
1931
1932         doc: mention more functions added in cygwin 1.7.0
1933         * doc/posix-functions/abort.texi (abort): Update wording related
1934         to cygwin.
1935         * doc/posix-functions/daylight.texi (daylight): Likewise.
1936         * doc/posix-functions/optarg.texi (optarg): Likewise.
1937         * doc/posix-functions/optarg.texi (opterr): Likewise.
1938         * doc/posix-functions/optarg.texi (optind): Likewise.
1939         * doc/posix-functions/optarg.texi (optopt): Likewise.
1940         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
1941         worked in 1.5.x, and was withdrawn in 1.7.
1942         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
1943         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
1944         cygwin versions.
1945         * doc/posix-functions/perror.texi (perror): Likewise.
1946         * doc/posix-functions/printf.texi (printf): Likewise.
1947         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
1948         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
1949         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
1950         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
1951         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
1952         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
1953         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
1954         Likewise.
1955         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
1956         Likewise.
1957         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
1958         this function.
1959         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
1960         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
1961         Likewise.
1962         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
1963         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
1964         * doc/posix-functions/confstr.texi (confstr): Likewise.
1965         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
1966         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
1967         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
1968         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
1969         * doc/posix-functions/fputws.texi (fputws): Likewise.
1970         * doc/posix-functions/fwide.texi (fwide): Likewise.
1971         * doc/posix-functions/getwc.texi (getwc): Likewise.
1972         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
1973         * doc/posix-functions/putwc.texi (putwc): Likewise.
1974         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
1975         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
1976         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
1977         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
1978         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
1979         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
1980         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
1981         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
1982         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
1983         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
1984         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
1985
1986 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
1987
1988         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
1989         * lib/ioctl.c: Include <sys/ioctl.h>.
1990
1991 2009-01-19  Simon Josefsson  <simon@josefsson.org>
1992
1993         * modules/getdate-tests (Depends-on): Add progname.
1994         * tests/test-getdate.c: Use progname module, to avoid link errors
1995         on non-glibc systems.
1996
1997 2009-01-18  Simon Josefsson  <simon@josefsson.org>
1998
1999         * modules/filenamecat-tests (Depends-on): Add progname.
2000         * modules/fstrcmp-tests (Depends-on): Likewise.
2001
2002         * tests/test-filenamecat.c: Use progname module, to avoid link
2003         errors on non-glibc systems.
2004         * tests/test-fstrcmp.c: Likewise.
2005
2006 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
2007
2008         gettimeofday: avoid warning: nested extern declaration of 'localtime'
2009         * lib/gettimeofday.c: Move extern declaration out of function.
2010
2011 2009-01-18  Bruno Haible  <bruno@clisp.org>
2012
2013         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
2014         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
2015         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
2016
2017 2009-01-18  Bruno Haible  <bruno@clisp.org>
2018
2019         * lib/strftime.c (MEMPCPY): Remove unused macro.
2020         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
2021
2022 2009-01-18  Martin Lambers  <marlam@marlam.de>
2023
2024         New module 'link'.
2025         * lib/unistd.in.h (link): New declaration.
2026         * lib/link.c: New file.
2027         * m4/link.m4: New file.
2028         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
2029         HAVE_LINK.
2030         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
2031         * modules/link: New file.
2032         * doc/posix-functions/link.texi: Mention the new module.
2033
2034 2009-01-18  Bruno Haible  <bruno@clisp.org>
2035
2036         * tests/test-avltree_list.c (main): Call set_program_name.
2037         * tests/test-avltree_oset.c (main): Likewise.
2038         * tests/test-obstack-printf.c: Include progname.h.
2039         (main): Call set_program_name.
2040         * tests/test-quotearg.c: Include progname.h.
2041         (main): Call set_program_name.
2042         * tests/test-xmemdup0.c: Include progname.h.
2043         (main): Call set_program_name.
2044
2045 2009-01-18  Bruno Haible  <bruno@clisp.org>
2046
2047         New module 'alphasort'.
2048         * lib/dirent.in.h (alphasort): New declaration.
2049         * lib/alphasort.c: New file, from glibc with modifications.
2050         * m4/alphasort.m4: New file.
2051         * modules/alphasort: New file.
2052         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
2053         HAVE_ALPHASORT.
2054         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
2055         HAVE_ALPHASORT.
2056         * doc/posix-functions/alphasort.texi: Mention the new module and the
2057         portability problems.
2058
2059 2009-01-18  Bruno Haible  <bruno@clisp.org>
2060
2061         New module 'scandir'.
2062         * lib/dirent.in.h (scandir): New declaration.
2063         * lib/scandir.c: New file, from glibc with modifications.
2064         * m4/scandir.m4: New file.
2065         * modules/scandir: New file.
2066         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
2067         HAVE_SCANDIR.
2068         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
2069         HAVE_SCANDIR.
2070         * doc/posix-functions/scandir.texi: Mention the new module and the
2071         portability problems.
2072
2073 2009-01-17  Bruno Haible  <bruno@clisp.org>
2074
2075         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
2076         Update documentation.
2077         (func_remove_suffix): Escape all dots in the suffix. Update
2078         documentation.
2079         (func_filter_filelist): Update documentation.
2080         Reported by Ralf Wildenhues.
2081
2082 2009-01-17  Bruno Haible  <bruno@clisp.org>
2083
2084         * modules/dprintf-posix-tests: New file.
2085         * tests/test-dprintf-posix.sh: New file.
2086         * tests/test-dprintf-posix.c: New file.
2087
2088         New modules 'dprintf', 'dprintf-posix'.
2089         * lib/stdio.in.h (dprintf): New declaration.
2090         * lib/dprintf.c: New file.
2091         * m4/dprintf.m4: New file.
2092         * m4/dprintf-posix.m4: New file.
2093         * modules/dprintf: New file.
2094         * modules/dprintf-posix: New file.
2095         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
2096         HAVE_DPRINTF, REPLACE_DPRINTF.
2097         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
2098         HAVE_DPRINTF, REPLACE_DPRINTF.
2099         * doc/posix-functions/dprintf.texi: Mention the new modules.
2100
2101 2009-01-17  Bruno Haible  <bruno@clisp.org>
2102
2103         * modules/vdprintf-posix-tests: New file.
2104         * tests/test-vdprintf-posix.sh: New file.
2105         * tests/test-vdprintf-posix.c: New file.
2106
2107         New modules 'vdprintf', 'vdprintf-posix'.
2108         * lib/stdio.in.h (vdprintf): New declaration.
2109         * lib/vdprintf.c: New file.
2110         * m4/vdprintf.m4: New file.
2111         * m4/vdprintf-posix.m4: New file.
2112         * modules/vdprintf: New file.
2113         * modules/vdprintf-posix: New file.
2114         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
2115         HAVE_VDPRINTF, REPLACE_VDPRINTF.
2116         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
2117         HAVE_VDPRINTF, REPLACE_VDPRINTF.
2118         * doc/posix-functions/vdprintf.texi: Mention the new modules.
2119
2120 2009-01-17  Bruno Haible  <bruno@clisp.org>
2121
2122         Fix replacement of fopen on mingw.
2123         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
2124         mingw.
2125
2126 2009-01-17  Bruno Haible  <bruno@clisp.org>
2127
2128         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
2129         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
2130
2131 2009-01-17  Bruno Haible  <bruno@clisp.org>
2132
2133         Avoid test-fflush2.sh failure on mingw.
2134         * tests/test-fflush2.c: Include binary-io.h.
2135         (main): Put standard input into binary mode.
2136         * modules/fflush-tests (Depends-on): Add binary-io.
2137
2138 2009-01-17  Bruno Haible  <bruno@clisp.org>
2139
2140         * lib/wchar.in.h: In another particular situation, include only the
2141         system's <wchar.h> file.
2142         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
2143         Reported by Albert Chin-A-Young <china@thewrittenword.com>
2144         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
2145
2146 2009-01-17  Bruno Haible  <bruno@clisp.org>
2147
2148         Support for stripping executables in --enable-relocatable.
2149         * build-aux/install-reloc: Expect one more argument, or an environment
2150         variable RELOC_STRIP_PROG. If set, strip the destination program and
2151         its wrapper.
2152         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
2153         RELOC_STRIP_PROG.
2154         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
2155         to set RELOCATABLE_STRIP.
2156         * NEWS: Mention the new Makefile requirement.
2157
2158 2009-01-17  Bruno Haible  <bruno@clisp.org>
2159
2160         * build-aux/install-reloc: Remove debugging information left over by
2161         C compiler on MacOS X.
2162
2163 2009-01-17  Bruno Haible  <bruno@clisp.org>
2164
2165         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
2166         * lib/progreloc.c (find_executable): Fix type of pointer passed to
2167         _NSGetExecutablePath.
2168
2169 2009-01-16  Jim Meyering  <meyering@redhat.com>
2170
2171         strerror: avoid warnings about discarding "const"
2172         * lib/strerror.c (rpl_strerror): Instead of returning a const
2173         string from each and every "case", use a variable, and add a single
2174         cast after the switch.
2175
2176 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
2177
2178         * lib/arpa_inet.in.h: Add extern "C" block for C++.
2179
2180 2009-01-16  Bruno Haible  <bruno@clisp.org>
2181
2182         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
2183         array initializer syntax that also works in C++ mode.
2184         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2185
2186 2009-01-16  Jim Meyering  <meyering@redhat.com>
2187
2188         poll: suppress a warning
2189         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
2190         to ignore "...unsigned expression < 0 is always false" warnings.
2191
2192 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
2193
2194         poll: remove declarations of unused variables
2195         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
2196         sockbuf and optlen.
2197
2198 2009-01-15  Bruno Haible  <bruno@clisp.org>
2199
2200         Make fflush-after-ungetc POSIX compliant on BSD systems.
2201         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
2202         (clear_ungetc_buffer): Implement also for other systems.
2203         (rpl_fflush): On glibc systems, invoke
2204         clear_ungetc_buffer_preserving_position. Otherwise, invoke
2205         clear_ungetc_buffer after fetching the stream's position, not before.
2206
2207 2009-01-15  Bruno Haible  <bruno@clisp.org>
2208
2209         Make fflush-after-ungetc POSIX compliant on glibc systems.
2210         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
2211         after ungetc.
2212         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
2213         (rpl_fflush): On glibc systems, simply call the system's fflush
2214         function after clearing the ungetc buffer.
2215         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
2216         Instead, lseek only to the end of file, then use the system's fseeko
2217         for the rest. On glibc systems, reset the EOF indicator bit.
2218
2219 2009-01-15  Jim Meyering  <meyering@redhat.com>
2220
2221         openmp.m4: revert quote-adding change, for portability to older autoconf
2222         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
2223         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
2224         Simon Josefsson noticed the problem when using autoconf-2.61.
2225
2226 2009-01-15  Bruno Haible  <bruno@clisp.org>
2227
2228         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
2229         * tests/test-fflush2.c (ASSERT): Always fail.
2230         (main): Add two tests for fflush() after ungetc(), taking into account
2231         the Austin Group's clarification.
2232         Suggested by Eric Blake.
2233
2234 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
2235
2236         mktime.m4: remove K&R-style function prototypes
2237         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
2238         for the Sun C++ compiler.
2239
2240 2009-01-14  Bruno Haible  <bruno@clisp.org>
2241
2242         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
2243         while including <wchar.h>.
2244         * lib/wchar.in.h: In two particular situations on HP-UX, include only
2245         the system's <wchar.h> file.
2246         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2247
2248 2009-01-14  Bruno Haible  <bruno@clisp.org>
2249
2250         * m4/csharp.m4: Don't mention gettext on the serial number line.
2251         * m4/csharpexec.m4: Likewise.
2252         * m4/eaccess.m4: Likewise.
2253         * m4/javaexec.m4: Likewise.
2254         * m4/sig_atomic_t.m4: Likewise.
2255         * m4/tmpdir.m4: Likewise.
2256         * m4/intldir.m4: Bump gettext version.
2257         * m4/lib-ld.m4: Likewise.
2258
2259 2009-01-14  Bruno Haible  <bruno@clisp.org>
2260
2261         * lib/progname.c (set_program_name): Add more comments.
2262         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
2263
2264 2009-01-14  Simon Josefsson  <simon@josefsson.org>
2265
2266         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
2267         were sys/stat.h does not define it.
2268
2269 2009-01-14  Jim Meyering  <meyering@redhat.com>
2270
2271         many *.m4 files: improve m4 quoting
2272         99% of this change was performed by running the following commands:
2273         git ls-files | grep '\.m4$' | xargs perl -pi \
2274           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
2275           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
2276           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
2277           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
2278         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
2279         The remainder were to add Copyright dates, increment serial numbers,
2280         undo some changes in comments, exclude m4/intl.m4, and add quotes
2281         around the "1" in ",1" where the unusual spacing prohibited the
2282         above regexps from doing the job.  For more details, see
2283         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
2284         * m4/acl.m4: Modified.
2285         * m4/afs.m4: Likewise.
2286         * m4/alloca.m4: Likewise.
2287         * m4/argp.m4: Likewise.
2288         * m4/argz.m4: Likewise.
2289         * m4/atexit.m4: Likewise.
2290         * m4/bison-i18n.m4: Likewise.
2291         * m4/bison.m4: Likewise.
2292         * m4/byteswap.m4: Likewise.
2293         * m4/c-stack.m4: Likewise.
2294         * m4/c-strtod.m4: Likewise.
2295         * m4/calloc.m4: Likewise.
2296         * m4/canonicalize-lgpl.m4: Likewise.
2297         * m4/chown.m4: Likewise.
2298         * m4/clock_time.m4: Likewise.
2299         * m4/codeset.m4: Likewise.
2300         * m4/copy-file.m4: Likewise.
2301         * m4/csharp.m4: Likewise.
2302         * m4/csharpcomp.m4: Likewise.
2303         * m4/csharpexec.m4: Likewise.
2304         * m4/d-ino.m4: Likewise.
2305         * m4/d-type.m4: Likewise.
2306         * m4/dirfd.m4: Likewise.
2307         * m4/double-slash-root.m4: Likewise.
2308         * m4/eaccess.m4: Likewise.
2309         * m4/eealloc.m4: Likewise.
2310         * m4/environ.m4: Likewise.
2311         * m4/errno_h.m4: Likewise.
2312         * m4/euidaccess.m4: Likewise.
2313         * m4/execute.m4: Likewise.
2314         * m4/fatal-signal.m4: Likewise.
2315         * m4/fchdir.m4: Likewise.
2316         * m4/fcntl_h.m4: Likewise.
2317         * m4/fileblocks.m4: Likewise.
2318         * m4/filenamecat.m4: Likewise.
2319         * m4/findprog.m4: Likewise.
2320         * m4/flexmember.m4: Likewise.
2321         * m4/fnmatch.m4: Likewise.
2322         * m4/fopen.m4: Likewise.
2323         * m4/fpending.m4: Likewise.
2324         * m4/fprintf-posix.m4: Likewise.
2325         * m4/free.m4: Likewise.
2326         * m4/frexp.m4: Likewise.
2327         * m4/frexpl.m4: Likewise.
2328         * m4/fsusage.m4: Likewise.
2329         * m4/ftruncate.m4: Likewise.
2330         * m4/gc-camellia.m4: Likewise.
2331         * m4/gc-random.m4: Likewise.
2332         * m4/gc.m4: Likewise.
2333         * m4/getaddrinfo.m4: Likewise.
2334         * m4/getcwd-abort-bug.m4: Likewise.
2335         * m4/getcwd-path-max.m4: Likewise.
2336         * m4/getdate.m4: Likewise.
2337         * m4/getdomainname.m4: Likewise.
2338         * m4/getgroups.m4: Likewise.
2339         * m4/gethostname.m4: Likewise.
2340         * m4/gethrxtime.m4: Likewise.
2341         * m4/getline.m4: Likewise.
2342         * m4/getloadavg.m4: Likewise.
2343         * m4/getndelim2.m4: Likewise.
2344         * m4/getpass.m4: Likewise.
2345         * m4/gettext.m4: Likewise.
2346         * m4/gettime.m4: Likewise.
2347         * m4/gettimeofday.m4: Likewise.
2348         * m4/gnulib-common.m4: Likewise.
2349         * m4/group-member.m4: Likewise.
2350         * m4/host-os.m4: Likewise.
2351         * m4/iconv.m4: Likewise.
2352         * m4/iconv_open.m4: Likewise.
2353         * m4/inet_ntop.m4: Likewise.
2354         * m4/inet_pton.m4: Likewise.
2355         * m4/inline.m4: Likewise.
2356         * m4/intldir.m4: Likewise.
2357         * m4/intlmacosx.m4: Likewise.
2358         * m4/intmax.m4: Likewise.
2359         * m4/intmax_t.m4: Likewise.
2360         * m4/inttypes.m4: Likewise.
2361         * m4/inttypes_h.m4: Likewise.
2362         * m4/inttypes-pri.m4: Likewise.
2363         * m4/isapipe.m4: Likewise.
2364         * m4/isnand.m4: Likewise.
2365         * m4/isnanf.m4: Likewise.
2366         * m4/isnanl.m4: Likewise.
2367         * m4/javacomp.m4: Likewise.
2368         * m4/javaexec.m4: Likewise.
2369         * m4/jm-winsz1.m4: Likewise.
2370         * m4/jm-winsz2.m4: Likewise.
2371         * m4/lchown.m4: Likewise.
2372         * m4/lcmessage.m4: Likewise.
2373         * m4/ldexpl.m4: Likewise.
2374         * m4/lib-ld.m4: Likewise.
2375         * m4/lib-link.m4: Likewise.
2376         * m4/libsigsegv.m4: Likewise.
2377         * m4/link-follow.m4: Likewise.
2378         * m4/localcharset.m4: Likewise.
2379         * m4/locale-fr.m4: Likewise.
2380         * m4/locale-ja.m4: Likewise.
2381         * m4/locale-tr.m4: Likewise.
2382         * m4/locale-zh.m4: Likewise.
2383         * m4/lock.m4: Likewise.
2384         * m4/longlong.m4: Likewise.
2385         * m4/ls-mntd-fs.m4: Likewise.
2386         * m4/lstat.m4: Likewise.
2387         * m4/malloc.m4: Likewise.
2388         * m4/mathl.m4: Likewise.
2389         * m4/mbrtowc.m4: Likewise.
2390         * m4/mbstate_t.m4: Likewise.
2391         * m4/mbswidth.m4: Likewise.
2392         * m4/memchr.m4: Likewise.
2393         * m4/memcmp.m4: Likewise.
2394         * m4/memcpy.m4: Likewise.
2395         * m4/memmem.m4: Likewise.
2396         * m4/memmove.m4: Likewise.
2397         * m4/mempcpy.m4: Likewise.
2398         * m4/memrchr.m4: Likewise.
2399         * m4/memset.m4: Likewise.
2400         * m4/minmax.m4: Likewise.
2401         * m4/mkdir-slash.m4: Likewise.
2402         * m4/mkdtemp.m4: Likewise.
2403         * m4/mktime.m4: Likewise.
2404         * m4/mmap-anon.m4: Likewise.
2405         * m4/mountlist.m4: Likewise.
2406         * m4/nanosleep.m4: Likewise.
2407         * m4/nls.m4: Likewise.
2408         * m4/nocrash.m4: Likewise.
2409         * m4/open.m4: Likewise.
2410         * m4/openat.m4: Likewise.
2411         * m4/openmp.m4: Likewise.
2412         * m4/pathmax.m4: Likewise.
2413         * m4/perl.m4: Likewise.
2414         * m4/physmem.m4: Likewise.
2415         * m4/pipe.m4: Likewise.
2416         * m4/po.m4: Likewise.
2417         * m4/poll.m4: Likewise.
2418         * m4/posixtm.m4: Likewise.
2419         * m4/posixver.m4: Likewise.
2420         * m4/printf-frexp.m4: Likewise.
2421         * m4/printf-frexpl.m4: Likewise.
2422         * m4/printf-posix.m4: Likewise.
2423         * m4/printf-posix-rpl.m4: Likewise.
2424         * m4/printf.m4: Likewise.
2425         * m4/progtest.m4: Likewise.
2426         * m4/putenv.m4: Likewise.
2427         * m4/readline.m4: Likewise.
2428         * m4/readlink.m4: Likewise.
2429         * m4/readutmp.m4: Likewise.
2430         * m4/realloc.m4: Likewise.
2431         * m4/regex.m4: Likewise.
2432         * m4/relocatable.m4: Likewise.
2433         * m4/relocatable-lib.m4: Likewise.
2434         * m4/rename-dest-slash.m4: Likewise.
2435         * m4/rename.m4: Likewise.
2436         * m4/rmdir-errno.m4: Likewise.
2437         * m4/rmdir.m4: Likewise.
2438         * m4/roundf.m4: Likewise.
2439         * m4/roundl.m4: Likewise.
2440         * m4/rpmatch.m4: Likewise.
2441         * m4/save-cwd.m4: Likewise.
2442         * m4/selinux-selinux-h.m4: Likewise.
2443         * m4/setenv.m4: Likewise.
2444         * m4/settime.m4: Likewise.
2445         * m4/sig2str.m4: Likewise.
2446         * m4/sig_atomic_t.m4: Likewise.
2447         * m4/signalblocking.m4: Likewise.
2448         * m4/signbit.m4: Likewise.
2449         * m4/sigpipe.m4: Likewise.
2450         * m4/sockets.m4: Likewise.
2451         * m4/sockpfaf.m4: Likewise.
2452         * m4/st_dm_mode.m4: Likewise.
2453         * m4/stat-time.m4: Likewise.
2454         * m4/stdbool.m4: Likewise.
2455         * m4/stdint.m4: Likewise.
2456         * m4/stdint_h.m4: Likewise.
2457         * m4/stpcpy.m4: Likewise.
2458         * m4/stpncpy.m4: Likewise.
2459         * m4/strcase.m4: Likewise.
2460         * m4/strchrnul.m4: Likewise.
2461         * m4/strcspn.m4: Likewise.
2462         * m4/strdup.m4: Likewise.
2463         * m4/strftime.m4: Likewise.
2464         * m4/strndup.m4: Likewise.
2465         * m4/strnlen.m4: Likewise.
2466         * m4/strpbrk.m4: Likewise.
2467         * m4/strptime.m4: Likewise.
2468         * m4/strsep.m4: Likewise.
2469         * m4/strtod.m4: Likewise.
2470         * m4/strtoimax.m4: Likewise.
2471         * m4/strtok_r.m4: Likewise.
2472         * m4/strtol.m4: Likewise.
2473         * m4/strtoll.m4: Likewise.
2474         * m4/strtoul.m4: Likewise.
2475         * m4/strtoull.m4: Likewise.
2476         * m4/strtoumax.m4: Likewise.
2477         * m4/strverscmp.m4: Likewise.
2478         * m4/threadlib.m4: Likewise.
2479         * m4/timegm.m4: Likewise.
2480         * m4/tm_gmtoff.m4: Likewise.
2481         * m4/tmpdir.m4: Likewise.
2482         * m4/tmpfile.m4: Likewise.
2483         * m4/tzset.m4: Likewise.
2484         * m4/uintmax_t.m4: Likewise.
2485         * m4/unlinkdir.m4: Likewise.
2486         * m4/unlocked-io.m4: Likewise.
2487         * m4/uptime.m4: Likewise.
2488         * m4/userspec.m4: Likewise.
2489         * m4/utimbuf.m4: Likewise.
2490         * m4/utime.m4: Likewise.
2491         * m4/utimes-null.m4: Likewise.
2492         * m4/utimes.m4: Likewise.
2493         * m4/vararrays.m4: Likewise.
2494         * m4/vasnprintf.m4: Likewise.
2495         * m4/vfprintf-posix.m4: Likewise.
2496         * m4/vprintf-posix.m4: Likewise.
2497         * m4/wait-process.m4: Likewise.
2498         * m4/wchar_t.m4: Likewise.
2499         * m4/wint_t.m4: Likewise.
2500         * m4/write-any-file.m4: Likewise.
2501         * m4/yield.m4: Likewise.
2502
2503 2009-01-13  Bruno Haible  <bruno@clisp.org>
2504
2505         Avoid test-copy-file.sh failures when ACL support insufficient.
2506         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
2507         TESTS_ENVIRONMENT.
2508         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
2509         Reported by Jim Meyering.
2510
2511 2009-01-13  Bruno Haible  <bruno@clisp.org>
2512
2513         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
2514         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
2515         * modules/unistdio/u8-printf-parse (Files): Likewise.
2516         * modules/unistdio/u32-printf-parse (Files): Likewise.
2517         * modules/unistdio/ulc-printf-parse (Files): Likewise.
2518
2519 2009-01-13  Simon Josefsson  <simon@josefsson.org>
2520
2521         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
2522         and m4/inttypes_h.m4 too.
2523
2524 2009-01-12  Eric Blake  <ebb9@byu.net>
2525
2526         tests: IRIX 6.2 cc can't compile -0.0 into .data
2527         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
2528         rather than at compile-time.
2529         * tests/test-floorl.c (minus_zero): Likewise.
2530         * tests/test-frexpl.c (minus_zero): Likewise.
2531         * tests/test-isnan.c (minus_zerol): Likewise.
2532         * tests/test-isnanl.h (minus_zero): Likewise.
2533         * tests/test-ldexpl.c (minus_zero): Likewise.
2534         * tests/test-roundl.c (minus_zero): Likewise.
2535         * tests/test-signbit.c (minus_zerol): Likewise.
2536         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
2537         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
2538         * tests/test-truncl.c (minus_zero): Likewise.
2539         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
2540         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
2541         Reported by Tom G. Christensen and Nelson H. F. Beebe.
2542
2543 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
2544
2545         regex: fix glibc bug 9697
2546         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
2547         handling.
2548
2549 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
2550
2551         regex: fix glibc bug 697
2552         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
2553         being NULL also if there are no backreferences.
2554
2555 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
2556
2557         regex: merge glibc changes
2558         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
2559         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
2560         re_string_skip_chars, re_string_reconstruct): Likewise.
2561         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
2562
2563 2009-01-07  Jim Meyering  <meyering@redhat.com>
2564
2565         poll: filter through cppi
2566         * lib/poll.c: Indent cpp directives to reflect nesting.
2567
2568 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
2569
2570         poll: don't return uninitialized
2571         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
2572
2573 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
2574
2575         avoid compile failure on AIX 6.1
2576         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
2577         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
2578
2579 2009-01-04  Jim Meyering  <meyering@redhat.com>
2580
2581         remove duplicate inclusion of <stdio.h>
2582         * tests/test-fprintf-posix.c: Likewise.
2583         * tests/test-printf-posix.c: Likewise.
2584         * tests/test-snprintf-posix.c: Likewise.
2585         * tests/test-sprintf-posix.c: Likewise.
2586         * tests/test-vasprintf-posix.c: Likewise.
2587         * tests/test-vfprintf-posix.c: Likewise.
2588         * tests/test-vprintf-posix.c: Likewise.
2589         * tests/test-vsnprintf-posix.c: Likewise.
2590         * tests/test-vsprintf-posix.c: Likewise.
2591
2592 2009-01-03  Jim Meyering  <meyering@redhat.com>
2593
2594         gnulib-tool: fix sed-based filtering
2595         * gnulib-tool (func_filter_filelist): Remove extra backslash
2596         in sed_fff_filter definition.
2597
2598 2009-01-02  Jim Meyering  <meyering@redhat.com>
2599
2600         strftime: avoid compilation failure on Solaris 2.6
2601         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
2602         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
2603         Don't #define mbrlen or mbsinit, since now they're guaranteed to
2604         be available.  Reported by Tom G. Christensen.  Details in
2605         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
2606
2607 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2608             Bruno Haible  <bruno@clisp.org>
2609
2610         Speed up gnulib-tool by doing more string processing through shell
2611         built-ins.
2612         * gnulib-tool (fast_func_append): New variable.
2613         (func_remove_prefix, func_remove_suffix): New functions.
2614         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
2615         (func_filter_filelist): New function.
2616         (func_get_dependencies): Use func_remove_suffix instead of sed.
2617         (func_get_automake_snippet): Use func_filter_filelist instead of a
2618         subshell and sed invocation.
2619
2620 2009-01-01  Bruno Haible  <bruno@clisp.org>
2621
2622         Fix a security bug.
2623         * gnulib-tool (func_import, import, update): Don't allow the characters
2624         '"', '$', '`', '\' in macro arguments that become part of commands that
2625         are evaluated.
2626
2627 2009-01-01  Bruno Haible  <bruno@clisp.org>
2628
2629         * gnulib-tool (func_reset_sigpipe): Add more comments.
2630
2631 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2632
2633         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
2634         func_emit_tests_Makefile_am, func_import): Abort loops early if we
2635         already know the answer.
2636
2637 2009-01-01  Jim Meyering  <meyering@redhat.com>
2638
2639         * lib/version-etc.c (version_etc_va): Update copyright year.
2640
2641 2008-12-30  Bruno Haible  <bruno@clisp.org>
2642
2643         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
2644         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
2645         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
2646
2647 2008-12-29  Eric Blake  <ebb9@byu.net>
2648
2649         multiarch: avoid autoconf AC_REQUIRE bug
2650         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
2651         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
2652         2.63 and older.
2653         Reported by Bruno Haible, and analyzed in
2654         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
2655
2656 2008-12-29  Bruno Haible  <bruno@clisp.org>
2657
2658         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
2659         files in subdirectories correctly.
2660         Reported by Ralf Wildenhues.
2661
2662 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2663
2664         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
2665         rather than 'join FILE -', for Solaris join.
2666
2667 2008-12-29  Bruno Haible  <bruno@clisp.org>
2668
2669         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
2670         quoting.
2671         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
2672         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
2673         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
2674         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
2675         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
2676         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
2677         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
2678         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
2679         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
2680         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
2681         * m4/nls.m4 (AM_NLS): Likewise.
2682         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
2683         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
2684         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
2685         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
2686         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
2687         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
2688         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
2689         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
2690         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
2691         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
2692         * m4/xsize.m4 (gl_XSIZE): Likewise.
2693         Suggested by Jim Meyering.
2694
2695 2008-11-17  Bruce Korb  <bkorb@gnu.org>
2696
2697         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
2698         * lib/parse-duration.c: use a switch instead of cascading if's.
2699
2700 2008-12-29  Eric Blake  <ebb9@byu.net>
2701
2702         wchar.h: supply WEOF on Irix 5.3
2703         * lib/wchar.in.h (wint_t): Also supply WEOF.
2704         * lib/wctype.in.h (wint_t): Likewise.
2705         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
2706         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
2707         Reported by Tom G. Christensen.
2708
2709 2008-12-26  Bruno Haible  <bruno@clisp.org>
2710
2711         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
2712         i486, i586, i686.
2713
2714 2008-12-26  Bruno Haible  <bruno@clisp.org>
2715
2716         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
2717
2718 2008-12-26  Bruno Haible  <bruno@clisp.org>
2719
2720         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
2721         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
2722         not __STDC_CONSTANT_MACROS.
2723         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
2724
2725 2008-12-25  Bruno Haible  <bruno@clisp.org>
2726
2727         Add support for universal builds to vasnprintf.
2728         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
2729         universal builds, guess no.
2730         * modules/vasnprintf-posix (Depends-on): Add multiarch.
2731         * modules/vasprintf-posix (Depends-on): Likewise.
2732         * modules/fprintf-posix (Depends-on): Likewise.
2733         * modules/vfprintf-posix (Depends-on): Likewise.
2734         * modules/snprintf-posix (Depends-on): Likewise.
2735         * modules/vsnprintf-posix (Depends-on): Likewise.
2736         * modules/sprintf-posix (Depends-on): Likewise.
2737         * modules/vsprintf-posix (Depends-on): Likewise.
2738         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
2739         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
2740         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
2741         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
2742         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
2743         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
2744         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2745
2746         Add support for universal builds to <inttypes.h>.
2747         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
2748         _SCNu64_PREFIX): In Apple
2749         universal builds, define directly, using _LP64.
2750         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
2751         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
2752         * modules/inttypes (Depends-on): Add multiarch.
2753         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
2754
2755         Add support for universal builds to <stdint.h>.
2756         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
2757         universal builds, define directly, using _LP64.
2758         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
2759         Apple universal builds, don't test for the size and suffix of ptrdiff_t
2760         and size_t.
2761         * modules/stdint (Depends-on): Add multiarch.
2762         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
2763
2764         New module 'multiarch'.
2765         * modules/multiarch: New file.
2766         * m4/multiarch.m4: New file.
2767
2768 2008-12-25  Bruno Haible  <bruno@clisp.org>
2769
2770         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
2771
2772 2008-12-25  Bruno Haible  <bruno@clisp.org>
2773
2774         * modules/btowc (License): Relicense under LGPLv2+.
2775         * modules/mbsinit (License): Likewise.
2776         * modules/mbrtowc (License): Likewise.
2777         * modules/wcrtomb (License): Likewise.
2778         * modules/streq (License): Likewise.
2779         Reported by David Lutterkort <lutter@redhat.com>.
2780
2781 2008-12-23  Bruno Haible  <bruno@clisp.org>
2782
2783         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
2784
2785 2008-12-23  Bruno Haible  <bruno@clisp.org>
2786
2787         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
2788         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
2789         GETADDRINFO_LIB, not in LIBS.
2790         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
2791         * modules/canon-host (Link): Likewise.
2792         * NEWS: Mention the change.
2793         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
2794         GETADDRINFO_LIB.
2795
2796 2008-12-22  Bruno Haible  <bruno@clisp.org>
2797
2798         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
2799         * doc/posix-functions/iswalpha_l.texi: Likewise.
2800         * doc/posix-functions/iswblank_l.texi: Likewise.
2801         * doc/posix-functions/iswcntrl_l.texi: Likewise.
2802         * doc/posix-functions/iswctype_l.texi: Likewise.
2803         * doc/posix-functions/iswdigit_l.texi: Likewise.
2804         * doc/posix-functions/iswgraph_l.texi: Likewise.
2805         * doc/posix-functions/iswlower_l.texi: Likewise.
2806         * doc/posix-functions/iswprint_l.texi: Likewise.
2807         * doc/posix-functions/iswpunct_l.texi: Likewise.
2808         * doc/posix-functions/iswspace_l.texi: Likewise.
2809         * doc/posix-functions/iswupper_l.texi: Likewise.
2810         * doc/posix-functions/iswxdigit_l.texi: Likewise.
2811         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
2812         * doc/posix-functions/open_wmemstream.texi: Likewise.
2813         * doc/posix-functions/swscanf.texi: Likewise.
2814         * doc/posix-functions/towctrans_l.texi: Likewise.
2815         * doc/posix-functions/towlower.texi: Likewise.
2816         * doc/posix-functions/towlower_l.texi: Likewise.
2817         * doc/posix-functions/towupper.texi: Likewise.
2818         * doc/posix-functions/towupper_l.texi: Likewise.
2819         * doc/posix-functions/vfwprintf.texi: Likewise.
2820         * doc/posix-functions/vfwscanf.texi: Likewise.
2821         * doc/posix-functions/vswscanf.texi: Likewise.
2822         * doc/posix-functions/vwprintf.texi: Likewise.
2823         * doc/posix-functions/vwscanf.texi: Likewise.
2824         * doc/posix-functions/wcpcpy.texi: Likewise.
2825         * doc/posix-functions/wcpncpy.texi: Likewise.
2826         * doc/posix-functions/wcscasecmp.texi: Likewise.
2827         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
2828         * doc/posix-functions/wcscoll_l.texi: Likewise.
2829         * doc/posix-functions/wcsdup.texi: Likewise.
2830         * doc/posix-functions/wcsncasecmp.texi: Likewise.
2831         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
2832         * doc/posix-functions/wcsnlen.texi: Likewise.
2833         * doc/posix-functions/wcsnrtombs.texi: Likewise.
2834         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
2835         * doc/posix-functions/wctrans_l.texi: Likewise.
2836         * doc/posix-functions/wctype_l.texi: Likewise.
2837         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
2838         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
2839         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
2840         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
2841         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
2842         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
2843         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
2844         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
2845         * doc/glibc-functions/wcschrnul.texi: Likewise.
2846         * doc/glibc-functions/wcsftime_l.texi: Likewise.
2847         * doc/glibc-functions/wcstod_l.texi: Likewise.
2848         * doc/glibc-functions/wcstof_l.texi: Likewise.
2849         * doc/glibc-functions/wcstol_l.texi: Likewise.
2850         * doc/glibc-functions/wcstold_l.texi: Likewise.
2851         * doc/glibc-functions/wcstoll_l.texi: Likewise.
2852         * doc/glibc-functions/wcstoq.texi: Likewise.
2853         * doc/glibc-functions/wcstoul_l.texi: Likewise.
2854         * doc/glibc-functions/wcstoull_l.texi: Likewise.
2855         * doc/glibc-functions/wcstouq.texi: Likewise.
2856         * doc/glibc-functions/wmempcpy.texi: Likewise.
2857
2858 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
2859             Eric Blake  <ebb9@byu.net>
2860             Paolo Bonzini  <bonzini@gnu.org>
2861             Bruno Haible  <bruno@clisp.org>
2862
2863         Make c-stack work on Haiku.
2864         * lib/c-stack.c (SA_ONSTACK): Define fallback.
2865         (c_stack_action): Use SA_ONSTACK flag.
2866
2867 2008-12-22  Bruno Haible  <bruno@clisp.org>
2868
2869         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
2870
2871 2008-12-22  Bruno Haible  <bruno@clisp.org>
2872
2873         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
2874         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
2875         being overridden.
2876         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
2877         New macros.
2878         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
2879         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
2880         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
2881         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
2882
2883 2008-12-22  Bruno Haible  <bruno@clisp.org>
2884
2885         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
2886         from test code.
2887
2888 2008-12-22  Eric Blake  <ebb9@byu.net>
2889
2890         Avoid gcc warnings on cygwin.
2891         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
2892         Avoid unused variable.
2893         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
2894         Likewise.
2895
2896 2008-12-22  Bruno Haible  <bruno@clisp.org>
2897
2898         Remove HAVE_MBRTOWC conditionals.
2899         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
2900         (mbscasecmp): Assume mbrtowc function.
2901         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
2902         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
2903         * lib/mbschr.c: Include mbuiter.h unconditionally.
2904         (mbschr): Assume mbrtowc function.
2905         * lib/mbscspn.c: Include mbuiter.h unconditionally.
2906         (mbscspn): Assume mbrtowc function.
2907         * lib/mbslen.c: Include mbuiter.h unconditionally.
2908         (mbslen): Assume mbrtowc function.
2909         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
2910         (mbsncasecmp): Assume mbrtowc function.
2911         * lib/mbsnlen.c: Include mbiter.h unconditionally.
2912         (mbsnlen): Assume mbrtowc function.
2913         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
2914         (mbspbrk): Assume mbrtowc function.
2915         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
2916         (mbspcasecmp): Assume mbrtowc function.
2917         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
2918         (mbsrchr): Assume mbrtowc function.
2919         * lib/mbssep.c: Include mbuiter.h unconditionally.
2920         (mbssep): Assume mbrtowc function.
2921         * lib/mbsspn.c: Include mbuiter.h unconditionally.
2922         (mbsspn): Assume mbrtowc function.
2923         * lib/mbsstr.c: Include mbuiter.h unconditionally.
2924         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
2925         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
2926         (mbstok_r): Assume mbrtowc function.
2927         * lib/propername.c: Include mbuiter.h unconditionally.
2928         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
2929         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
2930         (trim2): Assume mbrtowc function.
2931         * lib/mbswidth.c (mbsinit): Remove fallback definition.
2932         (mbsnwidth): Assume mbrtowc function.
2933         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
2934         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
2935         fallback definitions.
2936         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
2937
2938 2008-12-22  Bruno Haible  <bruno@clisp.org>
2939
2940         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
2941
2942 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
2943
2944         * modules/regex: Request emulations for the mb*/wc* functions we need.
2945         * m4/regex.m4: Don't look for those functions here.
2946         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
2947
2948 2008-12-22  Bruno Haible  <bruno@clisp.org>
2949
2950         * modules/fnmatch (Depends-on): Remove duplicated dependency.
2951
2952 2008-12-21  Bruno Haible  <bruno@clisp.org>
2953
2954         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
2955         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
2956         (Include): Remove conditionalization.
2957         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
2958         (Include): Remove conditionalization.
2959         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
2960         (Include): Remove conditionalization.
2961         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
2962         * m4/mbfile.m4 (gl_MBFILE): Likewise.
2963         * NEWS: Mention the change.
2964         Reported by Alan Hourihane <alanh@fairlite.co.uk>
2965         via Sergey Poznyakoff <gray@gnu.org.ua>.
2966
2967 2008-12-21  Bruno Haible  <bruno@clisp.org>
2968
2969         * MODULES.html.sh (Extended multibyte and wide character utilities
2970         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
2971         wcrtomb, wcsrtombs.
2972         (Support for systems lacking POSIX:2008): Add accept, bind, close,
2973         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
2974         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
2975         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
2976
2977 2008-12-21  Bruno Haible  <bruno@clisp.org>
2978
2979         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
2980
2981 2008-12-21  Bruno Haible  <bruno@clisp.org>
2982
2983         * modules/wcsnrtombs-tests: New file.
2984         * tests/test-wcsnrtombs1.sh: New file.
2985         * tests/test-wcsnrtombs2.sh: New file.
2986         * tests/test-wcsnrtombs3.sh: New file.
2987         * tests/test-wcsnrtombs4.sh: New file.
2988         * tests/test-wcsnrtombs.c: New file.
2989
2990         New module 'wcsnrtombs'.
2991         * lib/wchar.in.h (wcsnrtombs): New declaration.
2992         * lib/wcsnrtombs.c: New file.
2993         * lib/wcsrtombs-state.c: New file.
2994         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
2995         (internal_state): Remove variable.
2996         * m4/wcsnrtombs.m4: New file.
2997         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
2998         compilation units.
2999         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
3000         HAVE_WCSNRTOMBS.
3001         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
3002         HAVE_WCSNRTOMBS.
3003         * modules/wcsnrtombs: New file.
3004         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
3005         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
3006
3007 2008-12-21  Bruno Haible  <bruno@clisp.org>
3008
3009         * modules/wcsrtombs-tests: New file.
3010         * tests/test-wcsrtombs1.sh: New file.
3011         * tests/test-wcsrtombs2.sh: New file.
3012         * tests/test-wcsrtombs3.sh: New file.
3013         * tests/test-wcsrtombs4.sh: New file.
3014         * tests/test-wcsrtombs.c: New file.
3015
3016         New module 'wcsrtombs'.
3017         * lib/wchar.in.h (wcsrtombs): New declaration.
3018         * lib/wcsrtombs.c: New file.
3019         * m4/wcsrtombs.m4: New file.
3020         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
3021         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
3022         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
3023         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
3024         * modules/wcsrtombs: New file.
3025         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
3026         bugs.
3027
3028 2008-12-21  Bruno Haible  <bruno@clisp.org>
3029
3030         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
3031         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
3032         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
3033         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
3034         if not correct.
3035         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
3036         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
3037         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3038         m4/locale-zh.m4, m4/codeset.m4.
3039         * doc/posix-functions/wcrtomb.texi: Document the bug.
3040
3041 2008-12-21  Bruno Haible  <bruno@clisp.org>
3042
3043         Work around a btowc() bug on IRIX 6.5.
3044         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
3045         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
3046         REPLACE_WTOBC if not.
3047         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
3048         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
3049         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
3050
3051 2008-12-21  Bruno Haible  <bruno@clisp.org>
3052
3053         * modules/wcrtomb-tests: New file.
3054         * tests/test-wcrtomb.sh: New file.
3055         * tests/test-wcrtomb.c: New file.
3056
3057         New module 'wcrtomb'.
3058         * lib/wchar.in.h (wcrtomb): New declaration.
3059         * lib/wcrtomb.c: New file.
3060         * m4/wcrtomb.m4: New file.
3061         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
3062         HAVE_WCRTOMB.
3063         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
3064         HAVE_WCRTOMB.
3065         * modules/wcrtomb: New file.
3066         * doc/posix-functions/wcrtomb.texi: Mention the new module.
3067
3068 2008-12-21  Bruno Haible  <bruno@clisp.org>
3069
3070         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
3071         * modules/mbsrtowcs (Files): Likewise.
3072         * modules/wctob (Files): Likewise.
3073         * modules/c-strcase-tests (Files): Likewise.
3074         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
3075         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
3076         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
3077         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
3078         * modules/vasnprintf-posix-tests (Files): Likewise.
3079
3080 2008-12-21  William Pursell  <bill.pursell@gmail.com>
3081
3082         gitlog-to-changelog: pass all command-line arguments to git-log
3083         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
3084         it is sometimes convenient to filter the commits in various ways.
3085         gitlog-to-changelog only allows --since to specify a start date,
3086         but git-log itself supports many other filtering mechanisms.
3087         At the moment, I want to filter by branch name.  Rather than
3088         adding a --branch option to gitlog-to-changelog, it seems more
3089         flexible to simply pass all options directly to git-log and let
3090         git do the work.  Notice that this effectively makes --since a
3091         redundant option for gitlog-to-changelog, but removing it would
3092         require current usage to change since calls would then require
3093         an additional '--'.
3094
3095 2008-12-21  Bruno Haible  <bruno@clisp.org>
3096
3097         * modules/mbsnrtowcs-tests: New file.
3098         * tests/test-mbsnrtowcs1.sh: New file.
3099         * tests/test-mbsnrtowcs2.sh: New file.
3100         * tests/test-mbsnrtowcs3.sh: New file.
3101         * tests/test-mbsnrtowcs4.sh: New file.
3102         * tests/test-mbsnrtowcs.c: New file.
3103
3104         New module 'mbsnrtowcs'.
3105         * lib/wchar.in.h (mbsnrtowcs): New declaration.
3106         * lib/mbsnrtowcs.c: New file.
3107         * lib/mbsrtowcs-state.c: New file.
3108         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
3109         (internal_state): Remove variable.
3110         * m4/mbsnrtowcs.m4: New file.
3111         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
3112         compilation units.
3113         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
3114         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
3115         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
3116         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
3117         * modules/mbsnrtowcs: New file.
3118         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
3119         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
3120         portability problem.
3121
3122 2008-12-21  Bruno Haible  <bruno@clisp.org>
3123
3124         Work around mbsrtowcs bug.
3125         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
3126         (gl_FUNC_MBSRTOWCS): Invoke it.
3127         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3128         m4/locale-zh.m4.
3129         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
3130
3131 2008-12-21  Bruno Haible  <bruno@clisp.org>
3132
3133         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
3134
3135 2008-12-21  Bruno Haible  <bruno@clisp.org>
3136
3137         Update doc for AIX.
3138         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
3139         16-bit wchar_t type.
3140         * doc/posix-functions/btowc.texi: Likewise.
3141         * doc/posix-functions/fgetwc.texi: Likewise.
3142         * doc/posix-functions/fgetws.texi: Likewise.
3143         * doc/posix-functions/fputwc.texi: Likewise.
3144         * doc/posix-functions/fputws.texi: Likewise.
3145         * doc/posix-functions/fwide.texi: Likewise.
3146         * doc/posix-functions/fwprintf.texi: Likewise.
3147         * doc/posix-functions/fwscanf.texi: Likewise.
3148         * doc/posix-functions/getwchar.texi: Likewise.
3149         * doc/posix-functions/getwc.texi: Likewise.
3150         * doc/posix-functions/iswalnum.texi: Likewise.
3151         * doc/posix-functions/iswalpha.texi: Likewise.
3152         * doc/posix-functions/iswblank.texi: Likewise.
3153         * doc/posix-functions/iswcntrl.texi: Likewise.
3154         * doc/posix-functions/iswctype.texi: Likewise.
3155         * doc/posix-functions/iswdigit.texi: Likewise.
3156         * doc/posix-functions/iswgraph.texi: Likewise.
3157         * doc/posix-functions/iswlower.texi: Likewise.
3158         * doc/posix-functions/iswprint.texi: Likewise.
3159         * doc/posix-functions/iswpunct.texi: Likewise.
3160         * doc/posix-functions/iswspace.texi: Likewise.
3161         * doc/posix-functions/iswupper.texi: Likewise.
3162         * doc/posix-functions/iswxdigit.texi: Likewise.
3163         * doc/posix-functions/mbrtowc.texi: Likewise.
3164         * doc/posix-functions/mbsrtowcs.texi: Likewise.
3165         * doc/posix-functions/mbstowcs.texi: Likewise.
3166         * doc/posix-functions/mbtowc.texi: Likewise.
3167         * doc/posix-functions/putwchar.texi: Likewise.
3168         * doc/posix-functions/putwc.texi: Likewise.
3169         * doc/posix-functions/swprintf.texi: Likewise.
3170         * doc/posix-functions/tolower.texi: Likewise.
3171         * doc/posix-functions/toupper.texi: Likewise.
3172         * doc/posix-functions/towctrans.texi: Likewise.
3173         * doc/posix-functions/ungetwc.texi: Likewise.
3174         * doc/posix-functions/vswprintf.texi: Likewise.
3175         * doc/posix-functions/wcrtomb.texi: Likewise.
3176         * doc/posix-functions/wcscat.texi: Likewise.
3177         * doc/posix-functions/wcschr.texi: Likewise.
3178         * doc/posix-functions/wcscmp.texi: Likewise.
3179         * doc/posix-functions/wcscoll.texi: Likewise.
3180         * doc/posix-functions/wcscpy.texi: Likewise.
3181         * doc/posix-functions/wcscspn.texi: Likewise.
3182         * doc/posix-functions/wcsftime.texi: Likewise.
3183         * doc/posix-functions/wcslen.texi: Likewise.
3184         * doc/posix-functions/wcsncat.texi: Likewise.
3185         * doc/posix-functions/wcsncmp.texi: Likewise.
3186         * doc/posix-functions/wcsncpy.texi: Likewise.
3187         * doc/posix-functions/wcspbrk.texi: Likewise.
3188         * doc/posix-functions/wcsrchr.texi: Likewise.
3189         * doc/posix-functions/wcsrtombs.texi: Likewise.
3190         * doc/posix-functions/wcsspn.texi: Likewise.
3191         * doc/posix-functions/wcsstr.texi: Likewise.
3192         * doc/posix-functions/wcstod.texi: Likewise.
3193         * doc/posix-functions/wcstof.texi: Likewise.
3194         * doc/posix-functions/wcstoimax.texi: Likewise.
3195         * doc/posix-functions/wcstok.texi: Likewise.
3196         * doc/posix-functions/wcstold.texi: Likewise.
3197         * doc/posix-functions/wcstoll.texi: Likewise.
3198         * doc/posix-functions/wcstol.texi: Likewise.
3199         * doc/posix-functions/wcstombs.texi: Likewise.
3200         * doc/posix-functions/wcstoull.texi: Likewise.
3201         * doc/posix-functions/wcstoul.texi: Likewise.
3202         * doc/posix-functions/wcstoumax.texi: Likewise.
3203         * doc/posix-functions/wcswidth.texi: Likewise.
3204         * doc/posix-functions/wcsxfrm.texi: Likewise.
3205         * doc/posix-functions/wctob.texi: Likewise.
3206         * doc/posix-functions/wctomb.texi: Likewise.
3207         * doc/posix-functions/wctrans.texi: Likewise.
3208         * doc/posix-functions/wctype.texi: Likewise.
3209         * doc/posix-functions/wcwidth.texi: Likewise.
3210         * doc/posix-functions/wmemchr.texi: Likewise.
3211         * doc/posix-functions/wmemcmp.texi: Likewise.
3212         * doc/posix-functions/wmemcpy.texi: Likewise.
3213         * doc/posix-functions/wmemmove.texi: Likewise.
3214         * doc/posix-functions/wmemset.texi: Likewise.
3215         * doc/posix-functions/wprintf.texi: Likewise.
3216         * doc/posix-functions/wscanf.texi: Likewise.
3217
3218 2008-12-21  Bruno Haible  <bruno@clisp.org>
3219
3220         Update doc for HP-UX 11.11.
3221         * doc/posix-functions/btowc.texi: Clarify that the function is missing
3222         in HP-UX version 11.00, not in all versions of HP-UX 11.
3223         * doc/posix-functions/fwide.texi: Likewise.
3224         * doc/posix-functions/fwprintf.texi: Likewise.
3225         * doc/posix-functions/fwscanf.texi: Likewise.
3226         * doc/posix-functions/inet_ntop.texi: Likewise.
3227         * doc/posix-functions/inet_pton.texi: Likewise.
3228         * doc/posix-functions/mbrlen.texi: Likewise.
3229         * doc/posix-functions/mbrtowc.texi: Likewise.
3230         * doc/posix-functions/mbsinit.texi: Likewise.
3231         * doc/posix-functions/mbsrtowcs.texi: Likewise.
3232         * doc/posix-functions/swprintf.texi: Likewise.
3233         * doc/posix-functions/swscanf.texi: Likewise.
3234         * doc/posix-functions/towctrans.texi: Likewise.
3235         * doc/posix-functions/vfwprintf.texi: Likewise.
3236         * doc/posix-functions/vswprintf.texi: Likewise.
3237         * doc/posix-functions/vwprintf.texi: Likewise.
3238         * doc/posix-functions/wcrtomb.texi: Likewise.
3239         * doc/posix-functions/wcsrtombs.texi: Likewise.
3240         * doc/posix-functions/wcsstr.texi: Likewise.
3241         * doc/posix-functions/wctob.texi: Likewise.
3242         * doc/posix-functions/wctrans.texi: Likewise.
3243         * doc/posix-functions/wmemchr.texi: Likewise.
3244         * doc/posix-functions/wmemcmp.texi: Likewise.
3245         * doc/posix-functions/wmemcpy.texi: Likewise.
3246         * doc/posix-functions/wmemmove.texi: Likewise.
3247         * doc/posix-functions/wmemset.texi: Likewise.
3248         * doc/posix-functions/wprintf.texi: Likewise.
3249         * doc/posix-functions/wscanf.texi: Likewise.
3250
3251 2008-12-21  Bruno Haible  <bruno@clisp.org>
3252
3253         Work around a portability problem.
3254         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
3255         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
3256
3257 2008-12-20  Bruno Haible  <bruno@clisp.org>
3258
3259         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
3260         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
3261         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
3262         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
3263         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
3264
3265         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
3266         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
3267         set.
3268         (GNULIB_defined_mbstate_t): New macro.
3269         (mbsinit): Redefine if REPLACE_MBSINIT is set.
3270         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
3271         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
3272         reuses the system's mbrtowc function but works around the bugs.
3273         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
3274         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
3275         macros.
3276         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
3277         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
3278         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
3279         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
3280         REPLACE_MBSINIT if mbsinit needs to be overridden.
3281         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
3282         REPLACE_MBSINIT, REPLACE_MBRTOWC.
3283         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
3284         REPLACE_MBSINIT, REPLACE_MBRTOWC.
3285         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3286         m4/locale-zh.m4.
3287         (Depends): Add mbsinit.
3288         * modules/mbsinit (Depends): Add mbrtowc.
3289         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
3290
3291 2008-12-20  Bruno Haible  <bruno@clisp.org>
3292
3293         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
3294         so that there are no conversion errors on AIX.
3295         * tests/test-mbsrtowcs.c (main): LIkewise.
3296
3297 2008-12-20  Bruno Haible  <bruno@clisp.org>
3298
3299         Work around wctob bug on Solaris <= 9.
3300         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
3301         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
3302         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
3303         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
3304         * modules/wctob (Files): Add m4/locale-fr.m4.
3305         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
3306
3307 2008-12-20  Bruno Haible  <bruno@clisp.org>
3308
3309         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
3310         /dev/null.
3311         * tests/test-select-in.sh: Likewise.
3312         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3313
3314 2008-12-20  Bruno Haible  <bruno@clisp.org>
3315
3316         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
3317         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
3318         Cygwin 1.5.x.
3319
3320 2008-12-20  Bruno Haible  <bruno@clisp.org>
3321
3322         Ensure mbstate_t is defined on HP-UX 11.11.
3323         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
3324         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
3325         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
3326         AC_USE_SYSTEM_EXTENSIONS.
3327         * modules/fnmatch (Depends-on): Add extensions.
3328         * modules/mbrlen (Depends-on): Likewise.
3329         * modules/mbrtowc (Depends-on): Likewise.
3330         * modules/mbsinit (Depends-on): Likewise.
3331         * modules/mbsrtowcs (Depends-on): Likewise.
3332         * modules/mbswidth (Depends-on): Likewise.
3333         * modules/quotearg (Depends-on): Likewise.
3334         * modules/strftime (Depends-on): Likewise.
3335
3336 2008-12-20  Bruno Haible  <bruno@clisp.org>
3337
3338         Ensure wctob is declared on IRIX 6.5.
3339         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
3340         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
3341         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
3342         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
3343         of HAVE_WCTOB.
3344         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
3345         HAVE_WCTOB.
3346         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
3347
3348 2008-12-19  Bruno Haible  <bruno@clisp.org>
3349
3350         * modules/mbsrtowcs-tests: New file.
3351         * tests/test-mbsrtowcs1.sh: New file.
3352         * tests/test-mbsrtowcs2.sh: New file.
3353         * tests/test-mbsrtowcs3.sh: New file.
3354         * tests/test-mbsrtowcs4.sh: New file.
3355         * tests/test-mbsrtowcs.c: New file.
3356
3357         New module 'mbsrtowcs'.
3358         * lib/wchar.in.h (mbsrtowcs): New declaration.
3359         * lib/mbsrtowcs.c: New file.
3360         * m4/mbsrtowcs.m4: New file.
3361         * modules/mbsrtowcs: New file.
3362         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
3363         HAVE_MBSRTOWCS.
3364         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
3365         HAVE_MBSRTOWCS.
3366         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
3367
3368 2008-12-19  Bruno Haible  <bruno@clisp.org>
3369
3370         New module 'mbrlen'.
3371         * lib/wchar.in.h (mbrlen): New declaration.
3372         * lib/mbrlen.c: New file.
3373         * m4/mbrlen.m4: New file.
3374         * modules/mbrlen: New file.
3375         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
3376         HAVE_MBRLEN.
3377         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
3378         HAVE_MBRLEN.
3379         * doc/posix-functions/mbrlen.texi: Document the new module.
3380
3381 2008-12-19  Bruno Haible  <bruno@clisp.org>
3382
3383         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
3384         * modules/mbrtowc (Depends-on): Add verify.
3385         Suggested by Paul Eggert.
3386
3387 2008-12-18  Bruno Haible  <bruno@clisp.org>
3388
3389         * modules/mbsinit-tests: New file.
3390         * tests/test-mbsinit.sh: New file.
3391         * tests/test-mbsinit.c: New file.
3392
3393 2008-12-18  Bruno Haible  <bruno@clisp.org>
3394
3395         * modules/mbrtowc-tests: New file.
3396         * tests/test-mbrtowc1.sh: New file.
3397         * tests/test-mbrtowc2.sh: New file.
3398         * tests/test-mbrtowc3.sh: New file.
3399         * tests/test-mbrtowc4.sh: New file.
3400         * tests/test-mbrtowc.c: New file.
3401
3402         New module 'mbrtowc'.
3403         * lib/wchar.in.h (mbstate_t): Override when the system does not have
3404         mbsinit and mbrtowc.
3405         (mbrtowc): New declaration.
3406         * lib/mbrtowc.c: New file.
3407         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
3408         * modules/mbrtowc: New file.
3409         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
3410         HAVE_MBRTOWC.
3411         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
3412         HAVE_MBRTOWC.
3413         * doc/posix-functions/mbrtowc.texi: Document the new module.
3414
3415 2008-12-18  Bruno Haible  <bruno@clisp.org>
3416
3417         New module 'wctob'.
3418         * lib/wchar.in.h (wctob): New declaration.
3419         * lib/wctob.c: New file.
3420         * m4/wctob.m4: New file.
3421         * modules/wctob: New file.
3422         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
3423         HAVE_WCTOB.
3424         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
3425         * doc/posix-functions/wctob.texi: Document the new module.
3426
3427 2008-12-18  Bruno Haible  <bruno@clisp.org>
3428
3429         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
3430         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
3431
3432 2008-12-18  Simon Josefsson  <simon@josefsson.org>
3433
3434         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
3435         G. Christensen" <tgc@jupiterrise.com>.
3436
3437         * lib/flock.c: Need to include errno.h.  Reported by "Tom
3438         G. Christensen" <tgc@jupiterrise.com>.
3439
3440         * lib/flock.c: Need to include string.h.  Reported by "Tom
3441         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
3442         <ebb9@byu.net>.
3443
3444 2008-12-18  Bruno Haible  <bruno@clisp.org>
3445
3446         * m4/locale-ja.m4: New file, from GNU gettext.
3447
3448 2008-12-17  Bruno Haible  <bruno@clisp.org>
3449
3450         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
3451         Suggested by Eric Blake.
3452
3453 2008-12-17  Bruno Haible  <bruno@clisp.org>
3454
3455         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
3456
3457 2008-12-17  Bruno Haible  <bruno@clisp.org>
3458
3459         * lib/mbsinit.c: Include verify.h. Verify an assumption.
3460         * modules/mbsinit (Depends-on): Add verify.
3461         Suggested by Paul Eggert.
3462
3463 2008-12-17  Bruno Haible  <bruno@clisp.org>
3464
3465         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
3466         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
3467         gl_FUNC_MBRTOWC.
3468         * m4/mbiter.m4 (gl_MBITER): LIkewise.
3469         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
3470         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
3471         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
3472         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
3473         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
3474         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
3475         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
3476         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
3477         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
3478         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
3479         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
3480         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
3481         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
3482         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
3483         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3484         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
3485         * modules/trim (configure.ac): Likewise.
3486
3487 2008-12-17  Bruno Haible  <bruno@clisp.org>
3488
3489         * modules/btowc-tests: New file.
3490         * tests/test-btowc1.sh: New file.
3491         * tests/test-btowc2.sh: New file.
3492         * tests/test-btowc.c: New file.
3493
3494         New module 'btowc'.
3495         * lib/wchar.in.h (btowc): New declaration.
3496         * lib/btowc.c: New file.
3497         * m4/btowc.m4: New file.
3498         * modules/btowc: New file.
3499         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
3500         HAVE_BTOWC.
3501         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
3502         * doc/posix-functions/btowc.texi: Document the new module.
3503
3504 2008-12-17  Bruno Haible  <bruno@clisp.org>
3505
3506         New module 'mbsinit'.
3507         * lib/wchar.in.h (mbsinit): New declaration.
3508         * lib/mbsinit.c: New file.
3509         * m4/mbsinit.m4: New file.
3510         * modules/mbsinit: New file.
3511         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
3512         HAVE_MBSINIT.
3513         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
3514         HAVE_MBSINIT.
3515         * doc/posix-functions/mbsinit.texi: Document the new module.
3516
3517 2008-12-16  Bruno Haible  <bruno@clisp.org>
3518
3519         * lib/unistd.in.h: Add comment.
3520         * tests/test-environ.c: Don't include <stdlib.h>.
3521
3522 2008-12-16  Bruno Haible  <bruno@clisp.org>
3523
3524         * lib/parse-duration.h (parse_duration): Document return value
3525         convention.
3526         * lib/parse-duration.c: Include specification header first. Add
3527         comments.
3528         (_): Remove macro.
3529         (parse_year_month_day, parse_hour_minute_second): Move side effects
3530         outside of strchr call.
3531         (parse_non_iso8601): Move side effects outside of isspace call.
3532         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
3533         call.
3534
3535 2008-12-16  Bruno Haible  <bruno@clisp.org>
3536
3537         * tests/test-parse-duration.sh: Produce no output when the test
3538         succeeds.
3539
3540 2008-12-16  Bruno Haible  <bruno@clisp.org>
3541
3542         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
3543         expressions.
3544
3545 2008-12-15  Bruno Haible  <bruno@clisp.org>
3546
3547         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
3548         * doc/glibc-functions/flistxattr.texi: Likewise.
3549         * doc/glibc-functions/fopencookie.texi: Likewise.
3550         * doc/glibc-functions/fremovexattr.texi: Likewise.
3551         * doc/glibc-functions/fsetxattr.texi: Likewise.
3552         * doc/glibc-functions/getxattr.texi: Likewise.
3553         * doc/glibc-functions/lgetxattr.texi: Likewise.
3554         * doc/glibc-functions/listxattr.texi: Likewise.
3555         * doc/glibc-functions/llistxattr.texi: Likewise.
3556         * doc/glibc-functions/lremovexattr.texi: Likewise.
3557         * doc/glibc-functions/lsetxattr.texi: Likewise.
3558         * doc/glibc-functions/removexattr.texi: Likewise.
3559         * doc/glibc-functions/setxattr.texi: Likewise.
3560         * doc/posix-functions/open_memstream.texi: Likewise.
3561
3562 2008-12-15  Eric Blake  <ebb9@byu.net>
3563
3564         Update doc for cygwin 1.7.
3565         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
3566         functions.
3567         * doc/posix-functions/fchmodat.texi: Likewise.
3568         * doc/posix-functions/fchownat.texi: Likewise.
3569         * doc/posix-functions/fdopendir.texi: Likewise.
3570         * doc/posix-functions/fmemopen.texi: Likewise.
3571         * doc/posix-functions/freeaddrinfo.texi: Likewise.
3572         * doc/posix-functions/fstatat.texi: Likewise.
3573         * doc/posix-functions/futimens.texi: Likewise.
3574         * doc/posix-functions/gai_strerror.texi: Likewise.
3575         * doc/posix-functions/getaddrinfo.texi: Likewise.
3576         * doc/posix-functions/getnameinfo.texi: Likewise.
3577         * doc/posix-functions/if_freenameindex.texi: Likewise.
3578         * doc/posix-functions/if_indextoname.texi: Likewise.
3579         * doc/posix-functions/if_nameindex.texi: Likewise.
3580         * doc/posix-functions/if_nametoindex.texi: Likewise.
3581         * doc/posix-functions/insque.texi: Likewise.
3582         * doc/posix-functions/linkat.texi: Likewise.
3583         * doc/posix-functions/llrint.texi: Likewise.
3584         * doc/posix-functions/llrintf.texi: Likewise.
3585         * doc/posix-functions/llrintl.texi: Likewise.
3586         * doc/posix-functions/lockf.texi: Likewise.
3587         * doc/posix-functions/lrintl.texi: Likewise.
3588         * doc/posix-functions/mkdirat.texi: Likewise.
3589         * doc/posix-functions/mkfifoat.texi: Likewise.
3590         * doc/posix-functions/mknodat.texi: Likewise.
3591         * doc/posix-functions/mq_close.texi: Likewise.
3592         * doc/posix-functions/mq_getattr.texi: Likewise.
3593         * doc/posix-functions/mq_notify.texi: Likewise.
3594         * doc/posix-functions/mq_open.texi: Likewise.
3595         * doc/posix-functions/mq_receive.texi: Likewise.
3596         * doc/posix-functions/mq_send.texi: Likewise.
3597         * doc/posix-functions/mq_setattr.texi: Likewise.
3598         * doc/posix-functions/mq_timedreceive.texi: Likewise.
3599         * doc/posix-functions/mq_timedsend.texi: Likewise.
3600         * doc/posix-functions/mq_unlink.texi: Likewise.
3601         * doc/posix-functions/open_memstream.texi: Likewise.
3602         * doc/posix-functions/openat.texi: Likewise.
3603         * doc/posix-functions/posix_fadvise.texi: Likewise.
3604         * doc/posix-functions/posix_fallocate.texi: Likewise.
3605         * doc/posix-functions/posix_madvise.texi: Likewise.
3606         * doc/posix-functions/posix_memalign.texi: Likewise.
3607         * doc/posix-functions/posix_openpt.texi: Likewise.
3608         * doc/posix-functions/readlinkat.texi: Likewise.
3609         * doc/posix-functions/remque.texi: Likewise.
3610         * doc/posix-functions/renameat.texi: Likewise.
3611         * doc/posix-functions/rintl.texi: Likewise.
3612         * doc/posix-functions/sem_unlink.texi: Likewise.
3613         * doc/posix-functions/shm_open.texi: Likewise.
3614         * doc/posix-functions/shm_unlink.texi: Likewise.
3615         * doc/posix-functions/signgam.texi: Likewise.
3616         * doc/posix-functions/sigset.texi: Likewise.
3617         * doc/posix-functions/stpcpy.texi: Likewise.
3618         * doc/posix-functions/stpncpy.texi: Likewise.
3619         * doc/posix-functions/strerror.texi: Likewise.
3620         * doc/posix-functions/strtod.texi: Likewise.
3621         * doc/posix-functions/symlinkat.texi: Likewise.
3622         * doc/posix-functions/unlinkat.texi: Likewise.
3623         * doc/posix-functions/utimensat.texi: Likewise.
3624         * doc/glibc-functions/bindresvport.texi: Likewise.
3625         * doc/glibc-functions/dn_expand.texi: Likewise.
3626         * doc/glibc-functions/exp10.texi: Likewise.
3627         * doc/glibc-functions/exp10f.texi: Likewise.
3628         * doc/glibc-functions/fgetxattr.texi: Likewise.
3629         * doc/glibc-functions/flistxattr.texi: Likewise.
3630         * doc/glibc-functions/fopencookie.texi: Likewise.
3631         * doc/glibc-functions/freeifaddrs.texi: Likewise.
3632         * doc/glibc-functions/fremovexattr.texi: Likewise.
3633         * doc/glibc-functions/fsetxattr.texi: Likewise.
3634         * doc/glibc-functions/getifaddrs.texi: Likewise.
3635         * doc/glibc-functions/getxattr.texi: Likewise.
3636         * doc/glibc-functions/lgetxattr.texi: Likewise.
3637         * doc/glibc-functions/listxattr.texi: Likewise.
3638         * doc/glibc-functions/llistxattr.texi: Likewise.
3639         * doc/glibc-functions/lremovexattr.texi: Likewise.
3640         * doc/glibc-functions/lsetxattr.texi: Likewise.
3641         * doc/glibc-functions/pow10.texi: Likewise.
3642         * doc/glibc-functions/pow10f.texi: Likewise.
3643         * doc/glibc-functions/rcmd_af.texi: Likewise.
3644         * doc/glibc-functions/removexattr.texi: Likewise.
3645         * doc/glibc-functions/res_init.texi: Likewise.
3646         * doc/glibc-functions/res_mkquery.texi: Likewise.
3647         * doc/glibc-functions/res_query.texi: Likewise.
3648         * doc/glibc-functions/res_querydomain.texi: Likewise.
3649         * doc/glibc-functions/res_send.texi: Likewise.
3650         * doc/glibc-functions/rresvport_af.texi: Likewise.
3651         * doc/glibc-functions/setxattr.texi: Likewise.
3652         * doc/glibc-functions/strcasestr.texi: Likewise.
3653
3654 2008-12-15  Bruno Haible  <bruno@clisp.org>
3655
3656         Fix compilation error on OSF/1 4.0.
3657         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
3658         <sys/time.h>, simply delegate to the system header.
3659         Reported by Daniel Richard G. <oss@teragram.com>.
3660
3661 2008-12-15  Bruno Haible  <bruno@clisp.org>
3662
3663         * doc/posix-functions/openat.texi: Mention the 'openat' module.
3664         * doc/posix-functions/fchmodat.texi: Likewise.
3665         * doc/posix-functions/fchownat.texi: Likewise.
3666         * doc/posix-functions/fdopendir.texi: Likewise.
3667         * doc/posix-functions/fstatat.texi: Likewise.
3668         * doc/posix-functions/mkdirat.texi: Likewise.
3669         * doc/posix-functions/unlinkat.texi: Likewise.
3670
3671 2008-12-14  Bruno Haible  <bruno@clisp.org>
3672
3673         Update doc for POSIX:2008.
3674         * doc/posix-functions/faccessat.texi: New file.
3675         * doc/posix-functions/fchmodat.texi: New file.
3676         * doc/posix-functions/fchownat.texi: New file.
3677         * doc/posix-functions/fdopendir.texi: New file.
3678         * doc/posix-functions/fstatat.texi: New file.
3679         * doc/posix-functions/futimens.texi: New file.
3680         * doc/posix-functions/linkat.texi: New file.
3681         * doc/posix-functions/mkdirat.texi: New file.
3682         * doc/posix-functions/mkfifoat.texi: New file.
3683         * doc/posix-functions/mknodat.texi: New file.
3684         * doc/posix-functions/open_wmemstream.texi: New file.
3685         * doc/posix-functions/openat.texi: New file.
3686         * doc/posix-functions/psiginfo.texi: New file.
3687         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
3688         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
3689         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
3690         * doc/posix-functions/readlinkat.texi: New file.
3691         * doc/posix-functions/renameat.texi: New file.
3692         * doc/posix-functions/strerror_l.texi: New file.
3693         * doc/posix-functions/symlinkat.texi: New file.
3694         * doc/posix-functions/unlinkat.texi: New file.
3695         * doc/posix-functions/utimensat.texi: New file.
3696         * doc/gnulib.texi (Function Substitutes): Add these subsections.
3697
3698 2008-12-14  Bruno Haible  <bruno@clisp.org>
3699
3700         Update doc for POSIX:2008.
3701         * doc/posix-functions/alphasort.texi: Renamed from
3702         doc/glibc-functions/alphasort.texi.
3703         * doc/posix-functions/dirfd.texi: Renamed from
3704         doc/glibc-functions/dirfd.texi.
3705         * doc/posix-functions/dprintf.texi: Renamed from
3706         doc/glibc-functions/dprintf.texi.
3707         * doc/posix-functions/duplocale.texi: Renamed from
3708         doc/glibc-functions/duplocale.texi.
3709         * doc/posix-functions/fexecve.texi: Renamed from
3710         doc/glibc-functions/fexecve.texi.
3711         * doc/posix-functions/fmemopen.texi: Renamed from
3712         doc/glibc-functions/fmemopen.texi.
3713         * doc/posix-functions/freelocale.texi: Renamed from
3714         doc/glibc-functions/freelocale.texi.
3715         * doc/posix-functions/getdate_err.texi: Renamed from
3716         doc/glibc-functions/getdate_err.texi.
3717         * doc/posix-functions/isalnum_l.texi: Renamed from
3718         doc/glibc-functions/isalnum_l.texi.
3719         * doc/posix-functions/isalpha_l.texi: Renamed from
3720         doc/glibc-functions/isalpha_l.texi.
3721         * doc/posix-functions/isblank_l.texi: Renamed from
3722         doc/glibc-functions/isblank_l.texi.
3723         * doc/posix-functions/iscntrl_l.texi: Renamed from
3724         doc/glibc-functions/iscntrl_l.texi.
3725         * doc/posix-functions/isdigit_l.texi: Renamed from
3726         doc/glibc-functions/isdigit_l.texi.
3727         * doc/posix-functions/isgraph_l.texi: Renamed from
3728         doc/glibc-functions/isgraph_l.texi.
3729         * doc/posix-functions/islower_l.texi: Renamed from
3730         doc/glibc-functions/islower_l.texi.
3731         * doc/posix-functions/isprint_l.texi: Renamed from
3732         doc/glibc-functions/isprint_l.texi.
3733         * doc/posix-functions/ispunct_l.texi: Renamed from
3734         doc/glibc-functions/ispunct_l.texi.
3735         * doc/posix-functions/isspace_l.texi: Renamed from
3736         doc/glibc-functions/isspace_l.texi.
3737         * doc/posix-functions/isupper_l.texi: Renamed from
3738         doc/glibc-functions/isupper_l.texi.
3739         * doc/posix-functions/iswalnum_l.texi: Renamed from
3740         doc/glibc-functions/iswalnum_l.texi.
3741         * doc/posix-functions/iswalpha_l.texi: Renamed from
3742         doc/glibc-functions/iswalpha_l.texi.
3743         * doc/posix-functions/iswblank_l.texi: Renamed from
3744         doc/glibc-functions/iswblank_l.texi.
3745         * doc/posix-functions/iswcntrl_l.texi: Renamed from
3746         doc/glibc-functions/iswcntrl_l.texi.
3747         * doc/posix-functions/iswctype_l.texi: Renamed from
3748         doc/glibc-functions/iswctype_l.texi.
3749         * doc/posix-functions/iswdigit_l.texi: Renamed from
3750         doc/glibc-functions/iswdigit_l.texi.
3751         * doc/posix-functions/iswgraph_l.texi: Renamed from
3752         doc/glibc-functions/iswgraph_l.texi.
3753         * doc/posix-functions/iswlower_l.texi: Renamed from
3754         doc/glibc-functions/iswlower_l.texi.
3755         * doc/posix-functions/iswprint_l.texi: Renamed from
3756         doc/glibc-functions/iswprint_l.texi.
3757         * doc/posix-functions/iswpunct_l.texi: Renamed from
3758         doc/glibc-functions/iswpunct_l.texi.
3759         * doc/posix-functions/iswspace_l.texi: Renamed from
3760         doc/glibc-functions/iswspace_l.texi.
3761         * doc/posix-functions/iswupper_l.texi: Renamed from
3762         doc/glibc-functions/iswupper_l.texi.
3763         * doc/posix-functions/iswxdigit_l.texi: Renamed from
3764         doc/glibc-functions/iswxdigit_l.texi.
3765         * doc/posix-functions/isxdigit_l.texi: Renamed from
3766         doc/glibc-functions/isxdigit_l.texi.
3767         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
3768         doc/glibc-functions/mbsnrtowcs.texi.
3769         * doc/posix-functions/mkdtemp.texi: Renamed from
3770         doc/glibc-functions/mkdtemp.texi.
3771         * doc/posix-functions/newlocale.texi: Renamed from
3772         doc/glibc-functions/newlocale.texi.
3773         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
3774         doc/glibc-functions/nl_langinfo_l.texi.
3775         * doc/posix-functions/open_memstream.texi: Renamed from
3776         doc/glibc-functions/open_memstream.texi.
3777         * doc/posix-functions/opterr.texi: Renamed from
3778         doc/glibc-functions/opterr.texi.
3779         * doc/posix-functions/optind.texi: Renamed from
3780         doc/glibc-functions/optind.texi.
3781         * doc/posix-functions/optopt.texi: Renamed from
3782         doc/glibc-functions/optopt.texi.
3783         * doc/posix-functions/psignal.texi: Renamed from
3784         doc/glibc-functions/psignal.texi.
3785         * doc/posix-functions/scandir.texi: Renamed from
3786         doc/glibc-functions/scandir.texi.
3787         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
3788         doc/glibc-functions/sched_get_priority_min.texi.
3789         * doc/posix-functions/signgam.texi: Renamed from
3790         doc/glibc-functions/signgam.texi.
3791         * doc/posix-functions/stpcpy.texi: Renamed from
3792         doc/glibc-functions/stpcpy.texi.
3793         * doc/posix-functions/stpncpy.texi: Renamed from
3794         doc/glibc-functions/stpncpy.texi.
3795         * doc/posix-functions/strcasecmp_l.texi: Renamed from
3796         doc/glibc-functions/strcasecmp_l.texi.
3797         * doc/posix-functions/strcoll_l.texi: Renamed from
3798         doc/glibc-functions/strcoll_l.texi.
3799         * doc/posix-functions/strfmon_l.texi: Renamed from
3800         doc/glibc-functions/strfmon_l.texi.
3801         * doc/posix-functions/strftime_l.texi: Renamed from
3802         doc/glibc-functions/strftime_l.texi.
3803         * doc/posix-functions/strncasecmp_l.texi: Renamed from
3804         doc/glibc-functions/strncasecmp_l.texi.
3805         * doc/posix-functions/strndup.texi: Renamed from
3806         doc/glibc-functions/strndup.texi.
3807         * doc/posix-functions/strnlen.texi: Renamed from
3808         doc/glibc-functions/strnlen.texi.
3809         * doc/posix-functions/strsignal.texi: Renamed from
3810         doc/glibc-functions/strsignal.texi.
3811         * doc/posix-functions/strxfrm_l.texi: Renamed from
3812         doc/glibc-functions/strxfrm_l.texi.
3813         * doc/posix-functions/timer_gettime.texi: Renamed from
3814         doc/glibc-functions/timer_gettime.texi.
3815         * doc/posix-functions/tolower_l.texi: Renamed from
3816         doc/glibc-functions/tolower_l.texi.
3817         * doc/posix-functions/toupper_l.texi: Renamed from
3818         doc/glibc-functions/toupper_l.texi.
3819         * doc/posix-functions/towctrans_l.texi: Renamed from
3820         doc/glibc-functions/towctrans_l.texi.
3821         * doc/posix-functions/towlower_l.texi: Renamed from
3822         doc/glibc-functions/towlower_l.texi.
3823         * doc/posix-functions/towupper_l.texi: Renamed from
3824         doc/glibc-functions/towupper_l.texi.
3825         * doc/posix-functions/uselocale.texi: Renamed from
3826         doc/glibc-functions/uselocale.texi.
3827         * doc/posix-functions/vdprintf.texi: Renamed from
3828         doc/glibc-functions/vdprintf.texi.
3829         * doc/posix-functions/wcpcpy.texi:
3830         Renamed from doc/glibc-functions/wcpcpy.texi.
3831         * doc/posix-functions/wcpncpy.texi: Renamed from
3832         doc/glibc-functions/wcpncpy.texi.
3833         * doc/posix-functions/wcscasecmp.texi: Renamed from
3834         doc/glibc-functions/wcscasecmp.texi.
3835         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
3836         doc/glibc-functions/wcscasecmp_l.texi.
3837         * doc/posix-functions/wcscoll_l.texi: Renamed from
3838         doc/glibc-functions/wcscoll_l.texi.
3839         * doc/posix-functions/wcsdup.texi: Renamed from
3840         doc/glibc-functions/wcsdup.texi.
3841         * doc/posix-functions/wcsncasecmp.texi: Renamed from
3842         doc/glibc-functions/wcsncasecmp.texi.
3843         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
3844         doc/glibc-functions/wcsncasecmp_l.texi.
3845         * doc/posix-functions/wcsnlen.texi: Renamed from
3846         doc/glibc-functions/wcsnlen.texi.
3847         * doc/posix-functions/wcsnrtombs.texi: Renamed from
3848         doc/glibc-functions/wcsnrtombs.texi.
3849         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
3850         doc/glibc-functions/wcsxfrm_l.texi.
3851         * doc/posix-functions/wctrans_l.texi: Renamed from
3852         doc/glibc-functions/wctrans_l.texi.
3853         * doc/posix-functions/wctype_l.texi: Renamed from
3854         doc/glibc-functions/wctype_l.texi.
3855         * doc/gnulib.texi (Function Substitutes): Add these subsections.
3856         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
3857         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
3858         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
3859         these subsections.
3860         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
3861         Remove sections.
3862
3863 2008-12-14  Bruno Haible  <bruno@clisp.org>
3864
3865         Update doc for POSIX:2008.
3866         * doc/posix-functions/*.texi: Update URL of POSIX specification.
3867
3868 2008-12-14  Bruno Haible  <bruno@clisp.org>
3869
3870         Update doc for POSIX:2008.
3871         * doc/pastposix-functions/bcmp.texi: Renamed from
3872         doc/posix-functions/bcmp.texi.
3873         * doc/pastposix-functions/bcopy.texi: Renamed from
3874         doc/posix-functions/bcopy.texi.
3875         * doc/pastposix-functions/bsd_signal.texi: Renamed from
3876         doc/posix-functions/bsd_signal.texi.
3877         * doc/pastposix-functions/bzero.texi: Renamed from
3878         doc/posix-functions/bzero.texi.
3879         * doc/pastposix-functions/ecvt.texi: Renamed from
3880         doc/posix-functions/ecvt.texi.
3881         * doc/pastposix-functions/fcvt.texi: Renamed from
3882         doc/posix-functions/fcvt.texi.
3883         * doc/pastposix-functions/ftime.texi: Renamed from
3884         doc/posix-functions/ftime.texi.
3885         * doc/pastposix-functions/gcvt.texi: Renamed from
3886         doc/posix-functions/gcvt.texi.
3887         * doc/pastposix-functions/getcontext.texi: Renamed from
3888         doc/posix-functions/getcontext.texi.
3889         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
3890         doc/posix-functions/gethostbyaddr.texi.
3891         * doc/pastposix-functions/gethostbyname.texi: Renamed from
3892         doc/posix-functions/gethostbyname.texi.
3893         * doc/pastposix-functions/getwd.texi: Renamed from
3894         doc/posix-functions/getwd.texi.
3895         * doc/pastposix-functions/h_errno.texi: Renamed from
3896         doc/posix-functions/h_errno.texi.
3897         * doc/pastposix-functions/index.texi: Renamed from
3898         doc/posix-functions/index.texi.
3899         * doc/pastposix-functions/makecontext.texi: Renamed from
3900         doc/posix-functions/makecontext.texi.
3901         * doc/pastposix-functions/mktemp.texi: Renamed from
3902         doc/posix-functions/mktemp.texi.
3903         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
3904         doc/posix-functions/pthread_attr_getstackaddr.texi.
3905         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
3906         doc/posix-functions/pthread_attr_setstackaddr.texi.
3907         * doc/pastposix-functions/rindex.texi: Renamed from
3908         doc/posix-functions/rindex.texi.
3909         * doc/pastposix-functions/scalb.texi: Renamed from
3910         doc/posix-functions/scalb.texi.
3911         * doc/pastposix-functions/setcontext.texi: Renamed from
3912         doc/posix-functions/setcontext.texi.
3913         * doc/pastposix-functions/swapcontext.texi: Renamed from
3914         doc/posix-functions/swapcontext.texi.
3915         * doc/pastposix-functions/ualarm.texi: Renamed from
3916         doc/posix-functions/ualarm.texi.
3917         * doc/pastposix-functions/usleep.texi: Renamed from
3918         doc/posix-functions/usleep.texi.
3919         * doc/pastposix-functions/vfork.texi: Renamed from
3920         doc/posix-functions/vfork.texi.
3921         * doc/pastposix-functions/wcswcs.texi: Renamed from
3922         doc/posix-functions/wcswcs.texi.
3923         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
3924         (Function Substitutes): Update.
3925
3926 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3927
3928         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
3929         m4/strerror.m4.
3930
3931 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3932             Bruno Haible  <bruno@clisp.org>
3933
3934         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
3935
3936 2008-12-13  Bruno Haible  <bruno@clisp.org>
3937
3938         * modules/strtoull (Depends-on): Remove unistd.
3939
3940 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3941
3942         * modules/strtoull (Depends-on): Add stdlib.
3943
3944 2008-12-11  Simon Josefsson  <simon@josefsson.org>
3945
3946         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
3947
3948 2008-12-10  Jim Meyering  <meyering@redhat.com>
3949
3950         gl_ASSERT: don't say assertions are disabled when they're not
3951         * m4/assert.m4 (gl_ASSERT): Do not make configure report
3952         "checking whether to enable assertions... no", when they are in
3953         fact enabled.  This is solely a bug in the output of configure.
3954         In spite of saying "no", NDEBUG was not defined in that case.
3955         Also, as noted by Eric Blake, leave assertions enabled upon
3956         --enable-assert=INVALID.
3957
3958 2008-12-10  Bruno Haible  <bruno@clisp.org>
3959
3960         Change MODULES.html to refer to POSIX:2008 where possible.
3961         * MODULES.html.sh (POSIX2008_URL): New variable.
3962         (posix_headers): Remove sys/timeb, ucontext.
3963         (posix2001_headers): New variable.
3964         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
3965         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
3966         index, makecontext, mktemp, pthread_attr_getstackaddr,
3967         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
3968         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
3969         (posix2001_functions): New variable.
3970         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
3971         otherwise.
3972
3973 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3974
3975         add missing include to parse-duration.c
3976         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
3977         * modules/parse-duration (Depends-on): Add xalloc.
3978
3979         fix sed script reading maint.mk
3980         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
3981         (syntax-check-rules): Use it.
3982
3983 2008-12-09  Bruno Haible  <bruno@clisp.org>
3984
3985         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
3986         MacOS X 10.4/PowerPC.
3987         Reported by Simon Josefsson.
3988
3989 2008-12-08  Jim Meyering  <meyering@redhat.com>
3990
3991         work around mingw's lack of some S_IF definitions
3992         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
3993         Reported by Simon Josefsson.
3994
3995 2008-12-08  Bruno Haible  <bruno@clisp.org>
3996
3997         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
3998         applied to variables. Needed on MacOS X 10.4/PowerPC.
3999         Reported by Simon Josefsson.
4000
4001 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
4002         and Eric Blake  <ebb9@byu.net>
4003
4004         assert: honor --enable-assert
4005         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
4006         order to honor --enable-assert, rather than treating it as a
4007         synonym for --disable-assert.
4008
4009 2008-12-08  Jim Meyering  <meyering@redhat.com>
4010
4011         * lib/posixtm.c: Remove now-useless declaration of mktime.
4012
4013         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
4014
4015 2008-12-07  Bruno Haible  <bruno@clisp.org>
4016
4017         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
4018         test_once): Mark functions as static.
4019         * tests/test-tls.c (test_tls): Likewise.
4020
4021 2008-12-07  Bruno Haible  <bruno@clisp.org>
4022
4023         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
4024         iconv_register_autodetect.
4025
4026 2008-12-07  Jim Meyering  <meyering@redhat.com>
4027
4028         posixtm.c: avoid a warning
4029         * lib/posixtm.c (posixtime): Don't initialize tm0.
4030         It's no longer needed to placate gcc4's -Wuninitialized,
4031         and the attempt to placate would elicit a new warning.
4032
4033         unicodeio.c: mark unused parameters
4034         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
4035         (fallback_failure_callback): Likewise.
4036
4037 2008-12-07  Bruno Haible  <bruno@clisp.org>
4038
4039         * gnulib-tool (func_create_testdir): When building the tests
4040         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
4041         Reported by Simon Josefsson.
4042
4043 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4044
4045         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
4046
4047 2008-12-06  Bruno Haible  <bruno@clisp.org>
4048
4049         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
4050         Suggested by Eric Blake.
4051
4052 2008-12-06  Bruno Haible  <bruno@clisp.org>
4053
4054         Fix a c-stack test failure on MacOS X.
4055         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
4056         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
4057         handler for SIGBUS as well.
4058         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
4059         install a signal handler for SIGBUS as well.
4060         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
4061
4062 2008-12-06  Bruno Haible  <bruno@clisp.org>
4063
4064         Advocacy documentation.
4065         * doc/gnulib-intro.texi (Benefits): New section.
4066         * doc/gnulib.texi: Update.
4067
4068 2008-12-06  Bruno Haible  <bruno@clisp.org>
4069
4070         Document the 'manywarnings' module.
4071         * doc/manywarnings.texi: New file.
4072         * doc/gnulib.texi: Include it.
4073
4074 2008-12-05  Eric Blake  <ebb9@byu.net>
4075
4076         tests: silence some gcc warnings
4077         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
4078         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
4079         type mismatches.
4080
4081 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4082             Bruno Haible  <bruno@clisp.org>
4083
4084         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
4085
4086 2008-11-29  Jim Meyering  <meyering@redhat.com>
4087
4088         unicodeio.c: mark unused parameters
4089         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
4090         (fallback_failure_callback): Likewise.
4091
4092         fts: fix a thinko
4093         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
4094         (set_stat_type): Return S_IF*-valued "type" directly.
4095         Prompted by James Youngman's spotting a related bug.
4096         Confirmed by further testing through find.
4097
4098         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
4099         * lib/fts.c (D_TYPE): Define.
4100         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
4101         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
4102         (s_ifmt_shift_bits): New function.
4103         (set_stat_type): New function.
4104         (fts_build): When not calling fts_stat, call set_stat_type
4105         to propagate dirent.d_type info to fts_read caller.
4106         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
4107         fts_statp->st_mode type information may be valid.
4108
4109 2008-11-28  Simon Josefsson  <simon@josefsson.org>
4110
4111         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
4112         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
4113         <sds@gnu.org>.
4114
4115 2008-11-20  Bruno Haible  <bruno@clisp.org>
4116
4117         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
4118         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
4119         INCLUDE_NEXT.
4120         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
4121         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
4122         * modules/math (Makefile.am): Substitute
4123         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
4124         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4125
4126 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
4127             Bruno Haible  <bruno@clisp.org>
4128
4129         * lib/stdint.in.h: Define all type macros so that their expansion is
4130         a single typedef'ed token. Fixes a compilation failure in Boost which
4131         does "using ::int8_t;".
4132
4133 2008-11-18  Simon Josefsson  <simon@josefsson.org>
4134
4135         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
4136         gl_MANYWARN_ALL_GCC.
4137         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
4138         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
4139         * modules/manywarnings: New file.
4140         * MODULES.html.sh: Mention manywarnings module.
4141
4142 2008-11-18  Bruno Haible  <bruno@clisp.org>
4143
4144         * doc/gnulib-tool.texi (Unit tests): New section.
4145
4146 2008-11-18  Simon Josefsson  <simon@josefsson.org>
4147
4148         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
4149         paths like 'lib/po/foo.po'.
4150
4151 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4152
4153         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
4154         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
4155
4156 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4157
4158         * m4/warnings.m4: Use CPPFLAGS to really check whether the
4159         parameter works.
4160
4161 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4162
4163         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
4164
4165 2008-11-17  Bruce Korb  <bkorb@gnu.org>
4166
4167         * modules/parse-duration-tests: New file.
4168         * tests/test-parse-duration.sh: New file.
4169         * tests/test-parse-duration.c: New file.
4170
4171         New module 'parse-duration'.
4172         * lib/parse-duration.h: New file.
4173         * lib/parse-duration.c: New file.
4174         * modules/parse-duration: New file.
4175
4176 2008-11-17  Bruno Haible  <bruno@clisp.org>
4177
4178         * tests/test-select-out.sh: Comment out the first pipe test.
4179         Reported by Simon Josefsson.
4180
4181 2008-11-17  Bruno Haible  <bruno@clisp.org>
4182
4183         * modules/getaddrinfo (Depends-on): Add servent, hostent.
4184         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
4185         gl_HOSTENT.
4186
4187 2008-11-17  Bruno Haible  <bruno@clisp.org>
4188
4189         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
4190         -lnetwork and -lnet. Needed for Haiku and BeOS.
4191
4192 2008-11-16  Bruno Haible  <bruno@clisp.org>
4193
4194         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
4195
4196 2008-11-16  Bruno Haible  <bruno@clisp.org>
4197
4198         Avoid test failure on Haiku.
4199         * tests/test-fsync.c: Include <errno.h>.
4200         (main): Don't require that fsync (0) fails.
4201
4202 2008-11-15  Bruno Haible  <bruno@clisp.org>
4203
4204         New module 'hostent'.
4205         * modules/hostent: New file.
4206         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
4207
4208 2008-11-15  Bruno Haible  <bruno@clisp.org>
4209
4210         New module 'servent'.
4211         * modules/servent: New file.
4212         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
4213
4214 2008-11-15  Bruno Haible  <bruno@clisp.org>
4215
4216         Avoid generating same test program with two different rules.
4217         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
4218         test-frexp to test-frexp-nolibm.
4219         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
4220         test-frexpl to test-frexpl-nolibm.
4221
4222 2008-11-15  Bruno Haible  <bruno@clisp.org>
4223
4224         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
4225         $(FREXPL_LIBM).
4226
4227 2008-11-15  Bruno Haible  <bruno@clisp.org>
4228
4229         * lib/netdb.in.h: Activate the definitions also when the system's
4230         <netdb.h> has 'struct addrinfo'.
4231         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
4232         EAI_OVERFLOW or AI_NUMERICSERV.
4233         * doc/posix-headers/netdb.texi: Document the problem.
4234
4235 2008-11-15  Bruno Haible  <bruno@clisp.org>
4236
4237         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
4238
4239         Make the 'sched' module work on platforms where <sched.h> exists but
4240         is incomplete (such as Haiku).
4241         * lib/sched.in.h; Include the system's <sched.h> if it exists.
4242         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
4243         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
4244         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
4245         HAVE_STRUCT_SCHED_PARAM.
4246         * modules/sched (Depends-on): Add include_next.
4247         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
4248         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
4249         * doc/posix-headers/sched.texi: Document the issue.
4250
4251 2008-11-13  Jim Meyering  <meyering@redhat.com>
4252
4253         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
4254         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
4255         test would fail due to the difference in the Report bugs to ...
4256         line.  The expected address is empty, "<>", while the actual
4257         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
4258
4259 2008-11-12  Bruno Haible  <bruno@clisp.org>
4260
4261         lstat: don't compile lstat.c on systems lacking lstat
4262         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
4263         which don't have lstat; this is handled by lib/sys_stat.in.h already.
4264         Reported by Daniel P. Berrange via Jim Meyering.
4265
4266 2008-11-12  Jim Meyering  <meyering@redhat.com>
4267
4268         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
4269
4270 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4271
4272         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
4273         instead.
4274
4275 2008-11-12  Bruno Haible  <bruno@clisp.org>
4276
4277         * lib/unicodeio.c: Include unistr.h.
4278         (utf8_wctomb): Remove function.
4279         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
4280
4281 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4282
4283         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
4284         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
4285         <bruno@clisp.org>.
4286         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
4287
4288 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4289
4290         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
4291         * doc/gnulib.texi: Add section for warnings.
4292
4293 2008-11-11  Bruno Haible  <bruno@clisp.org>
4294
4295         * lib/sockets.h: Add a comment.
4296
4297 2008-11-11  Karl Berry  <karl@gnu.org>
4298
4299         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
4300
4301 2008-11-11  Eric Blake  <ebb9@byu.net>
4302
4303         fdl.texi: avoid git symlinks
4304         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
4305
4306 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4307
4308         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
4309
4310 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4311
4312         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
4313         (gl_WARN_ADD): Substitute $2 if literal.
4314
4315 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4316
4317         * m4/warning.m4: Remove.
4318
4319 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4320
4321         * m4/warnings.m4: Almost complete rewrite. :-)
4322
4323 2008-11-10  Simon Josefsson  <simon@josefsson.org>
4324
4325         * modules/warnings: New module.
4326         * m4/warnings.m4: New file.
4327         * MODULES.html.sh: Mention warnings module.
4328         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
4329         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4330
4331 2008-11-10  Eric Blake  <ebb9@byu.net>
4332
4333         fdl.texi: make a symlink to the latest version
4334         * doc/standards.texi: Revert today's earlier change.
4335         * doc/fdl-1.2.texi: Rename from old fdl.texi...
4336         * doc/fdl.texi: ...and replace this with a symlink to the newer
4337         fdl-1.3.texi.
4338
4339 2008-11-10  Bruno Haible  <bruno@clisp.org>
4340
4341         * tests/test-select-fd.c (main): Accept the result file name as fourth
4342         argument.
4343         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
4344         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
4345
4346 2008-11-10  Bruno Haible  <bruno@clisp.org>
4347
4348         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
4349         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
4350         as autoconf-substituted macros.
4351         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
4352         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
4353         gl_NETDB_H_DEFAULTS. Set these variables.
4354         * modules/netdb (Makefile.am): Substitute these variables.
4355
4356 2008-11-10  Eric Blake  <ebb9@byu.net>
4357
4358         standards.texi: include correct file for FDL 1.3
4359         * doc/standards.texi (GNU Free Documentation License): Change
4360         include file to pull in FDL 1.3, not 1.2.
4361
4362         fdl.texi: revert accidental change to license
4363         * doc/fdl.texi: This is FDL 1.2, not 1.3.
4364
4365 2008-11-10  Bruno Haible  <bruno@clisp.org>
4366
4367         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
4368         cross-compiling guesses also when the native compile gives no result.
4369
4370 2008-11-10  Bruno Haible  <bruno@clisp.org>
4371
4372         * lib/spawni.c (__spawni): Force variable into the stack.
4373
4374 2008-11-10  Bruno Haible  <bruno@clisp.org>
4375
4376         Add support for Haiku.
4377         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
4378         glibc and BeOS, but also on Haiku.
4379         * lib/fpurge.c (fpurge): Likewise.
4380         * lib/freadable.c (freadable): Likewise.
4381         * lib/freadahead.c (freadahead): Likewise.
4382         * lib/freading.c (freading): Likewise.
4383         * lib/freadptr.c (freadptr): Likewise.
4384         * lib/freadseek.c (freadptrinc): Likewise.
4385         * lib/fseeko.c (rpl_fseeko): Likewise.
4386         * lib/fseterr.c (fseterr): Likewise.
4387         * lib/fwritable.c (fwritable): Likewise.
4388         * lib/fwriting.c (fwriting): Likewise.
4389         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
4390
4391 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
4392
4393         * lib/config.charset: Treat Haiku like BeOS.
4394
4395 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
4396
4397         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
4398         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
4399
4400 2008-11-08  Bruno Haible  <bruno@clisp.org>
4401
4402         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
4403         AC_CACHE_CHECK.
4404
4405 2008-11-08  Bruno Haible  <bruno@clisp.org>
4406
4407         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
4408
4409 2008-11-08  Bruno Haible  <bruno@clisp.org>
4410
4411         * tests/test-select-fd.c: New file.
4412         * tests/test-select-in.sh: New file.
4413         * tests/test-select-out.sh: New file.
4414         * tests/test-select-stdin.c: New file.
4415         * modules/select-tests (Files): Add the new files.
4416         (Depends-on): Add gettimeofday.
4417         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
4418         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
4419         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
4420
4421 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
4422             Bruno Haible  <bruno@clisp.org>
4423
4424         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
4425
4426 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
4427
4428         * build-aux/pmccabe2html: Added support for C++ source files.
4429
4430 2008-11-05  Ben Pfaff  <blp@gnu.org>
4431
4432         Fix lib/close.c build on Windows.
4433         * modules/close (Files): Add lib/w32sock.h.
4434
4435 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
4436
4437         Accept Bison's NEWS format.
4438         * build-aux/announce-gen (print_news_deltas): Tweak
4439         $re_prefix.
4440
4441 2008-11-04  Bruno Haible  <bruno@clisp.org>
4442
4443         * modules/random_r (Maintainer): Add glibc.
4444
4445 2008-11-04  Simon Josefsson  <simon@josefsson.org>
4446
4447         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
4448         by karl@freefriends.org (Karl Berry).
4449         * doc/alloca.texi: Likewise.
4450         * doc/c-ctype.texi: Likewise.
4451         * doc/c-strcase.texi: Likewise.
4452         * doc/c-strcaseeq.texi: Likewise.
4453         * doc/c-strcasestr.texi: Likewise.
4454         * doc/c-strstr.texi: Likewise.
4455         * doc/c-strtod.texi: Likewise.
4456         * doc/c-strtold.texi: Likewise.
4457         * doc/ctime.texi: Likewise.
4458         * doc/error.texi: Likewise.
4459         * doc/fdl.texi: Likewise.
4460         * doc/gcd.texi: Likewise.
4461         * doc/getdate.texi: Likewise.
4462         * doc/gnulib-intro.texi: Likewise.
4463         * doc/gnulib-tool.texi: Likewise.
4464         * doc/gnulib.texi: Likewise.
4465         * doc/inet_ntoa.texi: Likewise.
4466         * doc/maintain.texi: Likewise.
4467         * doc/make-stds.texi: Likewise.
4468         * doc/quote.texi: Likewise.
4469         * doc/regexprops-generic.texi: Likewise.
4470         * doc/standards.texi: Likewise.
4471         * doc/verify.texi: Likewise.
4472         * doc/visibility.texi: Likewise.
4473         * doc/gnulib.texi (GNU Free Documentation License): Include
4474         fdl-1.3.texi instead of fdl.texi.
4475
4476 2008-11-04  Simon Josefsson  <simon@josefsson.org>
4477
4478         * doc/fdl-1.3.texi: New file, from
4479         <http://www.gnu.org/licenses/fdl-1.3.texi>.
4480         * modules/fdl-1.3: Add.
4481         * MODULES.html.sh: Add fdl-1.3.
4482
4483 2008-11-03  Bruno Haible  <bruno@clisp.org>
4484
4485         Make determination of absolute name of header file work with AIX xlc.
4486         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
4487         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
4488         preprocessing.
4489         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
4490         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
4491
4492 2008-11-03  Simon Josefsson  <simon@josefsson.org>
4493
4494         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
4495         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
4496         <ludo@gnu.org>.
4497
4498 2008-11-02  Bruno Haible  <bruno@clisp.org>
4499
4500         Mark 'strpbrk' obsolete.
4501         * modules/strpbrk (Status, Notice): New sections.
4502         * modules/strtok_r (Depends-on): Add strpbrk.
4503
4504 2008-11-02  Bruno Haible  <bruno@clisp.org>
4505
4506         Mark 'strdup' obsolete.
4507         * modules/strdup (Status, Notice): New sections.
4508         * modules/findprog (Depends-on): Add strdup.
4509         * modules/getaddrinfo (Depends-on): Likewise.
4510         * modules/localename (Depends-on): Likewise.
4511         * modules/relocatable-lib (Depends-on): Likewise.
4512         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
4513         * modules/relocatable-prog (Depends-on): Likewise.
4514         * modules/trim (Depends-on): Likewise.
4515         * modules/unictype/gen-ctype (Depends-on): Likewise.
4516         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
4517
4518 2008-11-02  Bruno Haible  <bruno@clisp.org>
4519
4520         Mark 'strcspn' obsolete.
4521         * modules/strcspn (Status, Notice): New sections.
4522
4523 2008-11-02  Bruno Haible  <bruno@clisp.org>
4524
4525         Mark 'rmdir' obsolete.
4526         * modules/rmdir (Status, Notice): New sections.
4527         * modules/clean-temp (Depends-on): Add rmdir.
4528         * modules/openat (Depends-on): Likewise.
4529
4530 2008-11-02  Bruno Haible  <bruno@clisp.org>
4531
4532         Mark 'raise' obsolete.
4533         * modules/raise (Status, Notice): New sections.
4534         (Include): Specify <signal.h>.
4535         * modules/stdio (Depends-on): Add raise.
4536         * modules/write (Depends-on): Likewise.
4537
4538 2008-11-02  Bruno Haible  <bruno@clisp.org>
4539
4540         Mark 'memset' obsolete.
4541         * modules/memset (Status, Notice): New sections.
4542
4543 2008-11-02  Bruno Haible  <bruno@clisp.org>
4544
4545         Mark 'memmove' obsolete.
4546         * modules/memmove (Status, Notice): New sections.
4547         * modules/argp (Depends-on): Add memmove.
4548         * modules/argz (Depends-on): Likewise.
4549         * modules/canonicalize (Depends-on): Likewise.
4550         * modules/canonicalize-lgpl (Depends-on): Likewise.
4551         * modules/fts (Depends-on): Likewise.
4552         * modules/getcwd (Depends-on): Likewise.
4553         * modules/human (Depends-on): Likewise.
4554         * modules/regex (Depends-on): Likewise.
4555         * modules/striconveh (Depends-on): Likewise.
4556         * modules/trim (Depends-on): Likewise.
4557         * modules/unistr/u8-move (Depends-on): Likewise.
4558         * modules/unistr/u16-move (Depends-on): Likewise.
4559         * modules/unistr/u32-move (Depends-on): Likewise.
4560
4561 2008-11-02  Bruno Haible  <bruno@clisp.org>
4562
4563         Mark 'memcpy' obsolete.
4564         * modules/memcpy (Status, Notice): New sections.
4565
4566 2008-11-02  Bruno Haible  <bruno@clisp.org>
4567
4568         Mark 'memcmp' obsolete.
4569         * modules/memcmp (Status, Notice): New sections.
4570         * modules/argmatch (Depends-on): Add memchr.
4571         * modules/backupfile (Depends-on): Likewise.
4572         * modules/c-strcasestr (Depends-on): Likewise.
4573         * modules/crypto/des (Depends-on): Likewise.
4574         * modules/csharpcomp (Depends-on): Likewise.
4575         * modules/fnmatch (Depends-on): Likewise.
4576         * modules/git-merge-changelog (Depends-on): Likewise.
4577         * modules/isnand (Depends-on): Likewise.
4578         * modules/isnand-nolibm (Depends-on): Likewise.
4579         * modules/isnanf (Depends-on): Likewise.
4580         * modules/isnanf-nolibm (Depends-on): Likewise.
4581         * modules/isnanl (Depends-on): Likewise.
4582         * modules/isnanl-nolibm (Depends-on): Likewise.
4583         * modules/mbchar (Depends-on): Likewise.
4584         * modules/memcoll (Depends-on): Likewise.
4585         * modules/quotearg (Depends-on): Likewise.
4586         * modules/regex (Depends-on): Likewise.
4587         * modules/relocatable-prog (Depends-on): Likewise.
4588         * modules/same (Depends-on): Likewise.
4589         * modules/signbit (Depends-on): Likewise.
4590         * modules/strcasestr-simple (Depends-on): Likewise.
4591         * modules/unictype/gen-ctype (Depends-on): Likewise.
4592         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
4593         * modules/uniname/uniname (Depends-on): Likewise.
4594         * modules/unistr/u8-cmp (Depends-on): Likewise.
4595
4596 2008-11-02  Bruno Haible  <bruno@clisp.org>
4597
4598         Mark 'memchr' obsolete.
4599         * modules/memchr (Status, Notice): New sections.
4600         * modules/argp (Depends-on): Add memchr.
4601         * modules/base64 (Depends-on): Likewise.
4602         * modules/c-strcasestr (Depends-on): Likewise.
4603         * modules/chdir-long (Depends-on): Likewise.
4604         * modules/fnmatch (Depends-on): Likewise.
4605         * modules/getsubopt (Depends-on): Likewise.
4606         * modules/git-merge-changelog (Depends-on): Likewise.
4607         * modules/glob (Depends-on): Likewise.
4608         * modules/strcasestr-simple (Depends-on): Likewise.
4609         * modules/strnlen (Depends-on): Likewise.
4610
4611 2008-11-02  Bruno Haible  <bruno@clisp.org>
4612
4613         Mark 'atexit' obsolete.
4614         * modules/atexit (Status, Notice): New sections.
4615         * modules/chdir-long (Depends-on): Add atexit.
4616         * modules/wait-process (Depends-on): Likewise.
4617
4618 2008-11-02  Bruno Haible  <bruno@clisp.org>
4619
4620         * gnulib-tool: New option --with-obsolete.
4621         (func_usage): Document it.
4622         (func_modules_transitive_closure): Drop obsolete dependencies if
4623         incobsolete is not true.
4624         (func_import): Read and save the incobsolete variable to the cache.
4625
4626 2008-11-02  Bruno Haible  <bruno@clisp.org>
4627
4628         * modules/TEMPLATE-EXTENDED: New field 'Status'.
4629         * gnulib-tool: New option --extract-status.
4630         (func_usage): Document it.
4631         (sed_extract_prog): Recognize it.
4632         (func_get_status): New function.
4633
4634 2008-10-30  Simon Josefsson  <simon@josefsson.org>
4635
4636         * modules/sockets (License): Change from LGPL to LGPLv2+.
4637
4638 2008-10-28  Simon Josefsson  <simon@josefsson.org>
4639
4640         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
4641
4642 2008-10-28  Simon Josefsson  <simon@josefsson.org>
4643
4644         * MODULES.html.sh (Support for systems lacking POSIX:2001):
4645         Mention times and sys_times.
4646         * modules/sys_times, modules/sys_times-tests: New modules.
4647         * modules/times, modules/times-tests: Likewise
4648         * m4/sys_times_h.m4: New file.
4649         * lib/sys_times.in.h: Likewise
4650         * lib/times.c: Likewise.
4651         * tests/test-sys_times.c: Likewise.
4652         * tests/test-times.c: Likewise.
4653         * doc/posix-headers/sys_times.texi: Update.
4654         * doc/posix-functions/times.texi: Update.
4655
4656 2008-10-28  Jim Meyering  <meyering@redhat.com>
4657
4658         * modules/tempname (Depends-on): Add lstat.
4659
4660         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
4661
4662 2008-10-28  Simon Josefsson  <simon@josefsson.org>
4663
4664         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
4665         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
4666         using idiom used elsewhere in gnulib.
4667
4668 2008-10-27  Jim Meyering  <meyering@redhat.com>
4669
4670         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
4671
4672 2008-10-27  Simon Josefsson  <simon@josefsson.org>
4673
4674         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
4675         TESTS_ENVIRONMENT, for shell scripts that needs to call built
4676         programs.
4677         * tests/test-argp-2.sh: Use $EXEEXT when needed.
4678
4679 2008-10-27  Simon Josefsson  <simon@josefsson.org>
4680
4681         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
4682
4683 2008-10-27  Bruno Haible  <bruno@clisp.org>
4684
4685         * tests/test-lstat.c: Include <stdio.h>.
4686
4687 2008-10-27  Simon Josefsson  <simon@josefsson.org>
4688
4689         * modules/lstat-tests: New module.
4690         * tests/test-lstat.c: New file.
4691
4692 2008-10-26  Jim Meyering  <meyering@redhat.com>
4693
4694         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
4695
4696 2008-10-26  Simon Josefsson  <simon@josefsson.org>
4697             Bruno Haible  <bruno@clisp.org>
4698
4699         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
4700         * modules/configmake (Include): Add a note that the include must come
4701         after all system headers.
4702         * lib/javaversion.c: Include configmake.h after all other includes.
4703
4704 2008-10-26  Bruno Haible  <bruno@clisp.org>
4705
4706         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
4707         HAVE_STRUCT_RANDOM_DATA to 1.
4708         (gl_STDLIB_H): Simplify.
4709
4710 2008-10-26  Simon Josefsson  <simon@josefsson.org>
4711
4712         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
4713         substitute HAVE_STRUCT_RANDOM_DATA.
4714         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
4715         random_data.
4716         * modules/stdlib (Makefile.am): Substitute
4717         HAVE_STRUCT_RANDOM_DATA.
4718
4719 2008-10-26  Simon Josefsson  <simon@josefsson.org>
4720
4721         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
4722         * doc/gnulib-intro.texi (Copyright): Likewise.
4723
4724 2008-10-26  Simon Josefsson  <simon@josefsson.org>
4725
4726         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
4727         findings.
4728
4729 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
4730             Bruno Haible  <bruno@clisp.org>
4731
4732         * lib/unistd.in.h: Include <winsock2.h>.
4733         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
4734         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
4735         Provide dummy declarations.
4736         (gethostname): Override.
4737         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
4738         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
4739         gl_PREREQ_SYS_H_WINSOCK2.
4740         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
4741         * doc/posix-functions/gethostname.texi: More details.
4742
4743 2008-10-25  Bruno Haible  <bruno@clisp.org>
4744
4745         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
4746         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
4747         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
4748
4749         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
4750         here ...
4751         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
4752         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
4753         gl_UNISTD_H_DEFAULTS.
4754
4755 2008-10-25  Eric Blake  <ebb9@byu.net>
4756
4757         signbit: avoid spurious compiler failure
4758         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
4759         declarations inside function.
4760
4761 2008-10-24  Simon Josefsson  <simon@josefsson.org>
4762             Bruno Haible  <bruno@clisp.org>
4763
4764         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
4765         * modules/random_r (Depends-on): Add stdint.
4766
4767 2008-10-24  Bruno Haible  <bruno@clisp.org>
4768
4769         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
4770         Eggert.
4771         * modules/strerror (License): Likewise.
4772
4773 2008-10-24  Jim Meyering  <meyering@redhat.com>
4774
4775         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
4776         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
4777
4778 2008-10-24  Eric Blake  <ebb9@byu.net>
4779
4780         getgroups: fix compilation when getgroups is available
4781         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
4782         but with <config.h> override of getgroups disabled.
4783
4784 2008-10-24  Simon Josefsson  <simon@josefsson.org>
4785
4786         * doc/gnulib.texi (Header files): Add note about C++ problems.
4787         Explained by Bruno Haible <bruno@clisp.org>.
4788
4789 2008-10-23  Bruno Haible  <bruno@clisp.org>
4790
4791         Define a dummy SA_NODEFER macro on Interix.
4792         * lib/signal.in.h (SA_NODEFER): Define fallback.
4793         Reported by Aleksey Cheusov <cheusov@tut.by> via
4794         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
4795
4796 2008-10-23  Bruno Haible  <bruno@clisp.org>
4797
4798         * modules/freadahead (License): Change to LGPLv2+.
4799         Suggested by Simon Josefsson.
4800
4801 2008-10-23  Jim Meyering  <meyering@redhat.com>
4802
4803         random_r: new module
4804         * modules/random_r: New file.
4805         * m4/random_r.m4: New file.
4806         * lib/random_r.c: New file, from glibc.
4807         * modules/random_r-tests: New file.
4808         * tests/test-random_r.c: New file.
4809         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
4810          Declare.
4811         (RAND_MAX): Define.
4812         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
4813         * modules/stdlib: Substitute them, too.
4814         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
4815         * doc/glibc-functions/initstate_r.texi: Mention the new module.
4816         * doc/glibc-functions/random_r.texi: Likewise.
4817         * doc/glibc-functions/setstate_r.texi: Likewise.
4818         * doc/glibc-functions/srandom_r.texi: Likewise.
4819         * config/srclist.txt: Mention it.
4820
4821 2008-10-23  David Lutterkort  <lutter@redhat.com>
4822
4823         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
4824         link requirement
4825
4826 2008-10-23  Jim Meyering  <meyering@redhat.com>
4827
4828         selinux-h: mark parameters of stub functions as intentionally unused
4829         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
4830         * lib/se-context.in.h: Likewise.
4831
4832 2008-10-22  Simon Josefsson  <simon@josefsson.org>
4833
4834         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
4835
4836 2008-10-22  Simon Josefsson  <simon@josefsson.org>
4837
4838         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
4839
4840 2008-10-22  Eric Blake  <ebb9@byu.net>
4841
4842         glthread/thread: avoid compiler warning
4843         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
4844         Add unreachable abort to silence compiler.
4845
4846 2008-10-22  Eric Blake  <ebb9@byu.net>
4847
4848         netdb: also supply struct addrinfo for cygwin 1.5.x
4849         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
4850         older cygwin.
4851         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
4852         cygwin.
4853         * doc/posix-headers/netdb.texi (netdb.h): Document this.
4854
4855 2008-10-22  Bruno Haible  <bruno@clisp.org>
4856
4857         * users.txt: Update entry about pspp.
4858
4859 2008-10-21  Bruno Haible  <bruno@clisp.org>
4860
4861         Simplification.
4862         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
4863         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
4864
4865         Simplification.
4866         * lib/ioctl.c (ioctl): Don't undefine.
4867         * lib/socket.c (socket): Don't undefine.
4868
4869         Remove unused module indicator macros.
4870         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
4871         GNULIB_$1 as a C macro.
4872
4873         * doc/posix-functions/close.texi: Undo last change.
4874         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
4875         Windows platforms.
4876
4877 2008-10-21  Bruno Haible  <bruno@clisp.org>
4878
4879         Add gethostname() declaration to <unistd.h>.
4880         * lib/unistd.in.h (gethostname): New declaration.
4881         * lib/gethostname.c: Include <unistd.h>.
4882         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
4883         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
4884         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
4885         and HAVE_GETHOSTNAME.
4886         * modules/gethostname (Depends-on): Add unistd.
4887         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4888         (Include): Specify <unistd.h>.
4889         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
4890         HAVE_GETHOSTNAME.
4891         * tests/test-gethostname.c: Include <unistd.h> first.
4892
4893 2008-10-21  Bruno Haible  <bruno@clisp.org>
4894
4895         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
4896         * modules/select-tests (Depends-on): Likewise.
4897         Reported by Simon Josefsson.
4898
4899 2008-10-21  Simon Josefsson  <simon@josefsson.org>
4900
4901         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
4902         * lib/accept.c: New file, based on winsock.c.
4903         * lib/bind.c: New file, based on winsock.c.
4904         * lib/connect.c: New file, based on winsock.c.
4905         * lib/getpeername.c: New file, based on winsock.c.
4906         * lib/getsockname.c: New file, based on winsock.c.
4907         * lib/getsockopt.c: New file, based on winsock.c.
4908         * lib/ioctl.c: New file, based on winsock.c.
4909         * lib/listen.c: New file, based on winsock.c.
4910         * lib/recv.c: New file, based on winsock.c.
4911         * lib/recvfrom.c: New file, based on winsock.c.
4912         * lib/send.c: New file, based on winsock.c.
4913         * lib/sendto.c: New file, based on winsock.c.
4914         * lib/setsockopt.c: New file, based on winsock.c.
4915         * lib/shutdown.c: New file, based on winsock.c.
4916         * lib/socket.c: New file, based on winsock.c.
4917         * lib/w32sock.h: New file, based on winsock.c.
4918         * lib/winsock.c: Remove file.
4919         * modules/accept: Likewise.
4920         * modules/bind: Likewise.
4921         * modules/connect: Likewise.
4922         * modules/getpeername: Likewise.
4923         * modules/getsockname: Likewise.
4924         * modules/getsockopt: Likewise.
4925         * modules/ioctl: Likewise.
4926         * modules/listen: Likewise.
4927         * modules/recv: Likewise.
4928         * modules/recvfrom: Likewise.
4929         * modules/send: Likewise.
4930         * modules/sendto: Likewise.
4931         * modules/setsockopt: Likewise.
4932         * modules/shutdown: Likewise.
4933         * modules/socket: Use socket.c instead of winsock.c.
4934         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
4935         * doc/posix-functions/accept.texi: Doc fix.
4936         * doc/posix-functions/bind.texi: Doc fix.
4937         * doc/posix-functions/close.texi: Doc fix.
4938         * doc/posix-functions/connect.texi: Doc fix.
4939         * doc/posix-functions/getpeername.texi: Doc fix.
4940         * doc/posix-functions/getsockname.texi: Doc fix.
4941         * doc/posix-functions/getsockopt.texi: Doc fix.
4942         * doc/posix-functions/ioctl.texi: Doc fix.
4943         * doc/posix-functions/listen.texi: Doc fix.
4944         * doc/posix-functions/recv.texi: Doc fix.
4945         * doc/posix-functions/recvfrom.texi: Doc fix.
4946         * doc/posix-functions/send.texi: Doc fix.
4947         * doc/posix-functions/sendto.texi: Doc fix.
4948         * doc/posix-functions/setsockopt.texi: Doc fix.
4949         * doc/posix-functions/shutdown.texi: Doc fix.
4950         * doc/posix-functions/socket.texi: Doc fix.
4951
4952 2008-10-20  Bruno Haible  <bruno@clisp.org>
4953
4954         Take into account the role of SIGABRT_COMPAT on Windows 2008.
4955         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
4956         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
4957         as an alias for SIGABRT.
4958         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
4959         (sigaction): Map it to SIGABRT.
4960         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
4961
4962 2008-10-20  Bruno Haible  <bruno@clisp.org>
4963
4964         * lib/fts.c: Don't include lstat.h.
4965         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
4966
4967         Move the lstat() declaration to <sys/stat.h>.
4968         * lib/lstat.h: Remove file.
4969         * lib/sys_stat.in.h: Add special invocation convention.
4970         (lstat): New declaration.
4971         * lib/lstat.c (orig_lstat): New function.
4972         (rpl_lstat): Use orig_lstat instead of lstat.
4973         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
4974         AC_C_INLINE. Set REPLACE_LSTAT.
4975         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
4976         and REPLACE_LSTAT.
4977         * modules/lstat (Files): Remove lib/lstat.h.
4978         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
4979         (Include): Specify <sys/stat.h> instead of lstat.h.
4980         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
4981         REPLACE_LSTAT.
4982         * NEWS: Mention the change.
4983
4984 2008-10-20  Bruno Haible  <bruno@clisp.org>
4985
4986         * modules/posix_spawn-tests: New file.
4987         * tests/test-posix_spawn3.c: New file.
4988
4989 2008-10-20  Bruno Haible  <bruno@clisp.org>
4990
4991         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
4992         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
4993         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
4994         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
4995         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
4996
4997 2008-10-20  Bruno Haible  <bruno@clisp.org>
4998
4999         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
5000         of posix_spawn on AIX 5.3.
5001
5002 2008-10-20  Bruno Haible  <bruno@clisp.org>
5003
5004         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
5005
5006 2008-10-20  Bruno Haible  <bruno@clisp.org>
5007
5008         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
5009         of AC_LANG_PROGRAM.
5010
5011 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5012
5013         * lib/netdb.in.h: Don't define GNU specific constants until they
5014         are supported or needed.  Reported by Bruno Haible
5015         <bruno@clisp.org>.
5016
5017 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5018
5019         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
5020
5021 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5022
5023         * lib/getaddrinfo.h: Remove file.
5024         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
5025         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
5026         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
5027         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
5028         * modules/netdb: Substitute GNULIB_GETADDRINFO.
5029         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
5030         * tests/test-getaddrinfo.c: Likewise.
5031         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
5032         * NEWS: Mention change.
5033
5034 2008-10-19  Bruno Haible  <bruno@clisp.org>
5035
5036         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
5037
5038 2008-10-19  Bruno Haible  <bruno@clisp.org>
5039
5040         * lib/wait-process.c: Include simply <sys/wait.h>.
5041         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
5042         WIFSTOPPED): Remove fallback definitions.
5043         * modules/wait-process (Depends-on): Add sys_wait.
5044
5045         New module 'sys_wait'.
5046         * modules/sys_wait: New file.
5047         * lib/sys_wait.in.h: New file, partially copied from
5048         lib/wait-process.c.
5049         * m4/sys_wait_h.m4: New file.
5050         * doc/posix-headers/sys_wait.texi: Mention the new module.
5051
5052 2008-10-19  Bruno Haible  <bruno@clisp.org>
5053
5054         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
5055
5056 2008-10-19  Bruno Haible  <bruno@clisp.org>
5057
5058         Assume that waitpid() fills an 'int' status, not a 'union wait'.
5059         * lib/wait-process.c (WAIT_T): Remove type.
5060         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
5061         (wait_subprocess): Update.
5062
5063 2008-10-19  Bruno Haible  <bruno@clisp.org>
5064
5065         New module 'atoll'.
5066         * modules/atoll: New file.
5067         * lib/stdlib.in.h (atoll): New declaration.
5068         * lib/atoll.c: New file, from glibc with modifications.
5069         * m4/atoll.m4: New file.
5070         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
5071         HAVE_ATOLL.
5072         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
5073         * doc/posix-functions/atoll.texi: Mention the new module.
5074
5075 2008-10-19  Bruno Haible  <bruno@clisp.org>
5076
5077         Add strtoull() declaration to <stdlib.h>.
5078         * lib/stdlib.in.h (strtoull): New declaration.
5079         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
5080         Set HAVE_STRTOULL.
5081         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
5082         HAVE_STRTOULL.
5083         * modules/strtoull (Depends-on): Add stdlib.
5084         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5085         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
5086         HAVE_STRTOULL.
5087
5088 2008-10-19  Bruno Haible  <bruno@clisp.org>
5089
5090         Add strtoll() declaration to <stdlib.h>.
5091         * lib/stdlib.in.h (strtoll): New declaration.
5092         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
5093         Set HAVE_STRTOLL.
5094         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
5095         HAVE_STRTOLL.
5096         * modules/strtoll (Depends-on): Add stdlib.
5097         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5098         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
5099
5100 2008-10-19  Bruno Haible  <bruno@clisp.org>
5101
5102         * modules/bcopy (Depends-on): Add strings.
5103         (Include): Specify <strings.h>.
5104
5105 2008-10-19  Bruno Haible  <bruno@clisp.org>
5106
5107         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
5108
5109 2008-10-19  Bruno Haible  <bruno@clisp.org>
5110
5111         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
5112         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
5113         mingw.
5114
5115 2008-10-19  Bruno Haible  <bruno@clisp.org>
5116
5117         * lib/atanl.c: Don't include isnanl.h.
5118         * lib/cosl.c: Likewise.
5119         * lib/ldexpl.c: Likewise.
5120         * lib/logl.c: Likewise.
5121         * lib/sinl.c: Likewise.
5122         * lib/sqrtl.c: Likewise.
5123         * lib/tanl.c: Likewise.
5124
5125         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
5126         * lib/isnanf.h: Remove file.
5127         * lib/isnand.h: Remove file.
5128         * lib/isnanl.h: Remove file.
5129         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
5130         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
5131         macros.
5132         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
5133         HAVE_ISNANF, don't define it as a C macro.
5134         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
5135         HAVE_ISNAND, don't define it as a C macro.
5136         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
5137         HAVE_ISNANL, don't define it as a C macro.
5138         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
5139         HAVE_ISNAN[FDL].
5140         * modules/isnanf (Files): Remove lib/isnanf.h.
5141         (Depends-on): Add math.
5142         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5143         (Include): Specify <math.h> instead of isnanf.h.
5144         * modules/isnand (Files): Remove lib/isnand.h.
5145         (Depends-on): Add math.
5146         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5147         (Include): Specify <math.h> instead of isnand.h.
5148         * modules/isnanl (Files): Remove lib/isnanl.h.
5149         (Depends-on): Add math.
5150         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5151         (Include): Specify <math.h> instead of isnanl.h.
5152         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
5153         HAVE_ISNAN[FDL].
5154         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
5155         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
5156         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
5157         * NEWS: Mention the change.
5158
5159 2008-10-18  Bruno Haible  <bruno@clisp.org>
5160
5161         Add getusershell(), setusershell(), endusershell() declarations to
5162         <unistd.h>.
5163         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
5164         declarations.
5165         * lib/getusershell.c: Include unistd.h.
5166         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
5167         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
5168         HAVE_GETUSERSHELL.
5169         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
5170         and HAVE_GETUSERSHELL.
5171         * modules/getusershell (Depends-on): Add unistd, extensions.
5172         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5173         (Include): Specify <unistd.h>.
5174         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
5175         HAVE_GETUSERSHELL.
5176
5177 2008-10-18  Bruno Haible  <bruno@clisp.org>
5178
5179         Add a getloadavg() declaration to <stdlib.h>.
5180         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
5181         getloadavg declaration.
5182         (getloadavg): New declaration.
5183         * lib/getloadavg.c: Include <stdlib.h> first.
5184         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
5185         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
5186         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
5187         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
5188         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
5189         * modules/getloadavg (Depends-on): Add stdlib, extensions.
5190         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5191         (Include): Specify <stdlib.h>.
5192         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
5193         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
5194
5195 2008-10-18  Bruno Haible  <bruno@clisp.org>
5196
5197         * lib/dirchownmod.c: Don't include lchmod.h.
5198
5199         Move the lchmod() declaration to <sys/stat.h>.
5200         * lib/lchmod.h: Remove file.
5201         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
5202         (lchmod): New declaration, moved here from lib/lchown.h.
5203         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
5204         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
5205         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
5206         and HAVE_LCHMOD.
5207         * modules/lchmod (Files): Remove lib/lchmod.h.
5208         (Depends-on): Add sys_stat, extensions.
5209         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
5210         (Include): Specify <sys/stat.h> instead of lchmod.h.
5211         * modules/sys_stat (Depends-on): Add link-warning.
5212         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
5213         definition of GL_LINK_WARNING.
5214         * NEWS: Mention the change.
5215
5216 2008-10-18  Bruno Haible  <bruno@clisp.org>
5217
5218         * lib/fchdir.c: Don't include dirfd.h.
5219         * lib/fts.c: Likewise.
5220         * lib/getcwd.c: Likewise.
5221         * lib/glob.c: Likewise.
5222
5223         Move the dirfd() declaration to <dirent.h>.
5224         * lib/dirfd.h: Remove file.
5225         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
5226         (dirfd): New declaration.
5227         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
5228         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
5229         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
5230         HAVE_DECL_DIRFD.
5231         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
5232         HAVE_DECL_DIRFD.
5233         * modules/dirfd (Files): Remove lib/dirfd.h.
5234         (Depends-on): Add dirent, extensions.
5235         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
5236         (Include): Specify <dirent.h> instead of dirfd.h.
5237         * modules/dirent (Depends-on): Add link-warning.
5238         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
5239         definition of GL_LINK_WARNING.
5240         * NEWS: Mention the change.
5241
5242 2008-10-18  Bruno Haible  <bruno@clisp.org>
5243
5244         Move the euidaccess() declaration to <unistd.h>.
5245         * lib/euidaccess.h: Remove file.
5246         * lib/unistd.in.h (euidaccess): New declaration.
5247         * lib/euidaccess.c: Don't include euidaccess.h.
5248         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
5249         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
5250         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
5251         and HAVE_EUIDACCESS.
5252         * modules/euidaccess (Files): Remove lib/euidaccess.h.
5253         (Depends-on): Add unistd.
5254         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5255         (Include): Specify <unistd.h> instead of euidaccess.h.
5256         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
5257         HAVE_EUIDACCESS.
5258         * NEWS: Mention the change.
5259
5260 2008-10-18  Bruno Haible  <bruno@clisp.org>
5261
5262         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
5263
5264         Move the getdomainname() declaration to <unistd.h>.
5265         * lib/getdomainname.h: Remove file.
5266         * lib/unistd.in.h (getdomainname): New declaration.
5267         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
5268         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
5269         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
5270         HAVE_GETDOMAINNAME.
5271         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5272         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
5273         * modules/getdomainname (Files): Remove lib/getdomainname.h.
5274         (Depends-on): Add unistd, extensions.
5275         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5276         (Includes): Specify <unistd.h> instead of getdomainname.h.
5277         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
5278         HAVE_GETDOMAINNAME.
5279         * NEWS: Mention the change.
5280
5281 2008-10-18  Bruno Haible  <bruno@clisp.org>
5282
5283         * modules/dirent: New file.
5284         * m4/dirent_h.m4: New file.
5285         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
5286         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
5287         * modules/fchdir (Files): Remove lib/dirent.in.h.
5288         (Depends-on): Add dirent.
5289         (Makefile.am): Move rules to modules/dirent.
5290         * doc/posix-headers/dirent.texi: Mention the new module.
5291
5292 2008-10-18  Bruno Haible  <bruno@clisp.org>
5293
5294         Avoid -Wunused-parameter warnings in public gnulib header files.
5295         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
5296         macro.
5297         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
5298
5299 2008-10-18  Bruno Haible  <bruno@clisp.org>
5300
5301         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
5302         * doc/glibc-functions/error.texi: Mention the module 'error'.
5303         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
5304         * doc/glibc-functions/getdomainname.texi: Mention the module
5305         'getdomainname'.
5306         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
5307         * doc/glibc-functions/getpagesize.texi: Mention the module
5308         'getpagesize'.
5309         * doc/glibc-functions/getusershell.texi: Mention the module
5310         'getusershell'.
5311         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
5312         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
5313         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
5314         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
5315         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
5316         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
5317         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
5318         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
5319         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
5320         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
5321         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
5322         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
5323         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
5324         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
5325
5326 2008-10-17  Bruno Haible  <bruno@clisp.org>
5327
5328         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
5329         HP-UX and IRIX, use -0.0L.
5330         * tests/test-ceill.c (minus_zero): Likewise.
5331         * tests/test-floorl.c (minus_zero): Likewise.
5332         * tests/test-frexpl.c (minus_zero): Likewise.
5333         * tests/test-isnan.c (minus_zerol): Likewise.
5334         * tests/test-isnanl.h (minus_zero): Likewise.
5335         * tests/test-ldexpl.c (minus_zero): Likewise.
5336         * tests/test-roundl.c (minus_zero): Likewise.
5337         * tests/test-signbit.c (minus_zerol): Likewise.
5338         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
5339         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
5340         * tests/test-truncl.c (minus_zero): Likewise.
5341         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
5342         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
5343         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
5344         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
5345
5346 2008-10-17  Bruno Haible  <bruno@clisp.org>
5347
5348         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
5349         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
5350         that it gets activated only for gcc >= 3.0.
5351         * lib/dirent.in.h: Likewise.
5352         * lib/errno.in.h: Likewise.
5353         * lib/fcntl.in.h: Likewise.
5354         * lib/float.in.h: Likewise.
5355         * lib/iconv.in.h: Likewise.
5356         * lib/inttypes.in.h: Likewise.
5357         * lib/locale.in.h: Likewise.
5358         * lib/math.in.h: Likewise.
5359         * lib/netdb.in.h: Likewise.
5360         * lib/netinet_in.in.h: Likewise.
5361         * lib/search.in.h: Likewise.
5362         * lib/signal.in.h: Likewise.
5363         * lib/spawn.in.h: Likewise.
5364         * lib/stdarg.in.h: Likewise.
5365         * lib/stdint.in.h: Likewise.
5366         * lib/stdio.in.h: Likewise.
5367         * lib/stdlib.in.h: Likewise.
5368         * lib/string.in.h: Likewise.
5369         * lib/strings.in.h: Likewise.
5370         * lib/sys_file.in.h: Likewise.
5371         * lib/sys_ioctl.in.h: Likewise.
5372         * lib/sys_select.in.h: Likewise.
5373         * lib/sys_socket.in.h: Likewise.
5374         * lib/sys_stat.in.h: Likewise.
5375         * lib/sys_time.in.h: Likewise.
5376         * lib/sysexits.in.h: Likewise.
5377         * lib/time.in.h: Likewise.
5378         * lib/unistd.in.h: Likewise.
5379         * lib/wchar.in.h: Likewise.
5380         * lib/wctype.in.h: Likewise.
5381         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5382
5383 2008-10-17  Jim Meyering  <meyering@redhat.com>
5384
5385         ignore-value: don't depend on inline module
5386         * modules/ignore-value (Depends-on): Remove 'inline'.
5387         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
5388         Suggestion from Bruno Haible.
5389
5390 2008-10-17  Bruno Haible  <bruno@clisp.org>
5391
5392         New implementation of condition variables for Win32.
5393         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
5394         (gl_linked_waitqueue_t): New type.
5395         (gl_cond_t): Use it.
5396         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
5397         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
5398         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
5399         (glthread_cond_init_func, glthread_cond_wait_func,
5400         glthread_cond_timedwait_func, glthread_cond_signal_func,
5401         glthread_cond_broadcast_func, glthread_cond_destroy_func):
5402         Reimplemented on the basis of gl_linked_waitqueue_t.
5403         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
5404         gl_waitqueue_t.
5405         (gl_rwlock_t): Update.
5406         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
5407
5408 2008-10-17  Simon Josefsson  <simon@josefsson.org>
5409
5410         * modules/recvfrom (Depends-on): Add dependency on getpeername.
5411         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
5412
5413 2008-10-17  Jim Meyering  <meyering@redhat.com>
5414
5415         ignore-value: new module
5416         * modules/ignore-value: New file.
5417         * lib/ignore-value.h: New file.
5418         * MODULES.html.sh (Compiler warning management): New section,
5419         just for this module.  More to come.
5420
5421 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5422
5423         open-safer.c: avoid 'signed and unsigned in conditional...' warning
5424         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
5425         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
5426
5427 2008-10-16  Jim Meyering  <meyering@redhat.com>
5428
5429         openat-die.c: avoid 'no previous prototype' warning
5430         * lib/openat-die.c: Include "openat.h".
5431         Reported by Reuben Thomas <rrt@sc3d.org>.
5432
5433 2008-10-16  Simon Josefsson  <simon@josefsson.org>
5434
5435         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
5436         * lib/netdb.in.h: Fix typo.
5437         Reported by Bruno Haible  <bruno@clisp.org>
5438
5439         * lib/netdb.in.h: Include sys/socket.h for platforms without
5440         netdb.h, to get structures like hostent on MinGW.
5441         * modules/netdb (Depends-on): Add sys_socket.
5442
5443 2008-10-15  Simon Josefsson  <simon@josefsson.org>
5444
5445         * modules/netdb, modules/netdb-tests: New file.
5446         * m4/netdb_h.m4: New file.
5447         * lib/netdb.in.h: Add, currently just an empty file pending
5448         definitions.
5449         * tests/test-netdb.c: New file.
5450         * doc/posix-headers/netdb.texi: Mention that we replace it if
5451         needed.
5452         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5453         netdb.
5454
5455 2008-10-15  Simon Josefsson  <simon@josefsson.org>
5456
5457         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
5458         with code.
5459
5460 2008-10-13  Bruno Haible  <bruno@clisp.org>
5461
5462         * lib/glthread/cond.c (glthread_cond_wait_func,
5463         glthread_cond_timedwait_func): Add a comment.
5464
5465 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5466
5467         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
5468         * tests/test-select.c: Likewise,
5469
5470 2008-10-13  Bruno Haible  <bruno@clisp.org>
5471
5472         * lib/glthread/cond.c (glthread_cond_wait_func,
5473         glthread_cond_timedwait_func): Fix variable name.
5474         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
5475
5476 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
5477
5478         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
5479         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
5480         struct sockaddr.sa_len.
5481         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
5482
5483 2008-10-13  Simon Josefsson  <simon@josefsson.org>
5484
5485         * build-aux/pmccabe2html: Add css and css_url parameters.
5486
5487 2008-10-12  Bruno Haible  <bruno@clisp.org>
5488
5489         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
5490         calling aclx_get.
5491         Reported by Rainer Tammer <tammer@tammer.net>.
5492
5493 2008-10-12  Bruno Haible  <bruno@clisp.org>
5494
5495         Use msvcrt aware primitives for creation/termination of Win32 threads.
5496         * lib/glthread/thread.c: Include <process.h>.
5497         (glthread_create_func): Use _beginthreadex instead of CreateThread.
5498         (wrapper_func): Update signature.
5499         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
5500
5501 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5502             Bruno Haible  <bruno@clisp.org>
5503
5504         Provide a Win32 implementation of the 'cond' module.
5505         * lib/glthread/cond.h [USE_WIN32]: New implementation.
5506         * lib/glthread/cond.c (glthread_cond_init_func,
5507         glthread_cond_wait_func, glthread_cond_timedwait_func,
5508         glthread_cond_signal_func, glthread_cond_broadcast_func,
5509         glthread_cond_destroy_func) [USE_WIN32]: New functions.
5510         * modules/cond (Dependencies): Add gettimeofday.
5511
5512 2008-10-11  Bruno Haible  <bruno@clisp.org>
5513
5514         Make sleep work on older versions of mingw.
5515         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
5516         only whether it exists.
5517         * doc/posix-functions/sleep.texi: Mention the problem with older
5518         versions of mingw.
5519
5520 2008-10-11  Bruno Haible  <bruno@clisp.org>
5521
5522         New module 'shutdown'.
5523         * modules/shutdown: New file.
5524         * lib/sys_socket.in.h (shutdown): New declaration.
5525         * lib/winsock.c (shutdown): New function.
5526         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
5527         GNULIB_SHUTDOWN.
5528         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
5529         * doc/posix-functions/shutdown.texi: Document the new module.
5530
5531 2008-10-11  Jim Meyering  <meyering@redhat.com>
5532
5533         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
5534
5535 2008-10-11  Bruno Haible  <bruno@clisp.org>
5536
5537         New module 'fclose'.
5538         * modules/fclose: New file.
5539         * lib/stdio.in.h (fclose): New declaration.
5540         * lib/fclose.c: New file.
5541         * m4/fclose.m4: New file.
5542         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
5543         REPLACE_FCLOSE.
5544         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
5545         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
5546         REPLACE_FCLOSE.
5547         * modules/close (Depends-on): fclose.
5548         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
5549
5550 2008-10-11  Bruno Haible  <bruno@clisp.org>
5551
5552         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
5553         set errno and don't call _close.
5554
5555 2008-10-10  Bruno Haible  <bruno@clisp.org>
5556
5557         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
5558         ACL, not afterwards. Fixes test failure on Cygwin.
5559
5560 2008-10-09  Ben Pfaff  <blp@gnu.org>
5561
5562         * build-aux/announce-gen: Fix gnulib version related part of usage
5563         message.  Die with a useful error message if no tarballs are
5564         found.
5565
5566 2008-10-10  Jim Meyering  <meyering@redhat.com>
5567
5568         bootstrap: use git's --depth=N option only if it's supported
5569         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
5570         recognize the --depth option.  Reported by Pádraig Brady.
5571
5572 2008-10-09  Bruno Haible  <bruno@clisp.org>
5573
5574         New module 'ioctl'.
5575         * modules/ioctl: New file.
5576         * lib/sys_socket.in.h (ioctl): Remove declaration.
5577         * lib/winsock.c: Include <sys/ioctl.h>.
5578         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
5579         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
5580         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
5581         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
5582         * doc/posix-functions/ioctl.texi: Mention the new module.
5583
5584 2008-10-09  Bruno Haible  <bruno@clisp.org>
5585
5586         New module 'sys_ioctl'.
5587         * lib/sys_ioctl.in.h: New file.
5588         * m4/sys_ioctl_h.m4: New file.
5589         * modules/sys_ioctl: New file.
5590         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
5591
5592 2008-10-09  Bruno Haible  <bruno@clisp.org>
5593
5594         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
5595         * lib/winsock.c: Include <stdarg.h>.
5596         (rpl_ioctl): Change to second argument 'int' and then varargs.
5597
5598 2008-10-09  Bruno Haible  <bruno@clisp.org>
5599
5600         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
5601         when the sys_socket module is present and the system has <winsock2.h>.
5602
5603 2008-10-09  Bruno Haible  <bruno@clisp.org>
5604
5605         * doc/posix-functions/close.texi: Mention module 'close' instead of
5606         module 'sys_socket'.
5607
5608 2008-10-09  Bruno Haible  <bruno@clisp.org>
5609
5610         * doc/glibc-headers/sys_ioctl.texi: New file.
5611         * doc/gnulib.texi: Include it.
5612
5613 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
5614             Bruno Haible  <bruno@clisp.org>
5615
5616         Combine the two replacements of 'close'.
5617         * lib/sys_socket.in.h (close): Define to a reminder to include
5618         <unistd.h>.
5619         (_gl_close_fd_maybe_socket): New declaration.
5620         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
5621         * lib/winsock.c (close): Remove undefinition.
5622         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
5623         needed for the gnulib module 'close'.
5624         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
5625         define to an error symbol or to a warning, if suitable.
5626         * lib/close.c: Include <sys/socket.h>.
5627         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
5628         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
5629         UNISTD_H_HAVE_WINSOCK2_H.
5630         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
5631         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5632         UNISTD_H_HAVE_WINSOCK2_H.
5633         * modules/sys_socket (Files): Add m4/unistd_h.m4.
5634         (configure.ac): Set a module indicator.
5635         (Makefile.am): Substitute GNULIB_CLOSE.
5636         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
5637         * modules/poll-tests (Depends-on): Add close.
5638         * modules/select-tests (Depends-on): Likewise.
5639
5640 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
5641             Bruno Haible  <bruno@clisp.org>
5642
5643         New module 'close'.
5644         * modules/close: New file.
5645         * lib/unistd.in.h (close): Move declaration out of the
5646         FCHDIR_REPLACEMENT scope.
5647         (_gl_unregister_fd): New declaration.
5648         * lib/close.c: New file.
5649         * lib/fchdir.c (rpl_close): Remove function.
5650         * m4/close.m4: New file.
5651         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
5652         close.
5653         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
5654         REPLACE_CLOSE.
5655         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
5656         REPLACE_CLOSE.
5657         * modules/fchdir (Depends-on): Add close.
5658
5659 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
5660             Bruno Haible  <bruno@clisp.org>
5661
5662         * lib/fcntl.in.h (open): Simplify conditionals.
5663         (_gl_register_fd): New declaration.
5664         * lib/fchdir.c (rpl_open): Remove function.
5665         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
5666         also.
5667         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
5668         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
5669         open.
5670
5671 2008-10-09  Jim Meyering  <meyering@redhat.com>
5672
5673         GNUmakefile: use the more name-space-friendly "_version"
5674         * top/GNUmakefile (_dummy): Update.
5675         (_version): Rename from "version".
5676
5677 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
5678             Bruno Haible  <bruno@clisp.org>
5679
5680         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
5681         rpl_close.
5682         (_gl_register_fd): New function, extracted from rpl_open.
5683         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
5684         (rpl_open, rpl_opendir): Use _gl_register_fd.
5685
5686 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
5687
5688         Fix organization of 'open' replacement.
5689         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
5690         (gl_FUNC_OPEN): Use it.
5691         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
5692
5693 2008-10-08  Bruno Haible  <bruno@clisp.org>
5694
5695         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
5696
5697 2008-10-08  Simon Josefsson  <simon@josefsson.org>
5698
5699         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
5700         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
5701         listen).
5702
5703 2008-10-08  Eric Blake  <ebb9@byu.net>
5704
5705         GNUmakefile: add 'make version' target
5706         * top/GNUmakefile (_curr-ver): Split version update rules...
5707         (version): ...into a target.
5708
5709 2008-10-07  Bruno Haible  <bruno@clisp.org>
5710
5711         Use a more portable replacement expression for -0.0L.
5712         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
5713         instead of -0.0L. Fix m4 quotation.
5714
5715         * tests/test-signbit.c: Include <float.h>.
5716         (minus_zero): New variable.
5717         (test_signbitl): Use minus_zero instead of -zero.
5718         * modules/signbit-tests (Depends-on): Add float.
5719
5720         * tests/test-ceill.c: Include <float.h>.
5721         (zero): Remove variable.
5722         (minus_zero): New variable.
5723         (main): Use minus_zero instead of -zero.
5724         * modules/ceill-tests (Depends-on): Add float.
5725
5726         * tests/test-floorl.c: Include <float.h>.
5727         (zero): Remove variable.
5728         (minus_zero): New variable.
5729         (main): Use minus_zero instead of -zero.
5730         * modules/floorl-tests (Depends-on): Add float.
5731
5732         * tests/test-roundl.c: Include <float.h>.
5733         (zero): Remove variable.
5734         (minus_zero): New variable.
5735         (main): Use minus_zero instead of -zero.
5736         * modules/roundl-tests (Depends-on): Add float.
5737
5738         * tests/test-truncl.c: Include <float.h>.
5739         (zero): Remove variable.
5740         (minus_zero): New variable.
5741         (main): Use minus_zero instead of -zero.
5742         * modules/truncl-tests (Depends-on): Add float.
5743
5744         * tests/test-frexpl.c (zero): Remove variable.
5745         (minus_zero): New variable.
5746         (main): Use minus_zero instead of -zero.
5747         * modules/frexpl-tests (Depends-on): Add float.
5748
5749         * tests/test-isnan.c (zerol): Remove variable.
5750         (minus_zerol): New variable.
5751         (test_long_double): Use minus_zerol instead of -zerol.
5752         * modules/isnan-tests (Depends-on): Add float.
5753
5754         * tests/test-isnanl.h (zero): Remove variable.
5755         (minus_zero): New variable.
5756         (main): Use minus_zero instead of -zero.
5757         * modules/isnanl-nolibm-tests (Depends-on): Add float.
5758         * modules/isnanl-tests (Depends-on): Add float.
5759
5760         * tests/test-ldexpl.c (zero): Remove variable.
5761         (minus_zero): New variable.
5762         (main): Use minus_zero instead of -zero.
5763         * modules/ldexpl-tests (Depends-on): Add float.
5764
5765         * tests/test-snprintf-posix.h (zerol): Remove variable.
5766         (minus_zerol): New variable.
5767         (test_function): Use minus_zerol instead of -zerol.
5768         * modules/snprintf-posix-tests (Depends-on): Add float.
5769         * modules/vsnprintf-posix-tests (Depends-on): Add float.
5770
5771         * tests/test-sprintf-posix.h (zerol): Remove variable.
5772         (minus_zerol): New variable.
5773         (test_function): Use minus_zerol instead of -zerol.
5774         * modules/sprintf-posix-tests (Depends-on): Add float.
5775         * modules/vsprintf-posix-tests (Depends-on): Add float.
5776
5777         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
5778         (minus_zerol): New variable.
5779         (test_function): Use minus_zerol instead of -zerol.
5780         * modules/vasnprintf-posix-tests (Depends-on): Add float.
5781
5782         * tests/test-vasprintf-posix.c (zerol): Remove variable.
5783         (minus_zerol): New variable.
5784         (test_function): Use minus_zerol instead of -zerol.
5785         * modules/vasprintf-posix-tests (Depends-on): Add float.
5786
5787 2008-10-07  Simon Josefsson  <simon@josefsson.org>
5788
5789         * MODULES.html.sh (Support for building documentation): Mention
5790         pmccabe2html.  Sort entries.
5791
5792         Add pmccabe2html module, from gnupdf.
5793         * build-aux/pmccabe.css: New file.
5794         * build-aux/pmccabe2html: New file.
5795         * m4/pmccabe2html.m4: New file.
5796         * modules/pmccabe2html: New file.
5797
5798 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
5799
5800         flock: new module
5801         * MODULES.html.sh: Add to list of modules.
5802         * lib/flock.c: flock implementation for Windows and Unix systems
5803         which have fcntl.
5804         * doc/glibc-functions/flock.texi: Update documentation.
5805         * lib/sys_file.in.h: <sys/file.h> header file.
5806         * m4/flock.m4: M4 macros.
5807         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
5808         * modules/flock: flock module.
5809         * modules/flock-tests: flock tests module.
5810         * modules/sys_file: sys/file.h module.
5811         * tests/test-flock.c: test suite for flock.
5812
5813 2008-10-06  Jim Meyering  <meyering@redhat.com>
5814
5815         bootstrap: check for LT_INIT more portably still ;-)
5816         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
5817         Spotted by Bruno Haible.
5818
5819 2008-10-06  Eric Blake  <ebb9@byu.net>
5820
5821         test-signbit: avoid tripping Irix cc bug on -0.0L
5822         * tests/test-signbit.c (minus_zerol): Delete, and replace with
5823         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
5824         entire testsuite consistent and avoids an Irix 6.2 bug.
5825
5826 2008-10-05  Bruno Haible  <bruno@clisp.org>
5827             Jim Meyering  <jim@meyering.net>
5828
5829         Add an option for ignoring EPIPE during close_stdout.
5830         * lib/closeout.h: Include <stdbool.h>.
5831         (close_stdout_set_ignore_EPIPE): New declaration.
5832         * lib/closeout.c: Include <stdbool.h>.
5833         (ignore_EPIPE): New variable.
5834         (close_stdout_set_ignore_EPIPE): New function.
5835         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
5836         * lib/close-stream.c (close_stream): Mention the possible EPIPE
5837         failure.
5838         * modules/closeout (Depends-on): Add stdbool.
5839
5840 2008-10-05  Bruno Haible  <bruno@clisp.org>
5841
5842         * modules/accept: New file.
5843         * modules/bind: New file.
5844         * modules/connect: New file.
5845         * modules/getpeername: New file.
5846         * modules/getsockname: New file.
5847         * modules/getsockopt: New file.
5848         * modules/listen: New file.
5849         * modules/recv: New file.
5850         * modules/recvfrom: New file.
5851         * modules/send: New file.
5852         * modules/sendto: New file.
5853         * modules/setsockopt: New file.
5854         * modules/socket: New file.
5855         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
5856         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
5857         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
5858         the particular module is requested. Add a link warning when the
5859         particular module is not requested.
5860         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
5861         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
5862         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
5863         the particular module is requested.
5864         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
5865         gl_SYS_SOCKET_H_DEFAULTS): New macros.
5866         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
5867         * modules/sys_socket (Depends-on): Add link-warning.
5868         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
5869         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
5870         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
5871         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
5872         GL_LINK_WARNING.
5873         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
5874         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
5875         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
5876         * doc/posix-functions/getpeername.texi: Mention the new module
5877         'getpeername'.
5878         * doc/posix-functions/getsockname.texi: Mention the new module
5879         'getsockname'.
5880         * doc/posix-functions/getsockopt.texi: Mention the new module
5881         'getsockopt'.
5882         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
5883         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
5884         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
5885         * doc/posix-functions/send.texi: Mention the new module 'send'.
5886         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
5887         * doc/posix-functions/setsockopt.texi: Mention the new module
5888         'setsockopt'.
5889         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
5890         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
5891         listen, connect, accept.
5892         * modules/select-tests (Depends-on): Likewise.
5893
5894 2008-10-05  Bruno Haible  <bruno@clisp.org>
5895
5896         * lib/winsock.c (strerror): Remove unused #undef.
5897         (rpl_close): Remove unused local variable.
5898
5899         * modules/sys_socket (Depends-on); Add errno.
5900
5901 2008-10-05  Bruno Haible  <bruno@clisp.org>
5902
5903         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
5904         (select): Add a link warning when the 'select' module is not used.
5905         * modules/sys_select (Depends-on): Add link-warning.
5906         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
5907         Suggested by Paolo Bonzini.
5908
5909 2008-10-05  Jim Meyering  <meyering@redhat.com>
5910
5911         bootstrap: check for LT_INIT more portably
5912         * build-aux/bootstrap: Avoid using grep -E, since it's not
5913         portable enough.  Suggestion from Bruno Haible.
5914
5915 2008-10-05  Bruno Haible  <bruno@clisp.org>
5916
5917         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
5918         as being fixed by gnulib.
5919
5920 2008-10-05  Bruno Haible  <bruno@clisp.org>
5921
5922         * modules/select-tests: New file, mostly copied from
5923         modules/sys_select-tests.
5924         * tests/test-select.c: New file, mostly copied from
5925         tests/test-sys_select.c.
5926         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
5927         * modules/sys_select-tests (Depends-on): Remove all dependencies.
5928         (Makefile.am): Remove test_sys_select_LDADD.
5929
5930         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
5931         to an undefined symbol, for an error message.
5932         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
5933         (gl_SYS_SELECT_H_DEFAULTS): New macro.
5934         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
5935         winsock-select.c here.
5936         * modules/sys_select (Files): Remove lib/winsock-select.c.
5937         (Depends-on): Remove alloca.
5938         (Makefile.am): Substitute GNULIB_SELECT.
5939         * modules/select: New file.
5940         * doc/posix-functions/select.texi: Update.
5941
5942 2008-10-05  Bruno Haible  <bruno@clisp.org>
5943
5944         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
5945         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
5946         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
5947         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
5948         getdtablesize.
5949         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
5950         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
5951
5952 2008-10-05  Bruno Haible  <bruno@clisp.org>
5953
5954         * modules/getdtablesize-tests: New file.
5955         * tests/test-getdtablesize.c: New file.
5956
5957         New module 'getdtablesize'.
5958         * lib/unistd.in.h (getdtablesize): New declaration.
5959         * lib/getdtablesize.c: New file.
5960         * m4/getdtablesize.m4: New file.
5961         * modules/getdtablesize: New file.
5962         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5963         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
5964         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
5965         HAVE_GETDTABLESIZE.
5966         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
5967
5968 2008-10-05  Bruno Haible  <bruno@clisp.org>
5969
5970         * modules/sched (Makefile.am): Fix typo.
5971         Reported by Simon Josefsson.
5972
5973 2008-10-05  Jim Meyering  <meyering@redhat.com>
5974
5975         bootstrap: check for LT_INIT, too
5976         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
5977         are deprecated.  Suggestion from Ralf Wildenhues.
5978
5979 2008-10-05  Bruno Haible  <bruno@clisp.org>
5980
5981         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
5982         overriding them by ours.
5983         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
5984
5985 2008-10-05  Jim Meyering  <meyering@redhat.com>
5986
5987         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
5988         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
5989         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
5990
5991 2008-10-04  Bruno Haible  <bruno@clisp.org>
5992
5993         * modules/dup2 (License): Change to LGPLv2+.
5994         * modules/sleep (License): Likewise.
5995         * modules/perror (License): Likewise.
5996         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
5997         Blake.
5998         * modules/signal (License): Likewise.
5999         * modules/sigprocmask (License): Likewise.
6000         * modules/raise (License): Change to LGPLv2+, with approval by Jim
6001         Meyering.
6002
6003 2008-10-04  Bruno Haible  <bruno@clisp.org>
6004
6005         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
6006         Reported by Rainer Tammer <tammer@tammer.net>.
6007
6008 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
6009             Bruno Haible  <bruno@clisp.org>
6010
6011         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
6012         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
6013         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
6014
6015 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
6016
6017         filevercmp: new module
6018         * lib/filevercmp.h: New function filevercmp comparing version strings.
6019         * lib/filevercmp.c: Implementation of filevercmp function.
6020         * modules/filevercmp: Module metadata.
6021         * tests/test-filevercmp.c: Unit test for new module.
6022         * modules/filevercmp-tests: Unit test metadata.
6023         * MODULES.html.sh: Add filevercmp module.
6024
6025 2008-10-03  Bruno Haible  <bruno@clisp.org>
6026
6027         * lib/c-ctype.h: Add comment.
6028         Reported by Jim Meyering.
6029
6030 2008-10-02  Bruno Haible  <bruno@clisp.org>
6031
6032         * modules/posix_spawn-internal (Depends-on): Add 'open'.
6033
6034 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6035
6036         * build-aux/bootstrap: Allow renaming bootstrap, and change the
6037         name of bootstrap.conf accordingly.
6038
6039 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6040
6041         * build-aux/bootstrap: Install git-merge-changelog configuration
6042         items into .gitconfig if needed.
6043
6044 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6045
6046         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
6047         git repository, and initialize/update it accordingly.
6048
6049 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
6050
6051         * modules/fsync-tests: New file.
6052         * tests/test-fsync.c: New file.
6053
6054         New module 'fsync'.
6055         * lib/fsync.c: New file.
6056         * m4/fsync.m4: New file.
6057         * modules/fsync: New file.
6058         * lib/unistd.in.h (fsync): New declaration.
6059         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
6060         GNULIB_FSYNC and HAVE_FSYNC.
6061         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
6062         * MODULES.html.sh (posix_functions): Add fsync.
6063         * doc/posix-functions/fsync.texi: Mention the new module.
6064
6065 2008-10-02  Jim Meyering  <meyering@redhat.com>
6066
6067         fts.c: sync with similar code from coreutils' remove.c
6068         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
6069         Guard also with "#if defined __linux__", since for now at least,
6070         this code is Linux-kernel-specific.
6071
6072 2008-10-02  Jim Meyering  <meyering@redhat.com>
6073
6074         fts: bug fixes
6075         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
6076         Include <sys/vfs.h>, not <sys/statfs.h>.
6077
6078         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
6079         Include <sys/vfs.h>, not <sys/statfs.h>.
6080
6081 2008-10-01  Bruno Haible  <bruno@clisp.org>
6082
6083         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
6084         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
6085         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
6086         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
6087         * doc/posix-functions/posix_spawnp.texi: Likewise.
6088         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
6089         whether posix_spawn actually works.
6090         * m4/pipe.m4 (gl_PIPE): Likewise.
6091         * modules/execute (Files): Add m4/posix_spawn.m4.
6092         * modules/pipe (Files): Add m4/posix_spawn.m4.
6093         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
6094
6095 2008-10-01  Jim Meyering  <meyering@redhat.com>
6096
6097         remove trailing spaces
6098         * NEWS: Likewise.
6099         * lib/poll.c (poll): Likewise.
6100         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
6101         * lib/winsock.c (rpl_close): Likewise.
6102         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
6103         * modules/yield: Likewise.
6104         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
6105         * tests/test-sys_select.c (connect_to_socket): Likewise.
6106
6107         fts.c: adjust a new interface to be more generally useful
6108         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
6109         (fts_build): Adjust caller.
6110
6111 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6112
6113         * modules/cond-tests: New file.
6114         * tests/test-cond.c: New file.
6115
6116 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6117             Bruno Haible  <bruno@clisp.org>
6118
6119         * modules/cond (Dependencies): Add errno, time.
6120         * lib/glthread/cond.h: Include <time.h>.
6121         (gl_cond_define, gl_cond_define_initialized): Use the same definition
6122         across platforms.
6123
6124 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6125             Bruno Haible  <bruno@clisp.org>
6126
6127         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
6128
6129 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6130             Bruno Haible  <bruno@clisp.org>
6131
6132         * modules/tls-tests (Depends-on): Add thread, yield.
6133         (configure.ac): Remove all checks.
6134         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
6135         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
6136         gl_thread_self): Remove definitions. Include glthread/thread.h and
6137         glthread/yield.h instead.
6138         (test_tls): Pass an additional NULL argument to gl_thread_join.
6139
6140 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6141             Bruno Haible  <bruno@clisp.org>
6142
6143         * modules/lock-tests (Depends-on): Add thread, yield.
6144         (configure.ac): Remove all checks.
6145         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
6146         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
6147         gl_thread_self): Remove definitions. Include glthread/thread.h and
6148         glthread/yield.h instead.
6149         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
6150         additional NULL argument to gl_thread_join.
6151
6152 2008-09-30  Bruno Haible  <bruno@clisp.org>
6153
6154         Fix the Win32 implementation of the 'thread' module.
6155         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
6156         pointer type.
6157         (gl_thread_self): Invoke gl_thread_self_func.
6158         (gl_thread_self_func): New declaration.
6159         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
6160         (do_init_self_key, init_self_key): New functions.
6161         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
6162         Remove some fields.
6163         (running_threads, running_lock): Remove variables.
6164         (get_current_thread_handle): New function.
6165         (gl_thread_self_func, wrapper_func, glthread_create_func,
6166         glthread_join_func, gl_thread_exit_func): Largely rewritten and
6167         simplified.
6168
6169 2008-09-30  Bruno Haible  <bruno@clisp.org>
6170
6171         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
6172         files.
6173
6174 2008-09-30  Jim Meyering  <meyering@redhat.com>
6175
6176         fts.m4: correct the test for statfs.f_type
6177         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
6178         when checking for statfs.f_type.
6179
6180 2008-09-15  Simon Josefsson  <simon@josefsson.org>
6181
6182         tests: avoid some compiler warnings
6183         * tests/test-memchr.c (main): Pass NULL indirectly.
6184         * tests/test-getdate.c (main): Remove unused variable 'ret'.
6185
6186 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
6187
6188         getdate.y: disallow countable dayshifts like "4 yesterday ago"
6189         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
6190         exactly specified dayshifts.
6191         (dayshift): New rule.
6192         (rel): Add dayshift.
6193         (relative_time_table) [tomorrow, yesterday, today, now]:
6194         Use tDAY_SHIFT in place of tDAY_UNIT.
6195         * tests/test-getdate.c: Add tests for now-disallowed countable
6196         dayshifts, e.g., "4 yesterday ago".
6197
6198 2008-09-29  Bruno Haible  <bruno@clisp.org>
6199
6200         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
6201         * tests/test-posix_spawn1.in.sh: Renamed from
6202         tests/test-posix_spawn.in.sh.
6203         * tests/test-posix_spawn2.c: New file.
6204         * tests/test-posix_spawn2.in.sh: New file.
6205         * modules/posix_spawnp-tests (Files): Update.
6206         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
6207
6208 2008-09-29  Bruno Haible  <bruno@clisp.org>
6209
6210         Propagate effects of putenv/setenv/unsetenv to child processes.
6211         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
6212         * lib/pipe.c (create_pipe): Likewise.
6213
6214 2008-09-29  Bruno Haible  <bruno@clisp.org>
6215
6216         Enable use of shell scripts as executables in mingw.
6217         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
6218         run the program as a shell script.
6219         * lib/pipe.c (create_pipe): Likewise.
6220         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
6221         resulting array.
6222
6223 2008-09-29  Eric Blake  <ebb9@byu.net>
6224
6225         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
6226
6227 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
6228
6229         * doc/posix-functions/accept.texi: Update mingw problems.
6230         * doc/posix-functions/bind.texi: Update mingw problems.
6231         * doc/posix-functions/close.texi: Update mingw problems.
6232         * doc/posix-functions/connect.texi: Update mingw problems.
6233         * doc/posix-functions/getpeername.texi: Update mingw problems.
6234         * doc/posix-functions/getsockname.texi: Update mingw problems.
6235         * doc/posix-functions/getsockopt.texi: Update mingw problems.
6236         * doc/posix-functions/ioctl.texi: Update mingw problems.
6237         * doc/posix-functions/listen.texi: Update mingw problems.
6238         * doc/posix-functions/recv.texi: Update mingw problems.
6239         * doc/posix-functions/recvfrom.texi: Update mingw problems.
6240         * doc/posix-functions/select.texi: Update mingw problems.
6241         * doc/posix-functions/send.texi: Update mingw problems.
6242         * doc/posix-functions/sendto.texi: Update mingw problems.
6243         * doc/posix-functions/setsockopt.texi: Update mingw problems.
6244         * doc/posix-functions/socket.texi: Update mingw problems.
6245
6246 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
6247             Bruno Haible  <bruno@clisp.org>
6248
6249         * lib/sys_select.in.h: Include sys/time.h.
6250         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
6251         * modules/sys_select: Depend on sys_time.
6252         * tests/test-sys_select.c: Test that sys/select.h defines struct
6253         timeval fully.
6254
6255 2008-09-29  Bruno Haible  <bruno@clisp.org>
6256
6257         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
6258         * lib/sys_select.in.h: Likewise.
6259
6260 2008-09-29  Bruno Haible  <bruno@clisp.org>
6261
6262         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
6263
6264 2008-09-29  Bruno Haible  <bruno@clisp.org>
6265
6266         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
6267         Set LIBSOCKET instead of augmenting LIBS.
6268         * modules/sockets (Link): New section.
6269         * modules/sockets-tests (test_sockets_LDADD): New variable.
6270         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
6271         * modules/poll-tests (test_poll_LDADD): New variable.
6272         * NEWS: Document the change.
6273
6274 2008-09-29  Bruno Haible  <bruno@clisp.org>
6275
6276         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
6277         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
6278         ARPA_INET_H directly.
6279         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6280
6281 2008-09-28  Bruno Haible  <bruno@clisp.org>
6282
6283         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
6284         from gl_HEADER_SYS_SOCKET.
6285         (gl_HEADER_SYS_SOCKET): Invoke it.
6286         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
6287
6288 2008-09-28  Bruno Haible  <bruno@clisp.org>
6289
6290         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
6291         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
6292         Needed on OSF/1 4.0.
6293
6294 2008-09-28  Bruno Haible  <bruno@clisp.org>
6295
6296         Override open more carefully.
6297         * lib/open.c (orig_open): New function.
6298         (rpl_open): Use orig_open instead of open.
6299         * lib/fcntl.in.h: Add special invocation convention.
6300         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
6301         (gl_FUNC_OPEN): Invoke it.
6302
6303         Override freopen more carefully.
6304         * lib/freopen.c (orig_freopen): New function.
6305         (rpl_freopen): Use orig_freopen instead of freopen.
6306         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
6307         (gl_FUNC_FREOPEN): Invoke it.
6308
6309         Override fopen more carefully.
6310         * lib/fopen.c (orig_fopen): New function.
6311         (rpl_fopen): Use orig_fopen instead of fopen.
6312         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
6313         (gl_FUNC_FOPEN): Invoke it.
6314         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
6315
6316 2008-09-28  Bruno Haible  <bruno@clisp.org>
6317
6318         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
6319         SIGPIPE.
6320
6321 2008-09-28  Bruno Haible  <bruno@clisp.org>
6322
6323         * tests/test-sigaction.c (handler, main): Disable the check whether
6324         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
6325         glibc systems with LinuxThreads.
6326
6327 2008-09-28  Bruno Haible  <bruno@clisp.org>
6328
6329         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
6330
6331         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
6332         with AIX xlc.
6333         * lib/fcntl.in.h (open): Likewise.
6334         Reported by Rainer Tammer <tammer@tammer.net>.
6335
6336 2008-09-28  Bruno Haible  <bruno@clisp.org>
6337
6338         * modules/posix_spawnp-tests: New file.
6339         * tests/test-posix_spawn.c: New file.
6340         * tests/test-posix_spawn.in.sh: New file.
6341
6342         New module 'posix_spawnp'.
6343         * modules/posix_spawnp: New file.
6344         * lib/spawnp.c: New file, from GNU libc with modifications.
6345         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
6346
6347         New module 'posix_spawn'.
6348         * modules/posix_spawn: New file.
6349         * lib/spawn.c: New file, from GNU libc with modifications.
6350         * doc/posix-functions/posix_spawn.texi: Mention the new module.
6351
6352         New module 'posix_spawnattr_destroy'.
6353         * modules/posix_spawnattr_destroy: New file.
6354         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
6355         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
6356         module.
6357
6358         New module 'posix_spawnattr_setsigmask'.
6359         * modules/posix_spawnattr_setsigmask: New file.
6360         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
6361         modifications.
6362         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
6363         new module.
6364
6365         New module 'posix_spawnattr_getsigmask'.
6366         * modules/posix_spawnattr_getsigmask: New file.
6367         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
6368         modifications.
6369         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
6370         new module.
6371
6372         New module 'posix_spawnattr_setsigdefault'.
6373         * modules/posix_spawnattr_setsigdefault: New file.
6374         * lib/spawnattr_setdefault.c: New file, from GNU libc with
6375         modifications.
6376         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
6377         new module.
6378
6379         New module 'posix_spawnattr_getsigdefault'.
6380         * modules/posix_spawnattr_getsigdefault: New file.
6381         * lib/spawnattr_getdefault.c: New file, from GNU libc with
6382         modifications.
6383         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
6384         new module.
6385
6386         New module 'posix_spawnattr_setschedpolicy'.
6387         * modules/posix_spawnattr_setschedpolicy: New file.
6388         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
6389         modifications.
6390         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
6391         new module.
6392
6393         New module 'posix_spawnattr_getschedpolicy'.
6394         * modules/posix_spawnattr_getschedpolicy: New file.
6395         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
6396         modifications.
6397         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
6398         new module.
6399
6400         New module 'posix_spawnattr_setschedparam'.
6401         * modules/posix_spawnattr_setschedparam: New file.
6402         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
6403         modifications.
6404         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
6405         new module.
6406
6407         New module 'posix_spawnattr_getschedparam'.
6408         * modules/posix_spawnattr_getschedparam: New file.
6409         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
6410         modifications.
6411         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
6412         new module.
6413
6414         New module 'posix_spawnattr_setpgroup'.
6415         * modules/posix_spawnattr_setpgroup: New file.
6416         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
6417         modifications.
6418         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
6419         module.
6420
6421         New module 'posix_spawnattr_getpgroup'.
6422         * modules/posix_spawnattr_getpgroup: New file.
6423         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
6424         modifications.
6425         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
6426         module.
6427
6428         New module 'posix_spawnattr_setflags'.
6429         * modules/posix_spawnattr_setflags: New file.
6430         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
6431         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
6432         module.
6433
6434         New module 'posix_spawnattr_getflags'.
6435         * modules/posix_spawnattr_getflags: New file.
6436         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
6437         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
6438         module.
6439
6440         New module 'posix_spawnattr_init'.
6441         * modules/posix_spawnattr_init: New file.
6442         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
6443         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
6444         module.
6445
6446         New module 'posix_spawn_file_actions_destroy'.
6447         * modules/posix_spawn_file_actions_destroy: New file.
6448         * lib/spawn_faction_destroy.c: New file, from GNU libc with
6449         modifications.
6450         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
6451         the new module.
6452
6453         New module 'posix_spawn_file_actions_addopen'.
6454         * modules/posix_spawn_file_actions_addopen: New file.
6455         * lib/spawn_faction_addopen.c: New file, from GNU libc with
6456         modifications.
6457         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
6458         the new module.
6459
6460         New module 'posix_spawn_file_actions_adddup2'.
6461         * modules/posix_spawn_file_actions_adddup2: New file.
6462         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
6463         modifications.
6464         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
6465         the new module.
6466
6467         New module 'posix_spawn_file_actions_addclose'.
6468         * modules/posix_spawn_file_actions_addclose: New file.
6469         * lib/spawn_faction_addclose.c: New file, from GNU libc with
6470         modifications.
6471         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
6472         the new module.
6473
6474         New module 'posix_spawn_file_actions_init'.
6475         * modules/posix_spawn_file_actions_init: New file.
6476         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
6477         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
6478         new module.
6479
6480         New module 'posix_spawn-internal'.
6481         * modules/posix_spawn-internal: New file.
6482         * lib/spawn_int.h: New file, from GNU libc with modifications.
6483         * lib/spawni.c: New file, from GNU libc with modifications.
6484         * m4/posix_spawn.m4: New file.
6485
6486         New module 'spawn'.
6487         * modules/spawn: New file.
6488         * lib/spawn.in.h: New file, from GNU libc with modifications.
6489         * m4/spawn_h.m4: New file.
6490         * doc/posix-headers/spawn.texi: Mention the new module.
6491
6492 2008-09-28  Bruno Haible  <bruno@clisp.org>
6493
6494         * modules/sched-tests: New file.
6495         * tests/test-sched.c: New file.
6496
6497         New module 'sched'.
6498         * modules/sched: New file.
6499         * lib/sched.in.h: New file.
6500         * m4/sched_h.m4: New file.
6501         * doc/posix-headers/sched.texi: Mention the new module.
6502
6503 2008-09-27  Eric Blake  <ebb9@byu.net>
6504
6505         Fix previous patch, and tweak references to $0.
6506         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
6507         (func_version, func_gnulib_dir): Don't call this program
6508         gnulib-tool.
6509         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
6510         with using $0 in function.
6511         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
6512         (func_fatal_error): Reuse the name the user invoked us with.
6513
6514 2008-09-27  Bruno Haible  <bruno@clisp.org>
6515
6516         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
6517         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
6518         (gl_ICONV_H): Not here.
6519         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
6520         instead of assigning ICONV_H directly.
6521
6522         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
6523         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
6524         WCHAR_H directly.
6525
6526 2008-09-27  Bruno Haible  <bruno@clisp.org>
6527
6528         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
6529         * modules/arpa_inet (Depends-on): Add link-warning.
6530         (Makefile.am): Insert the definition of GL_LINK-WARNING.
6531         * modules/unistd (Makefile.am): Likewise.
6532
6533 2008-09-26  Bruno Haible  <bruno@clisp.org>
6534
6535         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
6536         variables.
6537         (func_version): Essentially copied from gnulib-tool.
6538         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
6539         func_readlink): Copied from gnulib-tool.
6540
6541 2008-09-26  Bruno Haible  <bruno@clisp.org>
6542
6543         * gnulib-tool (func_version): Change directory to $gnulib_dir before
6544         invoking git-version-gen.
6545
6546 2008-09-26  Bruno Haible  <bruno@clisp.org>
6547
6548         * posix-modules: Update to directory names changed on 2008-01-19.
6549         Remove commas in output before splitting into words. No more need to
6550         avoid 'ftruncate' since 2007-02-19.
6551
6552 2008-09-26  Bruno Haible  <bruno@clisp.org>
6553
6554         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
6555
6556 2008-09-26  Bruno Haible  <bruno@clisp.org>
6557
6558         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
6559         * modules/fwriteerror (Depends-on): Add errno.
6560
6561 2008-09-26  Bruno Haible  <bruno@clisp.org>
6562
6563         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
6564         * tests/test-vc-list-files-cvs.sh: Likewise.
6565
6566 2008-09-26  Bruno Haible  <bruno@clisp.org>
6567
6568         * doc/posix-headers/sys_resource.texi: Reorder items.
6569
6570 2008-09-26  Jim Meyering  <meyering@redhat.com>
6571
6572         fts: tweak inode comparison function
6573         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
6574         inode numbers, as documented.
6575
6576         fts: sort dirent entries on inode number before traversing
6577         This avoids a quadratic, seek-related performance penalty when
6578         operating on a directory containing many entries (measurable at 10k;
6579         3.5 hours at 2 million entries with a cold cache) on certain types
6580         of file systems, including ext3 and ext4, but not tmpfs.
6581         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
6582         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
6583         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
6584         (fs_handles_readdir_ordered_dirents_efficiently): New function.
6585         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
6586         (fts_build): Set the stat.st_ino member from D_INO.
6587         If it is likely to be useful, sort dirent entries on inode number.
6588
6589         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
6590         and the struct statfs.f_type member.
6591         * modules/fts (Depends-on): Add d-ino.
6592
6593 2008-09-26  Bruno Haible  <bruno@clisp.org>
6594
6595         * modules/sigpipe-die (Depends-on): Add sigpipe.
6596
6597         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
6598         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
6599         and GNULIB_STDIO_H_SIGPIPE are set.
6600         * lib/stdio-write.c: New file.
6601         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
6602         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
6603         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
6604         REPLACE_STDIO_WRITE_FUNCS.
6605         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
6606         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
6607         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
6608         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
6609         * modules/stdio (Files): Add lib/stdio-write.c.
6610         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
6611         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
6612         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
6613         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
6614         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
6615         REPLACE_FPRINTF_POSIX.
6616         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
6617         REPLACE_PRINTF_POSIX.
6618         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
6619         REPLACE_VFPRINTF_POSIX.
6620         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
6621         REPLACE_VPRINTF_POSIX.
6622         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
6623         SIGPIPE issue.
6624         * doc/posix-functions/fputc.texi: Likewise.
6625         * doc/posix-functions/fputs.texi: Likewise.
6626         * doc/posix-functions/fwrite.texi: Likewise.
6627         * doc/posix-functions/printf.texi: Likewise.
6628         * doc/posix-functions/putc.texi: Likewise.
6629         * doc/posix-functions/putchar.texi: Likewise.
6630         * doc/posix-functions/puts.texi: Likewise.
6631         * doc/posix-functions/vfprintf.texi: Likewise.
6632         * doc/posix-functions/vprintf.texi: Likewise.
6633
6634         * modules/safe-write (Depends-on): Add write.
6635
6636         * modules/sigpipe-tests: New file.
6637         * tests/test-sigpipe.c: New file.
6638         * tests/test-sigpipe.sh: New file.
6639
6640         * modules/write: New file.
6641         * lib/unistd.in.h: Include <sys/types.h>.
6642         (write): New declaration.
6643         * lib/write.c: New file.
6644         * m4/write.m4: New file.
6645         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6646         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
6647         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
6648         GNULIB_WRITE, REPLACE_WRITE.
6649         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
6650         and the SIGPIPE issue.
6651
6652         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
6653         (raise): New declaration.
6654         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
6655         (ext_signal): New function.
6656         (rpl_raise): New function.
6657         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
6658         GNULIB_SIGNAL_H_SIGPIPE.
6659         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
6660         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
6661
6662         * modules/sigpipe: New file.
6663         * m4/sigpipe.m4: New file.
6664
6665 2008-09-25  Derek Price  <derek@ximbiot.com>
6666             Bruno Haible  <bruno@clisp.org>
6667
6668         * gnulib-tool (func_import): Report all license incompatibilities, not
6669         just the first one.
6670
6671 2008-09-25  Bruno Haible  <bruno@clisp.org>
6672
6673         * gnulib-tool (func_import): When computing the edits, consider not
6674         only the Makefile.ams that exist but also those that will be generated.
6675
6676 2008-09-25  Simon Josefsson  <simon@josefsson.org>
6677
6678         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
6679         fixes gnulib-tool --test warning about duplicate dependency.
6680
6681 2008-09-25  Bruno Haible  <bruno@clisp.org>
6682
6683         * gnulib-tool: Don't ask the user to perform edits in the generated
6684         Makefile.ams.
6685         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
6686         apply to the Makefile.am being generated.
6687         (func_emit_tests_Makefile_am): Execute edits that apply to the
6688         Makefile.am being generated.
6689         (func_import): Setup list of Makefile.am edits before emitting the
6690         Makefile.ams, not at the end.
6691         (func_create_testdir): Update.
6692         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6693
6694 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6695
6696         * gnulib-tool (func_import): Store the --tests-base option in the
6697         comment in gnulib-cache.m4.
6698
6699 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
6700
6701         * NEWS: Document increased portability that sys_select now provides.
6702
6703         * lib/sys_select.in.h: Install select wrapper.
6704         * lib/sys_socket.in.h: Use more descriptive name when there is no
6705         select wrapper.
6706         * lib/winsock-select.c: New.
6707         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
6708         Require gl_HEADER_SYS_SOCKET.
6709         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
6710         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
6711         * tests/test-sys_select.c: Add functional tests.
6712
6713 2008-09-24  Eric Blake  <ebb9@byu.net>
6714
6715         open, fopen: close fd leak in last patch
6716         * lib/open.c (rpl_open): Close fd before returning error.
6717         * lib/fopen.c (rpl_fopen): Close fd before returning error.
6718         * doc/posix-functions/open.texi (open): Document that Irix also
6719         has the bug.
6720         * doc/posix-functions/fopen.texi (fopen): Likewise.
6721         Reported by Paolo Bonzini.
6722
6723 2008-09-24  Bruno Haible  <bruno@clisp.org>
6724
6725         Ensure that a filename ending in a slash cannot be used to access a
6726         non-directory.
6727         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
6728         to check whether it's really a directory.
6729         * lib/fopen.c: Include fcntl.h, unistd.h.
6730         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
6731         and fdopen().
6732         * modules/fopen (Depends-on): Add unistd.
6733         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
6734         * tests/test-fopen.c (main): Likewise.
6735         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
6736         * doc/posix-functions/fopen.texi: Likewise.
6737         Reported by Eric Blake.
6738
6739 2008-09-23  Eric Blake  <ebb9@byu.net>
6740
6741         c-stack: avoid compiler optimizations when provoking overflow
6742         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
6743         recursion harder to optimize, to ensure a stack overflow occurs.
6744         * tests/test-c-stack.c (recurse): Likewise.
6745         Borrowed from libsigsegv.
6746
6747         c-stack: work around Irix sigaltstack bug
6748         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
6749         whether sigaltstack uses wrong end of stack_t (copied in part from
6750         libsigsegv).
6751         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
6752         Irix bug, without requiring an over-allocation.
6753         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
6754         bug.
6755
6756         fopen: document mingw bug on directories
6757         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
6758         not allowing a stream visiting a directory, even though reading
6759         from such a stream is not portable.
6760
6761 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
6762
6763         * lib/poll.c: Rewrite.
6764         * modules/poll: Depend on alloca.
6765
6766 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
6767
6768         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
6769         instead define prototypes for a full set of wrappers.  Ensure
6770         that Cygwin does not use the compatibility code, which is only
6771         for MinGW.
6772         * lib/winsock.c: New.
6773         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
6774         * modules/sys_socket: Add lib/winsock.c.
6775
6776         * modules/poll-tests: Add errno and perror.
6777         * tests/test-poll.c: Use ioctl, not ioctlsocket.
6778
6779 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
6780
6781         * tests/test-poll.c: Downgrade minimum needed Winsock version.
6782
6783 2008-09-23  Bruno Haible  <bruno@clisp.org>
6784
6785         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
6786         * doc/glibc-functions/*: Likewise.
6787
6788 2008-09-23  Simon Josefsson  <simon@josefsson.org>
6789
6790         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
6791         success.
6792
6793 2008-09-22  Eric Blake  <ebb9@byu.net>
6794             Bruno Haible  <bruno@clisp.org>
6795
6796         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
6797         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
6798         supply %A but mishandle pseudo-NaN.
6799         Reported by Simon Josefsson.
6800
6801 2008-09-21  Bruno Haible  <bruno@clisp.org>
6802
6803         * tests/test-lock.c (main): Tweak skip message.
6804         * tests/test-tls.c (main): Likewise.
6805
6806 2008-09-21  Bruno Haible  <bruno@clisp.org>
6807
6808         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
6809         whether 'struct sigaction' has sa_sigaction here...
6810         (gl_PREREQ_SIG_HANDLER_H): ... not here.
6811         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
6812
6813 2008-09-21  Bruno Haible  <bruno@clisp.org>
6814
6815         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
6816         section.
6817         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
6818         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
6819         the new section.
6820         (Support for obsolete systems lacking POSIX:2001): New section.
6821         (String handling <string.h>): Move strdup to the new section.
6822         Suggested by Simon Josefsson and Paolo Bonzini.
6823
6824 2008-09-21  Bruno Haible  <bruno@clisp.org>
6825
6826         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
6827         exponents in %e and %g results on 'long double'. Needed for mingw's
6828         improved *printf functions.
6829         * tests/test-vasprintf-posix.c (test_function): Likewise.
6830         * tests/test-snprintf-posix.h (test_function): Likewise.
6831         * tests/test-sprintf-posix.h (test_function): Likewise.
6832         Reported by Eric Blake.
6833
6834 2008-09-21  Bruno Haible  <bruno@clisp.org>
6835
6836         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
6837         * tests/test-sprintf-posix.h (test_function): Likewise.
6838
6839 2008-09-21  Bruno Haible  <bruno@clisp.org>
6840
6841         * modules/getpass (Depends-on): Add strdup-posix.
6842
6843         New module 'strdup-posix'.
6844         * modules/strdup-posix: New file.
6845         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
6846         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
6847         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6848         REPLACE_STRDUP.
6849         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
6850         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
6851         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6852         strdup-posix.
6853
6854         * modules/strdup (Depends-on): Remove malloc-posix.
6855
6856 2008-09-20  Bruno Haible  <bruno@clisp.org>
6857
6858         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
6859         Wildenhues.
6860
6861 2008-09-20  Bruno Haible  <bruno@clisp.org>
6862
6863         Ensure that wint_t gets defined on IRIX 5.3.
6864         * lib/wchar.in.h (wint_t): Define if not defined by the system.
6865         * lib/wctype.in.h (wint_t): Likewise.
6866         (__wctype_wint_t): Remove type.
6867         (isw*): Use wint_t instead of __wctype_wint_t.
6868         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
6869         * modules/wchar (Files): Add m4/wint_t.m4.
6870         (Makefile.am): Substitute HAVE_WINT_T.
6871         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
6872         * tests/test-wctype.c: Check that wint_t is defined.
6873         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
6874         * doc/posix-headers/wctype.texi: Likewise.
6875         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
6876
6877 2008-09-18  Bruno Haible  <bruno@clisp.org>
6878
6879         * gnulib-tool (func_exit): Update comment.
6880
6881 2008-09-18  Simon Josefsson  <simon@josefsson.org>
6882
6883         * modules/getaddrinfo (Depends-on): Remove strdup, this module
6884         assumes strdup exists and does not depend on strdup to return
6885         ENOMEM on out of memory conditions.
6886
6887 2008-09-18  Bruno Haible  <bruno@clisp.org>
6888
6889         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
6890         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
6891         digits for the exponent.
6892
6893 2008-09-18  Jim Meyering  <meyering@redhat.com>
6894             Bruno Haible  <bruno@clisp.org>
6895
6896         * lib/vasnprintf.c (decimal_point_char): Define also if
6897         NEED_PRINTF_INFINITE_LONG_DOUBLE.
6898
6899 2008-09-16  Bruno Haible  <bruno@clisp.org>
6900         and Eric Blake  <ebb9@byu.net>
6901
6902         vasnprintf: support Irix 5.3
6903         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
6904         that mishandle long double infinity.
6905         Reported by Tom G. Christensen.
6906
6907 2008-09-16  Bruno Haible  <bruno@clisp.org>
6908
6909         * doc/glibc-functions/scandir.texi: Mention the function is missing on
6910         Solaris 9.
6911         * doc/glibc-functions/alphasort.texi: Likewise.
6912         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
6913
6914 2008-09-16  Jim Meyering  <meyering@redhat.com>
6915
6916         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
6917         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
6918         a umask modification leak out of a subshell.  Otherwise, the
6919         opensolaris /bin/sh would be accepted and thus cause unwarranted
6920         failures in the coreutils test suite.
6921
6922 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
6923
6924         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
6925         to succeed.
6926
6927 2008-09-16  Jim Meyering  <meyering@redhat.com>
6928
6929         avoid spurious test failure when library is built without ACL support
6930         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
6931         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
6932         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
6933         * tests/test-copy-acl.sh: Likewise.
6934
6935 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6936
6937         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
6938         based on character occurrence counts.
6939
6940 2008-09-15  Eric Blake  <ebb9@byu.net>
6941
6942         tests: avoid some compiler warnings
6943         * tests/test-memchr.c (main): Pass NULL indirectly.
6944         * tests/test-closein.c (main): Avoid unused variable.
6945
6946 2008-09-15  Bruno Haible  <bruno@clisp.org>
6947
6948         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
6949         are missing on OpenBSD 4.0 individually.
6950         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6951
6952 2008-09-15  Bruno Haible  <bruno@clisp.org>
6953
6954         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
6955         * doc/posix-functions/strerror.texi: Mention also Cygwin.
6956         * doc/posix-functions/perror.texi: Likewise.
6957         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
6958         is missing.
6959         Reported by Eric Blake.
6960
6961         * lib/errno.in.h: Use replacement values >= 2000.
6962         Reported by Eric Blake.
6963
6964 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6965
6966         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
6967         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
6968         limit.
6969         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
6970         compareseq was aborted.
6971
6972 2008-09-14  Bruno Haible  <bruno@clisp.org>
6973
6974         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
6975         yvec_edit_count.
6976         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
6977         (fstrcmp_bounded): Simplify result computation accordingly.
6978
6979 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6980
6981         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
6982         (fstrcmp): Define in terms of fstrcmp_bounded.
6983         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
6984         lower_bound argument.
6985         Return quickly if the result is certainly < lower_bound.
6986         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
6987
6988 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6989
6990         * lib/diffseq.h (EARLY_ABORT): New macro.
6991         (compareseq): Change return type to bool. Return true when EARLY_ABORT
6992         evaluates to true.
6993
6994 2008-09-14  Bruno Haible  <bruno@clisp.org>
6995
6996         * modules/perror-tests: New file.
6997         * tests/test-perror.sh: New file.
6998         * tests/test-perror.c: New file.
6999
7000         New module 'perror'.
7001         * lib/stdio.in.h (perror): New declaration.
7002         * lib/perror.c: New file.
7003         * m4/perror.m4: New file.
7004         * modules/perror: New file.
7005         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
7006         * doc/posix-functions/perror.texi: Mention the perror module.
7007         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
7008         REPLACE_PERROR.
7009         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
7010         REPLACE_PERROR.
7011
7012 2008-09-14  Bruno Haible  <bruno@clisp.org>
7013
7014         * modules/stdio (Makefile.am): Reorder to match the order in
7015         lib/stdio.in.h.
7016         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7017
7018 2008-09-13  Bruno Haible  <bruno@clisp.org>
7019
7020         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
7021
7022 2008-09-13  Bruno Haible  <bruno@clisp.org>
7023
7024         Extend strerror to cover the added errno values.
7025         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
7026         (rpl_strerror): Provide error messages for the added errno values and
7027         for the WSA* values.
7028         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
7029         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
7030         strerror.
7031         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
7032         * modules/strerror (Depends-on): Add errno.
7033         * doc/posix-functions/strerror.texi: Document the change.
7034         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
7035         and EOVERFLOW.
7036
7037 2008-09-13  Bruno Haible  <bruno@clisp.org>
7038
7039         * modules/EOVERFLOW: Remove file.
7040         * m4/eoverflow.m4: Remove file.
7041         * modules/EOVERFLOW-tests: Remove file.
7042         * tests/test-EOVERFLOW.c: Remove file.
7043         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
7044         * modules/ftell (Depends-on): Likewise.
7045         * modules/getdelim (Depends-on): Likewise.
7046         * modules/getugroups (Depends-on): Likewise.
7047         * modules/poll (Depends-on): Likewise.
7048         * modules/snprintf (Depends-on): Likewise.
7049         * modules/sprintf-posix (Depends-on): Likewise.
7050         * modules/vasnprintf (Depends-on): Likewise.
7051         * modules/vasprintf (Depends-on): Likewise.
7052         * modules/vfprintf-posix (Depends-on): Likewise.
7053         * modules/vsnprintf (Depends-on): Likewise.
7054         * modules/vsprintf-posix (Depends-on): Likewise.
7055         * modules/xvasprintf (Depends-on): Likewise.
7056         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7057         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
7058         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
7059         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
7060         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7061         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
7062         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
7063         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
7064         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7065         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
7066         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
7067         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
7068         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7069         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
7070         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
7071         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
7072         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7073         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
7074         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
7075         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
7076         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7077         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
7078         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
7079         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
7080         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
7081         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7082         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
7083         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
7084         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
7085         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
7086         * MODULES.html.sh: Remove EOVERFLOW.
7087         * NEWS: Mention the change.
7088
7089 2008-09-13  Bruno Haible  <bruno@clisp.org>
7090
7091         * modules/errno-tests: New file.
7092         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
7093
7094         * lib/errno.in.h: New file.
7095         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
7096         * modules/errno: New file.
7097         * doc/posix-headers/errno.texi: Update documentation.
7098         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
7099
7100 2008-09-13  Bruno Haible  <bruno@clisp.org>
7101
7102         * tests/test-poll.c: Use #if for native Windows, rather than testing
7103         __MSVCRT__.
7104
7105 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7106             Bruno Haible  <bruno@clisp.org>
7107
7108         * lib/glob.c: Don't include <pwd.h> on native Windows.
7109         (WINDOWS32): New macro.
7110         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
7111
7112 2008-09-13  Bruno Haible  <bruno@clisp.org>
7113
7114         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
7115         (ETIMEDOUT): Remove macro.
7116         (glthread_cond_timedwait_multithreaded): New declaration.
7117         (glthread_cond_timedwait): Use it.
7118         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
7119         (glthread_cond_timedwait_multithreaded): New function.
7120
7121 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7122
7123         * modules/poll-tests: Do not check for io.h.
7124         * tests/test-poll.c: Check for __MSVCRT__ instead.
7125
7126 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7127
7128         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
7129         * modules/poll-tests: Add inet_pton, stdbool, sockets.
7130         * tests/test-poll.c: Use them.  Use _pipe on Windows.
7131
7132 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7133
7134         * modules/poll-tests: New.
7135         * tests/test-poll.c: New.
7136
7137 2008-09-12  Eric Blake  <ebb9@byu.net>
7138
7139         frexp: test for NetBSD failure on -0.0
7140         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
7141         not all, bugs from NetBSD 3.0 have been fixed.
7142         * doc/posix-functions/frexp.texi (frexp): Document bug.
7143         Reported by Thomas Klausner.
7144
7145         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
7146         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
7147         literal -0.0.
7148         Reported by Jonathan C. Patschke <jp@centtech.com>.
7149
7150 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7151
7152         * lib/glthread/cond.h: Use dummy implementation also if
7153         USE_WIN32_THREADS.
7154
7155 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7156
7157         * modules/fnmatch-posix (License): Change to LGPLv2+.
7158         * modules/fnmatch-gnu (License): Likewise.
7159
7160 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7161
7162         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
7163
7164 2008-09-11  Jim Meyering  <meyering@redhat.com>
7165
7166         * users.txt: Add gtk-vnc.
7167
7168 2008-09-08  Simon Josefsson  <simon@josefsson.org>
7169
7170         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
7171         rotate amounts.
7172
7173         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
7174         required for 16-bit and 8-bit rotates.
7175         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
7176         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
7177         UINT8_MAX instead of hard-coded constants.
7178         Suggested by Paul Eggert.
7179
7180 2008-09-07  Bruno Haible  <bruno@clisp.org>
7181
7182         * tests/test-striconveh.c (main): Check behaviour when converting from
7183         UTF-7.
7184
7185         Make striconveh work better with stateful encodings.
7186         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
7187         that iconv does not increment the inptr when returning -1/EINVAL.
7188
7189 2008-09-07  Bruno Haible  <bruno@clisp.org>
7190
7191         * build-aux/config.rpath: Update according to libtool-2.2.6.
7192         * build-aux/config.libpath: Likewise.
7193
7194 2008-09-06  Bruno Haible  <bruno@clisp.org>
7195
7196         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
7197         * lib/freadptr.c (freadptr): Likewise.
7198         * lib/freadseek.c (freadptrinc): Likewise.
7199         Reported by Simon Josefsson.
7200
7201 2008-09-06  Bruno Haible  <bruno@clisp.org>
7202
7203         * modules/freadptr (License): Change to LGPLv2+.
7204         * modules/freadseek (License): Likewise.
7205         Suggested by Eric Blake.
7206
7207         * modules/memchr2 (License): Change to LGPLv2+.
7208         Approved by Eric Blake.
7209
7210 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7211             Bruno Haible  <bruno@clisp.org>
7212
7213         Make gnulib-tool work with native 'sed' on AIX.
7214         * gnulib-tool (sed_noop): New variable.
7215         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
7216         func_add_or_update, func_create_testdir): Use it to initialize sed
7217         script variables.
7218         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7219
7220 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
7221             Bruno Haible  <bruno@clisp.org>
7222
7223         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
7224         also works after #include directives.
7225
7226 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
7227
7228         getdate.y: reject an out-of-range timezone value
7229         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
7230         the range [-24...+24].  When specified with only one or two digits,
7231         * tests/test-getdate.c: Tests for the fix.
7232         * doc/getdate.texi: Document this change.
7233
7234 2008-09-03  Bruno Haible  <bruno@clisp.org>
7235
7236         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
7237
7238 2008-09-02  Simon Josefsson  <simon@josefsson.org>
7239
7240         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
7241         <bruce.korb@gmail.com> with ideas from Ben Pfaff
7242         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
7243         Blake <ebb9@byu.net>.
7244
7245         * tests/test-bitrotate.c: Add more test vectors.
7246
7247 2008-09-02  Eric Blake  <ebb9@byu.net>
7248
7249         vasnprintf-posix: handle large precision via %.*d
7250         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
7251         when handling it ourselves.
7252         * tests/test-vasnprintf-posix.c (test_function): Add test.
7253         * tests/test-snprintf-posix.h (test_function): Likewise.
7254         * tests/test-sprintf-posix.h (test_function): Likewise.
7255         * tests/test-vasprintf-posix.c (test_function): Likewise.
7256         Reported by Alain Guibert.
7257
7258 2008-09-01  Eric Blake  <ebb9@byu.net>
7259
7260         c-stack: make configure-time check more robust
7261         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
7262         successful sigaction call.
7263         Reported by Tom G. Christensen.
7264
7265 2008-09-01  Bruno Haible  <bruno@clisp.org>
7266
7267         New module 'findprog-lgpl'.
7268         * modules/findprog-lgpl: New file.
7269         * lib/findprog-lgpl.c: New file.
7270         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
7271         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
7272         to decide whether to use strdup or xstrdup, concatenated_filename or
7273         xconcatenated_filename.
7274
7275 2008-09-01  Bruno Haible  <bruno@clisp.org>
7276
7277         Split module 'concat-filename' into 'concat-filename' (LGPL) and
7278         'xconcat-filename' (GPL).
7279         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
7280         (License): Change to LGPLv2+.
7281         * modules/xconcat-filename: New file.
7282         * lib/concat-filename.h (concatenated_filename): Change specification.
7283         (xconcatenated_filename): New declaration.
7284         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
7285         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
7286         memory situations.
7287         * lib/xconcat-filename.c: New file.
7288         * NEWS: Mention the change.
7289         * lib/findprog.c: Include concat-filename.h, not filename.h.
7290         (find_in_path): Use xconcatenated_filename instead of
7291         concatenated_filename.
7292         * lib/javacomp.c: Include concat-filename.h, not filename.h.
7293         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
7294         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
7295         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
7296         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
7297         instead of concatenated_filename.
7298         * lib/javaexec.c: Include concat-filename.h, not filename.h.
7299         (execute_java_class): Use xconcatenated_filename instead of
7300         concatenated_filename.
7301         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
7302         * modules/javacomp (Depends-on): Likewise.
7303         * modules/javaexec (Depends-on): Likewise.
7304
7305 2008-09-01  Bruno Haible  <bruno@clisp.org>
7306
7307         Split module 'filename' into 'filename' and 'concat-filename'.
7308         * modules/filename: Keep only lib/filename.h.
7309         (License): Change to LGPLv2+.
7310         * modules/concat-filename: New file, extracted from modules/filename.
7311         * lib/filename.h (concatenated_filename): Remove declaration.
7312         * lib/concat-filename.h: New file, extracted from lib/filename.h.
7313         * lib/concat-filename.c: Include concat-filename.h.
7314         * NEWS: Mention the change.
7315
7316 2008-09-01  Simon Josefsson  <simon@josefsson.org>
7317
7318         * lib/bitrotate.h (rotl8, rotr8): Add.
7319
7320         * modules/bitrotate (configure.ac): Need
7321         AC_REQUIRE([AC_C_INLINE]).
7322         (Description): Mention stdint.h.  Reported by Bruno Haible
7323         <bruno@clisp.org>.
7324
7325         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
7326         Paolo Bonzini <bonzini@gnu.org>.
7327
7328 2008-08-31  Bruno Haible  <bruno@clisp.org>
7329
7330         Assume Solaris specific bi-arch conventions on Solaris systems.
7331         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
7332         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
7333         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
7334         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
7335         like acl_libdirstem.
7336         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
7337         acl_libdirstem.
7338         * NEWS: Mention the change.
7339         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
7340
7341 2008-08-31  Jim Meyering  <meyering@redhat.com>
7342
7343         * lib/strftime.h: Add comments describing the two added arguments.
7344
7345         remove duplicate #include directives
7346         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
7347         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
7348
7349 2008-08-31  Bruno Haible  <bruno@clisp.org>
7350
7351         New module 'sigpipe-die'.
7352         * modules/sigpipe-die: New file.
7353         * lib/sigpipe-die.h: New file.
7354         * lib/sigpipe-die.c: New file.
7355         * MODULES.html.sh (Signal handling): Add sigpipe-die.
7356
7357 2008-08-31  Bruno Haible  <bruno@clisp.org>
7358
7359         Don't override previously installed signal handlers.
7360         * lib/fatal-signal.c (saved_sigactions): New variable.
7361         (uninstall_handlers): Reset the signal to the saved handler, not
7362         to SIG_DFL (except when ignored).
7363         (install_handlers): Save the previous handlers.
7364
7365 2008-08-30  Bruno Haible  <bruno@clisp.org>
7366
7367         * gnulib-tool (func_reset_sigpipe): New function.
7368         (func_get_automake_snippet, func_modules_transitive_closure,
7369         func_import): Invoke it before a join command that reads from stdin,
7370         to avoid "echo: write error: Broken pipe" error messages on stderr.
7371         Reported by Sam Steingold <sds@gnu.org>.
7372
7373 2008-08-30  Bruno Haible  <bruno@clisp.org>
7374
7375         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
7376         Code copied from m4/open.m4.
7377         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
7378         access and the filename ends in a slash. Code copied from lib/open.c.
7379         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
7380         * tests/test-fopen.c (main): Check against bug with trailing slash.
7381
7382 2008-08-29  Bruno Haible  <bruno@clisp.org>
7383
7384         Avoid some "gcc -pedantic" warnings.
7385         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
7386         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
7387         * lib/dirent.in.h: Likewise.
7388         * lib/fcntl.in.h: Likewise.
7389         * lib/float.in.h: Likewise.
7390         * lib/iconv.in.h: Likewise.
7391         * lib/inttypes.in.h: Likewise.
7392         * lib/locale.in.h: Likewise.
7393         * lib/math.in.h: Likewise.
7394         * lib/netinet_in.in.h: Likewise.
7395         * lib/search.in.h: Likewise.
7396         * lib/signal.in.h: Likewise.
7397         * lib/stdarg.in.h: Likewise.
7398         * lib/stdint.in.h: Likewise.
7399         * lib/stdio.in.h: Likewise.
7400         * lib/stdlib.in.h: Likewise.
7401         * lib/string.in.h: Likewise.
7402         * lib/strings.in.h: Likewise.
7403         * lib/sys_select.in.h: Likewise.
7404         * lib/sys_socket.in.h: Likewise.
7405         * lib/sys_stat.in.h: Likewise.
7406         * lib/sys_time.in.h: Likewise.
7407         * lib/sysexits.in.h: Likewise.
7408         * lib/time.in.h: Likewise.
7409         * lib/unistd.in.h: Likewise.
7410         * lib/wchar.in.h: Likewise.
7411         * lib/wctype.in.h: Likewise.
7412         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
7413         * modules/fchdir (Makefile.am): Likewise.
7414         * modules/fcntl (Makefile.am): Likewise.
7415         * modules/float (Makefile.am): Likewise.
7416         * modules/iconv_open (Makefile.am): Likewise.
7417         * modules/inttypes (Makefile.am): Likewise.
7418         * modules/locale (Makefile.am): Likewise.
7419         * modules/math (Makefile.am): Likewise.
7420         * modules/netinet_in (Makefile.am): Likewise.
7421         * modules/search (Makefile.am): Likewise.
7422         * modules/signal (Makefile.am): Likewise.
7423         * modules/stdarg (Makefile.am): Likewise.
7424         * modules/stdint (Makefile.am): Likewise.
7425         * modules/stdio (Makefile.am): Likewise.
7426         * modules/stdlib (Makefile.am): Likewise.
7427         * modules/string (Makefile.am): Likewise.
7428         * modules/strings (Makefile.am): Likewise.
7429         * modules/sys_select (Makefile.am): Likewise.
7430         * modules/sys_socket (Makefile.am): Likewise.
7431         * modules/sys_stat (Makefile.am): Likewise.
7432         * modules/sys_time (Makefile.am): Likewise.
7433         * modules/sysexits (Makefile.am): Likewise.
7434         * modules/time (Makefile.am): Likewise.
7435         * modules/unistd (Makefile.am): Likewise.
7436         * modules/wchar (Makefile.am): Likewise.
7437         * modules/wctype (Makefile.am): Likewise.
7438         Reported by Reuben Thomas <rrt@sc3d.org>.
7439
7440 2008-08-29  Bruno Haible  <bruno@clisp.org>
7441
7442         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
7443         any more.
7444
7445 2008-08-29  Simon Josefsson  <simon@josefsson.org>
7446
7447         * MODULES.html.sh (Misc): Add bitrotate.
7448
7449         * modules/bitrotate: New file.
7450
7451         * lib/bitrotate.h: New file.
7452
7453         * modules/bitrotate-tests: New file.
7454
7455         * tests/test-bitrotate.c: New file.
7456
7457         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
7458         on the bitrotate module.
7459
7460         * lib/arctwo.c: Use new bitrotate module.
7461
7462 2008-08-29  Jim Meyering  <meyering@redhat.com>
7463
7464         bootstrap: merge changes from coreutils
7465         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
7466         of copied files.  Remove a kludge, now that this is fixed.
7467         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
7468         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
7469         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
7470
7471 2008-08-29  Bruno Haible  <bruno@clisp.org>
7472
7473         * MODULES.html.sh: Remove --cvs-urls option.
7474
7475 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
7476
7477         maint.mk: adjust to file name change
7478         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
7479
7480 2008-08-28  Jim Meyering  <meyering@redhat.com>
7481
7482         * modules/getndelim2 (License): Relicense to LGPLv2+.
7483         Approved by Richard Stallman for the version of 1995, and by
7484         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
7485
7486 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
7487
7488         * lib/getdelim.c (flockfile, funlockfile): Make all of them
7489         dummy if one is not available.  Do not touch them if
7490         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
7491         (getc_maybe_unlocked): New.
7492         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
7493
7494 2008-08-26  Eric Blake  <ebb9@byu.net>
7495
7496         doc/INSTALL: resync from autoconf
7497         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
7498         (INSTALL_PRELUDE): Delete; this is done more efficiently by
7499         moving...
7500         * install.texi [!autoconf]: ...here.  Resync from autoconf.
7501         * INSTALL: Regenerate.
7502         * INSTALL.ISO: New file.
7503         * INSTALL.UTF-8: Likewise.
7504
7505 2008-08-26  Jim Meyering  <meyering@redhat.com>
7506
7507         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
7508         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
7509         these definitions conditional, so that they may be overridden, too.
7510
7511 2008-08-26  Bruno Haible  <bruno@clisp.org>
7512
7513         Generate INSTALL file variants with prettier quotes.
7514         * doc/Makefile (INSTALL_PRELUDE): New macro.
7515         (INSTALL): Use it.
7516         (INSTALL.ISO, INSTALL.UTF-8): New rules.
7517
7518 2008-08-26  Bruno Haible  <bruno@clisp.org>
7519
7520         Run makeinfo in an English locale.
7521         * doc/Makefile (MAKEINFO): New variable.
7522
7523 2008-08-26  Bruno Haible  <bruno@clisp.org>
7524
7525         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
7526         Suggested by Eric Blake.
7527
7528 2008-08-25  Bruno Haible  <bruno@clisp.org>
7529
7530         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
7531
7532 2008-08-25  Eric Blake  <ebb9@byu.net>
7533
7534         c-stack: test that stack overflow can be caught
7535         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
7536         that platform allows handling stack overflow; at least OS/2 EMX
7537         has sigaltstack, but crashes before transferring control to
7538         handler on stack overflow.
7539         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
7540         check for HAVE_STACK_OVERFLOW_HANDLING.
7541         Reported by Elbert Pol.
7542
7543 2008-08-25  Bruno Haible  <bruno@clisp.org>
7544
7545         * doc/posix-functions/strftime.texi: Fix description of strftime
7546         module.
7547
7548 2008-08-24  Bruno Haible  <bruno@clisp.org>
7549
7550         * tests/uniwidth/test-uc_width2.c: New file.
7551         * tests/uniwidth/test-uc_width2.sh: New file.
7552         * modules/uniwidth/width-tests (Files): Add the new files.
7553         (TESTS): Add uniwidth/test-uc_width2.sh.
7554         (TESTS_ENVIRONMENT): New variable.
7555         (check_PROGRAMS): Add test-uc_width2.
7556         (test_uc_width2_SOURCES): New variable.
7557
7558         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
7559         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
7560         not 0x00AB.
7561         Reported by Alexander V. Lukyanov <lav@netis.ru>.
7562
7563 2008-08-22  Eric Blake  <ebb9@byu.net>
7564
7565         test-lock, test-tls: mention why a test is skipped
7566         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
7567         skipped.
7568         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
7569
7570         count-one-bits: relax license
7571         * modules/count-one-bits (License): Relicense to LGPLv2+.
7572         Suggested by Ludovic Courtès, approved by Ben Pfaff.
7573
7574 2008-08-22  Andreas Schwab  <schwab@suse.de>
7575
7576         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
7577         Remove spurious space in assignment.
7578
7579 2008-08-21  Simon Josefsson  <simon@josefsson.org>
7580
7581         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
7582         Paul Eggert <eggert@CS.UCLA.EDU>.
7583
7584 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
7585
7586         * modules/gettext: Add m4/threadlib.m4.
7587
7588 2008-08-19  Eric Blake  <ebb9@byu.net>
7589
7590         test-c-stack: fix compilation failure on FreeBSD 5.0
7591         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
7592         headers before <sys/resource.h>.
7593         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
7594         the bug.
7595         Reported by Nelson H. F. Beebe.
7596
7597         strverscmp: migrate from "strverscmp.h" to <string.h>
7598         * modules/string (Makefile.am): Add new hooks.
7599         * modules/strverscmp (Files): Remove strverscmp.h.
7600         (Depends-on): Add string.
7601         (configure.ac): Add indicator.
7602         (Include): Mention new header.
7603         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
7604         defaults.
7605         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
7606         results.
7607         * lib/strverscmp.h: Delete.
7608         * lib/string.in.h (strverscmp): Provide declaration, when needed.
7609         * tests/test-strverscmp.c (includes): Adjust client.
7610         * lib/check-version.c (includes): Likewise.
7611         * NEWS: Document the change.
7612
7613         strverscmp: add unit test
7614         * modules/strverscmp-tests: New file.
7615         * tests/test-strverscmp.c: Likewise.
7616
7617 2008-08-19  Simon Josefsson  <simon@josefsson.org>
7618
7619         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
7620         regarding Windows crypto stuff, from Mono.
7621
7622 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
7623
7624         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
7625         if present, for intel RND.  Return error on failures.
7626
7627 2008-08-18  Ben Pfaff  <blp@gnu.org>
7628
7629         gitlog-to-changelog: give better diagnostic for failed pipe-open
7630         * build-aux/gitlog-to-changelog: Improve error message: suggest
7631         that the version of Git may be too old.
7632
7633 2008-08-18  Simon Josefsson  <simon@josefsson.org>
7634
7635         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
7636         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
7637
7638 2008-08-18  Bruno Haible  <bruno@clisp.org>
7639
7640         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
7641         pthread_in_use().
7642
7643 2008-08-18  Bruno Haible  <bruno@clisp.org>
7644
7645         * lib/glthread/threadlib.c: Include <pthread.h>.
7646
7647 2008-08-18  Bruno Haible  <bruno@clisp.org>
7648
7649         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
7650         glthread_recursive_lock_* macros.
7651         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
7652         Fix syntax error.
7653
7654 2008-08-18  Bruno Haible  <bruno@clisp.org>
7655
7656         * lib/glthread/thread.c: Avoid forcing a context switch right after
7657         thread creation.
7658
7659 2008-08-17  Bruno Haible  <bruno@clisp.org>
7660
7661         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
7662         * lib/glthread/thread.h: Provide Win32 specific implementation.
7663         * modules/thread (Files): Add lib/glthread/thread.c.
7664         (Depends-on): Add lock.
7665         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
7666
7667 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7668
7669         New module 'yield'.
7670         * modules/yield: New file.
7671         * lib/glthread/yield.h: New file.
7672         * m4/yield.m4: New file.
7673         * MODULES.html.sh (Multithreading): Add yield.
7674
7675 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7676
7677         New module 'thread'.
7678         * modules/thread: New file.
7679         * lib/glthread/thread.h: New file.
7680         * m4/thread.m4: New file.
7681         * MODULES.html.sh (Multithreading): Add thread.
7682
7683 2008-08-17  Bruno Haible  <bruno@clisp.org>
7684
7685         * lib/glthread/lock.h: Include <stdlib.h> always.
7686         * lib/glthread/tls.h: Likewise.
7687         * lib/glthread/cond.h: Likewise.
7688
7689 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7690
7691         New module 'cond'.
7692         * modules/cond: New file.
7693         * lib/glthread/cond.h: New file.
7694         * lib/glthread/cond.c: New file.
7695         * m4/cond.m4: New file.
7696         * MODULES.html.sh (Multithreading): Add cond.
7697
7698 2008-08-16  Eric Blake  <ebb9@byu.net>
7699
7700         c-stack: fix regression on Irix 5.3 from 2008-06-21
7701         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
7702         sa_sigaction...
7703         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
7704         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
7705         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
7706         * modules/signal (Makefile.am): Use the value.
7707         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
7708         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
7709         * doc/posix-headers/signal.texi (signal.h): Document this
7710         portability issue.
7711         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
7712         Reported by Tom G. Christensen.
7713
7714 2008-08-17  Bruno Haible  <bruno@clisp.org>
7715
7716         New module 'threadlib'.
7717         * modules/threadlib: New file.
7718         * lib/glthread/threadlib.c: New file, extracted from
7719         lib/glthread/lock.c.
7720         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
7721         functions.
7722         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
7723         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
7724         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
7725         macros.
7726         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
7727         (gl_DISABLE_THREADS): Remove macro.
7728         * modules/lock (Files): Remove build-aux/config.rpath.
7729         (Depends-on): Remove havelib. Add threadlib.
7730         (configure.ac-early): Remove section.
7731         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
7732         * modules/tls (Depends-on): Remove lock. Add threadlib.
7733         (Link): New section, copied from threadlib.
7734         * MODULES.html.sh (Multithreading): Add threadlib.
7735
7736 2008-08-14  Bruno Haible  <bruno@clisp.org>
7737
7738         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
7739         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
7740         glthread_rwlock_unlock, glthread_rwlock_destroy,
7741         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
7742         glthread_recursive_lock_destroy): Define as macros always.
7743         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
7744         glthread_lock_lock.
7745         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
7746         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
7747         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
7748         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
7749         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
7750         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
7751         (glthread_recursive_lock_lock_func): Renamed from
7752         glthread_recursive_lock_lock.
7753         (glthread_recursive_lock_unlock_func): Renamed from
7754         glthread_recursive_lock_unlock.
7755         (glthread_recursive_lock_destroy_func): Renamed from
7756         glthread_recursive_lock_destroy.
7757
7758 2008-08-14  Bruno Haible  <bruno@clisp.org>
7759
7760         * lib/glthread/lock.h: Renamed from lib/lock.h.
7761         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
7762         * lib/glthread/tls.h: Renamed from lib/tls.h.
7763         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
7764         * lib/fstrcmp.c: Update includes.
7765         * lib/strsignal.c: Update includes.
7766         * modules/lock (Files, Makefile.am): Update.
7767         (Include): Change to "glthread/lock.h".
7768         * modules/tls (Files, Makefile.am): Update.
7769         (Include): Change to "glthread/tls.h".
7770         * tests/test-lock.c: Update includes.
7771         * tests/test-tls.c: Update includes.
7772         * NEWS: Mention the renamed header files.
7773
7774 2008-08-11  Jim Meyering  <meyering@redhat.com>
7775
7776         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
7777
7778 2008-08-11  Eric Blake  <ebb9@byu.net>
7779
7780         test-c-stack: avoid C99-ism
7781         * tests/test-c-stack.c (main): Fix whitespace, move declaration
7782         before statement.
7783         Reported by Alain Guibert.
7784
7785 2008-08-10  Jim Meyering  <meyering@redhat.com>
7786
7787         ensure that return value of uinttostr et al are not ignored
7788         * lib/inttostr.h (__GNUC_PREREQ): Define.
7789         (__attribute_warn_unused_result__): Define.
7790         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
7791
7792 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
7793
7794         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
7795         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
7796
7797 2008-08-07  Jim Meyering  <meyering@redhat.com>
7798
7799         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
7800
7801         * modules/mkstemp (License): Relicense under LGPLv2+.
7802         * modules/tempname (License): Likewise.
7803
7804 2008-08-06  Bruno Haible  <bruno@clisp.org>
7805
7806         * lib/poll.c (poll): Further micro-optimization.
7807
7808 2008-08-06  Jim Meyering  <meyering@redhat.com>
7809
7810         inet_pton.c: use locale-independent tolower
7811         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
7812         (inet_pton6): Use c_tolower rather than tolower.
7813         * modules/inet_pton (Depends-on): Add c-ctype.
7814
7815 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
7816
7817         * lib/poll.c (poll): Avoid division when timeout is 0, cache
7818         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
7819
7820 2008-08-06  Jim Meyering  <meyering@redhat.com>
7821
7822         * modules/inet_pton (License): Relicense under LGPLv2+.
7823
7824 2008-08-03  Bruno Haible  <bruno@clisp.org>
7825
7826         Additional non-aborting API for lock and tls.
7827         * lib/lock.h: Include <errno.h>.
7828         (glthread_lock_init): New macro/function.
7829         (gl_lock_init): Define as wrapper around glthread_lock_init.
7830         (glthread_lock_lock): New macro/function.
7831         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
7832         (glthread_lock_unlock): New macro/function.
7833         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
7834         (glthread_lock_destroy): New macro/function.
7835         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
7836         (glthread_rwlock_init): New macro/function.
7837         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
7838         (glthread_rwlock_rdlock): New macro/function.
7839         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
7840         (glthread_rwlock_wrlock): New macro/function.
7841         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
7842         (glthread_rwlock_unlock): New macro/function.
7843         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
7844         (glthread_rwlock_destroy): New macro/function.
7845         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
7846         (glthread_recursive_lock_init): New macro/function.
7847         (gl_recursive_lock_init): Define as wrapper around
7848         glthread_recursive_lock_init.
7849         (glthread_recursive_lock_lock): New macro/function.
7850         (gl_recursive_lock_lock): Define as wrapper around
7851         glthread_recursive_lock_lock.
7852         (glthread_recursive_lock_unlock): New macro/function.
7853         (gl_recursive_lock_unlock): Define as wrapper around
7854         glthread_recursive_lock_unlock.
7855         (glthread_recursive_lock_destroy): New macro/function.
7856         (gl_recursive_lock_destroy): Define as wrapper around
7857         glthread_recursive_lock_destroy.
7858         (glthread_once): New macro/function.
7859         (gl_once): Define as wrapper around glthread_once.
7860         Update function declarations.
7861         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
7862         glthread_rwlock_init. Return error code.
7863         (glthread_rwlock_rdlock_multithreaded): Renamed from
7864         glthread_rwlock_rdlock. Return error code.
7865         (glthread_rwlock_wrlock_multithreaded): Renamed from
7866         glthread_rwlock_wrlock. Return error code.
7867         (glthread_rwlock_unlock_multithreaded): Renamed from
7868         glthread_rwlock_unlock. Return error code.
7869         (glthread_rwlock_destroy_multithreaded): Renamed from
7870         glthread_rwlock_destroy. Return error code.
7871         (glthread_recursive_lock_init_multithreaded): Renamed from
7872         glthread_recursive_lock_init. Return error code.
7873         (glthread_recursive_lock_lock_multithreaded): Renamed from
7874         glthread_recursive_lock_lock. Return error code.
7875         (glthread_recursive_lock_unlock_multithreaded): Renamed from
7876         glthread_recursive_lock_unlock. Return error code.
7877         (glthread_recursive_lock_destroy_multithreaded): Renamed from
7878         glthread_recursive_lock_destroy. Return error code.
7879         (glthread_once_call): Make static.
7880         (glthread_once_multithreaded): Renamed from glthread_once.
7881         * lib/tls.h: Include <errno.h>.
7882         (glthread_tls_key_init): New macro/function.
7883         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
7884         (glthread_tls_set): New macro/function.
7885         (gl_tls_set): Define as wrapper around glthread_tls_set.
7886         (glthread_tls_key_destroy): New macro/function.
7887         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
7888         Update function declarations.
7889         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
7890         glthread_tls_get.
7891         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
7892
7893 2008-08-04  Eric Blake  <ebb9@byu.net>
7894
7895         gnumakefile: use space, not TAB, outside of targets
7896         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
7897
7898 2008-08-02  Jim Meyering  <meyering@redhat.com>
7899
7900         getdate.y: avoid locale-dependent date parsing failure
7901         In Turkish locales, getdate would fail to recognize keywords
7902         containing a lowercase "i".  The solution is not to rely on
7903         locale-sensitive case-conversion.
7904         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
7905         (lookup_word): Use c_toupper in place of toupper.
7906         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
7907         Reported by Vefa Bicakci <bicave@superonline.com> in
7908         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
7909         * modules/getdate (Depends-on): Add c-ctype.
7910
7911 2008-08-02  Bruno Haible  <bruno@clisp.org>
7912
7913         * gnulib-tool (func_import): When updating or creating a .gitignore
7914         file, prepend each added line with a slash, and ignore leading slashes
7915         from the existing lines.
7916         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
7917
7918 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7919
7920         Portability fix for GNU make 3.79.1.
7921         * top/GNUmakefile: Avoid 'else COND', which older GNU make
7922         versions do not understand.
7923
7924 2008-08-01  Bruno Haible  <bruno@clisp.org>
7925
7926         Work around bug of HP-UX 10.20 cc with -0.0 literal.
7927         * tests/test-isnanf.h (zero): New variable.
7928         (main): Avoid literal -0.0f.
7929         * tests/test-isnand.h (zero): New variable.
7930         (main): Avoid literal -0.0.
7931         * tests/test-isnanl.h (zero): New variable.
7932         (main): Avoid literal -0.0L.
7933         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
7934         (test_float, test_double, test_long_double): Avoid literals -0.0f,
7935         -0.0, -0.0L.
7936         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
7937         (test_signbitd): Avoid literal -0.0.
7938         (test_signbitl): Avoid literal -0.0L.
7939         * tests/test-ceilf1.c (zero): New variable.
7940         (main): Avoid literal -0.0f.
7941         * tests/test-ceill.c (zero): New variable.
7942         (main): Avoid literal -0.0L.
7943         * tests/test-floorf1.c (zero): New variable.
7944         (main): Avoid literal -0.0f.
7945         * tests/test-floorl.c (zero): New variable.
7946         (main): Avoid literal -0.0L.
7947         * tests/test-roundf1.c (zero): New variable.
7948         (main): Avoid literal -0.0f.
7949         * tests/test-round1.c (zero): New variable.
7950         (main): Avoid literal -0.0.
7951         * tests/test-roundl.c (zero): New variable.
7952         (main): Avoid literal -0.0L.
7953         * tests/test-truncf1.c (zero): New variable.
7954         (main): Avoid literal -0.0f.
7955         * tests/test-trunc1.c (zero): New variable.
7956         (main): Avoid literal -0.0.
7957         * tests/test-truncl.c (zero): New variable.
7958         (main): Avoid literal -0.0L.
7959         * tests/test-frexp.c (zero): New variable.
7960         (main): Avoid literal -0.0.
7961         * tests/test-frexpl.c (zero): New variable.
7962         (main): Avoid literal -0.0L.
7963         * tests/test-ldexpl.c (zero): New variable.
7964         (main): Avoid literal -0.0L.
7965         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
7966         (zerod, zerol): New variables.
7967         (test_function): Avoid literals -0.0, -0.0L.
7968         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
7969         (zerod, zerol): New variables.
7970         (test_function): Avoid literals -0.0, -0.0L.
7971         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
7972         (zerod, zerol): New variables.
7973         (test_function): Avoid literals -0.0, -0.0L.
7974         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
7975         (zerod, zerol): New variables.
7976         (test_function): Avoid literals -0.0, -0.0L.
7977         * tests/test-strtod.c (zero): New variable.
7978         (main): Avoid literal -0.0.
7979         Reported by Jonathan C. Patschke <jp@centtech.com>.
7980
7981 2008-07-31  Jim Meyering  <meyering@redhat.com>
7982
7983         sha256.h: correct definition of SHA224_DIGEST_SIZE
7984         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
7985         Reported by Paulie Pena IV <paulie4@gmail.com>.
7986         Define as 224 / 8, rather than as a literal.
7987         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
7988         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
7989         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
7990
7991 2008-07-31  Bruno Haible  <bruno@clisp.org>
7992
7993         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
7994         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
7995         Reported by Jonathan Patschke <jp@centtech.com>.
7996
7997 2008-07-31  Bruno Haible  <bruno@clisp.org>
7998
7999         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
8000         Reported by Paolo Bonzini <bonzini@gnu.org>.
8001
8002 2008-07-30  Eric Blake  <ebb9@byu.net>
8003
8004         test-strtod: allow compilation without -lm
8005         * tests/test-strtod.c (main): Avoid link dependence on fabs.
8006         Reported by Dennis Clarke <blastwave@gmail.com>.
8007
8008 2008-07-28  Jim Meyering  <meyering@redhat.com>
8009
8010         bootstrap: work also when there are no .po files in po/
8011         * build-aux/bootstrap (update_po_files): Complete the change
8012         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
8013
8014 2008-07-27  Jim Meyering  <meyering@redhat.com>
8015
8016         * users.txt: Add zile.
8017
8018 2008-07-26  Ben Pfaff  <blp@gnu.org>
8019
8020         Add missing dependencies on new m4/exponent[fdl].m4 files.
8021         * modules/isnanf-nolibm: Add m4/exponentf.m4.
8022         * modules/isnand-nolibm: Add m4/exponentd.m4.
8023         * modules/isnanl-nolibm: Add m4/exponentl.m4.
8024         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
8025         m4/isnan[fdl].m4, because the macros actually used moved.
8026         Reported by Jim Meyering.
8027
8028 2008-07-14  Ben Pfaff  <blp@gnu.org>
8029
8030         Add isinf module.
8031         * lib/isinf.c: New file.
8032         * lib/math.in.h: Define isinf macro if we have decided to replace
8033         it.
8034         * m4/isinf.m4: New file.
8035         * m4/math_h.m4: Initialize and substitute variables for isinf
8036         module.
8037         * modules/isinf: New file.
8038         * modules/isinf-tests: New file.
8039         * modules/math: Add substitutions for new module.
8040         * tests/test-isinf.c: New file.
8041         * doc/posix-functions/isinf.texi: Mention new module.
8042         * MODULES.html.sh: Mention new module.
8043
8044 2008-07-14  Ben Pfaff  <blp@gnu.org>
8045
8046         Factor out some macros for use by additional modules.
8047         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
8048         exponentf.m4.
8049         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
8050         exponentd.m4.
8051         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
8052         file exponentl.m4.
8053         * m4/exponentf.m4: New file.
8054         * m4/exponentd.m4: New file.
8055         * m4/exponentl.m4: New file.
8056         * modules/isnanf: Use new file m4/exponentf.m4.
8057         * modules/isnand: Use new file m4/exponentd.m4.
8058         * modules/isnanl: Use new file m4/exponentl.m4.
8059
8060 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
8061
8062         mktime.c: normalize tp->tm_isdst value to -1/0/1.
8063         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
8064         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
8065         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
8066
8067         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
8068         readlink on platforms without PATH_MAX.
8069
8070 2008-07-21  Eric Blake  <ebb9@byu.net>
8071
8072         Warn, not fail, on stale version.
8073         * top/GNUmakefile (_curr-ver): Tone down previous patch.
8074
8075         Don't allow installation with stale devel version number.
8076         * top/GNUmakefile (_is-install-target): New macro.
8077         (_curr-ver): Forbid installation with stale version number.
8078
8079 2008-07-20  Bruno Haible  <bruno@clisp.org>
8080
8081         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
8082         TESTS_ENVIRONMENT.
8083         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
8084
8085 2008-07-20  Bruno Haible  <bruno@clisp.org>
8086
8087         * lib/c-stack.h (c_stack_action): Add documentation.
8088         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
8089
8090 2008-07-20  Bruno Haible  <bruno@clisp.org>
8091
8092         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
8093         * modules/readlink (License): Likewise.
8094
8095 2008-07-17  Eric Blake  <ebb9@byu.net>
8096
8097         * modules/c-stack (Link): Fix typo.
8098
8099         Make c-stack use libsigsegv, when available.
8100         * modules/c-stack (Depends-on): Add libsigsegv.
8101         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
8102         needed.
8103         * lib/c-stack.c (SIGSTKSZ): Define fallback.
8104         (segv_handler, overflow_handler, c_stack_action)
8105         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
8106         implementation when libsigsegv is available, but only when using
8107         the library is necessary.
8108         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
8109         comment, explaining why XSI check fails on Linux.
8110         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
8111         * tests/test-c-stack2.sh: Tweak skip message.
8112         * NEWS: Document new link-time requirements.
8113
8114 2008-07-16  Eric Blake  <ebb9@byu.net>
8115
8116         c-stack: Expose false positives when not using libsigsegv.
8117         * modules/c-stack-tests (Files): Expand test.
8118         * tests/test-c-stack.c (main): Add means to conditionally trigger
8119         non-overflow SIGSEGV.
8120         * tests/test-c-stack2.sh: New file.
8121
8122 2008-07-14  Bruno Haible  <bruno@clisp.org>
8123
8124         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
8125         Reported by Eric Blake.
8126
8127 2008-07-14  Sam Steingold  <sds@gnu.org>
8128             Bruno Haible  <bruno@clisp.org>
8129
8130         New module libsigsegv.
8131         * modules/libsigsegv: New file.
8132         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
8133         modifications.
8134         * MODULES.html.sh (Signal handling): New section.
8135
8136 2008-07-14  Bruno Haible  <bruno@clisp.org>
8137
8138         * modules/unictype/ctype-* (Description): Add the word "function".
8139         Improves the resulting doc in MODULES.html.
8140
8141 2008-07-12  Ben Pfaff  <blp@gnu.org>
8142
8143         Add longlong module.
8144         * modules/longlong: New file.
8145
8146 2008-07-12  Bruno Haible  <bruno@clisp.org>
8147
8148         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
8149         to empty.
8150
8151 2008-07-10  Ben Pfaff  <blp@gnu.org>
8152
8153         Add isnan module.
8154         * doc/posix-functions/isnan.texi: Mention new module.
8155         * lib/math.in.h: Define isnan macro if we have decided to replace
8156         it.
8157         * m4/isnan.m4: New file.
8158         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
8159         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
8160         also.
8161         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
8162         redundancy.
8163         * m4/math_h.m4: Initialize and substitute variables for isnan
8164         module.
8165         * modules/isnan: New file.
8166         * modules/isnan-tests: New file.
8167         * modules/math: Add substitutions for new module.
8168         * tests/test-isnan.c: New file.
8169         * MODULES.html.sh: Mention new module.
8170
8171 2008-07-10  Ben Pfaff  <blp@gnu.org>
8172
8173         Add isnanf module.
8174         * lib/isnanf.m4: New file.
8175         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
8176         (gl_HAVE_ISNANF_IN_LIBM): New macro.
8177         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
8178         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
8179         * modules/isnanf: New file.
8180         * modules/isnanf-tests: New file.
8181         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
8182         files.
8183         * tests/test-isnanf-nolibm.c: factored most of its contents into
8184         new file tests/test-isnanf.h.
8185         * tests/test-isnanf.h: New file.
8186         * tests/test-isnanf.c: New file.
8187         * MODULES.html.sh: Mention new module.
8188         * doc/glibc-functions/isnanf.texi: Mention new module.
8189
8190 2008-07-10  Ben Pfaff  <blp@gnu.org>
8191
8192         Add isnand module.
8193         * lib/isnand.h: New file.
8194         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
8195         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
8196         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
8197         functionality also.
8198         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
8199         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
8200         (gl_HAVE_ISNAND_IN_LIBM): New macro.
8201         * modules/isnand: New file.
8202         * modules/isnand-tests: New file.
8203         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
8204         files.
8205         * tests/test-isnand-nolibm.c: factored most of its contents into
8206         new file tests/test-isnand.h.
8207         * tests/test-isnand.h: New file.
8208         * tests/test-isnand.c: New file.
8209         * MODULES.html.sh: Mention new module.
8210
8211 2008-07-10  Ben Pfaff  <blp@gnu.org>
8212
8213         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
8214         * lib/isnand.h: Rename lib/isnand-nolibm.h.
8215         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
8216         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
8217         * modules/isnanf-nolibm: Update references to renamed files.
8218         * modules/isnand-nolibm: Likewise.
8219         * modules/isnanf-nolibm-tests: Likewise.
8220         * modules/isnand-nolibm-tests: Likewise.
8221         * lib/frexp.c: Likewise.
8222         * lib/isfinite.c: Likewise.
8223         * lib/signbitd.c: Likewise.
8224         * lib/signbitf.c: Likewise.
8225         * lib/vasnprintf.c: Likewise.
8226         * tests/test-ceilf1.c: Likewise.
8227         * tests/test-ceilf2.c: Likewise.
8228         * tests/test-floorf1.c: Likewise.
8229         * tests/test-floorf2.c: Likewise.
8230         * tests/test-frexp.c: Likewise.
8231         * tests/test-round1.c: Likewise.
8232         * tests/test-round2.c: Likewise.
8233         * tests/test-roundf1.c: Likewise.
8234         * tests/test-strtod.c: Likewise.
8235         * tests/test-trunc1.c: Likewise.
8236         * tests/test-trunc2.c: Likewise.
8237         * tests/test-truncf1.c: Likewise.
8238         * tests/test-truncf2.c: Likewise.
8239         * NEWS: Mention the renamed header files.
8240
8241 2008-07-11  Jim Meyering  <meyering@redhat.com>
8242
8243         vc-list-files: make the last-resort awk code more portable
8244         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
8245         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
8246         does not support it.
8247
8248 2008-07-10  Eric Blake  <ebb9@byu.net>
8249
8250         Work with tar's bootstrap.
8251         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
8252         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
8253         an m4 comment.
8254
8255 2008-07-09  Jim Meyering  <meyering@redhat.com>
8256
8257         posix-shell.m4: fix typo that made this test malfunction
8258         * m4/posix-shell.m4: Remove capitalization in variable name.
8259
8260 2008-07-08  Bruno Haible  <bruno@clisp.org>
8261
8262         * m4/onceonly.m4: Update comments.
8263         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8264
8265 2008-07-04  Jim Meyering  <meyering@redhat.com>
8266
8267         * users.txt: Add vc-dwim.
8268         (bison, coreutils): Use the gitweb URL.
8269
8270 2008-07-03  Jim Meyering  <meyering@redhat.com>
8271
8272         * users.txt: Add libffcall.  From Sam Steingold.
8273
8274 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
8275
8276         getdate.y: do not ignore TZ with relative day, month or year offset
8277         * lib/getdate.y (get_date): Move the tz-handling block to follow the
8278         relative-date-handling, since otherwise, the latter would clobber the
8279         sole output (an updated Start value) of the tz-handling block.
8280         * tests/test-getdate.c: Tests for the fix
8281
8282 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8283
8284         Recognize 'foo_LIBRARIES += libgnu.a'.
8285         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
8286         makefile snippet has already specified an installation location,
8287         also using '+='.
8288
8289 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
8290
8291         getdate.y: factor out common actions
8292         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
8293         Use them in place of open-coded actions.
8294
8295 2008-07-01  Simon Josefsson  <simon@josefsson.org>
8296
8297         Add self-test for getdate module.
8298         * modules/getdate-tests: New file.
8299         * tests/test-getdate.c: New file.
8300
8301 2008-06-29  Bruno Haible  <bruno@clisp.org>
8302
8303         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
8304         .gitignore.
8305         Reported by Sylvain Beucler <beuc@beuc.net>.
8306
8307 2008-06-29  Bruno Haible  <bruno@clisp.org>
8308
8309         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
8310         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
8311
8312 2008-06-29  Bruno Haible  <bruno@clisp.org>
8313
8314         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
8315         EXTRA_DIST.
8316         Reported by Sylvain Beucler <beuc@beuc.net>.
8317
8318 2008-06-26  Jim Meyering  <meyering@redhat.com>
8319
8320         make several modules depend on the "open" module
8321         This provides slightly increased consistency when opening-for-write
8322         the name of a non-directory spelled with a trailing slash.
8323         * modules/chdir-safer: Likewise.
8324         * modules/chown: Likewise.
8325         * modules/clean-temp: Likewise.
8326         * modules/copy-file: Likewise.
8327         * modules/fchdir: Likewise.
8328         * modules/fcntl-safer: Likewise.
8329         * modules/pipe: Likewise.
8330         * modules/utime: Likewise.
8331         Prompted by Eric Blake and Bruno Haible.
8332
8333 2008-06-24  Andreas Schwab  <schwab@suse.de>
8334
8335         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
8336         literals can be used as initializers for global variables.
8337
8338 2008-06-23  Eric Blake  <ebb9@byu.net>
8339
8340         Make gnulib-cache.m4 easier to diff.
8341         * gnulib-tool (func_import): Allow newlines when reading cached
8342         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
8343
8344 2008-06-23  Bruno Haible  <bruno@clisp.org>
8345
8346         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
8347         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
8348         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
8349         m4/signalblocking.m4.
8350         (gl_PREREQ_SIGACTION): Don't invoke it.
8351         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
8352         gl_PREREQ_SIG_HANDLER_H.
8353         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
8354         Don't check for sigaction here.
8355
8356 2008-06-23  Bruno Haible  <bruno@clisp.org>
8357
8358         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
8359         (install_handlers): Don't set the SA_RESETHAND flag.
8360
8361 2008-06-23  Bruno Haible  <bruno@clisp.org>
8362
8363         * m4/sigaction.m4: Comment fixes.
8364         * lib/signal.in.h: Likewise.
8365
8366 2008-06-23  Eric Blake  <ebb9@byu.net>
8367
8368         Fix typo.
8369         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
8370
8371         Avoid SA_ namespace.
8372         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
8373         Reported by Ralf Wildenhues.
8374
8375         Avoid test failure due to SA_RESTORER.
8376         * tests/test-sigaction.c (SA_MASK): New macro.
8377         (main): Avoid failing due to extension flags being set.
8378         Reported by Jim Meyering.
8379
8380         Revert use of sig-handler.h in sigprocmask.c.
8381         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
8382         it requires the existence of struct sigaction.
8383         * lib/sigprocmask.c (handler_t): Restore typedef.
8384         (rpl_signal, old_handlers): Use local type.
8385
8386 2008-06-22  Bruno Haible  <bruno@clisp.org>
8387
8388         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
8389         conditionally.
8390         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
8391
8392 2008-06-22  Bruno Haible  <bruno@clisp.org>
8393
8394         * doc/posix-functions/siginterrupt.texi: Move note.
8395
8396         * lib/signal.in.h (SA_RESTART): New macro.
8397         * lib/sigaction.c: Update comment.
8398
8399         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
8400
8401         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
8402         (gl_PREREQ_SIGPROCMASK): Invoke it.
8403         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
8404
8405         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
8406
8407         * lib/sigprocmask.c: Update a comment.
8408
8409 2008-06-21  Eric Blake  <ebb9@byu.net>
8410
8411         Use sigaction module rather than signal().
8412         * modules/c-stack (Depends-on): Add sigaction.
8413         * modules/fatal-signal (Depends-on): Likewise.
8414         * modules/nanosleep (Depends-on): Likewise.
8415         * modules/sigprocmask (Files): Add sig-handler.h.
8416         * modules/sigaction (Files): Likewise.
8417         * lib/sig-handler.h (get_handler): New file, suggested by Paul
8418         Eggert.
8419         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
8420         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
8421         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
8422         (init_fatal_signals): Likewise.
8423         * lib/nanosleep.c (rpl_nanosleep): Likewise.
8424         (siginterrupt): Delete fallback.
8425         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
8426         instead.
8427         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
8428         siginterrupt.
8429
8430         New module sigaction, for mingw.
8431         * modules/sigaction: New module...
8432         * modules/sigaction-tests: ...and its test.
8433         * m4/sigaction.m4: New file.
8434         * lib/sigaction.c: Likewise.
8435         * tests/test-sigaction.c: Likewise.
8436         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
8437         * modules/signal (Makefile.am): Likewise.
8438         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
8439         needed.
8440         * doc/posix-headers/signal.texi (signal.h): Mention provided
8441         types.
8442         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
8443         that sigaction is preferable.
8444         * doc/posix-functions/sigaction.texi (sigaction): Mention new
8445         module.
8446         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8447         sigaction.
8448
8449         Improve robustness of sigprocmask by overriding signal.
8450         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
8451         is in use.
8452         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
8453         (SIGKILL, SIGSTOP): Provide fallbacks.
8454         (rpl_signal): Implement.
8455         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
8456         signal can be called inside handlers.
8457
8458         Fix nanosleep module on mingw.
8459         * modules/nanosleep (Depends-on): Add sys_select.
8460         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
8461
8462         Fix licensing of sigprocmask.
8463         * modules/raise (License): Relicense as LGPL.
8464
8465 2008-06-21  Bruno Haible  <bruno@clisp.org>
8466
8467         * lib/propername.c (proper_name_utf8): Don't use the transliterated
8468         result if it contains question marks.
8469         Reported by Michael Geng <linux@michaelgeng.de>.
8470
8471 2008-06-19  Bruno Haible  <bruno@clisp.org>
8472
8473         Fix CVS-ism.
8474         * doc/gnulib.texi: Include updated-stamp.texi.
8475         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
8476         (updated-stamp.texi): New rule.
8477         (gnulib.info): Depend on it.
8478         * doc/.gitignore: Add updated-stamp.texi.
8479         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
8480
8481 2008-06-19  Bruno Haible  <bruno@clisp.org>
8482
8483         * doc/Makefile (gnulib.info): Update and simplify dependencies.
8484         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8485
8486 2008-06-19  Eric Blake  <ebb9@byu.net>
8487
8488         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
8489         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
8490         Reported by Stepan Kasal.
8491
8492 2008-06-18  Bruno Haible  <bruno@clisp.org>
8493
8494         * lib/fatal-signal.c (init_fatal_signals): Add comment.
8495         Reported by Eric Blake.
8496
8497 2008-06-18  Eric Blake  <ebb9@byu.net>
8498
8499         Work around cygwin 1.5.25 strsignal bug.
8500         * tests/test-strsignal.c: Allow for const char *.
8501         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
8502
8503 2008-06-18  Simon Josefsson  <simon@josefsson.org>
8504
8505         * users.txt: Update URL to article and add author/date
8506         information.
8507
8508 2008-06-17  Bruno Haible  <bruno@clisp.org>
8509
8510         New macro gl_DISABLE_THREADS.
8511         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
8512         if the user did not pass --enable-threads or --disable-threads option.
8513         (gl_DISABLE_THREADS): New macro.
8514         Reported by Eric Blake <ebb9@byu.net>.
8515
8516 2008-06-17  Bruno Haible  <bruno@clisp.org>
8517
8518         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
8519         when the macro ignores it.
8520         Based on a patch by Eric Blake <ebb9@byu.net>.
8521
8522 2008-06-17  Bruno Haible  <bruno@clisp.org>
8523
8524         * modules/tls (License): Change to LGPLv2+.
8525         Reported by Eric Blake.
8526
8527 2008-06-17  Eric Blake  <ebb9@byu.net>
8528
8529         Simplify c-stack prerequisites.
8530         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
8531         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
8532         no longer requires <ucontext.h> to exist.  Optimize setrlimit
8533         check.
8534         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
8535         <sys/resource.h>.
8536
8537         Move c-stack test into testsuite.
8538         * modules/c-stack-tests: New file.
8539         * lib/c-stack.c [DEBUG]: Move test program...
8540         * tests/test-c-stack.c: ...into this new file.  Skip rather than
8541         fail test if sigaltstack is lacking.
8542         * tests/test-c-stack.sh: New driver file.
8543
8544 2008-06-16  Eric Blake  <ebb9@byu.net>
8545
8546         Use raise module consistently.
8547         * modules/fatal-signal (Depends-on): Add raise.
8548         * modules/sigprocmask (Depends-on): Likewise.
8549         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
8550         * lib/sigprocmask.c (sigprocmask): Likewise.
8551         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
8552         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
8553
8554         Fix compliance bug in sigpending.
8555         * lib/sigprocmask.c (sigpending): Return pending array via
8556         parameter, not return value.
8557
8558 2008-06-14  Eric Blake  <ebb9@byu.net>
8559
8560         Improve obstack-printf test code.
8561         * tests/test-obstack-printf.c (test_function): Fix comment, and
8562         simplify usage of obstack_* in macros.  Add a test for coverage.
8563         Reported by Bruno Haible.
8564
8565 2008-06-14  Bruno Haible  <bruno@clisp.org>
8566
8567         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
8568         array size as a constant, not as a const variable.
8569         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
8570         AC_USE_SYSTEM_EXTENSIONS.
8571         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
8572         Test whether the obstack_printf function actually exists.
8573         * modules/obstack-printf (Depends-on): Add extensions.
8574         (Include): Remove obstack.h.
8575         * modules/obstack-printf-posix (Depends-on): Add extensions.
8576         (Include): Remove obstack.h.
8577
8578 2008-06-13  Eric Blake  <ebb9@byu.net>
8579
8580         Add obstack-printf and obstack-printf-posix modules.
8581         * modules/obstack-printf: New file.
8582         * modules/obstack-printf-posix: Likewise.
8583         * MODULES.html.sh (Misc): Mention them.
8584         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
8585         Likewise.
8586         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
8587         Likewise.
8588         * modules/stdio (Makefile.am): Accomodate new modules.
8589         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
8590         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
8591         Declare.
8592         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
8593         functions.
8594         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
8595         (gl_REPLACE_OBSTACK_PRINTF): New macros
8596         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
8597         * tests/test-obstack-printf.c: New file.
8598         * modules/obstack-printf-tests: Likewise.
8599         * modules/obstack-printf-posix-tests: Likewise.
8600
8601 2008-06-11  Bruno Haible  <bruno@clisp.org>
8602
8603         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
8604         * lib/open.c: Include errno.h.
8605         (open): Fail when attempting to write to a file that has a trailing
8606         slash.
8607         * tests/test-open.c (main): Test against trailing slash bug.
8608         * doc/posix-functions/open.texi: Mention the trailing slash bug.
8609
8610 2008-06-10  Bruno Haible  <bruno@clisp.org>
8611
8612         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
8613         for $? to work inside the trap command, with various /bin/sh-s.
8614         * tests/test-vc-list-files-cvs.sh: Likewise.
8615
8616 2008-06-10  Bruno Haible  <bruno@clisp.org>
8617
8618         * lib/acl-internal.h: Don't include gettext.h here.
8619         * lib/set-mode-acl.c: Include gettext.h here.
8620         * lib/copy-acl.c: Likewise.
8621
8622 2008-06-10  Bruno Haible  <bruno@clisp.org>
8623
8624         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
8625         * lib/wait-process.c (wait_subprocess): Likewise.
8626         * lib/execute.h (execute): Add termsigp argument.
8627         * lib/execute.c (execute): Likewise.
8628         * lib/csharpcomp.c (compile_csharp_using_pnet,
8629         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
8630         * lib/csharpexec.c (execute_csharp_using_pnet,
8631         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
8632         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
8633         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
8634         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
8635         is_jikes_present): Update.
8636         * lib/javaexec.c (execute_java_class): Update.
8637         * lib/javaversion.c (execute_and_read_line): Update.
8638         * NEWS: Document the changes.
8639         Reported by Eric Blake.
8640
8641 2008-06-10  Eric Blake  <ebb9@byu.net>
8642
8643         Add missing include.
8644         * tests/test-strstr.c (includes): Add <signal.h>.
8645         * tests/test-strcasestr.c (includes): Likewise.
8646         * tests/test-memmem.c (includes): Likewise.
8647
8648 2008-06-10  Bruno Haible  <bruno@clisp.org>
8649
8650         * lib/wait-process.c (wait_subprocess): Add an assertion.
8651
8652 2008-06-10  Bruno Haible  <bruno@clisp.org>
8653
8654         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
8655
8656 2008-06-10  Bruno Haible  <bruno@clisp.org>
8657
8658         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
8659         using alarm().
8660         * tests/test-strcasestr.c (main): Likewise.
8661         * tests/test-strstr.c (main): Likewise.
8662
8663 2008-06-09  Bruno Haible  <bruno@clisp.org>
8664
8665         Work around the Solaris 10 ACE ACLs ABI change.
8666         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
8667         declare if ACL_NO_TRIVIAL is present.
8668         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
8669         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
8670         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
8671         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
8672         define if ACL_NO_TRIVIAL is present.
8673         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
8674         and use the current ABI.
8675         (file_has_acl): Use same #if condition as elsewhere.
8676         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
8677         in use, and use the current ABI.
8678         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
8679         Reported by Jim Meyering.
8680
8681 2008-06-09  Eric Blake  <ebb9@byu.net>
8682
8683         Work around environments that (stupidly) ignore SIGALRM.
8684         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
8685         before using alarm().
8686         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
8687         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
8688         Reported by Ian Beckwith <ianb@erislabs.net>.
8689
8690         Produce autobuild blurb earlier in log.
8691         * modules/autobuild (configure.ac-early): Move AB_INIT here.
8692
8693 2008-06-09  Jim Meyering  <meyering@redhat.com>
8694         and OndÅ™ej Vašík  <ovasik@redhat.com>
8695
8696         utimens.c: correct kernel bug work-around
8697         OndÅ™ej Vašík found that the invalid return value of 280 indicates
8698         failure, not success, and the kernel bug we're trying to work
8699         around affects not just the utimensat call, but also the fallback
8700         futimens call.
8701         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
8702         not success.
8703         [HAVE_FUTIMENS]: Use the same work-around, here.
8704
8705 2008-06-09  Jim Meyering  <meyering@redhat.com>
8706
8707         add more guards around definition of ACE_-related code
8708         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
8709         ALLOW and ACE_OWNER are also defined.
8710
8711 2008-06-08  Bruno Haible  <bruno@clisp.org>
8712
8713         * lib/acl-internal.h: Add me as co-author.
8714         * lib/file-has-acl.c: Likewise.
8715         * lib/set-mode-acl.c: Likewise.
8716         * lib/copy-acl.c: Likewise.
8717
8718 2008-06-08  Bruno Haible  <bruno@clisp.org>
8719
8720         Add support for AIX ACLs.
8721         * lib/acl-internal.h (acl_nontrivial): New declaration.
8722         * lib/file-has-acl.c (acl_nontrivial): New function.
8723         (file_has_acl): Add implementation using AIX 4 ACL API.
8724         * lib/set-mode-acl.c (qset_acl): Likewise.
8725         * lib/copy-acl.c (qcopy_acl): Likewise.
8726
8727 2008-06-08  Bruno Haible  <bruno@clisp.org>
8728
8729         Add support for HP-UX ACLs.
8730         * lib/acl-internal.h (acl_nontrivial): New declaration.
8731         * lib/file-has-acl.c (acl_nontrivial): New function.
8732         (file_has_acl): Add implementation using HP-UX 11 ACL API.
8733         * lib/set-mode-acl.c (qset_acl): Likewise.
8734         * lib/copy-acl.c (qcopy_acl): Likewise.
8735
8736 2008-06-08  Bruno Haible  <bruno@clisp.org>
8737
8738         Add support for Cygwin ACLs.
8739         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
8740         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
8741         the chmod_or_fchmod call.
8742         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
8743
8744 2008-06-08  Bruno Haible  <bruno@clisp.org>
8745
8746         Fix bug with setuid modes in Solaris 10+ code.
8747         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
8748         succeeded, when the mode contains some special bits.
8749
8750 2008-06-08  Bruno Haible  <bruno@clisp.org>
8751
8752         Add support for Solaris 7..10 ACLs.
8753         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
8754         declarations.
8755         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
8756         functions.
8757         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
8758         * lib/set-mode-acl.c (qset_acl): Likewise.
8759         * lib/copy-acl.c (qcopy_acl): Likewise.
8760
8761 2008-06-08  Bruno Haible  <bruno@clisp.org>
8762
8763         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
8764         declaration.
8765         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
8766         (acl_access_nontrivial): Remove MacOS X case.
8767         (file_has_acl): Use acl_extended_nontrivial.
8768         * lib/copy-acl.c (qcopy_acl): Likewise.
8769
8770 2008-06-08  Bruno Haible  <bruno@clisp.org>
8771
8772         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
8773
8774 2008-06-08  Jim Meyering  <meyering@redhat.com>
8775
8776         * modules/acl (Maintainer): Add Bruno Haible.
8777
8778 2008-06-07  Bruno Haible  <bruno@clisp.org>
8779
8780         Improve support for Tru64 ACLs.
8781         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
8782         ACL on OSF/1.
8783
8784 2008-06-07  Bruno Haible  <bruno@clisp.org>
8785
8786         Add support for MacOS X ACLs.
8787         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
8788         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
8789         * lib/set-mode-acl.c (qset_acl): Likewise.
8790         * lib/copy-acl.c (qcopy_acl): Likewise.
8791
8792 2008-06-07  Bruno Haible  <bruno@clisp.org>
8793
8794         Fix memory leak introduced on 2008-05-22.
8795         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
8796         use.
8797
8798 2008-06-07  Bruno Haible  <bruno@clisp.org>
8799
8800         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
8801         to construct an empty ACL.
8802
8803 2008-06-07  Bruno Haible  <bruno@clisp.org>
8804
8805         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
8806         precisely.
8807         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
8808
8809 2008-06-07  Bruno Haible  <bruno@clisp.org>
8810
8811         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
8812         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
8813
8814 2008-06-07  Bruno Haible  <bruno@clisp.org>
8815
8816         * doc/posix-functions/_setjmp.texi: Explain the use of this function
8817         regardless of POSIX.
8818         * doc/posix-functions/_longjmp.texi: Likewise.
8819         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
8820         SystemV platform in this case.
8821
8822 2008-06-06  Eric Blake  <ebb9@byu.net>
8823
8824         Document abort() bugs.
8825         * doc/posix-functions/abort.texi (abort): Mention anomalies.
8826
8827         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
8828         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
8829         sigsetjmp.
8830         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
8831         siglongjmp, but only as a macro.
8832         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
8833         is obsolete.
8834         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
8835
8836         Tweak documentation to cover cygwin argz bugs.
8837         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
8838         argz bug fix; no code change needed since no cygwin releases
8839         occurred between the last fix and the bug being tested.
8840         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
8841         module and recently fixed cygwin bugs.
8842         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
8843         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
8844         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
8845         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
8846         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
8847         Likewise.
8848         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
8849         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
8850         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
8851         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
8852         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
8853         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
8854         Likewise.
8855
8856         Avoid gcc warning on cygwin.
8857         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
8858         !ACL_NO_TRIVIAL]: Avoid unused variable.
8859
8860 2008-06-05  Eric Blake  <ebb9@byu.net>
8861
8862         Be tolerant of UNKNOWN version in gnulib-tool test dir.
8863         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
8864         git-version-gen fails to come up with a version.
8865         Reported by Simon Josefsson.
8866
8867 2008-06-05  Jim Meyering  <meyering@redhat.com>
8868             Paul Eggert  <eggert@cs.ucla.edu>
8869
8870         utimens.c: work around a probable Linux kernel bug
8871         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
8872         appears to be a kernel bug that causes utimensat to return 280
8873         instead of 0, indicating success.
8874
8875 2008-06-04  Bruno Haible  <bruno@clisp.org>
8876
8877         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
8878         2008-06-01 commit.
8879
8880 2008-06-04  Bruno Haible  <bruno@clisp.org>
8881
8882         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
8883         * lib/file-has-acl.c (acl_access_nontrivial): New function.
8884         (file_has_acl): Use it. Save errno afterwards.
8885         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
8886
8887 2008-06-03  Bruno Haible  <bruno@clisp.org>
8888
8889         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
8890         draft code. Simplify #ifs.
8891         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
8892         Put Solaris code after POSIX-draft code. Fix comments regarding
8893         Solaris 10, HP-UX. Mention Cygwin.
8894         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
8895
8896 2008-06-03  Eric Blake  <ebb9@byu.net>
8897
8898         Provide fallback for older kernels.
8899         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
8900         Provide runtime fallback if kernel lacks support.
8901         Reported by Mike Frysinger.
8902
8903 2008-06-02  Bruno Haible  <bruno@clisp.org>
8904
8905         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
8906         it exists.
8907
8908 2008-06-02  Bruno Haible  <bruno@clisp.org>
8909
8910         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
8911         * lib/copy-acl.c (qcopy_acl): Update comment.
8912
8913 2008-06-02  Bruno Haible  <bruno@clisp.org>
8914
8915         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
8916         like ACL APIs.
8917
8918 2008-06-02  Bruno Haible  <bruno@clisp.org>
8919
8920         * tests/test-file-has-acl.sh: Use different code for Cygwin.
8921         * tests/test-set-mode-acl.sh: Likewise.
8922         * tests/test-copy-acl.sh: Likewise.
8923         * tests/test-copy-file.sh: Likewise.
8924
8925 2008-06-02  Bruno Haible  <bruno@clisp.org>
8926
8927         * tests/test-file-has-acl.sh: Remove unused code.
8928
8929 2008-06-01  Bruno Haible  <bruno@clisp.org>
8930
8931         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
8932         (copy_acl): Just a wrapper around qcopy_acl that emits the error
8933         messages.
8934         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
8935
8936 2008-06-01  Bruno Haible  <bruno@clisp.org>
8937
8938         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
8939         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
8940         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
8941         APIs.
8942         * modules/acl-tests (configure.ac): Remove tests now contained in
8943         m4/acl.m4.
8944
8945 2008-06-02  Jim Meyering  <meyering@redhat.com>
8946
8947         announce-gen: use a better key-server host name
8948         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
8949         it may be more consistently reliable.  Suggested by Werner Koch
8950         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
8951
8952 2008-06-01  Bruno Haible  <bruno@clisp.org>
8953
8954         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
8955         Reported by Voroskoi Andras <voroskoi@gmail.com>.
8956
8957 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
8958
8959         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
8960
8961 2008-06-01  Bruno Haible  <bruno@clisp.org>
8962
8963         New ACL tests.
8964         * tests/test-file-has-acl.sh: New file.
8965         * tests/test-file-has-acl.c: New file.
8966         * tests/test-set-mode-acl.sh: New file.
8967         * tests/test-set-mode-acl.c: New file.
8968         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
8969         * tests/test-copy-acl.c: New file.
8970         * modules/acl-tests: New file, based on modules/copy-file-tests.
8971         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
8972         (Depends-on): Add acl-tests.
8973         (configure.ac): Remove checks.
8974         (Makefile.am): Don't create test-sameacls program here any more.
8975
8976 2008-06-01  Bruno Haible  <bruno@clisp.org>
8977
8978         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
8979         * tests/test-sameacls.c: Include progname.h.
8980         (main): Invoke set_program_name. Portability fixes for MacOS X,
8981         Solaris, HP-UX.
8982
8983 2008-06-01  Bruno Haible  <bruno@clisp.org>
8984
8985         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
8986         function.
8987         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
8988
8989 2008-06-01  Bruno Haible  <bruno@clisp.org>
8990
8991         * modules/rpmatch (Depends-on): Add strdup.
8992
8993 2008-06-01  Bruno Haible  <bruno@clisp.org>
8994
8995         * lib/pipe.c: Include unistd-safer.h.
8996         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
8997         * modules/pipe (Depends-on): Add unistd-safer.
8998
8999 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9000
9001         * modules/autobuild (configure.ac): Call AB_INIT.
9002
9003 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9004
9005         * tests/test-getaddrinfo.c: Don't print debug messages by default.
9006         Suggested by Bruno Haible <bruno@clisp.org>.
9007
9008 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9009
9010         * tests/test-base64.c: Cast size_t to unsigned long when invoking
9011         printf.  Use %lu instead of %d.  Reported by Bruno Haible
9012         <bruno@clisp.org>.
9013
9014 2008-05-29  Eric Blake  <ebb9@byu.net>
9015
9016         Prefer new POSIX 200x interfaces over futimesat.
9017         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
9018         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
9019         when available.
9020         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
9021
9022 2008-05-28  Bruno Haible  <bruno@clisp.org>
9023
9024         * modules/stpcpy (License): Change to LGPLv2+.
9025         Requested by David Lutterkort <dlutter@redhat.com>.
9026
9027 2008-05-27  Bruno Haible  <bruno@clisp.org>
9028
9029         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
9030         current mingw.
9031         Reported by Jose E. Marchesi <jemarch@gnu.org>.
9032
9033 2008-05-27  Bruno Haible  <bruno@clisp.org>
9034
9035         * modules/iconv_open (Link): New section, from module 'iconv'.
9036         * modules/striconv (Link): Likewise.
9037         * modules/striconveh (Link): Likewise.
9038         * modules/xstriconv (Link): Likewise.
9039         * modules/unicodeio (Link): Likewise.
9040         * modules/propername (Link): Likewise.
9041         Reported by Jim Meyering.
9042
9043 2008-05-26  Jim Meyering  <meyering@redhat.com>
9044
9045         sha256: do not artificially restrict buffer length to be < 2^32
9046         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
9047         uint32_t to size_t.
9048         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
9049         to match.
9050
9051         avoid unaligned access errors, e.g., on sparc
9052         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
9053         direct access through a possibly-unaligned uint64* pointer.
9054         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
9055         direct access through a possibly-unaligned uint32* pointer.
9056         Prompted by this patch from Tom "spot" Callaway:
9057         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
9058
9059         sha512.c: fix typo in comment
9060         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
9061
9062 2008-05-25  Bruno Haible  <bruno@clisp.org>
9063
9064         * lib/set-mode-acl.c: Renamed from lib/acl.c.
9065         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
9066         (Makefile.am): Update lib_SOURCES.
9067
9068 2008-05-25  Bruno Haible  <bruno@clisp.org>
9069
9070         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
9071
9072 2008-05-25  Jim Meyering  <meyering@redhat.com>
9073
9074         useless-if-before-free: freed expr may have white-space differences
9075         * build-aux/useless-if-before-free: Recognize cases in which the
9076         freed expression differs from the tested one in embedded white
9077         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
9078         $1 was used, so we can't make any regexp shy.  Improved tests now
9079         detect this.
9080
9081         useless-if-before-free: accept white space in the expression.
9082         * build-aux/useless-if-before-free: For now, any white space
9083         in the expression must be identical in the free argument.
9084
9085         useless-if-before-free: efficiency tweak
9086         * build-aux/useless-if-before-free: Make the expression-matching
9087         regexp "shy".
9088         Make the *outer* regexp shy, not the expr-matching one.
9089
9090         update code-in-comment to accept cast of free arg
9091         * build-aux/useless-if-before-free: Update regexp.
9092
9093 2008-05-25  Bruno Haible  <bruno@clisp.org>
9094
9095         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
9096         * modules/copy-file-tests (Files, Makefile.am): Update.
9097         * tests/test-copy-file.c (func_test_copy): Update.
9098
9099 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
9100
9101         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
9102
9103 2008-05-23  Bruno Haible  <bruno@clisp.org>
9104
9105         Improve support for ACLs on OSF/1.
9106         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
9107         Remove fallback for unknown flavors of ACLs.
9108
9109 2008-05-22  Bruno Haible  <bruno@clisp.org>
9110
9111         Add support for ACLs on OSF/1.
9112         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
9113         replacements.
9114         (acl_free_text): New macro fallback.
9115         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
9116         acl_free.
9117         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
9118         acl_free_text function. Require AC_C_INLINE.
9119
9120 2008-05-22  Bruno Haible  <bruno@clisp.org>
9121
9122         Make copy_acl work on MacOS X 10.5.
9123         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
9124         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
9125         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
9126         If MODE_INSIDE_ACL, don't assume that every system has the same text
9127         representation for ACLs as FreeBSD.
9128         * lib/copy-acl.c (copy_acl): Add support for platforms with
9129         !MODE_INSIDE_ACL.
9130         * lib/file-has-acl.c (file_has_acl): Likewise.
9131         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
9132         FreeBSD, MacOS X, or IRIX, respectively.
9133
9134 2008-05-22  Bruno Haible  <bruno@clisp.org>
9135
9136         * lib/acl.h: Don't include <sys/acl.h>.
9137         (GETACLCNT): Move fallback to lib/acl-internal.h.
9138         * lib/acl-internal.h: Include <sys/acl.h> here.
9139         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
9140
9141 2008-05-22  Bruno Haible  <bruno@clisp.org>
9142
9143         Split off copy_acl function to separate file.
9144         * lib/copy-acl.c: New file, extracted from lib/acl.c.
9145         * lib/acl.c (copy_acl): Moved function to separate file.
9146         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
9147         * modules/acl (Files): Add lib/copy-acl.c.
9148         (Makefiles.am): Augment lib_SOURCES.
9149
9150 2008-05-22  Bruno Haible  <bruno@clisp.org>
9151
9152         * modules/copy-file-tests: New file.
9153         * tests/test-copy-file.sh: New file.
9154         * tests/test-copy-file.c: New file.
9155         * tests/test-copy-file-sameacls.c: New file.
9156
9157 2008-05-22  Eric Blake  <ebb9@byu.net>
9158
9159         Avoid gcc warning.
9160         * tests/test-memcmp.c (main): Pass NULL indirectly.
9161
9162 2008-05-21  Bruno Haible  <bruno@clisp.org>
9163
9164         Add reference doc about ACLs.
9165         * doc/acl-resources.txt: New file.
9166         * doc/acl-cygwin.txt: New file.
9167
9168 2008-05-21  Bruno Haible  <bruno@clisp.org>
9169
9170         Avoid one more warning from gcc.
9171         * lib/vasnprintf.c (IF_LINT): Update comments.
9172         (VASNPRINTF): Use it also for the 'prefix' array initializer.
9173
9174 2008-05-21  Jim Meyering  <meyering@redhat.com>
9175
9176         avoid a warning from gcc
9177         * lib/vasnprintf.c (IF_LINT): Define.
9178         (scale10_round_decimal_long_double):
9179         Use it to avoid a "may be used uninitialized" warning.
9180         (scale10_round_decimal_double): Likewise.
9181
9182 2008-05-21  Simon Josefsson  <simon@josefsson.org>
9183
9184         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
9185         declared.
9186
9187 2008-05-20  Bruno Haible  <bruno@clisp.org>
9188
9189         * tests/test-memcmp.c (main): Test also the sign of the result. Test
9190         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
9191
9192 2008-05-20  Simon Josefsson  <simon@josefsson.org>
9193
9194         * modules/memcmp-tests: New file.
9195         * tests/test-memcmp.c: New file.
9196
9197 2008-05-19  Bruno Haible  <bruno@clisp.org>
9198
9199         * modules/propername (Notice, configure.ac): Put quoted "..." into
9200         --keyword option.
9201         * lib/propername.h: Update comments accordingly.
9202         Reported by Eric Blake.
9203
9204 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
9205
9206         * modules/getpass-gnu (Depends-on): Add fseeko.
9207
9208 2008-05-19  Simon Josefsson  <simon@josefsson.org>
9209
9210         * modules/base64-tests: New file.
9211
9212 2008-05-19  Bo Borgerson <gigabo@gmail.com>
9213
9214         * lib/base64.c (base64_decode_ctx): If a decode context structure
9215         was passed in use it to ignore newlines.  If a context structure
9216         was _not_ passed in, continue to treat newlines as garbage (this
9217         is the historical behavior).  Formerly base64_decode.
9218         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
9219         takes a decode context structure.
9220         * lib/base64.h (base64_decode): Macro for four-argument calls.
9221         (base64_decode_alloc): Likewise.
9222         * lib/base64.c (base64_decode_ctx): If a decode context structure
9223         was passed in use it to ignore newlines.  If a context structure
9224         was _not_ passed in, continue to treat newlines as garbage (this
9225         is the historical behavior).  Formerly base64_decode.
9226         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
9227         takes a decode context structure.
9228         * lib/base64.h (base64_decode): Macro for four-argument calls.
9229         (base64_decode_alloc): Likewise.
9230
9231 2008-05-19  Jim Meyering  <meyering@redhat.com>
9232
9233         avoid a warning from gcc
9234         * lib/trim.c (IF_LINT): Define.
9235         (trim2): Use it to avoid a "may be used uninitialized" warning.
9236
9237         Fix doc typo.
9238         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
9239
9240 2008-05-19  Bruno Haible  <bruno@clisp.org>
9241
9242         * doc/glibc-functions/getpass.texi: Document limits of other
9243         implementations.
9244
9245 2008-05-19  Simon Josefsson  <simon@josefsson.org>
9246             Bruno Haible <bruno@clisp.org>
9247
9248         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
9249
9250 2008-05-18  Bruno Haible  <bruno@clisp.org>
9251
9252         * modules/propername: New file, from GNU gettext.
9253         * lib/propername.h: New file, from GNU gettext.
9254         * lib/propername.c: New file, from GNU gettext.
9255         * MODULES.html.sh (Internationalization functions): Add propername.
9256
9257 2008-05-16  Jim Meyering  <meyering@redhat.com>
9258             Bruno Haible  <bruno@clisp.org>
9259
9260         Avoid some warnings from "gcc -Wshadow".
9261         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
9262
9263 2008-05-15  Eric Blake  <ebb9@byu.net>
9264
9265         Extend previous patch to cygwin 1.7.0.
9266         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
9267         fast implementation in cygwin >= 1.7.0.
9268         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9269         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9270
9271 2008-05-15  Bruno Haible  <bruno@clisp.org>
9272
9273         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
9274         implementation in glibc >= 2.9.
9275         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9276         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9277
9278 2008-05-15  Bruno Haible  <bruno@clisp.org>
9279
9280         * MODULES.html.sh (Internationalization functions): Remove linebreak.
9281         (Unicode string functions): Add unilbrk/*.
9282         Reported by Karl Berry.
9283
9284 2008-05-15  Eric Blake  <ebb9@byu.net>
9285
9286         Fix violation of <stdbool.h> replacement in regex.
9287         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
9288         * lib/regexec.c (re_search_internal): Likewise.
9289         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
9290
9291 2008-05-15  Jim Meyering  <meyering@redhat.com>
9292
9293         avoid distracting test output when git or cvs is not found
9294         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
9295         * tests/test-vc-list-files-git.sh: Likewise.
9296
9297 2008-05-15  Eric Blake  <ebb9@byu.net>
9298
9299         Glibc finally accepted the memmem speedup code, bugzilla #5514.
9300         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
9301         glibc version.
9302         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
9303         * doc/posix-functions/strstr.texi (strstr): Likewise.
9304         * lib/str-two-way.h (MAX): Sychronize with glibc.
9305
9306 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
9307
9308         * lib/regcomp.c (optimize_utf8): Add a note on why we test
9309         opr.ctx_type.
9310         (calc_first): Initialize constraint field.
9311         (duplicate_node_closure): Use it instead of special casing ANCHORS.
9312         Fix grammar.
9313         (duplicate_node): Merge constraint field for all node types.
9314         (calc_eclosure_iter): Look at constraint field for all node types.
9315         * lib/regex_internal.c (create_cd_newstate): Don't look at
9316         opr.ctx_type.
9317
9318 2008-05-14  Bruno Haible  <bruno@clisp.org>
9319
9320         Help GCC to do better code generation.
9321         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
9322         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
9323         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
9324         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
9325         Declare with attribute 'malloc' if supported.
9326
9327 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
9328
9329         use "echo STR|wc -c" rather than unportable "expr length STR"
9330         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
9331         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
9332
9333 2008-05-14  Jim Meyering  <meyering@redhat.com>
9334
9335         use dd ibs=$n count=1 ... rather than less-portable head -c$n
9336         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
9337         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
9338         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
9339         via Collin Lasse.
9340
9341 2008-05-14  Eric Blake  <ebb9@byu.net>
9342
9343         Avoid quadratic growth in gl_LIBSOURCES.
9344         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
9345         Suggested by Bruno Haible.
9346
9347         Test xmemdup0.
9348         * modules/xmemdup0-tests: New file.
9349         * tests/test-xmemdup0.c: Likewise.
9350
9351 2008-05-13  Eric Blake  <ebb9@byu.net>
9352
9353         Split xmemdup0 into its own module.
9354         * modules/xmemdup0: New file.
9355         * lib/xmemdup0.h: Likewise.
9356         * lib/xmemdup0.c: Likewise.
9357         * MODULES.html.sh (Memory management functions): Add xmemdup0.
9358         * lib/xalloc.h (xmemdup0): Remove.
9359         * lib/xmalloc.c (xmemdup0): Likewise.
9360
9361 2008-05-13  Eric Blake  <ebb9@byu.net>
9362             Bruno Haible  <bruno@clisp.org>
9363
9364         Reduce number of forks required during autoconf.
9365         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
9366         and gl_LIBSOURCES_DIR.
9367         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
9368         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
9369         m4_syscmd per file.
9370         <m4_foreach_w>: Move...
9371         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
9372
9373 2008-05-13  Eric Blake  <ebb9@byu.net>
9374
9375         * gnulib-tool: Fix various comment typos.
9376
9377 2008-05-12  Bruno Haible  <bruno@clisp.org>
9378
9379         Tailor the linebreaking algorithm.
9380         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
9381
9382 2008-05-12  Bruno Haible  <bruno@clisp.org>
9383
9384         Update to Unicode 5.0.0.
9385         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
9386         LBP_JV, LBP_JT. Redistribute values.
9387         (unilbrk_table): Change size.
9388         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
9389         Unicode TR#14 rev. 22.
9390         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
9391         LBP_JV, LBP_JT. Redistribute values.
9392         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
9393         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
9394         Update.
9395         * lib/unilbrk/lbrkprop1.h: Regenerated.
9396         * lib/unilbrk/lbrkprop2.h: Regenerated.
9397         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
9398         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
9399         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
9400         Likewise.
9401         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
9402         Likewise.
9403         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
9404         result.
9405         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
9406         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
9407         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
9408         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
9409         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
9410         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
9411
9412 2008-05-11  Bruno Haible  <bruno@clisp.org>
9413
9414         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
9415
9416 2008-05-11  Bruno Haible  <bruno@clisp.org>
9417
9418         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
9419         * modules/unilbrk/gen-lbrk: New file.
9420
9421 2008-05-11  Bruno Haible  <bruno@clisp.org>
9422
9423         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
9424         * m4/sha512.m4 (gl_SHA512): Likewise.
9425
9426 2008-05-11  Jim Meyering  <meyering@redhat.com>
9427
9428         New modules: crypto/sha256, crypto/sha512 (from coreutils)
9429         * modules/crypto/sha256: New file.
9430         * modules/crypto/sha512: Likewise.
9431         * lib/sha256.c: Likewise.
9432         * lib/sha256.h: Likewise.
9433         * lib/sha512.c: Likewise.
9434         * lib/sha512.h: Likewise.
9435         * lib/u64.h: Likewise.
9436         * m4/sha256.m4: Likewise.
9437         * m4/sha512.m4: Likewise.
9438         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
9439
9440 2008-05-10  Bruno Haible  <bruno@clisp.org>
9441
9442         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
9443         (Input/Output <stdio.h>): Add xprintf.
9444         (Signal handling <signal.h>): Add strsignal.
9445         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
9446         (Core language properties): Add func.
9447         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
9448         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
9449         strings.
9450         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
9451         (Input/output): New section.
9452         (File system functions): Add openat-die, stat-macros.
9453         (Networking functions): Add sockets.
9454         (Unicode string functions): Add unictype/*.
9455         (Support for building libraries and executables): Add gperf.
9456         (Support for building documentation): Add agpl-3.0.
9457         (Misc): Add nocrash.
9458
9459 2008-05-10  Bruno Haible  <bruno@clisp.org>
9460
9461         * modules/unictype/gen-ctype: New file.
9462
9463 2008-05-10  Jim Meyering  <meyering@redhat.com>
9464
9465         Make chdir-safer.c more efficient on a system with no symlinks.
9466         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
9467         also if ELOOP is zero.  Suggested by Bruno Haible.
9468
9469         Make chdir-safer.c slightly safer.
9470         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
9471         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
9472
9473         Avoid compile failure on systems without ELOOP (like mingw).
9474         * lib/chdir-safer.c (ELOOP): Define if not already defined.
9475         Reported by Bruno Haible.
9476
9477 2008-05-10  Bruno Haible  <bruno@clisp.org>
9478
9479         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
9480         (is_utf8_encoding): Use a case-insensitive comparison.
9481         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
9482         streq.
9483
9484 2008-05-10  Bruno Haible  <bruno@clisp.org>
9485
9486         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
9487         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
9488         * lib/unilbrk/ulc-common.h (iconv_string_length,
9489         iconv_string_keeping_offsets): Remove declarations.
9490         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
9491         Don't include <iconv.h>, streq.h, xsize.h.
9492         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
9493         conversion.
9494         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
9495         <iconv.h>, streq.h, xsize.h.
9496         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
9497         conversion.
9498         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
9499         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
9500         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
9501         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
9502
9503 2008-05-10  Bruno Haible  <bruno@clisp.org>
9504
9505         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
9506         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
9507
9508         * modules/unilbrk/u32-width-linebreaks-tests: New file.
9509         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
9510
9511         * modules/unilbrk/u16-width-linebreaks-tests: New file.
9512         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
9513
9514         * modules/unilbrk/u8-width-linebreaks-tests: New file.
9515         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
9516
9517         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
9518         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
9519
9520         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
9521         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
9522
9523         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
9524         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
9525
9526         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
9527         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
9528
9529 2008-05-10  Bruno Haible  <bruno@clisp.org>
9530
9531         Split up 'linebreak' module.
9532         * lib/unilbrk.h: New file, based on lib/linebreak.h.
9533         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
9534         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
9535         modifications.
9536         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
9537         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
9538         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
9539         lib/linebreak.c.
9540         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
9541         lib/linebreak.c.
9542         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
9543         lib/linebreak.c.
9544         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
9545         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
9546         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
9547         lib/linebreak.c.
9548         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
9549         lib/linebreak.c.
9550         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
9551         lib/linebreak.c.
9552         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
9553         lib/linebreak.c.
9554         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
9555         lib/linebreak.c.
9556         * modules/unilbrk/base: New file.
9557         * modules/unilbrk/tables: New file.
9558         * modules/unilbrk/u8-possible-linebreaks: New file.
9559         * modules/unilbrk/u16-possible-linebreaks: New file.
9560         * modules/unilbrk/u32-possible-linebreaks: New file.
9561         * modules/unilbrk/ulc-common: New file.
9562         * modules/unilbrk/ulc-possible-linebreaks: New file.
9563         * modules/unilbrk/u8-width-linebreaks: New file.
9564         * modules/unilbrk/u16-width-linebreaks: New file.
9565         * modules/unilbrk/u32-width-linebreaks: New file.
9566         * modules/unilbrk/ulc-width-linebreaks: New file.
9567         * lib/linebreak.h: Remove file.
9568         * lib/linebreak.c: Remove file.
9569         * m4/linebreak.m4: Remove file.
9570         * modules/linebreak: Remove file.
9571         * NEWS: Mention the changes.
9572
9573 2008-05-09  Eric Blake  <ebb9@byu.net>
9574
9575         Add xmemdup0.
9576         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
9577         implementation.
9578         * lib/xmalloc.c (xmemdup0): New C implementation.
9579
9580 2008-05-08  Bruno Haible  <bruno@clisp.org>
9581
9582         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
9583
9584 2008-05-07  Eric Blake  <ebb9@byu.net>
9585
9586         Support cross-compilation of <wctype.h>.
9587         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
9588         AC_CACHE_CHECK.
9589
9590 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
9591
9592         * build-aux/vc-list-files: Add support for bzr.
9593
9594 2008-05-03  Jim Meyering  <meyering@redhat.com>
9595
9596         avoid failed assertion with tight malloc
9597         * tests/test-getndelim2.c: Correct an off-by-one assertion.
9598
9599 2008-05-03  Simon Josefsson  <simon@josefsson.org>
9600
9601         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
9602         are needed from arpa/inet.h.
9603         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
9604         Reported by Bruno Haible.
9605
9606 2008-05-02  Jim Meyering  <meyering@redhat.com>
9607
9608         avoid compilation error on FreeBSD 6
9609         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
9610
9611 2008-05-01  Jim Meyering  <meyering@redhat.com>
9612
9613         useless-if-before-free: correct --help's exit status description
9614         * build-aux/useless-if-before-free (usage): Like grep, exit 0
9615         for one or more matches, etc.  Reported by Bruno Haible.
9616
9617         vc-list-files: make the stand-alone gnulib test work
9618         * modules/vc-list-files-tests (configure.ac):
9619         Define and AC_SUBST abs_aux_dir.
9620         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
9621         $(abs_top_srcdir) to each script and having each of them
9622         duplicate the work of setting PATH, set PATH here, using
9623         the new variable, abs_aux_dir instead.
9624         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
9625         * tests/test-vc-list-files-git.sh: Likewise.
9626         Reported by Bruno Haible.
9627
9628 2008-05-01  Bruno Haible  <bruno@clisp.org>
9629
9630         * lib/getndelim2.c (getndelim2): Fix newsize computation during
9631         reallocation. Rename 'done' to 'found_delimiter'.
9632
9633 2008-05-01  Jim Meyering  <meyering@redhat.com>
9634
9635         vc-list-files: accommodate /bin/sh like the one from Solaris 10
9636         * build-aux/vc-list-files: Use `...`, not $(...).
9637
9638 2008-04-30  Jim Meyering  <meyering@redhat.com>
9639
9640         add tests for vc-list-files
9641         * modules/vc-list-files-tests: New module.
9642         * tests/test-vc-list-files-cvs.sh: New file.
9643         * tests/test-vc-list-files-git.sh: New file.
9644
9645         avoid a warning from gcc
9646         * lib/getndelim2.c (IF_LINT): Define.
9647         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
9648
9649         vc-list-files: work properly with build-aux/cvsu, too
9650         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
9651         to all cvs-based clauses.
9652
9653         vc-list-files: work properly in the CVS+awk case, too
9654         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
9655
9656         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
9657         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
9658         take more than one file argument, so .  Add quotes, just in case $dir
9659         ever contains a shell meta-character.  Prompted by Soren Hansen in
9660         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
9661
9662 2008-04-29  Eric Blake  <ebb9@byu.net>
9663
9664         Optimize getndelim2 to use block operations when possible.
9665         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
9666         freadseek, and memchr2.
9667         * lib/getndelim2.c (getndelim2): Use them for block reads.
9668
9669 2008-04-29  Bruno Haible  <bruno@clisp.org>
9670
9671         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
9672         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9673         * modules/inet_ntop (Depends-on): Add extensions.
9674         * modules/inet_pton (Depends-on): Likewise.
9675         Reported by Simon Josefsson.
9676
9677 2008-04-29  Jim Meyering  <meyering@redhat.com>
9678
9679         When the is more than one match in a block, match all of them.
9680         * build-aux/useless-if-before-free: Iterate through each block
9681         until there are no more matches.
9682
9683         Fix broken useless-if-before-free script.
9684         * build-aux/useless-if-before-free: Fix typo: missing "?" after
9685         the expression to match cast of argument to free-like function.
9686
9687 2008-04-29  Eric Blake  <ebb9@byu.net>
9688
9689         Use new header.
9690         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
9691
9692 2008-04-29  Jim Meyering  <meyering@redhat.com>
9693
9694         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
9695         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
9696         by gnulib to exist and to declare e.g., inet_ntop.
9697         Don't include "inet_ntop.h", now removed.
9698
9699         * m4/arpa_inet_h.m4: Remove trailing blanks.
9700
9701 2008-04-29  Eric Blake  <ebb9@byu.net>
9702
9703         Silence valgrind on safe reads beyond potential array bounds.
9704         * lib/rawmemchr.valgrind: New file.
9705         * lib/strchrnul.valgrind: Likewise.
9706         * modules/rawmemchr (Files): Distribute new file.
9707         * modules/strchrnul (Files): Likewise.
9708         Suggested by Bruno Haible.
9709
9710 2008-04-29  Bruno Haible  <bruno@clisp.org>
9711
9712         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
9713         (inet_ntop, inet_pton): Change portability warning's wording.
9714         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
9715         Invoke gl_CHECK_NEXT_HEADERS.
9716         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
9717         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
9718         set ARPA_INET_H.
9719         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9720         * modules/arpa_inet (Description): No longer only for systems that
9721         lack it.
9722         (Depends-on): Add include_next.
9723         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
9724         HAVE_ARPA_INET_H.
9725
9726 2008-04-29  Jim Meyering  <meyering@redhat.com>
9727
9728         * modules/mkdir (License): Re-license as LGPLv2+.
9729
9730 2008-04-29  Bruno Haible  <bruno@clisp.org>
9731
9732         * modules/rawmemchr (Maintainer): Set to Eric.
9733         * modules/strchrnul (Maintainer): Likewise.
9734
9735 2008-04-29  Simon Josefsson  <simon@josefsson.org>
9736
9737         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
9738         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
9739
9740         * modules/arpa_inet (arpa/inet.h): Use them.
9741
9742 2008-04-28  Eric Blake  <ebb9@byu.net>
9743
9744         Test getndelim2.
9745         * modules/getndelim2-tests: New file.
9746         * tests/test-getndelim2.c: Likewise.
9747         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
9748         stream.
9749         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
9750
9751         * MODULES.html.sh: Document new module.
9752
9753 2008-04-20  Bruno Haible  <bruno@clisp.org>
9754
9755         * lib/c-stack.c (die): Use raise.
9756         * modules/c-stack (Depends-on): Add raise.
9757
9758 2008-04-28  Bruno Haible  <bruno@clisp.org>
9759
9760         Expect rpmatch to be declared.
9761         * lib/yesno.c (rpmatch): Remove declaration.
9762
9763         Declare rpmatch.
9764         * lib/stdlib.in.h (rpmatch): New declaration.
9765         * lib/rpmatch.c: Include <stdlib.h> first.
9766         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
9767         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
9768         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
9769         HAVE_RPMATCH.
9770         * modules/rpmatch (Depends-on): Add stdlib, extensions.
9771         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9772         (Include): Set to <stdlib.h>.
9773         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
9774         HAVE_RPMATCH.
9775         * NEWS: Document the change.
9776
9777 2008-04-28  Bruno Haible  <bruno@clisp.org>
9778
9779         Change rpmatch to use nl_langinfo when appropriate.
9780         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
9781         (N_): New macro.
9782         (localized_pattern): New function/macro.
9783         (try): Remove match, nomatch arguments. Copy the pattern into safe
9784         memory before caching it.
9785         (rpmatch): Use localized_pattern. Add translator comments.
9786         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
9787         Suggested by Eric Blake.
9788         * modules/rpmatch (Depends-on): Add stdbool.
9789
9790 2008-04-28  Eric Blake  <ebb9@byu.net>
9791
9792         Add rawmemchr module, matching glibc.
9793         * modules/string (Makefile.am): New indicator.
9794         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
9795         * lib/string.in.h (rawmemchr): Declare when appropriate.
9796         * modules/rawmemchr: New file.
9797         * m4/rawmemchr.m4: Likewise.
9798         * lib/rawmemchr.c: Likewise.
9799         * modules/rawmemchr-tests: Likewise.
9800         * tests/test-rawmemchr.c: Likewise.
9801         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
9802         module.
9803         * modules/strchrnul (Depends-on): Add rawmemchr.
9804         * lib/strchrnul.c (strchrnul): Optimize a corner case.
9805
9806         Whitespace cleanup.
9807         * tests/test-strchrnul.c: Reindent.
9808         * lib/strchrnul.c: Likewise.
9809
9810         Optimize and test strchrnul.
9811         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
9812         * modules/strchrnul-tests: New file.
9813         * tests/test-strchrnul.c: Likewise.
9814
9815         Remove intprops dependency.
9816         * modules/memchr (Depends-on): Remove intprops.
9817         * modules/memrchr (Depends-on): Likewise.
9818         * modules/memchr2 (Depends-on): Likewise.
9819         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
9820         * lib/memrchr.c (__memrchr): Likewise.
9821         * lib/memrchr2.c (memchr2): Likewise.
9822         Reported by Simon Josefsson.
9823
9824 2008-04-28  Simon Josefsson  <simon@josefsson.org>
9825
9826         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
9827         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9828
9829 2008-04-28  Simon Josefsson  <simon@josefsson.org>
9830
9831         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
9832
9833         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
9834
9835         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
9836
9837         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
9838         declarations.
9839         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
9840
9841         * m4/inet_pton.m4: Don't check for header files.
9842
9843         * m4/inet_ntop.m4: Don't check for header files.
9844
9845 2008-04-28  Simon Josefsson  <simon@josefsson.org>
9846
9847         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
9848         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
9849         trigger for cygwin).
9850         Reported by Bruno Haible  <bruno@clisp.org>.
9851
9852 2008-04-28  Bruno Haible  <bruno@clisp.org>
9853
9854         * doc/posix-functions/strdup.texi: Mention mingw problem.
9855
9856 2008-04-27  Bruno Haible  <bruno@clisp.org>
9857
9858         * modules/stat-time-tests (Depends-on): Add sleep.
9859         * tests/test-stat-time.c (force_unlink): New function.
9860         (cleanup): Use it.
9861         (test_mtime): Remove the ctime related tests.
9862         (test_ctime): New function, containing the ctime related tests.
9863         (main): Call test_ctime, except on native Windows platforms.
9864
9865 2008-04-27  Bruno Haible  <bruno@clisp.org>
9866
9867         * lib/rpmatch.c (rpmatch): Add some comments.
9868         Reported by James Youngman <jay@gnu.org>.
9869
9870 2008-04-27  Bruno Haible  <bruno@clisp.org>
9871
9872         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
9873         quiet NaNs.
9874
9875 2008-04-27  Bruno Haible  <bruno@clisp.org>
9876
9877         Make test-yesno.sh work on mingw.
9878         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
9879         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
9880         (main): Set stdin to binary mode.
9881         * modules/yesno-tests (Depends-on): Add binary-io.
9882
9883 2008-04-27  Bruno Haible  <bruno@clisp.org>
9884
9885         Fix 'isfinite' on x86, x86_64, ia64 platforms.
9886         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
9887         argument that lie outside the IEEE 854 domain.
9888         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
9889         (gl_ISFINITE): Use it.
9890         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
9891
9892 2008-04-27  Bruno Haible  <bruno@clisp.org>
9893
9894         Allow local renaming in config.h.
9895         * lib/memrchr.c (memrchr): Don't undefine outside libc.
9896
9897 2008-04-27  Bruno Haible  <bruno@clisp.org>
9898
9899         * lib/memchr.c (__memchr): Change type of 'i'.
9900         * lib/memchr2.c (memchr2): Likewise.
9901
9902 2008-04-26  Eric Blake  <ebb9@byu.net>
9903         and Bruno Haible  <bruno@clisp.org>
9904
9905         Optimize and test memrchr.
9906         * modules/memrchr (Depends-on): Add intprops.
9907         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
9908         * modules/memrchr-tests: New file.
9909         * tests/test-memrchr.c: New file.
9910
9911 2008-04-26  Bruno Haible  <bruno@clisp.org>
9912
9913         Add tentative support for DragonFly BSD.
9914         * lib/stdio-impl.h: Add macros for DragonFly BSD.
9915         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
9916         fp.
9917         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
9918         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
9919         * lib/fpurge.c (fpurge): Likewise.
9920         * lib/freadable.c (freaadable): Likewise.
9921         * lib/freadahead.c (freadahead): Likewise.
9922         * lib/freading.c (freading): Likewise.
9923         * lib/freadptr.c (freadptr): Likewise.
9924         * lib/freadseek.c (freadptrinc): Likewise.
9925         * lib/fseeko.c (fseeko): Likewise.
9926         * lib/fseterr.c (fseterr): Likewise.
9927         * lib/fwritable.c (fwritable): Likewise.
9928         * lib/fwriting.c (fwriting): Likewise.
9929
9930 2008-04-26  Bruno Haible  <bruno@clisp.org>
9931
9932         * lib/stdio-impl.h: New file.
9933         * lib/fbufmode.c: Include stdio-impl.h.
9934         (fbufmode): Use fp_, remove redundant #defines.
9935         * lib/fflush.c: Include stdio-impl.h.
9936         (clear_ungetc_buffer): Remove redundant #defines.
9937         * lib/fpurge.c: Include stdio-impl.h.
9938         (fpurge): Remove redundant #defines.
9939         * lib/freadable.c: Include stdio-impl.h.
9940         (freadable): Remove redundant #defines.
9941         * lib/freadahead.c: Include stdio-impl.h.
9942         (freadahead): Remove redundant #defines.
9943         * lib/freading.c: Include stdio-impl.h.
9944         (freading): Remove redundant #defines.
9945         * lib/freadptr.c: Include stdio-impl.h.
9946         (freadptr): Remove redundant #defines.
9947         * lib/freadseek.c: Include stdio-impl.h.
9948         (freadptrinc): Remove redundant #defines.
9949         * lib/fseeko.c: Include stdio-impl.h.
9950         (rpl_fseeko): Remove redundant #defines.
9951         * lib/fseterr.c: Include stdio-impl.h.
9952         (fseterr): Remove redundant #defines.
9953         * lib/fwritable.c: Include stdio-impl.h.
9954         (fwritable: Remove redundant #defines.
9955         * lib/fwriting.c: Include stdio-impl.h.
9956         (fwriting): Remove redundant #defines.
9957         * modules/fbufmode (Files): Add lib/stdio-impl.h.
9958         * modules/fflush (Files): Likewise.
9959         * modules/fpurge (Files): Likewise.
9960         * modules/freadable (Files): Likewise.
9961         * modules/freadahead (Files): Likewise.
9962         * modules/freading (Files): Likewise.
9963         * modules/freadptr (Files): Likewise.
9964         * modules/freadseek (Files): Likewise.
9965         * modules/fseeko (Files): Likewise.
9966         * modules/fseterr (Files): Likewise.
9967         * modules/fwritable (Files): Likewise.
9968         * modules/fwriting (Files): Likewise.
9969
9970 2008-04-26  Bruno Haible  <bruno@clisp.org>
9971
9972         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
9973         restore_seek_optimization, update_fpos_cache): New functions, extracted
9974         from rpl_fflush.
9975         (rpl_fflush): Use them.
9976         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
9977         (gl_REPLACE_FFLUSH): Use it.
9978
9979 2008-04-26  Bruno Haible  <bruno@clisp.org>
9980
9981         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
9982         on Solaris.
9983         * tests/test-xstrtoimax.sh: Likewise.
9984         * tests/test-xstrtoumax.sh: Likewise.
9985         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9986
9987 2008-04-26  Bruno Haible  <bruno@clisp.org>
9988
9989         * modules/memchr-tests: New file.
9990         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
9991
9992 2008-04-26  Eric Blake  <ebb9@byu.net>
9993             Bruno Haible  <bruno@clisp.org>
9994
9995         * lib/memchr.c: Include intprops.h.
9996         (__memchr): Optimize parallel detection of matching bytes. Rename local
9997         variables. Add explanatory comments.
9998
9999 2008-04-26  Bruno Haible  <bruno@clisp.org>
10000
10001         Fix module 'memchr', broken since 2000-10-28.
10002         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
10003
10004 2008-04-26  Bruno Haible  <bruno@clisp.org>
10005
10006         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
10007         comments.
10008
10009 2008-04-25  Eric Blake  <ebb9@byu.net>
10010
10011         Use native fstatat on cygwin 1.7.0.
10012         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
10013         first.
10014
10015 2008-04-23  Eric Blake  <ebb9@byu.net>
10016
10017         Improve memchr2 performance.
10018         * lib/memchr2.c (memchr2): Further optimize parallel detection of
10019         NUL bytes.
10020         * modules/memchr2 (Depends-on): Use intprops.h.
10021
10022 2008-04-23  Simon Josefsson  <simon@josefsson.org>
10023
10024         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
10025         an inline function instead of a CPP macro.  Patch by Ben Pfaff
10026         <blp@cs.stanford.edu>.
10027
10028 2008-04-23  Simon Josefsson  <simon@josefsson.org>
10029
10030         * lib/arpa_inet.in.h: New file.
10031
10032         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
10033         (Makefile.am): Sed in substitute header file.
10034
10035         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
10036         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
10037
10038         * modules/inet_ntop (configure.ac): Use
10039         gl_ARPA_INET_MODULE_INDICATOR.
10040
10041         * modules/inet_pton (configure.ac): Use
10042         gl_ARPA_INET_MODULE_INDICATOR.
10043
10044 2008-04-22  Jim Meyering  <meyering@redhat.com>
10045
10046         * modules/verify (License): Re-license as LGPLv2+.
10047
10048 2008-04-22  Simon Josefsson  <simon@josefsson.org>
10049
10050         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
10051         parameter to void* as per POSIX standard (MinGW uses char*).
10052
10053 2008-04-21  Bruno Haible  <bruno@clisp.org>
10054
10055         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
10056         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
10057         Define to replacements if REPLACE_ISWCNTRL is 1.
10058         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
10059         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
10060         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
10061         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
10062         what it fixes.
10063         * doc/posix-functions/iswalpha.texi: Likewise.
10064         * doc/posix-functions/iswblank.texi: Likewise.
10065         * doc/posix-functions/iswcntrl.texi: Likewise.
10066         * doc/posix-functions/iswdigit.texi: Likewise.
10067         * doc/posix-functions/iswgraph.texi: Likewise.
10068         * doc/posix-functions/iswlower.texi: Likewise.
10069         * doc/posix-functions/iswprint.texi: Likewise.
10070         * doc/posix-functions/iswpunct.texi: Likewise.
10071         * doc/posix-functions/iswspace.texi: Likewise.
10072         * doc/posix-functions/iswupper.texi: Likewise.
10073         * doc/posix-functions/iswxdigit.texi: Likewise.
10074         Reported by Alain Guibert.
10075
10076 2008-04-21  Bruno Haible  <bruno@clisp.org>
10077
10078         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
10079         Patch by Alain Guibert.
10080
10081 2008-04-21  Bruno Haible  <bruno@clisp.org>
10082
10083         Fix test failures on mingw.
10084         * tests/test-xstrtol.c (print_no_progname): New function.
10085         (main): Install it in error_print_progname hook.
10086         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
10087         * tests/test-xstrtoimax.sh: Likewise.
10088         * tests/test-xstrtoumax.sh: Likewise.
10089
10090 2008-04-21  Bruno Haible  <bruno@clisp.org>
10091
10092         Fix test failure on mingw.
10093         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
10094
10095 2008-04-21  Bruno Haible  <bruno@clisp.org>
10096
10097         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
10098         Actually assign a value.
10099
10100 2008-04-20  Bruno Haible  <bruno@clisp.org>
10101
10102         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
10103         take 2.
10104         * lib/canonicalize.c (canonicalize_file_name): Elide if the
10105         'canonicalize-lgpl' module is also used.
10106         * lib/canonicalize-lgpl.c: Undo last change.
10107         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
10108
10109 2008-04-20  Bruno Haible  <bruno@clisp.org>
10110
10111         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
10112         config.h. Provide _mkdir based fallback for mingw.
10113         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
10114         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
10115         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
10116         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
10117         rather than defining mkdir in config.h.
10118         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
10119         (gl_SYS_STAT_H_DEFAULTS): New macro.
10120         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
10121         HAVE_IO_H any more.
10122         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
10123         HAVE_DECL_MKDIR and HAVE_IO_H.
10124
10125 2008-04-20  Bruno Haible  <bruno@clisp.org>
10126
10127         * lib/isapipe.c: Port to native Windows platforms.
10128
10129 2008-04-20  Bruno Haible  <bruno@clisp.org>
10130
10131         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
10132
10133 2008-04-21  Eric Blake  <ebb9@byu.net>
10134
10135         Work around preprocessors that don't handle UINTMAX_MAX.
10136         * lib/memchr2.c (memchr2): Avoid embedded #if.
10137         Reported by Alain Guibert, fix suggested by Bruno Haible.
10138
10139 2008-04-21  Simon Josefsson  <simon@josefsson.org>
10140
10141         * doc/posix-functions/strftime.texi (strftime): Explain better
10142         Windows incompatibility.  Suggested by Micah Cowan
10143         <micah@cowan.name>.
10144
10145 2008-04-20  Bruno Haible  <bruno@clisp.org>
10146
10147         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
10148         unistr/u8-mblen.
10149
10150 2008-04-20  Bruno Haible  <bruno@clisp.org>
10151
10152         Fix test failure on platforms with non-GNU iconv.
10153         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
10154         (U_TO_U8): Use it, rather than u16_to_u8.
10155         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
10156         units at the end of the input string.
10157         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
10158
10159 2008-04-20  Bruno Haible  <bruno@clisp.org>
10160
10161         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
10162         when the resulting length is 0.
10163         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
10164
10165 2008-04-20  Bruno Haible  <bruno@clisp.org>
10166
10167         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
10168         works.
10169         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
10170
10171 2008-04-20  Bruno Haible  <bruno@clisp.org>
10172
10173         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
10174         * modules/tsearch-tests (configure.ac): Test for initstate function.
10175
10176 2008-04-20  Bruno Haible  <bruno@clisp.org>
10177
10178         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
10179         for nlink_t if missing.
10180         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
10181
10182 2008-04-19  Bruno Haible  <bruno@clisp.org>
10183
10184         Work around snprintf bug on Linux libc5.
10185         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
10186         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10187         gl_SNPRINTF_SIZE1.
10188         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10189         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
10190         that test failed.
10191         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
10192         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
10193         * modules/snprintf (Files): Add m4/printf.m4.
10194         * modules/vsnprintf (Files): Likewise.
10195         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
10196         * doc/posix-functions/vsnprintf.texi: Likewise.
10197
10198 2008-04-19  Bruno Haible  <bruno@clisp.org>
10199
10200         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
10201         from 0.0058 to less than 10^-7.
10202
10203 2008-04-19  Bruno Haible  <bruno@clisp.org>
10204
10205         Fix rounding when a precision is given.
10206         * lib/vasnprintf.c (is_borderline): New function.
10207         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
10208         9...9x.
10209         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
10210         %e, %g.
10211         * tests/test-vasprintf-posix.c (test_function): Likewise.
10212         * tests/test-snprintf-posix.h (test_function): Likewise.
10213         * tests/test-sprintf-posix.h (test_function): Likewise.
10214         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
10215         * tests/test-printf-posix.h (test_function): Likewise.
10216         * tests/test-printf-posix.output: Update.
10217         Reported by John Darrington <john@darrington.wattle.id.au> via
10218         Ben Pfaff <blp@cs.stanford.edu>.
10219
10220 2008-04-18  Simon Josefsson  <simon@josefsson.org>
10221
10222         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
10223         Suggested by Bruno Haible <bruno@clisp.org>.
10224
10225 2008-04-17  Bruno Haible  <bruno@clisp.org>
10226
10227         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
10228         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
10229         implementation.
10230         Patch by Bruce Merry <bmerry@gmail.com>.
10231
10232 2008-04-17  Simon Josefsson  <simon@josefsson.org>
10233
10234         * doc/posix-functions/strftime.texi (strftime): Mention that %e
10235         doesn't work under Windows.
10236
10237 2008-04-16  Bruno Haible  <bruno@clisp.org>
10238
10239         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
10240         New macros.
10241         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
10242         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
10243         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
10244         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
10245         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
10246         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
10247         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
10248         macros.
10249         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
10250         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
10251         Northern Sotho, Uighur.
10252
10253 2008-04-16  Bruno Haible  <bruno@clisp.org>
10254
10255         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
10256         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
10257         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
10258         Reported by Daniel Bergström <daniel@octocode.com>.
10259
10260 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
10261             Bruno Haible  <bruno@clisp.org>
10262
10263         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
10264         function.
10265         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
10266         New functions, mostly extracted from gl_locale_name_default.
10267         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
10268
10269 2008-04-16  Eric Blake  <ebb9@byu.net>
10270
10271         Adjust strtod detection to catch glibc 2.7 bug.
10272         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
10273         Reported by John Gatewood Ham.
10274
10275 2008-04-16  Bruno Haible  <bruno@clisp.org>
10276
10277         Add tentative support for Linux libc5.
10278         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
10279         * lib/fpurge.c (fpurge): Likewise.
10280         * lib/freadable.c (freadable): Likewise.
10281         * lib/freadahead.c (freadahead): Likewise.
10282         * lib/freading.c (freading): Likewise.
10283         * lib/freadptr.c (freadptr): Likewise.
10284         * lib/freadseek.c (freadptrinc): Likewise.
10285         * lib/fseeko.c (rpl_fseeko): Likewise.
10286         * lib/fseterr.c (fseterr): Likewise.
10287         * lib/fwritable.c (fwritable): Likewise.
10288         * lib/fwriting.c (fwriting): Likewise.
10289         Reported by Alain Guibert <alguibert+bts@free.fr>.
10290
10291 2008-04-15  Bruno Haible  <bruno@clisp.org>
10292
10293         * modules/mathl (configure.ac): Define module indicator.
10294
10295 2008-04-15  Bruno Haible  <bruno@clisp.org>
10296
10297         * lib/logl.c (logl): Remove unused variables.
10298
10299 2008-04-15  Bruno Haible  <bruno@clisp.org>
10300
10301         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
10302         fails.
10303
10304 2008-04-15  Bruno Haible  <bruno@clisp.org>
10305
10306         * lib/trim.c (trim2): Fix argument of isspace() macro.
10307
10308 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
10309
10310         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
10311         to 0.
10312         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
10313
10314 2008-04-14  Bruno Haible  <bruno@clisp.org>
10315
10316         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
10317         AC_LANG_PROGRAM argument.
10318         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
10319         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
10320         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10321         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
10322         * m4/math_h.m4 (gl_MATH_H): Likewise.
10323         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
10324         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
10325         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
10326         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
10327         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
10328         * m4/regex.m4 (gl_REGEX): Likewise.
10329         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
10330         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
10331         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
10332         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
10333         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
10334         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
10335         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
10336         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
10337
10338 2008-04-14  Jim Meyering  <meyering@redhat.com>
10339
10340         test-strtod: fix typos: s/abs/fabs/
10341         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
10342
10343 2008-04-13  Bruno Haible  <bruno@clisp.org>
10344
10345         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
10346         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
10347         module is also used and while not building the reloc-wrapper.
10348
10349 2008-04-13  Bruno Haible  <bruno@clisp.org>
10350
10351         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
10352
10353 2008-04-13  Bruno Haible  <bruno@clisp.org>
10354
10355         Fix AIX compilation failure introduced on 2008-04-02.
10356         * tests/test-frexp.c (exp): Undefine before redefining.
10357         * tests/test-frexpl.c (exp): Likewise.
10358
10359 2008-04-13  Bruno Haible  <bruno@clisp.org>
10360
10361         Work around a HP-UX stdio bug.
10362         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
10363         * tests/test-ftello.c (main): Likewise.
10364         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
10365         * doc/posix-functions/ftello.texi: Likewise.
10366
10367 2008-04-13  Bruno Haible  <bruno@clisp.org>
10368
10369         Make test-signbit pass on HP-UX/hppa.
10370         * tests/test-signbit.c (minus_zerol): New variable.
10371         (test_signbitl): Use it.
10372
10373 2008-04-13  Bruno Haible  <bruno@clisp.org>
10374
10375         Make truncl work on OSF/1 4.0.
10376         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
10377         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
10378         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
10379         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
10380         HAVE_DECL_TRUNCL.
10381         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
10382         HAVE_DECL_TRUNCL.
10383         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
10384
10385 2008-04-13  Bruno Haible  <bruno@clisp.org>
10386
10387         * lib/unictype.h: Remove trailing comma from enumeration definitions.
10388
10389 2008-04-13  Bruno Haible  <bruno@clisp.org>
10390
10391         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
10392         expression, so as to avoid HP-UX 11 cc compiler bug.
10393
10394 2008-04-13  Bruno Haible  <bruno@clisp.org>
10395
10396         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
10397
10398 2008-04-13  Bruno Haible  <bruno@clisp.org>
10399
10400         * lib/git-merge-changelog.c: Remove empty declaration outside of
10401         functions.
10402
10403 2008-04-13  Bruno Haible  <bruno@clisp.org>
10404
10405         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
10406
10407 2008-04-13  Bruno Haible  <bruno@clisp.org>
10408
10409         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
10410         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
10411         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
10412         also if it exists but lacks definitions of the SHUT_* macros.
10413         * modules/sys_socket (Description): Update.
10414         Reported by Elbert Pol <e.pol@chello.nl>.
10415
10416 2008-04-13  Bruno Haible  <bruno@clisp.org>
10417
10418         * lib/localcharset.c (OS2): Don't redefine if already defined.
10419         Reported by Elbert Pol <e.pol@chello.nl>.
10420
10421 2008-04-13  Bruno Haible  <bruno@clisp.org>
10422
10423         * lib/binary-io.h [__EMX__]: Include <io.h>.
10424         Reported by Elbert Pol <e.pol@chello.nl>.
10425
10426 2008-04-12  Bruno Haible  <bruno@clisp.org>
10427
10428         * lib/fpucw.h: Enable the definitions also for x86_64.
10429         Needed for NetBSD/x86_64.
10430         Reported by Thomas Klausner <tk@giga.or.at>.
10431
10432 2008-04-12  Bruno Haible  <bruno@clisp.org>
10433
10434         * tests/test-strtod.c: Include isnand.h.
10435         (main): Use isnand instead of isnan.
10436         Reported by Jim Meyering.
10437
10438 2008-04-12  Bruno Haible  <bruno@clisp.org>
10439
10440         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
10441         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
10442
10443 2008-04-12  Jim Meyering  <meyering@redhat.com>
10444
10445         * m4/math_h.m4 (gl_MATH_H): Fix typos.
10446
10447 2008-04-12  Bruno Haible  <bruno@clisp.org>
10448
10449         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
10450         Reported by Elbert Pol <e.pol@chello.nl>.
10451
10452 2008-04-12  Eric Blake  <ebb9@byu.net>
10453
10454         Work around Solaris 10 math.h bug.
10455         * m4/math_h.m4 (gl_MATH_H): Check for bug.
10456         (gl_MATH_H_DEFAULTS): Set up default.
10457         * modules/math (Makefile.am): Replace new indicators.
10458         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
10459         * tests/test-math.c (main): Test this.
10460         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
10461         * doc/posix-headers/math.texi (math.h): Mention bug.
10462         Reported by Nelson H. F. Beebe and Jim Meyering.
10463
10464 2008-04-11  Bruno Haible  <bruno@clisp.org>
10465
10466         Adapt to future versions of Apple GCC.
10467         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
10468         Reported by Peter O'Gorman <peter@pogma.com>.
10469
10470 2008-04-11  Bruno Haible  <bruno@clisp.org>
10471
10472         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
10473
10474 2008-04-11  Bruno Haible  <bruno@clisp.org>
10475
10476         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
10477
10478         * modules/getaddrinfo-tests (Makefile.am): Define
10479         test_getaddrinfo_LDADD.
10480
10481 2008-04-11  Bruno Haible  <bruno@clisp.org>
10482
10483         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
10484         (init): Fix syntax error.
10485         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
10486         is declared.
10487
10488 2008-04-11  Bruno Haible  <bruno@clisp.org>
10489
10490         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
10491         * modules/glob (Depends-on): Add stdbool.
10492
10493 2008-04-11  Bruno Haible  <bruno@clisp.org>
10494
10495         * lib/trim.c: Include <string.h>.
10496
10497 2008-04-11  Eric Blake  <ebb9@byu.net>
10498
10499         Avoid compile failure on OS/2.
10500         * lib/regex_internal.h (internal_function): Disable optimization
10501         on OS/2 (__EMX__), where it caused compiler error.
10502         Reported by Elbert Pol.
10503
10504 2008-04-11  Bruno Haible  <bruno@clisp.org>
10505
10506         Flush the standard error stream before aborting. Needed on mingw.
10507         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
10508         * tests/test-array_list.c (ASSERT): Likewise.
10509         * tests/test-array_oset.c (ASSERT): Likewise.
10510         * tests/test-avltree_list.c (ASSERT): Likewise.
10511         * tests/test-avltree_oset.c (ASSERT): Likewise.
10512         * tests/test-avltreehash_list.c (ASSERT): Likewise.
10513         * tests/test-binary-io.c (ASSERT): Likewise.
10514         * tests/test-byteswap.c (ASSERT): Likewise.
10515         * tests/test-c-ctype.c (ASSERT): Likewise.
10516         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
10517         * tests/test-c-strcasestr.c (ASSERT): Likewise.
10518         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
10519         * tests/test-c-strstr.c (ASSERT): Likewise.
10520         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
10521         * tests/test-canonicalize.c (ASSERT): Likewise.
10522         * tests/test-carray_list.c (ASSERT): Likewise.
10523         * tests/test-ceilf1.c (ASSERT): Likewise.
10524         * tests/test-ceilf2.c (ASSERT): Likewise.
10525         * tests/test-ceill.c (ASSERT): Likewise.
10526         * tests/test-count-one-bits.c (ASSERT): Likewise.
10527         * tests/test-fbufmode.c (ASSERT): Likewise.
10528         * tests/test-fflush2.c (ASSERT): Likewise.
10529         * tests/test-floorf1.c (ASSERT): Likewise.
10530         * tests/test-floorf2.c (ASSERT): Likewise.
10531         * tests/test-floorl.c (ASSERT): Likewise.
10532         * tests/test-fopen.c (ASSERT): Likewise.
10533         * tests/test-fpending.c (ASSERT): Likewise.
10534         * tests/test-fprintf-posix.c (ASSERT): Likewise.
10535         * tests/test-fpurge.c (ASSERT): Likewise.
10536         * tests/test-freadable.c (ASSERT): Likewise.
10537         * tests/test-freadahead.c (ASSERT): Likewise.
10538         * tests/test-freading.c (ASSERT): Likewise.
10539         * tests/test-freadptr.c (ASSERT): Likewise.
10540         * tests/test-freadptr2.c (ASSERT): Likewise.
10541         * tests/test-freadseek.c (ASSERT): Likewise.
10542         * tests/test-freopen.c (ASSERT): Likewise.
10543         * tests/test-frexp.c (ASSERT): Likewise.
10544         * tests/test-frexpl.c (ASSERT): Likewise.
10545         * tests/test-fseek.c (ASSERT): Likewise.
10546         * tests/test-fseeko.c (ASSERT): Likewise.
10547         * tests/test-fstrcmp.c (ASSERT): Likewise.
10548         * tests/test-ftell.c (ASSERT): Likewise.
10549         * tests/test-ftello.c (ASSERT): Likewise.
10550         * tests/test-func.c (ASSERT): Likewise.
10551         * tests/test-fwritable.c (ASSERT): Likewise.
10552         * tests/test-fwriting.c (ASSERT): Likewise.
10553         * tests/test-getdelim.c (ASSERT): Likewise.
10554         * tests/test-getline.c (ASSERT): Likewise.
10555         * tests/test-i-ring.c (ASSERT): Likewise.
10556         * tests/test-iconv-utf.c (ASSERT): Likewise.
10557         * tests/test-iconv.c (ASSERT): Likewise.
10558         * tests/test-isfinite.c (ASSERT): Likewise.
10559         * tests/test-isnand.c (ASSERT): Likewise.
10560         * tests/test-isnanf.c (ASSERT): Likewise.
10561         * tests/test-isnanl.h (ASSERT): Likewise.
10562         * tests/test-ldexpl.c (ASSERT): Likewise.
10563         * tests/test-linked_list.c (ASSERT): Likewise.
10564         * tests/test-linkedhash_list.c (ASSERT): Likewise.
10565         * tests/test-localename.c (ASSERT): Likewise.
10566         * tests/test-lseek.c (ASSERT): Likewise.
10567         * tests/test-mbscasecmp.c (ASSERT): Likewise.
10568         * tests/test-mbscasestr1.c (ASSERT): Likewise.
10569         * tests/test-mbscasestr2.c (ASSERT): Likewise.
10570         * tests/test-mbscasestr3.c (ASSERT): Likewise.
10571         * tests/test-mbscasestr4.c (ASSERT): Likewise.
10572         * tests/test-mbschr.c (ASSERT): Likewise.
10573         * tests/test-mbscspn.c (ASSERT): Likewise.
10574         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
10575         * tests/test-mbspbrk.c (ASSERT): Likewise.
10576         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
10577         * tests/test-mbsrchr.c (ASSERT): Likewise.
10578         * tests/test-mbsspn.c (ASSERT): Likewise.
10579         * tests/test-mbsstr1.c (ASSERT): Likewise.
10580         * tests/test-mbsstr2.c (ASSERT): Likewise.
10581         * tests/test-mbsstr3.c (ASSERT): Likewise.
10582         * tests/test-memchr2.c (ASSERT): Likewise.
10583         * tests/test-memmem.c (ASSERT): Likewise.
10584         * tests/test-open.c (ASSERT): Likewise.
10585         * tests/test-printf-frexp.c (ASSERT): Likewise.
10586         * tests/test-printf-frexpl.c (ASSERT): Likewise.
10587         * tests/test-printf-posix.c (ASSERT): Likewise.
10588         * tests/test-quotearg.c (ASSERT): Likewise.
10589         * tests/test-rbtree_list.c (ASSERT): Likewise.
10590         * tests/test-rbtree_oset.c (ASSERT): Likewise.
10591         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
10592         * tests/test-round1.c (ASSERT): Likewise.
10593         * tests/test-roundf1.c (ASSERT): Likewise.
10594         * tests/test-roundl.c (ASSERT): Likewise.
10595         * tests/test-signbit.c (ASSERT): Likewise.
10596         * tests/test-sleep.c (ASSERT): Likewise.
10597         * tests/test-snprintf-posix.c (ASSERT): Likewise.
10598         * tests/test-snprintf.c (ASSERT): Likewise.
10599         * tests/test-sprintf-posix.c (ASSERT): Likewise.
10600         * tests/test-stat-time.c (ASSERT): Likewise.
10601         * tests/test-strcasestr.c (ASSERT): Likewise.
10602         * tests/test-strerror.c (ASSERT): Likewise.
10603         * tests/test-striconv.c (ASSERT): Likewise.
10604         * tests/test-striconveh.c (ASSERT): Likewise.
10605         * tests/test-striconveha.c (ASSERT): Likewise.
10606         * tests/test-strsignal.c (ASSERT): Likewise.
10607         * tests/test-strstr.c (ASSERT): Likewise.
10608         * tests/test-strtod.c (ASSERT): Likewise.
10609         * tests/test-trunc1.c (ASSERT): Likewise.
10610         * tests/test-trunc2.c (ASSERT): Likewise.
10611         * tests/test-truncf1.c (ASSERT): Likewise.
10612         * tests/test-truncf2.c (ASSERT): Likewise.
10613         * tests/test-truncl.c (ASSERT): Likewise.
10614         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
10615         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
10616         * tests/test-vasnprintf.c (ASSERT): Likewise.
10617         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
10618         * tests/test-vasprintf.c (ASSERT): Likewise.
10619         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
10620         * tests/test-vprintf-posix.c (ASSERT): Likewise.
10621         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
10622         * tests/test-vsnprintf.c (ASSERT): Likewise.
10623         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
10624         * tests/test-wcwidth.c (ASSERT): Likewise.
10625         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
10626         * tests/test-xprintf-posix.c (ASSERT): Likewise.
10627         * tests/test-xvasprintf.c (ASSERT): Likewise.
10628         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
10629         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
10630         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
10631         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
10632         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
10633         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
10634         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
10635         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
10636         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
10637         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
10638         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
10639         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
10640         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
10641         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
10642         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
10643         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
10644         * tests/unictype/test-block_list.c (ASSERT): Likewise.
10645         * tests/unictype/test-block_of.c (ASSERT): Likewise.
10646         * tests/unictype/test-block_test.c (ASSERT): Likewise.
10647         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
10648         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
10649         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
10650         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
10651         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
10652         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
10653         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
10654         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
10655         * tests/unictype/test-combining.c (ASSERT): Likewise.
10656         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
10657         * tests/unictype/test-digit.c (ASSERT): Likewise.
10658         * tests/unictype/test-mirror.c (ASSERT): Likewise.
10659         * tests/unictype/test-numeric.c (ASSERT): Likewise.
10660         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
10661         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
10662         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
10663         * tests/unictype/test-scripts.c (ASSERT): Likewise.
10664         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
10665         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
10666         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
10667         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
10668         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
10669         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
10670         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
10671         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
10672         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
10673         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
10674         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
10675         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
10676         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
10677         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
10678         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
10679         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
10680         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
10681         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
10682         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
10683         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
10684         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
10685         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
10686         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
10687         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
10688         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
10689         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
10690         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
10691         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
10692         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
10693         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
10694         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
10695         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
10696         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
10697         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
10698         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
10699         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
10700         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
10701         Reported by Eric Blake.
10702
10703 2008-04-11  Bruno Haible  <bruno@clisp.org>
10704
10705         * lib/wchar.in.h: Tweak comment.
10706
10707 2008-04-11  Bruno Haible  <bruno@clisp.org>
10708
10709         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
10710         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
10711         gl_COMMON.
10712         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
10713
10714 2008-04-11  Bruno Haible  <bruno@clisp.org>
10715
10716         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
10717
10718 2008-04-11  Simon Josefsson  <simon@josefsson.org>
10719
10720         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
10721         of attempting to use non-existing /dev/*random.  Based on patch
10722         from Adam Strzelecki <ono@java.pl> in
10723         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
10724
10725 2008-04-08  Bruno Haible  <bruno@clisp.org>
10726
10727         Add tentative support for emx+gcc.
10728         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
10729         * lib/fpurge.c (fpurge): Likewise.
10730         * lib/freadable.c (freadable): Likewise.
10731         * lib/freadahead.c (freadahead): Likewise.
10732         * lib/freading.c (freading): Likewise.
10733         * lib/freadptr.c (freadptr): Likewise.
10734         * lib/freadseek.c (freadptrinc): Likewise.
10735         * lib/fseeko.c (rpl_fseeko): Likewise.
10736         * lib/fseterr.c (fseterr): Likewise.
10737         * lib/fwritable.c (fwritable): Likewise.
10738         * lib/fwriting.c (fwriting): Likewise.
10739         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
10740
10741 2008-04-09  Eric Blake  <ebb9@byu.net>
10742
10743         Avoid some autoconf warnings.
10744         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
10745         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
10746         * m4/afs.m4 (gl_AFS): Likewise.
10747         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
10748         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
10749         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
10750         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
10751         (gl_INTEGER_TYPE_SUFFIX): Likewise.
10752         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
10753         (AC_CHECK_DECLS_ONCE): Likewise.
10754         Rename file...
10755         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
10756         gnulib-tool requires autoconf 2.59 or better.
10757         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
10758
10759 2008-04-08  Eric Blake  <ebb9@byu.net>
10760
10761         Use 'git describe --match' if present (added in git 1.5.5).
10762         * build-aux/git-version-gen: Limit result to tags that match 'v*'
10763         if possible.
10764
10765 2008-04-08  Bruno Haible  <bruno@clisp.org>
10766
10767         Add tentative support for OpenServer.
10768         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
10769         _ptr, _cnt.
10770         * lib/fpurge.c (fpurge): Likewise.
10771         * lib/freadable.c (freadable): Likewise.
10772         * lib/freadahead.c (freadahead): Likewise.
10773         * lib/freading.c (freading): Likewise.
10774         * lib/freadptr.c (freadptr): Likewise.
10775         * lib/freadseek.c (freadptrinc): Likewise.
10776         * lib/fseeko.c (rpl_fseeko): Likewise.
10777         * lib/fseterr.c (fseterr): Likewise.
10778         * lib/fwritable.c (fwritable): Likewise.
10779         * lib/fwriting.c (fwriting): Likewise.
10780         Reported by Roger Cornelius <rac@tenzing.org> and
10781         Brian K. White <brian@aljex.com>.
10782
10783 2008-04-06  Jim Meyering  <meyering@redhat.com>
10784
10785         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
10786
10787 2008-04-06  Bruno Haible  <bruno@clisp.org>
10788
10789         Avoid possible error with non-ASCII bytes in UTF-8 locales.
10790         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
10791         * tests/test-printf-posix.sh: Likewise.
10792         * tests/test-vfprintf-posix.sh: Likewise.
10793         * tests/test-vprintf-posix.sh: Likewise.
10794         * tests/test-xprintf-posix.sh: Likewise.
10795
10796 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10797
10798         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
10799         hide error from 'ls', needed on OS/2.
10800         Report by Elbert Pol <elbert.pol@gmail.com>.
10801
10802 2008-04-04  Eric Blake  <ebb9@byu.net>
10803
10804         Make test-fseeko.c failures meaningful.
10805         * tests/test-fseeko.c: Print line number on failure.
10806         * tests/test-fseek.c: Likewise.
10807         Reported by Nelson H. F. Beebe.
10808
10809         Improve strtod bug detection check.
10810         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
10811         required for Solaris 10.
10812         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
10813
10814 2008-04-04  Bruno Haible  <bruno@clisp.org>
10815
10816         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
10817         by m4/setenv.m4.
10818
10819 2008-04-03  Eric Blake  <ebb9@byu.net>
10820
10821         Ensure sane .version contents.
10822         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
10823         version string.
10824         * build-aux/git-version-gen: Improve documentation.
10825
10826         Make GNU make output nicer.
10827         * top/GNUmakefile [!_have-Makefile]: Add dependency on
10828         MAKECMDGOALS to enforce message for all command line targets.  Set
10829         srcdir for use in maint.mk.
10830
10831         Another maintainer tweak.
10832         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
10833         a target that regenerates version.
10834
10835 2008-04-03  Jim Meyering  <meyering@redhat.com>
10836
10837         vc-list-files: don't cause coreutils "make po-check" failure
10838         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
10839
10840 2008-04-03  Eric Blake  <ebb9@byu.net>
10841
10842         Allow VPATH usage of vc-list-files.
10843         * build-aux/vc-list-files (scriptversion): Add timestamp.
10844         (options): Add --help, --version, -C.
10845         (CVS): Support installed cvsu.
10846
10847 2008-04-02  Bruno Haible  <bruno@clisp.org>
10848
10849         Avoid some "statement with no effect" warnings from gcc.
10850         * tests/test-wctype.c (main): Explicitly ignore unused values.
10851         Reported by Jim Meyering.
10852
10853 2008-04-02  Jim Meyering  <meyering@redhat.com>
10854
10855         Avoid some warnings from "gcc -Wshadow".
10856         * tests/test-frexp.c (exp): Define to a different identifier.
10857         * tests/test-frexpl.c (exp): Likewise.
10858
10859 2008-04-03  Jim Meyering  <meyering@redhat.com>
10860
10861         bootstrap: remove dangling *.[ch] symlinks from lib
10862         * build-aux/bootstrap [dangling symlink removal]: Move find's
10863         -depth option to precede all others, to avoid a warning.
10864         Remove *.[ch] files too, and from "$source_base" (usually lib/).
10865
10866 2008-04-02  Bruno Haible  <bruno@clisp.org>
10867
10868         Avoid some warnings from "gcc -Wshadow".
10869         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
10870         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
10871         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
10872         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
10873         Reported by Jim Meyering.
10874
10875 2008-04-01  Bruno Haible  <bruno@clisp.org>
10876
10877         Fix test to work on IRIX 6.5 with cc.
10878         * tests/test-math.c (numeric_equal): New function.
10879         (main): Use it.
10880
10881 2008-04-01  Bruno Haible  <bruno@clisp.org>
10882
10883         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
10884
10885 2008-04-01  Bruno Haible  <bruno@clisp.org>
10886
10887         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
10888         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
10889         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
10890         (Depends-on): Remove math.
10891
10892         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
10893         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
10894         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
10895         (Depends-on): Remove math.
10896
10897         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
10898         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
10899         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
10900         (Depends-on): Remove math.
10901         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
10902         (Depends-on): Remove math.
10903
10904         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
10905         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
10906         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
10907         (Depends-on): Remove math.
10908         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
10909         (Depends-on): Remove math.
10910
10911         * tests/test-round1.c: Include nan.h.
10912         (main): Use NaNd instead of NAN.
10913         * modules/round-tests (Files): Add tests/nan.h.
10914
10915         * tests/test-trunc1.c: Include nan.h.
10916         (main): Use NaNd instead of NAN.
10917         * modules/trunc-tests (Files): Add tests/nan.h.
10918
10919         * tests/test-roundf1.c: Include nan.h.
10920         (main): Use NaNf instead of NAN.
10921         * modules/roundf-tests (Files): Add tests/nan.h.
10922
10923         * tests/test-truncf1.c: Include nan.h.
10924         (main): Use NaNf instead of NAN.
10925         * modules/truncf-tests (Files): Add tests/nan.h.
10926
10927         * tests/test-ceilf1.c: Include nan.h.
10928         (main): Use NaNf instead of NAN.
10929         * modules/ceilf-tests (Files): Add tests/nan.h.
10930
10931         * tests/test-floorf1.c: Include nan.h.
10932         (main): Use NaNf instead of NAN.
10933         * modules/floorf-tests (Files): Add tests/nan.h.
10934
10935         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
10936         (main): Use NaNf instead of NAN.
10937         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
10938
10939         * tests/test-isnand.c: Include nan.h instead of <math.h>.
10940         (main): Use NaNd instead of NAN.
10941         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
10942
10943         * tests/test-frexp.c: Include nan.h.
10944         (main): Use NaNd instead of NAN.
10945         * modules/frexp-tests (Files): Add tests/nan.h.
10946
10947         * lib/isnan.c: Don't include <math.h>.
10948         (FUNC): Don't use NAN macro.
10949         * modules/isnand-nolibm (Depends-on): Remove math.
10950         * modules/isnanf-nolibm (Depends-on): Remove math.
10951         * modules/isnanl (Depends-on): Remove math.
10952         * modules/isnanl-nolibm (Depends-on): Remove math.
10953
10954         * tests/nan.h: New file.
10955
10956 2008-04-01  Eric Blake  <ebb9@byu.net>
10957
10958         Fix typos.
10959         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
10960         values to be the right type.
10961
10962         For now, cater to gnulib strtod inaccuracies.
10963         * tests/test-strtod.c (main): Allow 1-ulp error on expected
10964         fractional results.  While not as nice from a QoI perspective, it
10965         is a quicker patch than correctly implementing decimal to binary
10966         rounding.
10967
10968 2008-03-31  Eric Blake  <ebb9@byu.net>
10969
10970         Guarantee a definition of NAN.
10971         * lib/math.in.h (NAN): Define if missing.
10972         * tests/test-math.c (main): Test it.
10973         * doc/posix-headers/math.texi (math.h): Document this.
10974         * lib/isnan.c (rpl_isnand): Use it.
10975         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
10976         * tests/test-floorf1.c (NaN): Likewise.
10977         * tests/test-frexp.c (NaN): Likewise.
10978         * tests/test-isnand.c (NaN): Likewise.
10979         * tests/test-isnanf.c (NaN): Likewise.
10980         * tests/test-round1.c (NaN): Likewise.
10981         * tests/test-roundf1.c (NaN): Likewise.
10982         * tests/test-snprintf-posix.h (NaN): Likewise.
10983         * tests/test-sprintf-posix.h (NaN): Likewise.
10984         * tests/test-trunc1.c (NaN): Likewise.
10985         * tests/test-truncf1.c (NaN): Likewise.
10986         * tests/test-vasnprintf-posix.c (NaN): Likewise.
10987         * tests/test-vasprintf-posix.c (NaN): Likewise.
10988         * modules/isnand-nolibm (Depends-on): Add math.
10989         * modules/isnanf-nolibm (Depends-on): Likewise.
10990         * modules/isnanl (Depends-on): Likewise.
10991         * modules/isnanl-nolibm (Depends-on): Likewise.
10992         * modules/snprintf-posix-tests (Depends-on): Likewise.
10993         * modules/sprintf-posix-tests (Depends-on): Likewise.
10994         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
10995         * modules/vsprintf-posix-tests (Depends-on): Likewise.
10996         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
10997         * modules/vasprintf-posix-tests (Depends-on): Likewise.
10998
10999 2008-03-31  Bruno Haible  <bruno@clisp.org>
11000
11001         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
11002         * doc/posix-functions/strtod.texi: Likewise.
11003
11004 2008-03-31  Bruno Haible  <bruno@clisp.org>
11005
11006         * tests/test-strtod.c (main): Don't use C99 syntax.
11007
11008 2008-03-31  Bruno Haible  <bruno@clisp.org>
11009
11010         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
11011         Reported by Eric Blake.
11012
11013 2008-03-31  Jim Meyering  <meyering@redhat.com>
11014
11015         Don't compare actual signbit return values.
11016         * tests/test-strtod.c (main): Rather, compare only their
11017         zero/non-zero nature.
11018
11019 2008-03-31  Eric Blake  <ebb9@byu.net>
11020
11021         More strtod documentation.
11022         * doc/posix-functions/strtod.texi (strtod): Interpret more test
11023         failures as distinct bugs.
11024
11025 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
11026
11027         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
11028         Problem reported by Erik Benada in
11029         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
11030
11031 2008-03-30  Bruno Haible  <bruno@clisp.org>
11032
11033         * tests/test-strtod.c: Add comments about which assertion fails on which
11034         platform.
11035         * doc/posix-functions/strtod.texi: Add info about many more platforms.
11036
11037 2008-03-30  Eric Blake  <ebb9@byu.net>
11038
11039         Test signbit behavior on zeros.
11040         * tests/test-signbit.c (test_signbitf): Add tests for zero.
11041         (test_signbitd, test_signbitl): Likewise.
11042
11043         More strtod touchups.
11044         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
11045         sign of negative underflow, for now.  Use .5, not .1.
11046         * doc/posix-functions/strtod.texi (strtod): Mention these
11047         limitations.
11048         Reported by Jim Meyering.
11049
11050 2008-03-30  Bruno Haible  <bruno@clisp.org>
11051
11052         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
11053         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
11054
11055 2008-03-30  Bruno Haible  <bruno@clisp.org>
11056
11057         Avoid failure when attempting to return empty iconv results on some
11058         platforms.
11059         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
11060         allocation, don't report ENOMEM when the resulting string is empty.
11061
11062 2008-03-30  Bruno Haible  <bruno@clisp.org>
11063
11064         Fix buffer overrun.
11065         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
11066         Don't consider the width for tmp_length. Check count against tmp_length
11067         before doing the padding. Ensure enough allocation during padding.
11068
11069 2008-03-30  Eric Blake  <ebb9@byu.net>
11070
11071         strtod touchups.
11072         * lib/strtod.c (strtod): Avoid compiler warnings.
11073         Reported by Jim Meyering.
11074
11075 2008-03-30  Bruno Haible  <bruno@clisp.org>
11076
11077         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
11078         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
11079         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
11080         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
11081         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
11082         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
11083         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
11084         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
11085
11086         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
11087         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
11088         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
11089         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
11090         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
11091         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
11092         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
11093         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
11094
11095         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
11096         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
11097         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
11098         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
11099         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
11100         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
11101         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
11102         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
11103
11104         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
11105         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
11106
11107         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
11108         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
11109
11110         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
11111         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
11112
11113         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
11114         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
11115         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
11116
11117         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
11118         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
11119         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
11120
11121         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
11122         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
11123         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
11124
11125         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
11126         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
11127         * modules/vasprintf (Depends-on): Add EOVERFLOW.
11128
11129         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
11130         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
11131         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
11132         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
11133         (Depends-on): Add EOVERFLOW.
11134         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
11135         (Depends-on): Add EOVERFLOW.
11136         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
11137         (Depends-on): Add EOVERFLOW.
11138         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
11139         (Depends-on): Add EOVERFLOW.
11140         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
11141         (Depends-on): Add EOVERFLOW.
11142         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
11143         (Depends-on): Add EOVERFLOW.
11144         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
11145         (Depends-on): Add EOVERFLOW.
11146         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
11147         (Depends-on): Add EOVERFLOW.
11148
11149         * lib/sprintf.c (EOVERFLOW): Remove fallback.
11150         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
11151         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
11152
11153         * lib/snprintf.c (EOVERFLOW): Remove fallback.
11154         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
11155         * modules/snprintf (Depends-on): Add EOVERFLOW.
11156
11157         * lib/poll.c (EOVERFLOW): Remove fallback.
11158         * modules/poll (Depends-on): Add EOVERFLOW.
11159
11160         * lib/getugroups.c (EOVERFLOW): Remove fallback.
11161         * modules/getugroups (Depends-on): Add EOVERFLOW.
11162
11163         * lib/getdelim.c (EOVERFLOW): Remove fallback.
11164         * modules/getdelim (Depends-on): Add EOVERFLOW.
11165
11166         * lib/ftell.c (EOVERFLOW): Remove fallback.
11167         * modules/ftell (Depends-on): Add EOVERFLOW.
11168
11169         * lib/fprintf.c (EOVERFLOW): Remove fallback.
11170         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
11171         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
11172
11173         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
11174
11175         * modules/EOVERFLOW-tests: New file.
11176         * tests/test-EOVERFLOW.c: New file.
11177
11178         * modules/EOVERFLOW: New file.
11179         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
11180
11181 2008-03-30  Bruno Haible  <bruno@clisp.org>
11182
11183         Fix bug introduced on 2007-06-10.
11184         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
11185         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
11186
11187 2008-03-30  Bruno Haible  <bruno@clisp.org>
11188
11189         Improve freadseek's efficiency after ungetc.
11190         * lib/freadseek.c: Include freadahead.h.
11191         (freadptrinc): New function, extracted from freadseek.
11192         (freadseek): Use it in a loop. Use freadahead to determine the number
11193         of loop iterations.
11194         * modules/freadseek (Depends-on): Add freadahead.
11195         (configure.ac): Require AC_C_INLINE.
11196
11197 2008-03-30  Bruno Haible  <bruno@clisp.org>
11198
11199         * lib/freadseek.c (freadseek): Don't ignore the return value of
11200         freadptr.
11201
11202 2008-03-29  Eric Blake  <ebb9@byu.net>
11203
11204         Add hex float support.
11205         * modules/strtod (Depends-on): Add c-ctype.
11206         (Link): Mention POW_LIB.
11207         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
11208         whitespace between 'e' and exponent.
11209         * tests/test-strtod.c (main): Enable hex float tests.
11210         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
11211         now provides.
11212
11213         Document various strtod bugs, with some fixes.
11214         * doc/posix-functions/strtod.texi (strtod): Document bugs with
11215         "-0x", "inf", "nan", and hex constants.
11216         * doc/posix-functions/atof.texi (atof): Likewise.
11217         * modules/stdlib (Makefile.am): Support strtod.
11218         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
11219         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
11220         detect additional strtod bugs.
11221         * lib/stdlib.in.h (rpl_strtod): Add declarations.
11222         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
11223         bool where appropriate.  Parse 'inf' and 'nan'.
11224         * tests/test-strtod.c: New file.
11225         * modules/strtod (Depends-on): Add stdbool, stdlib.
11226         (configure.ac): Turn on module indicator.
11227         * modules/strtod-tests: New module.
11228
11229 2008-03-29  Eric Blake  <ebb9@byu.net>
11230
11231         Fix ftell on mingw.
11232         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
11233         * modules/ftell-tests (Depends-on): Add binary-io.
11234         * modules/ftello-tests (Depends-on): Likewise.
11235         * tests/test-ftell.c (main): Enhance test to cover behavior after
11236         ungetc.  Enforce binary mode.
11237         * tests/test-ftello.c (main): Likewise.
11238
11239         Pass test-freadseek on cygwin.
11240         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
11241         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
11242         ungetc buffer.
11243
11244         * tests/test-fflush2.c (main): Fix typo.
11245
11246 2008-03-29  Bruno Haible  <bruno@clisp.org>
11247
11248         * tests/test-fflush2.c (main): Temporarily disable the contents of
11249         this test.
11250         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
11251         Reported by Eric Blake.
11252
11253 2008-03-28  Simon Josefsson  <simon@josefsson.org>
11254
11255         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
11256         (GC_SHA224_DIGEST_SIZE): Add.
11257
11258         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
11259         (gc_hash_digest_length): Likewise.
11260         (gc_hash_buffer): Likewise.
11261
11262 2008-03-25  Bruno Haible  <bruno@clisp.org>
11263
11264         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
11265         detail which gettext release to use.
11266         Reported by Simon Josefsson.
11267
11268 2008-03-26  Jim Meyering  <meyering@redhat.com>
11269
11270         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
11271         * modules/gnumakefile (clean-GNUmakefile): Also, use
11272         test ... && ... || : syntax rather than if-then ... fi.
11273
11274         gnumakefile: Don't double-quote-expand $(VPATH) value.
11275         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
11276
11277 2008-03-24  Eric Blake  <ebb9@byu.net>
11278
11279         Alter GNUmakefile to install into top directory.
11280         * modules/maintainer-makefile: Split, and add dependency...
11281         * modules/gnumakefile: to this new module.
11282         * build-aux/GNUmakefile: Move...
11283         * top/GNUmakefile: ...here.
11284         * build-aux/maint.mk: Move...
11285         * top/maint.mk: ...here.
11286         * MODULES.html.sh (Support for maintaining...): Document new
11287         module.
11288
11289 2008-03-23  Bruno Haible  <bruno@clisp.org>
11290
11291         * gnulib-tool: New options --vc-files, --no-vc-files.
11292         (func_usage): Document them.
11293         (vc_files): New variable.
11294         (func_import): Consider vc_files.
11295         (func_create_testdir): Set vc_files to empty.
11296         Suggested by Jim Meyering and Karl Berry.
11297
11298 2008-03-23  Bruno Haible  <bruno@clisp.org>
11299
11300         Fix regex compilation error on HP-UX 11.
11301         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
11302         * modules/regex (Files): Add m4/mbstate_t.m4.
11303         Reported by Ton Voon <ton.voon@altinity.com>.
11304
11305 2008-03-23  Bruno Haible  <bruno@clisp.org>
11306
11307         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
11308
11309 2008-03-23  Eric Blake  <ebb9@byu.net>
11310             Bruno Haible  <bruno@clisp.org>
11311
11312         Install files from top/ in the destination directory.
11313         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
11314         augmentation also for the files from top/.
11315         (func_import, func_create_testdir): Rewrite file names:
11316         top/filename -> filename.
11317
11318 2008-03-23  Bruno Haible  <bruno@clisp.org>
11319
11320         Tweak "gnulib --version" output.
11321         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
11322
11323 2008-03-23  Bruno Haible  <bruno@clisp.org>
11324
11325         Tweak "gnulib --version" output.
11326         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
11327         rather than contents of ChangeLog, when possible.
11328
11329 2008-03-21  Eric Blake  <ebb9@byu.net>
11330
11331         More --version tweaks.
11332         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
11333         date of last ChangeLog entry.
11334
11335 2008-03-21  Jim Meyering  <meyering@redhat.com>
11336
11337         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
11338
11339 2008-03-20  Eric Blake  <ebb9@byu.net>
11340
11341         VPATH fix.
11342         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
11343
11344 2008-03-20  Simon Josefsson  <simon@josefsson.org>
11345
11346         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
11347         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
11348
11349 2008-03-20  Eric Blake  <ebb9@byu.net>
11350
11351         Sync GNUmakefile with coreutils.
11352         * build-aux/GNUmakefile (have-Makefile): Rename...
11353         (_have-Makefile): ...to this, for namespace consideration.
11354         (GNUmakefile.cfg): Include, if present.
11355         (_autoreconf): Define a default.
11356         (_is-dist-target): New rule for rebuilds to pick up intra-release
11357         version.
11358         (maint-cfg.mk): Rename...
11359         (cfg.mk): ...to this.
11360
11361 2008-03-18  Jim Meyering  <meyering@redhat.com>
11362
11363         New script and module: mktempd
11364         * MODULES.html.sh (maint+release support): Add mktempd.
11365         * build-aux/mktempd: New file.
11366         * modules/mktempd: New file.
11367
11368 2008-03-15  Jim Meyering  <meyering@redhat.com>
11369
11370         Undo last change.
11371         * lib/sha1.c, lib/md5.c: 63 != ~63.
11372         Reported by Andreas Schwab.
11373
11374         sha1.c, md5.c: Hoist a redundant expression.
11375         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
11376         "ctx->buflen" only once, before calling *_process_block.
11377         * lib/md5.c (md5_process_bytes): Likewise.
11378
11379 2008-03-14  Eric Blake  <ebb9@byu.net>
11380
11381         Bump copyright year in files generated by gnulib-tool.
11382         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
11383         gnulib-tool, rather than hard-coding it.
11384
11385         Fix 'gnulib-tool --version' output to work with git.
11386         * gnulib-tool (func_gnulib_dir): New function, extracted from...
11387         (startup): ...here.
11388         (func_version): Use it to invoke git-version-gen, rather than
11389         relying on CVS keyword expansion.  Modernize wording.
11390         (cvsdatestamp, last_checkin_date, version): Kill unused
11391         variables.
11392
11393 2008-03-12  Jim Meyering  <meyering@redhat.com>
11394
11395         Recognize optional cast of the argument to free.
11396         * build-aux/useless-if-before-free: Update regexps.
11397
11398         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
11399
11400 2008-03-11  Bruno Haible  <bruno@clisp.org>
11401
11402         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
11403         by a single package.
11404         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
11405         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
11406         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
11407         Reported by Sam Steingold <sds@gnu.org>.
11408
11409 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11410
11411         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
11412         repositories.
11413
11414 2008-03-11  Bruno Haible  <bruno@clisp.org>
11415
11416         Avoid conflicts between local macro definitions.
11417         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
11418         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
11419
11420 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
11421             Bruno Haible  <bruno@clisp.org>
11422
11423         Make va_copy work with some version of xlc on AIX 5.1.
11424         * lib/stdarg.in.h: New file.
11425         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
11426         On AIX, use a <stdarg.h> file substitute.
11427         * modules/stdarg (Files): Add lib/stdarg.in.h.
11428         (Depends-on): Add include_next.
11429         (Makefile.am): Build a stdarg.h substitute if requested.
11430         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
11431
11432 2008-03-10  Bruno Haible  <bruno@clisp.org>
11433
11434         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
11435         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
11436         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
11437
11438 2008-03-10  Bruno Haible  <bruno@clisp.org>
11439
11440         * modules/stdlib (Depends-on): Add include_next, remove
11441         absolute-header.
11442
11443 2008-03-09  Bruno Haible  <bruno@clisp.org>
11444
11445         * lib/freadahead.h (freadahead): Document more precisely.
11446         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
11447         the sum of both buffer sizes.
11448         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
11449         * NEWS: Document the change.
11450
11451 2008-03-09  Bruno Haible  <bruno@clisp.org>
11452
11453         Extend freadptr to return also the buffer size.
11454         * lib/freadptr.h (freadptr): Add sizep argument.
11455         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
11456         (freadptr): Add sizep argument. Determine buffer size like freadahead
11457         does.
11458         * tests/test-freadptr.c: Don't include freadahead.h.
11459         (main): Adapt for new calling convention of freadptr.
11460         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
11461         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
11462         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
11463         tests/test-freadptr2.sh.
11464         (Depends): Remove freadahead.
11465         (TESTS): Add test-freadptr2.sh.
11466         (check_PROGRAMS): Add test-freadptr2.
11467
11468 2008-03-09  Bruno Haible  <bruno@clisp.org>
11469
11470         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
11471         Report and solution by Simon Josefsson.
11472
11473 2008-03-06  Bruno Haible  <bruno@clisp.org>
11474
11475         Make fflush after ungetc work on BSD platforms.
11476         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
11477         * tests/test-fflush2.c: New file.
11478         * tests/test-fflush2.sh: New file.
11479         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
11480         tests/test-fflush2.c.
11481         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
11482         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
11483
11484 2008-03-06  Eric Blake  <ebb9@byu.net>
11485
11486         Likewise for ftello.
11487         * modules/ftello (Dependencies): Add extensions.
11488         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
11489
11490 2008-03-06  Bruno Haible  <bruno@clisp.org>
11491
11492         * modules/fseeko (Dependencies): Add extensions.
11493         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
11494         Needed on glibc systems.
11495
11496 2008-03-06  Bruno Haible  <bruno@clisp.org>
11497
11498         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
11499         email address.
11500         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
11501
11502 2008-03-06  Bruno Haible  <bruno@clisp.org>
11503
11504         * users.txt: Add libgnupdf.
11505
11506 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
11507
11508         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
11509         (Header File Substitutes, Function Substitutes,
11510         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
11511         (Build robot for gnulib): Fix typo.
11512
11513 2008-03-06  Bruno Haible  <bruno@clisp.org>
11514
11515         * doc/gnulib-tool.texi (VCS Issues): Small updates.
11516         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
11517
11518 2008-03-06  Bruno Haible  <bruno@clisp.org>
11519
11520         * doc/func.texi: New file, extracted from doc/gnulib.texi.
11521         * doc/gnulib.texi: Include it.
11522
11523 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11524
11525         * modules/func (License): Change license to unlimited; there was
11526         no LGPL parts in the module anyway.
11527
11528 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11529
11530         * modules/__func__: Renamed to modules/func.
11531         * modules/__func__-tests: Renamed to modules/func-tests.
11532         * tests/test-__func__.c: Renamed to tests/test-func.c.
11533         * m4/__func__.m4: Renamed to m4/func.m4.
11534         * doc/gnulib.texi (__func__): Section renamed to func.
11535         Suggested by Eric Blake <ebb9@byu.net>.
11536
11537 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11538
11539         * doc/gnulib.texi (__func__): Use C99 terminology when talking
11540         about __func__.  Make example self-contained.  Suggested by Eric
11541         Blake <ebb9@byu.net>.
11542
11543         * tests/test-__func__.c (main): Avoid extraneous () around __func.
11544         Suggested by Eric Blake <ebb9@byu.net>.
11545
11546 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11547
11548         * modules/__func__: New file.
11549         * modules/__func__-tests: New file.
11550         * tests/test-__func__.c: New file.
11551         * m4/__func__.m4: New file.
11552         * doc/gnulib.texi (__func__): Document __func__ module.
11553
11554 2008-03-05  Simon Josefsson  <simon@josefsson.org>
11555
11556         * modules/byteswap (License): Re-license as LGPLv2+.
11557
11558 2008-03-05  Simon Josefsson  <simon@josefsson.org>
11559
11560         * doc/Makefile: Add pdf target.
11561
11562 2008-03-05  Simon Josefsson  <simon@josefsson.org>
11563
11564         * modules/inline (License): Use 'unlimited', since there are only
11565         *.m4 files in this module.
11566
11567 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
11568             Bruno Haible  <bruno@clisp.org>
11569
11570         Add support for HP C 7.1 on OpenVMS 8.3.
11571         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
11572
11573 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
11574
11575         Update VMS specifics.
11576         * lib/getopt.c [VMS]: Remove include of unixlib.h.
11577
11578 2008-03-02  Jim Meyering  <meyering@redhat.com>
11579
11580         Remove the last dependency on the "free" module.
11581         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
11582         Reported by Bob Proulx.
11583
11584         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
11585
11586         Remove useless "if" tests before free.  Deprecate "free" module.
11587         * doc/posix-functions/free.texi: Mention that this
11588         module is no longer useful.
11589         * modules/free (Notice): Say this module is obsolete.
11590         * modules/readutmp (Depends-on): Remove free.
11591         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
11592         * lib/putenv.c (putenv): Likewise.
11593         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
11594         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
11595         * tests/test-c-strcasestr.c (main): Likewise.
11596         * tests/test-c-strstr.c (main): Likewise.
11597         * tests/test-mbscasestr1.c (main): Likewise.
11598         * tests/test-mbscasestr2.c (main): Likewise.
11599         * tests/test-mbsstr1.c (main): Likewise.
11600         * tests/test-mbsstr2.c (main): Likewise.
11601         * tests/test-memmem.c (main): Likewise.
11602         * tests/test-strcasestr.c (main): Likewise.
11603         * tests/test-striconv.c (main): Likewise.
11604         * tests/test-striconveh.c (main): Likewise.
11605         * tests/test-striconveha.c (main): Likewise.
11606         * tests/test-strstr.c (main): Likewise.
11607
11608         * build-aux/git-version-gen: Adjust a comment and the Usage string.
11609
11610         bootstrap: sync from coreutils again
11611         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
11612
11613 2008-03-01  Jim Meyering  <meyering@redhat.com>
11614
11615         bootstrap: sync from coreutils
11616         * build-aux/bootstrap (update_po_files): Copy a .po file into place
11617         also when the target doesn't exist.
11618
11619 2008-03-01  Eric Blake  <ebb9@byu.net>
11620
11621         Fix bugs in last patch.
11622         * lib/memchr2.c (memchr2): Fix typo.
11623         * tests/test-memchr2.c: Test previous bug, and don't use GNU
11624         extension.
11625         Reported by Bruce Korb.
11626
11627         New module 'memchr2'.
11628         * modules/memchr2: New file.
11629         * modules/memchr2-tests: Likewise.
11630         * lib/memchr2.h: Likewise.
11631         * lib/memchr2.c: Likewise, based on memchr.c.
11632         * tests/test-memchr2.c: New test.
11633         * MODULES.html.sh (String handling): Add memchr2.
11634
11635 2008-02-29  Bruno Haible  <bruno@clisp.org>
11636
11637         * modules/freadseek-tests: New file.
11638         * tests/test-freadseek.sh: New file.
11639         * tests/test-freadseek.c: New file.
11640
11641         New module 'freadseek'.
11642         * modules/freadseek: New file.
11643         * lib/freadseek.h: New file.
11644         * lib/freadseek.c: New file.
11645         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
11646
11647 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
11648
11649         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
11650         wydawca.
11651
11652         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
11653         program_invocation_name and program_invocation_short_name are
11654         present.
11655
11656 2008-02-28  Bruno Haible  <bruno@clisp.org>
11657
11658         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
11659         * tests/test-freadptr.sh: Also test non-seekable stdin.
11660
11661 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
11662
11663         * build-aux/bootstrap (source_base, m4_base)
11664         (doc_base, tests_base): New variables.
11665         (gnulib_tool_options): Do not hardcode base directories, use
11666         the above variables instead.
11667
11668 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
11669
11670         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
11671
11672 2008-02-28  Bruno Haible  <bruno@clisp.org>
11673
11674         * modules/freadptr-tests: New file.
11675         * tests/test-freadptr.sh: New file.
11676         * tests/test-freadptr.c: New file.
11677
11678         New module 'freadptr'.
11679         * modules/freadptr: New file.
11680         * lib/freadptr.h: New file.
11681         * lib/freadptr.c: New file.
11682         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
11683
11684 2008-02-26  Karl Berry  <karl@freefriends.org>
11685
11686         Sync from Libtool:
11687         * libltdl/argz.c (argz_add, argz_count): New functions.
11688         * libltdl/argz.in.h: Declare them.
11689         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
11690
11691 2008-02-22  Bruno Haible  <bruno@clisp.org>
11692
11693         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
11694         is a pointer type.  Needed for HP-UX 10.
11695         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
11696         * doc/posix-functions/gmtime_r.texi: Likewise.
11697         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
11698
11699 2008-02-24  Bruno Haible  <bruno@clisp.org>
11700
11701         * modules/environ-tests: New file.
11702         * tests/test-environ.c: New file.
11703
11704         New module 'environ'.
11705         * modules/environ: New file.
11706         * lib/unistd.in.h (environ): New declaration.
11707         * m4/environ.m4: New file.
11708         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
11709         after use.
11710         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
11711         HAVE_DECL_ENVIRON.
11712         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
11713         HAVE_DECL_ENVIRON.
11714         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
11715         wrong claim that 'environ' is missing on some systems.
11716         * modules/execute (Depends-on): Add environ.
11717         * lib/execute.c (environ): Remove fallback declaration.
11718         * modules/pipe (Depends-on): Add environ.
11719         * lib/pipe.c (environ): Remove fallback declaration.
11720         * modules/setenv (Depends-on): Add environ.
11721         * lib/setenv.c (environ): Remove fallback declaration.
11722         * modules/unsetenv (Depends-on): Add environ.
11723         * lib/unsetenv.c (environ): Remove fallback declaration.
11724         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
11725         m4/environ.m4.
11726         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
11727         (gl_PREREQ_UNSETENV): Likewise.
11728
11729 2008-02-24  Bruno Haible  <bruno@clisp.org>
11730
11731         * doc/posix-functions/environ.texi: Document the MacOS X problem.
11732
11733 2008-02-20  Bob Proulx  <bob@proulx.com>
11734
11735         Enable use of older two part flavor 'git describe'.
11736         * build-aux/git-version-gen: If using the older two part flavor of
11737         git version then recreate the third part now present in the
11738         newer three part flavor of git describe.
11739
11740 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
11741
11742         * lib/fts.c (fts_build): Typo correction to comment.
11743
11744 2008-02-17  Bruno Haible  <bruno@clisp.org>
11745
11746         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
11747         generating no-op conflicts.
11748
11749 2008-02-17  Bruno Haible  <bruno@clisp.org>
11750
11751         Speed up by 10%.
11752         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
11753         result_entries, rather than an index-based loop.
11754
11755 2008-02-17  Bruno Haible  <bruno@clisp.org>
11756
11757         Speed up by 25%.
11758         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
11759         'hashcode_cached'.
11760         (entry_create): New function.
11761         (entry_hashcode): Use the cached hashcode if possible.
11762         (read_changelog_file, try_split_merged_entry): Use entry_create.
11763
11764 2008-02-17  Bruno Haible  <bruno@clisp.org>
11765
11766         Speed up from O(n^2) to O(n) for long ChangeLog files.
11767         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
11768         (read_changelog_file): Change implementation of entries_reversed list
11769         to rbtreehash.
11770         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
11771
11772 2008-02-17  Bruno Haible  <bruno@clisp.org>
11773
11774         New option --split-merged-entry.
11775         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
11776         (find_paragraph_end, try_split_merged_entry): New functions.
11777         (long_options): Add option --split-merged-entry.
11778         (usage): Document option --split-merged-entry.
11779         (main): Implement option --split-merged-entry.
11780         Reported by Eric Blake.
11781
11782 2008-02-17  Bruno Haible  <bruno@clisp.org>
11783
11784         * lib/git-merge-changelog.c: Include c-strstr.h.
11785         (main): Support the "git pull --rebase" situation.
11786         * modules/git-merge-changelog (Depends-on): Add c-strstr.
11787         Reported by Eric Blake.
11788
11789 2008-02-16  Eric Blake  <ebb9@byu.net>
11790
11791         Avoid doubling \ in common case of "c-maybe" quoting style.
11792         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
11793         eliding outer quotes.
11794         * lib/quotearg.h: Document this.
11795         * tests/test-quotearg.c (result_strings, inputs, results_g)
11796         (flag_results, locale_results): Test it by adding a new string to
11797         each test group.
11798         (compare_strings): Test new string.
11799
11800 2008-02-13  Eric Blake  <ebb9@byu.net>
11801
11802         Avoid trigraph quoting in default output.
11803         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
11804         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
11805         unless explicitly requested.
11806         * tests/test-quotearg.c (flag_results, main): Add additional tests.
11807
11808 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
11809
11810         Don't rely on signed integer overflowing to negative value.
11811         * lib/getugroups.c (getugroups): Include <limits.h>.
11812         Instead, compare against INT_MAX, and increment only if the test passes.
11813
11814 2008-02-13  Jim Meyering  <meyering@redhat.com>
11815         and Eric Blake  <ebb9@byu.net>
11816
11817         Avoid shadowing warning and compile errors on Linux.
11818         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
11819         forwarding macros on Linux.
11820         (dcgettext): Define a stub, for Linux.
11821         (results_g, main): Avoid warnings.
11822
11823 2008-02-12  Eric Blake  <ebb9@byu.net>
11824
11825         Silence warning in last patch.
11826         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
11827
11828         Quotearg part 4: add tests, fix c-maybe colon quoting.
11829         * lib/quotearg.h: Improve documentation.
11830         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
11831         escapes when adding outer quotes.  When quoting trigraphs, use
11832         valid C notation.  When quoting NUL, omit extra characters if next
11833         character is not digit.  Alter prototype.
11834         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
11835         callers.
11836         * modules/quotearg-tests: New module.
11837         * tests/test-quotearg.c: New test.
11838
11839 2008-02-07  Eric Blake  <ebb9@byu.net>
11840
11841         Quotearg part 3: add flag to control outer quote elision.
11842         * lib/quotearg.h (c_maybe_quoting_style): New style.
11843         (enum quoting_flags): Better documentation of flags.
11844         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
11845         c-maybe style.
11846         (quotearg_buffer_restyled): Handle new flag to elide outer
11847         quotes.
11848
11849         Quotearg part 2: add flag that can control NUL elision.
11850         * lib/quotearg.h (set_quoting_flags): New prototype.
11851         * lib/quotearg.c (struct quoting_options): Add flag field.
11852         (set_quoting_flags): New function.
11853         (quotearg_buffer_restyled): Add flags parameter.
11854         (quotearg_alloc_mem): Set the flag if length cannot be returned.
11855         (quotearg_n_options): Set the flag, since length cannot be
11856         returned.
11857         (quoting_options_from_style): Default flags correctly.
11858
11859         Quotearg part 1: more wrappers, restore quotearg_char state.
11860         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
11861         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
11862         (quotearg_colon_mem): New wrappers.
11863         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
11864         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
11865         functions.
11866         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
11867         (quotearg_colon_mem): New functions.
11868
11869 2008-02-11  Bruno Haible  <bruno@clisp.org>
11870
11871         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
11872         library in the current directory: it does not work with parallel make.
11873         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11874
11875 2008-02-11  Bruno Haible  <bruno@clisp.org>
11876
11877         * .gitattributes: New file.
11878
11879 2008-02-11  Jim Meyering  <meyering@redhat.com>
11880
11881         useless-if-before-free: Fix reversed exit values.
11882         * build-aux/useless-if-before-free: Use correct values
11883         for EXIT_MATCH and EXIT_NO_MATCH.
11884
11885         * build-aux/useless-if-before-free: Close stdout carefully.
11886
11887 2008-02-10  Bruno Haible  <bruno@clisp.org>
11888
11889         New module 'git-merge-changelog'.
11890         * modules/git-merge-changelog: New file.
11891         * lib/git-merge-changelog.c: New file.
11892
11893 2008-02-10  Jim Meyering  <meyering@redhat.com>
11894
11895         useless-if-before-free: New option: --list (-l).
11896
11897         useless-if-before-free: Don't exit immediately upon open failure.
11898         * build-aux/useless-if-before-free: Exit 2 for errors.
11899         Upon failure to open a file, don't exit immediately.
11900         Rather, just warn and continue with any remaining files.
11901
11902 2008-02-10  Bruno Haible  <bruno@clisp.org>
11903
11904         New abstract list operation 'node_set_value'.
11905         * lib/gl_list.h (gl_list_node_set_value): New function.
11906         (struct gl_list_implementation): New field node_set_value.
11907         * lib/gl_list.c (gl_list_node_set_value): New function.
11908         * lib/gl_array_list.c (gl_array_node_set_value): New function.
11909         (gl_array_list_implementation): Update.
11910         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
11911         (gl_carray_list_implementation): Update.
11912         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
11913         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
11914         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
11915         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
11916         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
11917         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
11918         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
11919         Update.
11920         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
11921         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
11922         (gl_sublist_list_implementation): Update.
11923
11924 2008-02-10  Bruno Haible  <bruno@clisp.org>
11925
11926         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
11927         Needed when ELEMENT is #defined to 'some_type *'.
11928
11929 2008-02-10  Jim Meyering  <meyering@redhat.com>
11930
11931         New script and module: useless-if-before-free
11932         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
11933         * build-aux/useless-if-before-free: New file.
11934         * modules/useless-if-before-free: New file.
11935
11936         * build-aux/gitlog-to-changelog: Use committer date, not author date.
11937
11938         xstrtol_error: Fix typo.
11939         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
11940         s/exit_failure/exit_status/.
11941
11942 2008-02-09  Jim Meyering  <meyering@redhat.com>
11943
11944         New script and module: gitlog-to-changelog
11945         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
11946         * modules/gitlog-to-changelog: New file.
11947         * build-aux/gitlog-to-changelog: New file.
11948
11949 2008-02-08  Jim Meyering  <meyering@redhat.com>
11950
11951         Avoid two "parameter unused" warnings.
11952         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
11953         Mark "st" as used.
11954
11955         Use "git COMMAND", not "git-COMMAND".
11956         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
11957         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
11958         * build-aux/git-version-gen: Use "git status", not "git-status".
11959
11960 2008-02-07  Bruno Haible  <bruno@clisp.org>
11961
11962         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
11963         Avoids a crash on Windows Vista.
11964         Reported by Adam Strzelecki <ono@java.pl> via
11965         Simon Josefsson <simon@josefsson.org>.
11966
11967 2008-02-06  Bruno Haible  <bruno@clisp.org>
11968
11969         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
11970         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
11971         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
11972         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
11973         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
11974         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11975         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
11976         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
11977         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11978         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11979         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11980         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11981         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11982         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11983         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11984         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
11985         left-adjust flag.
11986         * tests/test-snprintf-posix.h (test_function): Likewise.
11987         * tests/test-sprintf-posix.h (test_function): Likewise.
11988         * tests/test-vasprintf-posix.c (test_function): Likewise.
11989         * doc/posix-functions/fprintf.texi: Update.
11990         * doc/posix-functions/printf.texi: Update.
11991         * doc/posix-functions/snprintf.texi: Update.
11992         * doc/posix-functions/sprintf.texi: Update.
11993         * doc/posix-functions/vfprintf.texi: Update.
11994         * doc/posix-functions/vprintf.texi: Update.
11995         * doc/posix-functions/vsnprintf.texi: Update.
11996         * doc/posix-functions/vsprintf.texi: Update.
11997         Reported by Peter Fales <psfales@alcatel-lucent.com>.
11998
11999 2008-02-06  Bruno Haible  <bruno@clisp.org>
12000
12001         Fix bug introduced on 2008-01-26.
12002         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
12003
12004 2008-02-06  Bruno Haible  <bruno@clisp.org>
12005
12006         Fix bug introduced on 2007-06-10.
12007         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
12008         !NEED_PRINTF_FLAG_ZERO.
12009
12010 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
12011
12012         getloadavg: use libperfstat on AIX5
12013         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
12014
12015 2008-02-03  Bruno Haible  <bruno@clisp.org>
12016
12017         * lib/diffseq.h: Add comments about required #includes.
12018         Reported by Michael Biggs <gnulib@doubleplum.net>.
12019
12020 2008-02-01  Bruno Haible  <bruno@clisp.org>
12021
12022         * users.txt: Add gnuit.
12023
12024 2008-01-31  Bruno Haible  <bruno@clisp.org>
12025
12026         * lib/md4.c (set_uint32): Mark as inline.
12027         * lib/md5.c (set_uint32): Likewise.
12028         * lib/sha1.c (set_uint32): Likewise.
12029         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
12030         * m4/md5.m4 (gl_MD5): Likewise.
12031         * m4/sha1.m4 (gl_SHA1): Likewise.
12032
12033 2008-01-31  Jim Meyering  <meyering@redhat.com>
12034
12035         Use "sizeof VAR", rather than a literal "4".
12036         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
12037         * lib/md4.c (md4_read_ctx): Likewise.
12038         * lib/sha1.c (sha1_read_ctx): Likewise.
12039
12040 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12041
12042         * tests/test-sha1.c: New file, based on test-md5.c.
12043
12044         * modules/crypto/sha1-tests: New file.
12045
12046 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12047
12048         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
12049
12050 2008-01-31  Jim Meyering  <meyering@redhat.com>
12051
12052         Prefer "sizeof v" over the equivalent "4".
12053         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
12054         * lib/md5.c (set_uint32): Likewise.
12055         * lib/sha1.c (set_uint32): Likewise.
12056
12057 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12058
12059         * lib/sha1.c (set_uint32): Mark function as static.
12060
12061 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12062
12063         md2: clarify comments to say that alignment is not required.
12064         * lib/md2.h: Remove warning about alignment in comment.
12065         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
12066         never been required.
12067
12068 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12069
12070         md4: adapt alignment constraint fix from sha1.
12071         * lib/md4.c (set_uint32): New function, from sha1.c
12072         (md4_read_ctx): Use it.
12073         (md4_finish_ctx): Doc fix.
12074         * lib/md4.h: Doc fix.
12075
12076 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12077
12078         md5: adapt alignment constraint fix from sha1.
12079         * lib/md5.c (set_uint32): New function, from sha1.c
12080         (md5_read_ctx): Use it.
12081         (md5_finish_ctx): Doc fix.
12082         * lib/md5.h: Doc fix.
12083
12084 2008-01-30  Peter Palfrader  <weasel@debian.org>
12085
12086         sha1: remove the result buffer alignment constraint
12087         * lib/sha1.c (set_uint32): New function.
12088         (sha1_read_ctx): Rewrite to remove the result buffer alignment
12089         constraint.
12090         (sha1_finish_ctx): Remove comment warning about alignment constraint.
12091         * lib/sha1.h: Likewise.
12092
12093 2008-01-30  Andreas Schwab  <schwab@suse.de>
12094             Bruno Haible  <bruno@clisp.org>
12095
12096         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
12097         correct definition of LDBL_MIN_EXP.
12098
12099 2008-01-30  Karl Berry  <karl@gnu.org>
12100
12101         * config/srclist-update: try to preserve x bit on updates.
12102         * config/srclistvars.sh: update for karl.
12103
12104 2008-01-29  Jim Meyering  <meyering@redhat.com>
12105
12106         vasnprintf.c: Avoid warning about unused label
12107         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
12108         "overflow" label definition and associated code with the
12109         same cpp condition that guards the sole use of that label.
12110
12111 2008-01-26  Bruno Haible  <bruno@clisp.org>
12112
12113         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
12114         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
12115         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
12116         * lib/isnanl-nolibm.h (isnanl): Likewise.
12117         Reported by Paul Eggert <eggert@cs.ucla.edu>.
12118
12119 2008-01-26  Bruno Haible  <bruno@clisp.org>
12120
12121         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
12122         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
12123
12124 2008-01-26  Bruno Haible  <bruno@clisp.org>
12125
12126         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
12127         GCC >= 4.0 built-in.
12128         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
12129
12130 2008-01-26  Bruno Haible  <bruno@clisp.org>
12131
12132         Rename isnan, applicable to 'double' only, to isnand.
12133         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
12134         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
12135         (configure.ac): Update.
12136         (Include): Replace "isnan.h" with "isnand.h".
12137         * m4/isnand.m4: Renamed from m4/isnan.m4.
12138         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
12139         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
12140         instead of isnan.c.
12141         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
12142         instead of HAVE_ISNAN_IN_LIBC.
12143         (isnand): Renamed from isnan.
12144         * lib/isnand.c: New file.
12145         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
12146         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
12147         (Makefile.am): Update.
12148         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
12149         Include isnand.h instead of isnan.h.
12150         (main): Test isnand instead of isnan.
12151         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
12152         isnan-nolibm.
12153         * modules/frexp (Depends-on): Likewise.
12154         * modules/frexp-tests (Depends-on): Likewise.
12155         * modules/frexp-nolibm (Depends-on): Likewise.
12156         * modules/frexp-nolibm-tests (Depends-on): Likewise.
12157         * modules/isfinite (Depends-on): Likewise.
12158         * modules/round-tests (Depends-on): Likewise.
12159         * modules/signbit (Depends-on): Likewise.
12160         * modules/signbit-tests (Depends-on): Likewise.
12161         * modules/snprintf-posix (Depends-on): Likewise.
12162         * modules/sprintf-posix (Depends-on): Likewise.
12163         * modules/trunc-tests (Depends-on): Likewise.
12164         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
12165         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
12166         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
12167         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
12168         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
12169         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
12170         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
12171         * modules/vasnprintf-posix (Depends-on): Likewise.
12172         * modules/vasprintf-posix (Depends-on): Likewise.
12173         * modules/vfprintf-posix (Depends-on): Likewise.
12174         * modules/vsnprintf-posix (Depends-on): Likewise.
12175         * modules/vsprintf-posix (Depends-on): Likewise.
12176         * lib/frexp.c: Include isnand.h instead of isnan.h.
12177         (ISNAN): Set to isnand instead of isnan.
12178         * lib/isfinite.c: Include isnand.h instead of isnan.h.
12179         (gl_isfinited): Use isnand instead of isnan.
12180         * lib/signbitd.c: Include isnand.h instead of isnan.h.
12181         (gl_signbitd): Use isnand instead of isnan.
12182         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
12183         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
12184         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
12185         (main): Use isnand instead of isnan.
12186         * tests/test-round1.c: Include isnand.h.
12187         (main): Use isnand instead of isnan.
12188         * tests/test-round2.c: Include isnand.h instead of isnan.h.
12189         (ISNAN): Set to isnand instead of isnan.
12190         * tests/test-trunc1.c: Include isnand.h.
12191         (main): Use isnand instead of isnan.
12192         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
12193         (equal): Use isnand instead of isnan.
12194         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
12195         isnand-nolibm.
12196         * NEWS: Mention the change.
12197
12198 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12199             Bruno Haible  <bruno@clisp.org>
12200
12201         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
12202         the GCC builtins for signbits are present and set
12203         REPLACE_SIGNBIT_USING_GCC if so.
12204         * lib/math.in.h (signbit): Define using GCC builtins if
12205         REPLACE_SIGNBIT_USING_GCC is set.
12206         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
12207         REPLACE_SIGNBIT_USING_GCC.
12208         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
12209
12210 2008-01-25  Jim Meyering  <meyering@redhat.com>
12211
12212         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
12213         * lib/poll.c: Include <config.h>, not "config.h".
12214         * tests/test-getaddrinfo.c: Likewise.
12215
12216 2008-01-25  Simon Josefsson  <simon@josefsson.org>
12217
12218         * modules/sockets-tests: New file.
12219
12220 2008-01-24  Simon Josefsson  <simon@josefsson.org>
12221
12222         * modules/sockets: New module, can be used to call WSA_Startup and
12223         WSA_Cleanup when needed.
12224
12225         * lib/sockets.h, lib/sockets.c: New files.
12226
12227         * m4/sockets.m4: New file.
12228
12229         * tests/test-sockets.c: New file.
12230
12231 2008-01-19  Bruno Haible  <bruno@clisp.org>
12232
12233         * doc/posix-headers: Renamed from doc/headers.
12234         * doc/posix-functions: Renamed from doc/functions.
12235         * doc/gnulib.texi: Update.
12236
12237 2008-01-19  Bruno Haible  <bruno@clisp.org>
12238
12239         * doc/glibc-functions/strcasestr.texi: Include contents of
12240         doc/functions/strcasestr.texi, fixing the list of platforms.
12241         * doc/functions/strcasestr.texi: Remove file.
12242
12243 2008-01-19  Bruno Haible  <bruno@clisp.org>
12244
12245         * doc/glibc-functions/memmem.texi: Include contents of
12246         doc/functions/memmem.texi.
12247         * doc/functions/memmem.texi: Remove file.
12248
12249 2008-01-18  Bruno Haible  <bruno@clisp.org>
12250
12251         * doc/glibc-functions/*.texi: New files.
12252         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
12253         to use the new files.
12254
12255 2008-01-17  Bruno Haible  <bruno@clisp.org>
12256
12257         * tests/test-gethostname.c (main): Fix printf statement.
12258
12259 2008-01-17  Simon Josefsson  <simon@josefsson.org>
12260
12261         * modules/gethostname-tests: New file.
12262
12263         * tests/test-gethostname.c: New file.
12264
12265 2008-01-17  Simon Josefsson  <simon@josefsson.org>
12266
12267         * lib/gethostname.c: Include string.h unconditionally, strncpy is
12268         used by the UNAME case.  Reported by Bruno Haible
12269         <bruno@clisp.org>.
12270
12271 2008-01-17  Eric Blake  <ebb9@byu.net>
12272
12273         Convert c-strcasestr to be more efficient.
12274         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
12275         (Depends-on): Add c-strcase, remove malloca, strnlen.
12276         * tests/test-c-strcasestr.c (main): Enhance test.
12277         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
12278
12279 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
12280
12281         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
12282         Use it in creating po/Makevars.
12283
12284 2008-01-15  Simon Josefsson  <simon@josefsson.org>
12285
12286         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
12287         Applications that requires it should initialize libgcrypt
12288         manually.
12289
12290 2008-01-16  Simon Josefsson  <simon@josefsson.org>
12291
12292         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
12293
12294 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
12295
12296         Fix problem with getdate on mingw32 reported by Simon Josefsson
12297         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
12298         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
12299         tzname", when deciding whether to declare tzname.
12300         * lib/strftime.c (tzname): Likewise.
12301
12302 2008-01-15  Bruno Haible  <bruno@clisp.org>
12303
12304         Work around a MacOS X 10.5 bug in frexpl().
12305         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
12306         * doc/functions/frexpl.texi: Document the bug.
12307         Reported by Elias Pipping <pipping@gentoo.org>.
12308
12309 2008-01-14  Eric Blake  <ebb9@byu.net>
12310
12311         Touch up previous patch.
12312         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
12313         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
12314
12315         Convert strcasestr module to use Two-Way algorithm.
12316         * modules/strcasestr-simple: New module, based on the old
12317         strcasestr, but with Two-Way rather than KMP.
12318         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
12319         * lib/string.in.h (rpl_strcasestr): Declare.
12320         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
12321         performance.
12322         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
12323         * modules/string (Makefile.am): Support strcasestr.
12324         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
12325         * modules/strcasestr-tests (Depends-on): Check for alarm.
12326         * tests/test-strcasestr.c: Augment test.
12327         * lib/str-two-way.h: Clean up stray macro.
12328         * NEWS: Document new module.
12329         * MODULES.html.sh (string handling): Likewise.
12330         * doc/functions/strcasestr.texi: New file.
12331         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
12332         here, since it is not a POSIX function.
12333
12334 2008-01-14  Colin Watson  <cjwatson@debian.org>
12335             Bruno Haible  <bruno@clisp.org>
12336
12337         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
12338         works fine; if not, set REPLACE_STRSIGNAL.
12339         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
12340         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12341         REPLACE_STRSIGNAL.
12342         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
12343         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
12344         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
12345
12346 2008-01-14  Bruno Haible  <bruno@clisp.org>
12347
12348         * modules/strsignal (Include): Change to <string.h>.
12349
12350 2008-01-14  Colin Watson  <cjwatson@debian.org>
12351
12352         * modules/argp (Notice): Add a notice recommending to change
12353         XGETTEXT_OPTIONS.
12354         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
12355
12356 2008-01-13  Colin Watson  <cjwatson@debian.org>
12357
12358         * modules/strsignal-tests: New file.
12359         * tests/test-strsignal.c: New file.
12360
12361         * lib/strsignal.c: New file, from glibc with modifications.
12362         * lib/siglist.h: New file, from glibc with modifications.
12363         * lib/string.in.h (strsignal): New declaration.
12364         * m4/strsignal.m4: New file.
12365         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12366         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
12367         * modules/strsignal: New file.
12368         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
12369         HAVE_DECL_STRSIGNAL.
12370
12371 2008-01-13  Bruno Haible  <bruno@clisp.org>
12372
12373         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
12374         locale encoding is not ASCII. Needed for OpenBSD 4.0.
12375         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
12376         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
12377
12378 2008-01-13  Bruno Haible  <bruno@clisp.org>
12379
12380         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
12381         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
12382         * lib/argp.h (__attribute__): Likewise.
12383         * lib/c-stack.c (__attribute__): Likewise.
12384         * lib/error.h (__attribute__): Likewise.
12385         * lib/fts.c (__attribute__): Likewise.
12386         * lib/openat.h (__attribute__): Likewise.
12387         * lib/stdio.in.h (__attribute__): Likewise.
12388         * lib/string.in.h (__attribute__): Likewise.
12389         * lib/utimens.c (__attribute__): Likewise.
12390         * lib/vasnprintf.h (__attribute__): Likewise.
12391         * lib/xalloc.h (__attribute__): Likewise.
12392         * lib/xprintf.h (__attribute__): Likewise.
12393         * lib/xstrtol.h (__attribute__): Likewise.
12394         * lib/xvasprintf.h (__attribute__): Likewise.
12395
12396 2008-01-12  Bruno Haible  <bruno@clisp.org>
12397
12398         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
12399         * doc/glibc-headers/a.out.texi: New file.
12400         * doc/glibc-headers/aliases.texi: New file.
12401         * doc/glibc-headers/alloca.texi: New file.
12402         * doc/glibc-headers/ar.texi: New file.
12403         * doc/glibc-headers/argp.texi: New file.
12404         * doc/glibc-headers/argz.texi: New file.
12405         * doc/glibc-headers/byteswap.texi: New file.
12406         * doc/glibc-headers/crypt.texi: New file.
12407         * doc/glibc-headers/endian.texi: New file.
12408         * doc/glibc-headers/envz.texi: New file.
12409         * doc/glibc-headers/err.texi: New file.
12410         * doc/glibc-headers/error.texi: New file.
12411         * doc/glibc-headers/execinfo.texi: New file.
12412         * doc/glibc-headers/fpu_control.texi: New file.
12413         * doc/glibc-headers/fstab.texi: New file.
12414         * doc/glibc-headers/fts.texi: New file.
12415         * doc/glibc-headers/getopt.texi: New file.
12416         * doc/glibc-headers/ieee754.texi: New file.
12417         * doc/glibc-headers/ifaddrs.texi: New file.
12418         * doc/glibc-headers/libintl.texi: New file.
12419         * doc/glibc-headers/mcheck.texi: New file.
12420         * doc/glibc-headers/mntent.texi: New file.
12421         * doc/glibc-headers/obstack.texi: New file.
12422         * doc/glibc-headers/paths.texi: New file.
12423         * doc/glibc-headers/printf.texi: New file.
12424         * doc/glibc-headers/pty.texi: New file.
12425         * doc/glibc-headers/resolv.texi: New file.
12426         * doc/glibc-headers/shadow.texi: New file.
12427         * doc/glibc-headers/sysexits.texi: New file.
12428         * doc/glibc-headers/ttyent.texi: New file.
12429
12430 2008-01-12  Jim Meyering  <meyering@redhat.com>
12431
12432         announce-gen: emit Gnulib's git-based version string.
12433         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
12434         New option --gnulib-version=V, where V is expected to be
12435         the output of running git describe in the gnulib directory.
12436         (get_tool_versions): Request feedback on xdelta.  I suspect it's
12437         not useful, and plan to stop publishing an xdelta file with each
12438         coreutils release.
12439
12440         * build-aux/announce-gen: Also check for lzma-compressed files.
12441
12442 2008-01-11  Bruno Haible  <bruno@clisp.org>
12443
12444         * tests/test-memmem.c (main): Increase maximum allowed time.
12445         * tests/test-strstr.c (main): Likewise.
12446
12447 2008-01-11  Bruno Haible  <bruno@clisp.org>
12448
12449         * doc/functions/memmem.texi: Add more precisions about platforms.
12450         * doc/functions/strstr.texi: Likewise.
12451
12452 2008-01-10  Eric Blake  <ebb9@byu.net>
12453
12454         * m4/strstr.m4: Delete cruft from copy-n-paste.
12455         Reported by Bruno Haible.
12456
12457 2008-01-10  Bruno Haible  <bruno@clisp.org>
12458
12459         Make c-strstr rely on strstr.
12460         * lib/c-strstr.c: Don't include str-kmp.h.
12461         (c_strstr): Define in terms of strstr.
12462         * modules/c-strstr (Files): Remove lib/str-kmp.h.
12463         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
12464
12465 2008-01-10  Bruno Haible  <bruno@clisp.org>
12466
12467         * doc/gnulib.texi (String Functions in C Locale): New section.
12468         * doc/c-ctype.texi: New file.
12469         * doc/c-strcase.texi: New file.
12470         * doc/c-strcaseeq.texi: New file.
12471         * doc/c-strcasestr.texi: New file.
12472         * doc/c-strstr.texi: New file.
12473         * doc/c-strtod.texi: New file.
12474         * doc/c-strtold.texi: New file.
12475
12476 2008-01-10  Eric Blake  <ebb9@byu.net>
12477
12478         * lib/relocatable.h: Fix a comment.
12479
12480 2008-01-10  Eric Blake  <ebb9@byu.net>
12481
12482         Share two-way algorithm.
12483         * lib/str-two-way.h: New file, merged from...
12484         * lib/memmem.c: ...here...
12485         * lib/strstr.c: ...and here.
12486         * modules/memmem (Files): Use it.
12487         * modules/strstr (Files): Likewise.
12488
12489         Avoid quadratic strstr implementations.
12490         * lib/strstr.c: New file.
12491         * m4/strstr.m4: Likewise.
12492         * modules/strstr: Likewise.
12493         * modules/strstr-tests: Likewise.
12494         * tests/test-strstr.c: Likewise.
12495         * lib/string.in.h (rpl_strstr): Declare.
12496         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
12497         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
12498         * modules/string (Makefile.am): Likewise.
12499         * MODULES.html.sh (string handling): Mention new module.
12500         * doc/functions/strstr.texi (strstr): Document the bug.
12501
12502 2008-01-10  Bruno Haible  <bruno@clisp.org>
12503
12504         * lib/relocatable.h (relocate): State whether result is freshly
12505         allocated or not.
12506         * lib/relocatable.c (relocate): Return a freshly allocated string
12507         instead of a pointer to a privately held string.
12508         Reported by Sylvain Beucler <beuc@gnu.org>.
12509
12510 2008-01-10  Colin Watson  <cjwatson@debian.org>
12511
12512         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
12513         s/S_ISNLK/S_ISLNK/.
12514
12515 2008-01-09  Bruno Haible  <bruno@clisp.org>
12516
12517         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
12518         and other files.
12519         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
12520         if it's only a guess.
12521         * modules/memmem: Simplify by depending on memmem-simple.
12522
12523 2008-01-09  Bruno Haible  <bruno@clisp.org>
12524
12525         Work around OpenBSD 4.0 tdelete() bug.
12526         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
12527         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
12528         macros and don't redefine the enum values.
12529         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
12530         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
12531         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
12532
12533 2008-01-09  Bruno Haible  <bruno@clisp.org>
12534
12535         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
12536         (main): Don't perform the tests if setlocale did not install a UTF-8
12537         locale. Needed on OpenBSD 4.0.
12538         * modules/wcwidth-tests (Depends-on): Add localcharset.
12539
12540 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12541
12542         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
12543         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
12544         * NEWS: announce this.
12545         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
12546
12547 2008-01-09  Simon Josefsson  <simon@josefsson.org>
12548         and Eric Blake  <ebb9@byu.net>
12549
12550         Add memmem-simple module.
12551         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
12552         (gl_FUNC_MEMMEM): Separate performance from presence checks.
12553         * modules/memmem-simple: New file.
12554         * modules/memmem (Description): Tweak.
12555         * MODULES.html.sh (string handling): Mention new module.
12556         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
12557         addressed by memmem-simple.
12558         * NEWS: Document the difference.
12559
12560 2008-01-09  Eric Blake  <ebb9@byu.net>
12561
12562         Give gcc some memmem optimization hints.
12563         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
12564         (strcasestr): Declare as pure.
12565         * modules/memmem (Maintainer): Claim my implementation.
12566
12567 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12568
12569         Support AIX 6.1 and higher.
12570         * build-aux/config.libpath: Likewise.
12571         * build-aux/config.rpath: Likewise.
12572
12573 2008-01-08  Jim Meyering  <meyering@redhat.com>
12574             Bruno Haible  <bruno@clisp.org>
12575
12576         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
12577         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
12578         Reported by Peter Fales in
12579         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
12580
12581 2008-01-08  Bruno Haible  <bruno@clisp.org>
12582
12583         * modules/unictype/category-of (Depends-on): Add
12584         unictype/category-none.
12585         * modules/unictype/category-and-tests (Depends-on): Add
12586         unictype/category-{L,N,Lu,Nd}.
12587         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
12588         * modules/unictype/category-or-tests (Depends-on): Add
12589         unictype/category-{L,N}.
12590         * modules/unictype/category-name-tests (Depends-on): Add
12591         unictype/category-{Z,Nl}.
12592         Reported by Simon Josefsson.
12593
12594 2008-01-08  Bruno Haible  <bruno@clisp.org>
12595
12596         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
12597         convention better.
12598         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
12599         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
12600         Reported by Peter Miller <millerp@canb.auug.org.au>.
12601
12602 2008-01-08  Eric Blake  <ebb9@byu.net>
12603
12604         Rewrite memmem to guarantee linear complexity without malloc.
12605         * lib/memmem.c (memmem): Use Two-Way rather than
12606         Knuth-Morris-Pratt, to allow O(1) space usage.
12607         (critical_factorization, two_way_short_needle)
12608         (two_way_long_needle): New functions.
12609         (knuth_morris_pratt): Delete.
12610         * modules/memmem (Depends-on): No longer need malloca or stdbool.
12611         Add stdint.
12612         * tests/test-memmem.c (main): Add tests for periodic needle and
12613         sublinear performance.
12614         * doc/functions/memmem.texi (memmem): Document other deficiencies
12615         in cygwin and older glibc.
12616
12617 2008-01-08  Bruno Haible  <bruno@clisp.org>
12618
12619         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
12620         augmentation.
12621
12622 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
12623
12624         Add a configure time option: --disable-acl.
12625         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
12626         AC_ARG_ENABLE(acl).
12627
12628 2008-01-06  Simon Josefsson  <simon@josefsson.org>
12629
12630         * tests/test-localename.c: Don't include obsolete "setenv.h".
12631
12632         * modules/localename-tests (Depends-on): Need unsetenv.
12633
12634 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12635
12636         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
12637
12638 2008-01-06  Colin Watson  <cjwatson@debian.org>
12639
12640         * users.txt: Add man-db.
12641
12642 2008-01-07  Bruno Haible  <bruno@clisp.org>
12643
12644         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
12645         previous section name.
12646
12647 2008-01-07  Bruno Haible  <bruno@clisp.org>
12648
12649         * lib/progname.c (set_program_name): Don't strip off a leading
12650         "lt-" prefix outside a .libs directory.
12651         Suggested by Paul Eggert.
12652
12653 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
12654             Bruno Haible  <bruno@clisp.org>
12655
12656         Improve memory cleanup in 'relocatable' module.
12657         * lib/relocatable.h (compute_curr_prefix): Change return type to
12658         'char *'.
12659         * lib/relocatable.c (compute_curr_prefix): Change return type to
12660         'char *'. Free curr_installdir after use.
12661         (relocate): Free curr_prefix_better after use.
12662         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
12663
12664 2008-01-01  Bruno Haible  <bruno@clisp.org>
12665
12666         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
12667         failure on older glibc systems.
12668         Reported by Peter Fales <psfales@alcatel-lucent.com>.
12669
12670 2008-01-05  Eric Blake  <ebb9@byu.net>
12671
12672         Avoid quadratic system memmem.
12673         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
12674         Reported by Ralf Wildenhues.
12675
12676         Fix memmem test for mingw.
12677         * modules/memmem-tests (configure.ac): Check for alarm.
12678         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
12679         it.
12680         * doc/functions/memmem.texi: New file.
12681         * doc/gnulib.texi (Function Substitutes): Add memmem.
12682         Reported by Bruno Haible.
12683
12684 2008-01-04  Bruno Haible  <bruno@clisp.org>
12685
12686         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
12687         Require gl_HEADER_STRINGS_H_DEFAULTS, not
12688         gl_HEADER_STRING_H_DEFAULTS.
12689
12690 2008-01-04  Eric Blake  <ebb9@byu.net>
12691
12692         Shorten duration of memmem test.
12693         * tests/test-memmem.c (main): Use alarm to declare failure if test
12694         is taking too long.
12695         Reported by Ralf Wildenhues.
12696
12697 2007-12-21  Simon Josefsson  <simon@josefsson.org>
12698
12699         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
12700         string, needed by strerror.
12701
12702 2008-01-03  Colin Watson  <cjwatson@debian.org>
12703             Bruno Haible  <bruno@clisp.org>
12704
12705         * doc/gnulib-tool.texi (Localization): New section.
12706
12707 2008-01-02  Bruno Haible  <bruno@clisp.org>
12708
12709         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
12710         variables to 'unsigned char *' type.
12711         Reported by Paul Eggert.
12712
12713 2008-01-02  Jim Meyering  <jim@meyering.net>
12714
12715         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
12716
12717 2007-12-31  Jim Meyering  <jim@meyering.net>
12718
12719         Avoid use of private FTS type name.
12720         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
12721
12722 2007-12-30  Karl Berry  <karl@gnu.org>
12723
12724         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
12725         work around defect in Texinfo and/or the standalone Info browser.
12726
12727 2007-12-30  Bruno Haible  <bruno@clisp.org>
12728
12729         Unify 5 copies of the KMP code.
12730         * lib/str-kmp.h: New file.
12731         * lib/c-strcasestr.c: Include str-kmp.h.
12732         (knuth_morris_pratt): Remove function.
12733         (c_strcasestr): Update.
12734         * lib/c-strstr.c: Include str-kmp.h.
12735         (knuth_morris_pratt): Remove function.
12736         (c_strcasestr): Update.
12737         * lib/mbscasestr.c: Include str-kmp.h.
12738         (knuth_morris_pratt_unibyte): Remove function.
12739         * lib/mbsstr.c: Include str-kmp.h.
12740         (knuth_morris_pratt_unibyte): Remove function.
12741         * lib/strcasestr.c: Include str-kmp.h.
12742         (knuth_morris_pratt): Remove function.
12743         (strcasestr): Update.
12744         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
12745         * modules/c-strstr (Files): Likewise.
12746         * modules/mbscasestr (Files): Likewise.
12747         * modules/mbsstr (Files): Likewise.
12748         * modules/strcasestr (Files): Likewise.
12749         Suggested by Paul Eggert.
12750
12751 2007-12-30  Bruno Haible  <bruno@clisp.org>
12752
12753         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
12754         defined.
12755
12756 2007-12-30  Bruno Haible  <bruno@clisp.org>
12757
12758         * lib/xmalloca.h: Include xalloc.h.
12759         (xnmalloca): New macro.
12760
12761 2007-12-30  Bruno Haible  <bruno@clisp.org>
12762
12763         * lib/malloca.h (nmalloca): New macro.
12764         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
12765         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
12766         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
12767         knuth_morris_pratt_multibyte): Likewise.
12768         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
12769         knuth_morris_pratt_multibyte): Likewise.
12770         * lib/memmem.c (knuth_morris_pratt): Likewise.
12771         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
12772
12773 2007-12-25  Bruno Haible  <bruno@clisp.org>
12774
12775         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
12776         * lib/glob.c: Don't include openat.h.
12777         (link_exists2_p): Add back the code that deals with the
12778         !GLOB_ALTDIRFUNC case.
12779         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
12780         let it do the filename concatenation.
12781         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
12782         * modules/glob (Depends-on): Remove openat.
12783
12784 2007-12-31  Bruno Haible  <bruno@clisp.org>
12785
12786         * modules/dirfd (License): Change to LGPLv2+.
12787         Approved by Jim Meyering.
12788
12789 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
12790
12791         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
12792         when multiplying M by sizeof (size_t).
12793
12794 2007-12-10  Martin Lambers  <marlam@marlam.de>
12795
12796         Override getpagesize on mingw.
12797         * lib/getpagesize.c: New file.
12798         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
12799         * modules/getpagesize (Files): Add lib/getpagesize.c.
12800         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
12801         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12802         REPLACE_GETPAGESIZE.
12803         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
12804
12805 2007-12-25  Bruno Haible  <bruno@clisp.org>
12806
12807         * modules/localcharset (Notice): New field.
12808         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
12809         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
12810
12811 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
12812             Bruno Haible  <bruno@clisp.org>
12813
12814         Avoid using the syntax symbol() in formatted documentation.
12815         * MODULES.html.sh (func_module): When replacing symbol() with a
12816         hyperlink, remove the parentheses. Show an error if some remain.
12817         Recognize and render the '...' syntax.
12818         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
12819         Rework. Add paragraph about GCC's inlining.
12820         * doc/alloca.texi: Likewise.
12821         * doc/error.texi: Remove parentheses from symbol reference.
12822         * doc/gnulib-intro.texi: Likewise.
12823         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
12824         * modules/fnmatch (Description): Reword to say "the ... function".
12825         * modules/full-read (Description): Likewise.
12826         * modules/full-write (Description): Likewise.
12827         * modules/safe-read (Description): Likewise.
12828         * modules/safe-write (Description): Likewise.
12829         * modules/strchrnul (Description): Likewise.
12830         * modules/trim (Description): Likewise.
12831         * modules/error (Description): Remove parentheses from symbol
12832         references.
12833         * modules/verror (Description): Likewise.
12834         Reported by Karl Berry.
12835
12836 2007-12-25  Bruno Haible  <bruno@clisp.org>
12837
12838         Fixup after 2007-10-16 commit.
12839         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
12840
12841 2007-12-24  Bruno Haible  <bruno@clisp.org>
12842
12843         Make --enable-relocatable work with DESTDIR.
12844         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
12845         to compute installdir from destprog.
12846         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
12847         also set the RELOC_DESTDIR variable.
12848         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
12849
12850 2007-12-24  Bruno Haible  <bruno@clisp.org>
12851
12852         Fix link error due to xalloc_die().
12853         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
12854         of xreadlink.
12855         * lib/relocwrapper.c: Update comments.
12856         * build-aux/install-reloc: Remove xreadlink.c from file list.
12857         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
12858         xreadlink.c.
12859         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
12860
12861 2007-12-24  Bruno Haible  <bruno@clisp.org>
12862
12863         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
12864         * lib/setenv.h: Remove file.
12865         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
12866         lib/setenv.h.
12867         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
12868         (Depends-on): Add stdlib.
12869         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
12870         gl_FUNC_UNSETENV.
12871         (Include): Replace setenv.h with <stdlib.h>.
12872         * modules/unsetenv: New file.
12873         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
12874         * lib/unsetenv.c: Include <stdlib.h> first.
12875         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
12876         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
12877         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
12878         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
12879         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
12880         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
12881         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
12882         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
12883         * doc/functions/unsetenv.texi: Update.
12884         * modules/xsetenv (Depends-on): Add unsetenv.
12885         * modules/getdate (Depends-on): Likewise.
12886         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
12887         * lib/xsetenv.c: Don't include setenv.h.
12888         * lib/getdate.y: Likewise.
12889         * lib/relocwrapper.c: Likewise.
12890         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
12891         (Depends-on): Add stdlib.
12892         * NEWS: Mention the changes.
12893         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
12894
12895 2007-12-23  Bruno Haible  <bruno@clisp.org>
12896
12897         * lib/memmem.c (memmem): Use lowercase variable names. Tab
12898         indentation.
12899
12900 2007-12-23  Bruno Haible  <bruno@clisp.org>
12901
12902         * lib/c-strcasestr.c: Add more comments.
12903         * lib/c-strstr.c: Likewise.
12904         * lib/mbscasestr.c: Likewise.
12905         * lib/mbsstr.c: Likewise.
12906         * lib/strcasestr.c: Likewise.
12907         * lib/memmem.c: Likewise.
12908
12909 2007-12-23  Bruno Haible  <bruno@clisp.org>
12910
12911         * tests/test-memmem.c: Include <string.h> first.
12912
12913 2007-12-22  Bruno Haible  <bruno@clisp.org>
12914
12915         * gnulib-tool (func_create_testdir): Change $auxdir while generating
12916         the contents of $testsbase.
12917         Reported by Ralf Wildenhues.
12918
12919 2007-12-22  Bruno Haible  <bruno@clisp.org>
12920
12921         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
12922         two variables local_ldadd_before, local_ldadd_last.
12923
12924 2007-12-20  Eric Blake  <ebb9@byu.net>
12925
12926         Work around circular library issue when cross-compiling.
12927         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
12928         that progname.o does not need to pull in rpl_memcmp.
12929
12930 2007-12-19  Eric Blake  <ebb9@byu.net>
12931
12932         Fix memmem to avoid O(n^2) worst-case complexity.
12933         * lib/memmem.c (knuth_morris_pratt): New function.
12934         (memmem): Use it if first few naive iterations fail.
12935         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
12936         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
12937         * modules/memchr (License): Likewise.
12938         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
12939         malloca.
12940         * tests/test-memmem.c: Rewrite, borrowing ideas from
12941         test-mbsstr1.c; the old version wouldn't even compile!
12942         * modules/memmem-tests: New file.
12943         * lib/string.in.h (rpl_memmem): Add declaration.
12944         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
12945         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
12946         REPLACE_MEMMEM.
12947
12948 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
12949
12950         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
12951         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
12952         before any system include files, and undef after them all.  This
12953         should fix a problem on VMS reported by John E. Malmberg in
12954         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
12955
12956 2007-12-17  Eric Blake  <ebb9@byu.net>
12957
12958         Revert addition of verify, for BSD/OS.
12959         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
12960         can't handle large files, for the sake of obsolete platforms.
12961         * modules/fseeko (Depends-on): Remove verify.
12962         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
12963         * doc/functions/ftello.texi (ftello): Likewise.
12964         * doc/functions/fgetpos.texi (fgetpos): Likewise.
12965         Reported by Larry Jones.
12966
12967 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
12968
12969         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
12970         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
12971
12972 2007-12-17  Jim Meyering  <meyering@redhat.com>
12973
12974         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
12975         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
12976         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
12977         * modules/getcwd (Depends-on): Add openat.
12978         Reported by Petr Salinger.
12979
12980 2007-12-17  Bruno Haible  <bruno@clisp.org>
12981
12982         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
12983         avoid a segmentation fault of the configure test on x86_64 systems.
12984
12985 2007-12-15  Jim Meyering  <meyering@redhat.com>
12986
12987         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
12988
12989 2007-12-13  Eric Blake  <ebb9@byu.net>
12990
12991         Another fseek test.
12992         * tests/test-fseek.c (main): Also test ungetc handling.
12993         * tests/test-fseeko.c (main): Likewise.
12994         * modules/fseeko (Depends-on): Add verify.
12995         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
12996         large.
12997         Reported by Larry Jones.
12998
12999         Fix fseeko on mingw.
13000         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
13001         seek.
13002
13003         Beef up fseek tests.
13004         * tests/test-fseek.c (main): Also test eof handling.
13005         * tests/test-fseeko.c (main): Likewise.
13006         Reported by Larry Jones.
13007
13008 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
13009
13010         Fix fseeko on BSD-based platforms.
13011         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
13012         successful seek.
13013
13014 2007-12-12  Eric Blake  <ebb9@byu.net>
13015
13016         Allow circular dependency of separate libtests.a
13017         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
13018         when use_libtests.
13019
13020 2007-12-11  Eric Blake  <ebb9@byu.net>
13021
13022         Fix bug with -0.0L in previous patch.
13023         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
13024         * tests/test-isnan.c (main): Also test on zeroes.
13025         * tests/test-isnanf.c (main): Likewise.
13026         * tests/test-isnanl.h (main): Likewise.
13027
13028         Detect pseudo-denormals on x86 even when cross-compiling.
13029         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
13030         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
13031         invalid bit patterns that happen to satisfy ==.
13032
13033         Avoid link failures with separate libtests.a.
13034         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
13035         last, to satisfy circular dependencies.
13036
13037 2007-12-11  Eric Blake  <ebb9@byu.net>
13038         and Bruno Haible  <bruno@clisp.org>
13039
13040         Fix OpenBSD 4.0 <float.h> handling of long double.
13041         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
13042         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
13043         * doc/headers/float.texi (float.h): Document OpenBSD bug.
13044
13045 2007-12-11  Jim Meyering  <meyering@redhat.com>
13046
13047         * users.txt: Add libvirt.
13048
13049         Support versions of autoconf prior to 2.59c.
13050         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
13051         if it is not already defined.
13052
13053 2007-12-09  Bruno Haible  <bruno@clisp.org>
13054
13055         Let 'gnulib-tool --import' collect sources needed for the tests in
13056         tests/ rather than in lib/.
13057         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
13058         argument. If true, add rules to generate libtests.a, and put libtests.a
13059         into $(LDADD). Consider source files in subdirectories and set
13060         uses_subdirs.
13061         (func_emit_initmacro_start, func_emit_initmacro_end,
13062         func_emit_initmacro_done): Pass all arguments explicitly.
13063         (func_import): Determine two module lists main_modules,
13064         testsrelated_modules. Determine use_libtests. Determine two variables
13065         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
13066         instead of just sed_transform_lib_file. Determine two variables
13067         main_files and testsrelated_files. Compute 'files' as the union of
13068         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
13069         func_add_or_update. In the generated gnulib-comp.m4, collect the
13070         object files for tests/ in different variables than those for lib/.
13071         Substitute LIBTESTS_LIBDEPS.
13072         (func_create_testdir): Combine the uses_subdirs results from
13073         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
13074
13075 2007-12-09  Bruno Haible  <bruno@clisp.org>
13076
13077         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
13078         the build-aux directory.
13079
13080 2007-12-09  Bruno Haible  <bruno@clisp.org>
13081
13082         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
13083         introduced on 2006-09-09.
13084
13085 2007-12-07  Jim Meyering  <meyering@redhat.com>
13086
13087         Let these macros work also with autoconf-2.59.
13088         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
13089         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
13090         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
13091
13092 2007-12-06  Jim Meyering  <meyering@redhat.com>
13093
13094         Avoid a configure-time syntax error in gl_FUNC_ACL.
13095         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
13096         function in each branch, before testing the cache variable.
13097
13098 2007-12-04  Eric Blake  <ebb9@byu.net>
13099
13100         Make scripts executable.
13101         * build-aux/config.guess: Add execute permissions.
13102         * build-aux/config.sub: Likewise.
13103         * build-aux/gendocs.sh: Likewise.
13104
13105         Fix frexp on mingw.
13106         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
13107         cross-compiling.
13108         * doc/functions/frexp.texi (frexp): Document the bug.
13109
13110         Make cygwin fseeko check more reliable.
13111         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
13112         version numbers, rather than unrelated feature check.
13113         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
13114         * doc/functions/ftello.texi (ftello): Likewise.
13115         Reported by Bruno Haible.
13116
13117         * m4/strerror.m4: Bump version number.
13118
13119 2007-12-03  Bruno Haible  <bruno@clisp.org>
13120
13121         * doc/functions/mprotect.texi: Mention the mingw problem.
13122
13123 2007-12-03  Eric Blake  <ebb9@byu.net>
13124
13125         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
13126         REPLACE_STRERROR is initialized before this macro.
13127
13128 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
13129
13130         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
13131         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
13132         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
13133         put -lsec in even for programs other than 'ls'.  This fixes a problem
13134         for gettext reported by Bruno Haible in
13135         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
13136         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
13137         Add support for Solaris 10.  This isn't efficient, but should get the
13138         job done for now.
13139
13140 2007-12-03  James Youngman  <jay@gnu.org>
13141
13142         * doc/regexprops-generic.texi: change "an close-group" to "a
13143         close-group" and "illegal" to "not allowed".
13144
13145 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13146
13147         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
13148         pr_byname.h. Needed for the rare case when the maintainer has done
13149         "make maintainer-clean" in the source directory and then attempts a
13150         build outside the source directory.
13151         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
13152         scripts_byname.h.
13153
13154 2007-12-02  Martin Lambers <marlam@marlam.de>
13155             Bruno Haible  <bruno@clisp.org>
13156
13157         * lib/getpagesize.h: Remove file.
13158         * lib/unistd.in.h: Include declaration of getpagesize here.
13159         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
13160         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
13161         HAVE_SYS_PARAM_H.
13162         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
13163         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
13164         * modules/getpagesize (Files): Remove lib/getpagesize.h.
13165         (Depends-on): Add unistd.
13166         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13167         (Include): Use <unistd.h> instead of getpagesize.h.
13168         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
13169         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
13170         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
13171         gl_GETPAGESIZE invocation, already handled by module dependency.
13172         * lib/pagealign_alloc.c: Don't include getpagesize.h.
13173
13174 2007-12-02  Bruno Haible  <bruno@clisp.org>
13175
13176         * modules/strings-tests: New file.
13177         * tests/test-strings.c: New file.
13178
13179         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
13180         * lib/strings.in.h: New file.
13181         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
13182         * m4/strings_h.m4: New file.
13183         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
13184         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
13185         * modules/strings: New file.
13186         * modules/string (Makefile.am): Update.
13187         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
13188         Reported by Karl Berry.
13189
13190 2007-12-01  Eric Blake  <ebb9@byu.net>
13191
13192         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
13193         accomodate fix in cygwin 1.5.25.
13194
13195 2007-12-01  Jim Meyering  <meyering@redhat.com>
13196
13197         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
13198         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
13199         that would inhibit utf8-optimization of a regexp containing line-
13200         or buffer-anchors, e.g., `^', `$'.
13201
13202 2007-11-30  Bruno Haible  <bruno@clisp.org>
13203
13204         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
13205         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
13206         glthread_recursive_lock_init.
13207         * lib/lock.c (glthread_recursive_lock_init)
13208         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
13209         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13210
13211 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
13212
13213         New function qset_acl, like set_acl but with syscall semantics.
13214         * lib/acl.h (qset_acl): New decl.
13215         * lib/acl.c (qset_acl): New function.
13216         (set_acl): Use new function.  Use more-consistent diagnostics.
13217
13218 2007-11-28  Jim Meyering  <meyering@redhat.com>
13219
13220         * modules/physmem (License): Change from GPL to LGPLv2+.
13221
13222 2007-11-26  Bruno Haible  <bruno@clisp.org>
13223
13224         * lib/vasnprintf.c (decode_long_double): Don't abort if the
13225         'long double' type has excess precision.
13226         Reported by Jim Meyering in
13227         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
13228
13229 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13230
13231         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
13232         Sync from <http://gnu.org/licenses>.
13233         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
13234         with license text from same location.
13235         * doc/maintain.texi, doc/standards.texi:  Sync from
13236         <http://savannah.gnu.org/projects/gnustandards>.
13237
13238 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
13239         and Jim Meyering  <meyering@redhat.com>
13240
13241         Adjust getdate' grammar to accept a slightly more regular language.
13242         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
13243         Before, the former was rejected.
13244         * lib/getdate.y (digits_to_date_time): New function, factored
13245         out of ...
13246         (number): ...here.  Just call digits_to_date_time.
13247         (hybrid): New non-terminal to handle an <unsigned number,
13248         signed relative offset> sequence consistently.
13249
13250 2007-11-18  Jim Meyering  <meyering@redhat.com>
13251
13252         Pull my changes from coreutils:
13253         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
13254         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
13255         use of $gnulib_tool_option_extras, so that it's separated from the
13256         preceding argument.
13257
13258         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
13259         * build-aux/bootstrap (cp_mark_as_generated): Create any required
13260         parent destination directories before copying a file into place.
13261
13262 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
13263
13264         bootstrap: work also with 4-argument variant of AC_INIT
13265         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
13266
13267 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13268
13269         Port test-getaddrinfo to Solaris.
13270         Problem reported by Bruno Haible in
13271         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
13272         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
13273         explanation of setting 'hints'.
13274         Don't reject an implementation merely because it returns EAI_SERVICE.
13275         (EAI_SERVICE): Define to 0 if not defined.
13276
13277 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
13278
13279         The license of gnu-make and posix-shell is now "GPLed build tool".
13280         * modules/gnu-make (License): Likewise.
13281         * modules/posix-shell (License): Likewise.
13282
13283         New module posix-shell, for determining a POSIX shell
13284         or perhaps something that is close enough to a POSIX shell.
13285         * m4/posix-shell.m4: New file.
13286         * modules/posix-shell: New file.
13287
13288         * MODULES.html.sh: Mention new module.
13289
13290         New module gnu-make, for determining whether we're using GNU Make.
13291         * m4/gnu-make.m4: New file.
13292         * modules/gnu-make: New file.
13293         * MODULES.html.sh: Mention new module.
13294
13295 2007-11-14  Jim Meyering  <meyering@redhat.com>
13296
13297         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
13298         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
13299         use this macro to create a function _definition_.
13300         Remove useless "#undef ARGMATCH_DIE".
13301
13302 2007-11-14  Bruno Haible  <bruno@clisp.org>
13303
13304         * lib/config.charset: Update for OpenBSD 4.1.
13305         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
13306
13307 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
13308
13309         Document 64-bit #if problems in stdint.texi.
13310         * doc/headers/stdint.texi (stdint.h): Mention problems with
13311         64-bit-#if, and how to work around them.
13312
13313         Don't insist on 'long long int' support in the preprocessor.  It
13314         breaks too many things.  For example, PRIdMAX still uses a 'long
13315         long int' format with the latest Sun compiler, even though
13316         HAVE_LONG_LONG_INT isn't defined due to that compiler's
13317         preprocessor problem.  This causes the latest coreutils to dump
13318         core on Solaris 10 sparc with the Sun C compiler.
13319         Instead, fix the 2007-10-16 problem in a different way, by evaluating
13320         the troublesome expressions at configure-time, not at #if-time.
13321         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
13322         preprocessor.
13323         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
13324         compile-time C checks, done at 'configure'-time.
13325         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
13326         * modules/inttypes (Makefile): Substitute the new symbols that
13327         gl_INTTYPES_H now generates.
13328         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
13329
13330 2007-11-12  Bruno Haible  <bruno@clisp.org>
13331
13332         Tests for Unicode character classification functions.
13333
13334         * modules/unictype/bidicategory-byname-tests: New file.
13335         * modules/unictype/bidicategory-name-tests: New file.
13336         * modules/unictype/bidicategory-of-tests: New file.
13337         * modules/unictype/bidicategory-test-tests: New file.
13338         * modules/unictype/block-list-tests: New file.
13339         * modules/unictype/block-of-tests: New file.
13340         * modules/unictype/block-test-tests: New file.
13341         * modules/unictype/category-C-tests: New file.
13342         * modules/unictype/category-Cc-tests: New file.
13343         * modules/unictype/category-Cf-tests: New file.
13344         * modules/unictype/category-Cn-tests: New file.
13345         * modules/unictype/category-Co-tests: New file.
13346         * modules/unictype/category-Cs-tests: New file.
13347         * modules/unictype/category-L-tests: New file.
13348         * modules/unictype/category-Ll-tests: New file.
13349         * modules/unictype/category-Lm-tests: New file.
13350         * modules/unictype/category-Lo-tests: New file.
13351         * modules/unictype/category-Lt-tests: New file.
13352         * modules/unictype/category-Lu-tests: New file.
13353         * modules/unictype/category-M-tests: New file.
13354         * modules/unictype/category-Mc-tests: New file.
13355         * modules/unictype/category-Me-tests: New file.
13356         * modules/unictype/category-Mn-tests: New file.
13357         * modules/unictype/category-N-tests: New file.
13358         * modules/unictype/category-Nd-tests: New file.
13359         * modules/unictype/category-Nl-tests: New file.
13360         * modules/unictype/category-No-tests: New file.
13361         * modules/unictype/category-P-tests: New file.
13362         * modules/unictype/category-Pc-tests: New file.
13363         * modules/unictype/category-Pd-tests: New file.
13364         * modules/unictype/category-Pe-tests: New file.
13365         * modules/unictype/category-Pf-tests: New file.
13366         * modules/unictype/category-Pi-tests: New file.
13367         * modules/unictype/category-Po-tests: New file.
13368         * modules/unictype/category-Ps-tests: New file.
13369         * modules/unictype/category-S-tests: New file.
13370         * modules/unictype/category-Sc-tests: New file.
13371         * modules/unictype/category-Sk-tests: New file.
13372         * modules/unictype/category-Sm-tests: New file.
13373         * modules/unictype/category-So-tests: New file.
13374         * modules/unictype/category-Z-tests: New file.
13375         * modules/unictype/category-Zl-tests: New file.
13376         * modules/unictype/category-Zp-tests: New file.
13377         * modules/unictype/category-Zs-tests: New file.
13378         * modules/unictype/category-and-not-tests: New file.
13379         * modules/unictype/category-and-tests: New file.
13380         * modules/unictype/category-byname-tests: New file.
13381         * modules/unictype/category-name-tests: New file.
13382         * modules/unictype/category-none-tests: New file.
13383         * modules/unictype/category-of-tests: New file.
13384         * modules/unictype/category-or-tests: New file.
13385         * modules/unictype/category-test-withtable-tests: New file.
13386         * modules/unictype/combining-class-tests: New file.
13387         * modules/unictype/ctype-alnum-tests: New file.
13388         * modules/unictype/ctype-alpha-tests: New file.
13389         * modules/unictype/ctype-blank-tests: New file.
13390         * modules/unictype/ctype-cntrl-tests: New file.
13391         * modules/unictype/ctype-digit-tests: New file.
13392         * modules/unictype/ctype-graph-tests: New file.
13393         * modules/unictype/ctype-lower-tests: New file.
13394         * modules/unictype/ctype-print-tests: New file.
13395         * modules/unictype/ctype-punct-tests: New file.
13396         * modules/unictype/ctype-space-tests: New file.
13397         * modules/unictype/ctype-upper-tests: New file.
13398         * modules/unictype/ctype-xdigit-tests: New file.
13399         * modules/unictype/decimal-digit-tests: New file.
13400         * modules/unictype/digit-tests: New file.
13401         * modules/unictype/mirror-tests: New file.
13402         * modules/unictype/numeric-tests: New file.
13403         * modules/unictype/property-alphabetic-tests: New file.
13404         * modules/unictype/property-ascii-hex-digit-tests: New file.
13405         * modules/unictype/property-bidi-arabic-digit-tests: New file.
13406         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
13407         * modules/unictype/property-bidi-block-separator-tests: New file.
13408         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
13409         * modules/unictype/property-bidi-common-separator-tests: New file.
13410         * modules/unictype/property-bidi-control-tests: New file.
13411         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
13412         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
13413         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
13414         * modules/unictype/property-bidi-european-digit-tests: New file.
13415         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
13416         * modules/unictype/property-bidi-left-to-right-tests: New file.
13417         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
13418         * modules/unictype/property-bidi-other-neutral-tests: New file.
13419         * modules/unictype/property-bidi-pdf-tests: New file.
13420         * modules/unictype/property-bidi-segment-separator-tests: New file.
13421         * modules/unictype/property-bidi-whitespace-tests: New file.
13422         * modules/unictype/property-byname-tests: New file.
13423         * modules/unictype/property-combining-tests: New file.
13424         * modules/unictype/property-composite-tests: New file.
13425         * modules/unictype/property-currency-symbol-tests: New file.
13426         * modules/unictype/property-dash-tests: New file.
13427         * modules/unictype/property-decimal-digit-tests: New file.
13428         * modules/unictype/property-default-ignorable-code-point-tests: New file.
13429         * modules/unictype/property-deprecated-tests: New file.
13430         * modules/unictype/property-diacritic-tests: New file.
13431         * modules/unictype/property-extender-tests: New file.
13432         * modules/unictype/property-format-control-tests: New file.
13433         * modules/unictype/property-grapheme-base-tests: New file.
13434         * modules/unictype/property-grapheme-extend-tests: New file.
13435         * modules/unictype/property-grapheme-link-tests: New file.
13436         * modules/unictype/property-hex-digit-tests: New file.
13437         * modules/unictype/property-hyphen-tests: New file.
13438         * modules/unictype/property-id-continue-tests: New file.
13439         * modules/unictype/property-id-start-tests: New file.
13440         * modules/unictype/property-ideographic-tests: New file.
13441         * modules/unictype/property-ids-binary-operator-tests: New file.
13442         * modules/unictype/property-ids-trinary-operator-tests: New file.
13443         * modules/unictype/property-ignorable-control-tests: New file.
13444         * modules/unictype/property-iso-control-tests: New file.
13445         * modules/unictype/property-join-control-tests: New file.
13446         * modules/unictype/property-left-of-pair-tests: New file.
13447         * modules/unictype/property-line-separator-tests: New file.
13448         * modules/unictype/property-logical-order-exception-tests: New file.
13449         * modules/unictype/property-lowercase-tests: New file.
13450         * modules/unictype/property-math-tests: New file.
13451         * modules/unictype/property-non-break-tests: New file.
13452         * modules/unictype/property-not-a-character-tests: New file.
13453         * modules/unictype/property-numeric-tests: New file.
13454         * modules/unictype/property-other-alphabetic-tests: New file.
13455         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
13456         * modules/unictype/property-other-grapheme-extend-tests: New file.
13457         * modules/unictype/property-other-id-continue-tests: New file.
13458         * modules/unictype/property-other-id-start-tests: New file.
13459         * modules/unictype/property-other-lowercase-tests: New file.
13460         * modules/unictype/property-other-math-tests: New file.
13461         * modules/unictype/property-other-uppercase-tests: New file.
13462         * modules/unictype/property-paired-punctuation-tests: New file.
13463         * modules/unictype/property-paragraph-separator-tests: New file.
13464         * modules/unictype/property-pattern-syntax-tests: New file.
13465         * modules/unictype/property-pattern-white-space-tests: New file.
13466         * modules/unictype/property-private-use-tests: New file.
13467         * modules/unictype/property-punctuation-tests: New file.
13468         * modules/unictype/property-quotation-mark-tests: New file.
13469         * modules/unictype/property-radical-tests: New file.
13470         * modules/unictype/property-sentence-terminal-tests: New file.
13471         * modules/unictype/property-soft-dotted-tests: New file.
13472         * modules/unictype/property-space-tests: New file.
13473         * modules/unictype/property-terminal-punctuation-tests: New file.
13474         * modules/unictype/property-test-tests: New file.
13475         * modules/unictype/property-titlecase-tests: New file.
13476         * modules/unictype/property-unassigned-code-value-tests: New file.
13477         * modules/unictype/property-unified-ideograph-tests: New file.
13478         * modules/unictype/property-uppercase-tests: New file.
13479         * modules/unictype/property-variation-selector-tests: New file.
13480         * modules/unictype/property-white-space-tests: New file.
13481         * modules/unictype/property-xid-continue-tests: New file.
13482         * modules/unictype/property-xid-start-tests: New file.
13483         * modules/unictype/property-zero-width-tests: New file.
13484         * modules/unictype/scripts-tests: New file.
13485         * modules/unictype/syntax-c-ident-tests: New file.
13486         * modules/unictype/syntax-c-whitespace-tests: New file.
13487         * modules/unictype/syntax-java-ident-tests: New file.
13488         * modules/unictype/syntax-java-whitespace-tests: New file.
13489         * tests/unictype/test-bidi_byname.c: New file.
13490         * tests/unictype/test-bidi_name.c: New file.
13491         * tests/unictype/test-bidi_of.c: New file.
13492         * tests/unictype/test-bidi_test.c: New file.
13493         * tests/unictype/test-block_list.c: New file.
13494         * tests/unictype/test-block_of.c: New file.
13495         * tests/unictype/test-block_test.c: New file.
13496         * tests/unictype/test-categ_and.c: New file.
13497         * tests/unictype/test-categ_and_not.c: New file.
13498         * tests/unictype/test-categ_byname.c: New file.
13499         * tests/unictype/test-categ_name.c: New file.
13500         * tests/unictype/test-categ_none.c: New file.
13501         * tests/unictype/test-categ_of.c: New file.
13502         * tests/unictype/test-categ_or.c: New file.
13503         * tests/unictype/test-categ_test_withtable.c: New file.
13504         * tests/unictype/test-combining.c: New file.
13505         * tests/unictype/test-decdigit.c: New file.
13506         * tests/unictype/test-digit.c: New file.
13507         * tests/unictype/test-mirror.c: New file.
13508         * tests/unictype/test-numeric.c: New file.
13509         * tests/unictype/test-pr_byname.c: New file.
13510         * tests/unictype/test-pr_test.c: New file.
13511         * tests/unictype/test-predicate-part1.h: New file.
13512         * tests/unictype/test-predicate-part2.h: New file.
13513         * tests/unictype/test-scripts.c: New file.
13514         * tests/unictype/test-sy_c_ident.c: New file.
13515         * tests/unictype/test-sy_java_ident.c: New file.
13516
13517         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
13518         for Unicode 5.0.0.
13519         * tests/unictype/test-categ_Cc.c: Likewise.
13520         * tests/unictype/test-categ_Cf.c: Likewise.
13521         * tests/unictype/test-categ_Cn.c: Likewise.
13522         * tests/unictype/test-categ_Co.c: Likewise.
13523         * tests/unictype/test-categ_Cs.c: Likewise.
13524         * tests/unictype/test-categ_L.c: Likewise.
13525         * tests/unictype/test-categ_Ll.c: Likewise.
13526         * tests/unictype/test-categ_Lm.c: Likewise.
13527         * tests/unictype/test-categ_Lo.c: Likewise.
13528         * tests/unictype/test-categ_Lt.c: Likewise.
13529         * tests/unictype/test-categ_Lu.c: Likewise.
13530         * tests/unictype/test-categ_M.c: Likewise.
13531         * tests/unictype/test-categ_Mc.c: Likewise.
13532         * tests/unictype/test-categ_Me.c: Likewise.
13533         * tests/unictype/test-categ_Mn.c: Likewise.
13534         * tests/unictype/test-categ_N.c: Likewise.
13535         * tests/unictype/test-categ_Nd.c: Likewise.
13536         * tests/unictype/test-categ_Nl.c: Likewise.
13537         * tests/unictype/test-categ_No.c: Likewise.
13538         * tests/unictype/test-categ_P.c: Likewise.
13539         * tests/unictype/test-categ_Pc.c: Likewise.
13540         * tests/unictype/test-categ_Pd.c: Likewise.
13541         * tests/unictype/test-categ_Pe.c: Likewise.
13542         * tests/unictype/test-categ_Pf.c: Likewise.
13543         * tests/unictype/test-categ_Pi.c: Likewise.
13544         * tests/unictype/test-categ_Po.c: Likewise.
13545         * tests/unictype/test-categ_Ps.c: Likewise.
13546         * tests/unictype/test-categ_S.c: Likewise.
13547         * tests/unictype/test-categ_Sc.c: Likewise.
13548         * tests/unictype/test-categ_Sk.c: Likewise.
13549         * tests/unictype/test-categ_Sm.c: Likewise.
13550         * tests/unictype/test-categ_So.c: Likewise.
13551         * tests/unictype/test-categ_Z.c: Likewise.
13552         * tests/unictype/test-categ_Zl.c: Likewise.
13553         * tests/unictype/test-categ_Zp.c: Likewise.
13554         * tests/unictype/test-categ_Zs.c: Likewise.
13555         * tests/unictype/test-ctype_alnum.c: Likewise.
13556         * tests/unictype/test-ctype_alpha.c: Likewise.
13557         * tests/unictype/test-ctype_blank.c: Likewise.
13558         * tests/unictype/test-ctype_cntrl.c: Likewise.
13559         * tests/unictype/test-ctype_digit.c: Likewise.
13560         * tests/unictype/test-ctype_graph.c: Likewise.
13561         * tests/unictype/test-ctype_lower.c: Likewise.
13562         * tests/unictype/test-ctype_print.c: Likewise.
13563         * tests/unictype/test-ctype_punct.c: Likewise.
13564         * tests/unictype/test-ctype_space.c: Likewise.
13565         * tests/unictype/test-ctype_upper.c: Likewise.
13566         * tests/unictype/test-ctype_xdigit.c: Likewise.
13567         * tests/unictype/test-decdigit.h: Likewise.
13568         * tests/unictype/test-digit.h: Likewise.
13569         * tests/unictype/test-numeric.h: Likewise.
13570         * tests/unictype/test-pr_alphabetic.c: Likewise.
13571         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
13572         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
13573         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
13574         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
13575         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
13576         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
13577         * tests/unictype/test-pr_bidi_control.c: Likewise.
13578         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
13579         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
13580         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
13581         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
13582         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
13583         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
13584         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
13585         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
13586         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
13587         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
13588         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
13589         * tests/unictype/test-pr_combining.c: Likewise.
13590         * tests/unictype/test-pr_composite.c: Likewise.
13591         * tests/unictype/test-pr_currency_symbol.c: Likewise.
13592         * tests/unictype/test-pr_dash.c: Likewise.
13593         * tests/unictype/test-pr_decimal_digit.c: Likewise.
13594         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
13595         * tests/unictype/test-pr_deprecated.c: Likewise.
13596         * tests/unictype/test-pr_diacritic.c: Likewise.
13597         * tests/unictype/test-pr_extender.c: Likewise.
13598         * tests/unictype/test-pr_format_control.c: Likewise.
13599         * tests/unictype/test-pr_grapheme_base.c: Likewise.
13600         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
13601         * tests/unictype/test-pr_grapheme_link.c: Likewise.
13602         * tests/unictype/test-pr_hex_digit.c: Likewise.
13603         * tests/unictype/test-pr_hyphen.c: Likewise.
13604         * tests/unictype/test-pr_id_continue.c: Likewise.
13605         * tests/unictype/test-pr_id_start.c: Likewise.
13606         * tests/unictype/test-pr_ideographic.c: Likewise.
13607         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
13608         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
13609         * tests/unictype/test-pr_ignorable_control.c: Likewise.
13610         * tests/unictype/test-pr_iso_control.c: Likewise.
13611         * tests/unictype/test-pr_join_control.c: Likewise.
13612         * tests/unictype/test-pr_left_of_pair.c: Likewise.
13613         * tests/unictype/test-pr_line_separator.c: Likewise.
13614         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
13615         * tests/unictype/test-pr_lowercase.c: Likewise.
13616         * tests/unictype/test-pr_math.c: Likewise.
13617         * tests/unictype/test-pr_non_break.c: Likewise.
13618         * tests/unictype/test-pr_not_a_character.c: Likewise.
13619         * tests/unictype/test-pr_numeric.c: Likewise.
13620         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
13621         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
13622         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
13623         * tests/unictype/test-pr_other_id_continue.c: Likewise.
13624         * tests/unictype/test-pr_other_id_start.c: Likewise.
13625         * tests/unictype/test-pr_other_lowercase.c: Likewise.
13626         * tests/unictype/test-pr_other_math.c: Likewise.
13627         * tests/unictype/test-pr_other_uppercase.c: Likewise.
13628         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
13629         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
13630         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
13631         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
13632         * tests/unictype/test-pr_private_use.c: Likewise.
13633         * tests/unictype/test-pr_punctuation.c: Likewise.
13634         * tests/unictype/test-pr_quotation_mark.c: Likewise.
13635         * tests/unictype/test-pr_radical.c: Likewise.
13636         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
13637         * tests/unictype/test-pr_soft_dotted.c: Likewise.
13638         * tests/unictype/test-pr_space.c: Likewise.
13639         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
13640         * tests/unictype/test-pr_titlecase.c: Likewise.
13641         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
13642         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
13643         * tests/unictype/test-pr_uppercase.c: Likewise.
13644         * tests/unictype/test-pr_variation_selector.c: Likewise.
13645         * tests/unictype/test-pr_white_space.c: Likewise.
13646         * tests/unictype/test-pr_xid_continue.c: Likewise.
13647         * tests/unictype/test-pr_xid_start.c: Likewise.
13648         * tests/unictype/test-pr_zero_width.c: Likewise.
13649         * tests/unictype/test-sy_c_whitespace.c: Likewise.
13650         * tests/unictype/test-sy_java_whitespace.c: Likewise.
13651
13652 2007-11-12  Bruno Haible  <bruno@clisp.org>
13653
13654         Unicode character classification functions.
13655         * lib/unictype.h: New file.
13656         * modules/unictype/base: New file.
13657         * modules/unictype/category-L: New file.
13658         * modules/unictype/category-Lu: New file.
13659         * modules/unictype/category-Ll: New file.
13660         * modules/unictype/category-Lt: New file.
13661         * modules/unictype/category-Lm: New file.
13662         * modules/unictype/category-Lo: New file.
13663         * modules/unictype/category-M: New file.
13664         * modules/unictype/category-Mn: New file.
13665         * modules/unictype/category-Mc: New file.
13666         * modules/unictype/category-Me: New file.
13667         * modules/unictype/category-N: New file.
13668         * modules/unictype/category-Nd: New file.
13669         * modules/unictype/category-Nl: New file.
13670         * modules/unictype/category-No: New file.
13671         * modules/unictype/category-P: New file.
13672         * modules/unictype/category-Pc: New file.
13673         * modules/unictype/category-Pd: New file.
13674         * modules/unictype/category-Ps: New file.
13675         * modules/unictype/category-Pe: New file.
13676         * modules/unictype/category-Pi: New file.
13677         * modules/unictype/category-Pf: New file.
13678         * modules/unictype/category-Po: New file.
13679         * modules/unictype/category-S: New file.
13680         * modules/unictype/category-Sm: New file.
13681         * modules/unictype/category-Sc: New file.
13682         * modules/unictype/category-Sk: New file.
13683         * modules/unictype/category-So: New file.
13684         * modules/unictype/category-Z: New file.
13685         * modules/unictype/category-Zs: New file.
13686         * modules/unictype/category-Zl: New file.
13687         * modules/unictype/category-Zp: New file.
13688         * modules/unictype/category-C: New file.
13689         * modules/unictype/category-Cc: New file.
13690         * modules/unictype/category-Cf: New file.
13691         * modules/unictype/category-Cs: New file.
13692         * modules/unictype/category-Co: New file.
13693         * modules/unictype/category-Cn: New file.
13694         * modules/unictype/category-or: New file.
13695         * modules/unictype/category-of: New file.
13696         * modules/unictype/category-test: New file.
13697         * modules/unictype/category-test-withtable: New file.
13698         * modules/unictype/category-byname: New file.
13699         * modules/unictype/category-none: New file.
13700         * modules/unictype/category-and: New file.
13701         * modules/unictype/category-and-not: New file.
13702         * modules/unictype/category-name: New file.
13703         * modules/unictype/combining-class: New file.
13704         * modules/unictype/category-all: New file.
13705         * modules/unictype/bidicategory-all: New file.
13706         * modules/unictype/bidicategory-byname: New file.
13707         * modules/unictype/bidicategory-name: New file.
13708         * modules/unictype/bidicategory-of: New file.
13709         * modules/unictype/bidicategory-test: New file.
13710         * modules/unictype/decimal-digit: New file.
13711         * modules/unictype/digit: New file.
13712         * modules/unictype/numeric: New file.
13713         * modules/unictype/mirror: New file.
13714         * modules/unictype/property-white-space: New file.
13715         * modules/unictype/property-alphabetic: New file.
13716         * modules/unictype/property-other-alphabetic: New file.
13717         * modules/unictype/property-not-a-character: New file.
13718         * modules/unictype/property-default-ignorable-code-point: New file.
13719         * modules/unictype/property-other-default-ignorable-code-point: New
13720         file.
13721         * modules/unictype/property-deprecated: New file.
13722         * modules/unictype/property-logical-order-exception: New file.
13723         * modules/unictype/property-variation-selector: New file.
13724         * modules/unictype/property-private-use: New file.
13725         * modules/unictype/property-unassigned-code-value: New file.
13726         * modules/unictype/property-uppercase: New file.
13727         * modules/unictype/property-other-uppercase: New file.
13728         * modules/unictype/property-lowercase: New file.
13729         * modules/unictype/property-other-lowercase: New file.
13730         * modules/unictype/property-titlecase: New file.
13731         * modules/unictype/property-soft-dotted: New file.
13732         * modules/unictype/property-id-start: New file.
13733         * modules/unictype/property-other-id-start: New file.
13734         * modules/unictype/property-id-continue: New file.
13735         * modules/unictype/property-other-id-continue: New file.
13736         * modules/unictype/property-xid-start: New file.
13737         * modules/unictype/property-xid-continue: New file.
13738         * modules/unictype/property-pattern-white-space: New file.
13739         * modules/unictype/property-pattern-syntax: New file.
13740         * modules/unictype/property-join-control: New file.
13741         * modules/unictype/property-grapheme-base: New file.
13742         * modules/unictype/property-grapheme-extend: New file.
13743         * modules/unictype/property-other-grapheme-extend: New file.
13744         * modules/unictype/property-grapheme-link: New file.
13745         * modules/unictype/property-bidi-control: New file.
13746         * modules/unictype/property-bidi-left-to-right: New file.
13747         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
13748         * modules/unictype/property-bidi-arabic-right-to-left: New file.
13749         * modules/unictype/property-bidi-european-digit: New file.
13750         * modules/unictype/property-bidi-eur-num-separator: New file.
13751         * modules/unictype/property-bidi-eur-num-terminator: New file.
13752         * modules/unictype/property-bidi-arabic-digit: New file.
13753         * modules/unictype/property-bidi-common-separator: New file.
13754         * modules/unictype/property-bidi-block-separator: New file.
13755         * modules/unictype/property-bidi-segment-separator: New file.
13756         * modules/unictype/property-bidi-whitespace: New file.
13757         * modules/unictype/property-bidi-non-spacing-mark: New file.
13758         * modules/unictype/property-bidi-boundary-neutral: New file.
13759         * modules/unictype/property-bidi-pdf: New file.
13760         * modules/unictype/property-bidi-embedding-or-override: New file.
13761         * modules/unictype/property-bidi-other-neutral: New file.
13762         * modules/unictype/property-hex-digit: New file.
13763         * modules/unictype/property-ascii-hex-digit: New file.
13764         * modules/unictype/property-ideographic: New file.
13765         * modules/unictype/property-unified-ideograph: New file.
13766         * modules/unictype/property-radical: New file.
13767         * modules/unictype/property-ids-binary-operator: New file.
13768         * modules/unictype/property-ids-trinary-operator: New file.
13769         * modules/unictype/property-zero-width: New file.
13770         * modules/unictype/property-space: New file.
13771         * modules/unictype/property-non-break: New file.
13772         * modules/unictype/property-iso-control: New file.
13773         * modules/unictype/property-format-control: New file.
13774         * modules/unictype/property-dash: New file.
13775         * modules/unictype/property-hyphen: New file.
13776         * modules/unictype/property-punctuation: New file.
13777         * modules/unictype/property-line-separator: New file.
13778         * modules/unictype/property-paragraph-separator: New file.
13779         * modules/unictype/property-quotation-mark: New file.
13780         * modules/unictype/property-sentence-terminal: New file.
13781         * modules/unictype/property-terminal-punctuation: New file.
13782         * modules/unictype/property-currency-symbol: New file.
13783         * modules/unictype/property-math: New file.
13784         * modules/unictype/property-other-math: New file.
13785         * modules/unictype/property-paired-punctuation: New file.
13786         * modules/unictype/property-left-of-pair: New file.
13787         * modules/unictype/property-combining: New file.
13788         * modules/unictype/property-composite: New file.
13789         * modules/unictype/property-decimal-digit: New file.
13790         * modules/unictype/property-numeric: New file.
13791         * modules/unictype/property-diacritic: New file.
13792         * modules/unictype/property-extender: New file.
13793         * modules/unictype/property-ignorable-control: New file.
13794         * modules/unictype/property-test: New file.
13795         * modules/unictype/property-byname: New file.
13796         * modules/unictype/property-all: New file.
13797         * modules/unictype/scripts: New file.
13798         * modules/unictype/scripts-all: New file.
13799         * modules/unictype/block-of: New file.
13800         * modules/unictype/block-test: New file.
13801         * modules/unictype/block-list: New file.
13802         * modules/unictype/block-all: New file.
13803         * modules/unictype/syntax-c-whitespace: New file.
13804         * modules/unictype/syntax-java-whitespace: New file.
13805         * modules/unictype/syntax-c-ident: New file.
13806         * modules/unictype/syntax-java-ident: New file.
13807         * modules/unictype/ctype-alnum: New file.
13808         * modules/unictype/ctype-alpha: New file.
13809         * modules/unictype/ctype-cntrl: New file.
13810         * modules/unictype/ctype-digit: New file.
13811         * modules/unictype/ctype-graph: New file.
13812         * modules/unictype/ctype-lower: New file.
13813         * modules/unictype/ctype-print: New file.
13814         * modules/unictype/ctype-punct: New file.
13815         * modules/unictype/ctype-space: New file.
13816         * modules/unictype/ctype-upper: New file.
13817         * modules/unictype/ctype-xdigit: New file.
13818         * modules/unictype/ctype-blank: New file.
13819         * lib/unictype/bidi_byname.c: New file.
13820         * lib/unictype/bidi_name.c: New file.
13821         * lib/unictype/bidi_of.c: New file.
13822         * lib/unictype/bidi_test.c: New file.
13823         * lib/unictype/bitmap.h: New file.
13824         * lib/unictype/block_test.c: New file.
13825         * lib/unictype/blocks.c: New file.
13826         * lib/unictype/categ_C.c: New file.
13827         * lib/unictype/categ_Cc.c: New file.
13828         * lib/unictype/categ_Cf.c: New file.
13829         * lib/unictype/categ_Cn.c: New file.
13830         * lib/unictype/categ_Co.c: New file.
13831         * lib/unictype/categ_Cs.c: New file.
13832         * lib/unictype/categ_L.c: New file.
13833         * lib/unictype/categ_Ll.c: New file.
13834         * lib/unictype/categ_Lm.c: New file.
13835         * lib/unictype/categ_Lo.c: New file.
13836         * lib/unictype/categ_Lt.c: New file.
13837         * lib/unictype/categ_Lu.c: New file.
13838         * lib/unictype/categ_M.c: New file.
13839         * lib/unictype/categ_Mc.c: New file.
13840         * lib/unictype/categ_Me.c: New file.
13841         * lib/unictype/categ_Mn.c: New file.
13842         * lib/unictype/categ_N.c: New file.
13843         * lib/unictype/categ_Nd.c: New file.
13844         * lib/unictype/categ_Nl.c: New file.
13845         * lib/unictype/categ_No.c: New file.
13846         * lib/unictype/categ_P.c: New file.
13847         * lib/unictype/categ_Pc.c: New file.
13848         * lib/unictype/categ_Pd.c: New file.
13849         * lib/unictype/categ_Pe.c: New file.
13850         * lib/unictype/categ_Pf.c: New file.
13851         * lib/unictype/categ_Pi.c: New file.
13852         * lib/unictype/categ_Po.c: New file.
13853         * lib/unictype/categ_Ps.c: New file.
13854         * lib/unictype/categ_S.c: New file.
13855         * lib/unictype/categ_Sc.c: New file.
13856         * lib/unictype/categ_Sk.c: New file.
13857         * lib/unictype/categ_Sm.c: New file.
13858         * lib/unictype/categ_So.c: New file.
13859         * lib/unictype/categ_Z.c: New file.
13860         * lib/unictype/categ_Zl.c: New file.
13861         * lib/unictype/categ_Zp.c: New file.
13862         * lib/unictype/categ_Zs.c: New file.
13863         * lib/unictype/categ_and.c: New file.
13864         * lib/unictype/categ_and_not.c: New file.
13865         * lib/unictype/categ_byname.c: New file.
13866         * lib/unictype/categ_name.c: New file.
13867         * lib/unictype/categ_none.c: New file.
13868         * lib/unictype/categ_of.c: New file.
13869         * lib/unictype/categ_or.c: New file.
13870         * lib/unictype/categ_test.c: New file.
13871         * lib/unictype/combining.c: New file.
13872         * lib/unictype/ctype_alnum.c: New file.
13873         * lib/unictype/ctype_alpha.c: New file.
13874         * lib/unictype/ctype_blank.c: New file.
13875         * lib/unictype/ctype_cntrl.c: New file.
13876         * lib/unictype/ctype_digit.c: New file.
13877         * lib/unictype/ctype_graph.c: New file.
13878         * lib/unictype/ctype_lower.c: New file.
13879         * lib/unictype/ctype_print.c: New file.
13880         * lib/unictype/ctype_punct.c: New file.
13881         * lib/unictype/ctype_space.c: New file.
13882         * lib/unictype/ctype_upper.c: New file.
13883         * lib/unictype/ctype_xdigit.c: New file.
13884         * lib/unictype/decdigit.c: New file.
13885         * lib/unictype/digit.c: New file.
13886         * lib/unictype/identsyntaxmap.h: New file.
13887         * lib/unictype/mirror.c: New file.
13888         * lib/unictype/numeric.c: New file.
13889         * lib/unictype/pr_alphabetic.c: New file.
13890         * lib/unictype/pr_ascii_hex_digit.c: New file.
13891         * lib/unictype/pr_bidi_arabic_digit.c: New file.
13892         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
13893         * lib/unictype/pr_bidi_block_separator.c: New file.
13894         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
13895         * lib/unictype/pr_bidi_common_separator.c: New file.
13896         * lib/unictype/pr_bidi_control.c: New file.
13897         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
13898         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
13899         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
13900         * lib/unictype/pr_bidi_european_digit.c: New file.
13901         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
13902         * lib/unictype/pr_bidi_left_to_right.c: New file.
13903         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
13904         * lib/unictype/pr_bidi_other_neutral.c: New file.
13905         * lib/unictype/pr_bidi_pdf.c: New file.
13906         * lib/unictype/pr_bidi_segment_separator.c: New file.
13907         * lib/unictype/pr_bidi_whitespace.c: New file.
13908         * lib/unictype/pr_byname.c: New file.
13909         * lib/unictype/pr_byname.gperf: New file.
13910         * lib/unictype/pr_combining.c: New file.
13911         * lib/unictype/pr_composite.c: New file.
13912         * lib/unictype/pr_currency_symbol.c: New file.
13913         * lib/unictype/pr_dash.c: New file.
13914         * lib/unictype/pr_decimal_digit.c: New file.
13915         * lib/unictype/pr_default_ignorable_code_point.c: New file.
13916         * lib/unictype/pr_deprecated.c: New file.
13917         * lib/unictype/pr_diacritic.c: New file.
13918         * lib/unictype/pr_extender.c: New file.
13919         * lib/unictype/pr_format_control.c: New file.
13920         * lib/unictype/pr_grapheme_base.c: New file.
13921         * lib/unictype/pr_grapheme_extend.c: New file.
13922         * lib/unictype/pr_grapheme_link.c: New file.
13923         * lib/unictype/pr_hex_digit.c: New file.
13924         * lib/unictype/pr_hyphen.c: New file.
13925         * lib/unictype/pr_id_continue.c: New file.
13926         * lib/unictype/pr_id_start.c: New file.
13927         * lib/unictype/pr_ideographic.c: New file.
13928         * lib/unictype/pr_ids_binary_operator.c: New file.
13929         * lib/unictype/pr_ids_trinary_operator.c: New file.
13930         * lib/unictype/pr_ignorable_control.c: New file.
13931         * lib/unictype/pr_iso_control.c: New file.
13932         * lib/unictype/pr_join_control.c: New file.
13933         * lib/unictype/pr_left_of_pair.c: New file.
13934         * lib/unictype/pr_line_separator.c: New file.
13935         * lib/unictype/pr_logical_order_exception.c: New file.
13936         * lib/unictype/pr_lowercase.c: New file.
13937         * lib/unictype/pr_math.c: New file.
13938         * lib/unictype/pr_non_break.c: New file.
13939         * lib/unictype/pr_not_a_character.c: New file.
13940         * lib/unictype/pr_numeric.c: New file.
13941         * lib/unictype/pr_other_alphabetic.c: New file.
13942         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
13943         * lib/unictype/pr_other_grapheme_extend.c: New file.
13944         * lib/unictype/pr_other_id_continue.c: New file.
13945         * lib/unictype/pr_other_id_start.c: New file.
13946         * lib/unictype/pr_other_lowercase.c: New file.
13947         * lib/unictype/pr_other_math.c: New file.
13948         * lib/unictype/pr_other_uppercase.c: New file.
13949         * lib/unictype/pr_paired_punctuation.c: New file.
13950         * lib/unictype/pr_paragraph_separator.c: New file.
13951         * lib/unictype/pr_pattern_syntax.c: New file.
13952         * lib/unictype/pr_pattern_white_space.c: New file.
13953         * lib/unictype/pr_private_use.c: New file.
13954         * lib/unictype/pr_punctuation.c: New file.
13955         * lib/unictype/pr_quotation_mark.c: New file.
13956         * lib/unictype/pr_radical.c: New file.
13957         * lib/unictype/pr_sentence_terminal.c: New file.
13958         * lib/unictype/pr_soft_dotted.c: New file.
13959         * lib/unictype/pr_space.c: New file.
13960         * lib/unictype/pr_terminal_punctuation.c: New file.
13961         * lib/unictype/pr_test.c: New file.
13962         * lib/unictype/pr_titlecase.c: New file.
13963         * lib/unictype/pr_unassigned_code_value.c: New file.
13964         * lib/unictype/pr_unified_ideograph.c: New file.
13965         * lib/unictype/pr_uppercase.c: New file.
13966         * lib/unictype/pr_variation_selector.c: New file.
13967         * lib/unictype/pr_white_space.c: New file.
13968         * lib/unictype/pr_xid_continue.c: New file.
13969         * lib/unictype/pr_xid_start.c: New file.
13970         * lib/unictype/pr_zero_width.c: New file.
13971         * lib/unictype/scripts.c: New file.
13972         * lib/unictype/sy_c_ident.c: New file.
13973         * lib/unictype/sy_c_whitespace.c: New file.
13974         * lib/unictype/sy_java_ident.c: New file.
13975         * lib/unictype/sy_java_whitespace.c: New file.
13976
13977         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
13978         Unicode 5.0.0.
13979         * lib/unictype/blocks.h: Likewise.
13980         * lib/unictype/categ_C.h: Likewise.
13981         * lib/unictype/categ_Cc.h: Likewise.
13982         * lib/unictype/categ_Cf.h: Likewise.
13983         * lib/unictype/categ_Cn.h: Likewise.
13984         * lib/unictype/categ_Co.h: Likewise.
13985         * lib/unictype/categ_Cs.h: Likewise.
13986         * lib/unictype/categ_L.h: Likewise.
13987         * lib/unictype/categ_Ll.h: Likewise.
13988         * lib/unictype/categ_Lm.h: Likewise.
13989         * lib/unictype/categ_Lo.h: Likewise.
13990         * lib/unictype/categ_Lt.h: Likewise.
13991         * lib/unictype/categ_Lu.h: Likewise.
13992         * lib/unictype/categ_M.h: Likewise.
13993         * lib/unictype/categ_Mc.h: Likewise.
13994         * lib/unictype/categ_Me.h: Likewise.
13995         * lib/unictype/categ_Mn.h: Likewise.
13996         * lib/unictype/categ_N.h: Likewise.
13997         * lib/unictype/categ_Nd.h: Likewise.
13998         * lib/unictype/categ_Nl.h: Likewise.
13999         * lib/unictype/categ_No.h: Likewise.
14000         * lib/unictype/categ_P.h: Likewise.
14001         * lib/unictype/categ_Pc.h: Likewise.
14002         * lib/unictype/categ_Pd.h: Likewise.
14003         * lib/unictype/categ_Pe.h: Likewise.
14004         * lib/unictype/categ_Pf.h: Likewise.
14005         * lib/unictype/categ_Pi.h: Likewise.
14006         * lib/unictype/categ_Po.h: Likewise.
14007         * lib/unictype/categ_Ps.h: Likewise.
14008         * lib/unictype/categ_S.h: Likewise.
14009         * lib/unictype/categ_Sc.h: Likewise.
14010         * lib/unictype/categ_Sk.h: Likewise.
14011         * lib/unictype/categ_Sm.h: Likewise.
14012         * lib/unictype/categ_So.h: Likewise.
14013         * lib/unictype/categ_Z.h: Likewise.
14014         * lib/unictype/categ_Zl.h: Likewise.
14015         * lib/unictype/categ_Zp.h: Likewise.
14016         * lib/unictype/categ_Zs.h: Likewise.
14017         * lib/unictype/categ_of.h: Likewise.
14018         * lib/unictype/combining.h: Likewise.
14019         * lib/unictype/ctype_alnum.h: Likewise.
14020         * lib/unictype/ctype_alpha.h: Likewise.
14021         * lib/unictype/ctype_blank.h: Likewise.
14022         * lib/unictype/ctype_cntrl.h: Likewise.
14023         * lib/unictype/ctype_digit.h: Likewise.
14024         * lib/unictype/ctype_graph.h: Likewise.
14025         * lib/unictype/ctype_lower.h: Likewise.
14026         * lib/unictype/ctype_print.h: Likewise.
14027         * lib/unictype/ctype_punct.h: Likewise.
14028         * lib/unictype/ctype_space.h: Likewise.
14029         * lib/unictype/ctype_upper.h: Likewise.
14030         * lib/unictype/ctype_xdigit.h: Likewise.
14031         * lib/unictype/decdigit.h: Likewise.
14032         * lib/unictype/digit.h: Likewise.
14033         * lib/unictype/mirror.h: Likewise.
14034         * lib/unictype/numeric.h: Likewise.
14035         * lib/unictype/pr_alphabetic.h: Likewise.
14036         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
14037         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
14038         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
14039         * lib/unictype/pr_bidi_block_separator.h: Likewise.
14040         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
14041         * lib/unictype/pr_bidi_common_separator.h: Likewise.
14042         * lib/unictype/pr_bidi_control.h: Likewise.
14043         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
14044         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
14045         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
14046         * lib/unictype/pr_bidi_european_digit.h: Likewise.
14047         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
14048         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
14049         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
14050         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
14051         * lib/unictype/pr_bidi_pdf.h: Likewise.
14052         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
14053         * lib/unictype/pr_bidi_whitespace.h: Likewise.
14054         * lib/unictype/pr_combining.h: Likewise.
14055         * lib/unictype/pr_composite.h: Likewise.
14056         * lib/unictype/pr_currency_symbol.h: Likewise.
14057         * lib/unictype/pr_dash.h: Likewise.
14058         * lib/unictype/pr_decimal_digit.h: Likewise.
14059         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
14060         * lib/unictype/pr_deprecated.h: Likewise.
14061         * lib/unictype/pr_diacritic.h: Likewise.
14062         * lib/unictype/pr_extender.h: Likewise.
14063         * lib/unictype/pr_format_control.h: Likewise.
14064         * lib/unictype/pr_grapheme_base.h: Likewise.
14065         * lib/unictype/pr_grapheme_extend.h: Likewise.
14066         * lib/unictype/pr_grapheme_link.h: Likewise.
14067         * lib/unictype/pr_hex_digit.h: Likewise.
14068         * lib/unictype/pr_hyphen.h: Likewise.
14069         * lib/unictype/pr_id_continue.h: Likewise.
14070         * lib/unictype/pr_id_start.h: Likewise.
14071         * lib/unictype/pr_ideographic.h: Likewise.
14072         * lib/unictype/pr_ids_binary_operator.h: Likewise.
14073         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
14074         * lib/unictype/pr_ignorable_control.h: Likewise.
14075         * lib/unictype/pr_iso_control.h: Likewise.
14076         * lib/unictype/pr_join_control.h: Likewise.
14077         * lib/unictype/pr_left_of_pair.h: Likewise.
14078         * lib/unictype/pr_line_separator.h: Likewise.
14079         * lib/unictype/pr_logical_order_exception.h: Likewise.
14080         * lib/unictype/pr_lowercase.h: Likewise.
14081         * lib/unictype/pr_math.h: Likewise.
14082         * lib/unictype/pr_non_break.h: Likewise.
14083         * lib/unictype/pr_not_a_character.h: Likewise.
14084         * lib/unictype/pr_numeric.h: Likewise.
14085         * lib/unictype/pr_other_alphabetic.h: Likewise.
14086         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
14087         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
14088         * lib/unictype/pr_other_id_continue.h: Likewise.
14089         * lib/unictype/pr_other_id_start.h: Likewise.
14090         * lib/unictype/pr_other_lowercase.h: Likewise.
14091         * lib/unictype/pr_other_math.h: Likewise.
14092         * lib/unictype/pr_other_uppercase.h: Likewise.
14093         * lib/unictype/pr_paired_punctuation.h: Likewise.
14094         * lib/unictype/pr_paragraph_separator.h: Likewise.
14095         * lib/unictype/pr_pattern_syntax.h: Likewise.
14096         * lib/unictype/pr_pattern_white_space.h: Likewise.
14097         * lib/unictype/pr_private_use.h: Likewise.
14098         * lib/unictype/pr_punctuation.h: Likewise.
14099         * lib/unictype/pr_quotation_mark.h: Likewise.
14100         * lib/unictype/pr_radical.h: Likewise.
14101         * lib/unictype/pr_sentence_terminal.h: Likewise.
14102         * lib/unictype/pr_soft_dotted.h: Likewise.
14103         * lib/unictype/pr_space.h: Likewise.
14104         * lib/unictype/pr_terminal_punctuation.h: Likewise.
14105         * lib/unictype/pr_titlecase.h: Likewise.
14106         * lib/unictype/pr_unassigned_code_value.h: Likewise.
14107         * lib/unictype/pr_unified_ideograph.h: Likewise.
14108         * lib/unictype/pr_uppercase.h: Likewise.
14109         * lib/unictype/pr_variation_selector.h: Likewise.
14110         * lib/unictype/pr_white_space.h: Likewise.
14111         * lib/unictype/pr_xid_continue.h: Likewise.
14112         * lib/unictype/pr_xid_start.h: Likewise.
14113         * lib/unictype/pr_zero_width.h: Likewise.
14114         * lib/unictype/scripts.h: Likewise.
14115         * lib/unictype/scripts_byname.gperf: Likewise.
14116         * lib/unictype/sy_c_ident.h: Likewise.
14117         * lib/unictype/sy_c_whitespace.h: Likewise.
14118         * lib/unictype/sy_java_ident.h: Likewise.
14119         * lib/unictype/sy_java_whitespace.h: Likewise.
14120
14121         * lib/unictype/Makefile: New file.
14122         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
14123         glibc.
14124         * lib/unictype/3level.h: New file, copied from glibc.
14125         * lib/unictype/3levelbit.h: New file.
14126
14127 2007-11-11  Bruno Haible  <bruno@clisp.org>
14128
14129         * modules/gperf: New file.
14130         * modules/iconv_open (Depends-on): Add it.
14131         (Makefile.am): Remove the GPERF definition.
14132
14133 2007-11-11  Bruno Haible  <bruno@clisp.org>
14134
14135         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
14136         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
14137
14138 2007-11-11  Bruno Haible  <bruno@clisp.org>
14139
14140         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
14141         (usage): Remove function.
14142
14143 2007-11-11  Bruno Haible  <bruno@clisp.org>
14144
14145         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
14146         gl_FUNC_CEILF_LIBS.
14147         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
14148         gl_FUNC_CEIL_LIBS.
14149         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
14150         gl_FUNC_CEILL_LIBS.
14151         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
14152         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
14153         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
14154
14155 2007-11-11  Bruno Haible  <bruno@clisp.org>
14156
14157         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
14158         roundf were declared but do not exist on functions.
14159         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
14160         roundl were declared but do not exist on functions.
14161         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
14162         HAVE_FLOORL_AND_CEILL, respectively.
14163         Needed for Sun C on Solaris 10.
14164
14165 2007-11-11  Bruno Haible  <bruno@clisp.org>
14166
14167         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
14168         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
14169         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
14170         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
14171         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
14172         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
14173         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
14174         HAVE_DECL_ROUNDF.
14175         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
14176         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
14177         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
14178         of HAVE_DECL_ROUND*.
14179         * modules/math (Makefile.am): Update.
14180
14181 2007-11-10  Bruno Haible  <bruno@clisp.org>
14182
14183         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
14184         ptrdiff_t as m4/intl.m4.
14185
14186 2007-11-10  Jim Meyering  <meyering@redhat.com>
14187
14188         Avoid link failure for the argmatch test.
14189         * tests/test-argmatch.c (usage): Define function to avoid a link
14190         failure: argmatch_die requires a usage function.
14191
14192 2007-11-09  Bruno Haible  <bruno@clisp.org>
14193
14194         * doc/functions/snprintf.texi: Mention BeOS deficiency.
14195         * doc/functions/vsnprintf.texi: Likewise.
14196         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
14197         with a size argument < 2.
14198
14199 2007-11-09  Bruno Haible  <bruno@clisp.org>
14200
14201         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
14202         buffer. Fixes an inefficiency introduced on 2007-11-03.
14203
14204 2007-11-09  Bruno Haible  <bruno@clisp.org>
14205
14206         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
14207         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
14208
14209 2007-11-08  Jim Meyering  <meyering@redhat.com>
14210
14211         Change cache variable name prefix "jm_" to "gl_" everywhere.
14212         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
14213         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
14214         * m4/uptime.m4: s/gl_/jm_/
14215
14216 2007-11-07  Bruno Haible  <bruno@clisp.org>
14217
14218         Update to GNU gettext 0.17.
14219         * m4/intl.m4: Update to GNU gettext 0.17.
14220         * m4/po.m4: Likewise.
14221         * modules/gettext (Files): Remove m4/ulonglong.m4.
14222         (configure.ac): Require gettext infrastructure from version 0.17.
14223
14224 2007-11-06  Bruno Haible  <bruno@clisp.org>
14225
14226         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
14227         symbolic values are not defined in a public header.
14228         * lib/freadable.c (freadable) [QNX]: Likewise.
14229         * lib/freadahead.c (freadahead) [QNX]: Likewise.
14230         * lib/freading.c (freading) [QNX]: Likewise.
14231         * lib/fseterr.c (fseterr) [QNX]: Likewise.
14232         * lib/fwritable.c (fwritable) [QNX]: Likewise.
14233         * lib/fwriting.c (fwriting) [QNX]: Likewise.
14234         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
14235         Reported by Alain Magloire.
14236
14237         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
14238
14239 2007-11-05  Bruno Haible  <bruno@clisp.org>
14240
14241         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
14242         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
14243         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
14244         Reported by Eric Blake.
14245
14246 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14247             Bruno Haible  <bruno@clisp.org>
14248
14249         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
14250         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
14251         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
14252         (malloc): Undefine also before including <stdlib.h>.
14253         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
14254         Needed on OSF/1 4.0.
14255
14256 2007-11-05  Jim Meyering  <meyering@redhat.com>
14257
14258         git-version-gen: sync from coreutils.
14259         * build-aux/git-version-gen: Add comments.
14260         Change the first '-' to '.' in the snapshot version string,
14261         e.g., 6.9-377-08144 -> 6.9.377-08144
14262         Remove first parameter.
14263         Don't declare a version "-dirty" merely because a time
14264         stamp has changed.
14265
14266 2007-11-04  Bruno Haible  <bruno@clisp.org>
14267
14268         * lib/lock.h: Protect all macro definitions containing an 'if'
14269         statement through a "do { ... } while (0)".
14270         * lib/tls.h: Likewise.
14271
14272 2007-11-04  Bruno Haible  <bruno@clisp.org>
14273
14274         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
14275
14276 2007-11-04  Bruno Haible  <bruno@clisp.org>
14277
14278         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
14279         * modules/fprintf-posix (Depends-on): Add nocrash.
14280         * modules/snprintf-posix (Depends-on): Likewise.
14281         * modules/sprintf-posix (Depends-on): Likewise.
14282         * modules/vasnprintf-posix (Depends-on): Likewise.
14283         * modules/vasprintf-posix (Depends-on): Likewise.
14284         * modules/vfprintf-posix (Depends-on): Likewise.
14285         * modules/vsnprintf-posix (Depends-on): Likewise.
14286         * modules/vsprintf-posix (Depends-on): Likewise.
14287         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
14288         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14289         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14290         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14291         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14292         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14293         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14294
14295 2007-11-04  Bruno Haible  <bruno@clisp.org>
14296
14297         * modules/nocrash: New file.
14298         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
14299         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
14300
14301 2007-11-04  Bruno Haible  <bruno@clisp.org>
14302
14303         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
14304         precision handling.
14305         * tests/test-vasprintf-posix.c (test_function): Likewise.
14306         * tests/test-snprintf-posix.h (test_function): Likewise.
14307         * tests/test-sprintf-posix.h (test_function): Likewise.
14308
14309         Fix *printf behaviour for large precisions on mingw and BeOS.
14310         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
14311         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
14312         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
14313         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14314         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14315         gl_PRINTF_PRECISION and test its result. Invoke
14316         gl_PREREQ_VASNPRINTF_PRECISION.
14317         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14318         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14319         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14320         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14321         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14322         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14323         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14324         * doc/functions/fprintf.texi: Update.
14325         * doc/functions/printf.texi: Update.
14326         * doc/functions/snprintf.texi: Update.
14327         * doc/functions/sprintf.texi: Update.
14328         * doc/functions/vfprintf.texi: Update.
14329         * doc/functions/vprintf.texi: Update.
14330         * doc/functions/vsnprintf.texi: Update.
14331         * doc/functions/vsprintf.texi: Update.
14332
14333 2007-11-04  Bruno Haible  <bruno@clisp.org>
14334
14335         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
14336
14337 2007-11-04  Bruno Haible  <bruno@clisp.org>
14338
14339         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
14340         Reported by Sylvain Beucler <beuc@gnu.org>.
14341
14342 2007-11-03  Bruno Haible  <bruno@clisp.org>
14343
14344         * tests/test-fprintf-posix2.sh: New file.
14345         * tests/test-fprintf-posix2.c: New file.
14346         * modules/fprintf-posix-tests (Files): Add them.
14347         (TESTS): Add test-fprintf-posix2.sh.
14348         (configure.ac): Check for getrlimit and setrlimit.
14349         (check_PROGRAMS): Add test-fprintf-posix2.
14350
14351         * tests/test-printf-posix2.sh: New file.
14352         * tests/test-printf-posix2.c: New file.
14353         * modules/printf-posix-tests (Files): Add them.
14354         (TESTS): Add test-printf-posix2.sh.
14355         (configure.ac): Check for getrlimit and setrlimit.
14356         (check_PROGRAMS): Add test-printf-posix2.
14357
14358         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
14359         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
14360         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
14361         (decode_double): New function, copied from decode_long_double.
14362         (scale10_round_decimal_decoded): New function, extracted from
14363         scale10_round_decimal_long_double.
14364         (scale10_round_decimal_long_double): Use it.
14365         (scale10_round_decimal_double): New function.
14366         (floorlog10): New function.
14367         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
14368         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
14369         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14370         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14371         gl_PRINTF_ENOMEM and test its result. Invoke
14372         gl_PREREQ_VASNPRINTF_ENOMEM.
14373         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14374         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14375         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14376         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14377         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14378         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14379         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14380         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
14381         * modules/snprintf-posix (Depends-on): Likewise.
14382         * modules/sprintf-posix (Depends-on): Likewise.
14383         * modules/vasnprintf-posix (Depends-on): Likewise.
14384         * modules/vasprintf-posix (Depends-on): Likewise.
14385         * modules/vfprintf-posix (Depends-on): Likewise.
14386         * modules/vsnprintf-posix (Depends-on): Likewise.
14387         * modules/vsprintf-posix (Depends-on): Likewise.
14388         * doc/functions/fprintf.texi: Update.
14389         * doc/functions/printf.texi: Update.
14390         * doc/functions/snprintf.texi: Update.
14391         * doc/functions/sprintf.texi: Update.
14392         * doc/functions/vfprintf.texi: Update.
14393         * doc/functions/vprintf.texi: Update.
14394         * doc/functions/vsnprintf.texi: Update.
14395         * doc/functions/vsprintf.texi: Update.
14396
14397 2007-11-03  Bruno Haible  <bruno@clisp.org>
14398
14399         * modules/frexp-nolibm-tests: New file.
14400
14401         * modules/frexp-nolibm: New file.
14402         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
14403
14404 2007-11-03  Bruno Haible  <bruno@clisp.org>
14405
14406         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
14407         value is C99 compliant.
14408         Needed for OSF/1 5.1.
14409
14410 2007-11-03  Bruno Haible  <bruno@clisp.org>
14411
14412         Fix out-of-memory handling of vasnprintf.
14413         * lib/printf-parse.c: Include <errno.h>.
14414         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
14415         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
14416         is already set.
14417
14418 2007-11-02  Eric Blake  <ebb9@byu.net>
14419
14420         Fix tests on cygwin.
14421         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
14422
14423 2007-11-01  Bruno Haible  <bruno@clisp.org>
14424
14425         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
14426         warning.
14427         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
14428         needed for POSIX compatibility.
14429
14430 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14431
14432         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
14433         for compatibility with GNU.
14434
14435 2007-11-01  Bruno Haible  <bruno@clisp.org>
14436
14437         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
14438         (putenv): Renamed from rpl_putenv. Change argument type from
14439         'const char *' to 'char *'.
14440         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
14441         of defining putenv in config.h, just set REPLACE_PUTENV.
14442         * modules/putenv (Depends-on): Add stdlib.
14443         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14444         (Include): Use <stdlib.h>.
14445         * lib/stdlib.in.h (putenv): New declaration.
14446         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
14447         REPLACE_PUTENV.
14448         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
14449         REPLACE_PUTENV.
14450         Needed for MacOS X 10.5.0.
14451         Reported by Peter O'Gorman <peter@pogma.com>.
14452
14453 2007-11-01  Jim Meyering  <meyering@redhat.com>
14454
14455         Treat an empty date string exactly like "0".
14456         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
14457         if the remaining date string (to be parsed) is empty, use "0".
14458         Reported by Mischa Molhoek and discussed in this thread:
14459         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
14460
14461 2007-10-31  Bruno Haible  <bruno@clisp.org>
14462
14463         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
14464         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
14465         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
14466         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
14467         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
14468         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
14469
14470 2007-10-31  Bruno Haible  <bruno@clisp.org>
14471
14472         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
14473         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
14474         (AC_TYPE_LONG_LONG_INT): Use it.
14475         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
14476         it as well.
14477         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
14478         to m4/longlong.m4.
14479         * modules/stdint (Files): Remove m4/ulonglong.m4.
14480         * modules/strtoull (Files): Use m4/longlong.m4 instead of
14481         m4/ulonglong.m4.
14482         * modules/strtoumax (Files): Likewise.
14483
14484 2007-10-30  Bruno Haible  <bruno@clisp.org>
14485
14486         * modules/xvasprintf-posix: New file.
14487         Suggested by Eric Blake.
14488
14489 2007-10-30  Bruno Haible  <bruno@clisp.org>
14490
14491         * modules/xprintf-posix-tests: New file.
14492         * tests/test-xprintf-posix.sh: New file.
14493         * tests/test-xprintf-posix.c: New file.
14494         * tests/test-xfprintf-posix.c: New file.
14495
14496         * modules/xprintf-posix: New file.
14497
14498 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14499
14500         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
14501         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
14502         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
14503
14504 2007-10-29  Bruno Haible  <bruno@clisp.org>
14505
14506         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
14507         contain the special marker '_cv_'.
14508         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
14509         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
14510         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
14511         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
14512         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
14513         Reported by Ralf Wildenhues.
14514
14515 2007-10-29  Bruno Haible  <bruno@clisp.org>
14516
14517         * gnulib-tool (func_import): When --lgpl is not specified, set
14518         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
14519         GPLv3.
14520         Reported by Simon Josefsson.
14521
14522 2007-10-28  Bruno Haible  <bruno@clisp.org>
14523
14524         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
14525         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
14526         HAVE_DECL_ISFINITE.
14527         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
14528         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
14529         HAVE_DECL_ISFINITE.
14530
14531 2007-10-28  Bruno Haible  <bruno@clisp.org>
14532
14533         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
14534         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
14535
14536 2007-10-28  Bruno Haible  <bruno@clisp.org>
14537
14538         Fix link errors with Sun C 5.0 on Solaris 10.
14539         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
14540         function is declared but not present in the compiler's libm.
14541         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
14542         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
14543         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
14544         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
14545         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
14546         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
14547         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
14548         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
14549         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
14550         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
14551         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
14552         HAVE_DECL_FLOORL.
14553
14554 2007-10-28  Bruno Haible  <bruno@clisp.org>
14555
14556         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
14557         gl_FUNC_FLOORL. Cache the result.
14558         (gl_FUNC_FLOORL): Use it.
14559         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
14560         gl_FUNC_CEILL. Cache the result.
14561         (gl_FUNC_CEILL): Use it.
14562
14563         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
14564         gl_FUNC_FLOOR. Cache the result.
14565         (gl_FUNC_FLOOR): Use it.
14566         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
14567         gl_FUNC_CEIL. Cache the result.
14568         (gl_FUNC_CEIL): Use it.
14569
14570         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
14571         gl_FUNC_FLOORF. Cache the result.
14572         (gl_FUNC_FLOORF): Use it.
14573         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
14574         gl_FUNC_CEILF. Cache the result.
14575         (gl_FUNC_CEILF): Use it.
14576
14577 2007-10-28  Bruno Haible  <bruno@clisp.org>
14578
14579         * gnulib-tool: Allow specifying the LGPL version number through
14580         --lgpl=2 or --lgpl=3.
14581         (func_usage): Document --lgpl with argument.
14582         Handle --lgpl=... arguments.
14583         (func_import): Recognize also gl_LGPL calls with an argument. When
14584         --lgpl=2 is used and the module's license is just LGPL, report an
14585         error. Set sed_transform_lib_file according to the lgpl variable. In
14586         the generated files, use --lgpl or gl_LGPL invocations with argument,
14587         if necessary.
14588         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
14589         an LGPv2+ license.
14590         * doc/gnulib-tool.texi (Modified imports): Update explanation of
14591         gl_LGPL macro.
14592
14593 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14594             Bruno Haible  <bruno@clisp.org>
14595
14596         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
14597         (u16_uctomb_aux): Likewise.
14598         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
14599         !HAVE_INLINE.
14600         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
14601
14602 2007-10-28  Bruno Haible  <bruno@clisp.org>
14603
14604         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
14605         Invoke AM_GETTEXT_OPTION if it exists.
14606         * modules/vasprintf: Likewise.
14607         * modules/verror: Likewise.
14608         * modules/xprintf: Likewise.
14609         * modules/xvasprintf: Likewise.
14610
14611 2007-10-27  Ben Pfaff  <blp@gnu.org>
14612
14613         * lib/math.in.h: Define isfinite macro and prototypes for
14614         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
14615         implementations.
14616         * m4/math_h.m4: New substitutions for isfinite module.
14617         * lib/isfinite.c: New file.
14618         * m4/isfinite.m4: New file.
14619         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
14620         * modules/isfinite: New file.
14621         * modules/isfinite-tests: New file.
14622         * tests/tests-isfinite.c: New file.
14623         * doc/functions/isfinite.texi: Mention isfinite module.
14624         * MODULES.html.sh: Mention new module.
14625
14626 2007-10-27  Ben Pfaff  <blp@gnu.org>
14627
14628         Ralf Wildenhues reported that Tru64 4.0D declares the round
14629         functions but does not have definitions.
14630         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
14631         cannot be found in any library, set the output variable to
14632         "missing" instead of "".
14633         * m4/round.m4: Also use our substitute if we cannot find round in
14634         any library, even if it is declared.
14635         * m4/roundf.m4: Likewise for roundf.
14636         * m4/roundl.m4: Likewise for roundl.
14637         * lib/math.in.h: Undefine roundf, round, roundl before defining
14638         their replacements, to allow for hypothetical systems where these
14639         may be defined as macros but not available in libraries.
14640
14641 2007-10-27  Bruno Haible  <bruno@clisp.org>
14642
14643         * doc/gnulib.texi: Invoke @firstparagraphindent.
14644         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
14645         changes in gnulib.
14646         (Source changes): New section.
14647
14648 2007-10-26  Bruno Haible  <bruno@clisp.org>
14649
14650         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
14651         borrowed from autoconf.
14652
14653 2007-10-26  Bruno Haible  <bruno@clisp.org>
14654
14655         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
14656         strerror returned the empty string. Needed on HP-UX 11.00.
14657
14658 2007-10-24  Micah Cowan  <micah@cowan.name>
14659
14660         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
14661         * build-aux/bootstrap: Remove support for now-unnecessary option,
14662         --cvs-user, and envvars CVS_USER, CVS_RSH.
14663
14664 2007-10-24  Jim Meyering  <meyering@redhat.com>
14665
14666         Avoid diagnostics from sha1sum when there is no cached checksum.
14667         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
14668         if the po.s1 file hasn't been created yet.
14669
14670         * build-aux/bootstrap: Sync from coreutils:
14671         2007-10-24  Jim Meyering  <meyering@redhat.com>
14672         Get gnulib from the git repository, not from an obsolete cvs one.
14673         * build-aux/bootstrap: Suggestion from Micah Cowan.
14674         2007-10-04  Jim Meyering  <jim@meyering.net>
14675         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
14676         (update_po_files): Work also when there are no .po files in po/.
14677
14678 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14679
14680         * README: Append ".git" to git and cg examples.
14681         Problem reported by Benoit Sigoure.
14682
14683 2007-10-23  Micah Cowan  <micah@cowan.name>
14684
14685         * users.txt: Add wget.
14686
14687 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14688
14689         Fix linking of some unistdio tests on FreeBSD.
14690         * modules/unistdio/u16-vsnprintf-tests
14691         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
14692         * modules/unistdio/u16-vsprintf-tests
14693         (test_u16_vsnprintf1_LDADD): Likewise.
14694         * modules/unistdio/u32-vsnprintf-tests
14695         (test_u32_vsnprintf1_LDADD): Likewise.
14696         * modules/unistdio/u32-vsprintf-tests
14697         (test_u32_vsprintf1_LDADD): Likewise.
14698         * modules/unistdio/u8-vsnprintf-tests
14699         (test_u8_vsnprintf1_LDADD): Likewise.
14700         * modules/unistdio/u8-vsprintf-tests
14701         (test_u8_vsprintf1_LDADD): Likewise.
14702         * modules/unistdio/ulc-vsnprintf-tests
14703         (test_ulc_vsnprintf1_LDADD): Likewise.
14704         * modules/unistdio/ulc-vsprintf-tests
14705         (test_ulc_vsprintf1_LDADD): Likewise.
14706
14707         Fix linking of some uniconv tests on FreeBSD.
14708         * modules/uniconv/u16-conv-from-enc-tests
14709         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
14710         * modules/uniconv/u16-conv-to-enc-tests
14711         (test_u16_conv_to_enc_LDADD): Likewise.
14712         * modules/uniconv/u16-strconv-from-enc-tests
14713         (test_u16_strconv_from_enc_LDADD): Likewise.
14714         * modules/uniconv/u16-strconv-to-enc-tests
14715         (test_u16_strconv_to_enc_LDADD): Likewise.
14716         * modules/uniconv/u32-conv-from-enc-tests
14717         (test_u32_conv_from_enc_LDADD): Likewise.
14718         * modules/uniconv/u32-conv-to-enc-tests
14719         (test_u32_conv_to_enc_LDADD): Likewise.
14720         * modules/uniconv/u32-strconv-from-enc-tests
14721         (test_u32_strconv_from_enc_LDADD): Likewise.
14722         * modules/uniconv/u32-strconv-to-enc-tests
14723         (test_u32_strconv_to_enc_LDADD): Likewise.
14724         * modules/uniconv/u8-conv-from-enc-tests
14725         (test_u8_conv_from_enc_LDADD): Likewise.
14726         * modules/uniconv/u8-conv-to-enc-tests
14727         (test_u8_conv_to_enc_LDADD): Likewise.
14728         * modules/uniconv/u8-strconv-from-enc-tests
14729         (test_u8_strconv_from_enc_LDADD): Likewise.
14730         * modules/uniconv/u8-strconv-to-enc-tests
14731         (test_u8_strconv_to_enc_LDADD): Likewise.
14732
14733 2007-10-22  Bruno Haible  <bruno@clisp.org>
14734
14735         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
14736         size.
14737
14738 2007-10-22  Eric Blake  <ebb9@byu.net>
14739
14740         Tweak x*printf documentation.
14741         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
14742         variable name and comments.
14743         Suggested by Bruno Haible.
14744
14745 2007-10-22  Bruno Haible  <bruno@clisp.org>
14746
14747         * lib/acl.c (copy_acl): Fix file name in comment.
14748
14749 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14750
14751         Fix Tru64 problem with stdbool.h.
14752         * lib/stdbool.in.h (false, true):
14753         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
14754         Don't declare as an enum in this situation; it runs afoul of Tru64.
14755         Problem reported by Steven M. Schweda in
14756         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
14757
14758 2007-10-22  Eric Blake  <ebb9@byu.net>
14759
14760         Also wrap vf?printf.
14761         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
14762         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
14763         (xvprintf, xvfprintf): New functions.
14764
14765 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14766
14767         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
14768         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
14769
14770         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
14771         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
14772
14773 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14774
14775         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
14776         by Bruno Haible.
14777
14778 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14779
14780         * lib/getloadavg.c
14781         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
14782         Undef `sys' after including sys/table.h, for Tru64 4.0D.
14783
14784         * tests/test-i-ring.c: Work for C89.
14785
14786 2007-10-22  Bruno Haible  <bruno@clisp.org>
14787
14788         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
14789         -1u, in preprocessor expression, so that we don't test for the bug
14790         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
14791         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
14792
14793 2007-10-22  Eric Blake  <ebb9@byu.net>
14794
14795         * tests/test-yesno.sh: Silence stderr during test.
14796
14797 2007-10-22  Simon Josefsson  <simon@josefsson.org>
14798
14799         * modules/crypto/gc-camellia: New file.
14800
14801         * m4/gc-camellia.m4: New file.
14802
14803         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
14804
14805         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
14806
14807 2007-10-22  Simon Josefsson  <simon@josefsson.org>
14808
14809         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
14810         --help to stdout.  Reported by sms@antinode.org (Steven
14811         M. Schweda).
14812
14813 2007-10-22  Simon Josefsson  <simon@josefsson.org>
14814
14815         * users.txt: Fix link to libksba.
14816
14817 2007-10-21  Ben Pfaff  <blp@gnu.org>
14818
14819         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
14820         round.c roundf implementation that depends on floorf and ceilf to
14821         be tested unconditionally.
14822
14823 2007-10-21  Ben Pfaff  <blp@gnu.org>
14824
14825         * m4/check-libm-func.m4: Removed.
14826         * m4/check-math-lib.m4: New file.
14827         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
14828         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
14829         definition and lack of AC_LIBOBJ([roundf]).
14830         * m4/roundl.m4: Ditto, and similarly for roundl.
14831         * modules/round: Reference new m4 file.
14832         * modules/roundf: Ditto.
14833         * modules/roundl: Ditto.
14834         * tests/test-round2.c (main): Use ROUND instead of round.
14835         Bug report from Bruno Haible.
14836
14837 2007-10-21  Bruno Haible  <bruno@clisp.org>
14838
14839         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
14840         context.
14841
14842 2007-10-21  Bruno Haible  <bruno@clisp.org>
14843
14844         * tests/test-wcwidth.c (main): Allow negative result for some control
14845         characters.
14846
14847         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
14848         Needed on OSF/1 5.1.
14849
14850 2007-10-21  Bruno Haible  <bruno@clisp.org>
14851
14852         * tests/test-floorf1.c: Include isnanf.h.
14853         (main): Use isnanf() instead of isnan().
14854         * tests/test-ceilf1.c: Include isnanf.h.
14855         (main): Use isnanf() instead of isnan().
14856         * tests/test-truncf1.c: Include isnanf.h.
14857         (main): Use isnanf() instead of isnan().
14858         * tests/test-roundf1.c: Include isnanf.h.
14859         (main): Use isnanf() instead of isnan().
14860
14861 2007-10-21  Eric Blake  <ebb9@byu.net>
14862
14863         * users.txt: Update URL for m4.
14864
14865 2007-10-21  Bruno Haible  <bruno@clisp.org>
14866
14867         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
14868
14869 2007-10-21  Bruno Haible  <bruno@clisp.org>
14870
14871         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
14872         Git's management files if the CVS files are not present.
14873
14874 2007-10-20  Bruno Haible  <bruno@clisp.org>
14875
14876         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
14877         gcc-3.4.x.
14878
14879 2007-10-20  Ben Pfaff  <blp@gnu.org>
14880
14881         * lib/math.in.h: Declare round, roundf, roundl if we are providing
14882         implementations.
14883         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
14884         * lib/round.c: New file.
14885         * lib/roundf.c: New file.
14886         * lib/roundl.c: New file.
14887         * m4/round.m4: New file.
14888         * m4/roundf.m4: New file.
14889         * m4/roundl.m4: New file.
14890         * m4/check-libm-func-m4: New file.
14891         * modules/math: Replace round, roundf, roundl related @VARS@ in
14892         math.in.h.
14893         * modules/round: New file.
14894         * modules/round-tests: New file.
14895         * modules/roundf: New file.
14896         * modules/roundf-tests: New file.
14897         * modules/roundl: New file.
14898         * modules/roundl-tests: New file.
14899         * tests/test-round1.c: New file.
14900         * tests/test-round2.c: New file.
14901         * tests/test-roundf1.c: New file.
14902         * tests/test-roundf2.c: New file.
14903         * tests/test-roundl.c: New file.
14904         * doc/functions/round.texi: Mention round module.
14905         * doc/functions/roundf.texi: Mention roundf module.
14906         * doc/functions/roundl.texi: Mention roundl module.
14907         * MODULES.html.sh: Mention new modules.
14908         Thanks to Bruno Haible for suggestions.
14909
14910 2007-10-20  Jim Meyering  <meyering@redhat.com>
14911
14912         * lib/xprintf.c: Include <config.h> unconditionally.
14913
14914         Change xprintf's license to GPL.
14915         * modules/xprintf (License): s/LGPL/GPL/, since this module
14916         depends on modules (exit and exitfail) which are GPL.
14917         Suggestion from Bruno Haible.
14918
14919         xprintf fixes.
14920         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
14921         Use a clearer diagnostic.
14922         Patch from Bruno Haible.
14923
14924 2007-10-20  Bruno Haible  <bruno@clisp.org>
14925
14926         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
14927         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
14928         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14929
14930 2007-10-20  Bruno Haible  <bruno@clisp.org>
14931
14932         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
14933         precision in the comparison result > x - 1 or similar.
14934         * tests/test-ceilf2.c (correct_result_p): Likewise.
14935         * tests/test-truncf2.c (correct_result_p): Likewise.
14936         * tests/test-trunc2.c (correct_result_p): Likewise.
14937         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14938
14939 2007-10-20  Bruno Haible  <bruno@clisp.org>
14940
14941         * modules/ceil: New file.
14942         * m4/ceil.m4: New file.
14943         * doc/functions/ceil.texi: Mention the 'ceil' module.
14944
14945 2007-10-20  Bruno Haible  <bruno@clisp.org>
14946
14947         * modules/floor: New file.
14948         * m4/floor.m4: New file.
14949         * doc/functions/floor.texi: Mention the 'floor' module.
14950
14951 2007-10-20  Bruno Haible  <bruno@clisp.org>
14952
14953         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
14954         of %a.
14955         * modules/floorf-tests (Depends-on): Likewise.
14956         * modules/truncf-tests (Depends-on): Likewise.
14957         * modules/trunc-tests (Depends-on): Likewise.
14958         Reported by Ben Pfaff.
14959
14960 2007-10-19  Jim Meyering  <meyering@redhat.com>
14961
14962         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
14963         Don't bother testing specific errno values.  Just test ferror.
14964
14965         New module: xprintf
14966         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
14967
14968 2007-10-19  Bruno Haible  <bruno@clisp.org>
14969
14970         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
14971         syntax.
14972         * modules/javaexec (Makefile.am): Likewise.
14973         * modules/relocatable-prog (Makefile.am): Likewise.
14974         Suggested by Jim Meyering.
14975
14976 2007-10-18  Bruno Haible  <bruno@clisp.org>
14977
14978         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
14979         Reported by Jim Meyering.
14980
14981 2007-10-18  Eric Blake  <ebb9@byu.net>
14982
14983         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
14984
14985 2007-10-18  Bruno Haible  <bruno@clisp.org>
14986
14987         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
14988         the format string into writable memory. Needed in Fortify conditions.
14989
14990 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
14991             Bruno Haible  <bruno@clisp.org>
14992
14993         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
14994         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
14995         * modules/trim (Depends-on): Add mbchar.
14996         (configure.ac): Add gl_FUNC_MBRTOWC.
14997         (Makefile.am): Augment lib_SOURCES.
14998
14999 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15000
15001         Modify glob.c to use fstatat and dirfd, to simplify it.
15002         Suggested by Eric Blake.
15003         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
15004         Don't include <stdbool.h>; not used.
15005         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
15006         (link_exists_p): Simplify implementation, since we can now assume
15007         dirfd and fstatat.
15008         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
15009
15010 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15011
15012         * gnulib-tool (func_get_dependencies): Fix sed script to
15013         match only tests.
15014
15015 2007-10-17  Bruno Haible  <bruno@clisp.org>
15016
15017         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
15018         allow locale names without encoding suffix.
15019         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
15020         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
15021
15022 2007-10-16  Bruno Haible  <bruno@clisp.org>
15023
15024         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
15025         * lib/getgroups.c (getgroups): Likewise.
15026         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
15027
15028 2007-10-16  Bruno Haible  <bruno@clisp.org>
15029
15030         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
15031         * modules/malloc-posix (License): Likewise.
15032         * modules/realloc-posix (License): Likewise.
15033         * modules/calloc-posix (License): Likewise.
15034         * modules/intprops (License): Change from GPL to LGPL, with
15035         Paul Eggert's approval.
15036
15037 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15038
15039         Merge glibc changes into lib/glob.c.
15040
15041         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
15042         2007-10-15 04:59:03 UTC.  Here are the changes:
15043
15044         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
15045
15046         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
15047
15048         * lib/glob.c: Add some branch prediction throughout.
15049
15050         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
15051
15052         [BZ #5103]
15053         * lib/glob.c (glob): Recognize patterns starting \/.
15054
15055         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
15056
15057         [BZ #3996]
15058         * lib/glob.c (attribute_hidden): Define if not defined.
15059         (glob): Unescape dirname, filename or username when needed and not
15060         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
15061         is NULL.  Handle unescaped [ in pattern without closing ].
15062         Don't pass GLOB_CHECK down to recursive glob for directories.
15063         (__glob_pattern_type): New function.
15064         (__glob_pattern_p): Implement using __glob_pattern_type.
15065         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
15066         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
15067         Remove unreachable code.
15068
15069         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
15070
15071         * lib/glob.c (glob_in_dir): Add some comments and asserts to
15072         explain why there are no leaks.
15073
15074         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
15075
15076         [BZ #3253]
15077         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
15078         time, rather allocate increasingly bigger arrays of pointers, if
15079         possible with alloca, if too large with malloc.
15080
15081 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15082
15083         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
15084         Problem reported by H.Merijn Brand in
15085         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
15086         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
15087         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
15088
15089 2007-10-15  Bruno Haible  <bruno@clisp.org>
15090
15091         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
15092         with explicit rpl_ prefix.
15093         * lib/fopen.c (fopen): Likewise.
15094         * lib/freopen.c (freopen): Likewise.
15095         * lib/iconv.c (iconv): Likewise.
15096         * lib/iconv_close.c (iconv_close): Likewise.
15097
15098 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15099
15100         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
15101
15102 2007-10-15  Bruno Haible  <bruno@clisp.org>
15103
15104         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
15105         <stddef.h> instead of <stdlib.h> since we only need NULL.
15106         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15107
15108 2007-10-15  Bruno Haible  <bruno@clisp.org>
15109
15110         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
15111         Replace paragraph talking about LIBOBJS.
15112         Reported by Colin Watson <cjwatson@debian.org>.
15113
15114 2007-10-15  Bruno Haible  <bruno@clisp.org>
15115
15116         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
15117         <stdlib.h> before using NULL.
15118
15119 2007-10-15  Simon Josefsson  <simon@josefsson.org>
15120
15121         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
15122         Reported by Albert Chin <china@thewrittenword.com>.
15123
15124 2007-10-14  Bruno Haible  <bruno@clisp.org>
15125
15126         * modules/iconv_open-utf-tests: New file.
15127         * tests/test-iconv-utf.c: New file.
15128
15129         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
15130         * modules/iconv_open-utf: New file.
15131         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
15132         (iconv, iconv_close): New declarations.
15133         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
15134         be defined.
15135         (iconv_open): Add special handling of conversion between UTF-8 and
15136         UTF-{16,32}{BE,LE}.
15137         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
15138         * lib/iconv_close.c: New file.
15139         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
15140         gl_FUNC_ICONV_OPEN.
15141         (gl_FUNC_ICONV_OPEN): Use it.
15142         (gl_FUNC_ICONV_OPEN_UTF): New macro.
15143         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
15144         and REPLACE_ICONV_UTF.
15145         * modules/iconv_open (Depends-on): Add c-strcase.
15146         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
15147         ICONV_CONST.
15148         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
15149
15150 2007-10-13  Albert Chin  <china@thewrittenword.com>
15151             Bruno Haible  <bruno@clisp.org>
15152
15153         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
15154         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
15155
15156 2007-10-13  Bruno Haible  <bruno@clisp.org>
15157
15158         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
15159         defined, use the ISO C99 inline semantics.
15160         * lib/argp.h (ARGP_EI): Likewise.
15161
15162 2007-10-13  Bruno Haible  <bruno@clisp.org>
15163
15164         Handle 'inline' change in gcc 4.3.0.
15165         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
15166         argp_fmtstream_write, argp_fmtstream_set_lmargin,
15167         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
15168         argp_fmtstream_point): Disable 'extern' declaration if the function
15169         definition is going to be provided inline.
15170         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
15171         semantics, not the ISO C99 inline semantics.
15172         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
15173         'extern' declaration if the function definition is going to be provided
15174         inline.
15175         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
15176         the GNU C inline semantics, not the ISO C99 inline semantics. With
15177         GCC 4.2, avoid a warning.
15178
15179 2007-10-13  Bruno Haible  <bruno@clisp.org>
15180
15181         * lib/freading.h (freading): Enable the use of __freading for
15182         glibc >= 2.7.
15183         * lib/freading.c (freading): Likewise.
15184
15185 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
15186
15187         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
15188         "warning: C99 inline functions are not supported; using GNU89".
15189
15190 2007-10-12  Bruno Haible  <bruno@clisp.org>
15191
15192         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
15193         of 2.
15194         * tests/test-ceilf2.c: New file.
15195         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
15196
15197         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
15198         * modules/ceilf-tests: Update.
15199
15200 2007-10-12  Bruno Haible  <bruno@clisp.org>
15201
15202         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
15203         of 2.
15204         * tests/test-floorf2.c: New file.
15205         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
15206
15207         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
15208         * modules/floorf-tests: Update.
15209
15210 2007-10-12  Bruno Haible  <bruno@clisp.org>
15211
15212         * tests/test-trunc2.c: New file.
15213         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
15214
15215         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
15216         * modules/trunc-tests: Update.
15217
15218 2007-10-12  Bruno Haible  <bruno@clisp.org>
15219
15220         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
15221         of 2.
15222         * tests/test-truncf2.c: New file.
15223         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
15224
15225         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
15226         * modules/truncf-tests: Update.
15227
15228 2007-10-11  Eric Blake  <ebb9@byu.net>
15229
15230         Don't claim strerror is broken on Interix.
15231         * doc/functions/strerror.texi (strerror): Known broken systems are
15232         now Solaris 8, and not Interix.
15233         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
15234         Interix on cross-compile.
15235         Reported by Martin Koeppe in
15236         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
15237
15238 2007-10-11  Bruno Haible  <bruno@clisp.org>
15239
15240         * modules/i-ring-tests: New file.
15241         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
15242         instead of assert.
15243
15244 2007-10-11  Bruno Haible  <bruno@clisp.org>
15245
15246         * modules/filenamecat-tests: New file.
15247         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
15248         * lib/filenamecat.c: Remove test code.
15249
15250 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
15251
15252         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
15253
15254         * lib/strerror.c: Include <string.h> always, to test interface,
15255         and to remove the need for the dummy.
15256         Include intprops.h to compute width instead of doing it ourselves
15257         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
15258         (strerror): Define it to return NULL if there's no system strerror.
15259         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
15260         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
15261         ancient pre-strerror Unix systems well any more.  Saying "unknown
15262         system error" is enough.
15263         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
15264         simpler strerror.c implementation.
15265         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
15266         Simplify the tests to reflect the simpler strerror implementation.
15267         * modules/strerror (Depends-on): Add intprops.
15268
15269 2007-10-09  Eric Blake  <ebb9@byu.net>
15270
15271         Silence test-fpending.
15272         * modules/fpending-tests (Files): Add wrapper script.
15273         * tests/test-fpending.sh: New file.
15274
15275 2007-10-09  Bruno Haible  <bruno@clisp.org>
15276
15277         * MODULES.html.sh (func_module): Don't create a hyperlink for
15278         function names like 'printf_frexp'.
15279         (Misc): Add crc, memxor.
15280         (Characteristics of floating types): New section.
15281         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
15282         isnanf-nolibm, signbit, trunc, truncf, truncl.
15283         (Enhancements for ISO C 99 functions): New subsection Input/output.
15284         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
15285         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
15286         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
15287         (Compatibility checks for POSIX:2001 functions): Add clock-time.
15288         (Enhancements for POSIX:2001 functions): Add chdir-long.
15289         (File system functions): Add areadlink, chdir-safer, read-file.
15290         Remove cycle-check.
15291         (File system as inode set): New section.
15292         (Date and time): Add gethrxtime.
15293         (Multithreading): Add openmp.
15294         (Internationalization functions): Add localename.
15295         (Unicode string functions): Add unistr/u*-mbsnlen.
15296         (Support for maintaining and releasing projects): Add git-version-gen.
15297         (Lone files): Remove directories.
15298
15299 2007-10-08  Ben Pfaff  <blp@gnu.org>
15300
15301         * lib/xmalloca.h: Fix typo in comment.
15302
15303 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
15304
15305         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
15306         when avoiding problems with integer overflow.  Use a portable test
15307         instead.
15308
15309 2007-10-08  Simon Josefsson  <simon@josefsson.org>
15310
15311         * modules/dummy (License): Change to LGPLv2+.
15312         * modules/float (License): Likewise
15313         * modules/realloc (License): Likewise
15314         * modules/stdlib (License): Likewise
15315
15316 2007-10-07  Bruno Haible  <bruno@clisp.org>
15317
15318         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
15319         * floor.c (TWO_MANT_DIG): Likewise.
15320         * ceil.c (TWO_MANT_DIG): Likewise.
15321         Reported by Ben Pfaff.
15322
15323 2007-10-07  Bruno Haible  <bruno@clisp.org>
15324
15325         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
15326         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
15327         * lib/frexp.c (FUNC): Likewise.
15328         * lib/printf-frexp.h (printf_frexp): Likewise.
15329         * lib/printf-frexpl.h (printf_frexpl): Likewise.
15330         * lib/printf-frexp.c (FUNC): Likewise.
15331         Suggested by Jim Meyering.
15332
15333 2007-10-07  Jim Meyering  <meyering@redhat.com>
15334
15335         Make xnanosleep's integer overflow test more robust.
15336         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
15337         so that gcc-4.3.0 doesn't optimize away this test for overflow.
15338
15339 2007-10-07  Bruno Haible  <bruno@clisp.org>
15340
15341         * NEWS: Mention the license change.
15342
15343         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
15344         abbreviations in the modules files.
15345
15346         Change copyright notice from GPLv2+ to GPLv3+.
15347         * README: Change copyright notice.
15348         * MODULES.html.sh: Likewise.
15349         * build-aux/bootstrap.conf: Likewise.
15350         * build-aux/config.libpath: Likewise.
15351         * build-aux/csharpcomp.sh.in: Likewise.
15352         * build-aux/csharpexec.sh.in: Likewise.
15353         * build-aux/install-reloc: Likewise.
15354         * build-aux/javacomp.sh.in: Likewise.
15355         * build-aux/javaexec.sh.in: Likewise.
15356         * build-aux/ldd.sh.in: Likewise.
15357         * build-aux/reloc-ldflags: Likewise.
15358         * build-aux/relocatable.sh.in: Likewise.
15359         * build-aux/x-to-1.in: Likewise.
15360         * check-module: Likewise.
15361         * config/srclistvars.sh: Likewise.
15362         * gnulib-tool: Likewise.
15363         * lib/acl-internal.h: Likewise.
15364         * lib/acl.c: Likewise.
15365         * lib/acl.h: Likewise.
15366         * lib/acl_entries.c: Likewise.
15367         * lib/areadlink-with-size.c: Likewise.
15368         * lib/areadlink.c: Likewise.
15369         * lib/areadlink.h: Likewise.
15370         * lib/argmatch.c: Likewise.
15371         * lib/argmatch.h: Likewise.
15372         * lib/argp-ba.c: Likewise.
15373         * lib/argp-eexst.c: Likewise.
15374         * lib/argp-fmtstream.c: Likewise.
15375         * lib/argp-fmtstream.h: Likewise.
15376         * lib/argp-fs-xinl.c: Likewise.
15377         * lib/argp-help.c: Likewise.
15378         * lib/argp-namefrob.h: Likewise.
15379         * lib/argp-parse.c: Likewise.
15380         * lib/argp-pin.c: Likewise.
15381         * lib/argp-pv.c: Likewise.
15382         * lib/argp-pvh.c: Likewise.
15383         * lib/argp-xinl.c: Likewise.
15384         * lib/argp.h: Likewise.
15385         * lib/at-func.c: Likewise.
15386         * lib/atanl.c: Likewise.
15387         * lib/backupfile.c: Likewise.
15388         * lib/backupfile.h: Likewise.
15389         * lib/basename.c: Likewise.
15390         * lib/binary-io.h: Likewise.
15391         * lib/byteswap.in.h: Likewise.
15392         * lib/c-stack.c: Likewise.
15393         * lib/c-stack.h: Likewise.
15394         * lib/c-strcasestr.c: Likewise.
15395         * lib/c-strcasestr.h: Likewise.
15396         * lib/c-strstr.c: Likewise.
15397         * lib/c-strstr.h: Likewise.
15398         * lib/c-strtod.c: Likewise.
15399         * lib/calloc.c: Likewise.
15400         * lib/canon-host.c: Likewise.
15401         * lib/canon-host.h: Likewise.
15402         * lib/canonicalize-lgpl.c: Likewise.
15403         * lib/canonicalize.c: Likewise.
15404         * lib/canonicalize.h: Likewise.
15405         * lib/ceil.c: Likewise.
15406         * lib/ceilf.c: Likewise.
15407         * lib/ceill.c: Likewise.
15408         * lib/chdir-long.c: Likewise.
15409         * lib/chdir-long.h: Likewise.
15410         * lib/chdir-safer.c: Likewise.
15411         * lib/chdir-safer.h: Likewise.
15412         * lib/chown.c: Likewise.
15413         * lib/classpath.c: Likewise.
15414         * lib/classpath.h: Likewise.
15415         * lib/clean-temp.c: Likewise.
15416         * lib/clean-temp.h: Likewise.
15417         * lib/cloexec.c: Likewise.
15418         * lib/close-stream.c: Likewise.
15419         * lib/closein.c: Likewise.
15420         * lib/closein.h: Likewise.
15421         * lib/closeout.c: Likewise.
15422         * lib/closeout.h: Likewise.
15423         * lib/concat-filename.c: Likewise.
15424         * lib/copy-file.c: Likewise.
15425         * lib/copy-file.h: Likewise.
15426         * lib/count-one-bits.h: Likewise.
15427         * lib/crc.c: Likewise.
15428         * lib/crc.h: Likewise.
15429         * lib/creat-safer.c: Likewise.
15430         * lib/csharpcomp.c: Likewise.
15431         * lib/csharpcomp.h: Likewise.
15432         * lib/csharpexec.c: Likewise.
15433         * lib/csharpexec.h: Likewise.
15434         * lib/cycle-check.c: Likewise.
15435         * lib/cycle-check.h: Likewise.
15436         * lib/diacrit.c: Likewise.
15437         * lib/diacrit.h: Likewise.
15438         * lib/diffseq.h: Likewise.
15439         * lib/dirchownmod.c: Likewise.
15440         * lib/dirent.in.h: Likewise.
15441         * lib/dirfd.c: Likewise.
15442         * lib/dirfd.h: Likewise.
15443         * lib/dirname.c: Likewise.
15444         * lib/dirname.h: Likewise.
15445         * lib/dummy.c: Likewise.
15446         * lib/dup-safer.c: Likewise.
15447         * lib/dup2.c: Likewise.
15448         * lib/eealloc.h: Likewise.
15449         * lib/error.c: Likewise.
15450         * lib/error.h: Likewise.
15451         * lib/euidaccess.c: Likewise.
15452         * lib/exclude.c: Likewise.
15453         * lib/exclude.h: Likewise.
15454         * lib/execute.c: Likewise.
15455         * lib/execute.h: Likewise.
15456         * lib/exitfail.c: Likewise.
15457         * lib/exitfail.h: Likewise.
15458         * lib/expl.c: Likewise.
15459         * lib/fatal-signal.c: Likewise.
15460         * lib/fatal-signal.h: Likewise.
15461         * lib/fbufmode.c: Likewise.
15462         * lib/fbufmode.h: Likewise.
15463         * lib/fchdir.c: Likewise.
15464         * lib/fchmodat.c: Likewise.
15465         * lib/fchownat.c: Likewise.
15466         * lib/fcntl--.h: Likewise.
15467         * lib/fcntl-safer.h: Likewise.
15468         * lib/fcntl.in.h: Likewise.
15469         * lib/fd-safer.c: Likewise.
15470         * lib/fflush.c: Likewise.
15471         * lib/file-has-acl.c: Likewise.
15472         * lib/file-set.c: Likewise.
15473         * lib/file-type.c: Likewise.
15474         * lib/file-type.h: Likewise.
15475         * lib/fileblocks.c: Likewise.
15476         * lib/filemode.c: Likewise.
15477         * lib/filemode.h: Likewise.
15478         * lib/filename.h: Likewise.
15479         * lib/filenamecat.c: Likewise.
15480         * lib/filenamecat.h: Likewise.
15481         * lib/findprog.c: Likewise.
15482         * lib/findprog.h: Likewise.
15483         * lib/float.in.h: Likewise.
15484         * lib/floor.c: Likewise.
15485         * lib/floorf.c: Likewise.
15486         * lib/floorl.c: Likewise.
15487         * lib/fopen-safer.c: Likewise.
15488         * lib/fopen.c: Likewise.
15489         * lib/fpending.c: Likewise.
15490         * lib/fpending.h: Likewise.
15491         * lib/fprintf.c: Likewise.
15492         * lib/fprintftime.h: Likewise.
15493         * lib/fpucw.h: Likewise.
15494         * lib/fpurge.c: Likewise.
15495         * lib/fpurge.h: Likewise.
15496         * lib/freadable.c: Likewise.
15497         * lib/freadable.h: Likewise.
15498         * lib/freadahead.c: Likewise.
15499         * lib/freadahead.h: Likewise.
15500         * lib/freading.c: Likewise.
15501         * lib/freading.h: Likewise.
15502         * lib/free.c: Likewise.
15503         * lib/freopen.c: Likewise.
15504         * lib/frexp.c: Likewise.
15505         * lib/frexpl.c: Likewise.
15506         * lib/fseek.c: Likewise.
15507         * lib/fseterr.c: Likewise.
15508         * lib/fseterr.h: Likewise.
15509         * lib/fstatat.c: Likewise.
15510         * lib/fstrcmp.c: Likewise.
15511         * lib/fstrcmp.h: Likewise.
15512         * lib/fsusage.c: Likewise.
15513         * lib/fsusage.h: Likewise.
15514         * lib/ftell.c: Likewise.
15515         * lib/ftello.c: Likewise.
15516         * lib/fts-cycle.c: Likewise.
15517         * lib/fts.c: Likewise.
15518         * lib/fts_.h: Likewise.
15519         * lib/full-read.c: Likewise.
15520         * lib/full-read.h: Likewise.
15521         * lib/full-write.c: Likewise.
15522         * lib/full-write.h: Likewise.
15523         * lib/fwritable.c: Likewise.
15524         * lib/fwritable.h: Likewise.
15525         * lib/fwriteerror.c: Likewise.
15526         * lib/fwriteerror.h: Likewise.
15527         * lib/fwriting.c: Likewise.
15528         * lib/fwriting.h: Likewise.
15529         * lib/gcd.c: Likewise.
15530         * lib/gcd.h: Likewise.
15531         * lib/getcwd.c: Likewise.
15532         * lib/getdate.h: Likewise.
15533         * lib/getdate.y: Likewise.
15534         * lib/getdomainname.c: Likewise.
15535         * lib/getdomainname.h: Likewise.
15536         * lib/getgroups.c: Likewise.
15537         * lib/gethostname.c: Likewise.
15538         * lib/gethrxtime.c: Likewise.
15539         * lib/gethrxtime.h: Likewise.
15540         * lib/getloadavg.c: Likewise.
15541         * lib/getndelim2.c: Likewise.
15542         * lib/getndelim2.h: Likewise.
15543         * lib/getnline.c: Likewise.
15544         * lib/getnline.h: Likewise.
15545         * lib/getopt.c: Likewise.
15546         * lib/getopt.in.h: Likewise.
15547         * lib/getopt1.c: Likewise.
15548         * lib/getopt_int.h: Likewise.
15549         * lib/getpagesize.h: Likewise.
15550         * lib/getsubopt.c: Likewise.
15551         * lib/gettime.c: Likewise.
15552         * lib/getugroups.c: Likewise.
15553         * lib/getugroups.h: Likewise.
15554         * lib/getusershell.c: Likewise.
15555         * lib/gl_anyavltree_list1.h: Likewise.
15556         * lib/gl_anyavltree_list2.h: Likewise.
15557         * lib/gl_anyhash_list1.h: Likewise.
15558         * lib/gl_anyhash_list2.h: Likewise.
15559         * lib/gl_anylinked_list1.h: Likewise.
15560         * lib/gl_anylinked_list2.h: Likewise.
15561         * lib/gl_anyrbtree_list1.h: Likewise.
15562         * lib/gl_anyrbtree_list2.h: Likewise.
15563         * lib/gl_anytree_list1.h: Likewise.
15564         * lib/gl_anytree_list2.h: Likewise.
15565         * lib/gl_anytree_oset.h: Likewise.
15566         * lib/gl_anytreehash_list1.h: Likewise.
15567         * lib/gl_anytreehash_list2.h: Likewise.
15568         * lib/gl_array_list.c: Likewise.
15569         * lib/gl_array_list.h: Likewise.
15570         * lib/gl_array_oset.c: Likewise.
15571         * lib/gl_array_oset.h: Likewise.
15572         * lib/gl_avltree_list.c: Likewise.
15573         * lib/gl_avltree_list.h: Likewise.
15574         * lib/gl_avltree_oset.c: Likewise.
15575         * lib/gl_avltree_oset.h: Likewise.
15576         * lib/gl_avltreehash_list.c: Likewise.
15577         * lib/gl_avltreehash_list.h: Likewise.
15578         * lib/gl_carray_list.c: Likewise.
15579         * lib/gl_carray_list.h: Likewise.
15580         * lib/gl_linked_list.c: Likewise.
15581         * lib/gl_linked_list.h: Likewise.
15582         * lib/gl_linkedhash_list.c: Likewise.
15583         * lib/gl_linkedhash_list.h: Likewise.
15584         * lib/gl_list.c: Likewise.
15585         * lib/gl_list.h: Likewise.
15586         * lib/gl_oset.c: Likewise.
15587         * lib/gl_oset.h: Likewise.
15588         * lib/gl_rbtree_list.c: Likewise.
15589         * lib/gl_rbtree_list.h: Likewise.
15590         * lib/gl_rbtree_oset.c: Likewise.
15591         * lib/gl_rbtree_oset.h: Likewise.
15592         * lib/gl_rbtreehash_list.c: Likewise.
15593         * lib/gl_rbtreehash_list.h: Likewise.
15594         * lib/gl_sublist.c: Likewise.
15595         * lib/gl_sublist.h: Likewise.
15596         * lib/group-member.c: Likewise.
15597         * lib/group-member.h: Likewise.
15598         * lib/hard-locale.c: Likewise.
15599         * lib/hard-locale.h: Likewise.
15600         * lib/hash-pjw.c: Likewise.
15601         * lib/hash-pjw.h: Likewise.
15602         * lib/hash-triple.c: Likewise.
15603         * lib/hash.c: Likewise.
15604         * lib/hash.h: Likewise.
15605         * lib/human.c: Likewise.
15606         * lib/human.h: Likewise.
15607         * lib/i-ring.c: Likewise.
15608         * lib/i-ring.h: Likewise.
15609         * lib/idcache.c: Likewise.
15610         * lib/imaxabs.c: Likewise.
15611         * lib/imaxdiv.c: Likewise.
15612         * lib/inet_pton.c: Likewise.
15613         * lib/inet_pton.h: Likewise.
15614         * lib/intprops.h: Likewise.
15615         * lib/inttostr.c: Likewise.
15616         * lib/inttostr.h: Likewise.
15617         * lib/inttypes.in.h: Likewise.
15618         * lib/isapipe.c: Likewise.
15619         * lib/isdir.c: Likewise.
15620         * lib/isnan.c: Likewise.
15621         * lib/isnan.h: Likewise.
15622         * lib/isnanf.c: Likewise.
15623         * lib/isnanf.h: Likewise.
15624         * lib/isnanl-nolibm.h: Likewise.
15625         * lib/isnanl.c: Likewise.
15626         * lib/isnanl.h: Likewise.
15627         * lib/javacomp.c: Likewise.
15628         * lib/javacomp.h: Likewise.
15629         * lib/javaexec.c: Likewise.
15630         * lib/javaexec.h: Likewise.
15631         * lib/javaversion.c: Likewise.
15632         * lib/javaversion.h: Likewise.
15633         * lib/javaversion.java: Likewise.
15634         * lib/lbrkprop.h: Likewise.
15635         * lib/lchmod.h: Likewise.
15636         * lib/lchown.c: Likewise.
15637         * lib/ldexpl.c: Likewise.
15638         * lib/linebreak.c: Likewise.
15639         * lib/linebreak.h: Likewise.
15640         * lib/linebuffer.c: Likewise.
15641         * lib/linebuffer.h: Likewise.
15642         * lib/locale.in.h: Likewise.
15643         * lib/logl.c: Likewise.
15644         * lib/long-options.c: Likewise.
15645         * lib/long-options.h: Likewise.
15646         * lib/lstat.c: Likewise.
15647         * lib/lstat.h: Likewise.
15648         * lib/math.in.h: Likewise.
15649         * lib/mbchar.c: Likewise.
15650         * lib/mbchar.h: Likewise.
15651         * lib/mbfile.h: Likewise.
15652         * lib/mbiter.h: Likewise.
15653         * lib/mbscasecmp.c: Likewise.
15654         * lib/mbscasestr.c: Likewise.
15655         * lib/mbschr.c: Likewise.
15656         * lib/mbscspn.c: Likewise.
15657         * lib/mbslen.c: Likewise.
15658         * lib/mbsncasecmp.c: Likewise.
15659         * lib/mbsnlen.c: Likewise.
15660         * lib/mbspbrk.c: Likewise.
15661         * lib/mbspcasecmp.c: Likewise.
15662         * lib/mbsrchr.c: Likewise.
15663         * lib/mbssep.c: Likewise.
15664         * lib/mbsspn.c: Likewise.
15665         * lib/mbsstr.c: Likewise.
15666         * lib/mbstok_r.c: Likewise.
15667         * lib/mbswidth.c: Likewise.
15668         * lib/mbswidth.h: Likewise.
15669         * lib/mbuiter.h: Likewise.
15670         * lib/memcasecmp.c: Likewise.
15671         * lib/memcasecmp.h: Likewise.
15672         * lib/memchr.c: Likewise.
15673         * lib/memcmp.c: Likewise.
15674         * lib/memcoll.c: Likewise.
15675         * lib/memcoll.h: Likewise.
15676         * lib/memcpy.c: Likewise.
15677         * lib/memrchr.c: Likewise.
15678         * lib/mkancesdirs.c: Likewise.
15679         * lib/mkdir-p.c: Likewise.
15680         * lib/mkdir-p.h: Likewise.
15681         * lib/mkdir.c: Likewise.
15682         * lib/mkdirat.c: Likewise.
15683         * lib/mkdtemp.c: Likewise.
15684         * lib/mkstemp-safer.c: Likewise.
15685         * lib/mkstemp.c: Likewise.
15686         * lib/modechange.c: Likewise.
15687         * lib/modechange.h: Likewise.
15688         * lib/mountlist.c: Likewise.
15689         * lib/mountlist.h: Likewise.
15690         * lib/mpsort.c: Likewise.
15691         * lib/nanosleep.c: Likewise.
15692         * lib/obstack.c: Likewise.
15693         * lib/obstack.h: Likewise.
15694         * lib/open-safer.c: Likewise.
15695         * lib/open.c: Likewise.
15696         * lib/openat-die.c: Likewise.
15697         * lib/openat-priv.h: Likewise.
15698         * lib/openat-proc.c: Likewise.
15699         * lib/openat.c: Likewise.
15700         * lib/openat.h: Likewise.
15701         * lib/pagealign_alloc.c: Likewise.
15702         * lib/pagealign_alloc.h: Likewise.
15703         * lib/physmem.c: Likewise.
15704         * lib/physmem.h: Likewise.
15705         * lib/pipe-safer.c: Likewise.
15706         * lib/pipe.c: Likewise.
15707         * lib/pipe.h: Likewise.
15708         * lib/posixtm.c: Likewise.
15709         * lib/posixtm.h: Likewise.
15710         * lib/posixver.c: Likewise.
15711         * lib/printf-frexp.c: Likewise.
15712         * lib/printf-frexp.h: Likewise.
15713         * lib/printf-frexpl.c: Likewise.
15714         * lib/printf-frexpl.h: Likewise.
15715         * lib/printf.c: Likewise.
15716         * lib/progname.c: Likewise.
15717         * lib/progname.h: Likewise.
15718         * lib/progreloc.c: Likewise.
15719         * lib/putenv.c: Likewise.
15720         * lib/quote.c: Likewise.
15721         * lib/quote.h: Likewise.
15722         * lib/quotearg.c: Likewise.
15723         * lib/quotearg.h: Likewise.
15724         * lib/raise.c: Likewise.
15725         * lib/readline.c: Likewise.
15726         * lib/readline.h: Likewise.
15727         * lib/readlink.c: Likewise.
15728         * lib/readtokens.c: Likewise.
15729         * lib/readtokens.h: Likewise.
15730         * lib/readtokens0.c: Likewise.
15731         * lib/readtokens0.h: Likewise.
15732         * lib/readutmp.c: Likewise.
15733         * lib/readutmp.h: Likewise.
15734         * lib/realloc.c: Likewise.
15735         * lib/relocwrapper.c: Likewise.
15736         * lib/rename-dest-slash.c: Likewise.
15737         * lib/rename.c: Likewise.
15738         * lib/rmdir.c: Likewise.
15739         * lib/rpmatch.c: Likewise.
15740         * lib/safe-read.c: Likewise.
15741         * lib/safe-read.h: Likewise.
15742         * lib/safe-write.c: Likewise.
15743         * lib/safe-write.h: Likewise.
15744         * lib/same-inode.h: Likewise.
15745         * lib/same.c: Likewise.
15746         * lib/same.h: Likewise.
15747         * lib/save-cwd.c: Likewise.
15748         * lib/save-cwd.h: Likewise.
15749         * lib/savedir.c: Likewise.
15750         * lib/savedir.h: Likewise.
15751         * lib/savewd.c: Likewise.
15752         * lib/savewd.h: Likewise.
15753         * lib/search.in.h: Likewise.
15754         * lib/setenv.c: Likewise.
15755         * lib/setenv.h: Likewise.
15756         * lib/settime.c: Likewise.
15757         * lib/sh-quote.c: Likewise.
15758         * lib/sh-quote.h: Likewise.
15759         * lib/sig2str.c: Likewise.
15760         * lib/sig2str.h: Likewise.
15761         * lib/signal.in.h: Likewise.
15762         * lib/signbitd.c: Likewise.
15763         * lib/signbitf.c: Likewise.
15764         * lib/signbitl.c: Likewise.
15765         * lib/sigprocmask.c: Likewise.
15766         * lib/sincosl.c: Likewise.
15767         * lib/sleep.c: Likewise.
15768         * lib/sprintf.c: Likewise.
15769         * lib/sqrtl.c: Likewise.
15770         * lib/stat-time.h: Likewise.
15771         * lib/stdio--.h: Likewise.
15772         * lib/stdio-safer.h: Likewise.
15773         * lib/stdlib--.h: Likewise.
15774         * lib/stdlib-safer.h: Likewise.
15775         * lib/stdlib.in.h: Likewise.
15776         * lib/stpcpy.c: Likewise.
15777         * lib/stpncpy.c: Likewise.
15778         * lib/strchrnul.c: Likewise.
15779         * lib/strcspn.c: Likewise.
15780         * lib/strerror.c: Likewise.
15781         * lib/strftime.c: Likewise.
15782         * lib/strftime.h: Likewise.
15783         * lib/striconveh.c: Likewise.
15784         * lib/striconveh.h: Likewise.
15785         * lib/striconveha.c: Likewise.
15786         * lib/striconveha.h: Likewise.
15787         * lib/stripslash.c: Likewise.
15788         * lib/strnlen1.c: Likewise.
15789         * lib/strnlen1.h: Likewise.
15790         * lib/strtod.c: Likewise.
15791         * lib/strtoimax.c: Likewise.
15792         * lib/strtok_r.c: Likewise.
15793         * lib/strtol.c: Likewise.
15794         * lib/strtoll.c: Likewise.
15795         * lib/strtoul.c: Likewise.
15796         * lib/strtoull.c: Likewise.
15797         * lib/sysexits.in.h: Likewise.
15798         * lib/tempname.c: Likewise.
15799         * lib/tempname.h: Likewise.
15800         * lib/timespec.h: Likewise.
15801         * lib/tls.c: Likewise.
15802         * lib/tls.h: Likewise.
15803         * lib/tmpdir.c: Likewise.
15804         * lib/tmpdir.h: Likewise.
15805         * lib/tmpfile-safer.c: Likewise.
15806         * lib/tmpfile.c: Likewise.
15807         * lib/trigl.c: Likewise.
15808         * lib/trigl.h: Likewise.
15809         * lib/trim.c: Likewise.
15810         * lib/trim.h: Likewise.
15811         * lib/trunc.c: Likewise.
15812         * lib/truncf.c: Likewise.
15813         * lib/truncl.c: Likewise.
15814         * lib/tsearch.c: Likewise.
15815         * lib/unicodeio.c: Likewise.
15816         * lib/unicodeio.h: Likewise.
15817         * lib/unistd--.h: Likewise.
15818         * lib/unistd-safer.h: Likewise.
15819         * lib/unistdio/ulc-fprintf.c: Likewise.
15820         * lib/unistdio/ulc-vfprintf.c: Likewise.
15821         * lib/unlinkdir.c: Likewise.
15822         * lib/unlinkdir.h: Likewise.
15823         * lib/unlocked-io.h: Likewise.
15824         * lib/unsetenv.c: Likewise.
15825         * lib/userspec.c: Likewise.
15826         * lib/utime.c: Likewise.
15827         * lib/utimecmp.c: Likewise.
15828         * lib/utimecmp.h: Likewise.
15829         * lib/utimens.c: Likewise.
15830         * lib/verify.h: Likewise.
15831         * lib/verror.c: Likewise.
15832         * lib/verror.h: Likewise.
15833         * lib/version-etc-fsf.c: Likewise.
15834         * lib/version-etc.c: Likewise.
15835         * lib/version-etc.h: Likewise.
15836         * lib/vfprintf.c: Likewise.
15837         * lib/vprintf.c: Likewise.
15838         * lib/vsprintf.c: Likewise.
15839         * lib/w32spawn.h: Likewise.
15840         * lib/wait-process.c: Likewise.
15841         * lib/wait-process.h: Likewise.
15842         * lib/wcwidth.c: Likewise.
15843         * lib/write-any-file.c: Likewise.
15844         * lib/xalloc-die.c: Likewise.
15845         * lib/xalloc.h: Likewise.
15846         * lib/xasprintf.c: Likewise.
15847         * lib/xgetcwd.c: Likewise.
15848         * lib/xgetcwd.h: Likewise.
15849         * lib/xgetdomainname.c: Likewise.
15850         * lib/xgetdomainname.h: Likewise.
15851         * lib/xgethostname.c: Likewise.
15852         * lib/xmalloc.c: Likewise.
15853         * lib/xmalloca.c: Likewise.
15854         * lib/xmalloca.h: Likewise.
15855         * lib/xmemcoll.c: Likewise.
15856         * lib/xnanosleep.c: Likewise.
15857         * lib/xreadlink.c: Likewise.
15858         * lib/xreadlink.h: Likewise.
15859         * lib/xsetenv.c: Likewise.
15860         * lib/xsetenv.h: Likewise.
15861         * lib/xstriconv.c: Likewise.
15862         * lib/xstriconv.h: Likewise.
15863         * lib/xstrndup.c: Likewise.
15864         * lib/xstrndup.h: Likewise.
15865         * lib/xstrtod.c: Likewise.
15866         * lib/xstrtod.h: Likewise.
15867         * lib/xstrtol-error.c: Likewise.
15868         * lib/xstrtol.c: Likewise.
15869         * lib/xstrtol.h: Likewise.
15870         * lib/xtime.h: Likewise.
15871         * lib/xvasprintf.c: Likewise.
15872         * lib/xvasprintf.h: Likewise.
15873         * lib/yesno.c: Likewise.
15874         * lib/yesno.h: Likewise.
15875         * posix-modules: Likewise.
15876         * tests/test-alloca-opt.c: Likewise.
15877         * tests/test-arcfour.c: Likewise.
15878         * tests/test-arctwo.c: Likewise.
15879         * tests/test-argmatch.c: Likewise.
15880         * tests/test-argp-2.sh: Likewise.
15881         * tests/test-argp.c: Likewise.
15882         * tests/test-arpa_inet.c: Likewise.
15883         * tests/test-array_list.c: Likewise.
15884         * tests/test-array_oset.c: Likewise.
15885         * tests/test-atexit.c: Likewise.
15886         * tests/test-avltree_list.c: Likewise.
15887         * tests/test-avltree_oset.c: Likewise.
15888         * tests/test-avltreehash_list.c: Likewise.
15889         * tests/test-base64.c: Likewise.
15890         * tests/test-binary-io.c: Likewise.
15891         * tests/test-byteswap.c: Likewise.
15892         * tests/test-c-ctype.c: Likewise.
15893         * tests/test-c-strcasecmp.c: Likewise.
15894         * tests/test-c-strcasestr.c: Likewise.
15895         * tests/test-c-strncasecmp.c: Likewise.
15896         * tests/test-c-strstr.c: Likewise.
15897         * tests/test-canonicalize-lgpl.c: Likewise.
15898         * tests/test-canonicalize.c: Likewise.
15899         * tests/test-carray_list.c: Likewise.
15900         * tests/test-ceilf.c: Likewise.
15901         * tests/test-ceill.c: Likewise.
15902         * tests/test-count-one-bits.c: Likewise.
15903         * tests/test-crc.c: Likewise.
15904         * tests/test-dirname.c: Likewise.
15905         * tests/test-fbufmode.c: Likewise.
15906         * tests/test-fcntl.c: Likewise.
15907         * tests/test-fflush.c: Likewise.
15908         * tests/test-floorf.c: Likewise.
15909         * tests/test-floorl.c: Likewise.
15910         * tests/test-fopen.c: Likewise.
15911         * tests/test-fprintf-posix.c: Likewise.
15912         * tests/test-fprintf-posix.h: Likewise.
15913         * tests/test-fpurge.c: Likewise.
15914         * tests/test-freadable.c: Likewise.
15915         * tests/test-freadahead.c: Likewise.
15916         * tests/test-freading.c: Likewise.
15917         * tests/test-freopen.c: Likewise.
15918         * tests/test-frexp.c: Likewise.
15919         * tests/test-frexpl.c: Likewise.
15920         * tests/test-fseek.c: Likewise.
15921         * tests/test-fseeko.c: Likewise.
15922         * tests/test-fseterr.c: Likewise.
15923         * tests/test-fstrcmp.c: Likewise.
15924         * tests/test-ftell.c: Likewise.
15925         * tests/test-ftello.c: Likewise.
15926         * tests/test-fwritable.c: Likewise.
15927         * tests/test-fwriting.c: Likewise.
15928         * tests/test-getaddrinfo.c: Likewise.
15929         * tests/test-getpass.c: Likewise.
15930         * tests/test-gettimeofday.c: Likewise.
15931         * tests/test-hmac-md5.c: Likewise.
15932         * tests/test-hmac-sha1.c: Likewise.
15933         * tests/test-iconv.c: Likewise.
15934         * tests/test-iconvme.c: Likewise.
15935         * tests/test-inttypes.c: Likewise.
15936         * tests/test-isnan.c: Likewise.
15937         * tests/test-isnanf.c: Likewise.
15938         * tests/test-isnanl-nolibm.c: Likewise.
15939         * tests/test-isnanl.c: Likewise.
15940         * tests/test-isnanl.h: Likewise.
15941         * tests/test-ldexpl.c: Likewise.
15942         * tests/test-linked_list.c: Likewise.
15943         * tests/test-linkedhash_list.c: Likewise.
15944         * tests/test-locale.c: Likewise.
15945         * tests/test-localename.c: Likewise.
15946         * tests/test-lock.c: Likewise.
15947         * tests/test-lseek.c: Likewise.
15948         * tests/test-malloca.c: Likewise.
15949         * tests/test-math.c: Likewise.
15950         * tests/test-mbscasecmp.c: Likewise.
15951         * tests/test-mbscasestr1.c: Likewise.
15952         * tests/test-mbscasestr2.c: Likewise.
15953         * tests/test-mbscasestr3.c: Likewise.
15954         * tests/test-mbscasestr4.c: Likewise.
15955         * tests/test-mbschr.c: Likewise.
15956         * tests/test-mbscspn.c: Likewise.
15957         * tests/test-mbsncasecmp.c: Likewise.
15958         * tests/test-mbspbrk.c: Likewise.
15959         * tests/test-mbspcasecmp.c: Likewise.
15960         * tests/test-mbsrchr.c: Likewise.
15961         * tests/test-mbsspn.c: Likewise.
15962         * tests/test-mbsstr1.c: Likewise.
15963         * tests/test-mbsstr2.c: Likewise.
15964         * tests/test-mbsstr3.c: Likewise.
15965         * tests/test-md5.c: Likewise.
15966         * tests/test-memmem.c: Likewise.
15967         * tests/test-netinet_in.c: Likewise.
15968         * tests/test-open.c: Likewise.
15969         * tests/test-printf-frexp.c: Likewise.
15970         * tests/test-printf-frexpl.c: Likewise.
15971         * tests/test-printf-posix.c: Likewise.
15972         * tests/test-printf-posix.h: Likewise.
15973         * tests/test-rbtree_list.c: Likewise.
15974         * tests/test-rbtree_oset.c: Likewise.
15975         * tests/test-rbtreehash_list.c: Likewise.
15976         * tests/test-read-file.c: Likewise.
15977         * tests/test-rijndael.c: Likewise.
15978         * tests/test-search.c: Likewise.
15979         * tests/test-signbit.c: Likewise.
15980         * tests/test-sleep.c: Likewise.
15981         * tests/test-snprintf-posix.c: Likewise.
15982         * tests/test-snprintf-posix.h: Likewise.
15983         * tests/test-snprintf.c: Likewise.
15984         * tests/test-sprintf-posix.c: Likewise.
15985         * tests/test-sprintf-posix.h: Likewise.
15986         * tests/test-stat-time.c: Likewise.
15987         * tests/test-stdbool.c: Likewise.
15988         * tests/test-stdint.c: Likewise.
15989         * tests/test-stdio.c: Likewise.
15990         * tests/test-stdlib.c: Likewise.
15991         * tests/test-stpncpy.c: Likewise.
15992         * tests/test-strcasestr.c: Likewise.
15993         * tests/test-striconv.c: Likewise.
15994         * tests/test-striconveh.c: Likewise.
15995         * tests/test-striconveha.c: Likewise.
15996         * tests/test-string.c: Likewise.
15997         * tests/test-sys_select.c: Likewise.
15998         * tests/test-sys_socket.c: Likewise.
15999         * tests/test-sys_stat.c: Likewise.
16000         * tests/test-sys_time.c: Likewise.
16001         * tests/test-sysexits.c: Likewise.
16002         * tests/test-time.c: Likewise.
16003         * tests/test-tls.c: Likewise.
16004         * tests/test-trunc.c: Likewise.
16005         * tests/test-truncf.c: Likewise.
16006         * tests/test-truncl.c: Likewise.
16007         * tests/test-unistd.c: Likewise.
16008         * tests/test-vasnprintf-posix.c: Likewise.
16009         * tests/test-vasnprintf-posix2.c: Likewise.
16010         * tests/test-vasnprintf.c: Likewise.
16011         * tests/test-vasprintf-posix.c: Likewise.
16012         * tests/test-vasprintf.c: Likewise.
16013         * tests/test-verify.c: Likewise.
16014         * tests/test-vfprintf-posix.c: Likewise.
16015         * tests/test-vprintf-posix.c: Likewise.
16016         * tests/test-vsnprintf-posix.c: Likewise.
16017         * tests/test-vsnprintf.c: Likewise.
16018         * tests/test-vsprintf-posix.c: Likewise.
16019         * tests/test-wchar.c: Likewise.
16020         * tests/test-wctype.c: Likewise.
16021         * tests/test-wcwidth.c: Likewise.
16022         * tests/test-xstrtol.c: Likewise.
16023         * tests/test-xvasprintf.c: Likewise.
16024         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
16025         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
16026         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
16027         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
16028         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
16029         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
16030         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
16031         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
16032         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
16033         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
16034         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
16035         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
16036         * tests/uniname/test-uninames.c: Likewise.
16037         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
16038         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
16039         * tests/unistdio/test-u16-printf1.h: Likewise.
16040         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
16041         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
16042         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
16043         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
16044         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
16045         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
16046         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
16047         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
16048         * tests/unistdio/test-u32-printf1.h: Likewise.
16049         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
16050         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
16051         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
16052         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
16053         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
16054         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
16055         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
16056         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
16057         * tests/unistdio/test-u8-printf1.h: Likewise.
16058         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
16059         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
16060         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
16061         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
16062         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
16063         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
16064         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
16065         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
16066         * tests/unistdio/test-ulc-printf1.h: Likewise.
16067         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
16068         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
16069         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
16070         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
16071         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
16072         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
16073         * tests/uniwidth/test-u16-strwidth.c: Likewise.
16074         * tests/uniwidth/test-u16-width.c: Likewise.
16075         * tests/uniwidth/test-u32-strwidth.c: Likewise.
16076         * tests/uniwidth/test-u32-width.c: Likewise.
16077         * tests/uniwidth/test-u8-strwidth.c: Likewise.
16078         * tests/uniwidth/test-u8-width.c: Likewise.
16079         * tests/uniwidth/test-uc_width.c: Likewise.
16080         * config/srclist-update: Likewise.
16081         (fixlicense): Update to GPLv3+.
16082
16083         Change copyright notice from LGPLv2.1+ to LGPLv3+.
16084         * tests/test-tsearch.c: Change copyright notice.
16085
16086         Change copyright notice from LGPLv2.0+ to LGPLv3+.
16087         * lib/c-strcaseeq.h: Change copyright notice.
16088         * lib/streq.h: Likewise.
16089         * lib/uniconv.h: Likewise.
16090         * lib/uniconv/u-conv-from-enc.h: Likewise.
16091         * lib/uniconv/u-conv-to-enc.h: Likewise.
16092         * lib/uniconv/u-strconv-from-enc.h: Likewise.
16093         * lib/uniconv/u-strconv-to-enc.h: Likewise.
16094         * lib/uniconv/u16-conv-from-enc.c: Likewise.
16095         * lib/uniconv/u16-conv-to-enc.c: Likewise.
16096         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
16097         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
16098         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
16099         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
16100         * lib/uniconv/u32-conv-from-enc.c: Likewise.
16101         * lib/uniconv/u32-conv-to-enc.c: Likewise.
16102         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
16103         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
16104         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
16105         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
16106         * lib/uniconv/u8-conv-from-enc.c: Likewise.
16107         * lib/uniconv/u8-conv-to-enc.c: Likewise.
16108         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
16109         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
16110         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
16111         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
16112         * lib/uniname.h: Likewise.
16113         * lib/uniname/uniname.c: Likewise.
16114         * lib/unistdio.h: Likewise.
16115         * lib/unistdio/u-asnprintf.h: Likewise.
16116         * lib/unistdio/u-asprintf.h: Likewise.
16117         * lib/unistdio/u-printf-args.c: Likewise.
16118         * lib/unistdio/u-printf-args.h: Likewise.
16119         * lib/unistdio/u-printf-parse.h: Likewise.
16120         * lib/unistdio/u-snprintf.h: Likewise.
16121         * lib/unistdio/u-sprintf.h: Likewise.
16122         * lib/unistdio/u-vasprintf.h: Likewise.
16123         * lib/unistdio/u-vsnprintf.h: Likewise.
16124         * lib/unistdio/u-vsprintf.h: Likewise.
16125         * lib/unistdio/u16-asnprintf.c: Likewise.
16126         * lib/unistdio/u16-asprintf.c: Likewise.
16127         * lib/unistdio/u16-printf-parse.c: Likewise.
16128         * lib/unistdio/u16-snprintf.c: Likewise.
16129         * lib/unistdio/u16-sprintf.c: Likewise.
16130         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
16131         * lib/unistdio/u16-u16-asprintf.c: Likewise.
16132         * lib/unistdio/u16-u16-snprintf.c: Likewise.
16133         * lib/unistdio/u16-u16-sprintf.c: Likewise.
16134         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
16135         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
16136         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
16137         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
16138         * lib/unistdio/u16-vasnprintf.c: Likewise.
16139         * lib/unistdio/u16-vasprintf.c: Likewise.
16140         * lib/unistdio/u16-vsnprintf.c: Likewise.
16141         * lib/unistdio/u16-vsprintf.c: Likewise.
16142         * lib/unistdio/u32-asnprintf.c: Likewise.
16143         * lib/unistdio/u32-asprintf.c: Likewise.
16144         * lib/unistdio/u32-printf-parse.c: Likewise.
16145         * lib/unistdio/u32-snprintf.c: Likewise.
16146         * lib/unistdio/u32-sprintf.c: Likewise.
16147         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
16148         * lib/unistdio/u32-u32-asprintf.c: Likewise.
16149         * lib/unistdio/u32-u32-snprintf.c: Likewise.
16150         * lib/unistdio/u32-u32-sprintf.c: Likewise.
16151         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
16152         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
16153         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
16154         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
16155         * lib/unistdio/u32-vasnprintf.c: Likewise.
16156         * lib/unistdio/u32-vasprintf.c: Likewise.
16157         * lib/unistdio/u32-vsnprintf.c: Likewise.
16158         * lib/unistdio/u32-vsprintf.c: Likewise.
16159         * lib/unistdio/u8-asnprintf.c: Likewise.
16160         * lib/unistdio/u8-asprintf.c: Likewise.
16161         * lib/unistdio/u8-printf-parse.c: Likewise.
16162         * lib/unistdio/u8-snprintf.c: Likewise.
16163         * lib/unistdio/u8-sprintf.c: Likewise.
16164         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
16165         * lib/unistdio/u8-u8-asprintf.c: Likewise.
16166         * lib/unistdio/u8-u8-snprintf.c: Likewise.
16167         * lib/unistdio/u8-u8-sprintf.c: Likewise.
16168         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
16169         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
16170         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
16171         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
16172         * lib/unistdio/u8-vasnprintf.c: Likewise.
16173         * lib/unistdio/u8-vasprintf.c: Likewise.
16174         * lib/unistdio/u8-vsnprintf.c: Likewise.
16175         * lib/unistdio/u8-vsprintf.c: Likewise.
16176         * lib/unistdio/ulc-asnprintf.c: Likewise.
16177         * lib/unistdio/ulc-asprintf.c: Likewise.
16178         * lib/unistdio/ulc-printf-parse.c: Likewise.
16179         * lib/unistdio/ulc-snprintf.c: Likewise.
16180         * lib/unistdio/ulc-sprintf.c: Likewise.
16181         * lib/unistdio/ulc-vasnprintf.c: Likewise.
16182         * lib/unistdio/ulc-vasprintf.c: Likewise.
16183         * lib/unistdio/ulc-vsnprintf.c: Likewise.
16184         * lib/unistdio/ulc-vsprintf.c: Likewise.
16185         * lib/unistr.h: Likewise.
16186         * lib/unistr/u-cpy-alloc.h: Likewise.
16187         * lib/unistr/u-cpy.h: Likewise.
16188         * lib/unistr/u-endswith.h: Likewise.
16189         * lib/unistr/u-move.h: Likewise.
16190         * lib/unistr/u-set.h: Likewise.
16191         * lib/unistr/u-startswith.h: Likewise.
16192         * lib/unistr/u-stpcpy.h: Likewise.
16193         * lib/unistr/u-stpncpy.h: Likewise.
16194         * lib/unistr/u-strcat.h: Likewise.
16195         * lib/unistr/u-strcpy.h: Likewise.
16196         * lib/unistr/u-strcspn.h: Likewise.
16197         * lib/unistr/u-strdup.h: Likewise.
16198         * lib/unistr/u-strlen.h: Likewise.
16199         * lib/unistr/u-strncat.h: Likewise.
16200         * lib/unistr/u-strncpy.h: Likewise.
16201         * lib/unistr/u-strnlen.h: Likewise.
16202         * lib/unistr/u-strpbrk.h: Likewise.
16203         * lib/unistr/u-strspn.h: Likewise.
16204         * lib/unistr/u-strstr.h: Likewise.
16205         * lib/unistr/u-strtok.h: Likewise.
16206         * lib/unistr/u16-check.c: Likewise.
16207         * lib/unistr/u16-chr.c: Likewise.
16208         * lib/unistr/u16-cmp.c: Likewise.
16209         * lib/unistr/u16-cpy-alloc.c: Likewise.
16210         * lib/unistr/u16-cpy.c: Likewise.
16211         * lib/unistr/u16-endswith.c: Likewise.
16212         * lib/unistr/u16-mblen.c: Likewise.
16213         * lib/unistr/u16-mbsnlen.c: Likewise.
16214         * lib/unistr/u16-mbtouc-aux.c: Likewise.
16215         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
16216         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
16217         * lib/unistr/u16-mbtouc.c: Likewise.
16218         * lib/unistr/u16-mbtoucr.c: Likewise.
16219         * lib/unistr/u16-move.c: Likewise.
16220         * lib/unistr/u16-next.c: Likewise.
16221         * lib/unistr/u16-prev.c: Likewise.
16222         * lib/unistr/u16-set.c: Likewise.
16223         * lib/unistr/u16-startswith.c: Likewise.
16224         * lib/unistr/u16-stpcpy.c: Likewise.
16225         * lib/unistr/u16-stpncpy.c: Likewise.
16226         * lib/unistr/u16-strcat.c: Likewise.
16227         * lib/unistr/u16-strchr.c: Likewise.
16228         * lib/unistr/u16-strcmp.c: Likewise.
16229         * lib/unistr/u16-strcpy.c: Likewise.
16230         * lib/unistr/u16-strcspn.c: Likewise.
16231         * lib/unistr/u16-strdup.c: Likewise.
16232         * lib/unistr/u16-strlen.c: Likewise.
16233         * lib/unistr/u16-strmblen.c: Likewise.
16234         * lib/unistr/u16-strmbtouc.c: Likewise.
16235         * lib/unistr/u16-strncat.c: Likewise.
16236         * lib/unistr/u16-strncmp.c: Likewise.
16237         * lib/unistr/u16-strncpy.c: Likewise.
16238         * lib/unistr/u16-strnlen.c: Likewise.
16239         * lib/unistr/u16-strpbrk.c: Likewise.
16240         * lib/unistr/u16-strrchr.c: Likewise.
16241         * lib/unistr/u16-strspn.c: Likewise.
16242         * lib/unistr/u16-strstr.c: Likewise.
16243         * lib/unistr/u16-strtok.c: Likewise.
16244         * lib/unistr/u16-to-u32.c: Likewise.
16245         * lib/unistr/u16-to-u8.c: Likewise.
16246         * lib/unistr/u16-uctomb-aux.c: Likewise.
16247         * lib/unistr/u16-uctomb.c: Likewise.
16248         * lib/unistr/u32-check.c: Likewise.
16249         * lib/unistr/u32-chr.c: Likewise.
16250         * lib/unistr/u32-cmp.c: Likewise.
16251         * lib/unistr/u32-cpy-alloc.c: Likewise.
16252         * lib/unistr/u32-cpy.c: Likewise.
16253         * lib/unistr/u32-endswith.c: Likewise.
16254         * lib/unistr/u32-mblen.c: Likewise.
16255         * lib/unistr/u32-mbsnlen.c: Likewise.
16256         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
16257         * lib/unistr/u32-mbtouc.c: Likewise.
16258         * lib/unistr/u32-mbtoucr.c: Likewise.
16259         * lib/unistr/u32-move.c: Likewise.
16260         * lib/unistr/u32-next.c: Likewise.
16261         * lib/unistr/u32-prev.c: Likewise.
16262         * lib/unistr/u32-set.c: Likewise.
16263         * lib/unistr/u32-startswith.c: Likewise.
16264         * lib/unistr/u32-stpcpy.c: Likewise.
16265         * lib/unistr/u32-stpncpy.c: Likewise.
16266         * lib/unistr/u32-strcat.c: Likewise.
16267         * lib/unistr/u32-strchr.c: Likewise.
16268         * lib/unistr/u32-strcmp.c: Likewise.
16269         * lib/unistr/u32-strcpy.c: Likewise.
16270         * lib/unistr/u32-strcspn.c: Likewise.
16271         * lib/unistr/u32-strdup.c: Likewise.
16272         * lib/unistr/u32-strlen.c: Likewise.
16273         * lib/unistr/u32-strmblen.c: Likewise.
16274         * lib/unistr/u32-strmbtouc.c: Likewise.
16275         * lib/unistr/u32-strncat.c: Likewise.
16276         * lib/unistr/u32-strncmp.c: Likewise.
16277         * lib/unistr/u32-strncpy.c: Likewise.
16278         * lib/unistr/u32-strnlen.c: Likewise.
16279         * lib/unistr/u32-strpbrk.c: Likewise.
16280         * lib/unistr/u32-strrchr.c: Likewise.
16281         * lib/unistr/u32-strspn.c: Likewise.
16282         * lib/unistr/u32-strstr.c: Likewise.
16283         * lib/unistr/u32-strtok.c: Likewise.
16284         * lib/unistr/u32-to-u16.c: Likewise.
16285         * lib/unistr/u32-to-u8.c: Likewise.
16286         * lib/unistr/u32-uctomb.c: Likewise.
16287         * lib/unistr/u8-check.c: Likewise.
16288         * lib/unistr/u8-chr.c: Likewise.
16289         * lib/unistr/u8-cmp.c: Likewise.
16290         * lib/unistr/u8-cpy-alloc.c: Likewise.
16291         * lib/unistr/u8-cpy.c: Likewise.
16292         * lib/unistr/u8-endswith.c: Likewise.
16293         * lib/unistr/u8-mblen.c: Likewise.
16294         * lib/unistr/u8-mbsnlen.c: Likewise.
16295         * lib/unistr/u8-mbtouc-aux.c: Likewise.
16296         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
16297         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
16298         * lib/unistr/u8-mbtouc.c: Likewise.
16299         * lib/unistr/u8-mbtoucr.c: Likewise.
16300         * lib/unistr/u8-move.c: Likewise.
16301         * lib/unistr/u8-next.c: Likewise.
16302         * lib/unistr/u8-prev.c: Likewise.
16303         * lib/unistr/u8-set.c: Likewise.
16304         * lib/unistr/u8-startswith.c: Likewise.
16305         * lib/unistr/u8-stpcpy.c: Likewise.
16306         * lib/unistr/u8-stpncpy.c: Likewise.
16307         * lib/unistr/u8-strcat.c: Likewise.
16308         * lib/unistr/u8-strchr.c: Likewise.
16309         * lib/unistr/u8-strcmp.c: Likewise.
16310         * lib/unistr/u8-strcpy.c: Likewise.
16311         * lib/unistr/u8-strcspn.c: Likewise.
16312         * lib/unistr/u8-strdup.c: Likewise.
16313         * lib/unistr/u8-strlen.c: Likewise.
16314         * lib/unistr/u8-strmblen.c: Likewise.
16315         * lib/unistr/u8-strmbtouc.c: Likewise.
16316         * lib/unistr/u8-strncat.c: Likewise.
16317         * lib/unistr/u8-strncmp.c: Likewise.
16318         * lib/unistr/u8-strncpy.c: Likewise.
16319         * lib/unistr/u8-strnlen.c: Likewise.
16320         * lib/unistr/u8-strpbrk.c: Likewise.
16321         * lib/unistr/u8-strrchr.c: Likewise.
16322         * lib/unistr/u8-strspn.c: Likewise.
16323         * lib/unistr/u8-strstr.c: Likewise.
16324         * lib/unistr/u8-strtok.c: Likewise.
16325         * lib/unistr/u8-to-u16.c: Likewise.
16326         * lib/unistr/u8-to-u32.c: Likewise.
16327         * lib/unistr/u8-uctomb-aux.c: Likewise.
16328         * lib/unistr/u8-uctomb.c: Likewise.
16329         * lib/unitypes.h: Likewise.
16330         * lib/uniwidth.h: Likewise.
16331         * lib/uniwidth/cjk.h: Likewise.
16332         * lib/uniwidth/u16-strwidth.c: Likewise.
16333         * lib/uniwidth/u16-width.c: Likewise.
16334         * lib/uniwidth/u32-strwidth.c: Likewise.
16335         * lib/uniwidth/u32-width.c: Likewise.
16336         * lib/uniwidth/u8-strwidth.c: Likewise.
16337         * lib/uniwidth/u8-width.c: Likewise.
16338         * lib/uniwidth/width.c: Likewise.
16339
16340 2007-10-07  Bruno Haible  <bruno@clisp.org>
16341
16342         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
16343         The file is still under LGPL (see modules/inttypes).
16344
16345 2007-10-06  Bruno Haible  <bruno@clisp.org>
16346
16347         * modules/trunc (Dependencies): Add 'extensions'.
16348         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
16349         Reported by Ben Pfaff <blp@gnu.org>.
16350
16351 2007-10-06  Bruno Haible  <bruno@clisp.org>
16352
16353         * modules/freopen-tests: New file.
16354         * tests/test-freopen.c: New file.
16355
16356         * modules/fopen-tests: New file.
16357         * tests/test-fopen.c: New file.
16358
16359         * modules/fopen: New file.
16360         * lib/fopen.c: New file.
16361         * m4/fopen.m4: New file.
16362         * modules/freopen: New file.
16363         * lib/freopen.c: New file.
16364         * m4/freopen.m4: New file.
16365         * lib/stdio.in.h (fopen, freopen): New declarations.
16366         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
16367         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
16368         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
16369         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
16370         * doc/functions/fopen.texi: Mention the 'fopen' module.
16371         * doc/functions/freopen.texi: Mention the 'freopen' module.
16372
16373 2007-10-06  Bruno Haible  <bruno@clisp.org>
16374
16375         * modules/open-tests: New file.
16376         * tests/test-open.c: New file.
16377
16378         * modules/open: New file.
16379         * lib/open.c: New file.
16380         * m4/open.m4: New file.
16381         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
16382         lib/open.c does.
16383         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
16384         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
16385         macros.
16386         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
16387         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
16388         REPLACE_OPEN.
16389         * doc/functions/open.texi: Mention the 'open' module.
16390
16391 2007-10-04  Bruno Haible  <bruno@clisp.org>
16392
16393         * modules/ceill-tests: New file.
16394         * tests/test-ceill.c: New file.
16395
16396         * modules/ceill: New file.
16397         * lib/ceill.c: Replace entire file.
16398         * m4/ceill.m4: New file.
16399         * lib/math.in.h (ceill): Replace declaration.
16400         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
16401         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
16402         * doc/functions/ceill.texi: Mention the 'ceill' module.
16403         * modules/mathl (Files): Remove lib/ceill.c.
16404         (Depends-on): Add ceill.
16405
16406 2007-10-04  Bruno Haible  <bruno@clisp.org>
16407
16408         * modules/ceilf-tests: New file.
16409         * tests/test-ceilf.c: New file.
16410
16411         * modules/ceilf: New file.
16412         * lib/ceil.c: New file.
16413         * lib/ceilf.c: New file.
16414         * m4/ceilf.m4: New file.
16415         * lib/math.in.h (ceilf): New declaration.
16416         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
16417         HAVE_DECL_CEILF.
16418         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
16419         HAVE_DECL_CEILF.
16420         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
16421
16422 2007-10-04  Bruno Haible  <bruno@clisp.org>
16423
16424         * modules/floorl-tests: New file.
16425         * tests/test-floorl.c: New file.
16426
16427         * modules/floorl: New file.
16428         * lib/floorl.c: Replace entire file.
16429         * m4/floorl.m4: New file.
16430         * lib/math.in.h (floorl): Replace declaration.
16431         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
16432         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
16433         * doc/functions/floorl.texi: Mention the 'floorl' module.
16434         * modules/mathl (Files): Remove lib/floorl.c.
16435         (Depends-on): Add floorl.
16436
16437 2007-10-04  Bruno Haible  <bruno@clisp.org>
16438
16439         * modules/floorf-tests: New file.
16440         * tests/test-floorf.c: New file.
16441
16442         * modules/floorf: New file.
16443         * lib/floor.c: New file.
16444         * lib/floorf.c: New file.
16445         * m4/floorf.m4: New file.
16446         * lib/math.in.h (floorf): New declaration.
16447         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
16448         HAVE_DECL_FLOORF.
16449         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
16450         HAVE_DECL_FLOORF.
16451         * doc/functions/floorf.texi: Mention the 'floorf' module.
16452
16453 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
16454             Bruno Haible  <bruno@clisp.org>
16455
16456         Advertise for the Git server instead of the CVS server.
16457         * doc/gnulib-intro.texi (Steady Development): Mention the Git
16458         repository instead of the CVS one.
16459         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
16460         about all VCS systems generically.
16461         * doc/gnulib.texi (Introduction): Capitalize `Git'.
16462
16463 2007-10-04  Bruno Haible  <bruno@clisp.org>
16464
16465         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
16466         means.
16467         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
16468
16469 2007-10-04  Bruno Haible  <bruno@clisp.org>
16470
16471         * modules/truncl-tests: New file.
16472         * tests/test-truncl.c: New file.
16473
16474         * modules/truncl: New file.
16475         * lib/truncl.c: New file.
16476         * m4/truncl.m4: New file.
16477         * lib/math.in.h (truncl): New declaration.
16478         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
16479         HAVE_DECL_TRUNCL.
16480         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
16481         HAVE_DECL_TRUNCL.
16482         * doc/functions/truncl.texi: Mention the 'truncl' module.
16483
16484 2007-10-04  Bruno Haible  <bruno@clisp.org>
16485
16486         * modules/truncf-tests: New file.
16487         * tests/test-truncf.c: New file.
16488
16489         * modules/truncf: New file.
16490         * lib/trunc.c: Make paramerizable through USE_* macros.
16491         * lib/truncf.c: New file.
16492         * m4/truncf.m4: New file.
16493         * lib/math.in.h (truncf): New declaration.
16494         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
16495         HAVE_DECL_TRUNCF.
16496         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
16497         HAVE_DECL_TRUNCF.
16498         * doc/functions/truncf.texi: Mention the 'truncf' module.
16499
16500 2007-10-03  Bruno Haible  <bruno@clisp.org>
16501
16502         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
16503         augmentation also for tests modules.
16504         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
16505         * modules/atexit-tests (Makefile.am): Likewise.
16506         * modules/binary-io-tests (Makefile.am): Likewise.
16507         * modules/c-strcase-tests (Makefile.am): Likewise.
16508         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
16509         * modules/canonicalize-tests (Makefile.am): Likewise.
16510         * modules/closein-tests (Makefile.am): Likewise.
16511         * modules/fprintf-posix-tests (Makefile.am): Likewise.
16512         * modules/freadahead-tests (Makefile.am): Likewise.
16513         * modules/fseek-tests (Makefile.am): Likewise.
16514         * modules/fseeko-tests (Makefile.am): Likewise.
16515         * modules/ftell-tests (Makefile.am): Likewise.
16516         * modules/ftello-tests (Makefile.am): Likewise.
16517         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
16518         * modules/isnanl-tests (Makefile.am): Likewise.
16519         * modules/lseek-tests (Makefile.am): Likewise.
16520         * modules/mbscasecmp-tests (Makefile.am): Likewise.
16521         * modules/mbscasestr-tests (Makefile.am): Likewise.
16522         * modules/mbschr-tests (Makefile.am): Likewise.
16523         * modules/mbscspn-tests (Makefile.am): Likewise.
16524         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
16525         * modules/mbspbrk-tests (Makefile.am): Likewise.
16526         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
16527         * modules/mbsrchr-tests (Makefile.am): Likewise.
16528         * modules/mbsspn-tests (Makefile.am): Likewise.
16529         * modules/mbsstr-tests (Makefile.am): Likewise.
16530         * modules/printf-posix-tests (Makefile.am): Likewise.
16531         * modules/snprintf-posix-tests (Makefile.am): Likewise.
16532         * modules/sprintf-posix-tests (Makefile.am): Likewise.
16533         * modules/tsearch-tests (Makefile.am): Likewise.
16534         * modules/uniname/uniname-tests (Makefile.am): Likewise.
16535         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
16536         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
16537         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
16538         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
16539         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
16540         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
16541         * modules/vprintf-posix-tests (Makefile.am): Likewise.
16542         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
16543         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
16544         * modules/xstrtoimax-tests (Makefile.am): Likewise.
16545         * modules/xstrtol-tests (Makefile.am): Likewise.
16546         * modules/xstrtoumax-tests (Makefile.am): Likewise.
16547         * modules/yesno-tests (Makefile.am): Likewise.
16548
16549 2007-10-03  Bruno Haible  <bruno@clisp.org>
16550
16551         * modules/trunc-tests: New file.
16552         * tests/test-trunc.c: New file.
16553
16554         * modules/trunc: New file.
16555         * lib/trunc.c: New file.
16556         * m4/trunc.m4: New file.
16557         * lib/math.in.h (trunc): New declaration.
16558         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
16559         HAVE_DECL_TRUNC.
16560         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
16561         HAVE_DECL_TRUNC.
16562         * doc/functions/trunc.texi: Mention the 'trunc' module.
16563
16564 2007-10-03  Bruno Haible  <bruno@clisp.org>
16565
16566         * tests/test-fpending.c: New file, mostly copied
16567         from coreutils/lib/t-fpending.c.
16568         * modules/fpending-tests: New file.
16569
16570 2007-10-03  Bruno Haible  <bruno@clisp.org>
16571
16572         Port the stdio extensions to QNX (untested).
16573         * lib/fseterr.c (fseterr): Add support for QNX.
16574         * lib/fbufmode.c (fbufmode): Likewise.
16575         * lib/freadable.c (freadable): Likewise.
16576         * lib/fwritable.c (fwritable): Likewise.
16577         * lib/freading.c (freading): Likewise.
16578         * lib/fwriting.c (fwriting): Likewise.
16579         * lib/freadahead.c (freadahed): Likewise.
16580         * lib/fpurge.c (fpurge): Likewise.
16581         * lib/fseeko.c (rpl_fseeko): Likewise.
16582
16583 2007-10-03  Bruno Haible  <bruno@clisp.org>
16584             Jim Meyering  <jim@meyering.net>
16585             Eric Blake  <ebb9@byu.net>
16586
16587         * doc/relocatable.texi: Use @command instead of @program.
16588
16589 2007-10-02  Jim Meyering  <jim@meyering.net>
16590
16591         Perform one more "_.h" -> ".in.h" substitution.
16592         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
16593         instead of unistd_.h here, too.
16594
16595 2007-10-01  Bruno Haible  <bruno@clisp.org>
16596
16597         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
16598         Needed for the alloca-opt module.
16599
16600 2007-09-30  Bruno Haible  <bruno@clisp.org>
16601
16602         * lib/alloca.in.h: Renamed from lib/alloca_.h.
16603         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
16604         alloca_.h.
16605         * lib/argz.in.h: Renamed from lib/argz_.h.
16606         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
16607         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
16608         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
16609         byteswap_.h.
16610         * lib/dirent.in.h: Renamed from lib/dirent_.h.
16611         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
16612         dirent_.h.
16613         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
16614         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
16615         fcntl_.h.
16616         * lib/float.in.h: Renamed from lib/float_.h.
16617         * modules/float (Files, Makefile.am): Use float.in.h instead of
16618         float_.h.
16619         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
16620         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
16621         fnmatch_.h.
16622         * lib/getopt.in.h: Renamed from lib/getopt_.h.
16623         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
16624         getopt_.h.
16625         * lib/glob.in.h: Renamed from lib/glob_.h.
16626         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
16627         * lib/iconv.in.h: Renamed from lib/iconv_.h.
16628         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
16629         iconv_.h.
16630         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
16631         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
16632         inttypes_.h.
16633         * lib/locale.in.h: Renamed from lib/locale_.h.
16634         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
16635         locale_.h.
16636         * lib/math.in.h: Renamed from lib/math_.h.
16637         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
16638         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
16639         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
16640         of netinet_in_.h. Add dependency.
16641         * lib/poll.in.h: Renamed from lib/poll_.h.
16642         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
16643         * lib/search.in.h: Renamed from lib/search_.h.
16644         * modules/search (Files, Makefile.am): Use search.in.h instead of
16645         search_.h.
16646         * lib/signal.in.h: Renamed from lib/signal_.h.
16647         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
16648         _signal.h.
16649         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
16650         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
16651         stdbool_.h.
16652         * lib/stdint.in.h: Renamed from lib/stdint_.h.
16653         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
16654         stdint_.h.
16655         * lib/stdio.in.h: Renamed from lib/stdio_.h.
16656         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
16657         stdio_.h.
16658         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
16659         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
16660         stdlib_.h.
16661         * lib/string.in.h: Renamed from lib/string_.h.
16662         * modules/string (Files, Makefile.am): Use string.in.h instead of
16663         string_.h.
16664         * doc/gnulib-tool.texi (Initial import): Update.
16665         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
16666         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
16667         of sys_select_.h. Add dependency.
16668         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
16669         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
16670         of sys_socket_.h.
16671         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
16672         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
16673         sys_stat_.h.
16674         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
16675         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
16676         sys_time_.h.
16677         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
16678         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
16679         sysexits_.h.
16680         * lib/time.in.h: Renamed from lib/time_.h.
16681         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
16682         * lib/unistd.in.h: Renamed from lib/unistd_.h.
16683         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
16684         unistd_.h.
16685         * lib/wchar.in.h: Renamed from lib/wchar_.h.
16686         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
16687         wchar_.h.
16688         * lib/wctype.in.h: Renamed from lib/wctype_.h.
16689         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
16690         wctype_.h.
16691         * build-aux/bootstrap (slurp): Update.
16692         * lib/.cppi-disable: Update.
16693
16694 2007-09-30  Bruno Haible  <bruno@clisp.org>
16695
16696         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
16697         Needed on BeOS.
16698
16699 2007-09-30  Bruno Haible  <bruno@clisp.org>
16700
16701         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
16702
16703 2007-09-29  Bruno Haible  <bruno@clisp.org>
16704
16705         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
16706
16707 2007-09-29  Bruno Haible  <bruno@clisp.org>
16708
16709         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
16710         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
16711         * build-aux/install-reloc: Compile also areadlink.c.
16712         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
16713
16714 2007-09-29  Bruno Haible  <bruno@clisp.org>
16715
16716         * gnulib-tool (func_emit_initmacro_done): Indentation.
16717
16718 2007-09-29  Bruno Haible  <bruno@clisp.org>
16719
16720         * README: Add CVS checkout update instructions.
16721         Info from Bob Proulx <bob@proulx.com>.
16722
16723 2007-09-28  Eric Blake  <ebb9@byu.net>
16724
16725         Provide move-if-change.
16726         * build-aux/move-if-change: New file, based on best practice
16727         rather than any canonical upstream location.
16728
16729 2007-09-28  Jim Meyering  <jim@meyering.net>
16730
16731         Fix canonicalize loop-detection corner case.
16732         Do not attempt to stat the symlink values stored via seen_triple.
16733         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
16734         on linux-2.6.18, (but not 2.6.22).
16735         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
16736         triple_compare.  The former compares dev,ino,filename, while the latter
16737         would actually stat dirname(filename) when dev and ino were equal.
16738         * lib/hash-triple.c: Install <string.h>.
16739         (STREQ): Define.
16740         (triple_compare_ino_str): New function.
16741         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
16742
16743 2007-09-28  Eric Blake  <ebb9@byu.net>
16744
16745         Enforce that AC_REPLACE_FUNCS files exist.
16746         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
16747         override check for typos.
16748
16749         Fix test-closein on Solaris 10.
16750         * tests/test-closein.c (main): Don't assume stdin can be inherited
16751         closed on all systems.
16752         * tests/test-closein.sh: Likewise.
16753         Reported by Piotr Tarnowski.
16754
16755 2007-09-28  Jim Meyering  <jim@meyering.net>
16756
16757         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
16758
16759 2007-09-27  Jim Meyering  <jim@meyering.net>
16760
16761         canonicalize: Avoid a false-positive cycle failure.
16762         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
16763         Sort.  Remove cycle-check.
16764         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
16765         not cycle-check.h.
16766         (seen_triple): New function.
16767         (canonicalize_filename_mode): Use it instead of cycle-check.
16768         * tests/test-canonicalize.c: Add a test for this bug.
16769         * tests/test-canonicalize.sh: Set up and run the test.
16770
16771         New module, file-set, from coreutils.
16772         * modules/file-set: Define it.
16773         * lib/file-set.c, lib/file-set.h: Implement.
16774
16775         New module, hash-triple, from coreutils.
16776         * modules/hash-triple: Define it.
16777         * lib/hash-triple.c, lib/hash-triple.h: Implement.
16778
16779 2007-09-25  Eric Blake  <ebb9@byu.net>
16780
16781         Fix strerror on Interix.
16782         * lib/string_.h (strerror): Declare replacement.
16783         * doc/functions/strerror.texi (strerror): Document the Interix
16784         shortcoming.
16785         * modules/string (Makefile.am): Support new hooks.
16786         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
16787         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
16788         gl_FUNC_STRERROR_SEPARATE.
16789         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
16790         * lib/strerror.c (rpl_strerror): Provide replacement.
16791         * modules/strerror (Depends-on): Add string.
16792         (configure.ac): Detect use of module.
16793         * tests/test-strerror.c: New file.
16794         * modules/strerror-tests: New test module.
16795         * modules/argp (Depends-on): Add strerror.
16796         * modules/error (Depends-on): Likewise.
16797         Reported by Martin Koeppe.
16798
16799 2007-09-24  Bruno Haible  <bruno@clisp.org>
16800
16801         * README: Update git instructions.
16802
16803 2007-09-24  Eric Blake  <ebb9@byu.net>
16804
16805         Revert fpending breakage from 2007-09-08.
16806         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
16807         __fpending.c.
16808
16809 2007-09-24  Jim Meyering  <jim@meyering.net>
16810
16811         filenamecat.c: Add a test.
16812         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
16813         showing how the function works when DIR is the empty string.
16814
16815 2007-09-21  Simon Josefsson  <simon@josefsson.org>
16816
16817         * tests/test-canonicalize.sh: Turn on executable bit.
16818
16819 2007-09-19  Eric Blake  <ebb9@byu.net>
16820
16821         * README: Update CVS instructions.
16822
16823 2007-09-18  Bruno Haible  <bruno@clisp.org>
16824
16825         * modules/areadlink: New file.
16826         * lib/areadlink.h (areadlink): New declaration.
16827         * lib/areadlink.c: New file, based on lib/xreadlink.c.
16828
16829 2007-09-17  Jim Meyering  <jim@meyering.net>
16830
16831         * lib/savewd.c (ESTALE) [!defined]: Define.
16832         Reported to be required on Interix by Martin Koeppe.
16833
16834 2007-09-17  Bruno Haible  <bruno@clisp.org>
16835
16836         * gnulib-tool (func_version): Use $version.
16837
16838 2007-09-16  Bruno Haible  <bruno@clisp.org>
16839
16840         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
16841         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
16842         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
16843         Reported by Greg Schafer <gschafer@zip.com.au>.
16844
16845 2007-09-15  Bruno Haible  <bruno@clisp.org>
16846
16847         * gnulib-tool (sed): Try a little harder to make bash understand the
16848         alias.
16849         Reported by Bruce Korb <bruce.korb@gmail.com>.
16850
16851 2007-09-13  Eric Blake  <ebb9@byu.net>
16852
16853         * ChangeLog: Remove conflict markers.
16854
16855 2007-09-13  Simon Josefsson  <simon@josefsson.org>
16856
16857         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
16858         Reported by Bruno Haible <bruno@clisp.org>.
16859
16860 2007-09-12  Bruno Haible  <bruno@clisp.org>
16861
16862         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
16863         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
16864         is not defined.
16865
16866 2007-09-12  Eric Blake  <ebb9@byu.net>
16867
16868         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
16869         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
16870         Autoconf definition.
16871         * modules/euidaccess (Depends-on): Add extensions, for
16872         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
16873         * modules/fnmatch (Depends-on): Likewise.
16874         * modules/getaddrinfo (Depends-on): Likewise.
16875         * modules/getdelim (Depends-on): Likewise.
16876         * modules/getline (Depends-on): Likewise.
16877         * modules/getsubopt (Depends-on): Likewise.
16878         * modules/gettext (Depends-on): Likewise.
16879         * modules/group-member (Depends-on): Likewise.
16880         * modules/mbchar (Depends-on): Likewise.
16881         * modules/memmem (Depends-on): Likewise.
16882         * modules/mempcpy (Depends-on): Likewise.
16883         * modules/memrchr (Depends-on): Likewise.
16884         * modules/pagealign_alloc (Depends-on): Likewise.
16885         * modules/readutmp (Depends-on): Likewise.
16886         * modules/stpcpy (Depends-on): Likewise.
16887         * modules/stpncpy (Depends-on): Likewise.
16888         * modules/strchrnul (Depends-on): Likewise.
16889         * modules/strndup (Depends-on): Likewise.
16890         * modules/strsep (Depends-on): Likewise.
16891         * modules/strverscmp (Depends-on): Likewise.
16892         * modules/vasprintf (Depends-on): Likewise.
16893         * modules/wcwidth (Depends-on): Likewise.
16894         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
16895         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
16896         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
16897         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
16898         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
16899         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
16900         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
16901         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
16902         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
16903         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
16904         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
16905         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
16906         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
16907         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
16908         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
16909         * m4/readutmp.m4 (gl_READUTMP): Likewise.
16910         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
16911         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
16912         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
16913         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
16914         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
16915         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
16916         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
16917         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
16918         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
16919         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
16920         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
16921         so that lock.m4 can be used in gettext without extensions module.
16922
16923 2007-09-11  Bruno Haible  <bruno@clisp.org>
16924
16925         * m4/isc-posix.m4: Remove file.
16926         Suggested by Eric Blake.
16927
16928 2007-09-11  Eric Blake  <ebb9@byu.net>
16929
16930         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
16931
16932 2007-09-10  Bruno Haible  <bruno@clisp.org>
16933
16934         * posix-modules: Fix typo in error message.
16935         Reported by Matt <mkraai@beckman.com>.
16936
16937 2007-09-09  Bruno Haible  <bruno@clisp.org>
16938
16939         * doc/functions/getdelim.texi: Update list of platforms lacking the
16940         function.
16941         * doc/functions/getline.texi: Likewise.
16942
16943 2007-09-09  Jim Meyering  <jim@meyering.net>
16944
16945         * lib/hash.c (hash_initialize): Detect calloc failure.
16946         Reported by Bruno Haible.
16947
16948 2007-09-09  Bruno Haible  <bruno@clisp.org>
16949
16950         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
16951         malloc or realloc fails.
16952
16953 2007-09-09  Bruno Haible  <bruno@clisp.org>
16954
16955         * modules/getcwd (Depends-on): Add malloc-posix.
16956         * modules/glob (Depends-on): Likewise.
16957         * modules/putenv (Depends-on): Likewise.
16958         * modules/strdup (Depends-on): Likewise.
16959         * modules/getdelim (Depends-on): Add realloc-posix.
16960         * modules/read-file (Depends-on): Likewise.
16961
16962 2007-09-09  Bruno Haible  <bruno@clisp.org>
16963
16964         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
16965         (gl_FUNC_MALLOC_POSIX): Require it.
16966         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
16967         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
16968         * modules/realloc (Files): Add m4/malloc.m4.
16969         * modules/calloc (Files): Likewise.
16970
16971 2007-09-09  Bruno Haible  <bruno@clisp.org>
16972
16973         * modules/malloc-posix: New file.
16974         * modules/malloc (Depends-on): Add malloc-posix.
16975         * lib/malloc.c: Include errno.h.
16976         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
16977         and a POSIX-compatible malloc into a single function. Set ENOMEM
16978         when returning NULL.
16979         * m4/malloc.m4: New file.
16980         * doc/functions/malloc.texi: Mention the malloc-posix module.
16981         * lib/stdlib_.h (malloc): New declaration.
16982         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
16983         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
16984         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
16985         and HAVE_MALLOC_POSIX.
16986
16987 2007-09-09  Bruno Haible  <bruno@clisp.org>
16988
16989         * modules/realloc-posix: New file.
16990         * modules/realloc (Depends-on): Add realloc-posix.
16991         * lib/realloc.c: Include errno.h.
16992         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
16993         and a POSIX-compatible realloc into a single function. Set ENOMEM
16994         when returning NULL.
16995         * m4/realloc.m4: New file.
16996         * doc/functions/realloc.texi: Mention the realloc-posix module.
16997         * lib/stdlib_.h (realloc): New declaration.
16998         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
16999         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
17000         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
17001         and HAVE_REALLOC_POSIX.
17002
17003 2007-09-09  Bruno Haible  <bruno@clisp.org>
17004
17005         * modules/calloc-posix: New file.
17006         * modules/calloc (Depends-on): Add calloc-posix.
17007         * lib/calloc.c: Include errno.h.
17008         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
17009         and a POSIX-compatible calloc into a single function. Set ENOMEM
17010         when returning NULL.
17011         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
17012         * doc/functions/calloc.texi: Mention the calloc-posix module.
17013         * lib/stdlib_.h (calloc): New declaration.
17014         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17015         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
17016         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
17017         and HAVE_CALLOC_POSIX.
17018
17019 2007-09-09  Bruno Haible  <bruno@clisp.org>
17020
17021         Allow for modules to show an arbitrary notice.
17022         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
17023         * gnulib-tool: New option --extract-notice.
17024         (func_usage): Document it.
17025         (sed_extract_prog): Update.
17026         (func_get_notice): New function.
17027         (func_modules_notice): New function.
17028         (func_import, func_create_testdir): Invoke it.
17029         Suggested by Jim Meyering.
17030
17031 2007-09-09  Bruno Haible  <bruno@clisp.org>
17032
17033         * gnulib-tool: New options --verbose, --quiet.
17034         (func_usage): Document them.
17035         (verbose): New variable.
17036         (func_execute_command): New function.
17037         (func_import): Don't show the module list and the file list if
17038         $verbose < 0.
17039         (func_create_testdir): Likewise. Use func_execute_command.
17040         (func_create_megatestdir): Use func_execute_command.
17041
17042 2007-09-08  Bruno Haible  <bruno@clisp.org>
17043
17044         * gnulib-tool (func_import): Prefer rsync over wget when available,
17045         for fetching the PO files.
17046
17047 2007-09-08  Bruno Haible  <bruno@clisp.org>
17048
17049         * posix-modules: New file. Portions copied from gnulib-tool.
17050         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
17051
17052 2007-09-08  Jim Meyering  <jim@meyering.net>
17053
17054         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
17055         * lib/fpending.h: Rename from __fpending.h.
17056         * lib/fpending.c: Rename from __fpending.c.
17057         Include "fpending.h", not "__fpending.h".
17058         * lib/__fpending.h, lib/__fpending.c: Remove files.
17059         * modules/fpending (Files): Reflect new file names.
17060         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
17061
17062 2007-09-08  Bruno Haible  <bruno@clisp.org>
17063
17064         * m4/inttypes-h.m4: Remove stub file.
17065
17066 2007-09-07  Simon Josefsson  <simon@josefsson.org>
17067
17068         * doc/headers/stdint.texi: Discuss #include_next issue.
17069
17070 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17071
17072         * build-aux/bootstrap: Remove obsolete comment about wget --help.
17073
17074 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17075
17076         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
17077         in variable name.
17078
17079 2007-09-03  Jim Meyering  <jim@meyering.net>
17080
17081         New module: git-version-gen.
17082         * modules/git-version-gen: New file.
17083
17084         Import changes from coreutils for bootstrap script.
17085
17086         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
17087
17088         bootstrap: uses rsync to download the .po files
17089         * build-aux/bootstrap (po_download_command_format): New global.
17090         (download_po_files): Use rsync.
17091         (update_po_files): Don't remove .po files after download,
17092         so future rsync runs can take advantage of the copies.
17093
17094         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
17095
17096         Solve the unnecessary-.po-file-regeneration problem once and for all.
17097         * build-aux/bootstrap (download_po_files): New function, renamed from
17098         get_translations.  Now, downloads, but doesn't update LINGUAS.
17099         (update_po_files): New function.
17100
17101         bootstrap: Ignore more.
17102         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
17103         uniwidth to e.g., lib/.gitignore.
17104         (slurp): Handle the sys_stat_.h -> sys mapping, too.
17105
17106         * build-aux/bootstrap: New setting: vc_ignore.
17107         (insert_sorted_if_absent): Create $file if absent.
17108         Adapt to new, possibly empty, list: $vc_ignore.
17109
17110         bootstrap: generate more ignorable names
17111         * build-aux/bootstrap (slurp): When generating ignorable names,
17112         also map .sin to .sed, .gperf to .c, and .y to .c.
17113
17114 2007-09-03  Jim Meyering  <jim@meyering.net>
17115
17116         * build-aux/git-version-gen: New file, from coreutils.  For details, see
17117         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
17118
17119 2007-09-02  Bruno Haible  <bruno@clisp.org>
17120
17121         Fix mis-recognition of 'mcs' on QNX 6.
17122         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
17123         output contains the string "Mono".
17124         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
17125         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
17126
17127 2007-09-01  Bruno Haible  <bruno@clisp.org>
17128
17129         Fix collision between uniwidth/* and linebreak modules.
17130         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
17131         u32_width): Remove declarations.
17132         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
17133         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
17134         streq3, streq2, streq1, streq0): Remove functions.
17135         (STREQ): Remove macro.
17136         (is_cjk_encoding): Remove function.
17137         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
17138         (uc_width, u8_width, u16_width, u32_width): Remove functions.
17139         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
17140         * NEWS: Document the change.
17141
17142 2007-09-01  Bruno Haible  <bruno@clisp.org>
17143
17144         * lib/streq.h: Add double-inclusion guard.
17145
17146 2007-09-01  Karl Berry  <karl@gnu.org>
17147
17148         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
17149
17150 2007-08-28  Jim Meyering  <jim@meyering.net>
17151
17152         Rename mreadlink_with_size to areadlink_with_size.
17153         * NEWS: Document the change.
17154         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
17155         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
17156         * lib/mreadlink.h: Rename this to...
17157         * lib/areadlink.h: ...this.
17158         * modules/mreadlink-with-size: Rename this to...
17159         * modules/areadlink-with-size: ...this.
17160         * lib/canonicalize.c: Reflect the renaming.
17161         * modules/canonicalize: Likewise.
17162
17163 2007-08-26  Bruno Haible  <bruno@clisp.org>
17164
17165         * gnulib-tool (func_import): When deciding which files to remove,
17166         consider also dangling symbolic links.
17167         Reported by Eric Blake.
17168
17169 2007-08-26  Bruno Haible  <bruno@clisp.org>
17170
17171         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
17172
17173 2007-08-23  Simon Josefsson  <simon@josefsson.org>
17174
17175         * lib/readline.c: Don't include getline.h, the prototype is now
17176         found in stdio.h.
17177
17178 2007-08-23  Jim Meyering  <jim@meyering.net>
17179
17180         Getdelim touchup.
17181         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
17182         around the funlockfile call, since funlockfile never sets errno.
17183         Don't set errno upon failed realloc.
17184
17185 2007-08-22  Eric Blake  <ebb9@byu.net>
17186
17187         Getline touchups.
17188         * lib/getdelim.c (getdelim): Revert regression that required *n to
17189         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
17190         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
17191         getdelim, rather than whether implementation is missing.
17192         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
17193         * lib/stdio_.h (getline): Also declare if replacement is
17194         required.
17195         * doc/functions/getdelim.texi: New file.
17196         * doc/functions/getline.texi: Likewise.
17197         * doc/gnulib.texi (Function Substitutes): Add new files.
17198         Reported by Bruno Haible.
17199
17200 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
17201
17202         * users.txt: Add Guile.
17203
17204 2007-08-22  Eric Blake  <ebb9@byu.net>
17205
17206         * tests/test-getdelim.c (main): Use remove, not unlink.
17207         * tests/test-getline.c (main): Likewise.
17208
17209         Move getline and getdelim into stdio.h, per POSIX 200x.
17210         * modules/getline (Files): Remove getline.h.
17211         (Depends-on): Add stdio.
17212         (configure.ac): Add module indicator.
17213         * modules/getdelim (Files): Remove getdelim.h.
17214         (Depends-on): Add stdio.
17215         (configure.ac): Add module indicator.
17216         * modules/stdio (Makefile.am): Work with new indicators.
17217         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
17218         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
17219         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
17220         * lib/getdelim.h: Delete.
17221         * lib/getline.h: Delete.
17222         * lib/stdio_.h (getdelim, getline): Declare.
17223         * modules/getdelim-tests: New module.
17224         * modules/getline-tests: Likewise.
17225         * tests/test-getdelim.c: New file.
17226         * tests/test-getline.c: Likewise.
17227         * NEWS: Document the change.
17228         * lib/getline.c: Update choice of header.
17229         * lib/csharpcomp.c: Likewise.
17230         * lib/getpass.c: Likewise.
17231         * lib/javacomp.c: Likewise.
17232         * lib/javaversion.c: Likewise.
17233         * lib/yesno.c: Likewise.
17234         * lib/getdelim.c: Likewise.
17235         (getdelim): Set errno on failure, and avoid memory leak.
17236
17237 2007-08-19  Bruno Haible  <bruno@clisp.org>
17238
17239         * modules/closein (Depends-on): Add freadahead.
17240         * lib/closein.c: Include freadahead.h.
17241         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
17242         is zero.
17243
17244 2007-08-19  Bruno Haible  <bruno@clisp.org>
17245
17246         * modules/freadahead-tests: New file.
17247         * tests/test-freadahead.sh: New file.
17248         * tests/test-freadahead.c: New file.
17249
17250         * modules/freadahead: New file.
17251         * lib/freadahead.h: New file.
17252         * lib/freadahead.c: New file.
17253         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
17254         fbufmode, fpurge, freadable, fwritable.
17255
17256 2007-08-19  Eric Blake  <ebb9@byu.net>
17257
17258         Test yesno in combination with closein.
17259         * lib/yesno.c (yesno): Document use of stdin.
17260         * modules/yesno-tests (Files): New module.
17261         * tests/test-yesno.c (main): New file.
17262         * tests/test-yesno.sh: Likewise.
17263
17264 2007-08-19  Bruno Haible  <bruno@clisp.org>
17265
17266         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
17267         * lib/fseeko.c (rpl_fseeko): Likewise.
17268         * lib/fseterr.c (fseterr): Likewise.
17269
17270 2007-08-19  Bruno Haible  <bruno@clisp.org>
17271
17272         * tests/test-lseek.c (main): Disable a test for BeOS.
17273         * doc/functions/lseek.texi: Document the BeOS bug.
17274
17275 2007-08-19  Bruno Haible  <bruno@clisp.org>
17276             Eric Blake  <ebb9@byu.net>
17277
17278         * lib/lseek.c: Include <sys/stat.h>.
17279         (rpl_lseek): Add workaround code also for Unix platforms.
17280         Needed for BeOS.
17281         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
17282         * doc/functions/lseek.texi: Document BeOS definiency.
17283
17284 2007-08-18  Bruno Haible  <bruno@clisp.org>
17285
17286         * modules/fstrcmp-tests: New file.
17287         * tests/test-fstrcmp.c: New file.
17288
17289 2007-08-18  Bruno Haible  <bruno@clisp.org>
17290
17291         * modules/fstrcmp: New file, from GNU gettext with modifications.
17292         * lib/fstrcmp.h: New file, from GNU gettext.
17293         * lib/fstrcmp.c: New file, from GNU gettext.
17294         * MODULES.html.sh (String handling): Add fstrcmp.
17295
17296 2007-08-18  Bruno Haible  <bruno@clisp.org>
17297
17298         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
17299         'bool'.
17300         (diag, compareseq): Remove const from the ctxt argument.
17301         (USE_HEURISTIC): Undefine at the end.
17302
17303 2007-08-18  Jim Meyering  <jim@meyering.net>
17304
17305         New file: lib/idcache.h
17306         * NEWS: Mention the addition.
17307         * modules/idcache (Files): Add lib/idcache.h
17308         * lib/idcache.c: Include "idcache.h".
17309         Don't include <sys/types.h>.
17310         Add a FIXME comment.
17311         Move file-scoped "static" declarations to the top.
17312         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
17313
17314 2007-08-17  Bruno Haible  <bruno@clisp.org>
17315         and Paul Eggert  <eggert@cs.ucla.edu>
17316
17317         * MODULES.html.sh: Add diffseq.
17318         * modules/diffseq: New file.
17319         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
17320         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
17321
17322 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
17323
17324         Import changes from coreutils for bootstrap script.
17325
17326         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
17327
17328         * build-aux/bootstrap (slurp): Work even in environments where
17329         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
17330         current code does not slurp files whose names start with ".", and
17331         this looks like it might be a troublesome area.
17332
17333         2007-07-11  Jim Meyering  <jim@meyering.net>
17334
17335         If there's a GPL vN copyright comment, require that N == 3.
17336
17337         2007-07-08  Jim Meyering  <jim@meyering.net>
17338
17339         Run the coreutils-specific code only if tests/Makefile.am.in exists.
17340         * build-aux/bootstrap (mam_template): Move definition out of loop.
17341
17342         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
17343
17344         * build-aux/bootstrap (symlink_to_dir): Rename function from
17345         symlink_to_gnulib.  Add a directory parameter.  Update all
17346         callers.
17347         (cp_mark_as_generated): Also check for -- and link to -- files in
17348         gl/.
17349
17350         2007-07-08  Jim Meyering  <jim@meyering.net>
17351
17352         Adapt to deeper hierarchy in gnulib.
17353         * build-aux/bootstrap (symlink_to_dir): If the destination
17354         directory doesn't exist, create it. This is required at least for
17355         "lib/uniwidth/cjk.h".
17356
17357         2007-05-15  Jim Meyering  <jim@meyering.net>
17358
17359         * build-aux/bootstrap: Now that generated Makefile.am files
17360         are no longer under version control, they must be created at
17361         bootstrap time.
17362
17363 2007-08-14  Ben Pfaff  <blp@gnu.org>
17364
17365         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
17366
17367 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
17368
17369         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
17370         given the changes below.
17371         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
17372         even on hosts that have padding bits beyond the supported 64.
17373
17374 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
17375
17376         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
17377         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
17378         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
17379         depends on it.
17380         (xstrtol_error): Remove.
17381         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
17382         but with a different signature.
17383         (ATTRIBUTE_NORETURN, __attribute__): New macros.
17384         * lib/xstrtol-error.c: Include exitfail.h.
17385         (xstrtol_fatal): New function, with a different signature from the
17386         old xstrtol_error, so that the caller need not worry about passing
17387         in an exit status, or about storage management of the option argument.
17388         (xstrtol_error): Now a static function.  Redo signature to
17389         implement xstrtol_fatal.  Output the correct number of hyphens in
17390         front of the option so that the caller need not worry about
17391         storage management.
17392         (N_): New macro.
17393         (_): Remove; not used now.
17394         * modules/xstrtol: Depend on getopt.
17395         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
17396         of old STRTOL_FATAL_ERROR macro.
17397         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
17398         of test program.
17399         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
17400         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
17401
17402 2007-08-08  Eric Blake  <ebb9@byu.net>
17403
17404         * lib/xstrtol-error.c: Add missing include.
17405
17406         Move xstrtol messages into gnulib domain, when --pobase is used.
17407         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
17408         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
17409         * modules/xstrtol (Files): Distribute new file.
17410         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
17411         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
17412         * tests/test-xstrtol.c: ...into new file.
17413         * tests/test-xstrtoul.c: Also test xstrtoul.
17414         * tests/test-xstrtoimax.c: Also test xstrtoimax.
17415         * tests/test-xstrtoumax.c: Also test xstrtoumax.
17416         * tests/test-xstrtol.sh: Drive the tests.
17417         * tests/test-xstrtoimax.sh: Likewise.
17418         * tests/test-xstrtoumax.sh: Likewise.
17419         * modules/xstrtol-tests: New module.
17420         * modules/xstrtoimax-tests: Likewise.
17421         * modules/xstrtoumax-tests: Likewise.
17422
17423 2007-08-08  Jim Meyering  <jim@meyering.net>
17424
17425         New function: mfile_name_concat.
17426         * lib/filenamecat.c (mfile_name_concat): New function, just like
17427         file_name_concat, but return NULL upon failure rather than exiting
17428         with a diagnostic.
17429         * lib/filenamecat.h: Declare it.
17430
17431 2007-08-07  Bruno Haible  <bruno@clisp.org>
17432
17433         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
17434         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
17435         warning from gcc.
17436         Reported by Eric Blake.
17437
17438 2007-08-07  Simon Josefsson  <simon@josefsson.org>
17439
17440         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
17441         * modules/crypto/arcfour (License): Likewise.
17442         * modules/crypto/des-tests (License): Likewise.
17443         * modules/crypto/gc-arctwo-tests (License): Likewise.
17444         * modules/crypto/gc-des-tests (License): Likewise.
17445         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
17446         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
17447         * modules/crypto/gc-md2-tests (License): Likewise.
17448         * modules/crypto/gc-md4-tests (License): Likewise.
17449         * modules/crypto/gc-md5-tests (License): Likewise.
17450         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
17451         * modules/crypto/gc-rijndael-tests (License): Likewise.
17452         * modules/crypto/gc-sha1-tests (License): Likewise.
17453         * modules/crypto/gc-tests (License): Likewise.
17454         * modules/crypto/hmac-md5 (License): Likewise.
17455         * modules/crypto/hmac-sha1 (License): Likewise.
17456         * modules/crypto/md2-tests (License): Likewise.
17457         * modules/crypto/md4-tests (License): Likewise.
17458         * modules/crypto/md5 (License): Likewise.
17459         * modules/crypto/rijndael (License): Likewise.
17460         * modules/crypto/sha1 (License): Likewise.
17461         * modules/memxor (License): Likewise.
17462
17463 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17464         and Bruno Haible  <bruno@clisp.org>
17465
17466         * NEWS: Describe interface changes to human, xstrtol.
17467         * lib/human.h: Include <xstrtol.h>.
17468         (human_options): Return enum strtol_error, not int.  Remove
17469         bool arg; take int * instead.
17470         * lib/human.c: Don't include "gettext.h".
17471         (_): Remove; no longer used.
17472         Don't include <xstrtol.h>, since human.h does it.
17473         (human_options): Adjust to abovementioned interface changes.
17474         Do not report error to stderr; that's now the caller's
17475         responsibility.
17476         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
17477         interface change.
17478         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
17479         Str, Argument_type_string.  All uses changed.  Put " argument"
17480         in diagnostics to make them clearer.  Change wording of suffix
17481         message for clarity.
17482         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
17483         Argument_type_string.
17484         (STRTOL_FATAL_WARN): Remove; no longer used.
17485         * modules/human (Depends-on): Remove gettext-h.
17486
17487 2007-08-06  Simon Josefsson  <simon@josefsson.org>
17488
17489         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
17490
17491 2007-07-31  Bruno Haible  <bruno@clisp.org>
17492
17493         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
17494         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
17495         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
17496
17497 2007-07-31  Bruno Haible  <bruno@clisp.org>
17498
17499         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
17500         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
17501
17502 2007-07-30  Bruno Haible  <bruno@clisp.org>
17503
17504         * modules/base64 (License): Use the synonymous term "LGPLv2+".
17505         * modules/c-ctype (License): Likewise.
17506         * modules/c-strcase (License): Likewise.
17507         * modules/check-version (License): Likewise.
17508         * modules/iconv (License): Likewise.
17509         * modules/iconv_open (License): Likewise.
17510         * modules/read-file (License): Likewise.
17511         * modules/striconv (License): Likewise.
17512         * modules/strverscmp (License): Likewise.
17513         * modules/vasprintf (License): Likewise.
17514         * modules/crypto/des (License): Likewise.
17515         * modules/crypto/gc (License): Likewise.
17516         * modules/crypto/gc-arcfour (License): Likewise.
17517         * modules/crypto/gc-arctwo (License): Likewise.
17518         * modules/crypto/gc-des (License): Likewise.
17519         * modules/crypto/gc-hmac-md5 (License): Likewise.
17520         * modules/crypto/gc-hmac-sha1 (License): Likewise.
17521         * modules/crypto/gc-md2 (License): Likewise.
17522         * modules/crypto/gc-md4 (License): Likewise.
17523         * modules/crypto/gc-md5 (License): Likewise.
17524         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
17525         * modules/crypto/gc-random (License): Likewise.
17526         * modules/crypto/gc-rijndael (License): Likewise.
17527         * modules/crypto/gc-sha1 (License): Likewise.
17528         * modules/crypto/md2 (License): Likewise.
17529         * modules/crypto/md4 (License): Likewise.
17530
17531 2007-07-30  Jim Meyering  <jim@meyering.net>
17532
17533         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
17534         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
17535         it has valid stat data.  This bug would cause du not to count the
17536         sizes of inaccessible directories.
17537         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
17538         in <http://bugzilla.redhat.com/250077>.
17539
17540 2007-07-25  Peter O'Gorman  <peter@pogma.com>
17541             Bruno Haible  <bruno@clisp.org>
17542
17543         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
17544         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
17545         #include_next, gives a diagnostic about it, but reports no error in
17546         the exit code.
17547         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
17548
17549 2007-07-24  Ben Pfaff  <blp@gnu.org>
17550
17551         Improve name: "count-one-bits" is better than "popcount".
17552         * MODULES.html.sh: Update name.
17553         * lib/popcount.h: Renamed lib/count-one-bits.h.
17554         (popcount): Renamed count_one_bits.
17555         (popcountl): Renamed count_one_bits_l.
17556         (popcountll): Renamed count_one_bits_ll.
17557         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
17558         * modules/popcount: Renamed module/count-one-bits.
17559         * modules/popcount-tests: Renamed module/count-one-bits-tests.
17560         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
17561
17562 2007-07-23  Ben Pfaff  <blp@gnu.org>
17563
17564         * lib/popcount.h (popcount32): Reduce size of constants, to allow
17565         better code generation, and add U to large constants to avoid
17566         warnings, in non-GCC case.
17567         Suggested by Bruno Haible.
17568
17569 2007-07-23  Ben Pfaff  <blp@gnu.org>
17570
17571         * lib/popcount.h: Use verify_true instead of if...abort.
17572         * modules/popcount: Depend on verify module.
17573         Suggested by Jim Meyering.
17574
17575 2007-07-23  Bruno Haible  <bruno@clisp.org>
17576
17577         * gnulib-tool (func_import): Create a .cvsignore file also when the
17578         directory is not yet in CVS but the toplevel directory is. When
17579         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
17580         Reported by Karl Berry.
17581
17582 2007-07-22  Ben Pfaff  <blp@gnu.org>
17583
17584         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
17585         case.
17586         Suggested by Eric Blake.
17587
17588 2007-07-22  Ben Pfaff  <blp@gnu.org>
17589
17590         New module: popcount.
17591         * MODULES.html.sh: Add popcount.
17592         * modules/popcount: New file.
17593         * modules/popcount-tests: New file.
17594         * tests/test-popcount.c: New file.
17595         * lib/popcount.h: New file.
17596         * m4/popcount.m4: New file.
17597
17598 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
17599
17600         * build-aux/announce-gen: Update to GPLv3.
17601
17602         * build-aux/config.guess: Update from config.
17603
17604 2007-07-21  Bruno Haible  <bruno@clisp.org>
17605
17606         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
17607         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
17608
17609 2007-07-20  Jim Meyering  <jim@meyering.net>
17610
17611         * check-module: Diagnose a self-dependency.
17612
17613 2007-07-19  Bruno Haible  <bruno@clisp.org>
17614
17615         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
17616         empty.
17617         Reported by Eric Blake.
17618
17619 2007-07-18  Bruno Haible  <bruno@clisp.org>
17620
17621         * gnulib-tool: New options --po-base, --po-domain.
17622         (func_usage): Document them.
17623         (pobase, po_domain): New variables.
17624         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
17625         DEFAULT_TEXT_DOMAIN.
17626         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
17627         (func_import): Consider pobase and po_domain. Create a po/ directory.
17628         (func_create_testdir): Set pobase and po_domain to empty.
17629         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
17630         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
17631
17632 2007-07-18  Bruno Haible  <bruno@clisp.org>
17633
17634         * gnulib-tool (func_get_automake_snippet): Synthesize also an
17635         EXTRA_DIST augmentation for files in build-aux/.
17636
17637 2007-07-16  Bruno Haible  <bruno@clisp.org>
17638
17639         * modules/lseek (License): Use the synonymous term "LGPLv2+".
17640         * modules/getdelim (License): Likewise.
17641
17642 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17643
17644         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
17645         * modules/d-type (License): Likewise.
17646         * modules/extensions (License): Likewise.
17647         * modules/fnmatch (License): Likewise.
17648         * modules/fseeko (License): Likewise.
17649         * modules/getaddrinfo (License): Likewise.
17650         * modules/getline (License): Likewise.
17651         * modules/getlogin_r (License): Likewise.
17652         * modules/getpass (License): Likewise.
17653         * modules/gettimeofday (License): Likewise.
17654         * modules/glob (License): Likewise.
17655         * modules/inet_ntop (License): Likewise.
17656         * modules/malloc (License): Likewise.
17657         * modules/malloca (License): Likewise.
17658         * modules/memmem (License): Likewise.
17659         * modules/mempcpy (License): Likewise.
17660         * modules/memset (License): Likewise.
17661         * modules/minmax (License): Likewise.
17662         * modules/mktime (License): Likewise.
17663         * modules/netinet_in (License): Likewise.
17664         * modules/pathmax (License): Likewise.
17665         * modules/poll (License): Likewise.
17666         * modules/regex (License): Likewise.
17667         * modules/snprintf (License): Likewise.
17668         * modules/stdbool (License): Likewise.
17669         * modules/stdint (License): Likewise.
17670         * modules/stdio (License): Likewise.
17671         * modules/strcase (License): Likewise.
17672         * modules/strcasestr (License): Likewise.
17673         * modules/strdup (License): Likewise.
17674         * modules/string (License): Likewise.
17675         * modules/strndup (License): Likewise.
17676         * modules/strnlen (License): Likewise.
17677         * modules/strpbrk (License): Likewise.
17678         * modules/strptime (License): Likewise.
17679         * modules/strsep (License): Likewise.
17680         * modules/sys_select (License): Likewise.
17681         * modules/sys_socket (License): Likewise.
17682         * modules/sys_stat (License): Likewise.
17683         * modules/sys_time (License): Likewise.
17684         * modules/time (License): Likewise.
17685         * modules/time_r (License): Likewise.
17686         * modules/timegm (License): Likewise.
17687         * modules/unistd (License): Likewise.
17688         * modules/vsnprintf (License): Likewise.
17689         * modules/wctype (License): Likewise.
17690
17691 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17692
17693         * modules/argz (License): LGPLv2+.
17694
17695 2007-07-15  Karl Berry  <karl@gnu.org>
17696
17697         * doc/gnulib.texi: revise node structure per new fdl.texi.
17698
17699 2007-07-14  Bruno Haible  <bruno@clisp.org>
17700
17701         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
17702         the output file.
17703         * lib/uniname/uninames.h: Regenerated.
17704
17705 2007-07-14  Karl Berry  <karl@gnu.org>
17706
17707         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
17708         omitting sectioning and index commands.
17709
17710 2007-07-13  Bruno Haible  <bruno@clisp.org>
17711
17712         New gnulib-tool option --more-symlinks.
17713         * gnulib-tool (func_usage): Document --more-symlinks.
17714         (do_copyrights): New variable.
17715         Recognize option --more-symlinks.
17716         (func_import): Don't add a copyright notice transform to
17717         sed_transform_lib_file if do_copyrights is empty.
17718
17719 2007-07-13  Bruno Haible  <bruno@clisp.org>
17720
17721         * lib/vasnprintf.c (decimal_point_char): Define also if
17722         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
17723         && !NEED_PRINTF_DIRECTIVE_A.
17724         Reported by Clemens Koller <clemens.koller@anagramm.de> via
17725         Gary V. Vaughan <gary@gnu.org>.
17726
17727 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
17728
17729         * lib/inttypes_.h: Undo previous change, since it was fixed
17730         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
17731
17732 2007-07-13  Bruno Haible  <bruno@clisp.org>
17733
17734         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
17735         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
17736
17737 2007-07-13  Jim Meyering  <jim@meyering.net>
17738
17739         df: Don't fail for Tru64's "file-on-file mount".
17740         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
17741         so we fall through and use statfs instead.  Details here:
17742         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
17743         Reported by Albert Chin.
17744
17745 2007-07-13  Bruno Haible  <bruno@clisp.org>
17746
17747         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
17748         * modules/configmake (License): Likewise.
17749         * modules/gettext (License): Likewise.
17750         * modules/gettext-h (License): Likewise.
17751         * modules/include_next (License): Likewise.
17752         * modules/link-warning (License): Likewise.
17753         * modules/localcharset (License): Likewise.
17754         * modules/localename (License): Likewise.
17755         * modules/lock (License): Likewise.
17756         * modules/relocatable-lib-lgpl (License): Likewise.
17757         * modules/size_max (License): Likewise.
17758         * modules/vasnprintf (License): Likewise.
17759         * modules/wchar (License): Likewise.
17760         * modules/xsize (License): Likewise.
17761
17762 2007-07-13  Bruno Haible  <bruno@clisp.org>
17763
17764         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
17765         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
17766
17767 2007-07-12  Bruno Haible  <bruno@clisp.org>
17768
17769         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
17770         in the modules files.
17771
17772 2007-07-11  Karl Berry  <karl@gnu.org>
17773
17774         * MODULES.html.sh (func_module): use
17775          sed -e '\|^'"${includefile}"'$|d'
17776          instead of /.../d, to avoid errors on $includefile's containing /.
17777
17778 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
17779
17780         * gnulib-tool (func_import): Avoid duplication of --avoid
17781         statements
17782         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
17783         names to `_' in variable names.
17784
17785 2007-07-10  Eric Blake  <ebb9@byu.net>
17786
17787         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
17788         * NEWS: Document this change.
17789
17790 2007-07-08  Bruno Haible  <bruno@clisp.org>
17791
17792         Update to Unicode 5.0.
17793         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
17794         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
17795         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
17796         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
17797         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
17798         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
17799         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
17800         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
17801         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
17802         U+10A3F, U+1D242..U+1D244.
17803         (nonspacing_table_ind): Update.
17804         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
17805         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
17806
17807 2007-07-08  Bruno Haible  <bruno@clisp.org>
17808
17809         Update to Unicode 5.0.
17810         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
17811         code transform. Extend the name index field of unicode_name_to_code and
17812         unicode_code_to_name from 16 to 24 bits.
17813         * lib/uniname/uniname.c (unicode_character_name,
17814         unicode_name_character): Add the range 0x12xxx to the code transform.
17815         * lib/uniname/uninames.h: Regenerated.
17816         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
17817
17818 2007-07-07  Bruno Haible  <bruno@clisp.org>
17819
17820         * modules/wcwidth-tests: New file.
17821         * tests/test-wcwidth.c: New file.
17822
17823         Work around MacOS X wcwidth() bug.
17824         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
17825         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
17826         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
17827         original wcwidth in non-UTF-8 locales.
17828         * modules/wcwidth (Depends-on): Add localcharset, streq,
17829         uniwidth/width.
17830         * doc/functions/wcwidth.texi: Update.
17831
17832 2007-07-07  Bruno Haible  <bruno@clisp.org>
17833
17834         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
17835         (wcwidth): New declaration.
17836         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
17837         macros.
17838         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
17839         here. Prepare for creating <wchar.h> unconditionally.
17840         * modules/wchar (Depends-on): Add link-warning.
17841         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
17842         REPLACE_WCWIDTH, and GL_LINK_WARNING.
17843         * lib/wcwidth.h: Remove file.
17844         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
17845         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
17846         * modules/wcwidth (Files): Remove lib/wcwidth.h.
17847         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
17848         (Include): Replace wcwidth.h with <wchar.h>.
17849         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
17850         * lib/mbchar.h: Don't include wcwidth.h.
17851         * lib/mbswidth.c: Likewise.
17852         * NEWS: Mention the change.
17853
17854 2007-07-07  Bruno Haible  <bruno@clisp.org>
17855
17856         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
17857         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
17858         definition with an external declaration.
17859         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
17860         defined as a function. Remove AC_C_INLINE requirement.
17861         * modules/wcwidth (Files): Add lib/wcwidth.c.
17862         (Makefile.am): Remove redundant statement.
17863
17864 2007-07-07  Bruno Haible  <bruno@clisp.org>
17865
17866         * MODULES.html.sh (Unicode string functions): Add the new modules.
17867
17868         * tests/uniwidth/test-u32-strwidth.c: New file.
17869         * modules/uniwidth/u32-strwidth-tests: New file.
17870
17871         * lib/uniwidth/u32-strwidth.c: New file.
17872         * modules/uniwidth/u32-strwidth: New file.
17873
17874         * tests/uniwidth/test-u16-strwidth.c: New file.
17875         * modules/uniwidth/u16-strwidth-tests: New file.
17876
17877         * lib/uniwidth/u16-strwidth.c: New file.
17878         * modules/uniwidth/u16-strwidth: New file.
17879
17880         * tests/uniwidth/test-u8-strwidth.c: New file.
17881         * modules/uniwidth/u8-strwidth-tests: New file.
17882
17883         * lib/uniwidth/u8-strwidth.c: New file.
17884         * modules/uniwidth/u8-strwidth: New file.
17885
17886         * tests/uniwidth/test-u32-width.c: New file.
17887         * modules/uniwidth/u32-width-tests: New file.
17888
17889         * lib/uniwidth/u32-width.c: New file.
17890         * modules/uniwidth/u32-width: New file.
17891
17892         * tests/uniwidth/test-u16-width.c: New file.
17893         * modules/uniwidth/u16-width-tests: New file.
17894
17895         * lib/uniwidth/u16-width.c: New file.
17896         * modules/uniwidth/u16-width: New file.
17897
17898         * tests/uniwidth/test-u8-width.c: New file.
17899         * modules/uniwidth/u8-width-tests: New file.
17900
17901         * lib/uniwidth/u8-width.c: New file.
17902         * modules/uniwidth/u8-width: New file.
17903
17904         * tests/uniwidth/test-uc_width.c: New file.
17905         * modules/uniwidth/width-tests: New file.
17906
17907         * lib/uniwidth/width.c: New file, from GNU libiconv.
17908         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
17909         * modules/uniwidth/width: New file.
17910
17911         * lib/uniwidth.h: New file, from GNU libiconv.
17912         * modules/uniwidth/base: New file.
17913
17914 2007-07-07  Bruno Haible  <bruno@clisp.org>
17915
17916         * lib/uniname.h: New file, from GNU gettext.
17917         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
17918         * lib/uniname/uninames.h: New file, from GNU gettext.
17919         * lib/uniname/uniname.c: New file, from GNU gettext.
17920         * tests/uniname/test-uninames.sh: New file.
17921         * tests/uniname/test-uninames.c: New file, from GNU gettext.
17922         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
17923         * modules/uniname/base: New file.
17924         * modules/uniname/uniname: New file.
17925         * modules/uniname/uniname-tests: New file.
17926         * MODULES.html.sh (Unicode string functions): Add the new modules.
17927
17928 2007-07-06  Bruno Haible  <bruno@clisp.org>
17929
17930         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
17931
17932 2007-07-06  Bruno Haible  <bruno@clisp.org>
17933
17934         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
17935         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
17936         includes <cygwin/sys_time.h> which includes <sys/select.h> which
17937         include <sys/time.h>.
17938         Reported by Eric Blake.
17939
17940 2007-07-06  Eric Blake  <ebb9@byu.net>
17941
17942         Fix testing canonicalize on cygwin.
17943         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
17944         Revert patch from 2007-06-19.
17945         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
17946         canonicalize module is also in use.
17947         * tests/test-canonicalize.c: New file.
17948         * tests/test-canonicalize.sh: Likewise.
17949         * modules/canonicalize-tests: Likewise.
17950
17951 2007-07-06  Jim Meyering  <jim@meyering.net>
17952
17953         * lib/getugroups.c (getugroups): Detect getgrent failure.
17954         Adjust comment to reflect reality: this function may return -1.
17955
17956 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
17957
17958         * build-aux/bootstrap (TP_URL,get_translations): Update to use
17959         the new TP address.
17960         (usage): Fix typo
17961         (gnulib_mk): New variable.
17962
17963 2007-07-05  Jim Meyering  <jim@meyering.net>
17964
17965         Don't let endgrent clobber errno, no matter how improbable.
17966         * lib/getugroups.c (getugroups): Save and restore errno around
17967         endgrent call.
17968
17969         Close the group DB even when failing with 2^31 or more members.
17970         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
17971
17972 2007-07-04  Jim Meyering  <jim@meyering.net>
17973
17974         * lib/getugroups.h: New file.
17975         * lib/getugroups.c: Include "getugroups.h".
17976         Remove uses of "register" keyword.
17977         Move local variable, "cp", down into scope where used.
17978         Give "username" parameter the "const" attribute.
17979         * modules/getugroups (Files): Add lib/getugroups.h
17980
17981 2007-07-04  Karl Berry  <karl@gnu.org>
17982
17983         * MODULES.html.sh (func_all_modules): Complete rename of
17984         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
17985
17986 2007-07-02  Bruno Haible  <bruno@clisp.org>
17987
17988         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
17989         mode, when inttypes.h comes from gnulib.
17990         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
17991
17992 2007-07-02  Simon Josefsson  <simon@josefsson.org>
17993
17994         * NEWS: Mention lgpl module name change.
17995
17996         * modules/lgpl-2.1: Renamed from lgpl.
17997
17998         * NEWS: Mention gpl module name change.
17999
18000         * modules/gpl-3.0: New file, based on gpl-2.0.
18001
18002         * modules/gpl-2.0: Renamed from gpl.
18003
18004         * modules/gpl: Fix filename, doc/gpl.texi is now found at
18005         doc/gpl-2.0.texi.
18006
18007 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
18008
18009         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
18010         #define __STDC_LIMIT_MACROS temporarily while including
18011         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
18012         Problem reported by Joel E. Denny in
18013         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
18014
18015 2007-07-01  Bruno Haible  <bruno@clisp.org>
18016
18017         * lib/unistdio.h: New file.
18018         * lib/unistdio/u-asnprintf.h: New file.
18019         * lib/unistdio/u-asprintf.h: New file.
18020         * lib/unistdio/u-printf-args.c: New file.
18021         * lib/unistdio/u-printf-args.h: New file.
18022         * lib/unistdio/u-printf-parse.h: New file.
18023         * lib/unistdio/u-snprintf.h: New file.
18024         * lib/unistdio/u-sprintf.h: New file.
18025         * lib/unistdio/u-vasprintf.h: New file.
18026         * lib/unistdio/u-vsnprintf.h: New file.
18027         * lib/unistdio/u-vsprintf.h: New file.
18028         * lib/unistdio/ulc-asnprintf.c: New file.
18029         * lib/unistdio/ulc-asprintf.c: New file.
18030         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
18031         * lib/unistdio/ulc-printf-parse.c: New file.
18032         * lib/unistdio/ulc-snprintf.c: New file.
18033         * lib/unistdio/ulc-sprintf.c: New file.
18034         * lib/unistdio/ulc-vasnprintf.c: New file.
18035         * lib/unistdio/ulc-vasprintf.c: New file.
18036         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
18037         * lib/unistdio/ulc-vsnprintf.c: New file.
18038         * lib/unistdio/ulc-vsprintf.c: New file.
18039         * lib/unistdio/u8-asnprintf.c: New file.
18040         * lib/unistdio/u8-asprintf.c: New file.
18041         * lib/unistdio/u8-printf-parse.c: New file.
18042         * lib/unistdio/u8-snprintf.c: New file.
18043         * lib/unistdio/u8-sprintf.c: New file.
18044         * lib/unistdio/u8-vasnprintf.c: New file.
18045         * lib/unistdio/u8-vasprintf.c: New file.
18046         * lib/unistdio/u8-vsnprintf.c: New file.
18047         * lib/unistdio/u8-vsprintf.c: New file.
18048         * lib/unistdio/u8-u8-asnprintf.c: New file.
18049         * lib/unistdio/u8-u8-asprintf.c: New file.
18050         * lib/unistdio/u8-u8-snprintf.c: New file.
18051         * lib/unistdio/u8-u8-sprintf.c: New file.
18052         * lib/unistdio/u8-u8-vasnprintf.c: New file.
18053         * lib/unistdio/u8-u8-vasprintf.c: New file.
18054         * lib/unistdio/u8-u8-vsnprintf.c: New file.
18055         * lib/unistdio/u8-u8-vsprintf.c: New file.
18056         * lib/unistdio/u16-asnprintf.c: New file.
18057         * lib/unistdio/u16-asprintf.c: New file.
18058         * lib/unistdio/u16-printf-parse.c: New file.
18059         * lib/unistdio/u16-snprintf.c: New file.
18060         * lib/unistdio/u16-sprintf.c: New file.
18061         * lib/unistdio/u16-vasnprintf.c: New file.
18062         * lib/unistdio/u16-vasprintf.c: New file.
18063         * lib/unistdio/u16-vsnprintf.c: New file.
18064         * lib/unistdio/u16-vsprintf.c: New file.
18065         * lib/unistdio/u16-u16-asnprintf.c: New file.
18066         * lib/unistdio/u16-u16-asprintf.c: New file.
18067         * lib/unistdio/u16-u16-snprintf.c: New file.
18068         * lib/unistdio/u16-u16-sprintf.c: New file.
18069         * lib/unistdio/u16-u16-vasnprintf.c: New file.
18070         * lib/unistdio/u16-u16-vasprintf.c: New file.
18071         * lib/unistdio/u16-u16-vsnprintf.c: New file.
18072         * lib/unistdio/u16-u16-vsprintf.c: New file.
18073         * lib/unistdio/u32-asnprintf.c: New file.
18074         * lib/unistdio/u32-asprintf.c: New file.
18075         * lib/unistdio/u32-printf-parse.c: New file.
18076         * lib/unistdio/u32-snprintf.c: New file.
18077         * lib/unistdio/u32-sprintf.c: New file.
18078         * lib/unistdio/u32-vasnprintf.c: New file.
18079         * lib/unistdio/u32-vasprintf.c: New file.
18080         * lib/unistdio/u32-vsnprintf.c: New file.
18081         * lib/unistdio/u32-vsprintf.c: New file.
18082         * lib/unistdio/u32-u32-asnprintf.c: New file.
18083         * lib/unistdio/u32-u32-asprintf.c: New file.
18084         * lib/unistdio/u32-u32-snprintf.c: New file.
18085         * lib/unistdio/u32-u32-sprintf.c: New file.
18086         * lib/unistdio/u32-u32-vasnprintf.c: New file.
18087         * lib/unistdio/u32-u32-vasprintf.c: New file.
18088         * lib/unistdio/u32-u32-vsnprintf.c: New file.
18089         * lib/unistdio/u32-u32-vsprintf.c: New file.
18090         * tests/unistdio/test-ulc-asnprintf1.c: New file.
18091         * tests/unistdio/test-ulc-asnprintf1.h: New file.
18092         * tests/unistdio/test-ulc-printf1.h: New file.
18093         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
18094         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
18095         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
18096         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
18097         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
18098         * tests/unistdio/test-ulc-vasprintf1.c: New file.
18099         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
18100         * tests/unistdio/test-ulc-vsprintf1.c: New file.
18101         * tests/unistdio/test-u8-asnprintf1.c: New file.
18102         * tests/unistdio/test-u8-asnprintf1.h: New file.
18103         * tests/unistdio/test-u8-printf1.h: New file.
18104         * tests/unistdio/test-u8-vasnprintf1.c: New file.
18105         * tests/unistdio/test-u8-vasnprintf2.c: New file.
18106         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
18107         * tests/unistdio/test-u8-vasnprintf3.c: New file.
18108         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
18109         * tests/unistdio/test-u8-vasprintf1.c: New file.
18110         * tests/unistdio/test-u8-vsnprintf1.c: New file.
18111         * tests/unistdio/test-u8-vsprintf1.c: New file.
18112         * tests/unistdio/test-u16-asnprintf1.c: New file.
18113         * tests/unistdio/test-u16-asnprintf1.h: New file.
18114         * tests/unistdio/test-u16-printf1.h: New file.
18115         * tests/unistdio/test-u16-vasnprintf1.c: New file.
18116         * tests/unistdio/test-u16-vasnprintf2.c: New file.
18117         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
18118         * tests/unistdio/test-u16-vasnprintf3.c: New file.
18119         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
18120         * tests/unistdio/test-u16-vasprintf1.c: New file.
18121         * tests/unistdio/test-u16-vsnprintf1.c: New file.
18122         * tests/unistdio/test-u16-vsprintf1.c: New file.
18123         * tests/unistdio/test-u32-asnprintf1.c: New file.
18124         * tests/unistdio/test-u32-asnprintf1.h: New file.
18125         * tests/unistdio/test-u32-printf1.h: New file.
18126         * tests/unistdio/test-u32-vasnprintf1.c: New file.
18127         * tests/unistdio/test-u32-vasnprintf2.c: New file.
18128         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
18129         * tests/unistdio/test-u32-vasnprintf3.c: New file.
18130         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
18131         * tests/unistdio/test-u32-vasprintf1.c: New file.
18132         * tests/unistdio/test-u32-vsnprintf1.c: New file.
18133         * tests/unistdio/test-u32-vsprintf1.c: New file.
18134         * modules/unistdio/base: New file.
18135         * modules/unistdio/u-printf-args: New file.
18136         * modules/unistdio/ulc-asnprintf: New file.
18137         * modules/unistdio/ulc-asprintf: New file.
18138         * modules/unistdio/ulc-fprintf: New file.
18139         * modules/unistdio/ulc-printf-parse: New file.
18140         * modules/unistdio/ulc-snprintf: New file.
18141         * modules/unistdio/ulc-sprintf: New file.
18142         * modules/unistdio/ulc-vasnprintf: New file.
18143         * modules/unistdio/ulc-vasprintf: New file.
18144         * modules/unistdio/ulc-vfprintf: New file.
18145         * modules/unistdio/ulc-vsnprintf: New file.
18146         * modules/unistdio/ulc-vsprintf: New file.
18147         * modules/unistdio/u8-asnprintf: New file.
18148         * modules/unistdio/u8-asprintf: New file.
18149         * modules/unistdio/u8-printf-parse: New file.
18150         * modules/unistdio/u8-snprintf: New file.
18151         * modules/unistdio/u8-sprintf: New file.
18152         * modules/unistdio/u8-vasnprintf: New file.
18153         * modules/unistdio/u8-vasprintf: New file.
18154         * modules/unistdio/u8-vsnprintf: New file.
18155         * modules/unistdio/u8-vsprintf: New file.
18156         * modules/unistdio/u8-u8-asnprintf: New file.
18157         * modules/unistdio/u8-u8-asprintf: New file.
18158         * modules/unistdio/u8-u8-snprintf: New file.
18159         * modules/unistdio/u8-u8-sprintf: New file.
18160         * modules/unistdio/u8-u8-vasnprintf: New file.
18161         * modules/unistdio/u8-u8-vasprintf: New file.
18162         * modules/unistdio/u8-u8-vsnprintf: New file.
18163         * modules/unistdio/u8-u8-vsprintf: New file.
18164         * modules/unistdio/u16-asnprintf: New file.
18165         * modules/unistdio/u16-asprintf: New file.
18166         * modules/unistdio/u16-printf-parse: New file.
18167         * modules/unistdio/u16-snprintf: New file.
18168         * modules/unistdio/u16-sprintf: New file.
18169         * modules/unistdio/u16-vasnprintf: New file.
18170         * modules/unistdio/u16-vasprintf: New file.
18171         * modules/unistdio/u16-vsnprintf: New file.
18172         * modules/unistdio/u16-vsprintf: New file.
18173         * modules/unistdio/u16-u16-asnprintf: New file.
18174         * modules/unistdio/u16-u16-asprintf: New file.
18175         * modules/unistdio/u16-u16-snprintf: New file.
18176         * modules/unistdio/u16-u16-sprintf: New file.
18177         * modules/unistdio/u16-u16-vasnprintf: New file.
18178         * modules/unistdio/u16-u16-vasprintf: New file.
18179         * modules/unistdio/u16-u16-vsnprintf: New file.
18180         * modules/unistdio/u16-u16-vsprintf: New file.
18181         * modules/unistdio/u32-asnprintf: New file.
18182         * modules/unistdio/u32-asprintf: New file.
18183         * modules/unistdio/u32-printf-parse: New file.
18184         * modules/unistdio/u32-snprintf: New file.
18185         * modules/unistdio/u32-sprintf: New file.
18186         * modules/unistdio/u32-vasnprintf: New file.
18187         * modules/unistdio/u32-vasprintf: New file.
18188         * modules/unistdio/u32-vsnprintf: New file.
18189         * modules/unistdio/u32-vsprintf: New file.
18190         * modules/unistdio/u32-u32-asnprintf: New file.
18191         * modules/unistdio/u32-u32-asprintf: New file.
18192         * modules/unistdio/u32-u32-snprintf: New file.
18193         * modules/unistdio/u32-u32-sprintf: New file.
18194         * modules/unistdio/u32-u32-vasnprintf: New file.
18195         * modules/unistdio/u32-u32-vasprintf: New file.
18196         * modules/unistdio/u32-u32-vsnprintf: New file.
18197         * modules/unistdio/u32-u32-vsprintf: New file.
18198         * modules/unistdio/ulc-asnprintf-tests: New file.
18199         * modules/unistdio/ulc-vasnprintf-tests: New file.
18200         * modules/unistdio/ulc-vasprintf-tests: New file.
18201         * modules/unistdio/ulc-vsnprintf-tests: New file.
18202         * modules/unistdio/ulc-vsprintf-tests: New file.
18203         * modules/unistdio/u8-asnprintf-tests: New file.
18204         * modules/unistdio/u8-vasnprintf-tests: New file.
18205         * modules/unistdio/u8-vasprintf-tests: New file.
18206         * modules/unistdio/u8-vsnprintf-tests: New file.
18207         * modules/unistdio/u8-vsprintf-tests: New file.
18208         * modules/unistdio/u16-asnprintf-tests: New file.
18209         * modules/unistdio/u16-vasnprintf-tests: New file.
18210         * modules/unistdio/u16-vasprintf-tests: New file.
18211         * modules/unistdio/u16-vsnprintf-tests: New file.
18212         * modules/unistdio/u16-vsprintf-tests: New file.
18213         * modules/unistdio/u32-asnprintf-tests: New file.
18214         * modules/unistdio/u32-vasnprintf-tests: New file.
18215         * modules/unistdio/u32-vasprintf-tests: New file.
18216         * modules/unistdio/u32-vsnprintf-tests: New file.
18217         * modules/unistdio/u32-vsprintf-tests: New file.
18218         * MODULES.html.sh (Unicode string functions): Add the new modules.
18219
18220 2007-07-01  Bruno Haible  <bruno@clisp.org>
18221
18222         * lib/sprintf.c (sprintf): Limit the available length estimation,
18223         to avoid address wraparound.
18224         * lib/vsprintf.c (vsprintf): Likewise.
18225         * modules/sprintf-posix (Dependencies): Add stdint.
18226         * modules/vsprintf-posix (Dependencies): Likewise.
18227
18228 2007-07-01  Bruno Haible  <bruno@clisp.org>
18229
18230         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
18231         Windows PATH as well. Conservative double-quoting. Comments.
18232
18233 2007-07-01  Bruno Haible  <bruno@clisp.org>
18234             Eric Blake  <ebb9@byu.net>
18235             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18236
18237         * gnulib-tool (self_abspathname): Fix algorithm to cope with
18238         empty components in $PATH, denoting '.'.
18239
18240 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18241
18242         * gnulib-tool: Fix indentation.
18243         (func_create_megatestdir): Likewise.
18244         Report by Bruno Haible.
18245
18246 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18247
18248         Sync from Automake.
18249         * build-aux/gnupload: Fix shell portability issues with for loops.
18250         Report by Karl Berry.
18251
18252 2007-06-29  Simon Josefsson  <simon@josefsson.org>
18253
18254         * build-aux/maint.mk (POURL): Use translationproject.org.
18255
18256 2007-06-27  Simon Josefsson  <simon@josefsson.org>
18257             Bruno Haible  <bruno@clisp.org>
18258
18259         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
18260         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
18261         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
18262         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
18263         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
18264
18265 2007-06-27  Bruno Haible  <bruno@clisp.org>
18266
18267         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
18268         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
18269
18270 2007-06-26  Karl Berry  <karl@gnu.org>
18271
18272         * MODULES.html.sh: remove xreadlink-with-size.
18273
18274 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18275
18276         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
18277         method that I hope also handles the double-include problem noted
18278         by Bruno Haible in
18279         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
18280
18281 2007-06-23  Bruno Haible  <bruno@clisp.org>
18282
18283         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18284         Don't let the 'mostlyclean' target fail if the last subdirectory could
18285         not be removed.
18286         Reported by Karl Berry.
18287
18288 2007-06-23  Bruno Haible  <bruno@clisp.org>
18289
18290         * gnulib-tool (echo): Add a speedier workaround for ksh.
18291         * tests/test-echo.sh: Likewise.
18292
18293 2007-06-23  Bruno Haible  <bruno@clisp.org>
18294
18295         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
18296         * tests/test-echo.sh: Likewise.
18297
18298 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18299
18300         * gnulib-tool (IFS): Initialize early, so we don't set it to
18301         empty later.
18302         (self_abspathname): Rewrite algorithm to set it, reindent.
18303         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
18304         (func_create_megatestdir): Merge some sed scripts.
18305
18306 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18307
18308         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
18309         exposed by Sun Studio 11 cc on Solaris 8.
18310
18311 2007-06-22  Bruno Haible  <bruno@clisp.org>
18312
18313         * gnulib-tool (echo): Ensure the echo primitive does not interpret
18314         backslashes.
18315         * tests/test-echo.sh: New file.
18316
18317 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18318
18319         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
18320         simplify `sed_replace_build_aux' scripts, they are portable but
18321         echoing them with `echo' is not.
18322         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
18323
18324 2007-06-21  Karl Berry  <karl@gnu.org>
18325
18326         * config/srclist.txt: guess we can't handle the licenses via
18327         srclist at the moment.
18328
18329 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
18330
18331         * MODULES.html.sh: Add include_next.
18332         * modules/include_next: New file.
18333
18334 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
18335
18336         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
18337         INCLUDE_NEXT.
18338         (gl_CHECK_NEXT_HEADERS): New macro.
18339         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
18340         the obsolescent gl_ABSOLUTE_HEADER.
18341         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
18342         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
18343         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
18344         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
18345         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
18346         * m4/math_h.m4 (gl_MATH_H): Likewise.
18347         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
18348         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
18349         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
18350         * m4/stdint.m4 (gl_STDINT_H): Likewise.
18351         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
18352         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
18353         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
18354         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
18355         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
18356         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
18357         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
18358         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
18359         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
18360         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
18361         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
18362         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
18363         * m4/inttypes.m4 (gl_INTTYPES_H): Define
18364         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
18365         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
18366         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
18367         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
18368         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
18369         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
18370         * lib/float_.h: Likewise.
18371         * lib/inttypes_.h: Likewise.
18372         * lib/math_.h: Likewise.
18373         * lib/search_.h: Likewise.
18374         * lib/signal_.h: Likewise.
18375         * lib/stdint_.h: Likewise.
18376         * lib/stdio_.h: Likewise.
18377         * lib/stdlib_.h: Likewise.
18378         * lib/string_.h: Likewise.
18379         * lib/sys_stat_.h: Likewise.
18380         * lib/sys_time_.h: Likewise.
18381         * lib/time_.h: Likewise.
18382         * lib/unistd_.h: Likewise.
18383         * lib/wchar_.h: Likewise.
18384         * lib/wctype_.h: Likewise.
18385         * lib/dirent_.h: Likewise.
18386         * lib/iconv_.h: Likewise.
18387         * lib/locale_.h: Likewise.
18388         * lib/netinet_in_.h: Likewise.
18389         * lib/sys_select_.h: Likewise.
18390         * lib/sys_socket_.h: Likewise.
18391         * lib/sysexits_.h: Likewise.
18392         * modules/fcntl (Depends-on): Depend on include_next, not
18393         absolute_header.
18394         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
18395         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
18396         * modules/fchdir: Likewise.
18397         * modules/float: Likewise.
18398         * modules/iconv_open: Likewise.
18399         * modules/inttypes: Likewise.
18400         * modules/locale: Likewise.
18401         * modules/math: Likewise.
18402         * modules/netinet_in: Likewise.
18403         * modules/search: Likewise.
18404         * modules/signal: Likewise.
18405         * modules/stdint: Likewise.
18406         * modules/stdio: Likewise.
18407         * modules/stdlib: Likewise.
18408         * modules/string: Likewise.
18409         * modules/sys_select: Likewise.
18410         * modules/sys_socket: Likewise.
18411         * modules/sys_stat: Likewise.
18412         * modules/sys_time: Likewise.
18413         * modules/sysexits: Likewise.
18414         * modules/time: Likewise.
18415         * modules/unistd: Likewise.
18416         * modules/wchar: Likewise.
18417         * modules/wctype: Likewise.
18418         * modules/sys_stat: Change maintainer to "all".
18419         * modules/unistd: Likewise.
18420
18421 2007-06-20  Karl Berry  <karl@gnu.org>
18422
18423         * config/srclist.txt: track www changes in license files.
18424
18425 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
18426
18427         * build-aux/bootstrap: Remove stray dot.
18428         Make sure build_aux settings are honored when linking
18429         gnulib_extra_files.
18430
18431 2007-06-19  Eric Blake  <ebb9@byu.net>
18432
18433         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
18434         Allow compilation on cygwin.
18435
18436 2007-06-19  Jim Meyering  <jim@meyering.net>
18437
18438         xreadlink-with-size: Remove module.  No longer used.
18439         Ex-callers now use xreadlink or mreadlink-with-size.
18440         * modules/xreadlink-with-size: Remove module.
18441         * lib/xreadlink-with-size.c: Remove file.
18442         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
18443         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
18444         just before the function definition *is* accurate.
18445
18446         Eliminate one way canonicalize_filename_mode could exit.
18447         * lib/canonicalize.c (canonicalize_filename_mode):
18448         Use mreadlink_with_size, not xreadlink_with_size.
18449
18450 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
18451
18452         Detect porting problems to FreeBSD/arm, which has time_t wider than
18453         long int.  Original problem reported for GNU diff by Xin Li in
18454         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
18455         * modules/getdate (Depends-on): Add intprops, verify.
18456         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
18457         is an integer type no wider than long int.
18458
18459 2007-06-18  Jim Meyering  <jim@meyering.net>
18460
18461         New module: mreadlink-with-size.
18462         * MODULES.html.sh: Add mreadlink-with-size.
18463         * modules/mreadlink-with-size: New module
18464         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
18465         not xreadlink-with-size.
18466         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
18467
18468 2007-06-16  Bruno Haible  <bruno@clisp.org>
18469
18470         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
18471         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
18472         Reported by Gary V. Vaughan <gary@gnu.org>.
18473
18474 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
18475
18476         Revamp lchown so that it lives in unistd.h where it belongs.
18477         * lib/lchown.h: Remove.
18478         * lib/dirchownmod.c: Don't include lib/lchown.h.
18479         * lib/fchownat.c: Likewise.
18480         * lib/openat.c: Likewise.
18481         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
18482         does not follow symlinks.
18483         (EOPNOTSUPP): Define if not defined.
18484         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
18485         is defined to 0.
18486         (lchown): New decl.
18487         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
18488         Do not check for lchown decl.
18489         Set REPLACE_LCHOWN.
18490         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
18491         REPLACE_LCHOWN.
18492         * modules/chown: Make it clear it follows symlinks.
18493         * modules/lchown: Make it clear it doesn't follow symlinks.
18494         (Files): Remove lib/lchown.h
18495         (Depends-on): Add unistd.
18496         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
18497         (Include): Include <unistd.h>, not "lchown.h".
18498         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
18499         REPLACE_LCHOWN.
18500
18501 2007-06-15  Jim Meyering  <jim@meyering.net>
18502
18503         Change license (GPL to LGPL) of fsusage and dependents.
18504         * modules/fsusage (License): Change to LGPL.
18505         * modules/full-read (License): Likewise.
18506         * modules/full-write (License): Likewise.
18507         * modules/safe-read (License): Likewise.
18508         * modules/safe-write (License): Likewise.
18509
18510 2007-06-14  Ben Pfaff  <blp@gnu.org>
18511
18512         Missing part of allocsa -> malloca transition.
18513         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
18514         gl_MALLOCA.
18515
18516 2007-06-12  Bruno Haible  <bruno@clisp.org>
18517
18518         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
18519         to ia64, x86_64, i386.
18520         Reported by Eric Blake.
18521
18522 2007-06-12  Bruno Haible  <bruno@clisp.org>
18523
18524         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
18525         cross-compiling to x86_64.
18526
18527 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
18528
18529         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
18530         glitch reported by Ralf Wildenhues in
18531         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
18532
18533         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
18534         Vin Shelton.
18535
18536 2007-06-11  Bruno Haible  <bruno@clisp.org>
18537
18538         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
18539         replacement string.
18540         Reported by Eric Blake.
18541
18542 2007-06-10  Bruno Haible  <bruno@clisp.org>
18543
18544         Prepare vasnprintf code for use with Unicode strings.
18545         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
18546         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
18547         TYPE_U32_STRING.
18548         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
18549         a_u32_string variants.
18550         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
18551         * lib/printf-args.c: Don't include config.h and the specification
18552         header if PRINTF_FETCHARGS is already defined.
18553         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
18554         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
18555         TYPE_U16_STRING, TYPE_U32_STRING.
18556         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
18557         u16_directive, u16_directives, u32_directive, u32_directives): New
18558         types.
18559         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
18560         New declarations.
18561         * lib/printf-parse.c: Don't include config.h and the specification
18562         header if PRINTF_PARSE is already defined. Eliminate the set of
18563         parameters for WIDE_CHAR_VERSION; the user of this file must provide
18564         them now. Include c-ctype.h.
18565         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
18566         directive and CHAR_T_ONLY_ASCII.
18567         * lib/vasnprintf.c: Don't include config.h and the specification header
18568         if VASNPRINTF is already defined.
18569         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
18570         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
18571         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
18572         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
18573         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
18574         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
18575         code accordingly.
18576         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
18577         pad_ourselves also in this case, with the 'c' and 's' directives, and
18578         with a different notion of "width".
18579         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
18580
18581 2007-06-10  Bruno Haible  <bruno@clisp.org>
18582
18583         * modules/unistr/u32-mbsnlen: New file.
18584         * lib/unistr/u32-mbsnlen.c: New file.
18585
18586         * modules/unistr/u16-mbsnlen: New file.
18587         * lib/unistr/u16-mbsnlen.c: New file.
18588
18589         * modules/unistr/u8-mbsnlen: New file.
18590         * lib/unistr/u8-mbsnlen.c: New file.
18591
18592         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
18593         declarations.
18594
18595 2007-06-10  Bruno Haible  <bruno@clisp.org>
18596
18597         * lib/string_.h (mbsnlen): New declaration.
18598         * lib/mbsnlen.c: New file.
18599         * m4/mbsnlen.m4: New file.
18600         * modules/mbsnlen: New file.
18601         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
18602         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
18603         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
18604
18605 2007-06-10  Bruno Haible  <bruno@clisp.org>
18606
18607         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
18608
18609 2007-06-10  Bruno Haible  <bruno@clisp.org>
18610
18611         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
18612         * lib/mbuiter.h: Likewise.
18613
18614 2007-06-10  Bruno Haible  <bruno@clisp.org>
18615
18616         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
18617         declaration.
18618
18619 2007-06-10  Karl Berry  <karl@gnu.org>
18620
18621         * config/srclist.txt: remove gettext entries, Bruno prefers
18622         to update individually.
18623
18624 2007-06-10  Bruno Haible  <bruno@clisp.org>
18625
18626         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
18627         'maxlen'. Ensure only length + width bytes are allocated, not
18628         length + 1 + width.
18629
18630 2007-06-09  Bruno Haible  <bruno@clisp.org>
18631
18632         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
18633         (CHAR_T): Remove macro.
18634         (VASNPRINTF): Update.
18635
18636 2007-06-09  Bruno Haible  <bruno@clisp.org>
18637
18638         * MODULES.html.sh (Unicode string functions): Add the new modules.
18639
18640         * modules/uniconv/u32-conv-to-enc: New file.
18641         * lib/uniconv/u32-conv-to-enc.c: New file.
18642         * modules/uniconv/u32-conv-to-enc-tests: New file.
18643         * tests/uniconv/test-u32-conv-to-enc.c: New file.
18644
18645         * modules/uniconv/u16-conv-to-enc: New file.
18646         * lib/uniconv/u16-conv-to-enc.c: New file.
18647         * lib/uniconv/u-conv-to-enc.h: New file.
18648         * modules/uniconv/u16-conv-to-enc-tests: New file.
18649         * tests/uniconv/test-u16-conv-to-enc.c: New file.
18650
18651         * modules/uniconv/u8-conv-to-enc: New file.
18652         * lib/uniconv/u8-conv-to-enc.c: New file.
18653         * modules/uniconv/u8-conv-to-enc-tests: New file.
18654         * tests/uniconv/test-u8-conv-to-enc.c: New file.
18655
18656         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
18657         u32_conv_to_encoding): New declarations.
18658
18659 2007-06-09  Bruno Haible  <bruno@clisp.org>
18660
18661         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
18662
18663 2007-06-09  Bruno Haible  <bruno@clisp.org>
18664
18665         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
18666         * modules/malloca: Renamed from modules/allocsa, updated.
18667         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
18668         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
18669         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
18670         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
18671         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
18672         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
18673         * modules/xmalloca: Renamed from modules/xallocsa, updated.
18674         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
18675         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
18676         * modules/c-strcasestr (Depends-on): Update.
18677         * lib/c-strcasestr.c: Update.
18678         * modules/c-strstr (Depends-on): Update.
18679         * lib/c-strstr.c: Update.
18680         * modules/canonicalize-lgpl (Depends-on): Update.
18681         * lib/canonicalize-lgpl.c: Update.
18682         * modules/clean-temp (Depends-on): Update.
18683         * lib/clean-temp.c: Update.
18684         * modules/csharpcomp (Depends-on): Update.
18685         * lib/csharpcomp.c: Update.
18686         * modules/csharpexec (Depends-on): Update.
18687         * lib/csharpexec.c: Update.
18688         * modules/javacomp (Depends-on): Update.
18689         * lib/javacomp.c: Update.
18690         * modules/javaexec (Depends-on): Update.
18691         * lib/javaexec.c: Update.
18692         * modules/mbscasestr (Depends-on): Update.
18693         * lib/mbscasestr.c: Update.
18694         * modules/mbsstr (Depends-on): Update.
18695         * lib/mbsstr.c: Update.
18696         * modules/setenv (Depends-on): Update.
18697         * lib/setenv.c: Update.
18698         * modules/strcasestr (Depends-on): Update.
18699         * lib/strcasestr.c: Update.
18700         * modules/striconveha (Depends-on): Update.
18701         * lib/striconveha.c: Update.
18702         * modules/relocatable-prog-wrapper (Files): Update.
18703         * lib/relocwrapper.c: Update.
18704         * build-aux/install-reloc: Update.
18705         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
18706
18707 2007-06-08  Bruno Haible  <bruno@clisp.org>
18708
18709         Port to uClibc.
18710         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
18711         * lib/fpurge.c (fpurge): Likewise.
18712         * lib/freading.c (freading): Likewise.
18713         * lib/fseeko.c (rpl_fseeko): Likewise.
18714         * lib/fseterr.c (fseterr): Likewise.
18715         * lib/fwriting.c (fwriting): Likewise.
18716         * tests/test-fflush.c (main): Avoid a failure on uClibc.
18717
18718 2007-06-08  Bruno Haible  <bruno@clisp.org>
18719
18720         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
18721         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
18722         * modules/gettext (Files): Add m4/intlmacosx.m4.
18723
18724 2007-06-07  Bruno Haible  <bruno@clisp.org>
18725
18726         * modules/localename-tests: New file.
18727         * tests/test-localename.c: New file.
18728
18729         New module 'localename'.
18730         * lib/localename.h: New file.
18731         * lib/localename.c: New file, from GNU gettext.
18732         * m4/localename.m4: New file.
18733         * modules/localename: New file.
18734
18735 2007-06-07  Bruno Haible  <bruno@clisp.org>
18736
18737         Work around the lack of <wchar.h> on some builds of uClibc.
18738         * doc/headers/wchar.texi: Update.
18739         * lib/wchar_.h: Include <wchar.h> only if it exists.
18740         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
18741         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
18742         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
18743         doesn't exist.
18744         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
18745         * modules/mbfile (Depends-on): Add wchar.
18746         * modules/mbiter (Depends-on): Likewise.
18747         * modules/mbuiter (Depends-on): Likewise.
18748         Reported by Simon Josefsson.
18749
18750 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
18751
18752         Work around problem reported by Steven M. Schweda in
18753         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
18754         Tru64 5.1B with the Compaq compiler environment installed declares
18755         an 'isblank' function but does not define it in the C library.
18756         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
18757         * lib/regex_internal.h (isblank): Likewise.
18758         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
18759         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
18760
18761 2007-06-05  Bruno Haible  <bruno@clisp.org>
18762
18763         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
18764         ia64.
18765         * modules/printf-safe: New file.
18766         * modules/fprintf-posix (Depends-on): Add printf-safe.
18767         * modules/printf-posix (Depends-on): Likewise.
18768         * modules/snprintf-posix (Depends-on): Likewise.
18769         * modules/sprintf-posix (Depends-on): Likewise.
18770         * modules/vasnprintf-posix (Depends-on): Likewise.
18771         * modules/vasprintf-posix (Depends-on): Likewise.
18772         * modules/vfprintf-posix (Depends-on): Likewise.
18773         * modules/vprintf-posix (Depends-on): Likewise.
18774         * modules/vsnprintf-posix (Depends-on): Likewise.
18775         * modules/vsprintf-posix (Depends-on): Likewise.
18776         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
18777         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
18778         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
18779         "no" on i386, x86_64, ia64.
18780         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
18781         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
18782         on i386, x86_64, ia64.
18783         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
18784         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
18785         on i386, x86_64, ia64.
18786         * tests/test-vasnprintf-posix.c: Include float.h.
18787         (LDBL80_WORDS): New macro.
18788         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
18789         on i386, x86_64, ia64.
18790         * tests/test-vasprintf-posix.c: Include float.h.
18791         (LDBL80_WORDS): New macro.
18792         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
18793         on i386, x86_64, ia64.
18794         * tests/test-snprintf-posix.c: Include float.h.
18795         * tests/test-sprintf-posix.c: Likewise.
18796         * tests/test-vsnprintf-posix.c: Likewise.
18797         * tests/test-vsprintf-posix.c: Likewise.
18798
18799 2007-06-05  Bruno Haible  <bruno@clisp.org>
18800
18801         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
18802         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
18803         non-IEEE numbers on i386, x86_64, ia64.
18804         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
18805         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
18806         * tests/test-isnanl.h: Include float.h.
18807         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
18808
18809 2007-06-05  Bruno Haible  <bruno@clisp.org>
18810
18811         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
18812         also the %a / %A. Handle the %a / %A code before this extra handling.
18813
18814 2007-06-05  Bruno Haible  <bruno@clisp.org>
18815
18816         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
18817         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
18818
18819 2007-06-05  Bruno Haible  <bruno@clisp.org>
18820
18821         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
18822         typo in variable name.
18823
18824 2007-06-05  Eric Blake  <ebb9@byu.net>
18825
18826         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
18827         Reported by Simon Josefsson.
18828
18829 2007-06-04  Bruno Haible  <bruno@clisp.org>
18830
18831         Avoid test failures on some PowerPC platforms.
18832         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
18833         Define differently for PowerPC.
18834         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
18835         Reported by Gary V. Vaughan <gary@gnu.org>.
18836
18837 2007-06-02  Bruno Haible  <bruno@clisp.org>
18838
18839         Fix test-stdint failure on FreeBSD/ia64.
18840         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
18841         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
18842         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
18843         * doc/headers/stdint.texi: Update.
18844
18845 2007-06-01  Bruno Haible  <bruno@clisp.org>
18846
18847         * tests/test-binary-io.c (main): Pass a third argument to open().
18848         Reported by Gary V. Vaughan <gary@gnu.org>.
18849
18850 2007-06-01  Bruno Haible  <bruno@clisp.org>
18851
18852         * doc/functions/frexpl.texi: Update for mingw.
18853
18854 2007-06-01  Bruno Haible  <bruno@clisp.org>
18855
18856         * tests/test-lseek.c (main): Disable test of errno for invalid third
18857         argument.
18858         * doc/functions/lseek.texi: Update.
18859         Reported by Gary V. Vaughan <gary@gnu.org>.
18860
18861 2007-05-28  Bruno Haible  <bruno@clisp.org>
18862
18863         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
18864
18865 2007-05-31  Eric Blake  <ebb9@byu.net>
18866
18867         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
18868         cross compiling.
18869
18870 2007-05-30  Eric Blake  <ebb9@byu.net>
18871         and Bruno Haible  <bruno@clisp.org>
18872
18873         Work around mingw test failures exposed by m4-1.4.9b.
18874         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
18875         * tests/test-unistd.c: Disable uid_t and git_t tests for the
18876         moment.
18877
18878 2007-05-30  Bruno Haible  <bruno@clisp.org>
18879
18880         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
18881         assuming that they are closed. Needed on HP-UX 11.
18882
18883 2007-05-29  Bruno Haible  <bruno@clisp.org>
18884
18885         Fix a problem with #include_next.
18886         * lib/dirent_.h: Split the double-inclusion guard.
18887         * lib/fcntl_.h: Likewise.
18888         * lib/float_.h: Likewise.
18889         * lib/iconv_.h: Likewise.
18890         * lib/inttypes_.h: Likewise.
18891         * lib/locale_.h: Likewise.
18892         * lib/math_.h: Likewise.
18893         * lib/netinet_in_.h: Likewise.
18894         * lib/search_.h: Likewise.
18895         * lib/signal_.h: Likewise.
18896         * lib/stdint_.h: Likewise.
18897         * lib/stdio_.h: Likewise.
18898         * lib/stdlib_.h: Likewise.
18899         * lib/string_.h: Likewise.
18900         * lib/sys_select_.h: Likewise.
18901         * lib/sys_socket_.h: Likewise.
18902         * lib/sys_stat_.h: Likewise.
18903         * lib/sys_time_.h: Likewise.
18904         * lib/sysexits_.h: Likewise.
18905         * lib/time_.h: Likewise.
18906         * lib/unistd_.h: Likewise.
18907         * lib/wchar_.h: Likewise.
18908         * lib/wctype_.h: Likewise.
18909
18910 2007-05-29  Bruno Haible  <bruno@clisp.org>
18911
18912         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
18913         for the moment.
18914
18915 2007-05-29  Bruno Haible  <bruno@clisp.org>
18916
18917         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
18918         invocation.
18919         Reported by Eric Blake.
18920
18921 2007-05-29  Bruno Haible  <bruno@clisp.org>
18922
18923         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
18924         compiling case.
18925
18926 2007-05-29  Eric Blake  <ebb9@byu.net>
18927             Bruno Haible  <bruno@clisp.org>
18928
18929         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
18930         cross compiles.
18931
18932 2007-05-28  Eric Blake  <ebb9@byu.net>
18933
18934         * modules/closein-tests (test_closein_LDADD): Support test on
18935         cygwin with libtool.
18936
18937 2007-05-28  Bruno Haible  <bruno@clisp.org>
18938
18939         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
18940         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
18941         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
18942         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
18943         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
18944         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
18945         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
18946         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
18947         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
18948
18949 2007-05-28  Eric Blake  <ebb9@byu.net>
18950
18951         Unconditionally include <config.h> in unit tests.
18952         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
18953         * tests/test-allocsa.c, tests/test-arcfour.c,
18954         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
18955         tests/test-array_list.c, tests/test-array_oset.c,
18956         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
18957         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
18958         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
18959         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
18960         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
18961         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
18962         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
18963         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
18964         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
18965         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
18966         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
18967         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
18968         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
18969         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
18970         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
18971         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
18972         test-md5.c, test-memmem.c, test-printf-posix.c,
18973         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
18974         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
18975         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
18976         test-strcasestr.c, test-striconv.c, test-striconveh.c,
18977         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
18978         test-vasnprintf-posix2.c, test-vasnprintf.c,
18979         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
18980         test-vfprintf-posix.c, test-vprintf-posix.c,
18981         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
18982         test-xvasprintf.c: Likewise.
18983
18984 2007-05-28  Bruno Haible  <bruno@clisp.org>
18985
18986         * gnulib-tool (func_import): Remember the --with-tests command-line
18987         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
18988         Reported by Eric Blake.
18989
18990 2007-05-28  Bruno Haible  <bruno@clisp.org>
18991
18992         * modules/ftell-tests: New file.
18993         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
18994         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
18995
18996         * lib/ftell.c: New file.
18997         * modules/ftell: New file.
18998         * m4/ftell.m4: New file.
18999         * doc/functions/ftell.texi: Update.
19000         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
19001         REPLACE_FTELL.
19002         * lib/stdio_.h (rpl_ftell): New declaration.
19003         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
19004         REPLACE_FTELL.
19005
19006 2007-05-28  Eric Blake  <ebb9@byu.net>
19007
19008         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
19009
19010 2007-05-28  Bruno Haible  <bruno@clisp.org>
19011
19012         * modules/fseek-tests: New file.
19013         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
19014         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
19015
19016         * lib/fseek.c: New file.
19017         * modules/fseek: New file.
19018         * m4/fseek.m4: New file.
19019         * doc/functions/fseek.texi: Update.
19020         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
19021         REPLACE_FSEEK.
19022         * lib/stdio_.h (rpl_fseek): New declaration.
19023         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
19024         REPLACE_FSEEK.
19025
19026 2007-05-28  Bruno Haible  <bruno@clisp.org>
19027
19028         * lib/stdio_.h (fflush): More comments.
19029
19030 2007-05-28  Bruno Haible  <bruno@clisp.org>
19031
19032         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
19033         runtime test.
19034
19035 2007-05-28  Eric Blake  <ebb9@byu.net>
19036
19037         Improve lseek module.
19038         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
19039         * lib/unistd_.h (lseek): Scale back link warning message.
19040         * tests/test-lseek.c: Beef up test.
19041         * tests/test-lseek.sh: Exercise more facets of lseek.
19042         Reported by Bruno Haible.
19043
19044 2007-05-28  Bruno Haible  <bruno@clisp.org>
19045
19046         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
19047         to define.
19048
19049 2007-05-27  Bruno Haible  <bruno@clisp.org>
19050
19051         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
19052
19053 2007-05-27  Bruno Haible  <bruno@clisp.org>
19054
19055         * modules/openmp: New file.
19056         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
19057         Noah Misch.
19058
19059 2007-05-26  Bruno Haible  <bruno@clisp.org>
19060
19061         * modules/chdir-long (Depends-on): Add fchdir.
19062         * modules/chdir-safer (Depends-on): Likewise.
19063         * modules/fts (Depends-on): Likewise.
19064         * modules/fts-lgpl (Depends-on): Likewise.
19065         * modules/openat (Depends-on): Likewise.
19066         * modules/savewd (Depends-on): Likewise.
19067
19068 2007-05-24  Eric Blake  <ebb9@byu.net>
19069
19070         Fix lseek on mingw.
19071         * modules/lseek: New module.
19072         * m4/lseek.m4: New file.
19073         * lib/lseek.c: New file.
19074         * modules/lseek-tests: New file.
19075         * tests/test-lseek.c: New file.
19076         * tests/test-lseek.sh: New file.
19077         * MODULES.html.sh: Document lseek module.
19078         * modules/fflush (Depends-on): Add lseek, fseeko.
19079         * modules/fseeko (Depends-on): Likewise.
19080         * modules/ftello (Depends-on): Likewise.
19081         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
19082         broken.
19083         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
19084         broken.
19085         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
19086         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
19087         * lib/ftello.c (rpl_ftello): Likewise.
19088         * tests/test-fseeko.c (main): Test this.
19089         * tests/test-fseeko.sh: Likewise.
19090         * tests/test-ftello.c (main): Likewise.
19091         * tests/test-ftello.sh: Likewise.
19092         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
19093         implies replacing fseek.
19094         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
19095         HAVE_FTELLO.
19096         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
19097         * modules/unistd (Makefile.am): Likewise.
19098         * lib/unistd_.h (lseek): Declare a replacement.
19099         * doc/functions/lseek.texi (lseek): Document this fix.
19100         * doc/functions/fseek.texi (fseek): Likewise.
19101         * doc/functions/ftell.texi (ftell): Likewise.
19102
19103 2007-05-24  Bruno Haible  <bruno@clisp.org>
19104
19105         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
19106         in the printed representation of a NaN.
19107         * tests/test-vasprintf-posix.c (test_function): Likewise.
19108         * tests/test-snprintf-posix.h (test_function): Likewise.
19109         * tests/test-sprintf-posix.h (test_function): Likewise.
19110         Reported by Eric Blake.
19111
19112 2007-05-23  Eric Blake  <ebb9@byu.net>
19113
19114         Fix fseeko/ftello on cygwin 1.5.24.
19115         * doc/functions/fseeko.texi (fseeko): Document the fix.
19116         * doc/functions/ftello.texi (ftello): Document the fix.
19117         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
19118         * doc/functions/stdout.text (stdout): New file.
19119         * doc/functions/stderr.text (stderr): New file.
19120         * doc/gnulib.texi (Function Substitutes): Use new files.
19121         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
19122         prior to 1.7.0.
19123         * tests/test-ftello.c (main): Likewise for ftello.
19124         * tests/test-fseeko.sh: New file.
19125         * tests/test-ftello.sh: New file.
19126         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
19127         with seekable stdin.
19128         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
19129         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
19130         (gl_REPLACE_FSEEKO): New macro.
19131         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
19132         * modules/fseeko (Files): Distribute fseeko.c.
19133         * modules/ftello (Files): Distribute ftello.c.
19134         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
19135         mode.
19136         * lib/ftello.c (rpl_ftello): New file.
19137         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
19138         fseeko, ftello.
19139         (gl_STDIN_LARGE_OFFSET): New macro.
19140         * modules/stdio (Makefile.am): Perform the replacement.
19141         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
19142
19143 2007-05-23  Bruno Haible  <bruno@clisp.org>
19144
19145         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
19146         GNULIB_POSIXCHECK is defined.
19147
19148 2007-05-21  Bruno Haible  <bruno@clisp.org>
19149
19150         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
19151         Check also the output for NaN arguments. When cross-compiling, guess
19152         no on IRIX.
19153         * lib/vasnprintf.c: Update comments.
19154         * tests/test-vasnprintf-posix.c (strisnan): New function.
19155         (test_function): Use it.
19156         * tests/test-vasprintf-posix.c (strisnan): New function.
19157         (test_function): Use it.
19158         * tests/test-snprintf-posix.h (strisnan): New function.
19159         (test_function): Use it.
19160         * tests/test-sprintf-posix.h (strisnan): New function.
19161         (test_function): Use it.
19162         Reported by Eric Blake.
19163
19164 2007-05-20  Bruno Haible  <bruno@clisp.org>
19165
19166         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
19167         numbers that fails on BeOS.
19168         * doc/functions/frexpl.texi: Update.
19169
19170 2007-05-20  Jim Meyering  <jim@meyering.net>
19171
19172         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
19173         forced upon us by glibc-2.6.
19174
19175 2007-05-20  Bruno Haible  <bruno@clisp.org>
19176
19177         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
19178         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
19179         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
19180         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
19181         NEED_PRINTF_INFINITE.
19182         (is_infinitel): New function.
19183         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
19184         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
19185         gl_PREREQ_VASNPRINTF_INFINITE.
19186         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
19187         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19188         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
19189         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
19190         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
19191         gl_PREREQ_VASNPRINTF_INFINITE.
19192         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19193         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19194         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19195         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19196         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19197         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19198         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19199         * doc/functions/fprintf.texi: Update.
19200         * doc/functions/printf.texi: Update.
19201         * doc/functions/snprintf.texi: Update.
19202         * doc/functions/sprintf.texi: Update.
19203         * doc/functions/vfprintf.texi: Update.
19204         * doc/functions/vprintf.texi: Update.
19205         * doc/functions/vsnprintf.texi: Update.
19206         * doc/functions/vsprintf.texi: Update.
19207
19208 2007-05-20  Bruno Haible  <bruno@clisp.org>
19209
19210         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
19211         was not found in libc.
19212         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
19213
19214 2007-05-20  Bruno Haible  <bruno@clisp.org>
19215
19216         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
19217         printed as "-nan" instead of "nan".
19218         * tests/test-vasprintf-posix.c (test_function): Likewise.
19219         * tests/test-snprintf-posix.h (test_function): Likewise.
19220         * tests/test-sprintf-posix.h (test_function): Likewise.
19221         Needed for HP-UX 11.
19222
19223 2007-05-20  Jim Meyering  <jim@meyering.net>
19224
19225         Fix buggy test for the fchownat-deref bug.
19226         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
19227         symlink required for the run-test.  Without it, this test would
19228         always declare that fchownat doesn't work, and client code would
19229         unnecessarily use the replacement function with fixed libc.
19230         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
19231         Reported by Greg Schafer.
19232
19233 2007-05-19  Bruno Haible  <bruno@clisp.org>
19234
19235         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
19236         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
19237         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
19238         Needed for IRIX 6.5 and Solaris 2.5.1.
19239
19240 2007-05-19  Bruno Haible  <bruno@clisp.org>
19241
19242         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
19243         (test_function): Skip tests involving -0.0 on platforms where
19244         -0.0 = 0.0.
19245         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
19246         (test_function): Skip tests involving -0.0 on platforms where
19247         -0.0 = 0.0.
19248         * tests/test-snprintf-posix.h (have_minus_zero): New function.
19249         (test_function): Skip tests involving -0.0 on platforms where
19250         -0.0 = 0.0.
19251         * tests/test-sprintf-posix.h (have_minus_zero): New function.
19252         (test_function): Skip tests involving -0.0 on platforms where
19253         -0.0 = 0.0.
19254         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
19255         tests.
19256         * tests/test-printf-posix.h (test_function): Likewise.
19257         * tests/test-printf-posix.output: Remove all -0.0 related results.
19258         Needed for IRIX 6.5.
19259
19260 2007-05-19  Bruno Haible  <bruno@clisp.org>
19261
19262         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
19263         printed as "nan0x7fffffff" instead of "nan".
19264         * tests/test-vasprintf-posix.c (test_function): Likewise.
19265         * tests/test-snprintf-posix.h (test_function): Likewise.
19266         * tests/test-sprintf-posix.h (test_function): Likewise.
19267         * tests/test-fprintf-posix.h (NaN): Remove macro.
19268         (test_function): Remove all NaN related tests.
19269         * tests/test-printf-posix.h (NaN): Remove macro.
19270         (test_function): Remove all NaN related tests.
19271         * tests/test-printf-posix.output: Remove all NaN related results.
19272         Needed for IRIX 6.5.
19273
19274 2007-05-19  Bruno Haible  <bruno@clisp.org>
19275
19276         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
19277         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
19278
19279 2007-05-19  Bruno Haible  <bruno@clisp.org>
19280
19281         * lib/float_.h: New file.
19282         * m4/float_h.m4: New file.
19283         * modules/float: New file.
19284         * modules/isnanl (Dependencies): Add float.
19285         * modules/isnanl-nolibm (Dependencies): Likewise.
19286         * modules/mathl (Dependencies): Likewise.
19287         * modules/printf-frexpl (Dependencies): Likewise.
19288         * modules/signbit (Dependencies): Likewise.
19289         * modules/vasnprintf (Dependencies): Likewise.
19290         * doc/headers/float.texi: Update.
19291
19292 2007-05-19  Jim Meyering  <jim@meyering.net>
19293
19294         * lib/utimens.c (gl_futimens): Rename from futimens,
19295         now that glibc-2.6 declares futimens.
19296         * lib/utimens.h: Likewise.
19297
19298 2007-05-19  Bruno Haible  <bruno@clisp.org>
19299
19300         Avoid test failures on mingw.
19301         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
19302         * tests/test-printf-posix.sh: Likewise.
19303         * tests/test-vfprintf-posix.sh: Likewise.
19304         * tests/test-vprintf-posix.sh: Likewise.
19305
19306 2007-05-19  Bruno Haible  <bruno@clisp.org>
19307
19308         Fix *printf result for NaN, Inf, -0.0 on mingw.
19309         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
19310         * lib/vasnprintf.c: Include math.h and isnan.h.
19311         (is_infinite_or_zero): New function.
19312         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
19313         values in the %f, %F, %e, %E, %g, %G directives.
19314         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
19315         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19316         gl_PRINTF_INFINITE and test its result. Invoke
19317         gl_PREREQ_VASNPRINTF_INFINITE.
19318         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19319         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19320         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19321         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19322         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19323         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19324         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19325         * doc/functions/fprintf.texi: Update.
19326         * doc/functions/printf.texi: Update.
19327         * doc/functions/snprintf.texi: Update.
19328         * doc/functions/sprintf.texi: Update.
19329         * doc/functions/vfprintf.texi: Update.
19330         * doc/functions/vprintf.texi: Update.
19331         * doc/functions/vsnprintf.texi: Update.
19332         * doc/functions/vsprintf.texi: Update.
19333
19334 2007-05-19  Bruno Haible  <bruno@clisp.org>
19335
19336         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
19337         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
19338         Instead of multiplying with 10^k, set extra_zeroes to k.
19339         (scale10_round_long_double): Remove function.
19340
19341 2007-05-18  Bruno Haible  <bruno@clisp.org>
19342
19343         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
19344         introduced on 2007-05-06.
19345
19346 2007-05-18  Bruno Haible  <bruno@clisp.org>
19347
19348         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
19349         %g directives.
19350         * tests/test-vasprintf-posix.c (test_function): Likewise.
19351         * tests/test-snprintf-posix.h (test_function): Likewise.
19352         * tests/test-sprintf-posix.h (test_function): Likewise.
19353
19354 2007-05-18  Bruno Haible  <bruno@clisp.org>
19355
19356         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
19357         (strmatch): New function.
19358         (test_function): Test the %f directive on numbers of various exponents.
19359         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
19360         (strmatch): New function.
19361         (test_function): Test the %f directive on numbers of various exponents.
19362         * tests/test-snprintf-posix.h (strmatch): New function.
19363         (test_function): Test the %f directive on numbers of various exponents.
19364         * tests/test-sprintf-posix.h (strmatch): New function.
19365         (test_function): Test the %f directive on numbers of various exponents.
19366         * tests/test-snprintf-posix.c (SIZEOF): New macro.
19367         * tests/test-sprintf-posix.c (SIZEOF): New macro.
19368         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
19369         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
19370
19371 2007-05-18  Bruno Haible  <bruno@clisp.org>
19372
19373         Add support for 'long double' number output.
19374         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
19375         * lib/vasnprintf.c: Include math.h and float+.h.
19376         (mp_limb_t): New type.
19377         (GMP_LIMB_BITS): New macro.
19378         (mp_twolimb_t): New type.
19379         (GMP_TWOLIMB_BITS): New macro.
19380         (mpn_t): New type.
19381         (multiply, divide, convert_to_decimal, decode_long_double,
19382         scale10_round_long_double, scale10_round_decimal_long_double,
19383         floorlog10l): New functions.
19384         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
19385         for the %f, %F, %e, %E, %g, %G directives.
19386         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
19387         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19388         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
19389         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
19390         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19391         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19392         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19393         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19394         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19395         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19396         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19397         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
19398         * modules/snprintf-posix (Depends-on): Likewise.
19399         * modules/sprintf-posix (Depends-on): Likewise.
19400         * modules/vasnprintf-posix (Depends-on): Likewise.
19401         * modules/vasprintf-posix (Depends-on): Likewise.
19402         * modules/vfprintf-posix (Depends-on): Likewise.
19403         * modules/vsnprintf-posix (Depends-on): Likewise.
19404         * modules/vsprintf-posix (Depends-on): Likewise.
19405         * modules/vasnprintf (Files): Add lib/float+.h.
19406         * doc/functions/fprintf.texi: Update.
19407         * doc/functions/printf.texi: Update.
19408         * doc/functions/snprintf.texi: Update.
19409         * doc/functions/sprintf.texi: Update.
19410         * doc/functions/vfprintf.texi: Update.
19411         * doc/functions/vprintf.texi: Update.
19412         * doc/functions/vsnprintf.texi: Update.
19413         * doc/functions/vsprintf.texi: Update.
19414
19415 2007-05-18  Bruno Haible  <bruno@clisp.org>
19416
19417         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
19418
19419 2007-05-18  Bruno Haible  <bruno@clisp.org>
19420
19421         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
19422         for printing 64-bit integers. Needed for mingw.
19423
19424 2007-05-18  Bruno Haible  <bruno@clisp.org>
19425
19426         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
19427         gl_FUNC_FREXPL_WORKS.
19428         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
19429
19430 2007-05-18  Bruno Haible  <bruno@clisp.org>
19431
19432         * modules/frexpl-nolibm-tests: New file.
19433
19434         * modules/frexpl-nolibm: New file.
19435         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
19436
19437 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19438
19439         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
19440         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
19441         GCC 4.2, which otherwise issues a lot of warnings.
19442         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
19443         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
19444         Likewise.
19445         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
19446         * modules/iconv_open (iconv.h): Likewise.
19447         * modules/locale (locale.h): Likewise.
19448         * modules/netinet_in (netinet/in.h): Likewise.
19449         * modules/sys_select (sys_select.h): Likewise.
19450         * modules/sys_socket (sys/socket.h): Likewise.
19451         * modules/sys_stat (sys/stat.h): Likewise.
19452         * modules/sysexits (sysexits.h): Likewise.
19453         * modules/unistd (unistd.h): Likewise.
19454
19455 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19456
19457         * modules/closein-tests (Makefile.am): Distribute
19458         `test-closein.sh'.
19459
19460 2007-05-17  Bruno Haible  <bruno@clisp.org>
19461
19462         * tests/test-printf-posix.output: Renamed from
19463         tests/test-fprintf-posix.out.
19464         * modules/fprintf-posix-tests: Update.
19465         * modules/printf-posix-tests: Update.
19466         * modules/vfprintf-posix-tests: Update.
19467         * modules/vprintf-posix-tests: Update.
19468         * tests/test-fprintf-posix.sh: Update.
19469         * tests/test-printf-posix.sh: Update.
19470         * tests/test-vfprintf-posix.sh: Update.
19471         * tests/test-vprintf-posix.sh: Update.
19472         Reported by Ralf Wildenhues.
19473
19474 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19475
19476         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
19477         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
19478         GCC 4.2, which otherwise issues a lot of warnings.
19479         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
19480         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
19481         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
19482         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
19483         it should no longer be needed.
19484         * lib/string_.h: Likewise.
19485         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
19486         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
19487         * modules/inttypes (inttypes.h): Likewise.
19488         * modules/math (math.h): Likewise.
19489         * modules/search (search.h): Likewise.
19490         * modules/signal (signal.h): Likewise.
19491         * modules/stdint (stdint.h): Likewise.
19492         * modules/stdio (stdio.h): Likewise.
19493         * modules/stdlib (stdlib.h): Likewise.
19494         * modules/string (string.h): Likewise.
19495         * modules/sys_time (sys/time.h): Likewise.
19496         * modules/time (time.h): Likewise.
19497         * modules/wchar (wchar.h): Likewise.
19498         * modules/wctype (wtype.h): Likewise.
19499
19500 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
19501
19502         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
19503
19504 2007-05-13  Bruno Haible  <bruno@clisp.org>
19505
19506         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
19507         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
19508         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
19509         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19510         (gl_PREREQ_STRTOK_R): Don't require it here.
19511
19512 2007-05-13  Bruno Haible  <bruno@clisp.org>
19513
19514         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
19515         when used in C++ mode.
19516
19517 2007-05-12  Bruno Haible  <bruno@clisp.org>
19518
19519         * lib/linebuffer.h: Tweak doc.
19520         * lib/linebuffer.c: Likewise.
19521
19522 2007-05-12  James Youngman  <jay@gnu.org>
19523
19524         * lib/linebuffer.c (readlinebuffer_delim): New function,
19525         like readlinebuffer, but use a caller-specified delimiter.
19526         (readlinebuffer): Just call readlinebuffer_delim with '\n'
19527         as the delimiter.
19528         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
19529
19530 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
19531
19532         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
19533         * modules/openat (Files): Remove openat-die.c.
19534         (Depends-on): Add openat-die.
19535         * modules/openat-die: New module.
19536
19537 2007-05-06  Bruno Haible  <bruno@clisp.org>
19538
19539         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
19540         Update with info about Cygwin.
19541         * doc/functions/fprintf.texi: Update.
19542         * doc/functions/printf.texi: Update.
19543         * doc/functions/snprintf.texi: Update.
19544         * doc/functions/sprintf.texi: Update.
19545         * doc/functions/vfprintf.texi: Update.
19546         * doc/functions/vprintf.texi: Update.
19547         * doc/functions/vsnprintf.texi: Update.
19548         * doc/functions/vsprintf.texi: Update.
19549         Reported by Eric Blake.
19550
19551 2007-05-06  Bruno Haible  <bruno@clisp.org>
19552
19553         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
19554         padding ourselves for the floating-point directives.
19555         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
19556         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
19557         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
19558         gl_PRINTF_FLAG_ZERO and test its result. Invoke
19559         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
19560         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19561         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
19562         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19563         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19564         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19565         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19566         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19567         * tests/test-snprintf-posix.h (test_function): Also check the width
19568         and some flags in the %f directive.
19569         * tests/test-sprintf-posix.h (test_function): Likewise.
19570         * tests/test-vasnprintf-posix.c (test_function): Likewise.
19571         * tests/test-vasprintf-posix.c (test_function): Likewise.
19572         * doc/functions/fprintf.texi: Update.
19573         * doc/functions/printf.texi: Update.
19574         * doc/functions/snprintf.texi: Update.
19575         * doc/functions/sprintf.texi: Update.
19576         * doc/functions/vfprintf.texi: Update.
19577         * doc/functions/vprintf.texi: Update.
19578         * doc/functions/vsnprintf.texi: Update.
19579         * doc/functions/vsprintf.texi: Update.
19580
19581 2007-05-06  Bruno Haible  <bruno@clisp.org>
19582
19583         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
19584         pass the ' flag character to sprintf or snprintf.
19585         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
19586         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
19587         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
19588         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
19589         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
19590         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19591         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
19592         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19593         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19594         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19595         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19596         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19597         * tests/test-snprintf-posix.h (test_function): Also check the grouping
19598         flag.
19599         * tests/test-sprintf-posix.h (test_function): Likewise.
19600         * tests/test-vasnprintf-posix.c (test_function): Likewise.
19601         * tests/test-vasprintf-posix.c (test_function): Likewise.
19602         * doc/functions/fprintf.texi: Update.
19603         * doc/functions/printf.texi: Update.
19604         * doc/functions/snprintf.texi: Update.
19605         * doc/functions/sprintf.texi: Update.
19606         * doc/functions/vfprintf.texi: Update.
19607         * doc/functions/vprintf.texi: Update.
19608         * doc/functions/vsnprintf.texi: Update.
19609         * doc/functions/vsprintf.texi: Update.
19610
19611 2007-05-01  Bruno Haible  <bruno@clisp.org>
19612
19613         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
19614
19615 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
19616
19617         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
19618         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
19619
19620 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
19621
19622         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
19623         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
19624         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
19625
19626 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
19627
19628         * lib/argp-help.c (struct hol_entry): New member `ord'.
19629         (HOL_ENTRY_PTRCMP): Use ord for comparison
19630         (hol_sort): Initialize ord.
19631
19632 2007-05-01  Bruno Haible  <bruno@clisp.org>
19633
19634         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
19635         Reported by Eric Blake.
19636         * doc/gnulib.texi (Function Substitutes): Update.
19637
19638 2007-05-01  Bruno Haible  <bruno@clisp.org>
19639
19640         * doc/functions.texi: Remove file, now redundant through
19641         doc/functions/*.texi.
19642
19643 2007-05-01  Bruno Haible  <bruno@clisp.org>
19644
19645         * modules/argp (Depends-on): Add sleep.
19646
19647 2007-05-01  Bruno Haible  <bruno@clisp.org>
19648
19649         * modules/sleep-tests: New file.
19650         * tests/test-sleep.c: New file.
19651
19652         * modules/sleep: New file.
19653         * lib/sleep.c: New file.
19654         * m4/sleep.m4: New file.
19655         * lib/unistd_.h (sleep): New declaration.
19656         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
19657         HAVE_SLEEP.
19658         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
19659         * doc/functions/sleep.texi: Document the sleep module.
19660
19661 2007-05-01  Bruno Haible  <bruno@clisp.org>
19662
19663         * lib/sigprocmask.h: Remove file.
19664         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
19665         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
19666         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
19667         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
19668         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
19669         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
19670         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
19671         HAVE_SIGSET_T as a shell variable.
19672         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
19673         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
19674         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
19675         (Depends-on): Add signal. Remove verify.
19676         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
19677         (Include): Mention <signal.h> instead of sigprocmask.h.
19678         * NEWS: Mention the change.
19679         * lib/fatal-signal.c: Don't include sigprocmask.h.
19680
19681 2007-05-01  Bruno Haible  <bruno@clisp.org>
19682
19683         * modules/signal: New file.
19684         * lib/signal_.h: New file.
19685         * m4/signal_h.m4: New file.
19686
19687 2007-05-01  Bruno Haible  <bruno@clisp.org>
19688
19689         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
19690         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
19691         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
19692         HAVE_WCTYPE_CTMP_BUG into wctype.h.
19693
19694 2007-05-01  Bruno Haible  <bruno@clisp.org>
19695
19696         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
19697         configure time.
19698         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
19699         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
19700         * modules/sys_stat (Makefile.am): Substitute their values into
19701         sys/stat.h.
19702
19703 2007-05-01  Bruno Haible  <bruno@clisp.org>
19704
19705         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
19706         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
19707         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
19708
19709 2007-05-01  Bruno Haible  <bruno@clisp.org>
19710
19711         * doc/header/assert.texi: Undo last change: don't mention the gnulib
19712         'assert' module here.
19713
19714 2007-05-01  Bruno Haible  <bruno@clisp.org>
19715
19716         * doc/functions/*.texi: New files.
19717         * doc/functions/google-ranking.txt: New file.
19718         * doc/gnulib.texi (Function Substitutes): New chapter.
19719         (ctime, inet_ntoa): Remove sections.
19720         * doc/ctime.texi: Remove file.
19721         * doc/inet_ntoa.texi: Remove file.
19722         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
19723         dependencies.
19724         (%.info): New rule, specifying a --reference-limit.
19725
19726 2007-05-01  Bruno Haible  <bruno@clisp.org>
19727
19728         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
19729
19730 2007-05-01  Bruno Haible  <bruno@clisp.org>
19731
19732         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
19733         the portability of 'mkdir' to mingw systems.
19734
19735 2007-05-01  Bruno Haible  <bruno@clisp.org>
19736
19737         * doc/headers/google-ranking.txt: New file.
19738
19739 2007-04-30  Eric Blake  <ebb9@byu.net>
19740
19741         Prefer fseeko to fseek.
19742         * modules/getpass (Depends-on): Add fseeko.
19743         * lib/getpass.c (getpass): Use fseeko, not fseek.
19744
19745 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
19746
19747         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
19748         assumes the sorting is stable, while most qsort implementations
19749         are not.  Use argument addresses to ensure they never compare as
19750         equal.
19751
19752         * tests/test-argp-2.sh (usage-indent test): Fix output
19753         (func_compare): Restore diff options
19754         * tests/test-argp.c: Restore #include "progname.h"
19755
19756 2007-04-29  Bruno Haible  <bruno@clisp.org>
19757
19758         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
19759         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
19760         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
19761         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19762         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
19763         (configure.ac): Define CHECK_SNPRINTF_POSIX.
19764         (TESTS, check_PROGRAMS): Add test-snprintf.
19765         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
19766         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
19767         (TESTS, check_PROGRAMS): Add test-vsnprintf.
19768         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
19769         assertions that fail on HP-UX, OSF/1, or IRIX.
19770         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
19771
19772 2007-04-29  Bruno Haible  <bruno@clisp.org>
19773
19774         * MODULES.html.sh (posix_functions): Remove 'contents'.
19775
19776 2007-04-29  Karl Berry  <karl@gnu.org>
19777
19778         * config/srclist.txt (gendocs_template_min): new entry.
19779
19780 2007-04-29  Bruno Haible  <bruno@clisp.org>
19781
19782         Work around fpurge bug on BSD systems.
19783         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
19784         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
19785         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
19786         fpurge to rpl_fpurge if the system already has this function.
19787         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
19788         the case where the system already has this function. Correct invariants
19789         on BSD systems.
19790         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
19791         BSD systems.
19792
19793 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
19794
19795         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
19796         proposed by Sven Verdoolaege.
19797
19798         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
19799         options.
19800         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
19801         (usage and help tests): Update
19802
19803 2007-04-29  Bruno Haible  <bruno@clisp.org>
19804
19805         * tests/test-fflush.c (main): Use a file of size 17, not 10.
19806         Print more information in case of failure. Disable a test on BeOS.
19807
19808 2007-04-29  Bruno Haible  <bruno@clisp.org>
19809
19810         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
19811         This helps debugging on systems on which no gdb is available.
19812
19813 2007-04-29  Bruno Haible  <bruno@clisp.org>
19814
19815         * lib/freading.h: Improve comments.
19816         * lib/fwriting.h: Likewise.
19817         * tests/test-freading.c (main): Don't check freading immediately after
19818         repositioning. Needed for glibc.
19819
19820 2007-04-29  Bruno Haible  <bruno@clisp.org>
19821
19822         * lib/freading.c (freading): Trivial simplification.
19823
19824 2007-04-28  Bruno Haible  <bruno@clisp.org>
19825
19826         * tests/test-fwriting.c (main): Also test the interaction between
19827         fflush and fwriting.
19828         * modules/fwriting-tests (Depends-on): Add fflush.
19829
19830         * tests/test-freading.c (main): Also test the interaction between
19831         fflush and freading.
19832         * modules/freading-tests (Depends-on): Add fflush.
19833
19834 2007-04-28  Bruno Haible  <bruno@clisp.org>
19835
19836         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
19837         fseeko and ftello.
19838         Suggested by Eric Blake.
19839
19840 2007-04-28  Jim Meyering  <jim@meyering.net>
19841
19842         Avoid false-negative in gl_STDINT_H's C99 conformance test.
19843         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
19844         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
19845
19846 2007-04-27  Eric Blake  <ebb9@byu.net>
19847
19848         * doc/headers/assert.texi (assert.h): Document assert module use.
19849
19850 2007-04-27  Bruno Haible  <bruno@clisp.org>
19851
19852         * doc/headers/*.texi: New files.
19853         * doc/gnulib.texi (Header File Substitutes): New chapter.
19854         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
19855         dependencies.
19856         (standards.info ,standards.html, standards.dvi): Update dependencies.
19857         (mostlyclean, clean): New targets.
19858
19859 2007-04-27  Bruno Haible  <bruno@clisp.org>
19860
19861         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
19862         * modules/sysexits (Files, Makefile.am): Update.
19863
19864         * lib/sys_socket_.h: Renamed from lib/socket_.h.
19865         * modules/sys_socket (Files, Makefile.am): Update.
19866
19867         * lib/sys_stat_.h: Renamed from lib/stat_.h.
19868         * modules/sys_stat (Files, Makefile.am): Update.
19869
19870 2007-04-27  Eric Blake  <ebb9@byu.net>
19871
19872         * lib/freading.h: Improve comments.
19873         * lib/fwriting.h: Likewise.
19874         * lib/fflush.c: Likewise.
19875
19876         Fix closein for mingw.
19877         * modules/closein-tests: Add tests for closein.
19878         * tests/test-closein.c: New file.
19879         * tests/test-closein.sh: Likewise.
19880         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
19881         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
19882
19883 2007-04-27  Bruno Haible  <bruno@clisp.org>
19884
19885         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
19886         version is < 6.
19887         * lib/math_.h [__DECC]: Likewise.
19888         * lib/stdio_.h [__DECC]: Likewise.
19889         * lib/stdlib_.h [__DECC]: Likewise.
19890         * lib/string_.h [__DECC]: Likewise.
19891         * lib/time_.h [__DECC]: Likewise.
19892         * lib/wchar_.h [__DECC]: Likewise.
19893         * lib/wctype_.h [__DECC]: Likewise.
19894
19895 2007-04-27  Bruno Haible  <bruno@clisp.org>
19896
19897         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
19898
19899 2007-04-27  Bruno Haible  <bruno@clisp.org>
19900
19901         * lib/fflush.c: Add comments.
19902         * modules/fpurge-tests (Depends-on): Add fflush.
19903         * modules/freadable-tests (Depends-on): Likewise.
19904         * modules/fwritable-tests (Depends-on): Likewise.
19905
19906 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
19907
19908         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
19909         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
19910         Report by Bruno Haible <bruno@clisp.org>.
19911
19912 2007-04-26  Eric Blake  <ebb9@byu.net>
19913
19914         Fix fflush on mingw.
19915         * modules/fflush (Depends-on): Add freading.
19916         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
19917         but unread data.
19918
19919 2007-04-26  Eric Blake  <ebb9@byu.net>
19920         and Bruno Haible  <bruno@clisp.org>
19921
19922         Implement freading and fwriting.
19923         * lib/freading.c: New file.
19924         * lib/freading.h: Likewise.
19925         * m4/freading.m4: Likewise.
19926         * modules/freading: Likewise.
19927         * modules/freading-tests: Likewise.
19928         * tests/test-freading.c: Likewise.
19929         * lib/fwriting.c: New file.
19930         * lib/fwriting.h: Likewise.
19931         * m4/fwriting.m4: Likewise.
19932         * modules/fwriting: Likewise.
19933         * modules/fwriting-tests: Likewise.
19934         * tests/test-fwriting.c: Likewise.
19935         * MODULES.html.sh (File stream based Input/Output): Mention them.
19936
19937 2007-04-26  Bruno Haible  <bruno@clisp.org>
19938
19939         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
19940         'long' when we assume it.
19941         Suggested by Eric Blake.
19942
19943 2007-04-26  Bruno Haible  <bruno@clisp.org>
19944
19945         Ensure fseeko, ftello are declared on glibc systems.
19946         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
19947         * modules/fseeko (configure.ac-early): Likewise.
19948         * modules/ftello (configure.ac-early): Likewise.
19949         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
19950         AC_FUNC_FSEEKO for this.
19951         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
19952         (gl_CHECK_FSEEKO): Remove macro.
19953
19954 2007-04-26  Bruno Haible  <bruno@clisp.org>
19955
19956         * tests/test-fflush.c (main): Also check the ftell result after
19957         fflush and fseek/fseeko.
19958         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
19959         file descriptor position cache in the stream.
19960         * lib/fseeko.c (rpl_fseeko): Likewise.
19961
19962 2007-04-26  Bruno Haible  <bruno@clisp.org>
19963
19964         * modules/fflush-tests (Depends-on): Add fseeko.
19965
19966 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
19967             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19968
19969         * lib/argz_.h: ensure error_t definition is obtained in same
19970         mechanism system argz.h would have.
19971         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
19972         argz facilities are known bad.  Err on the side of caution if
19973         cross-compiling.
19974
19975 2007-04-25  Eric Blake  <ebb9@byu.net>
19976
19977         * lib/fpurge.c (includes): Use stdlib.h for free.
19978         * tests/test-fflush.c (main): Also test fflush-fseeko.
19979
19980 2007-04-25  Bruno Haible  <bruno@clisp.org>
19981
19982         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
19983         * lib/fseeko.c: New file.
19984         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
19985         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
19986         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
19987         gl_FUNC_FSEEKO.
19988         (gl_FUNC_FSEEKO): Invoke it.
19989         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
19990         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
19991         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
19992
19993 2007-04-25  Bruno Haible  <bruno@clisp.org>
19994
19995         * modules/fflush (Depends-on): Add ftello.
19996
19997 2007-04-25  Bruno Haible  <bruno@clisp.org>
19998
19999         * modules/ftello-tests: New file.
20000         * tests/test-ftello.c: New file.
20001
20002         * modules/ftello: New file.
20003         * m4/ftello.m4: New file.
20004         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
20005         HAVE_FTELLO.
20006         * lib/stdio_.h (ftello): New declaration.
20007         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
20008         HAVE_FTELLO.
20009
20010 2007-04-25  Bruno Haible  <bruno@clisp.org>
20011
20012         * modules/fseeko-tests: New file.
20013         * tests/test-fseeko.c: New file.
20014
20015         * modules/fseeko: New file.
20016         * m4/fseeko.m4: New file.
20017         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
20018         HAVE_FSEEKO.
20019         * lib/stdio_.h (fseeko): New declaration.
20020         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
20021         HAVE_FSEEKO.
20022
20023 2007-04-25  Bruno Haible  <bruno@clisp.org>
20024
20025         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
20026
20027 2007-04-25  Bruno Haible  <bruno@clisp.org>
20028
20029         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
20030         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
20031         * tests/test-unistd.c: Likewise.
20032         * tests/test-fcntl.c: Likewise.
20033
20034 2007-04-23  Eric Blake  <ebb9@byu.net>
20035
20036         * lib/fflush.c: Fix missing include.
20037         Reported by Bruno Haible.
20038
20039 2007-04-23  Bruno Haible  <bruno@clisp.org>
20040
20041         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
20042         Reported by Eric Blake.
20043
20044 2007-04-23  Bruno Haible  <bruno@clisp.org>
20045
20046         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
20047
20048 2007-04-23  Bruno Haible  <bruno@clisp.org>
20049
20050         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
20051
20052 2007-04-23  Bruno Haible  <bruno@clisp.org>
20053
20054         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
20055         Needed on HP-UX 11.
20056
20057 2007-04-16  Eric Blake  <ebb9@byu.net>
20058
20059         Make fflush rely on fpurge.
20060         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
20061         open coding all variants.
20062         * modules/fflush (Depends-on): Add fpurge and unistd.
20063         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
20064         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
20065
20066         Fix --with-tests compilation on cygwin.
20067         * modules/argmatch-tests (Makefile.am): List gnulib library first
20068         in LDADD.
20069         * modules/argp-tests (Makefile.am): Likewise.
20070         * modules/array-list-tests (Makefile.am): Likewise.
20071         * modules/array-oset-tests (Makefile.am): Likewise.
20072         * modules/avltree-list-tests (Makefile.am): Likewise.
20073         * modules/avltree-oset-tests (Makefile.am): Likewise.
20074         * modules/avltreehash-list-tests (Makefile.am): Likewise.
20075         * modules/carray-list-tests (Makefile.am): Likewise.
20076         * modules/dirname-tests (Makefile.am): Likewise.
20077         * modules/frexp-tests (Makefile.am): Likewise.
20078         * modules/isnanl-tests (Makefile.am): Likewise.
20079         * modules/linked-list-tests (Makefile.am): Likewise.
20080         * modules/linkedhash-list-tests (Makefile.am): Likewise.
20081         * modules/lock-tests (Makefile.am): Likewise.
20082         * modules/rbtree-list-tests (Makefile.am): Likewise.
20083         * modules/rbtree-oset-tests (Makefile.am): Likewise.
20084         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
20085         * modules/tls-tests (Makefile.am): Likewise.
20086         * modules/tsearch-tests (Makefile.am): Likewise.
20087         * modules/xvasprintf-tests (Makefile.am): Likewise.
20088
20089         Fix fpurge for cygwin.
20090         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
20091         value.
20092         * modules/fpurge-tests (Depends-on): Clean up trash.
20093
20094 2007-04-16  Simon Josefsson  <simon@josefsson.org>
20095
20096         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
20097
20098         * m4/autobuild.m4: Re-indent.
20099
20100 2007-04-13  Bruno Haible  <bruno@clisp.org>
20101
20102         * modules/fpurge-tests: New file.
20103         * tests/test-fpurge.c: New file.
20104
20105         * modules/fpurge: New file.
20106         * lib/fpurge.h: New file.
20107         * lib/fpurge.c: New file.
20108         * m4/fpurge.m4: New file.
20109
20110 2007-04-13  Bruno Haible  <bruno@clisp.org>
20111
20112         * modules/fbufmode-tests: New file.
20113         * tests/test-fbufmode.c: New file.
20114
20115         * modules/fbufmode: New file.
20116         * lib/fbufmode.h: New file.
20117         * lib/fbufmode.c: New file.
20118         * m4/fbufmode.m4: New file.
20119
20120 2007-04-13  Bruno Haible  <bruno@clisp.org>
20121
20122         * modules/fwritable-tests: New file.
20123         * tests/test-fwritable.c: New file.
20124
20125         * modules/fwritable: New file.
20126         * lib/fwritable.h: New file.
20127         * lib/fwritable.c: New file.
20128         * m4/fwritable.m4: New file.
20129
20130 2007-04-13  Bruno Haible  <bruno@clisp.org>
20131
20132         * modules/freadable-tests: New file.
20133         * tests/test-freadable.c: New file.
20134
20135         * modules/freadable: New file.
20136         * lib/freadable.h: New file.
20137         * lib/freadable.c: New file.
20138         * m4/freadable.m4: New file.
20139
20140 2007-04-13  Bruno Haible  <bruno@clisp.org>
20141
20142         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
20143         MOSTLYCLEANFILES.
20144
20145 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20146
20147         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
20148         gzip bootstrap.conf to avoid dragging in i18n machinery.
20149         (gnulib_tool_option): Use it.
20150
20151 2007-04-13  Bruno Haible  <bruno@clisp.org>
20152
20153         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
20154         %F directives.
20155         * tests/test-vasprintf-posix.c (test_function): Likewise.
20156         * tests/test-snprintf-posix.h (test_function): Likewise.
20157         * tests/test-sprintf-posix.h (test_function): Likewise.
20158         * tests/test-fprintf-posix.h (test_function): Likewise.
20159         * tests/test-printf-posix.h (test_function): Likewise.
20160         * tests/test-fprintf-posix.out: Likewise.
20161
20162 2007-04-13  Bruno Haible  <bruno@clisp.org>
20163
20164         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
20165         * modules/tls-tests (configure.ac): Likewise.
20166         Reported by Arto C. Nirkko <anirkko@insel.ch>.
20167
20168 2007-04-13  Bruno Haible  <bruno@clisp.org>
20169
20170         * lib/tls.c (glthread_tls_get): Fix return type.
20171         Patch by Arto C. Nirkko <anirkko@insel.ch>.
20172
20173 2007-04-12  Eric Blake  <ebb9@byu.net>
20174
20175         * modules/gettime (Depends-on): Remove gettime.
20176         Reported by Dmitry V. Levin.
20177
20178 2007-04-12  Bruno Haible  <bruno@clisp.org>
20179
20180         * modules/fflush (Include): Mention <stdio.h>.
20181         * modules/strtoimax (Include): Mention <inttypes.h>.
20182         * modules/strtoumax (Include): Likewise.
20183
20184 2007-04-12  Eric Blake  <ebb9@byu.net>
20185
20186         * .cvsignore: New file.
20187         * .gitignore: Likewise.
20188
20189 2007-04-12  Bruno Haible  <bruno@clisp.org>
20190
20191         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
20192         not before, since $(LDADD) often contains libgnu.a.
20193         * modules/striconv-tests (test_striconv_LDADD): Likewise.
20194         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
20195         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
20196         Needed on Cygwin.
20197
20198 2007-04-12  Eric Blake  <ebb9@byu.net>
20199
20200         Work around glibc's failure to flush stdin on fclose.
20201         * lib/closein.c (close_stdin): Flush stdin before closing.
20202
20203         Work around glibc's failure to reset seekable stdin on exit.
20204         * modules/closein: New module.
20205         * lib/closein.c: New file.
20206         * lib/closein.h: Likewise.
20207         * m4/closein.m4: Likewise.
20208         * MODULES.html.sh (File stream based Input/Output): Document it.
20209
20210 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20211
20212         * gnulib-tool: Rename generated 'autobuild' script to
20213         'do-autobuild' in --create-megatestdir output.
20214
20215         * doc/gnulib.texi (Build robot for gnulib): Fix.
20216
20217 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20218
20219         * modules/sysexits (Depends-on): Add absolute-header.
20220
20221 2007-04-12  Eric Blake  <ebb9@byu.net>
20222
20223         No need to preserve errno on success.
20224         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
20225         Reported by Bruno Haible.
20226
20227 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20228
20229         * MODULES.html.sh (Support for maintaining and releasing
20230         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
20231
20232 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20233
20234         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
20235
20236 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20237
20238         * modules/autobuild: New module.
20239
20240         * m4/autobuild.m4: New file.
20241
20242 2007-04-11  Bruno Haible  <bruno@clisp.org>
20243
20244         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
20245         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
20246         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
20247         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
20248         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
20249         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20250         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20251         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20252         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20253         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20254         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
20255         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20256         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20257         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
20258         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20259         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20260         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
20261         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20262         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20263         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
20264         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20265         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20266         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
20267         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20268         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20269         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
20270         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20271         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20272         Reported by Eric Blake.
20273
20274 2007-04-11  Bruno Haible  <bruno@clisp.org>
20275
20276         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
20277
20278 2007-04-10  Bruno Haible  <bruno@clisp.org>
20279
20280         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
20281         for NaN and Infinity. Needed on FreeBSD 6.1.
20282         * tests/test-vasnprintf-posix.c (test_function): Undo last change
20283         regarding results for "%010a" of Infinity and NaN.
20284         * tests/test-vasprintf-posix.c (test_function): Likewise.
20285         * tests/test-snprintf-posix.h (test_function): Likewise.
20286         * tests/test-sprintf-posix.h (test_function): Likewise.
20287         * tests/test-fprintf-posix.h (test_function): Likewise.
20288         * tests/test-printf-posix.h (test_function): Likewise.
20289         * tests/test-fprintf-posix.out: Likewise.
20290
20291 2007-04-10  Bruno Haible  <bruno@clisp.org>
20292
20293         * modules/locale-tests: New file.
20294         * tests/test-locale.c: New file.
20295
20296         * modules/locale: New file.
20297         * lib/locale_.h: New file.
20298         * m4/locale_h.m4: New file.
20299
20300 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
20301             Bruno Haible  <bruno@clisp.org>
20302
20303         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
20304         be determined, test for availability of the copysignf, copysign,
20305         copysignl functions.
20306         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
20307         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
20308         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
20309
20310 2007-04-09  Eric Blake  <ebb9@byu.net>
20311
20312         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
20313         * modules/stdio (Makefile.am): Support fflush.
20314         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
20315         * modules/fflush: New file.
20316         * lib/fflush.c: Likewise.
20317         * m4/fflush.m4: Likewise.
20318         * modules/fflush-tests: New test.
20319         * tests/test-fflush.c: Likewise.
20320         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
20321
20322 2007-04-06  Bruno Haible  <bruno@clisp.org>
20323
20324         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
20325         (VASNPRINTF): Use signbit for faster determination whether to print a
20326         minus sign.
20327         * modules/vasnprintf (Files): Remove lib/float+.h.
20328         * modules/fprintf-posix (Depends-on): Add signbit.
20329         * modules/snprintf-posix (Depends-on): Likewise.
20330         * modules/sprintf-posix (Depends-on): Likewise.
20331         * modules/vasnprintf-posix (Depends-on): Likewise.
20332         * modules/vasprintf-posix (Depends-on): Likewise.
20333         * modules/vfprintf-posix (Depends-on): Likewise.
20334         * modules/vsnprintf-posix (Depends-on): Likewise.
20335         * modules/vsprintf-posix (Depends-on): Likewise.
20336
20337 2007-04-06  Bruno Haible  <bruno@clisp.org>
20338
20339         * tests/test-frexp.c (main): Test also the sign bit of zero results.
20340         * tests/test-frexpl.c (main): Likewise.
20341         * tests/test-ldexpl.c (main): Likewise.
20342         * modules/frexp-tests (Depends-on): Add signbit.
20343         * modules/frexpl-tests (Depdends-on): Likewise.
20344         * modules/ldexpl-tests (Depdends-on): Likewise.
20345
20346 2007-04-06  Bruno Haible  <bruno@clisp.org>
20347
20348         * modules/signbit-tests: New file.
20349         * tests/test-signbit.c: New file.
20350
20351         * modules/signbit: New file.
20352         * lib/signbitf.c: New file.
20353         * lib/signbitd.c: New file.
20354         * lib/signbitl.c: New file.
20355         * m4/signbit.m4: New file.
20356         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
20357         (signbit): New macro.
20358         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
20359         REPLACE_SIGNBIT.
20360         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
20361         REPLACE_FREXPL into math.h.
20362
20363 2007-04-06  Bruno Haible  <bruno@clisp.org>
20364
20365         * modules/isnanf-nolibm-tests: New file.
20366         * tests/test-isnanf.c: New file.
20367
20368         * modules/isnanf-nolibm: New file.
20369         * lib/isnanf.h: New file.
20370         * lib/isnanf.c: New file.
20371         * lib/isnan.c: Consider the USE_FLOAT macro.
20372         * m4/isnanf.m4: New file.
20373
20374 2007-04-06  Bruno Haible  <bruno@clisp.org>
20375
20376         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
20377         (Link): New section.
20378
20379         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
20380
20381 2007-04-06  Bruno Haible  <bruno@clisp.org>
20382
20383         Assume the 'long double' type.
20384         * m4/longdouble.m4: Remove file.
20385         * config/srclist.txt: Don't mention longdouble.m4.
20386         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
20387         * lib/float+.h: Likewise.
20388         * lib/frexp.c: Likewise.
20389         * lib/printf-args.h: Likewise.
20390         * lib/printf-args.c: Likewise.
20391         * lib/printf-frexp.c: Likewise.
20392         * lib/printf-parse.c: Likewise.
20393         * lib/vasnprintf.c: Likewise.
20394         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
20395         * m4/intl.m4: Likewise.
20396         * m4/isnanl.m4: Likewise.
20397         * m4/printf.m4: Likewise.
20398         * m4/printf-frexpl.m4: Likewise.
20399         * m4/vasnprintf.m4: Likewise.
20400         * modules/allocsa (Files): Remove m4/longdouble.m4.
20401         * modules/gettext (Files): Likewise.
20402         * modules/relocatable-prog-wrapper (Files): Likewise.
20403         * modules/vasnprintf (Files): Likewise.
20404         * modules/isnanl (Files): Likewise.
20405         (Include): Simplify.
20406         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
20407         (Include): Simplify.
20408         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
20409         (Include): Simplify.
20410         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
20411         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20412         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
20413         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20414         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
20415         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20416         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
20417         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20418         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
20419         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20420         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
20421         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20422         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
20423         * tests/test-isnanl.c: Likewise.
20424         * tests/test-snprintf-posix.h: Likewise.
20425         * tests/test-sprintf-posix.h: Likewise.
20426         * tests/test-vasnprintf-posix.c: Likewise.
20427         * tests/test-vasnprintf-posix2.c: Likewise.
20428         * tests/test-vasprintf-posix.c: Likewise.
20429
20430 2007-04-06  Bruno Haible  <bruno@clisp.org>
20431
20432         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
20433         * lib/math_.h [__DECC]: Include the overridden include file through
20434         #include_next, outside the double-inclusion guard.
20435         * lib/stdio_.h [__DECC]: Likewise.
20436         * lib/stdlib_.h [__DECC]: Likewise.
20437         * lib/string_.h [__DECC]: Likewise.
20438         * lib/time_.h [__DECC]: Likewise.
20439         * lib/wchar_.h [__DECC]: Likewise.
20440         * lib/wctype_.h [__DECC]: Likewise.
20441         * lib/inttypes_.h [__DECC]: Likewise.
20442         Reported by Albert Chin <china@thewrittenword.com> in
20443         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
20444
20445 2007-04-04  Eric Blake  <ebb9@byu.net>
20446
20447         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
20448         1.5.x.
20449
20450 2007-04-04  Bruno Haible  <bruno@clisp.org>
20451
20452         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
20453         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
20454
20455 2007-04-04  Bruno Haible  <bruno@clisp.org>
20456
20457         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
20458         results for "%010a" of Infinity and NaN.
20459         * tests/test-vasprintf-posix.c (test_function): Likewise.
20460         * tests/test-snprintf-posix.h (test_function): Likewise.
20461         * tests/test-sprintf-posix.h (test_function): Likewise.
20462         * tests/test-fprintf-posix.h (test_function): Remove these tests.
20463         * tests/test-printf-posix.h (test_function): Likewise.
20464         * tests/test-fprintf-posix.out: Update.
20465         Needed for FreeBSD 6.1.
20466
20467 2007-04-04  Bruno Haible  <bruno@clisp.org>
20468
20469         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
20470         directly used by the gnulib modules nor by gnulib-tool.
20471
20472 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20473
20474         * DEPENDENCIES: Give overall description of version dependency
20475         desirability.  Use more-typical names for apps.
20476         Add shell, coreutils, diffutils, grep, tar, gzip.
20477
20478 2007-04-04  Simon Josefsson  <simon@josefsson.org>
20479
20480         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
20481
20482 2007-04-04  Karl Berry  <karl@gnu.org>
20483
20484         * MODULES.html.sh (func_module): missing '.
20485
20486 2007-04-03  Bruno Haible  <bruno@clisp.org>
20487
20488         * modules/argmatch-tests (Makefile.am): New variable
20489         test_argmatch_LDADD.
20490         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
20491         * modules/array-list-tests (Makefile.am): New variable
20492         test_array_list_LDADD.
20493         * modules/array-oset-tests (Makefile.am): New variable
20494         test_array_oset_LDADD.
20495         * modules/avltree-list-tests (Makefile.am): New variable
20496         test_avltree_list_LDADD.
20497         * modules/avltree-oset-tests (Makefile.am): New variable
20498         test_avltree_oset_LDADD.
20499         * modules/avltreehash-list-tests (Makefile.am): New variable
20500         test_avltreehash_list_LDADD.
20501         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
20502         test_canonicalize_lgpl_LDADD.
20503         * modules/carray-list-tests (Makefile.am): New variable
20504         test_carray_list_LDADD.
20505         * modules/dirname-tests (Makefile.am): New variable
20506         test_dirname_LDADD.
20507         * modules/linked-list-tests (Makefile.am): New variable
20508         test_linked_list_LDADD.
20509         * modules/linkedhash-list-tests (Makefile.am): New variable
20510         test_linkedhash_list_LDADD.
20511         * modules/rbtree-list-tests (Makefile.am): New variable
20512         test_rbtree_list_LDADD.
20513         * modules/rbtree-oset-tests (Makefile.am): New variable
20514         test_rbtree_oset_LDADD.
20515         * modules/rbtreehash-list-tests (Makefile.am): New variable
20516         test_rbtreehash_list_LDADD.
20517         * modules/xvasprintf-tests (Makefile.am): New variable
20518         test_xvasprintf_LDADD.
20519         Reported by Eric Blake.
20520
20521 2007-04-03  Eric Blake  <ebb9@byu.net>
20522
20523         * DEPENDENCIES: Weaken m4 requirements.
20524
20525 2007-04-03  Bruno Haible  <bruno@clisp.org>
20526
20527         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
20528         * modules/isnanl-tests (configure.ac): Likewise.
20529
20530 2007-04-03  Ben Pfaff  <blp@gnu.org>
20531
20532         * modules/iconv_open: Add $(srcdir)/ to source directory
20533         references in Makefile fragments that call gperf, to fix VPATH
20534         builds.
20535
20536 2007-04-03  Bruno Haible  <bruno@clisp.org>
20537
20538         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
20539         * lib/ldexpl.c: Undo last change.
20540
20541 2007-04-03  Bruno Haible  <bruno@clisp.org>
20542
20543         * modules/printf-frexpl (Depends-on): Undo last change.
20544         (Files): Add m4/ldexpl.m4.
20545
20546 2007-04-03  Bruno Haible  <bruno@clisp.org>
20547
20548         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
20549         * modules/isnanl (Link): New section.
20550
20551         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
20552         * modules/frexp (Link): New section.
20553
20554         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
20555         * modules/frexpl (Link): New section.
20556
20557         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
20558         * modules/ldexpl (Link): New section.
20559
20560 2007-04-03  Bruno Haible  <bruno@clisp.org>
20561
20562         * modules/TEMPLATE-EXTENDED: New file.
20563         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
20564
20565 2007-04-03  Bruno Haible  <bruno@clisp.org>
20566
20567         * DEPENDENCIES: New file.
20568         Suggested by Simon Josefsson.
20569
20570 2007-04-03  Bruno Haible  <bruno@clisp.org>
20571
20572         * doc/gnulib.texi: Escape @.
20573
20574 2007-04-03  James Youngman  <jay@gnu.org>
20575         and Paul Eggert  <eggert@cs.ucla.edu>
20576
20577         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
20578         birthtime on all systems that have birthtime, not just those which
20579         use st_birthtimensec rather than st_birthtim.  Putting zero in
20580         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
20581         that the birth time is not available for files on an NFS mount.
20582
20583 2007-04-03  Simon Josefsson  <simon@josefsson.org>
20584
20585         * modules/memxor: Move back from crypto/, suggested by Bruno.
20586         * modules/crypto/hmac-sha1: Fix memxor dependency.
20587
20588         * modules/crypto/gc: Moved from ../.
20589
20590 2007-04-02  Eric Blake  <ebb9@byu.net>
20591
20592         * lib/ldexpl.c (includes): Avoid libm.
20593
20594         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
20595
20596 2007-04-02  Bruno Haible  <bruno@clisp.org>
20597
20598         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
20599         on IRIX.
20600
20601 2007-04-02  Bruno Haible  <bruno@clisp.org>
20602
20603         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
20604         x86 or x86_64 platforms running MacOS X.
20605         Reported by Ryan Schmidt <@ryandesign.com>.
20606
20607 2007-04-02  Bruno Haible  <bruno@clisp.org>
20608
20609         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
20610         i386.
20611
20612 2007-04-01  Simon Josefsson  <simon@josefsson.org>
20613
20614         * modules/crypto/arcfour: Moved from ../.
20615         * modules/crypto/arcfour-tests: Moved from ../.
20616         * modules/crypto/arctwo: Moved from ../.
20617         * modules/crypto/arctwo-tests: Moved from ../.
20618         * modules/crypto/des: Moved from ../.
20619         * modules/crypto/des-tests: Moved from ../.
20620         * modules/crypto/gc-arcfour: Moved from ../.
20621         * modules/crypto/gc-arcfour-tests: Moved from ../.
20622         * modules/crypto/gc-arctwo: Moved from ../.
20623         * modules/crypto/gc-arctwo-tests: Moved from ../.
20624         * modules/crypto/gc-des: Moved from ../.
20625         * modules/crypto/gc-des-tests: Moved from ../.
20626         * modules/crypto/gc-hmac-md5: Moved from ../.
20627         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
20628         * modules/crypto/gc-hmac-sha1: Moved from ../.
20629         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
20630         * modules/crypto/gc-md2: Moved from ../.
20631         * modules/crypto/gc-md2-tests: Moved from ../.
20632         * modules/crypto/gc-md4: Moved from ../.
20633         * modules/crypto/gc-md4-tests: Moved from ../.
20634         * modules/crypto/gc-md5: Moved from ../.
20635         * modules/crypto/gc-md5-tests: Moved from ../.
20636         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
20637         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
20638         * modules/crypto/gc-random: Moved from ../.
20639         * modules/crypto/gc-rijndael: Moved from ../.
20640         * modules/crypto/gc-rijndael-tests: Moved from ../.
20641         * modules/crypto/gc-sha1: Moved from ../.
20642         * modules/crypto/gc-sha1-tests: Moved from ../.
20643         * modules/crypto/gc-tests: Moved from ../.
20644         * modules/crypto/hmac-md5: Moved from ../.
20645         * modules/crypto/hmac-md5-tests: Moved from ../.
20646         * modules/crypto/hmac-sha1: Moved from ../.
20647         * modules/crypto/hmac-sha1-tests: Moved from ../.
20648         * modules/crypto/md2: Moved from ../.
20649         * modules/crypto/md2-tests: Moved from ../.
20650         * modules/crypto/md4: Moved from ../.
20651         * modules/crypto/md4-tests: Moved from ../.
20652         * modules/crypto/md5: Moved from ../.
20653         * modules/crypto/md5-tests: Moved from ../.
20654         * modules/crypto/memxor: Moved from ../.
20655         * modules/crypto/rijndael: Moved from ../.
20656         * modules/crypto/rijndael-tests: Moved from ../.
20657         * modules/crypto/sha1: Moved from ../.
20658
20659 2007-03-30  James Youngman  <jay@gnu.org>
20660
20661         * tests/test-stat-time.c (prepare_test): use chmod() rather than
20662         rename() to change the ctime of a file (because ctime is unaffected
20663         by rename on jfs2 on AIX 5.1).
20664         (main): Start by doing cleanup, in case a previous run failed leaving
20665         test files behind.
20666
20667 2007-03-31  Bruno Haible  <bruno@clisp.org>
20668
20669         Support old proprietary implementations of iconv.
20670         * modules/iconv_open: New file.
20671         * lib/iconv_.h: New file.
20672         * m4/iconv_h.m4: New file.
20673         * lib/iconv_open.c: New file.
20674         * lib/iconv_open-aix.gperf: New file.
20675         * lib/iconv_open-hpux.gperf: New file.
20676         * lib/iconv_open-irix.gperf: New file.
20677         * lib/iconv_open-osf.gperf: New file.
20678         * m4/iconv_open.m4: New file.
20679         * modules/linebreak (Depends-on): Add iconv_open.
20680         * modules/striconv (Depends-on): Likewise.
20681         * modules/striconveh (Depends-on): Likewise.
20682         * modules/unicodeio (Depends-on): Likewise.
20683         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
20684         (iconv_t)(-1).
20685         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
20686         conversion if cd is (iconv_t)(-1).
20687         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
20688         is not possible.
20689
20690 2007-03-31  Bruno Haible  <bruno@clisp.org>
20691
20692         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
20693         work on Solaris either. Protect also second use of "autodetect_jp".
20694
20695 2007-03-31  Bruno Haible  <bruno@clisp.org>
20696
20697         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
20698         the function is not present.
20699
20700 2007-03-31  Bruno Haible  <bruno@clisp.org>
20701
20702         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
20703         the function is not present.
20704
20705 2007-03-31  Bruno Haible  <bruno@clisp.org>
20706
20707         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
20708         a bug in HP-UX iconv_open().
20709
20710 2007-03-31  Bruno Haible  <bruno@clisp.org>
20711
20712         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
20713         (Mathematics <math.h>): New section, add fpieee.
20714         (Input/output <stdio.h>): Add fseterr.
20715         (Mathematics <math.h>): New section, add printf-frexp.
20716         (Container data structures): Add sublist.
20717         (Core language properties): Add fpucw, inline.
20718         (Functions for greatest-width integer types <inttypes.h>): Add
20719         imaxabs, imaxdiv, inttypes.
20720         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
20721         isnanl-nolibm, ldexp.
20722         (Mathematics <math.h>): New section, add printf-frexpl.
20723         (Support for systems lacking POSIX:2001): Add fprintf-posix,
20724         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
20725         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
20726         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
20727         (Unicode string functions): Add unistr/u*-mbtoucr.
20728         (Java): Add javacomp-script, javaexec-script.
20729         (C#): Add csharpcomp-script, csharpexec-script.
20730         (Support for building libraries and executables): Add havelib,
20731         relocatable-*.
20732         (Support for maintaining and releasing projects): Renamed from
20733         'Support for maintaining and release projects'. Add announce-gen.
20734
20735 2007-03-31  Bruno Haible  <bruno@clisp.org>
20736
20737         * README: Talk primarily about git.
20738         (git and CVS): Renamed from CVS.
20739         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
20740         gnulib is available through git.
20741         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
20742
20743 2007-03-30  Bruno Haible  <bruno@clisp.org>
20744
20745         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
20746         * lib/poll_.h: Likewise.
20747         * lib/stat_.h: Likewise.
20748         * lib/sys_time_.h: Likewise.
20749         * lib/sysexit_.h: Likewise.
20750         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
20751         * lib/stdbool_.h: Likewise.
20752         * lib/byteswap_.h: Add double-inclusion guard.
20753
20754 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
20755
20756         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
20757
20758 2007-03-30  Karl Berry  <karl@gnu.org>
20759
20760         * config/srclist-update: double space after USA in the license
20761         substitution, since that's how it's usually (?) written.
20762
20763 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
20764
20765         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
20766         reported by Bruno Haible.
20767
20768 2007-03-29  Bruno Haible  <bruno@clisp.org>
20769
20770         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
20771         a bug in AIX iconv().
20772
20773 2007-03-29  Bruno Haible  <bruno@clisp.org>
20774
20775         * modules/ldexpl-tests: New file.
20776         * tests/test-ldexpl.c: New file.
20777
20778 2007-03-29  Bruno Haible  <bruno@clisp.org>
20779
20780         * lib/ldexpl.c: Include fpucw.h.
20781         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
20782         multiplication.
20783         * modules/ldexpl (Depends-on): Add fpucw.
20784
20785 2007-03-29  Bruno Haible  <bruno@clisp.org>
20786
20787         * modules/ldexpl: New file.
20788         * m4/ldexpl.m4: New file.
20789         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
20790         set.
20791         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
20792         REPLACE_LDEXPL.
20793         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
20794         REPLACE_LDEXPL.
20795         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
20796         gl_FUNC_LDEXPL_WORKS.
20797         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
20798         * modules/mathl (Files): Remove lib/ldexpl.c.
20799         (Depends-on): Add ldexpl.
20800
20801 2007-03-29  Bruno Haible  <bruno@clisp.org>
20802
20803         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
20804
20805 2007-03-29  Bruno Haible  <bruno@clisp.org>
20806
20807         * tests/test-striconveh.c (main): Don't assume that a direct conversion
20808         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
20809         and possibly also HP-UX.
20810         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
20811         work on AIX, IRIX, HP-UX, OSF/1.
20812         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
20813         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
20814         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
20815         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
20816         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
20817         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
20818
20819 2007-03-29  Bruno Haible  <bruno@clisp.org>
20820
20821         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
20822
20823 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
20824
20825         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
20826         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
20827
20828 2007-03-29  Eric Blake  <ebb9@byu.net>
20829
20830         * lib/acl-internal.h: Remove redundant include.
20831         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
20832         Cygwin when a file is locked.
20833
20834 2007-03-29  Bruno Haible  <bruno@clisp.org>
20835
20836         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
20837         file.
20838         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
20839
20840 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
20841
20842         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
20843         try to remove a parent directory if the child couldn't be removed
20844         (except for the first rmdir, which could fail because the child
20845         doesn't exist).  Problem reported by Jeff Blaine in
20846         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
20847
20848 2007-03-28  Bruno Haible  <bruno@clisp.org>
20849
20850         * lib/striconveh.c (utf8conv_carefully): New function.
20851         (mem_cd_iconveh_internal): Invoke it.
20852
20853 2007-03-28  Bruno Haible  <bruno@clisp.org>
20854
20855         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
20856         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
20857         input.
20858         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
20859         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
20860         unistr/u8-uctomb.
20861
20862 2007-03-28  Bruno Haible  <bruno@clisp.org>
20863
20864         * modules/unistr/u8-mbtoucr: New file.
20865         * lib/unistr/u8-mbtoucr.c: New file.
20866         * modules/unistr/u16-mbtoucr: New file.
20867         * lib/unistr/u16-mbtoucr.c: New file.
20868         * modules/unistr/u16-mbtoucr: New file.
20869         * lib/unistr/u16-mbtoucr.c: New file.
20870         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
20871
20872 2007-03-27  Simon Josefsson  <simon@josefsson.org>
20873             Bruno Haible  <bruno@clisp.org>
20874
20875         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
20876         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
20877         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
20878
20879         * m4/stdio_h.m4: Add stubs for vasprintf too.
20880
20881         * modules/stdio: Support vasprintf in sed command.
20882
20883         * modules/vasprintf: Depend on stdio for prototypes.  Remove
20884         vasprintf.h.  Add stdio module indicator.
20885
20886         * lib/stdio_.h: Declare asprintf and vasprintf, based on
20887         vasprintf.h.
20888
20889         * lib/vasprintf.h: File removed.
20890
20891         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
20892         * lib/vasprintf.c: Ditto.
20893         * lib/xvasprintf.c: Ditto.
20894         * tests/test-vasprintf-posix.c: Ditto.
20895         * tests/test-vasprintf.c: Ditto.
20896
20897 2007-03-27  Bruno Haible  <bruno@clisp.org>
20898
20899         Make vasnprintf multithread-safe.
20900         * lib/vasnprintf.c (decimal_point_char): New function.
20901         (VASNPRINTF): Use it.
20902         Suggested by Simon Josefsson.
20903
20904 2007-03-27  Eric Blake  <ebb9@byu.net>
20905
20906         Support sub-second birthtime on cygwin.
20907         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
20908         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
20909         (get_stat_birthtime): Also work with st_birthtim.
20910
20911 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
20912
20913         * lib/stat-time.h (USE_BIRTHTIME): Remove.
20914         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
20915         (get_stat_birthtime_ns): Do not try to use "spare" fields.
20916         (get_stat_birthtime_ns): Simplify compile-time tests.
20917         (get_stat_birthtime): Change the API to look like
20918         get_stat_mtime etc., except return a negative tv_nsec on error.
20919         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
20920         Don't check for "spare" fields.
20921         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
20922         or for struct stat.st_birthtime, as these tests aren't used.
20923         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
20924
20925 2007-03-27  Bruno Haible  <bruno@clisp.org>
20926
20927         * lib/stat-time.h: Include <sys/stat.h>.
20928
20929 2007-03-27  James Youngman  <jay@gnu.org>
20930
20931         * lib/stat-time.h (get_stat_birthtime): New function for
20932           retrieving st_birthtime as provided by UFS2 (hence *BSD).
20933         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
20934           and its variants.
20935         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
20936         * modules/stat-time-test: New file.
20937         * tests/test-stat-time.c: New test, devised by Bruno Haible.
20938
20939 2007-03-26  Bruno Haible  <bruno@clisp.org>
20940
20941         Better support of signalling NaNs.
20942         * lib/atanl.c: Include isnanl.h.
20943         (atanl): Perform test for NaN at the beginning of the function and
20944         through a call to isnanl.
20945         * lib/cosl.c: Include isnanl.h.
20946         (cosl): Perform test for NaN at the beginning of the function and
20947         through a call to isnanl.
20948         * lib/ldexpl.c: Include isnanl.h.
20949         (ldexpl): Perform test for NaN through a call to isnanl.
20950         * lib/logl.c: Include isnanl.h.
20951         (logl): Perform test for NaN at the beginning of the function and
20952         through a call to isnanl.
20953         * lib/sinl.c: Include isnanl.h.
20954         (sinl): Perform test for NaN at the beginning of the function and
20955         through a call to isnanl.
20956         * lib/sqrtl.c: Include isnanl.h.
20957         (sqrtl): Perform test for NaN at the beginning of the function and
20958         through a call to isnanl.
20959         * lib/tanl.c: Include isnanl.h.
20960         (tanl): Perform test for NaN at the beginning of the function and
20961         through a call to isnanl.
20962         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
20963         * modules/mathl (Depends-on): Add isnanl.
20964
20965 2007-03-26  Eric Blake  <ebb9@byu.net>
20966
20967         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
20968         regression in logic sense of previous patch.
20969
20970 2007-03-26  Bruno Haible  <bruno@clisp.org>
20971
20972         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
20973         unportable shell command "if ! ...".
20974         Reported by Ralf Wildenhues.
20975
20976 2007-03-25  Bruno Haible  <bruno@clisp.org>
20977
20978         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
20979         <sysexits.h> file, and only add EX_CONFIG.
20980         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
20981         absolute file name and whether it is sufficient. Substitute also
20982         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
20983         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
20984         ABSOLUTE_SYSEXITS_H into sysexits.h.
20985
20986 2007-03-25  Bruno Haible  <bruno@clisp.org>
20987
20988         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
20989         hints is NULL.
20990
20991 2007-03-25  Bruno Haible  <bruno@clisp.org>
20992
20993         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
20994         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
20995
20996 2007-03-25  Bruno Haible  <bruno@clisp.org>
20997
20998         * lib/vasnprintf.c: Include langinfo.h.
20999         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
21000         multithread-safe.
21001         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
21002         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
21003         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21004         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21005         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21006         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21007         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21008         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
21009         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21010         Reported by Simon Josefsson.
21011
21012 2007-03-25  Bruno Haible  <bruno@clisp.org>
21013
21014         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
21015         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
21016         * modules/vasnprintf (Depends-on): Add stdint.
21017
21018 2007-03-25  Bruno Haible  <bruno@clisp.org>
21019
21020         * modules/fpieee: New file.
21021         * m4/fpieee.m4: New file.
21022         * modules/isnan-nolibm (Depends-on): Add fpieee.
21023         * modules/isnanl-nolibm (Depends-on): Add fpieee.
21024         * modules/isnanl (Depends-on): Add fpieee.
21025
21026 2007-03-25  Bruno Haible  <bruno@clisp.org>
21027
21028         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
21029
21030 2007-03-25  Bruno Haible  <bruno@clisp.org>
21031
21032         Avoid test failures on IRIX 6.5.
21033         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
21034         (main): Use it.
21035         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
21036         macros.
21037         (main): Use them.
21038
21039 2007-03-25  Bruno Haible  <bruno@clisp.org>
21040
21041         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
21042         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
21043         exists but doesn't work.
21044         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
21045         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
21046         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
21047         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
21048
21049 2007-03-25  Bruno Haible  <bruno@clisp.org>
21050
21051         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
21052         returns inf. Needed on IRIX 6.5.
21053
21054 2007-03-25  Bruno Haible  <bruno@clisp.org>
21055
21056         * tests/test-frexpl.c: Include isnanl-nolibm.h.
21057         (main): Use isnanl instead of x != x idiom.
21058         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
21059
21060         * tests/test-frexp.c: Include isnan.h.
21061         (main): Use isnan instead of x != x idiom.
21062         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
21063
21064 2007-03-25  Bruno Haible  <bruno@clisp.org>
21065
21066         * tests/test-frexp.c (NaN): New function/macro.
21067         (main): Use it instead of 0.0 / 0.0.
21068         * tests/test-isnan.c (NaN): New function/macro.
21069         (main): Use it instead of 0.0 / 0.0.
21070         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
21071         (test_function): Use it instead of 0.0 / 0.0.
21072         * tests/test-vasprintf-posix.c (NaN): New function/macro.
21073         (test_function): Use it instead of 0.0 / 0.0.
21074         * tests/test-snprintf-posix.h (NaN): New function/macro.
21075         (test_function): Use it instead of 0.0 / 0.0.
21076         * tests/test-sprintf-posix.h (NaN): New function/macro.
21077         (test_function): Use it instead of 0.0 / 0.0.
21078         * tests/test-fprintf-posix.h (NaN): New function/macro.
21079         (test_function): Use it instead of 0.0 / 0.0.
21080         * tests/test-printf-posix.h (NaN): New function/macro.
21081         (test_function): Use it instead of 0.0 / 0.0.
21082
21083         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
21084
21085 2007-03-25  Bruno Haible  <bruno@clisp.org>
21086
21087         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
21088
21089 2007-03-25  Bruno Haible  <bruno@clisp.org>
21090
21091         * lib/regexec.c (merge_state_with_log): Make static.
21092
21093 2007-03-25  Bruno Haible  <bruno@clisp.org>
21094
21095         * lib/trigl.c (kernel_rem_pio2): Make static.
21096
21097 2007-03-25  Bruno Haible  <bruno@clisp.org>
21098
21099         * lib/sincosl.c (sincosl_table): Make static.
21100
21101 2007-03-25  Bruno Haible  <bruno@clisp.org>
21102
21103         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
21104         if the compiler does not support C99.
21105
21106 2007-03-25  Bruno Haible  <bruno@clisp.org>
21107
21108         * modules/time (Makefile.am): Ensure all rule action lines start with a
21109         tab.
21110
21111 2007-03-24  Bruno Haible  <bruno@clisp.org>
21112
21113         * modules/tsearch-tests: New file.
21114         * tests/test-tsearch.sh: New file.
21115         * tests/test-tsearch.c: New file, mostly copied from glibc.
21116
21117         * modules/search-tests: New file.
21118         * tests/test-search.c: New file.
21119
21120         * modules/search: New file.
21121         * lib/search_.h: New file, incorporating lib/tsearch.h.
21122         * m4/search_h.m4: New file.
21123         * lib/tsearch.h: Remove file.
21124         * lib/tsearch.c: Include search.h instead of tsearch.h.
21125         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
21126         HAVE_TSEARCH.
21127         * modules/tsearch (Files): Remove lib/tsearch.h.
21128         (Depends-on): Add search.
21129         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
21130         (Include): Change tsearch.h into search.h.
21131
21132 2007-03-24  Bruno Haible  <bruno@clisp.org>
21133
21134         * modules/fpucw: New file.
21135         * lib/fpucw.h: New file.
21136         * lib/frexp.c: Include fpucw.h.
21137         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
21138         (FUNC): Use them.
21139         * lib/printf-frexp.c: Include fpucw.h.
21140         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
21141         (FUNC): Use them.
21142         * lib/vasnprintf.c: Include fpucw.h.
21143         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
21144         'long double' calculations.
21145         * tests/test-frexpl.c: Include fpucw.h.
21146         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
21147         * tests/test-printf-frexpl.c: Include fpucw.h.
21148         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
21149         * modules/frexpl (Depends-on): Add fpucw.
21150         * modules/printf-frexpl (Depends-on): Likewise.
21151         * modules/fprintf-posix (Depends-on): Likewise.
21152         * modules/snprintf-posix (Depends-on): Likewise.
21153         * modules/sprintf-posix (Depends-on): Likewise.
21154         * modules/vasnprintf-posix (Depends-on): Likewise.
21155         * modules/vasprintf-posix (Depends-on): Likewise.
21156         * modules/vfprintf-posix (Depends-on): Likewise.
21157         * modules/vsnprintf-posix (Depends-on): Likewise.
21158         * modules/vsprintf-posix (Depends-on): Likewise.
21159         * modules/frexpl-tests (Depends-on): Likewise.
21160         * modules/printf-frexpl-tests (Depends-on): Likewise.
21161
21162 2007-03-24  Bruno Haible  <bruno@clisp.org>
21163
21164         * lib/float+.h: New file.
21165         * lib/isnan.c: Include float+.h.
21166         (SIZE): New macro.
21167         (FUNC): Compare only SIZE bytes of the value.
21168         * lib/vasnprintf.c: Include float+.h.
21169         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
21170         SIZEOF_LDBL or SIZEOF_DBL bytes.
21171         * modules/isnan-nolibm (Files): Add lib/float+.h.
21172         * modules/isnanl-nolibm (Files): Add lib/float+.h.
21173         * modules/isnanl (Files): Add lib/float+.h.
21174         * modules/vasnprintf (Files): Add lib/float+.h.
21175
21176 2007-03-24  Bruno Haible  <bruno@clisp.org>
21177
21178         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
21179         include isnanl-nolibm.h.
21180
21181 2007-03-24  Bruno Haible  <bruno@clisp.org>
21182
21183         * tests/test-read-file.c (main): Don't produce spurious output for
21184         expected situations. Make the test fail if it encountered unexpected
21185         results.
21186
21187 2007-03-24  Bruno Haible  <bruno@clisp.org>
21188
21189         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
21190         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
21191
21192 2007-03-24  Bruno Haible  <bruno@clisp.org>
21193
21194         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
21195
21196 2007-03-24  Bruno Haible  <bruno@clisp.org>
21197
21198         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
21199         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
21200
21201         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
21202         * modules/utf8-ucs4: Turn into a symbolic link to module
21203         unistr/u8-mbtouc.
21204
21205         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
21206         utf8-ucs4-unsafe.
21207         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
21208         unistr/u8-mbtouc-unsafe.
21209
21210         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
21211         * modules/utf16-ucs4: Turn into a symbolic link to module
21212         unistr/u16-mbtouc.
21213
21214         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
21215         utf16-ucs4-unsafe.
21216         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
21217         unistr/u16-mbtouc-unsafe.
21218
21219         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
21220         * modules/ucs4-utf8: Turn into a symbolic link to module
21221         unistr/u8-ubtomb.
21222
21223         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
21224         * modules/ucs4-utf16: Turn into a symbolic link to module
21225         unistr/u16-ubtomb.
21226
21227 2007-03-24  Bruno Haible  <bruno@clisp.org>
21228
21229         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
21230         Enable the function only if HAVE_INLINE.
21231         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
21232         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
21233         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
21234         Enable the function only if HAVE_INLINE.
21235         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
21236         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
21237         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
21238         Enable the function only if HAVE_INLINE.
21239         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
21240         Enable the function only if HAVE_INLINE.
21241         * modules/utf8-ucs4: Update.
21242         * modules/utf8-ucs4-unsafe: Update.
21243         * modules/utf16-ucs4: Update.
21244         * modules/utf16-ucs4-unsafe: Update.
21245         * modules/ucs4-utf8: Update.
21246         * modules/ucs4-utf16: Update.
21247
21248 2007-03-24  Bruno Haible  <bruno@clisp.org>
21249
21250         * lib/utf8-ucs4.h: Remove file.
21251         * lib/utf8-ucs4-unsafe.h: Remove file.
21252         * lib/utf16-ucs4.h: Remove file.
21253         * lib/utf16-ucs4-unsafe.h: Remove file.
21254         * lib/ucs4-utf8.h: Remove file.
21255         * lib/ucs4-utf16.h: Remove file.
21256         * lib/unistr.h: Include their previous contents.
21257         * m4/utf-ucs4.m4: Remove file.
21258         * m4/ucs4-utf.m4: Remove file.
21259         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
21260         (Depends-on): Add unistr/base.
21261         (configure.ac): Remove gl_UTF_UCS4.
21262         (Makefile.am): Update.
21263         (Include): Change to unistr.h.
21264         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
21265         (Depends-on): Add unistr/base.
21266         (configure.ac): Remove gl_UTF_UCS4.
21267         (Makefile.am): Update.
21268         (Include): Change to unistr.h.
21269         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
21270         (Depends-on): Add unistr/base.
21271         (configure.ac): Remove gl_UTF_UCS4.
21272         (Makefile.am): Update.
21273         (Include): Change to unistr.h.
21274         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
21275         (Depends-on): Add unistr/base.
21276         (configure.ac): Remove gl_UTF_UCS4.
21277         (Makefile.am): Update.
21278         (Include): Change to unistr.h.
21279         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
21280         (Depends-on): Add unistr/base.
21281         (configure.ac): Remove gl_UCS4_UTF.
21282         (Makefile.am): Update.
21283         (Include): Change to unistr.h.
21284         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
21285         (Depends-on): Add unistr/base.
21286         (configure.ac): Remove gl_UCS4_UTF.
21287         (Makefile.am): Update.
21288         (Include): Change to unistr.h.
21289         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
21290         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
21291         utf8-ucs4-unsafe.h.
21292         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
21293         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
21294         utf16-ucs4-unsafe.h.
21295         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
21296         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
21297         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
21298         * lib/unistr/u8-strchr.c: Likewise.
21299         * lib/unistr/u8-strrchr.c: Likewise.
21300         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
21301         * lib/unistr/u16-strchr.c: Likewise.
21302         * lib/unistr/u16-strrchr.c: Likewise.
21303         * lib/striconveh.c: Update.
21304         * lib/linebreak.c: Update.
21305
21306 2007-03-24  Bruno Haible  <bruno@clisp.org>
21307
21308         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
21309         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
21310
21311 2007-03-22  Bruno Haible  <bruno@clisp.org>
21312
21313         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
21314
21315 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
21316
21317         * MODULES.html.sh (File system functions): New module write-any-file.
21318         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
21319         * m4/write-any-file.m4: New files.
21320
21321 2007-03-23  Eric Blake  <ebb9@byu.net>
21322
21323         * gnulib-tool: Rearrange space-tab sequences, since some editors
21324         like to eat them.
21325
21326 2007-03-23  Eric Blake  <ebb9@byu.net>
21327
21328         * lib/version-etc.c (version_etc_va): Update license wording to
21329         be more concise.  Recommended by Richard Stallman.
21330
21331 2007-03-22  Bruno Haible  <bruno@clisp.org>
21332
21333         * lib/poll.c (MSG_PEEK): New fallback definition.
21334
21335 2007-03-22  Bruno Haible  <bruno@clisp.org>
21336
21337         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
21338         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
21339         (main): Update.
21340         Fixes a compilation error on BeOS.
21341
21342 2007-03-22  Bruno Haible  <bruno@clisp.org>
21343
21344         * modules/frexpl-tests: New file.
21345         * tests/test-frexpl.c: New file.
21346
21347         * modules/frexpl: New file.
21348         * m4/frexpl.m4: New file.
21349         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
21350         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
21351         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
21352         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
21353         (Depends-on): Add frexpl. Remove isnanl-nolibm.
21354         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
21355
21356 2007-03-22  Bruno Haible  <bruno@clisp.org>
21357
21358         * lib/frexpl.c: Share code with lib/frexp.c.
21359         * modules/mathl (Files): Add lib/frexp.c.
21360         (Depends-on): Add isnanl-nolibm.
21361
21362 2007-03-22  Bruno Haible  <bruno@clisp.org>
21363
21364         * modules/printf-frexp (Files): Add m4/frexp.m4.
21365         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
21366         only if the found frexp function actually works.
21367
21368 2007-03-22  Bruno Haible  <bruno@clisp.org>
21369
21370         * lib/frexp.c: Remove older implementation that uses divisions.
21371
21372 2007-03-21  Bruno Haible  <bruno@clisp.org>
21373
21374         * modules/frexp-tests: New file.
21375         * tests/test-frexp.c: New file.
21376
21377         * modules/frexp: New file.
21378         * lib/frexp.c: New file.
21379         * m4/frexp.m4: New file.
21380         * lib/math_.h (frexp): New declaration.
21381         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
21382         REPLACE_FREXP.
21383         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
21384
21385 2007-03-21  Bruno Haible  <bruno@clisp.org>
21386
21387         * modules/isnanl-tests: New file.
21388         * tests/test-isnanl.c: New file.
21389
21390         * modules/isnanl: New file.
21391         * lib/isnanl.h: New file.
21392         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
21393         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
21394         gl_FUNC_ISNANL_WORKS.
21395         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
21396         New macros.
21397
21398 2007-03-21  Bruno Haible  <bruno@clisp.org>
21399
21400         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
21401         lib/isnanl.h.
21402         (Include): Update.
21403         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
21404         * lib/vasnprintf.c: Update.
21405         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
21406         tests/test-isnanl.h, remove tests/test-isnanl.c.
21407         (Makefile.am): Update.
21408         * tests/test-isnanl-nolibm.c: New file.
21409         * tests/test-isnanl.h: New file.
21410         * tests/test-isnanl.c: Remove file.
21411
21412 2007-03-21  Jim Meyering  <jim@meyering.net>
21413
21414         When trying to open ".", treat ESTALE like EACCES.
21415         * lib/savewd.c (savewd_save): Resort to forking not just upon
21416         failure with EACCES, but also when errno is ESTALE.
21417
21418 2007-03-20  Bruno Haible  <bruno@clisp.org>
21419
21420         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
21421         Needed on AIX 5.1. Reported by Matthew Woehlke.
21422
21423 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21424
21425         Suggestions by Bruno Haible:
21426         * lib/acl-internal.h: Include "gettext.h" rather than rolling
21427         our own.
21428         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
21429         * modules/acl (Depends-on): Add gettext.
21430
21431 2007-03-19  Bruno Haible  <bruno@clisp.org>
21432
21433         * modules/iconvme: Remove file.
21434         * lib/iconvme.h: Remove file.
21435         * lib/iconvme.c: Remove file.
21436         * m4/iconvme.m4: Remove file.
21437
21438 2007-03-19  Bruno Haible  <bruno@clisp.org>
21439
21440         * doc/relocatable-maint.texi: Break long shell script line.
21441         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
21442
21443 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21444
21445         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
21446         handle file_has_acl.
21447         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
21448         * lib/acl.c: Move header inclusions and related macro defns into
21449         lib/acl-internal.h.
21450         (S_ISLNK): Remove defn, since that's now done for us.
21451         (file_has_acl): Move to lib/file-has-acl.c.
21452         Call acl_trivial if available.  This is the crucial part of the fix.
21453         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
21454         shared within the library.  Rewrite a bit, partly to make it compatible
21455         with the GNU coding style.
21456         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
21457         Remove unnecessary double-quotes.
21458         Don't test for acl_to_text; the build will catch that.
21459         Replace acl_entries if it doesn't exist and it is needed.
21460         Check for -lsec and acl_trivial (as used on Solaris 10).
21461         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
21462         lib/file-has-acl.c.
21463         (Depends-on): Add sys_stat, for S_ISLNK.
21464
21465 2007-03-19  Ben Pfaff  <blp@gnu.org>
21466
21467         * doc/gnulib.texi: Fix typos.
21468         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
21469
21470 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21471
21472         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
21473         If size is zero here, buf must be zero.
21474
21475 2007-03-19  Simon Josefsson  <simon@josefsson.org>
21476
21477         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
21478         <bruno@clisp.org>.
21479
21480 2007-03-18  Bruno Haible  <bruno@clisp.org>
21481
21482         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
21483         Suggested by Eric Blake.
21484
21485 2007-03-18  Ben Pfaff  <blp@gnu.org>
21486
21487         * doc/relocatable.texi: Recommend using as prefix a directory
21488         that does not exist and will never be created.  Based on
21489         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
21490         and others.
21491
21492 2007-03-17  Bruno Haible  <bruno@clisp.org>
21493
21494         * lib/fchownat.c: Include lchown.h.
21495
21496 2007-03-17  Bruno Haible  <bruno@clisp.org>
21497
21498         Fix endless loop when the given allocated size was > INT_MAX.
21499         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
21500         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
21501         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
21502         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
21503         * lib/sprintf.c (sprintf): Likewise.
21504
21505 2007-03-17  Bruno Haible  <bruno@clisp.org>
21506
21507         * tests/test-argp-2.sh (func_compare): Output a context diff.
21508
21509 2007-03-17  Bruno Haible  <bruno@clisp.org>
21510
21511         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
21512         locale's decimal-point character.
21513
21514 2007-03-17  Bruno Haible  <bruno@clisp.org>
21515
21516         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
21517         before comparing it. Needed because on some platforms (e.g. x86) a
21518         'long double' occupies less bytes than sizeof (long double).
21519
21520 2007-03-17  Bruno Haible  <bruno@clisp.org>
21521
21522         * tests/test-crc.c (main): Make printf statements 64-bit clean.
21523         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
21524         * tests/test-getaddrinfo.c (simple): Likewise.
21525         * tests/test-read-file.c (main): Likewise.
21526
21527 2007-03-17  Bruno Haible  <bruno@clisp.org>
21528
21529         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
21530
21531 2007-03-17  Bruno Haible  <bruno@clisp.org>
21532
21533         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
21534         unused variable.
21535
21536 2007-03-17  Bruno Haible  <bruno@clisp.org>
21537
21538         * tests/test-c-strcasecmp.c: Include c-strcase.h.
21539         * tests/test-c-strncasecmp.c: Likewise.
21540
21541 2007-03-17  Bruno Haible  <bruno@clisp.org>
21542
21543         * modules/stdlib (Depends-on): Add unistd.
21544         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
21545         Needed for MacOS X 10.3.
21546
21547 2007-03-17  Bruno Haible  <bruno@clisp.org>
21548
21549         * lib/unistr/u-strdup.h: Include <stdlib.h>.
21550
21551 2007-03-17  Bruno Haible  <bruno@clisp.org>
21552
21553         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
21554
21555 2007-03-17  Bruno Haible  <bruno@clisp.org>
21556
21557         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
21558         to reflect files copied from gnulib (with or without modifications).
21559         Suggested by Jim Meyering.
21560
21561 2007-03-17  Eric Blake  <ebb9@byu.net>
21562
21563         * NEWS: Document stdlib change from 2007-02-18.
21564
21565 2007-03-17  Jim Meyering  <jim@meyering.net>
21566
21567         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
21568         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
21569         someone uses a name containing shell meta-characters.
21570         Reported by Alfred M. Szmidt.
21571
21572         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
21573
21574 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
21575
21576         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
21577         and copy gettext configuration files only if configure.ac contains
21578         a use of AM_GNU_GETTEXT_VERSION.
21579
21580 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
21581
21582         * build-aux/bootstrap (gnulib_name): New variable.
21583         (gnulib_tool_options): Use it.
21584
21585 2007-03-13  Simon Josefsson  <simon@josefsson.org>
21586
21587         * tests/test-des.c: Use new namespace.
21588
21589 2007-03-15  Bruno Haible  <bruno@clisp.org>
21590
21591         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
21592         Reported by James Youngman <jay@gnu.org>.
21593
21594 2007-03-15  Bruno Haible  <bruno@clisp.org>
21595
21596         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
21597         declared prototype. Needed with cc on OSF/1 5.1.
21598
21599 2007-03-15  Bruno Haible  <bruno@clisp.org>
21600
21601         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
21602         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
21603         (struct gl_list_implementation): Add dispose_fn argument to the
21604         'create_empty', 'create' methods.
21605         (struct gl_list_impl_base): Add field 'dispose_fn'.
21606         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
21607         argument.
21608         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
21609         dispose_fn argument.
21610         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
21611         dispose_fn on the dropped values.
21612         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
21613         dispose_fn argument.
21614         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
21615         dropped values.
21616         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
21617         (gl_tree_remove_node): Call dispose_fn on the dropped value.
21618         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
21619         (gl_tree_remove_node): Call dispose_fn on the dropped value.
21620         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
21621         argument.
21622         (gl_tree_list_free): Call dispose_fn on the dropped values.
21623         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
21624         the dropped values.
21625         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
21626         Add dispose_fn argument.
21627         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
21628         Call dispose_fn on the dropped values.
21629         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
21630         Add dispose_fn argument.
21631         (gl_sublist_create): Initialize the 'dispose_fn' field.
21632         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
21633         * tests/test-array_list.c (main): Update.
21634         * tests/test-carray_list.c (main): Update.
21635         * tests/test-avltree_list.c (main): Update.
21636         * tests/test-rbtree_list.c (main): Update.
21637         * tests/test-avltreehash_list.c (main): Update.
21638         * tests/test-rbtreehash_list.c (main): Update.
21639         * tests/test-linked_list.c (main): Update.
21640         * tests/test-linkedhash_list.c (main): Update.
21641         * tests/test-array_oset.c (main): Update.
21642
21643 2007-03-15  Bruno Haible  <bruno@clisp.org>
21644
21645         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
21646         (gl_oset_create_empty): Add dispose_fn argument.
21647         (struct gl_oset_implementation): Add dispose_fn argument to
21648         'create_empty' method.
21649         (struct gl_oset_impl_base): Add dispose_fn field.
21650         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
21651         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
21652         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
21653         values.
21654         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
21655         (gl_tree_oset_free): Call dispose_fn on the dropped values.
21656         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
21657         dropped value.
21658         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
21659         dropped value.
21660         * tests/test-array_oset.c (main): Update.
21661         * tests/test-avltree_oset.c (main): Update.
21662         * tests/test-rbtree_oset.c (main): Update.
21663         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
21664
21665 2007-03-13  Bruno Haible  <bruno@clisp.org>
21666
21667         * tests/test-stdbool.c (i): Update after last patch.
21668
21669 2007-03-12  Bruno Haible  <bruno@clisp.org>
21670
21671         * lib/quotearg.c: Include <wctype.h> early, before the definition of
21672         the iswprint macro. Needed on Solaris 2.5.1.
21673
21674 2007-03-12  Bruno Haible  <bruno@clisp.org>
21675
21676         * tests/test-printf-frexp.c (main): Declare x as volatile.
21677
21678 2007-03-12  Simon Josefsson  <simon@josefsson.org>
21679
21680         * doc/gnulib.texi (Build robot for gnulib): New section.
21681
21682 2007-03-12  Jim Meyering  <jim@meyering.net>
21683
21684         * build-aux/bootstrap: New file.
21685         * build-aux/bootstrap.conf: New file, from coreutils.
21686
21687 2007-03-11  Bruno Haible  <bruno@clisp.org>
21688
21689         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
21690
21691 2007-03-12  Simon Josefsson  <simon@josefsson.org>
21692
21693         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
21694         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
21695         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
21696
21697 2007-03-11  Bruno Haible  <bruno@clisp.org>
21698
21699         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
21700         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
21701
21702 2007-03-11  Bruno Haible  <bruno@clisp.org>
21703
21704         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
21705         formula. Needed for SunPRO C 5.0.
21706
21707 2007-03-11  Bruno Haible  <bruno@clisp.org>
21708
21709         * modules/long-options (Depends-on): Add getopt.
21710
21711 2007-03-11  Bruno Haible  <bruno@clisp.org>
21712
21713         * modules/modechange (Depends-on): Add stdbool.
21714
21715 2007-03-11  Bruno Haible  <bruno@clisp.org>
21716
21717         * modules/i-ring (Depends-on): Add stdbool.
21718
21719 2007-03-11  Bruno Haible  <bruno@clisp.org>
21720
21721         * modules/gc-des (Depends-on): Add stdbool.
21722
21723 2007-03-11  Bruno Haible  <bruno@clisp.org>
21724
21725         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
21726
21727 2007-03-11  Bruno Haible  <bruno@clisp.org>
21728
21729         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
21730
21731 2007-03-11  Bruno Haible  <bruno@clisp.org>
21732
21733         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
21734
21735 2007-03-11  Bruno Haible  <bruno@clisp.org>
21736
21737         * lib/vasnprintf.c (sprintf): Undefine.
21738
21739 2007-03-11  Bruno Haible  <bruno@clisp.org>
21740
21741         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
21742         initializers in SunPRO C and Compaq C compilers.
21743
21744 2007-03-11  Bruno Haible  <bruno@clisp.org>
21745
21746         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
21747         decrementing code ANSI C compliant.
21748
21749 2007-03-11  Bruno Haible  <bruno@clisp.org>
21750
21751         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
21752         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
21753
21754 2007-03-11  Bruno Haible  <bruno@clisp.org>
21755
21756         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
21757         <stdbool.h> substitute doesn't pass.
21758
21759 2007-03-11  Bruno Haible  <bruno@clisp.org>
21760
21761         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
21762
21763 2007-03-11  Bruno Haible  <bruno@clisp.org>
21764
21765         * gnulib-tool (func_create_megatestdir): Create also an autobuild
21766         script, for submission to autobuild.josefsson.org.
21767
21768 2007-03-10  Bruno Haible  <bruno@clisp.org>
21769
21770         * modules/canonicalize-lgpl-tests: New file.
21771         * tests/test-canonicalize-lgpl.sh: New file.
21772         * tests/test-canonicalize-lgpl.c: New file.
21773
21774         * modules/c-strcase-tests: New file.
21775         * tests/test-c-strcase.sh: New file.
21776         * tests/test-c-strcasecmp.c: New file.
21777         * tests/test-c-strncasecmp.c: New file.
21778
21779         * modules/atexit-tests: New file.
21780         * tests/test-atexit.sh: New file.
21781         * tests/test-atexit.c: New file.
21782
21783 2007-03-10  Bruno Haible  <bruno@clisp.org>
21784
21785         * tests/test-binary-io.sh: Use temporary filenames that are not so
21786         likely to clash with those of other tests (in a parallel make).
21787         * tests/test-binary-io.c: Likewise.
21788
21789 2007-03-10  Bruno Haible  <bruno@clisp.org>
21790
21791         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
21792         fallback; use #error instead.
21793         Suggested by Simon Josefsson.
21794
21795 2007-03-10  Bruno Haible  <bruno@clisp.org>
21796
21797         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
21798         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
21799         first and the last.
21800
21801 2007-03-10  Bruno Haible  <bruno@clisp.org>
21802
21803         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
21804
21805 2007-03-10  Bruno Haible  <bruno@clisp.org>
21806
21807         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
21808         "make distcheck".
21809         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
21810         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
21811         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
21812
21813 2007-03-10  Bruno Haible  <bruno@clisp.org>
21814
21815         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
21816         variable.
21817         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
21818         variable.
21819
21820 2007-03-09  Eric Blake  <ebb9@byu.net>
21821         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
21822
21823         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
21824         types are not being provided by gnulib.
21825         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
21826         types are supported.
21827
21828 2007-03-10  Bruno Haible  <bruno@clisp.org>
21829
21830         * lib/stdio_.h (__attribute__): New macro.
21831         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
21832         vsprintf): Specify __attribute__ __format__ for GCC.
21833         Suggested by Eric Blake.
21834
21835 2007-03-09  Bruno Haible  <bruno@clisp.org>
21836
21837         * modules/printf-posix-tests: New file.
21838         * tests/test-printf-posix.sh: New file.
21839         * tests/test-printf-posix.c: New file.
21840
21841         * modules/printf-posix: New file.
21842         * lib/printf.c: New file.
21843         * m4/printf-posix-rpl.m4: New file.
21844         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
21845         REPLACE_PRINTF.
21846         * lib/stdio_.h (printf): New declaration.
21847         (format, __format__, ____printf____, ____scanf____, ____strftime____,
21848         ____strfmon____): New macros.
21849         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
21850         REPLACE_PRINTF.
21851
21852 2007-03-09  Bruno Haible  <bruno@clisp.org>
21853
21854         * tests/test-vasnprintf-posix2.sh: New file.
21855         * tests/test-vasnprintf-posix2.c: New file.
21856         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
21857         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
21858         (Makefile.am): Activate test-vasnprintf-posix2.sh.
21859
21860         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
21861         a locale dependent decimal point, rather than always '.'.
21862
21863 2007-03-09  Eric Blake  <ebb9@byu.net>
21864
21865         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
21866         spite of platforms like Tandem/NSK that define it to -1.
21867
21868 2007-03-08  Bruno Haible  <bruno@clisp.org>
21869
21870         * modules/vprintf-posix-tests: New file.
21871         * tests/test-vprintf-posix.sh: New file.
21872         * tests/test-vprintf-posix.c: New file.
21873         * tests/test-printf-posix.h: New file.
21874
21875         * modules/vprintf-posix: New file.
21876         * lib/vprintf.c: New file.
21877         * m4/vprintf-posix.m4: New file.
21878         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
21879         REPLACE_VPRINTF.
21880         * lib/stdio_.h (vprintf): New declaration.
21881         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
21882         REPLACE_VPRINTF.
21883
21884 2007-03-08  Bruno Haible  <bruno@clisp.org>
21885
21886         * modules/fprintf-posix-tests: New file.
21887         * tests/test-fprintf-posix.sh: New file.
21888         * tests/test-fprintf-posix.c: New file.
21889
21890         * modules/fprintf-posix: New file.
21891         * lib/fprintf.c: New file.
21892         * m4/fprintf-posix.m4: New file.
21893         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
21894         REPLACE_FPRINTF.
21895         * lib/stdio_.h (fprintf): New declaration.
21896         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
21897         REPLACE_FPRINTF.
21898
21899 2007-03-08  Bruno Haible  <bruno@clisp.org>
21900
21901         * modules/vfprintf-posix-tests: New file.
21902         * tests/test-vfprintf-posix.sh: New file.
21903         * tests/test-vfprintf-posix.c: New file.
21904         * tests/test-fprintf-posix.h: New file.
21905         * tests/test-fprintf-posix.out: New file.
21906
21907         * modules/vfprintf-posix: New file.
21908         * lib/vfprintf.c: New file.
21909         * m4/vfprintf-posix.m4: New file.
21910         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
21911         REPLACE_VFPRINTF.
21912         * lib/stdio_.h (vfprintf): New declaration.
21913         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
21914         REPLACE_VFPRINTF.
21915
21916 2007-03-08  Bruno Haible  <bruno@clisp.org>
21917
21918         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
21919
21920 2007-03-08  Bruno Haible  <bruno@clisp.org>
21921
21922         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
21923         instead of 'expr' invocations.
21924         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21925         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21926         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21927         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21928         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21929         Suggested by Paul Eggert.
21930
21931 2007-03-08  Bruno Haible  <bruno@clisp.org>
21932
21933         * modules/fseterr-tests: New file.
21934         * tests/test-fseterr.c: New file.
21935
21936         * modules/fseterr: New file.
21937         * lib/fseterr.h: New file.
21938         * lib/fseterr.c: New file.
21939
21940 2007-03-08  Bruno Haible  <bruno@clisp.org>
21941
21942         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
21943         * lib/getopt_.h: Likewise.
21944         * lib/mbswidth.h: Likewise.
21945         * lib/setenv.h: Likewise.
21946         * lib/vasnprintf.h: Likewise.
21947         * lib/vasprintf.h: Likewise.
21948         * lib/verror.h: Likewise.
21949         * lib/xsetenv.h: Likewise.
21950         * lib/xvasprintf.h: Likewise.
21951
21952 2007-03-08  Jim Meyering  <jim@meyering.net>
21953
21954         * users.txt: Add parted.
21955
21956         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
21957
21958 2007-03-07  Bruno Haible  <bruno@clisp.org>
21959
21960         * m4/printf.m4: Make the shell script snippets copy&pastable.
21961
21962 2007-03-02  Bruno Haible  <bruno@clisp.org>
21963
21964         * lib/netinet_in_.h: New file.
21965         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
21966         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
21967         * modules/netinet_in (Files): Add lib/netinet_in_.h.
21968         (Depends-on): Add absolute-header.
21969         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
21970         into netinet/in.h.
21971
21972 2007-03-03  Bruno Haible  <bruno@clisp.org>
21973
21974         * lib/sys_select_.h: New file.
21975         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
21976         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
21977         * modules/sys_select (Files): Add lib/sys_select_.h.
21978         (Depends-on): Add absolute-header.
21979         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
21980         into sys/select.h.
21981
21982 2007-03-02  Bruno Haible  <bruno@clisp.org>
21983
21984         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
21985         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
21986         values.
21987         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
21988         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
21989         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
21990         * modules/sys_socket (Depends-on): Add absolute-header.
21991         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
21992         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
21993         (Include): Remove requirement of inclusion of <sys/types.h>.
21994
21995 2007-03-02  Bruno Haible  <bruno@clisp.org>
21996
21997         * lib/byteswap_.h (bswap_32): Fix formula.
21998
21999 2007-03-06  Bruno Haible  <bruno@clisp.org>
22000
22001         * modules/sprintf-posix-tests: New file.
22002         * tests/test-sprintf-posix.c: New file.
22003
22004         * modules/sprintf-posix: New file.
22005         * lib/sprintf.c: New file.
22006         * m4/sprintf-posix.m4: New file.
22007         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
22008         REPLACE_SPRINTF.
22009         * lib/stdio_.h (sprintf): New declaration.
22010         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
22011         REPLACE_SPRINTF.
22012
22013 2007-03-06  Bruno Haible  <bruno@clisp.org>
22014
22015         * modules/vsprintf-posix-tests: New file.
22016         * tests/test-vsprintf-posix.c: New file.
22017         * tests/test-sprintf-posix.h: New file.
22018
22019         * modules/vsprintf-posix: New file.
22020         * lib/vsprintf.c: New file.
22021         * m4/vsprintf-posix.m4: New file.
22022         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
22023         REPLACE_VSPRINTF.
22024         * lib/stdio_.h (vsprintf): New declaration.
22025         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
22026         REPLACE_VSPRINTF.
22027
22028 2007-03-06  Bruno Haible  <bruno@clisp.org>
22029
22030         * modules/vsnprintf (Depend-on): Remove minmax.
22031
22032 2007-03-06  Bruno Haible  <bruno@clisp.org>
22033
22034         * modules/snprintf-posix-tests: New file.
22035         * tests/test-snprintf-posix.c: New file.
22036
22037         * modules/snprintf-posix: New file.
22038         * m4/snprintf-posix.m4: New file.
22039         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
22040         gl_FUNC_SNPRINTF.
22041         (gl_FUNC_SNPRINTF): Invoke it.
22042         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
22043         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
22044         is set.
22045         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
22046
22047 2007-03-06  Bruno Haible  <bruno@clisp.org>
22048
22049         * modules/vsnprintf-posix-tests: New file.
22050         * tests/test-vsnprintf-posix.c: New file.
22051         * tests/test-snprintf-posix.h: New file.
22052
22053         * modules/vsnprintf-posix: New file.
22054         * m4/vsnprintf-posix.m4: New file.
22055         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
22056         gl_FUNC_VSNPRINTF.
22057         (gl_FUNC_VSNPRINTF): Invoke it.
22058         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
22059         * lib/stdio_.h (vsnprintf): Define as a replacement if
22060         REPLACE_VSNPRINTF is set.
22061         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
22062
22063 2007-03-06  Bruno Haible  <bruno@clisp.org>
22064
22065         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
22066         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
22067
22068 2007-03-06  Bruno Haible  <bruno@clisp.org>
22069
22070         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
22071         (asinl): Declare also if HAVE_DECL_ASINL is set.
22072         (atanl): Declare also if HAVE_DECL_ATANL is set.
22073         (ceill): Declare also if HAVE_DECL_CEILL is set.
22074         (cosl): Declare also if HAVE_DECL_COSL is set.
22075         (expl): Declare also if HAVE_DECL_EXPL is set.
22076         (floorl): Declare also if HAVE_DECL_FLOORL is set.
22077         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
22078         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
22079         (logl): Declare also if HAVE_DECL_LOGL is set.
22080         (sinl): Declare also if HAVE_DECL_SINL is set.
22081         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
22082         (tanl): Declare also if HAVE_DECL_TANL is set.
22083         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
22084         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
22085         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
22086         declaration of frexpl, ldexpl.
22087         * modules/printf-frexpl (Depends-on): Add math.
22088         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
22089
22090 2007-03-05  Bruno Haible  <bruno@clisp.org>
22091
22092         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
22093         frexpl and ldexpl are declared.
22094         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
22095
22096 2007-03-05  Bruno Haible  <bruno@clisp.org>
22097
22098         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
22099         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
22100
22101 2007-03-05  Bruno Haible  <bruno@clisp.org>
22102
22103         * lib/stdio_.h: Include <stddef.h>.
22104
22105 2007-03-05  Bruno Haible  <bruno@clisp.org>
22106
22107         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
22108
22109 2007-03-05  Bruno Haible  <bruno@clisp.org>
22110
22111         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
22112         NetBSD 4, from Ralf Wildenhues.
22113
22114 2007-03-04  Bruno Haible  <bruno@clisp.org>
22115
22116         * lib/vasprintf.h: Update #if logic for the case when the functions
22117         exist but are overridden.
22118
22119 2007-03-04  Bruno Haible  <bruno@clisp.org>
22120
22121         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
22122         implementations: glibc-2.4 and MacOS X 10.3.
22123         * tests/test-vasnprintf-posix.c (test_function): Test also the case
22124         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
22125         * tests/test-vasprintf-posix.c (test_function): Likewise.
22126
22127 2007-03-04  Bruno Haible  <bruno@clisp.org>
22128
22129         * modules/vasprintf-posix-tests: New file.
22130         * tests/test-vasprintf-posix.c: New file.
22131
22132         * modules/vasprintf-posix: New file.
22133         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
22134         defined.
22135         * m4/vasprintf-posix.m4: New file.
22136         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
22137         gl_FUNC_VASPRINTF.
22138         (gl_FUNC_VASPRINTF): Invoke it.
22139         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
22140         here.
22141         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
22142
22143 2007-03-04  Bruno Haible  <bruno@clisp.org>
22144
22145         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
22146         REPLACE_GETTIMEOFDAY.
22147         * modules/sys_time (Makefile.am): Likewise.
22148         * m4/sys_time_h.m4: Likewise.
22149         * m4/gettimeofday.m4: Likewise.
22150
22151 2007-03-04  Bruno Haible  <bruno@clisp.org>
22152
22153         * modules/vasnprintf-posix-tests: New file.
22154         * tests/test-vasnprintf-posix.c: New file.
22155
22156         * modules/vasnprintf-posix: New file.
22157         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
22158         printf-frexpl.h.
22159         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
22160         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
22161         REPLACE_VASNPRINTF is defined.
22162         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
22163         gl_FUNC_VASNPRINTF.
22164         (gl_FUNC_VASNPRINTF): Invoke it.
22165         * m4/vasnprintf-posix.m4: New file.
22166         * m4/printf.m4: New file.
22167
22168 2007-03-04  Bruno Haible  <bruno@clisp.org>
22169
22170         Compile progreloc.c only if --enable-relocatable is specified.
22171         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
22172         if --enable-relocatable was specified.
22173         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
22174         lib_SOURCES.
22175
22176 2007-03-04  Jim Meyering  <jim@meyering.net>
22177
22178         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
22179         Use it consistently, rather than enumerating errno constants.
22180
22181 2007-03-04  Bruno Haible  <bruno@clisp.org>
22182
22183         * modules/xvasprintf-tests: New file.
22184         * tests/test-xvasprintf.c: New file.
22185
22186         * modules/vasprintf-tests: New file.
22187         * tests/test-vasprintf.c: New file.
22188
22189         * modules/vasnprintf-tests: New file.
22190         * tests/test-vasnprintf.c: New file.
22191
22192         * modules/vsnprintf-tests: New file.
22193         * tests/test-vsnprintf.c: New file.
22194
22195         * modules/snprintf-tests: New file.
22196         * tests/test-snprintf.c: New file.
22197
22198 2007-03-04  Bruno Haible  <bruno@clisp.org>
22199
22200         Compile relocatable.c only if --enable-relocatable is specified.
22201         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
22202         gl_RELOCATABLE_LIBRARY.
22203         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
22204         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
22205         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
22206         gl_RELOCATABLE_LIBRARY.
22207         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
22208         (Makefile.am): Remove lib_SOURCES.
22209         * modules/relocatable-lib-lgpl (configure.ac): Invoke
22210         gl_RELOCATABLE_LIBRARY.
22211         (Makefile.am): Remove lib_SOURCES.
22212         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
22213         always.
22214         * modules/relocatable-prog-wrapper (configure.ac): Invoke
22215         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
22216
22217 2007-03-04  Bruno Haible  <bruno@clisp.org>
22218
22219         * modules/argmatch-tests: New file.
22220         * tests/test-argmatch.c: New file.
22221
22222         * tests/test-allocsa.c (main): Halve the number of loop runs.
22223
22224         * modules/alloca-opt-tests: New file.
22225         * tests/test-alloca-opt.c: New file.
22226
22227 2007-03-04  Jim Meyering  <jim@meyering.net>
22228
22229         Work around difference between Linux ACLs and Solaris 10 ZFS.
22230         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
22231         for EINVAL.
22232
22233 2007-03-03  Bruno Haible  <bruno@clisp.org>
22234
22235         * modules/relocatable-prog (Depends-on): Add back progreloc's
22236         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
22237
22238 2007-03-03  Bruno Haible  <bruno@clisp.org>
22239
22240         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
22241         * modules/relocatable-lib: New file.
22242
22243 2007-03-03  Bruno Haible  <bruno@clisp.org>
22244
22245         * modules/relocatable-prog: Renamed from modules/relocatable.
22246         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
22247
22248 2007-03-03  Bruno Haible  <bruno@clisp.org>
22249
22250         * modules/relocatable-script (Files): Add doc/relocatable.texi,
22251         m4/relocatable-lib.m4.
22252         (Depends-on): Remove 'relocatable'.
22253         (configure.ac): Add gl_RELOCATABLE_NOP.
22254
22255 2007-03-03  Bruno Haible  <bruno@clisp.org>
22256
22257         * modules/relocatable-prog-wrapper: New file.
22258         * modules/relocatable (Depends-on): Add it. Remove all other
22259         dependencies except progname.
22260         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
22261
22262         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
22263         (gl_FUNC_STRERROR): Nop.
22264         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
22265
22266         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
22267         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
22268
22269         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
22270         (gl_FUNC_READLINK): Update.
22271
22272         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
22273
22274 2007-03-03  Bruno Haible  <bruno@clisp.org>
22275
22276         * lib/xreadlink.c: Include <unistd.h> unconditionally.
22277         * modules/xreadlink (Depends-on): Add unistd.
22278         * modules/xreadlink-with-size (Depends-on): Likewise.
22279
22280 2007-03-03  Bruno Haible  <bruno@clisp.org>
22281
22282         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
22283         extracted from gt_FUNC_SETENV.
22284         (gt_FUNC_SETENV): Remove macro.
22285         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
22286         remove gt_FUNC_SETENV.
22287
22288 2007-03-03  Bruno Haible  <bruno@clisp.org>
22289
22290         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
22291         ENABLE_RELOCATABLE here.
22292         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
22293
22294 2007-03-03  Bruno Haible  <bruno@clisp.org>
22295
22296         * modules/rbtreehash-list-tests (Depends-on): Add progname.
22297         * tests/test-rbtreehash_list.c: Include progname.h.
22298         (main): Call set_program_name.
22299
22300         * modules/rbtree-oset-tests (Depends-on): Add progname.
22301         * tests/test-rbtree_oset.c: Include progname.h.
22302         (main): Call set_program_name.
22303
22304         * modules/rbtree-list-tests (Depends-on): Add progname.
22305         * tests/test-rbtree_list.c: Include progname.h.
22306         (main): Call set_program_name.
22307
22308         * modules/linked-list-tests (Depends-on): Add progname.
22309         * tests/test-linked_list.c: Include progname.h.
22310         (main): Call set_program_name.
22311
22312 2007-03-03  Bruno Haible  <bruno@clisp.org>
22313
22314         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
22315         All uses of __restrict changed to _Restrict_.
22316         * lib/glob_.h (__restrict): Remove macro.
22317
22318 2007-03-02  Bruno Haible  <bruno@clisp.org>
22319
22320         * modules/gettext (configure.ac): Require gettext infrastructure
22321         from version 0.16.1.
22322
22323 2007-03-02  Bruno Haible  <bruno@clisp.org>
22324
22325         * modules/linkedhash-list-tests (Depends-on): Add progname.
22326         * tests/test-linkedhash_list.c: Include progname.h.
22327         (main): Call set_program_name.
22328
22329         * modules/carray-list-tests (Depends-on): Add progname.
22330         * tests/test-carray_list.c: Include progname.h.
22331         (main): Call set_program_name.
22332
22333         * modules/avltreehash-list-tests (Depends-on): Add progname.
22334         * tests/test-avltreehash_list.c: Include progname.h.
22335         (main): Call set_program_name.
22336
22337         * modules/avltree-oset-tests (Depends-on): Add progname.
22338         * tests/test-avltree_oset.c: Include progname.h.
22339         (main): Call set_program_name.
22340
22341         * modules/avltree-list-tests (Depends-on): Add progname.
22342         * tests/test-avltree_list.c: Include progname.h.
22343         (main): Call set_program_name.
22344
22345         * modules/array-oset-tests (Depends-on): Add progname.
22346         * tests/test-array_oset.c: Include progname.h.
22347         (main): Call set_program_name.
22348
22349         * modules/array-list-tests (Depends-on): Add progname.
22350         * tests/test-array_list.c: Include progname.h.
22351         (main): Call set_program_name.
22352
22353         * modules/argp-tests (Depends-on): Add progname.
22354         * tests/test-argp.c: Include argp.h first. Include progname.h.
22355         (main): Call set_program_name.
22356
22357 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
22358
22359         * doc/gnulib-tool.texi (Initial import): Reword description of
22360         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
22361         limited effect even if defined after the first system include.
22362
22363 2007-03-01  Bruno Haible  <bruno@clisp.org>
22364
22365         * build-aux/config.libpath: Update to libtool-1.5.22.
22366         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22367
22368 2007-03-01  Bruno Haible  <bruno@clisp.org>
22369
22370         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
22371         foo_CFLAGS.
22372         Reported by Ralf Wildenhues.
22373
22374 2007-03-01  Bruno Haible  <bruno@clisp.org>
22375
22376         * build-aux/install-reloc: Remove object files left over by some
22377         compilers.
22378         Reported by Ralf Wildenhues.
22379
22380 2007-03-01  Bruno Haible  <bruno@clisp.org>
22381
22382         * build-aux/install-reloc: Break long lines.
22383
22384 2007-03-01  Bruno Haible  <bruno@clisp.org>
22385
22386         * doc/relocatable.texi: Document that it may not work on OpenBSD.
22387         Reported by Ralf Wildenhues.
22388
22389 2007-03-01  Bruno Haible  <bruno@clisp.org>
22390
22391         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
22392         include ordering constraints.
22393
22394 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22395
22396         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
22397         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
22398         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
22399         as another example.
22400         * lib/time_.h: Fix misspelling.
22401         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
22402         Require gl_HEADER_TIME_H_DEFAULTS.
22403         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
22404         * m4/time_r.m4 (gl_TIME_R): Likewise.
22405         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
22406
22407 2007-03-01  Bruno Haible  <bruno@clisp.org>
22408
22409         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
22410         * m4/utimens.m4 (gl_UTIMENS): Likewise.
22411
22412 2007-03-01  Jim Meyering  <jim@meyering.net>
22413
22414         * modules/xreadlink (Maintainer): Add my name.
22415         * modules/xreadlink-with-size (Depends-on): Alphabetize.
22416
22417 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
22418             Bruno Haible  <bruno@clisp.org>
22419
22420         * build-aux/install-reloc: Compile also c-ctype.c.
22421         * build-aux/relocatable.sh.in: New file.
22422         * doc/relocatable.texi: New file.
22423         * doc/relocatable-maint.texi: New file.
22424         * doc/gnulib.texi: Include relocatable-maint.texi.
22425         * lib/progreloc.c: Include unistd.h unconditionally.
22426         * lib/relocwrapper.c: Include unistd.h unconditionally.
22427         Include c-ctype.h.
22428         (add_dotbin): Use c_tolower.
22429         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
22430         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
22431         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
22432         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
22433         to m4/relocatable-lib.m4.
22434         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
22435         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
22436         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
22437         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
22438         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
22439         * modules/relocatable: New file.
22440         * modules/relocatable-lib: New file.
22441         * modules/relocatable-script: New file.
22442
22443 2007-02-28  Bruno Haible  <bruno@clisp.org>
22444
22445         Import --enable-relocatable infrastructure.
22446         * build-aux/config.libpath: New file, from GNU gettext.
22447         * build-aux/install-reloc: New file, from GNU gettext.
22448         * build-aux/reloc-ldflags: New file, from GNU gettext.
22449         * lib/relocatable.h: New file, from GNU gettext.
22450         * lib/relocatable.c: New file, from GNU gettext.
22451         * lib/relocwrapper.c: New file, from GNU gettext.
22452         * m4/relocatable.m4: New file, from GNU gettext.
22453
22454 2007-02-28  Bruno Haible  <bruno@clisp.org>
22455
22456         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
22457
22458         * modules/xreadlink: New file, from GNU gettext with modifications.
22459         * lib/xreadlink.c: New file, from GNU gettext.
22460         * lib/xreadlink.h: Add comments.
22461         (xreadlink): New declaration.
22462
22463         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
22464         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
22465         lib/xreadlink-with-size.c.
22466         (configure.ac): Remove gl_XREADLINK invocation.
22467         (Makefile.am): Augment lib_SOURCES.
22468         * m4/xreadlink.m4: Remove file.
22469         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
22470         (xreadlink_with_size): Renamed from xreadink.
22471         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
22472         * modules/canonicalize (Depends-on): Replace xreadlink with
22473         xreadlink-with-size.
22474         * lib/canonicalize.c (canonicalize_filename_mode): Update.
22475
22476 2007-02-25  Jim Meyering  <jim@meyering.net>
22477
22478         * build-aux/announce-gen: When complaining about excess arguments,
22479         list them.
22480
22481 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
22482
22483         * README: Document signed integer overflow situation more
22484         accurately.
22485
22486 2007-02-25  Bruno Haible  <bruno@clisp.org>
22487
22488         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
22489         'a' or 'A' conversion.
22490
22491 2007-02-25  Bruno Haible  <bruno@clisp.org>
22492
22493         * modules/filename: Renamed from modules/pathname.
22494         (Files): Replace lib/pathname.h with lib/filename.h. Replace
22495         lib/concatpath.c with lib/concat-filename.c.
22496         (Makefile.am): Update.
22497         (Include): Replace pathname.h with filename.h.
22498         * lib/filename.h: Renamed from lib/pathname.h.
22499         (concatenated_filename): Renamed from concatenated_pathname.
22500         * lib/concat-filename.c: Renamed from lib/concatpath.c.
22501         (concatenated_filename): Renamed from concatenated_pathname.
22502         * lib/findprog.c: Include filename.h instead of pathname.h.
22503         (find_in_path): Update.
22504         * lib/javacomp.c: Include filename.h instead of pathname.h.
22505         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22506         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22507         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22508         is_oldgcj_14_13_usable, is_javac_usable): Update.
22509         * lib/javaexec.c: Include filename.h instead of pathname.h.
22510         (execute_java_class): Update.
22511         * modules/findprog: Update.
22512         * modules/javacomp: Update.
22513         * modules/javaexec: Update.
22514         * MODULES.html.sh (File system functions): Add 'filename', remove
22515         'pathname'.
22516
22517 2007-02-25  Bruno Haible  <bruno@clisp.org>
22518
22519         * modules/printf-frexpl-tests: New file.
22520         * tests/test-printf-frexpl.c: New file.
22521
22522         * modules/printf-frexpl: New file.
22523         * lib/printf-frexpl.h: New file.
22524         * lib/printf-frexpl.c: New file.
22525         * m4/printf-frexpl.m4: New file.
22526
22527 2007-02-25  Bruno Haible  <bruno@clisp.org>
22528
22529         * modules/printf-frexp-tests: New file.
22530         * tests/test-printf-frexp.c: New file.
22531
22532         * modules/printf-frexp: New file.
22533         * lib/printf-frexp.h: New file.
22534         * lib/printf-frexp.c: New file.
22535         * m4/printf-frexp.m4: New file.
22536
22537 2007-02-25  Bruno Haible  <bruno@clisp.org>
22538
22539         Assume automake >= 1.10 for the tests.
22540         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
22541         * modules/arctwo-tests: Likewise.
22542         * modules/argp-tests: Likewise.
22543         * modules/avltree-list-tests: Likewise.
22544         * modules/avltree-oset-tests: Likewise.
22545         * modules/avltreehash-list-tests: Likewise.
22546         * modules/carray-list-tests: Likewise.
22547         * modules/crc-tests: Likewise.
22548         * modules/des-tests: Likewise.
22549         * modules/gc-arcfour-tests: Likewise.
22550         * modules/gc-arctwo-tests: Likewise.
22551         * modules/gc-des-tests: Likewise.
22552         * modules/gc-hmac-md5-tests: Likewise.
22553         * modules/gc-hmac-sha1-tests: Likewise.
22554         * modules/gc-md2-tests: Likewise.
22555         * modules/gc-md4-tests: Likewise.
22556         * modules/gc-md5-tests: Likewise.
22557         * modules/gc-pbkdf2-sha1-tests: Likewise.
22558         * modules/gc-rijndael-tests: Likewise.
22559         * modules/gc-sha1-tests: Likewise.
22560         * modules/gc-tests: Likewise.
22561         * modules/getaddrinfo-tests: Likewise.
22562         * modules/hmac-md5-tests: Likewise.
22563         * modules/hmac-sha1-tests: Likewise.
22564         * modules/linked-list-tests: Likewise.
22565         * modules/linkedhash-list-tests: Likewise.
22566         * modules/lock-tests: Likewise.
22567         * modules/md2-tests: Likewise.
22568         * modules/md4-tests: Likewise.
22569         * modules/md5-tests: Likewise.
22570         * modules/rbtree-list-tests: Likewise.
22571         * modules/rbtree-oset-tests: Likewise.
22572         * modules/rbtreehash-list-tests: Likewise.
22573         * modules/read-file-tests: Likewise.
22574         * modules/rijndael-tests: Likewise.
22575         * modules/stdint-tests: Likewise.
22576         * modules/tls-tests: Likewise.
22577
22578 2007-02-24  Bruno Haible  <bruno@clisp.org>
22579
22580         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
22581         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
22582         function; instead check whether isnan with a double argument links.
22583         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
22584         function; instead check whether isnan with a 'long double' argument
22585         links.
22586         Reported by Eric Blake <ebb9@byu.net>.
22587
22588 2007-02-24  Bruno Haible  <bruno@clisp.org>
22589
22590         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
22591         defined.
22592         * lib/isnanl.c: Remove all code. Just include isnan.c.
22593         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
22594
22595 2007-02-25  Jim Meyering  <jim@meyering.net>
22596
22597         Avoid conflicting types for 'unsetenv' on FreeBSD.
22598         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
22599         conflicting with FreeBSD's (5.0 and 6.1) function declaration
22600         in stdlib.h.
22601
22602 2007-02-24  Bruno Haible  <bruno@clisp.org>
22603
22604         * modules/isnanl-nolibm-tests: New file.
22605         * tests/test-isnanl.c: New file.
22606
22607         * modules/isnanl-nolibm: New file.
22608         * lib/isnanl.h: New file.
22609         * lib/isnanl.c: New file.
22610         * m4/isnanl.m4: New file.
22611
22612 2007-02-24  Bruno Haible  <bruno@clisp.org>
22613
22614         * modules/isnan-nolibm-tests: New file.
22615         * tests/test-isnan.c: New file.
22616
22617         * modules/isnan-nolibm: New file.
22618         * lib/isnan.h: New file.
22619         * lib/isnan.c: New file.
22620         * m4/isnan.m4: New file.
22621
22622 2007-02-24  Bruno Haible  <bruno@clisp.org>
22623
22624         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
22625         assume that an exponent fits in 20 bits.
22626
22627 2007-02-24  Jim Meyering  <jim@meyering.net>
22628
22629         * m4/regex.m4: Update the description of the configure-time option,
22630         --without-included-regex, to state accurately what the defaults are,
22631         and perhaps to give people an idea why using this option is risky.
22632
22633 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
22634
22635         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
22636         loops on small arguments.  This attempts to avoid the problem
22637         Bruno Haible reported for AIX 4.3.2 in
22638         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
22639
22640 2007-02-23  Bruno Haible  <bruno@clisp.org>
22641
22642         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
22643         Needed for help2man.
22644
22645 2007-02-23  Karl Berry  <karl@gnu.org>
22646
22647         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
22648         exists, foo.h should be cvs-ignored, not committed.
22649
22650 2007-02-23  Eric Blake  <ebb9@byu.net>
22651
22652         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
22653         * lib/stat-time.h (includes): Likewise.
22654         * lib/utimecmp.c (includes): Likewise.
22655         * lib/utimens.h (includes): Likewise.
22656         * lib/getdate.y (includes): Also include "timespec.h" for use
22657         internal to the module.
22658         * modules/utimens (Depends-on): Revert yesterday's patch.
22659         * modules/nanosleep (Depends-on): Add missing dependency.
22660
22661 2007-02-22  Bruno Haible  <bruno@clisp.org>
22662
22663         * lib/glob.c: Don't include getlogin_r.h.
22664
22665 2007-02-22  Jim Meyering  <jim@meyering.net>
22666
22667         * modules/utimens (Depends-on): Add timespec, required for
22668         utimens.h's inclusion of timespec.h.
22669
22670 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
22671
22672         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
22673         long unreadable paths in GNU/Linux.  Problem reported by Andreas
22674         Schwab in
22675         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
22676         I'll try to think of a better way to fix the Solaris problem.
22677
22678         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
22679         like glibc; on Solaris 10, it fails with errno == EINVAL.
22680         POSIX says the behavior is unspecified if the first argument is NULL,
22681         so play it safe and never pass NULL to the system getcwd.
22682
22683 2007-02-21  Jim Meyering  <jim@meyering.net>
22684
22685         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
22686         of gettimeofday.  It would conflict with the one now always
22687         provided via sys_time_.h.  Reported by Matthew Woehlke, as
22688         an IRIX 6.5 build failure.
22689
22690 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
22691
22692         Minor fixups to port to Solaris 10 with Sun C 5.8.
22693         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
22694         * modules/getcwd (Depends-on): Add dirfd.
22695         * lib/putenv.c (putenv): #undef it.
22696         (rpl_putenv): New decl.
22697         (malloc, free): Include <stdlib.h> rather than prototyping separately.
22698
22699 2007-02-20  Bruno Haible  <bruno@clisp.org>
22700
22701         * modules/stdio-tests: New file.
22702         * tests/test-stdio.c: New file.
22703
22704         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
22705         (Depends-on): Add stdio.
22706         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
22707         (Include): Use <stdio.h> instead of vsnprintf.h.
22708         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
22709         HAVE_DECL_VSNPRINTF.
22710         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
22711
22712         * modules/snprintf (Files): Remove lib/snprintf.h.
22713         (Depends-on): Add stdio.
22714         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
22715         (Include): Use <stdio.h> instead of snprintf.h.
22716         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
22717         HAVE_DECL_SNPRINTF.
22718         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
22719         * lib/getaddrinfo.c: Likewise.
22720
22721         * modules/stdio: New file.
22722         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
22723         * lib/snprintf.h: Remove file.
22724         * lib/vsnprintf.h: Remove file.
22725         * lib/.cppi-disable: Remove snprintf.h.
22726         * m4/stdio_h.m4: New file.
22727         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
22728
22729 2007-02-20  Jim Meyering  <jim@meyering.net>
22730
22731         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
22732         used by e.g., mingw.  From Bruno Haible.
22733
22734 2007-02-19  Bruno Haible  <bruno@clisp.org>
22735
22736         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
22737         warnings.
22738         Reported by Ben Pfaff <blp@cs.stanford.edu>.
22739
22740 2007-02-19  Bruno Haible  <bruno@clisp.org>
22741
22742         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
22743         from mingw users.
22744
22745 2007-02-19  Bruno Haible  <bruno@clisp.org>
22746
22747         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
22748         warnings.
22749         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
22750
22751 2007-02-19  Jim Meyering  <jim@meyering.net>
22752
22753         Don't use FD after a successful "fdopendir (fd)".
22754         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
22755         Reset it by calling dirfd on the just-obtained DIR*.
22756
22757         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
22758         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
22759
22760 2007-02-18  Bruno Haible  <bruno@clisp.org>
22761
22762         * lib/readlink.c: Include <unistd.h>.
22763         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
22764         HAVE_READLINK.
22765         * modules/readlink (Depends-on): Add unistd.
22766         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22767         (Include): Add <unistd.h>.
22768
22769         * lib/getlogin_r.h: Remove file.
22770         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
22771         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
22772         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
22773         HAVE_DECL_GETLOGIN_R.
22774         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
22775         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22776         (Include): Use <unistd.h> instead of getlogin_r.h.
22777
22778         * lib/getcwd.h: Remove file.
22779         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
22780         * lib/xgetcwd.c: Likewise.
22781         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
22782         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
22783         * modules/getcwd (Files): Remove lib/getcwd.h.
22784         (Depends-on): Add unistd.
22785         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22786         (Include): Use <unistd.h> instad of getcwd.h.
22787
22788         * lib/ftruncate.c: Include <unistd.h> first.
22789         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
22790         Set HAVE_FTRUNCATE.
22791         * modules/ftruncate (Depends-on): Add unistd.
22792         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22793
22794         * lib/fchdir.c: Include <unistd.h> first.
22795         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
22796         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
22797         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
22798         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22799         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
22800
22801         * lib/dup2.c: Include <unistd.h> first.
22802         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
22803         HAVE_DUP2.
22804         * modules/dup2 (Depends-on): Add unistd.
22805         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22806
22807         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
22808         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
22809         REPLACE_CHOWN. Don't define chown as a macro here.
22810         * modules/chown (Depends-on): Add unistd.
22811         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22812
22813         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
22814         Add definition for GL_LINK_WARNING.
22815         (chown, dup2): New declarations.
22816         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
22817         link warning.
22818         (ftruncate): New declaration.
22819         (getcwd): New declaration, taken from old getcwd.h.
22820         (getlogin_r): New declaration, taken from old getlogin_r.h.
22821         (readlink): New declaration.
22822         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
22823         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
22824         (gl_PREREQ_UNISTD): Remove macro.
22825         (gl_UNISTD_MODULE_INDICATOR): New macro.
22826         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
22827         many new variables. Don't set UNISTD_H.
22828         * modules/unistd (Description): Change.
22829         (Depends-on): Add link-warning.
22830         (configure.ac): Update.
22831         (Makefile.am): Create unistd.h always. Substitute many new variables
22832         into it.
22833
22834 2007-02-18  Bruno Haible  <bruno@clisp.org>
22835
22836         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
22837         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
22838         HAVE_GETSUBOPT.
22839         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
22840         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
22841         * lib/getsubopt.h: Remove file.
22842         * modules/getsubopt (Files): Remove lib/getsubopt.h.
22843         (Depends-on): Add stdlib.
22844         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
22845         (Includes): Use <stdlib.h> instead of getsubopt.h.
22846         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
22847         Set HAVE_GETSUBOPT.
22848         * lib/getsubopt.c: Don't include getsubopt.h.
22849
22850 2007-02-18  Bruno Haible  <bruno@clisp.org>
22851
22852         * modules/fchdir (Depends-on): Add dup2.
22853
22854 2007-02-18  Bruno Haible  <bruno@clisp.org>
22855
22856         * lib/stdlib_.h: Handle glibc's special invocation convention
22857         specially.
22858
22859 2007-02-18  Bruno Haible  <bruno@clisp.org>
22860
22861         * modules/stdlib-tests: New file.
22862         * tests/test-stdlib.c: New file.
22863
22864         * modules/mkstemp (Files): Remove lib/mkstemp.h.
22865         (Depends-on): Add stdlib.
22866         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
22867         (Includes): Use <stdlib.h> instead of mkstemp.h.
22868         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
22869         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
22870         * lib/mkstemp.c: Don't include mkstemp.h.
22871         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
22872         * lib/stdlib--.h: Don't include mkstemp.h.
22873
22874         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
22875         (Depends-on): Add stdlib.
22876         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
22877         (Includes): Use <stdlib.h> instead of mkdtemp.h.
22878         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
22879         HAVE_MKDTEMP.
22880         * lib/mkdtemp.c: Don't include mkdtemp.h.
22881         * lib/clean-temp.c: Don't include mkdtemp.h.
22882
22883         * modules/exit (Files): Remove lib/exit.h.
22884         (Depends-on): Add stdlib.
22885         (Makefile.am): Remove lib_SOURCES.
22886         (Include): Use <stdlib.h> instead of exit.h.
22887         * lib/argmatch.c: Don't include exit.h.
22888         * lib/execute.c: Likewise.
22889         * lib/pagealign_alloc.c: Likewise.
22890         * lib/pipe.c: Likewise.
22891         * lib/wait-process.c: Likewise.
22892         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
22893         * lib/exitfail.c: Likewise.
22894         * lib/savewd.c: Likewise.
22895         * lib/xsetenv.c: Likewise.
22896
22897         * modules/stdlib: New file.
22898         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
22899         and extra comments about mkstemp().
22900         * lib/exit.h: Remove file.
22901         * lib/mkdtemp.h: Remove file.
22902         * lib/mkstemp.h: Remove file.
22903         * m4/stdlib_h.m4: New file.
22904         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
22905
22906 2007-02-18  Bruno Haible  <bruno@clisp.org>
22907
22908         * modules/math-tests: New file.
22909         * tests/test-math.c: New file.
22910
22911         * modules/math: New file.
22912         * modules/mathl (Files): Remove lib/mathl.h.
22913         (Depends-on): Add math.
22914         (Makefile.am): Don't mention mathl.h.
22915         (Include): Use <math.h> instead of mathl.h.
22916         * lib/math_.h: New file.
22917         * lib/mathl.h: Remove file.
22918         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
22919         mathl.h.
22920         * lib/asinl.c: Likewise.
22921         * lib/atanl.c: Likewise.
22922         * lib/ceill.c: Likewise.
22923         * lib/cosl.c: Likewise.
22924         * lib/expl.c: Likewise.
22925         * lib/floorl.c: Likewise.
22926         * lib/frexpl.c: Likewise.
22927         * lib/ldexpl.c: Likewise.
22928         * lib/logl.c: Likewise.
22929         * lib/sincosl.c: Likewise.
22930         * lib/sinl.c: Likewise.
22931         * lib/sqrtl.c: Likewise.
22932         * lib/tanl.c: Likewise.
22933         * lib/trigl.c: Likewise.
22934         * m4/math_h.m4: New file.
22935         * MODULES.html.sh (Mathematics): Add math.
22936
22937 2007-02-17  Bruno Haible  <bruno@clisp.org>
22938
22939         * modules/wctype-tests: New file.
22940         * tests/test-wctype.c: New file.
22941
22942         * modules/wchar-tests: New file.
22943         * tests/test-wchar.c: New file.
22944
22945         * modules/unistd-tests: New file.
22946         * tests/test-unistd.c: New file.
22947
22948         * modules/time-tests: New file.
22949         * tests/test-time.c: New file.
22950
22951         * modules/sysexits-tests: New file.
22952         * tests/test-sysexits.c: New file.
22953
22954         * modules/sys_time-tests: New file.
22955         * tests/test-sys_time.c: New file.
22956
22957         * modules/sys_stat-tests: New file.
22958         * tests/test-sys_stat.c: New file.
22959
22960         * modules/sys_socket-tests: New file.
22961         * tests/test-sys_socket.c: New file.
22962
22963         * modules/sys_select-tests: New file.
22964         * tests/test-sys_select.c: New file.
22965
22966         * modules/string-tests: New file.
22967         * tests/test-string.c: New file.
22968
22969         * modules/stdbool-tests: New file.
22970         * tests/test-stdbool.c: New file.
22971
22972         * modules/netinet_in-tests: New file.
22973         * tests/test-netinet_in.c: New file.
22974
22975         * modules/inttypes-tests: New file.
22976         * tests/test-inttypes.c: New file.
22977
22978         * modules/fcntl-tests: New file.
22979         * tests/test-fcntl.c: New file.
22980
22981         * modules/byteswap-tests: New file.
22982         * tests/test-byteswap.c: New file.
22983
22984         * modules/arpa_inet-tests: New file.
22985         * tests/test-arpa_inet.c: New file.
22986
22987 2007-02-17  Bruno Haible  <bruno@clisp.org>
22988
22989         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
22990         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
22991         if the corresponding module is not enabled. Emit link warnings if
22992         the function is used nevertheless.
22993         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
22994         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
22995         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
22996         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
22997         * modules/inttypes (Depends-on): Add link-warning.
22998         (Makefile.am): Copy the contents of build-aux/link-warning.h into
22999         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
23000         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
23001         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
23002         * modules/imaxdiv (configure.ac): Likewise.
23003         * modules/strtoimax (configure.ac): Likewise.
23004         * modules/strtoumax (configure.ac): Likewise.
23005
23006 2007-02-17  Bruno Haible  <bruno@clisp.org>
23007
23008         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
23009         gl_STRING_MODULE_INDICATOR_DEFAULTS.
23010         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
23011         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
23012
23013 2007-02-17  Bruno Haible  <bruno@clisp.org>
23014
23015         * modules/link-warning: New file.
23016         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
23017         * lib/string_.h (GL_LINK_WARNING): Remove definition.
23018         * modules/string (Depends-on): Add link-warning.
23019         (Makefile.am): Copy the contents of build-aux/link-warning.h into
23020         string.h.
23021         * MODULES.html.sh (Support for building libraries and executables): Add
23022         link-warning.
23023
23024 2007-02-17  Bruno Haible  <bruno@clisp.org>
23025
23026         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
23027         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
23028         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
23029         long lines.
23030
23031 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
23032             Bruno Haible  <bruno@clisp.org>
23033
23034         * modules/tmpfile: New file.
23035         * lib/tmpfile.c: New file.
23036         * m4/tmpfile.m4: New file.
23037         * MODULES.html.sh (func_all_modules): New section "Input/output".
23038
23039 2007-02-15  Bruno Haible  <bruno@clisp.org>
23040
23041         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
23042         (supports_delete_on_close): New function.
23043         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
23044
23045 2007-02-14  Bruno Haible  <bruno@clisp.org>
23046
23047         * modules/mbspcasecmp-tests: New file.
23048         * tests/test-mbspcasecmp.sh: New file.
23049         * tests/test-mbspcasecmp.c: New file.
23050
23051         New module mbspcasecmp.
23052         * modules/mbspcasecmp: New file.
23053         * lib/mbspcasecmp.c: New file.
23054         * lib/string_.h (strncasecmp): Change warning message.
23055         (mbspcasecmp): New declaration.
23056         * m4/mbspcasecmp.m4: New file.
23057         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23058         GNULIB_MBSPCASECMP.
23059         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
23060         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
23061
23062 2007-02-14  Bruno Haible  <bruno@clisp.org>
23063
23064         * modules/mbsncasecmp-tests: New file.
23065         * tests/test-mbsncasecmp.sh: New file.
23066         * tests/test-mbsncasecmp.c: New file.
23067
23068         New module mbsncasecmp.
23069         * modules/mbsncasecmp: New file.
23070         * lib/mbsncasecmp.c: New file.
23071         * lib/string_.h (mbsncasecmp): New declaration.
23072         * m4/mbsncasecmp.m4: New file.
23073         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23074         GNULIB_MBSNCASECMP.
23075         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
23076         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
23077
23078 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
23079
23080         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
23081         Verify that it doesn't overlap with our flags.
23082         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
23083         do not have the desired effect in multibyte locales; instead, use
23084         mbscasecmp.
23085         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
23086         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
23087         we don't require GNU fnmatch ourselves (if our users require it, they
23088         should do so explicitly).
23089
23090         Fix regex code so it doesn't rely on strcasecmp.
23091         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
23092         Otherwise, include gnulib's langinfo.h.
23093         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
23094         undesirable behavior in non-C locales.  Instead, rely on localecharset.
23095         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
23096         * modules/regex (FILES): Remove m4/codeset.m4.
23097         (Depends-on): Add localcharset.  Remove strcase.
23098
23099 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23100
23101         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
23102         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
23103
23104 2007-02-13  Bruno Haible  <bruno@clisp.org>
23105
23106         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
23107         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23108
23109 2007-02-12  Bruno Haible  <bruno@clisp.org>
23110
23111         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
23112         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
23113         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
23114         time warning rather than a link error.
23115
23116 2007-02-12  Bruno Haible  <bruno@clisp.org>
23117
23118         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
23119         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
23120         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23121
23122 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
23123
23124         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
23125         args, not 2.
23126
23127 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
23128
23129         New module 'time', so that apps can include <time.h> as per
23130         POSIX and GNU instead of separate include files like time_r.h
23131         and timegm.h.  This implementation tries out a simpler approach
23132         for replacing decls in standard include files (as compared to
23133         the string module), somewhat as an experiment.
23134
23135         * config/srclist.txt: Comment out mktime.c for now.
23136         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
23137         since it doesn't apply any more.  Use generic wording instead.
23138         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
23139         'time'.
23140         * lib/time_.h, m4/time_h.m4, modules/time: New files.
23141         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
23142         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
23143         Don't include <sys/types.h>; no longer needed since we assume C89.
23144         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
23145         * lib/strftime.c: Likewise.
23146         * lib/time_r.c: Likewise.
23147         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
23148         * lib/nanosleep.c: Include <time.h> first, to check interface.
23149         * lib/strptime.c: Likewise.
23150         * lib/time_r.c: Likewise.
23151         * lib/timegm.c: Likewise.
23152         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
23153         needed.
23154         * lib/timegm.c: Don't include timegm.h; no longer needed.
23155         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
23156         time.h now handles any problems in that area.
23157         (struct timespec, nanosleep): Remove; time.h now arranges for these.
23158         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
23159         that time.h defines struct timespec.
23160         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
23161         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
23162         handles that.
23163         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
23164         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
23165         needed.  Set REPLACE_LOCALTIME.
23166         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
23167         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
23168         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
23169         nanosleep; time_h.m4 now does that.  Don't require
23170         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
23171         module handles this now.
23172         * modules/getdate (Depends-on): Remove timespec.  Add time.
23173         * modules/nanosleep (Depends-on): Likewise.
23174         * modules/stat-time (Depends-on): Likewise.
23175         * modules/nanosleep (Include): Include time.h, not timespec.h.
23176         * modules/strptime (Files): Remove lib/strptime.h.
23177         (Depends-on): Add extensions, time.
23178         (Include): Include time.h, not strptime.h.
23179         * modules/time_r (Files): Remove lib/time_r.h.
23180         (Depends-on): Add time.
23181         (Include): Include time.h, not time_r.h.
23182         * modules/timegm: Likewise.
23183         * modules/timespec (Description): Now does timespec-related decls
23184         of our own, instead of struct timespec itself.
23185         (Depends-on): Add time; remove extensions.
23186         (Maintainer): Add self.
23187         * modules/utimecmp (Depends-on): Add time; remove timespec.
23188         * modules/utimens (Depends-on): Likewise.
23189         * modules/xnanosleep (Depends-on): Likewise.
23190
23191 2007-02-11  Bruno Haible  <bruno@clisp.org>
23192
23193         * lib/c-strstr.c: Include allocsa.h.
23194         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23195         * lib/c-strcasestr.c: Include allocsa.h.
23196         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23197         * lib/strcasestr.c: Include allocsa.h.
23198         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23199         * lib/mbsstr.c: Include allocsa.h.
23200         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
23201         allocsa/freesa instead of malloc/free.
23202         * lib/mbscasestr.c: Include allocsa.h.
23203         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
23204         allocsa/freesa instead of malloc/free.
23205         * modules/c-strstr (Depends-on): Add allocsa.
23206         * modules/c-strcasestr (Depends-on): Likewise.
23207         * modules/strcasestr (Depends-on): Likewise.
23208         * modules/mbsstr (Depends-on): Likewise.
23209         * modules/mbscasestr (Depends-on): Likewise.
23210
23211 2007-02-11  Bruno Haible  <bruno@clisp.org>
23212
23213         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
23214
23215         * modules/mbsspn-tests: New file.
23216         * tests/test-mbsspn.sh: New file.
23217         * tests/test-mbsspn.c: New file.
23218
23219 2007-02-11  Bruno Haible  <bruno@clisp.org>
23220
23221         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
23222
23223         * modules/mbspbrk-tests: New file.
23224         * tests/test-mbspbrk.sh: New file.
23225         * tests/test-mbspbrk.c: New file.
23226
23227 2007-02-11  Bruno Haible  <bruno@clisp.org>
23228
23229         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
23230         unneeded cast.
23231
23232         * modules/mbscspn-tests: New file.
23233         * tests/test-mbscspn.sh: New file.
23234         * tests/test-mbscspn.c: New file.
23235
23236 2007-02-11  Bruno Haible  <bruno@clisp.org>
23237
23238         * modules/mbscasecmp-tests: New file.
23239         * tests/test-mbscasecmp.sh: New file.
23240         * tests/test-mbscasecmp.c: New file.
23241
23242 2007-02-11  Bruno Haible  <bruno@clisp.org>
23243
23244         Ensure O(n) worst-case complexity of mbscasestr.
23245         * lib/mbscasestr.c: Include stdbool.h.
23246         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
23247         functions.
23248         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
23249         the bookkeeping indicates that it's worth it.
23250         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
23251
23252         * modules/mbscasestr-tests: New file.
23253         * tests/test-mbscasestr1.c: New file.
23254         * tests/test-mbscasestr2.sh: New file.
23255         * tests/test-mbscasestr2.c: New file.
23256         * tests/test-mbscasestr3.sh: New file.
23257         * tests/test-mbscasestr3.c: New file.
23258         * tests/test-mbscasestr4.sh: New file.
23259         * tests/test-mbscasestr4.c: New file.
23260         * m4/locale-tr.m4: New file.
23261
23262 2007-02-11  Bruno Haible  <bruno@clisp.org>
23263
23264         Ensure O(n) worst-case complexity of mbsstr.
23265         * lib/mbsstr.c: Include stdbool.h.
23266         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
23267         functions.
23268         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
23269         bookkeeping indicates that it's worth it.
23270         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
23271
23272         * modules/mbsstr-tests: New file.
23273         * tests/test-mbsstr1.c: New file.
23274         * tests/test-mbsstr2.sh: New file.
23275         * tests/test-mbsstr2.c: New file.
23276         * tests/test-mbsstr3.sh: New file.
23277         * tests/test-mbsstr3.c: New file.
23278         * m4/locale-fr.m4: New file.
23279
23280 2007-02-11  Bruno Haible  <bruno@clisp.org>
23281
23282         * lib/mbsrchr.c (mbsrchr): Fix bug.
23283
23284         * modules/mbsrchr-tests: New file.
23285         * tests/test-mbsrchr.sh: New file.
23286         * tests/test-mbsrchr.c: New file.
23287
23288 2007-02-11  Bruno Haible  <bruno@clisp.org>
23289
23290         * lib/mbschr.c (mbschr): Fix bug.
23291
23292         * modules/mbschr-tests: New file.
23293         * tests/test-mbschr.sh: New file.
23294         * tests/test-mbschr.c: New file.
23295         * m4/locale-zh.m4: New file.
23296
23297 2007-02-11  Bruno Haible  <bruno@clisp.org>
23298
23299         Support for copying multibyte string iterators.
23300         * lib/mbiter.h: Include <string.h>.
23301         (mbiter_multi_copy): New function.
23302         (mbi_copy): New macro.
23303         * lib/mbuiter.h: Include <string.h>.
23304         (mbuiter_multi_copy): New function.
23305         (mbui_copy): New macro.
23306
23307 2007-02-11  Bruno Haible  <bruno@clisp.org>
23308
23309         New module mbslen.
23310         * modules/mbslen: New file.
23311         * lib/mbslen.c: New file.
23312         * lib/string_.h (mbslen): New declaration.
23313         * m4/mbslen.m4: New file.
23314         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23315         GNULIB_MBSLEN.
23316         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
23317         * MODULES.html.sh (Internationalization functions): Add mbslen.
23318
23319 2007-02-11  Bruno Haible  <bruno@clisp.org>
23320
23321         Ensure O(n) worst-case complexity of strcasestr substitute.
23322         * lib/strcasestr.c: Include stdbool.h.
23323         (knuth_morris_pratt): New function.
23324         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
23325         bookkeeping indicates that it's worth it.
23326         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
23327
23328         * modules/strcasestr-tests: New file.
23329         * tests/test-strcasestr.c: New file.
23330
23331 2007-02-11  Bruno Haible  <bruno@clisp.org>
23332
23333         Ensure O(n) worst-case complexity of c_strcasestr.
23334         * lib/c-strcasestr.c: Include stdbool.h, string.h.
23335         (knuth_morris_pratt): New function.
23336         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
23337         the bookkeeping indicates that it's worth it.
23338         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
23339
23340         * modules/c-strcasestr-tests: New file.
23341         * tests/test-c-strcasestr.c: New file.
23342
23343 2007-02-11  Bruno Haible  <bruno@clisp.org>
23344
23345         Ensure O(n) worst-case complexity of c_strstr.
23346         * lib/c-strstr.c: Include stdbool.h, string.h.
23347         (knuth_morris_pratt): New function.
23348         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
23349         bookkeeping indicates that it's worth it.
23350         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
23351
23352         * lib/c-strstr.c: Complete rewrite for maintainability.
23353
23354         * modules/c-strstr-tests: New file.
23355         * tests/test-c-strstr.c: New file.
23356
23357 2007-02-11  Bruno Haible  <bruno@clisp.org>
23358
23359         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
23360         5.2.1 and earlier, whereby \055 was treated just like the range
23361         delimiter '-'.
23362         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23363
23364 2007-02-08  Bruno Haible  <bruno@clisp.org>
23365
23366         * modules/regex (Depends-on): Add stdbool.
23367         Reported by Dalibor Topic <robilad@kaffe.org>.
23368
23369 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
23370
23371         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
23372         Prefer returning from main to exiting from it.
23373         Remove unnecessary parens after sizeof.
23374
23375 2007-02-05  Bruno Haible  <bruno@clisp.org>
23376
23377         New module mbssep.
23378         * modules/mbssep: New file.
23379         * lib/mbssep.c: New file.
23380         * lib/string_.h (strsep): Add a conditional link warning.
23381         (mbssep): New declaration.
23382         * m4/mbssep.m4: New file.
23383         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23384         GNULIB_MBSSEP.
23385         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
23386         * MODULES.html.sh (Internationalization functions): Add mbssep.
23387
23388 2007-02-05  Bruno Haible  <bruno@clisp.org>
23389
23390         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
23391         Optimize search in case of 1 delimiter.
23392
23393 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
23394
23395         * lib/acl.h: Include sys/types.h before sys/acl.h.
23396
23397 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
23398
23399         Merge upstream fix for glibc bugzilla #3957:
23400
23401         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
23402
23403         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
23404         bit for RE_HAT_LISTS_NOT_NEWLINE.
23405         (build_charclass_op): Remove bogus comment.
23406
23407 2007-02-05  Simon Josefsson  <simon@josefsson.org>
23408
23409         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
23410
23411 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
23412
23413         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
23414         * lib/memmem.c [!defined _LIBC]: Include config.h.
23415
23416 2007-02-04  Bruno Haible  <bruno@clisp.org>
23417
23418         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
23419         warning message.
23420
23421 2007-02-04  Bruno Haible  <bruno@clisp.org>
23422
23423         New module mbstok_r.
23424         * modules/mbstok_r: New file.
23425         * lib/mbstok_r.c: New file.
23426         * lib/string_.h (strtok_r): Change argument names to match the
23427         comments. Add a conditional link warning.
23428         (mbstok_r): New declaration.
23429         * m4/mbstok_r.m4: New file.
23430         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23431         GNULIB_MBSTOK_R.
23432         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
23433         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
23434
23435 2007-02-04  Bruno Haible  <bruno@clisp.org>
23436
23437         New module mbsspn.
23438         * modules/mbsspn: New file.
23439         * lib/mbsspn.c: New file.
23440         * lib/string_.h (strspn): Add a conditional link warning.
23441         (mbsspn): New declaration.
23442         * m4/mbsspn.m4: New file.
23443         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23444         GNULIB_MBSSPN.
23445         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
23446         * MODULES.html.sh (Internationalization functions): Add mbsspn.
23447
23448 2007-02-04  Bruno Haible  <bruno@clisp.org>
23449
23450         New module mbspbrk.
23451         * modules/mbspbrk: New file.
23452         * lib/mbspbrk.c: New file.
23453         * lib/string_.h (strpbrk): Add a conditional link warning.
23454         (mbspbrk): New declaration.
23455         * m4/mbspbrk.m4: New file.
23456         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23457         GNULIB_MBSPBRK.
23458         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
23459         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
23460
23461 2007-02-04  Bruno Haible  <bruno@clisp.org>
23462
23463         New module mbscspn.
23464         * modules/mbscspn: New file.
23465         * lib/mbscspn.c: New file.
23466         * lib/string_.h (strcspn): Add a conditional link warning.
23467         (mbscspn): New declaration.
23468         * m4/mbscspn.m4: New file.
23469         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23470         GNULIB_MBSCSPN.
23471         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
23472         * MODULES.html.sh (Internationalization functions): Add mbscspn.
23473
23474 2007-02-04  Bruno Haible  <bruno@clisp.org>
23475
23476         New module mbscasestr, reduced goal of strcasestr.
23477         * modules/mbscasestr: New file.
23478         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
23479         (mbscasestr): Renamed from strcasestr.
23480         * lib/strcasestr.c: Don't include mbuiter.h.
23481         (strcasestr): Remove support for multibyte locales.
23482         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
23483         Change the conditional link warning.
23484         (mbscasestr): New declaration.
23485         * m4/mbscasestr.m4: New file.
23486         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
23487         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
23488         REPLACE_STRCASESTR.
23489         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
23490         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23491         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
23492         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
23493         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
23494         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
23495         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
23496         (Depends-on): Remove mbuiter.
23497         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
23498
23499 2007-02-04  Bruno Haible  <bruno@clisp.org>
23500
23501         Simplify handling of strncasecmp.
23502         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
23503         the conditional link warning.
23504         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23505         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
23506         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
23507         * modules/strcase (configure.ac): Don't invoke
23508         gl_STRING_MODULE_INDICATOR.
23509         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
23510
23511 2007-02-04  Bruno Haible  <bruno@clisp.org>
23512
23513         New module mbscasecmp, reduced goal of strcasecmp.
23514         * modules/mbscasecmp: New file.
23515         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
23516         (mbscasecmp): Renamed from strcasecmp.
23517         * lib/strcasecmp.c: Don't include mbuiter.h.
23518         (strcasecmp): Remove support for multibyte locales.
23519         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
23520         Change the conditional link warning.
23521         (mbscasecmp): New declaration.
23522         * m4/mbscasecmp.m4: New file.
23523         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
23524         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
23525         REPLACE_STRCASECMP.
23526         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
23527         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23528         GNULIB_MBSCASECMP.
23529         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
23530         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
23531         * modules/strcase (Files): Remove m4/mbrtowc.m4.
23532         (Depends-on): Remove mbuiter.
23533         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
23534
23535 2007-02-04  Bruno Haible  <bruno@clisp.org>
23536
23537         New module mbsstr. Remove module strstr.
23538         * modules/mbsstr: New file.
23539         * modules/strstr: Remove file.
23540         * lib/mbsstr.c: Renamed from lib/strstr.c.
23541         (mbsstr): Renamed from strstr.
23542         * lib/string_.h (strstr): Remove declaration. Change the conditional
23543         link warning.
23544         (mbsstr): New declaration.
23545         * m4/mbsstr.m4: New file.
23546         * m4/strstr.m4: Remove file.
23547         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
23548         REPLACE_STRSTR.
23549         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
23550         Don't initialize GNULIB_STRSTR.
23551         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
23552         substitute GNULIB_STRSTR and REPLACE_STRSTR.
23553         * MODULES.html.sh (Internationalization functions): Add mbsstr.
23554         (Support for systems lacking ANSI C 89): Remove strstr.
23555
23556 2007-02-04  Bruno Haible  <bruno@clisp.org>
23557
23558         New module mbsrchr.
23559         * modules/mbsrchr: New file.
23560         * lib/mbsrchr.c: New file.
23561         * lib/string_.h (strrchr): Add a conditional link warning.
23562         (mbsrchr): New declaration.
23563         * m4/mbsrchr.m4: New file.
23564         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23565         GNULIB_MBSRCHR.
23566         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
23567         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
23568
23569 2007-02-04  Bruno Haible  <bruno@clisp.org>
23570
23571         New module mbschr.
23572         * modules/mbschr: New file.
23573         * lib/mbschr.c: New file.
23574         * lib/string_.h (strchr): Add a conditional link warning.
23575         (mbschr): New declaration.
23576         * m4/mbschr.m4: New file.
23577         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23578         GNULIB_MBSCHR.
23579         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
23580         * MODULES.html.sh (Internationalization functions): Add mbschr.
23581
23582 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
23583
23584         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
23585
23586         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
23587
23588 2007-02-04  Bruno Haible  <bruno@clisp.org>
23589
23590         New module description section 'configure.ac-early'.
23591         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
23592         (func_get_autoconf_early_snippet): New function.
23593         (func_import, func_create_testdir): Use it. Remove special cases for
23594         modules 'extensions' and 'lock'.
23595         * modules/extensions (configure.ac-early): Require
23596         gl_USE_SYSTEM_EXTENSIONS.
23597         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
23598
23599 2007-02-04  Bruno Haible  <bruno@clisp.org>
23600
23601         Make use of gcj-4.3's -fsource and -ftarget option.
23602         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
23603         and if so try the options -fsource and -ftarget.
23604         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
23605         source_version, ftarget_option, target_version arguments.
23606         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
23607         (is_envjavac_oldgcj_14_14_usable): Renamed from
23608         is_envjavac_gcj_14_14_usable.
23609         (is_envjavac_oldgcj_14_13_usable): Renamed from
23610         is_envjavac_gcj_14_13_usable.
23611         (is_gcj_present): Update.
23612         (is_gcj_43, is_gcj43_usable): New functions.
23613         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
23614         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
23615         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
23616         try the options -fsource and -ftarget.
23617
23618 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23619
23620         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
23621         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
23622         larger value.
23623
23624 2007-02-03  Jim Meyering  <jim@meyering.net>
23625
23626         Give tools a better chance to allocate space for very large buffers.
23627         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
23628
23629         Make pwd and readlink work also when run with an unreadable parent dir
23630         on systems with openat support.
23631         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
23632         provided getcwd function, even when we have openat support.
23633         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
23634
23635 2007-02-02  Bruno Haible  <bruno@clisp.org>
23636
23637         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
23638         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
23639         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
23640         portability problems if one of these functions is only used on specific
23641         platforms.
23642         Reported by Paul Eggert.
23643
23644 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
23645
23646         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
23647         is causing more trouble than it's curing.
23648         * lib/regex_internal.h (__mempcpy): Remove.
23649         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
23650         (and make the code a tad smaller to boot).
23651         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
23652
23653 2007-02-02  Jim Meyering  <jim@meyering.net>
23654
23655         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
23656         section, not in the Makefile.am: one.
23657
23658 2007-02-02  Eric Blake  <ebb9@byu.net>
23659
23660         * lib/strchrnul.c: Always include config.h first.
23661
23662         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
23663         gnulib strstr is not necessary here.
23664
23665 2007-02-02  Simon Josefsson  <simon@josefsson.org>
23666
23667         * m4/socklen.m4: Fix typo.
23668
23669 2007-02-02  Eric Blake  <ebb9@byu.net>
23670
23671         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
23672         * modules/netinet_in (Makefile.am): Likewise.
23673
23674 2007-02-01  Bruno Haible  <bruno@clisp.org>
23675
23676         * lib/string_.h (GL_LINK_WARNING): New macro.
23677         (strcasecmp, strstr, strcasestr): If provided by the system,
23678         conditionally define as a macro that leads to a warning instead of to
23679         an error.
23680         (strncasecmp): Conditionally define as a macro that leads to a warning.
23681
23682 2007-02-01  Karl Berry  <karl@gnu.org>
23683
23684         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
23685
23686 2007-02-01  Bruno Haible  <bruno@clisp.org>
23687
23688         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
23689         renamings.
23690
23691 2007-02-01  Eric Blake  <ebb9@byu.net>
23692
23693         * modules/regex (Depends-on): Revert dependence on mempcpy.
23694         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
23695         module's definition of mempcpy.
23696         Reported by Paul Eggert.
23697
23698 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
23699
23700         * lib/string_.h: If the gnulib module XYZ is not present, undefine
23701         the symbol XYZ before redefining it.  This fixes a problem with
23702         programs that don't use XYZ, when compiled on systems that define
23703         XYZ to something else.
23704
23705 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
23706
23707         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
23708         occurs when "mkdir -m foo" creates a setgid directory that is (1)
23709         writeable to group or other and (2) is intended to have a special
23710         mode bit that is set or cleared.  In such a case, the directory
23711         should be neither group- nor other-writeable until the special
23712         mode bits are right.
23713
23714 2007-01-31  Eric Blake  <ebb9@byu.net>
23715
23716         * modules/mountlist (Depends-on): Add strstr.
23717
23718         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
23719         bug.
23720         * modules/string (Makefile.am): Remove redundant replacement.
23721         * modules/regex (Depends-on): Add mempcpy.
23722
23723 2007-01-31  Bruno Haible  <bruno@clisp.org>
23724
23725         New module description field 'Link'.
23726         * gnulib-tool (func_usage): Document --extract-link-directive.
23727         (sed_extract_prog): Recognize 'Link' directive.
23728         (func_get_link_directive): New function.
23729         (func_import): Show summary of link directives.
23730         Handle --extract-link-directive option.
23731         * modules/acl (Link): New section.
23732         * modules/clock-time (Link): New section.
23733         * modules/euidaccess (Link): New section.
23734         * modules/gettext (Link): New section.
23735         * modules/iconv (Link): New section.
23736         * modules/lock (Link): New section.
23737         * modules/nanosleep (Link): New section.
23738         * modules/readline (Link): New section.
23739
23740 2007-01-27  Bruno Haible  <bruno@clisp.org>
23741
23742         Enforce the use of gnulib modules for unportable <string.h> functions.
23743         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
23744         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
23745         (gl_HEADER_STRING_H_BODY): Require it.
23746         * lib/string_.h: If the gnulib module XYZ is not present, redefine
23747         the symbol XYZ to one that gives a link error.
23748         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
23749         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
23750         * modules/mempcpy (configure.ac): Likewise.
23751         * modules/memrchr (configure.ac): Likewise.
23752         * modules/stpcpy (configure.ac): Likewise.
23753         * modules/stpncpy (configure.ac): Likewise.
23754         * modules/strcase (configure.ac): Likewise.
23755         * modules/strcasestr (configure.ac): Likewise.
23756         * modules/strchrnul (configure.ac): Likewise.
23757         * modules/strdup (configure.ac): Likewise.
23758         * modules/strndup (configure.ac): Likewise.
23759         * modules/strnlen (configure.ac): Likewise.
23760         * modules/strpbrk (configure.ac): Likewise.
23761         * modules/strsep (configure.ac): Likewise.
23762         * modules/strstr (configure.ac): Likewise.
23763         * modules/strtok_r (configure.ac): Likewise.
23764
23765 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
23766
23767         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
23768
23769 2007-01-30  Jim Meyering  <jim@meyering.net>
23770
23771         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
23772
23773 2007-01-29  Bruno Haible  <bruno@clisp.org>
23774
23775         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
23776         * lib/execute.c: Likewise.
23777         * lib/pipe.c: Likewise.
23778         * lib/printf-args.h: Likewise.
23779         * lib/printf-args.c: Likewise.
23780         * lib/printf-parse.c: Likewise.
23781         * lib/vasnprintf.c: Likewise.
23782
23783 2007-01-29  Eric Blake  <ebb9@byu.net>
23784
23785         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
23786         declaration.
23787
23788 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
23789
23790         * lib/strptime.h (strptime): Use 'restrict' for args where
23791         POSIX requires this.
23792         * lib/strptime.c (strptime): Likewise.
23793         Change license notice from LGPL to GPL, since gnulib-tool will
23794         change this as needed.
23795         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
23796         defined.
23797         Include "strptime.h" first, to check interface.
23798         Do not #undef _LIBC and _NL_CURRENT.
23799         Do not include <stdlib.h>; no longer needed.
23800         Include "time_r.h" and declare ptime_locale_status
23801         only if _LIBC is not defined.
23802         (__P): Remove unused macro.
23803         (match_string): Bring back glibc version, but use it only if _LIBC
23804         is defined.
23805         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
23806         Remove unnecessary assertion and abort() call.
23807         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
23808         * m4/strptime.m4: Fix serial number comment.
23809         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
23810         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
23811         (Depends-on): Add time_r.
23812
23813 2007-01-29  Bruno Haible  <bruno@clisp.org>
23814
23815         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23816         strptime.
23817         * modules/strptime (Depends-on): Add stdbool.
23818         * lib/strptime.h: Include <time.h> always. Add comments.
23819
23820 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
23821
23822         * modules/strptime: New file.
23823         * lib/strptime.h: New file.
23824         * lib/strptime.c: New file.
23825         * m4/strptime.m4: New file.
23826
23827 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23828
23829         * MODULES.html.sh: New module mpsort.
23830         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
23831
23832         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
23833         a circularity problem with HP-UX ia64 reported by Bob Proulx in
23834         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
23835         All uses changed.
23836         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
23837         All uses changed.
23838         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
23839         to _Restrict_.
23840         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
23841         the parameter matches the prototype.
23842
23843 2007-01-28  Jim Meyering  <jim@meyering.net>
23844
23845         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
23846         sys/time.h here, reverting that part of the previous patch:
23847         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
23848
23849 2007-01-28  Bruno Haible  <bruno@clisp.org>
23850
23851         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
23852         value of $(SYS_TIME_H).
23853         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
23854         remove it conditionally, too. [added by Jim Meyering]
23855         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
23856         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
23857         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
23858         GETTIMEOFDAY_REPLACEMENT to 1.
23859
23860 2007-01-28  Bruno Haible  <bruno@clisp.org>
23861
23862         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
23863         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
23864         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
23865         Set UNISTD_H instead of UNISTD_H2.
23866         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
23867
23868 2007-01-28  Bruno Haible  <bruno@clisp.org>
23869
23870         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
23871         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
23872
23873 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23874
23875         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
23876         (func_create_testdir): Ensure C locale for `grep' and `tr'
23877         character ranges.
23878         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
23879         ACLOCAL_AMFLAGS parsing state machine.
23880
23881 2007-01-27  Bruno Haible  <bruno@clisp.org>
23882
23883         * modules/unistr/base: Update.
23884
23885 2007-01-27  Bruno Haible  <bruno@clisp.org>
23886
23887         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
23888         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
23889         * modules/unistr/u32-mbtouc-unsafe: Renamed from
23890         modules/unistr/u32-mbtouc.
23891         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
23892         * lib/unistr.h: Update.
23893         * lib/linebreak.c: Update.
23894         * modules/unistr/u32-mbtouc: Renamed from
23895         modules/unistr/u32-mbtouc-safe.
23896         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
23897         * lib/unistr.h: Update.
23898         * lib/unistr/u32-to-u8.c: Update.
23899         * lib/unistr/u32-to-u16.c: Update.
23900
23901 2007-01-27  Bruno Haible  <bruno@clisp.org>
23902
23903         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
23904         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
23905         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
23906         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
23907         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
23908         * modules/unistr/u16-mbtouc-unsafe: Renamed from
23909         modules/unistr/u16-mbtouc.
23910         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
23911         * lib/unistr.h: Update.
23912         * lib/linebreak.c: Update.
23913         * modules/linebreak: Update.
23914         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
23915         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
23916         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
23917         * modules/unistr/u16-mbtouc: Renamed from
23918         modules/unistr/u16-mbtouc-safe.
23919         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
23920         * lib/unistr.h: Update.
23921         * lib/unistr/u16-to-u8.c: Update.
23922         * modules/unistr/u16-to-u8: Update.
23923         * lib/unistr/u16-to-u32.c: Update.
23924         * modules/unistr/u16-to-u32: Update.
23925
23926 2007-01-27  Bruno Haible  <bruno@clisp.org>
23927
23928         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
23929         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
23930         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
23931         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
23932         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
23933         * modules/unistr/u8-mbtouc-unsafe: Renamed from
23934         modules/unistr/u8-mbtouc.
23935         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
23936         * lib/unistr.h: Update.
23937         * lib/striconveh.c: Update.
23938         * modules/striconveh: Update.
23939         * lib/linebreak.c: Update.
23940         * modules/linebreak: Update.
23941         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
23942         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
23943         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
23944         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
23945         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
23946         * lib/unistr.h: Update.
23947         * lib/striconveh.c: Update.
23948         * modules/striconveh: Update.
23949         * lib/unistr/u8-to-u16.c: Update.
23950         * modules/unistr/u8-to-u16: Update.
23951         * lib/unistr/u8-to-u32.c: Update.
23952         * modules/unistr/u8-to-u32: Update.
23953
23954 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23955
23956         Sync from Libtool.
23957         * lib/argz.c: Do not include strings.h nor memory.h, include
23958         string.h unconditionally.  Patch by Simon Josefsson.
23959
23960 2007-01-27  Bruno Haible  <bruno@clisp.org>
23961
23962         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
23963         from gl_HEADER_STRING_H_BODY.
23964         (gl_HEADER_STRING_H_BODY): Require it.
23965         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
23966         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
23967         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
23968         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
23969         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
23970         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
23971         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23972         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
23973         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
23974         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
23975         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
23976         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
23977         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
23978         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
23979         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
23980
23981 2007-01-27  Bruno Haible  <bruno@clisp.org>
23982
23983         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
23984         check_PROGRAMS into noinst_PROGRAMS.
23985         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
23986         check_PROGRAMS in this case.
23987         (func_import): Set for_test to false.
23988         (func_create_testdir): Set for_test to true.
23989
23990 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
23991             Bruno Haible  <bruno@clisp.org>
23992
23993         * modules/strcasestr (Files): Remove lib/strcasestr.h.
23994         (Depends-on): Add string.
23995         (Includes): Use <string.h> instead of strcasestr.h.
23996         * modules/string (Makefile.am): Also substitute the value of
23997         REPLACE_STRCASESTR.
23998         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
23999         assume strcasestr is declared in <string.h> not <strings.h>. Also
24000         set REPLACE_STRCASESTR.
24001         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
24002         REPLACE_STRCASESTR.
24003         * lib/strcasestr.h: Remove file.
24004         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
24005         * lib/string_.h (strcasestr): New declaration.
24006
24007 2007-01-27  Bruno Haible  <bruno@clisp.org>
24008
24009         * lib/string_.h: Use 'extern'.
24010
24011 2007-01-27  Jim Meyering  <jim@meyering.net>
24012
24013         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
24014         of set-but-not-used local, "q".
24015
24016         * lib/mempcpy.c: Include <config.h> before <string.h>.
24017         This fixes a compilation error on HP-UX, due to the system's
24018         "restrict"-using mempcpy prototype.
24019
24020 2007-01-26  Bruno Haible  <bruno@clisp.org>
24021
24022         Small optimization.
24023         * lib/javacomp.c: Include c-strstr.h.
24024          (is_envjavac_gcj): Use c_strstr instead of strstr.
24025         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
24026
24027 2007-01-26  Bruno Haible  <bruno@clisp.org>
24028
24029         * MODULES.html.sh (Unicode string functions): Add the new modules.
24030
24031         * modules/uniconv/u32-strconv-to-locale: New file.
24032         * lib/uniconv/u32-strconv-to-locale.c: New file.
24033
24034         * modules/uniconv/u16-strconv-to-locale: New file.
24035         * lib/uniconv/u16-strconv-to-locale.c: New file.
24036
24037         * modules/uniconv/u8-strconv-to-locale: New file.
24038         * lib/uniconv/u8-strconv-to-locale.c: New file.
24039
24040         * modules/uniconv/u32-strconv-from-locale: New file.
24041         * lib/uniconv/u32-strconv-from-locale.c: New file.
24042
24043         * modules/uniconv/u16-strconv-from-locale: New file.
24044         * lib/uniconv/u16-strconv-from-locale.c: New file.
24045
24046         * modules/uniconv/u8-strconv-from-locale: New file.
24047         * lib/uniconv/u8-strconv-from-locale.c: New file.
24048
24049         * modules/uniconv/u32-strconv-to-enc: New file.
24050         * lib/uniconv/u32-strconv-to-enc.c: New file.
24051         * modules/uniconv/u32-strconv-to-enc-tests: New file.
24052         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
24053
24054         * modules/uniconv/u16-strconv-to-enc: New file.
24055         * lib/uniconv/u16-strconv-to-enc.c: New file.
24056         * lib/uniconv/u-strconv-to-enc.h: New file.
24057         * modules/uniconv/u16-strconv-to-enc-tests: New file.
24058         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
24059
24060         * modules/uniconv/u8-strconv-to-enc: New file.
24061         * lib/uniconv/u8-strconv-to-enc.c: New file.
24062         * modules/uniconv/u8-strconv-to-enc-tests: New file.
24063         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
24064
24065         * modules/uniconv/u32-strconv-from-enc: New file.
24066         * lib/uniconv/u32-strconv-from-enc.c: New file.
24067         * modules/uniconv/u32-strconv-from-enc-tests: New file.
24068         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
24069
24070         * modules/uniconv/u16-strconv-from-enc: New file.
24071         * lib/uniconv/u16-strconv-from-enc.c: New file.
24072         * modules/uniconv/u16-strconv-from-enc-tests: New file.
24073         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
24074
24075         * modules/uniconv/u8-strconv-from-enc: New file.
24076         * lib/uniconv/u8-strconv-from-enc.c: New file.
24077         * lib/uniconv/u-strconv-from-enc.h: New file.
24078         * modules/uniconv/u8-strconv-from-enc-tests: New file.
24079         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
24080
24081         * modules/uniconv/u32-conv-from-enc: New file.
24082         * lib/uniconv/u32-conv-from-enc.c: New file.
24083         * modules/uniconv/u32-conv-from-enc-tests: New file.
24084         * tests/uniconv/test-u32-conv-from-enc.c: New file.
24085
24086         * modules/uniconv/u16-conv-from-enc: New file.
24087         * lib/uniconv/u16-conv-from-enc.c: New file.
24088         * lib/uniconv/u-conv-from-enc.h: New file.
24089         * modules/uniconv/u16-conv-from-enc-tests: New file.
24090         * tests/uniconv/test-u16-conv-from-enc.c: New file.
24091
24092         * modules/uniconv/u8-conv-from-enc: New file.
24093         * lib/uniconv/u8-conv-from-enc.c: New file.
24094         * modules/uniconv/u8-conv-from-enc-tests: New file.
24095         * tests/uniconv/test-u8-conv-from-enc.c: New file.
24096
24097         * modules/uniconv/base: New file.
24098         * lib/uniconv.h: New file.
24099
24100 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
24101
24102         * doc/gnulib-tool.texi (Initial import): Update to match current
24103         behavior with strdup module.
24104         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
24105         * lib/memmem.h: Remove; all uses removed.  This is now done
24106         by <string.h>.
24107         * lib/mempcpy.h: Likewise.
24108         * lib/memrchr.h: Likewise.
24109         * lib/stpcpy.h: Likewise.
24110         * lib/stpncpy.h: Likewise.
24111         * lib/strcase.h: Likewise.
24112         * lib/strchrnul.h: Likewise.
24113         * lib/strdup.h: Likewise.
24114         * lib/strndup.h: Likewise.
24115         * lib/strnlen.h: Likewise.
24116         * lib/strpbrk.h: Likewise.
24117         * lib/strsep.h: Likewise.
24118         * lib/strstr.h: Likewise.
24119         * lib/strtok_r.h: Likewise.
24120         * lib/string_.h: New file.
24121         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
24122         Rely on <string.h> instead.
24123         * lib/canon-host.c: Likewise.
24124         * lib/chdir-long.c: Likewise.
24125         * lib/concatpath.c: Likewise.
24126         * lib/exclude.c: Likewise.
24127         * lib/fchdir.c: Likewise.
24128         * lib/getaddrinfo.c: Likewise.
24129         * lib/getcwd.c: Likewise.
24130         * lib/getsubopt.c: Likewise.
24131         * lib/glob.c: Likewise.
24132         * lib/hard-locale.c: Likewise.
24133         * lib/iconvme.c: Likewise.
24134         * lib/javacomp.c: Likewise.
24135         * lib/mempcpy.c: Likewise.
24136         * lib/memrchr.c: Likewise.
24137         * lib/regex_internal.h: Likewise.
24138         * lib/stpncpy.c: Likewise.
24139         * lib/strcasecmp.c: Likewise.
24140         * lib/strchrnul.c: Likewise.
24141         * lib/strdup.c: Likewise.
24142         * lib/striconv.c: Likewise.
24143         * lib/striconveh.c: Likewise.
24144         * lib/striconveha.c: Likewise.
24145         * lib/strncasecmp.c: Likewise.
24146         * lib/strndup.c: Likewise.
24147         * lib/strnlen.c: Likewise.
24148         * lib/strsep.c: Likewise.
24149         * lib/strstr.c: Likewise.
24150         * lib/strtok_r.c: Likewise.
24151         * lib/userspec.c: Likewise.
24152         * lib/w32spawn.h: Likewise.
24153         * lib/xstrndup.c: Likewise.
24154         * lib/mountlist.c (strstr): Remove decl.
24155         * m4/string_h.m4: New file.
24156         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
24157         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
24158         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
24159         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
24160         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
24161         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
24162         Set REPLACE_STRCASECMP if necessary.
24163         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
24164         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
24165         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
24166         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
24167         HAVE_DECL_STRDUP if necessary.
24168         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
24169         since gl_FUNC_STRNDUP does that now.
24170         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
24171         Check for decl here...
24172         (gl_PREREQ_STRNLEN): ... not here.
24173         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
24174         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
24175         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
24176         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
24177         necessary.
24178         * modules/string: New file.
24179         * modules/memmem (Files): Remove special-purpose include file.
24180         (Depends-on): Add string.
24181         (Include): Include <string.h>, not the removed file.
24182         * modules/mempcpy: Likewise.
24183         * modules/memrchr: Likewise.
24184         * modules/stpcpy: Likewise.
24185         * modules/stpncpy: Likewise.
24186         * modules/strcase: Likewise.
24187         * modules/strchrnul: Likewise.
24188         * modules/strdup: Likewise.
24189         * modules/strndup: Likewise.
24190         * modules/strnlen: Likewise.
24191         * modules/strpbrk: Likewise.
24192         * modules/strsep: Likewise.
24193         * modules/strstr: Likewise.
24194         * modules/strtok_r: Likewise.
24195         * tests/test-dirname.c: Don't include "strdup.h", since
24196         <string.h> now suffices.
24197         * tests/test-memmem.c: Don't include "memmem.h", since
24198         <string.h> now suffices.
24199
24200 2007-01-25  Bruno Haible  <bruno@clisp.org>
24201
24202         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
24203         *resultp is 0.
24204
24205         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
24206         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
24207         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
24208         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
24209
24210         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
24211         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
24212         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
24213         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
24214         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
24215         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
24216
24217 2007-01-24  Bruno Haible  <bruno@clisp.org>
24218
24219         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
24220         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
24221         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
24222         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
24223         gl_FUNC_FTS_CORE.
24224         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
24225         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
24226         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24227         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
24228         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
24229         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
24230         gl_FUNC_FCHOWNAT.
24231         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
24232         gl_FUNC_STRFTIME.
24233         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
24234         Reported by Ralf Wildenhues.
24235
24236 2007-01-24  Bruno Haible  <bruno@clisp.org>
24237
24238         Drop AC_REQUIRE calls that are redundant with the module dependencies.
24239         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
24240         gl_GETADDRINFO.
24241         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
24242         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
24243         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
24244
24245 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
24246
24247         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
24248         Don't use 'exit'; just return from 'main'.
24249         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
24250
24251         * lib/fnmatch_.h: Readjust white space and comments to match
24252         glibc, to avoid spurious diffs.
24253
24254 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24255
24256         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
24257         2004-12-01 change by Jakub Jelinek, since this code won't compile
24258         if !LIBC.  Problem reported by Bob Proulx.
24259
24260 2007-01-23  Bruno Haible  <bruno@clisp.org>
24261
24262         * lib/striconveh.c: Include c-strcaseeq.h.
24263         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
24264         * modules/striconveh (Depends-on): Add c-strcaseeq.
24265
24266 2007-01-23  Bruno Haible  <bruno@clisp.org>
24267
24268         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
24269
24270         * modules/c-strcaseeq: New file.
24271         * lib/c-strcaseeq.h: New file.
24272
24273         * modules/streq: New file.
24274         * lib/streq.h: New file.
24275
24276 2007-01-23  Bruno Haible  <bruno@clisp.org>
24277
24278         * modules/striconveha-tests: New file.
24279         * tests/test-striconveha.c: New file.
24280
24281         * lib/striconveha.h: Include <stdbool.h>.
24282         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
24283         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
24284         (mem_iconveha_notranslit): Renamed from mem_iconveha.
24285         (mem_iconveha): New function.
24286         (str_iconveha_notranslit): Renamed from str_iconveha.
24287         (str_iconveha): New function.
24288         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
24289         c-strcase.
24290
24291 2007-01-23  Bruno Haible  <bruno@clisp.org>
24292
24293         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
24294         encodings without forgiving before trying any encoding with handler.
24295         (str_iconveha): Try all encodings without forgiving before trying any
24296         encoding with handler.
24297
24298 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24299
24300         Import the following changes from libc.
24301
24302         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
24303
24304         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
24305
24306         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
24307
24308         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
24309         normal_bracket label.
24310
24311         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
24312
24313         [BZ #361]
24314         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
24315         to normal_bracket after fetching the next character.
24316
24317 2007-01-22  Bruno Haible  <bruno@clisp.org>
24318
24319         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
24320         argument.
24321         * lib/striconveh.c (iconv_carefully_1): New function.
24322         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
24323         argument.
24324         (str_cd_iconveh): Update.
24325         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
24326         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
24327         * tests/test-striconveh.c (MAGIC): New macro.
24328         (new_offsets): New function.
24329         (main): Test call with and without offsets.
24330
24331 2007-01-22  Bruno Haible  <bruno@clisp.org>
24332
24333         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
24334         * modules/sys_select (Makefile.am): Likewise.
24335         * modules/sys_socket (Makefile.am): Likewise.
24336         * modules/sys_time (Makefile.am): Likewise.
24337
24338 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
24339
24340         * modules/gettimeofday (License): Change from GPL to LGPL, since
24341         gettimeofday is a library function.
24342
24343 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24344
24345         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
24346
24347 2007-01-21  Bruno Haible  <bruno@clisp.org>
24348
24349         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
24350
24351 2007-01-21  Bruno Haible  <bruno@clisp.org>
24352
24353         * modules/striconveha: New file.
24354         * lib/striconveha.h: New file.
24355         * lib/striconveha.c: New file.
24356         * MODULES.html.sh (Internationalization functions): Add striconveha.
24357         * lib/striconv.c (str_iconv): Optimize the case of an empty input
24358         string.
24359         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
24360
24361 2007-01-21  Bruno Haible  <bruno@clisp.org>
24362
24363         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
24364         * lib/striconveh.c (str_iconveh): Likewise.
24365
24366 2007-01-21  Bruno Haible  <bruno@clisp.org>
24367
24368         * lib/striconveh.h (mem_iconveh): New declaration.
24369         * lib/striconveh.c (mem_iconveh): New function.
24370         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
24371
24372 2007-01-21  Bruno Haible  <bruno@clisp.org>
24373
24374         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
24375
24376         * lib/striconveh.h (mem_cd_iconveh): Change specification.
24377         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
24378         original result buffer.
24379         (str_cd_iconveh): Update.
24380         * tests/test-striconveh.c (main): Update.
24381
24382         * lib/striconv.h (mem_cd_iconv): Change specification.
24383         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
24384         result buffer.
24385         (str_cd_iconv): Update.
24386         * tests/test-striconv.c (main): Update.
24387
24388 2007-01-21  Bruno Haible  <bruno@clisp.org>
24389
24390         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
24391
24392 2007-01-20  Jim Meyering  <jim@meyering.net>
24393
24394         * lib/userspec.c (parse_with_separator): If a user or group string
24395         starts with "+", skip the corresponding name-to-ID look-up, since
24396         such a look-up must fail: user and group names may not include "+".
24397
24398 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
24399
24400         * lib/poll.c: Include sys/time.h and time.h unconditionally,
24401         since we now assume the sys_time module.
24402         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
24403         check for sys/time.h; no longer needed.
24404         * modules/poll (Depends-on): Depend on sys_time.
24405
24406 2007-01-18  Bruno Haible  <bruno@clisp.org>
24407
24408         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
24409         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
24410
24411         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
24412         gettimeofday.
24413
24414         * tests/test-gettimeofday.c: Include <time.h>.
24415         (dummy): Remove variable.
24416
24417         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
24418         gl_HEADER_SYS_TIME_H.
24419         (gl_HEADER_SYS_TIME_H): New macro.
24420
24421         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
24422         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24423         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
24424         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
24425         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24426         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
24427         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
24428         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24429         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
24430         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
24431         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24432
24433         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
24434         last change; it caused a compilation error when cross-compiling to
24435         Cygwin.
24436
24437 2007-01-18  Jim Meyering  <jim@meyering.net>
24438
24439         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
24440         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
24441         than the race-prone "test -d sys || mkdir sys".
24442         (configure.ac): Use AC_PROG_MKDIR_P.
24443         * modules/sys_select: Likewise.
24444         * modules/sys_socket: Likewise.
24445         * modules/sys_time: Likewise.
24446
24447 2007-01-18  Eric Blake  <ebb9@byu.net>
24448
24449         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
24450         replace gettimeofday.
24451         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
24452         name, to avoid infinite recursion.
24453
24454 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
24455
24456         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
24457         module sys_time.
24458         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
24459         assume timespec.h defines struct timeval.
24460         * lib/settime.c: Likewise.
24461         * lib/utimens.c: Likewise.
24462         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
24463         since we now assume the gettimeofday module.
24464         * lib/tempname.c (__gen_tempname): Likewise.
24465         * lib/gettimeofday.h: Remove.
24466         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
24467         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
24468         Include <time.h>, for 'time()'.
24469         (localtime_buffer_addr): Also use this workaround if
24470         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
24471         to simplify the uses.  All uses changed.
24472         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
24473         that #undef is inside {}, and 'const' follows type name consistently.
24474         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
24475         (gettimeofday): Do not use the maximum possible value for
24476         tv->tv_usec, since that might break usages other than ls.c.
24477         Instead, we'll leave ls.c alone.  This undoes today's patch
24478         by Bruno.  Add a compile-time warning for 1s-clock resolution;
24479         we've never observed the problem but might as well keep the
24480         canary.
24481         * lib/nanosleep.c: Include timespec.h first, for interface check.
24482         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
24483         now assume the sys_time module.
24484         * lib/tempname.c: Likewise.
24485         * lib/timespec.h: Likewise.
24486         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
24487         needed.
24488         * lib/strftime.c: Likewise.
24489         * lib/timespec.h: Likewise.
24490         * lib/posixtm.c: Include posixtm.h first, for interface check.
24491         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
24492         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
24493         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
24494         * lib/sys_time_.h: New file.
24495         * lib/timespec.h (struct timespec): Use long int, not long.
24496         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
24497         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
24498         Remove obsolescent call to AC_HEADER_TIME.
24499         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
24500         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
24501         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
24502         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
24503         Likewise.
24504         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
24505         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
24506         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
24507         into the sys_time module.  Check for gettimeofday just once.
24508         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
24509         for gettimeofday signature to just check the signature.  Merely
24510         compile it, since linking doesn't test signature.  Improve test for
24511         whether gettimeofday.o is actually needed.
24512         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
24513         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
24514         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
24515         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24516         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
24517         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
24518         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
24519         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
24520         than worrying about sys/time.h.
24521         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
24522         Don't bother worrying about TIME_WITH_SYS_TIME.
24523         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
24524         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
24525         * m4/sys_time_h.m4: New file.
24526         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
24527         Don't include sys/time.h.  Return from main rather than exiting.
24528         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
24529         all uses changed.
24530         * modules/gethrxtime (Depends-on): Add sys_time.
24531         * modules/gettime (Depends-on): Likewise.
24532         * modules/gettimeofday (Depends-on): Likewise.
24533         * modules/nanosleep (Depends-on): Likewise.
24534         * modules/settime (Depends-on): Likewise.
24535         * modules/tempname (Depends-on): Likewise.
24536         * modules/utimens (Depends-on): Likewise.
24537         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
24538         (Include:) Change back to <sys/time.h>.
24539         (Maintainer:) Add self.
24540         * modules/sys_time: New file.
24541         * modules/tempname (Depends-on): Add gettimeofday.
24542         * tests/test-gettimeofday.c: Include <sys/time.h>
24543         rather than gettimeofday.h.
24544
24545 2007-01-17  Bruno Haible  <bruno@clisp.org>
24546
24547         * gnulib-tool (func_get_license): Revert last patch. Instead, let
24548         the license default to GPL.
24549         (func_create_testdir): Don't complain if a module is LGPL and its
24550         tests module depends on GPLed modules.
24551
24552 2007-01-17  Bruno Haible  <bruno@clisp.org>
24553
24554         * lib/gettimeofday.c (gettimeofday): Add code for the case
24555         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
24556         maximum possible value for tv->tv_usec, rather than the minimum one.
24557
24558 2005-10-08  Martin Lambers  <marlam@marlam.de>
24559 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
24560 2007-01-16  Bruno Haible  <bruno@clisp.org>
24561
24562         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
24563         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
24564         gl_FUNC_GETTIMEOFDAY.
24565         (Include): Add gettimeofday.h.
24566         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
24567         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
24568         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
24569         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
24570         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
24571         * lib/gettimeofday.h: New file.
24572         * lib/gettimeofday.c: Include <sys/timeb.h>.
24573         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
24574         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24575         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
24576         fall back on time().
24577
24578         * tests/test-gettimeofday.c: New file.
24579         * modules/gettimeofday-tests: New file.
24580
24581 2007-01-16  Eric Blake  <ebb9@byu.net>
24582
24583         * modules/fnmatch (Depends-on): Depend on wchar.
24584         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
24585         * m4/fnmatch.m4: Likewise.
24586         * modules/mbchar (Makefile.am): Assume <wchar.h>.
24587         * m4/mbchar.m4: Likewise.
24588         * modules/mbswidth (Depends-on): Depend on wchar.
24589         * lib/mbswidth.c: Assume <wchar.h>.
24590         * m4/mbswidth.m4: Likewise.
24591         * modules/quotearg (Depends-on): Depend on wchar.
24592         * lib/quotearg.c: Assume <wchar.h>.
24593         * m4/quotearg.m4: Likewise.
24594         * modules/regex (Depends-on): Depend on wchar.
24595         * lib/regex_internal.h: Assume <wchar.h>.
24596         * m4/regex.m4: Likewise.
24597         * modules/stdint (Depends-on): Depend on wchar.
24598         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
24599         * m4/stdint.m4: Likewise.
24600         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
24601         * modules/strftime (Depends-on): Depend on wchar.
24602         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
24603         * modules/strtol (Depends-on): Depend on wchar.
24604         * lib/strtol.c: Assume <wchar.h>.
24605         * modules/wcwidth (Depends-on): Depend on wchar.
24606         * lib/wcwidth.h: Assume <wchar.h>.
24607         * m4/wcwidth.m4: Likewise.
24608
24609 2007-01-16  Bruno Haible  <bruno@clisp.org>
24610
24611         * modules/csharpexec-script: New, created from...
24612         * modules/csharpexec: ... this.
24613
24614 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
24615
24616         * modules/javaexec-script: New, created from...
24617         * modules/javaexec: ... this.
24618
24619 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24620
24621         * modules/poll (Dependencies): Add sys_select.
24622
24623 2007-01-15  Jim Meyering  <jim@meyering.net>
24624
24625         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
24626         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
24627         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
24628         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
24629
24630 2007-01-15  Bruno Haible  <bruno@clisp.org>
24631
24632         * modules/striconveh: New file.
24633         * lib/striconveh.h: New file.
24634         * lib/striconveh.c: New file.
24635         * MODULES.html.sh (Internationalization functions): Add striconveh.
24636
24637         * modules/striconveh-tests: New file.
24638         * tests/test-striconveh.c: New file.
24639
24640 2007-01-15  Bruno Haible  <bruno@clisp.org>
24641
24642         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
24643         not from GNU libiconv or GNU libc.
24644
24645 2007-01-15  Bruno Haible  <bruno@clisp.org>
24646
24647         * doc/gnulib-intro.texi (Copyright): Explain the different license
24648         terms for module descriptions, autoconf macros, tests, documentation.
24649
24650 2007-01-14  Bruno Haible  <bruno@clisp.org>
24651
24652         * modules/striconv-tests: New file.
24653         * tests/test-striconv.c: New file.
24654
24655 2007-01-14  Bruno Haible  <bruno@clisp.org>
24656
24657         * modules/iconv-tests: New file.
24658         * tests/test-iconv.c: New file.
24659
24660 2007-01-14  Bruno Haible  <bruno@clisp.org>
24661
24662         * gnulib-tool (func_get_license): For test modules, use the license of
24663         the main module.
24664
24665 2007-01-14  Bruno Haible  <bruno@clisp.org>
24666
24667         * modules/iconv (Include): Clarify that <iconv.h> can only be included
24668         if iconv is found to exist.
24669
24670 2007-01-14  Bruno Haible  <bruno@clisp.org>
24671
24672         * modules/c-ctype-tests: New file.
24673         * tests/test-c-ctype.c: New file.
24674
24675 2007-01-14  Bruno Haible  <bruno@clisp.org>
24676
24677         * modules/binary-io-tests: New file.
24678         * tests/test-binary-io.sh: New file.
24679         * tests/test-binary-io.c: New file.
24680
24681 2007-01-14  Bruno Haible  <bruno@clisp.org>
24682
24683         * modules/array-oset-tests: New file.
24684         * tests/test-array_oset.c: New file.
24685
24686 2007-01-14  Bruno Haible  <bruno@clisp.org>
24687
24688         * modules/array-list-tests: New file.
24689         * tests/test-array_list.c: New file.
24690
24691 2007-01-14  Bruno Haible  <bruno@clisp.org>
24692
24693         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
24694         and make.
24695         Reported by Simon Josefsson in
24696         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
24697
24698 2007-01-14  Bruno Haible  <bruno@clisp.org>
24699
24700         * modules/allocsa-tests: New file.
24701         * tests/test-allocsa.c: New file.
24702
24703 2007-01-14  Bruno Haible  <bruno@clisp.org>
24704
24705         * modules/fchdir (Depends-on): Add absolute-header.
24706         * modules/unistd (Depends-on): Likewise.
24707
24708 2006-12-30  Bruno Haible  <bruno@clisp.org>
24709
24710         * modules/fchdir: New file.
24711         * modules/unistd (Files): Add lib/unistd_.h.
24712         (Makefile.am): Generate unistd.h from unistd_.h.
24713         * lib/fchdir.c: New file.
24714         * lib/dirent_.h: New file.
24715         * lib/unistd_.h: New file.
24716         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
24717         * m4/fchdir.m4: New file.
24718         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
24719         (gl_HEADER_UNISTD): Invoke it.
24720         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
24721         function.
24722         * lib/backupfile.c (opendir, closedir): Undefine.
24723         * lib/chown.c (open, close): Undefine.
24724         * lib/clean-temp.c (open, close): Undefine.
24725         * lib/copy-file.c (open, close): Undefine.
24726         * lib/execute.c (open, close): Undefine.
24727         * lib/fsusage.c (open, close): Undefine.
24728         * lib/gc-gnulib.c (open, close): Undefine.
24729         * lib/getcwd.c (opendir, closedir): Undefine.
24730         * lib/glob.c (opendir, closedir): Undefine.
24731         * lib/javacomp.c (open, close): Undefine.
24732         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
24733         * lib/openat-proc.c (open, close): Undefine.
24734         * lib/pagealign_alloc.c (open, close): Undefine.
24735         * lib/pipe.c (open, close): Undefine.
24736         * lib/progreloc.c (open, close): Undefine.
24737         * lib/savedir.c (opendir, closedir): Undefine.
24738         * lib/utime.c (open, close): Undefine.
24739         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
24740
24741 2007-01-10  Bruno Haible  <bruno@clisp.org>
24742
24743         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
24744
24745 2007-01-12  Eric Blake  <ebb9@byu.net>
24746
24747         Provide a robust <wchar.h>.  Further simplifications are now
24748         possible in other modules, but not included here.
24749         * modules/wchar: New module.
24750         * m4/wchar.m4: New file.
24751         * lib/wchar_.h: Likewise.
24752         * modules/mbchar (Depends-on): Depend on wchar, as the first use
24753         of the new module.
24754         * MODULES.html.sh (Extended multibyte and wide character utilities):
24755         New section.
24756
24757 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
24758
24759         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
24760         to a reasonable default for memory allocation.
24761         (xreadlink): Don't allocate a huge buffer, to work around a buggy
24762         file system that reports garbage st_size values for symlinks.
24763         Problem reported by Liyang Hu.
24764
24765 2007-01-11  Simon Josefsson  <simon@josefsson.org>
24766
24767         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
24768         Emacs .#* auto-save files).
24769
24770 2007-01-11  Bruno Haible  <bruno@clisp.org>
24771
24772         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
24773         directory.
24774
24775 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24776
24777         Use @...@ consistently in lib/wctype_.h.
24778         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
24779         on it being set to 1 or 0.
24780         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
24781         go back to AC_SUBSTing it.
24782         * modules/wctype (Makefile.am): Undo previous change.
24783
24784 2007-01-10  Eric Blake  <ebb9@byu.net>
24785
24786         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
24787         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
24788         * modules/wctype (Makefile.am): Likewise.
24789         Reported by Chris McGuire.
24790
24791 2007-01-10  Jim Meyering  <jim@meyering.net>
24792
24793         fts.c: a small readability/maintainability improvement
24794         * lib/fts.c (fts_read): Make this code slightly more readable and
24795         maintainable by hoisting the "sp->fts_cur = p" assignments to
24796         immediately follow the statements that set P.  Derived from
24797         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
24798
24799 2007-01-10  Eric Blake  <ebb9@byu.net>
24800
24801         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
24802         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
24803         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
24804         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
24805         Reported by Chris McGuire.
24806
24807 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24808
24809         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
24810         in sed script.
24811
24812 2007-01-09  Bruno Haible  <bruno@clisp.org>
24813
24814         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
24815         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
24816         variables.
24817         (func_module): Use them.
24818
24819 2007-01-09  Bruno Haible  <bruno@clisp.org>
24820
24821         * modules/unistr/base: New file.
24822         * lib/unistr.h: New file.
24823
24824         * modules/unistr/u8-to-u16: New file.
24825         * lib/unistr/u8-to-u16.c: New file.
24826
24827         * modules/unistr/u8-to-u32: New file.
24828         * lib/unistr/u8-to-u32.c: New file.
24829
24830         * modules/unistr/u16-to-u8: New file.
24831         * lib/unistr/u16-to-u8.c: New file.
24832
24833         * modules/unistr/u16-to-u32: New file.
24834         * lib/unistr/u16-to-u32.c: New file.
24835
24836         * modules/unistr/u32-to-u8: New file.
24837         * lib/unistr/u32-to-u8.c: New file.
24838
24839         * modules/unistr/u32-to-u16: New file.
24840         * lib/unistr/u32-to-u16.c: New file.
24841
24842         * modules/unistr/u8-check: New file.
24843         * modules/unistr/u16-check: New file.
24844         * modules/unistr/u32-check: New file.
24845         * lib/unistr/u8-check.c: New file.
24846         * lib/unistr/u16-check.c: New file.
24847         * lib/unistr/u32-check.c: New file.
24848
24849         * modules/unistr/u8-chr: New file.
24850         * modules/unistr/u16-chr: New file.
24851         * modules/unistr/u32-chr: New file.
24852         * lib/unistr/u8-chr.c: New file.
24853         * lib/unistr/u16-chr.c: New file.
24854         * lib/unistr/u32-chr.c: New file.
24855
24856         * modules/unistr/u8-cmp: New file.
24857         * modules/unistr/u16-cmp: New file.
24858         * modules/unistr/u32-cmp: New file.
24859         * lib/unistr/u8-cmp.c: New file.
24860         * lib/unistr/u16-cmp.c: New file.
24861         * lib/unistr/u32-cmp.c: New file.
24862
24863         * modules/unistr/u8-cpy: New file.
24864         * modules/unistr/u16-cpy: New file.
24865         * modules/unistr/u32-cpy: New file.
24866         * lib/unistr/u8-cpy.c: New file.
24867         * lib/unistr/u16-cpy.c: New file.
24868         * lib/unistr/u32-cpy.c: New file.
24869         * lib/unistr/u-cpy.h: New file.
24870
24871         * modules/unistr/u8-cpy-alloc: New file.
24872         * modules/unistr/u16-cpy-alloc: New file.
24873         * modules/unistr/u32-cpy-alloc: New file.
24874         * lib/unistr/u8-cpy-alloc.c: New file.
24875         * lib/unistr/u16-cpy-alloc.c: New file.
24876         * lib/unistr/u32-cpy-alloc.c: New file.
24877         * lib/unistr/u-cpy-alloc.h: New file.
24878
24879         * modules/unistr/u8-endswith: New file.
24880         * modules/unistr/u16-endswith: New file.
24881         * modules/unistr/u32-endswith: New file.
24882         * lib/unistr/u8-endswith.c: New file.
24883         * lib/unistr/u16-endswith.c: New file.
24884         * lib/unistr/u32-endswith.c: New file.
24885         * lib/unistr/u-endswith.h: New file.
24886
24887         * modules/unistr/u8-mblen: New file.
24888         * modules/unistr/u16-mblen: New file.
24889         * modules/unistr/u32-mblen: New file.
24890         * lib/unistr/u8-mblen.c: New file.
24891         * lib/unistr/u16-mblen.c: New file.
24892         * lib/unistr/u32-mblen.c: New file.
24893
24894         * modules/unistr/u8-mbtouc: New file.
24895         * modules/unistr/u16-mbtouc: New file.
24896         * modules/unistr/u32-mbtouc: New file.
24897         * lib/unistr/u8-mbtouc.c: New file.
24898         * lib/unistr/u16-mbtouc.c: New file.
24899         * lib/unistr/u32-mbtouc.c: New file.
24900
24901         * modules/unistr/u8-mbtouc-safe: New file.
24902         * modules/unistr/u16-mbtouc-safe: New file.
24903         * modules/unistr/u32-mbtouc-safe: New file.
24904         * lib/unistr/u8-mbtouc-safe.c: New file.
24905         * lib/unistr/u16-mbtouc-safe.c: New file.
24906         * lib/unistr/u32-mbtouc-safe.c: New file.
24907
24908         * modules/unistr/u8-move: New file.
24909         * modules/unistr/u16-move: New file.
24910         * modules/unistr/u32-move: New file.
24911         * lib/unistr/u8-move.c: New file.
24912         * lib/unistr/u16-move.c: New file.
24913         * lib/unistr/u32-move.c: New file.
24914         * lib/unistr/u-move.h: New file.
24915
24916         * modules/unistr/u8-next: New file.
24917         * modules/unistr/u16-next: New file.
24918         * modules/unistr/u32-next: New file.
24919         * lib/unistr/u8-next.c: New file.
24920         * lib/unistr/u16-next.c: New file.
24921         * lib/unistr/u32-next.c: New file.
24922
24923         * modules/unistr/u8-prev: New file.
24924         * modules/unistr/u16-prev: New file.
24925         * modules/unistr/u32-prev: New file.
24926         * lib/unistr/u8-prev.c: New file.
24927         * lib/unistr/u16-prev.c: New file.
24928         * lib/unistr/u32-prev.c: New file.
24929
24930         * modules/unistr/u8-set: New file.
24931         * modules/unistr/u16-set: New file.
24932         * modules/unistr/u32-set: New file.
24933         * lib/unistr/u8-set.c: New file.
24934         * lib/unistr/u16-set.c: New file.
24935         * lib/unistr/u32-set.c: New file.
24936         * lib/unistr/u-set.h: New file.
24937
24938         * modules/unistr/u8-startswith: New file.
24939         * modules/unistr/u16-startswith: New file.
24940         * modules/unistr/u32-startswith: New file.
24941         * lib/unistr/u8-startswith.c: New file.
24942         * lib/unistr/u16-startswith.c: New file.
24943         * lib/unistr/u32-startswith.c: New file.
24944         * lib/unistr/u-startswith.h: New file.
24945
24946         * modules/unistr/u8-stpcpy: New file.
24947         * modules/unistr/u16-stpcpy: New file.
24948         * modules/unistr/u32-stpcpy: New file.
24949         * lib/unistr/u8-stpcpy.c: New file.
24950         * lib/unistr/u16-stpcpy.c: New file.
24951         * lib/unistr/u32-stpcpy.c: New file.
24952         * lib/unistr/u-stpcpy.h: New file.
24953
24954         * modules/unistr/u8-stpncpy: New file.
24955         * modules/unistr/u16-stpncpy: New file.
24956         * modules/unistr/u32-stpncpy: New file.
24957         * lib/unistr/u8-stpncpy.c: New file.
24958         * lib/unistr/u16-stpncpy.c: New file.
24959         * lib/unistr/u32-stpncpy.c: New file.
24960         * lib/unistr/u-stpncpy.h: New file.
24961
24962         * modules/unistr/u8-strcat: New file.
24963         * modules/unistr/u16-strcat: New file.
24964         * modules/unistr/u32-strcat: New file.
24965         * lib/unistr/u8-strcat.c: New file.
24966         * lib/unistr/u16-strcat.c: New file.
24967         * lib/unistr/u32-strcat.c: New file.
24968         * lib/unistr/u-strcat.h: New file.
24969
24970         * modules/unistr/u8-strchr: New file.
24971         * modules/unistr/u16-strchr: New file.
24972         * modules/unistr/u32-strchr: New file.
24973         * lib/unistr/u8-strchr.c: New file.
24974         * lib/unistr/u16-strchr.c: New file.
24975         * lib/unistr/u32-strchr.c: New file.
24976
24977         * modules/unistr/u8-strcmp: New file.
24978         * modules/unistr/u16-strcmp: New file.
24979         * modules/unistr/u32-strcmp: New file.
24980         * lib/unistr/u8-strcmp.c: New file.
24981         * lib/unistr/u16-strcmp.c: New file.
24982         * lib/unistr/u32-strcmp.c: New file.
24983
24984         * modules/unistr/u8-strcpy: New file.
24985         * modules/unistr/u16-strcpy: New file.
24986         * modules/unistr/u32-strcpy: New file.
24987         * lib/unistr/u8-strcpy.c: New file.
24988         * lib/unistr/u16-strcpy.c: New file.
24989         * lib/unistr/u32-strcpy.c: New file.
24990         * lib/unistr/u-strcpy.h: New file.
24991
24992         * modules/unistr/u8-strcspn: New file.
24993         * modules/unistr/u16-strcspn: New file.
24994         * modules/unistr/u32-strcspn: New file.
24995         * lib/unistr/u8-strcspn.c: New file.
24996         * lib/unistr/u16-strcspn.c: New file.
24997         * lib/unistr/u32-strcspn.c: New file.
24998         * lib/unistr/u-strcspn.h: New file.
24999
25000         * modules/unistr/u8-strdup: New file.
25001         * modules/unistr/u16-strdup: New file.
25002         * modules/unistr/u32-strdup: New file.
25003         * lib/unistr/u8-strdup.c: New file.
25004         * lib/unistr/u16-strdup.c: New file.
25005         * lib/unistr/u32-strdup.c: New file.
25006         * lib/unistr/u-strdup.h: New file.
25007
25008         * modules/unistr/u8-strlen: New file.
25009         * modules/unistr/u16-strlen: New file.
25010         * modules/unistr/u32-strlen: New file.
25011         * lib/unistr/u8-strlen.c: New file.
25012         * lib/unistr/u16-strlen.c: New file.
25013         * lib/unistr/u32-strlen.c: New file.
25014         * lib/unistr/u-strlen.h: New file.
25015
25016         * modules/unistr/u8-strmblen: New file.
25017         * modules/unistr/u16-strmblen: New file.
25018         * modules/unistr/u32-strmblen: New file.
25019         * lib/unistr/u8-strmblen.c: New file.
25020         * lib/unistr/u16-strmblen.c: New file.
25021         * lib/unistr/u32-strmblen.c: New file.
25022
25023         * modules/unistr/u8-strmbtouc: New file.
25024         * modules/unistr/u16-strmbtouc: New file.
25025         * modules/unistr/u32-strmbtouc: New file.
25026         * lib/unistr/u8-strmbtouc.c: New file.
25027         * lib/unistr/u16-strmbtouc.c: New file.
25028         * lib/unistr/u32-strmbtouc.c: New file.
25029
25030         * modules/unistr/u8-strncat: New file.
25031         * modules/unistr/u16-strncat: New file.
25032         * modules/unistr/u32-strncat: New file.
25033         * lib/unistr/u8-strncat.c: New file.
25034         * lib/unistr/u16-strncat.c: New file.
25035         * lib/unistr/u32-strncat.c: New file.
25036         * lib/unistr/u-strncat.h: New file.
25037
25038         * modules/unistr/u8-strncmp: New file.
25039         * modules/unistr/u16-strncmp: New file.
25040         * modules/unistr/u32-strncmp: New file.
25041         * lib/unistr/u8-strncmp.c: New file.
25042         * lib/unistr/u16-strncmp.c: New file.
25043         * lib/unistr/u32-strncmp.c: New file.
25044
25045         * modules/unistr/u8-strncpy: New file.
25046         * modules/unistr/u16-strncpy: New file.
25047         * modules/unistr/u32-strncpy: New file.
25048         * lib/unistr/u8-strncpy.c: New file.
25049         * lib/unistr/u16-strncpy.c: New file.
25050         * lib/unistr/u32-strncpy.c: New file.
25051         * lib/unistr/u-strncpy.h: New file.
25052
25053         * modules/unistr/u8-strnlen: New file.
25054         * modules/unistr/u16-strnlen: New file.
25055         * modules/unistr/u32-strnlen: New file.
25056         * lib/unistr/u8-strnlen.c: New file.
25057         * lib/unistr/u16-strnlen.c: New file.
25058         * lib/unistr/u32-strnlen.c: New file.
25059         * lib/unistr/u-strnlen.h: New file.
25060
25061         * modules/unistr/u8-strpbrk: New file.
25062         * modules/unistr/u16-strpbrk: New file.
25063         * modules/unistr/u32-strpbrk: New file.
25064         * lib/unistr/u8-strpbrk.c: New file.
25065         * lib/unistr/u16-strpbrk.c: New file.
25066         * lib/unistr/u32-strpbrk.c: New file.
25067         * lib/unistr/u-strpbrk.h: New file.
25068
25069         * modules/unistr/u8-strrchr: New file.
25070         * modules/unistr/u16-strrchr: New file.
25071         * modules/unistr/u32-strrchr: New file.
25072         * lib/unistr/u8-strrchr.c: New file.
25073         * lib/unistr/u16-strrchr.c: New file.
25074         * lib/unistr/u32-strrchr.c: New file.
25075
25076         * modules/unistr/u8-strspn: New file.
25077         * modules/unistr/u16-strspn: New file.
25078         * modules/unistr/u32-strspn: New file.
25079         * lib/unistr/u8-strspn.c: New file.
25080         * lib/unistr/u16-strspn.c: New file.
25081         * lib/unistr/u32-strspn.c: New file.
25082         * lib/unistr/u-strspn.h: New file.
25083
25084         * modules/unistr/u8-strstr: New file.
25085         * modules/unistr/u16-strstr: New file.
25086         * modules/unistr/u32-strstr: New file.
25087         * lib/unistr/u8-strstr.c: New file.
25088         * lib/unistr/u16-strstr.c: New file.
25089         * lib/unistr/u32-strstr.c: New file.
25090         * lib/unistr/u-strstr.h: New file.
25091
25092         * modules/unistr/u8-strtok: New file.
25093         * modules/unistr/u16-strtok: New file.
25094         * modules/unistr/u32-strtok: New file.
25095         * lib/unistr/u8-strtok.c: New file.
25096         * lib/unistr/u16-strtok.c: New file.
25097         * lib/unistr/u32-strtok.c: New file.
25098         * lib/unistr/u-strtok.h: New file.
25099
25100         * modules/unistr/u8-uctomb: New file.
25101         * modules/unistr/u16-uctomb: New file.
25102         * modules/unistr/u32-uctomb: New file.
25103         * lib/unistr/u8-uctomb.c: New file.
25104         * lib/unistr/u16-uctomb.c: New file.
25105         * lib/unistr/u32-uctomb.c: New file.
25106
25107         * MODULES.html.sh (Unicode string functions): Add the new modules.
25108
25109 2007-01-08  Bruno Haible  <bruno@clisp.org>
25110
25111         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
25112         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
25113         subdirectories.
25114
25115 2007-01-08  Karl Berry  <karl@gnu.org>
25116
25117         * doc/error.texi: mention that main() fns must set program_name
25118         when progname is used.
25119
25120 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
25121
25122         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
25123         WCTYPE_H is empty, for the benefit of builds from non-distclean
25124         directories.  Problem reported by Eric Blake in
25125         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
25126
25127 2007-01-08  Bruno Haible  <bruno@clisp.org>
25128
25129         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
25130         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
25131         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
25132         PROVIDE_CANONICALIZE_FILENAME_MODE.
25133         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
25134
25135 2007-01-08  Bruno Haible  <bruno@clisp.org>
25136
25137         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
25138         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
25139         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
25140         * lib/fts.c: Likewise.
25141         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
25142
25143 2006-12-25  Bruno Haible  <bruno@clisp.org>
25144
25145         * modules/utf8-ucs4-safe: New file.
25146         * lib/utf8-ucs4-safe.h: New file.
25147         * lib/unistr/utf8-ucs4-safe.c: New file.
25148
25149         * modules/utf16-ucs4-safe: New file.
25150         * lib/utf16-ucs4-safe.h: New file.
25151         * lib/unistr/utf16-ucs4-safe.c: New file.
25152
25153         * MODULES.html.sh (Unicode string functions): Add the new modules.
25154
25155 2007-01-08  Bruno Haible  <bruno@clisp.org>
25156
25157         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
25158         (Depends-on): Add unitypes.
25159         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
25160         (u8_mbtouc_aux): Move out to separate file.
25161         (u8_mbtouc): Use ucs4_t, uint8_t types.
25162         * lib/unistr/utf8-ucs4.c: New file.
25163
25164         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
25165         (Depends-on): Add unitypes.
25166         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
25167         (u16_mbtouc_aux): Move out to separate file.
25168         (u16_mbtouc): Use ucs4_t, uint16_t types.
25169         * lib/unistr/utf16-ucs4.c: New file.
25170
25171         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
25172         (Depends-on): Add unitypes.
25173         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
25174         (u8_uctomb_aux): Move out to separate file.
25175         (u8_uctomb): Use ucs4_t, uint8_t types.
25176         * lib/unistr/ucs4-utf8.c: New file.
25177
25178         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
25179         (Depends-on): Add unitypes.
25180         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
25181         (u16_uctomb_aux): Move out to separate file.
25182         (u16_uctomb): Use ucs4_t, uint16_t types.
25183         * lib/unistr/ucs4-utf16.c: New file.
25184
25185 2006-12-25  Bruno Haible  <bruno@clisp.org>
25186
25187         * modules/unitypes: New file.
25188         * lib/unitypes.h: New file.
25189         * MODULES.html.sh (func_all_modules): New section "Unicode string
25190         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
25191         this section. Add unitypes.
25192
25193 2007-01-08  Bruno Haible  <bruno@clisp.org>
25194
25195         Avoid variable names that conflict with those from libtool.
25196         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
25197         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
25198         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
25199         library_names_spec to acl_library_names_spec, hardcode_* to
25200         acl_hardcode_*.
25201         Reported by Ralf Wildenhues.
25202
25203 2007-01-08  Bruno Haible  <bruno@clisp.org>
25204
25205         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
25206         definition.
25207         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
25208         definition.
25209         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
25210         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
25211         definition.
25212         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
25213         definition.
25214         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
25215         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
25216         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
25217         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
25218         definition.
25219         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
25220         definition.
25221         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
25222         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
25223         GC_USE_<algorithm>.
25224         * lib/gc-libgcrypt.c: Likewise.
25225         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
25226         * modules/gc-arctwo (configure.ac): Likewise.
25227         * modules/gc-des (configure.ac): Likewise.
25228         * modules/gc-hmac-md5 (configure.ac): Likewise.
25229         * modules/gc-hmac-sha1 (configure.ac): Likewise.
25230         * modules/gc-md2 (configure.ac): Likewise.
25231         * modules/gc-md4 (configure.ac): Likewise.
25232         * modules/gc-md5 (configure.ac): Likewise.
25233         * modules/gc-random (configure.ac): Likewise.
25234         * modules/gc-rijndael (configure.ac): Likewise.
25235         * modules/gc-sha1 (configure.ac): Likewise.
25236
25237 2007-01-08  Bruno Haible  <bruno@clisp.org>
25238
25239         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
25240         macro definition.
25241         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
25242         definition.
25243         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
25244         definition.
25245         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
25246         * modules/fcntl-safer (configure.ac): Likewise.
25247         * modules/fopen-safer (configure.ac): Likewise.
25248         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
25249         GNULIB_FWRITEERROR macro definition.
25250
25251 2007-01-08  Bruno Haible  <bruno@clisp.org>
25252
25253         * m4/gnulib-common.m4: New file.
25254         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
25255         (func_get_filelist): Add m4/gnulib-common.m4.
25256
25257 2007-01-08  Bruno Haible  <bruno@clisp.org>
25258
25259         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
25260         command.
25261
25262 2007-01-08  Jim Meyering  <jim@meyering.net>
25263
25264         Use a more robust test for a "can't happen" condition.
25265         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
25266         narrowed the st_size value.  Presuming the "can't happen" condition
25267         is true, that narrowing could conceivably convert an invalid st_size
25268         value into a valid one.  Instead, use a change based on Matthew
25269         Woehlke's original patch.
25270
25271         Slight readability improvement: use an assert-like macro
25272         in place of literal "abort ()" uses.
25273         * lib/fts.c (fts_assert): Define.
25274         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
25275         Use this macro instead of a bare 'abort'.
25276
25277 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
25278
25279         Don't worry about using IRIX 5.3's wctype.h broken definitions;
25280         simply work around them.
25281         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
25282         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
25283         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
25284         declaring.
25285         Don't bother to define as macros, since the standard doesn't require it.
25286         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
25287         longer worry about IRIX 5.3.
25288         (HAVE_WCTYPE_CTMP_BUG): Remove.
25289
25290 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
25291
25292         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
25293         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
25294         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
25295         Problems reported by Georg Schwarz for IRIX 5.3.
25296
25297         * gnulib-tool (autoconf_minversion): Take the maximum version number
25298         found, not the minimum.  Problem reported by James Youngman.
25299
25300 2007-01-03  Karl Berry  <karl@gnu.org>
25301
25302         * doc/error.texi: new file, explaining interaction with progname.
25303         * doc/gnulib.texi: include it.  Update copyright.
25304
25305 2007-01-03  Simon Josefsson  <simon@josefsson.org>
25306
25307         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
25308         AC_CANONICAL_HOST, to improve autobuild outputs.
25309
25310 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
25311             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
25312
25313         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
25314         sockets, server sockets, and other file descriptors.  Count errors
25315         to compute the return value.  Reorder the code a bit to be easier
25316         to follow.  Don't set event bits that were not requested (except
25317         POLLERR and POLLHUP).
25318
25319 2007-01-01  Bruno Haible  <bruno@clisp.org>
25320
25321         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
25322
25323 2007-01-03  Jim Meyering  <jim@meyering.net>
25324
25325         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
25326
25327 2007-01-02  Bruno Haible  <bruno@clisp.org>
25328
25329         * modules/settime (Include): Require timespec.h.
25330         * modules/nanosleep (Include): Likewise.
25331
25332 2007-01-01  Bruno Haible  <bruno@clisp.org>
25333
25334         * gnulib-tool (func_emit_copyright_notice): Bump year.
25335         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
25336
25337 2007-01-01  Bruno Haible  <bruno@clisp.org>
25338
25339         Improve support for OpenBSD.
25340         * build-aux/config.rpath (libname_spec): Export.
25341         (library_names_spec): New variable. Export.
25342         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
25343         library_names_spec from the config.rpath output. Locate shared library
25344         through the name pattern in library_names_spec.
25345
25346 2007-01-01  Eric Blake  <ebb9@byu.net>
25347
25348         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
25349
25350 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
25351
25352         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
25353         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
25354         assume the C locale, and avoid an "eval" that could cause trouble.
25355         Problem with SORT reported by Bob Proulx.
25356
25357         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
25358         Define.  Trivial patch from Henning Nielsen Lund, originally
25359         sent to bug-grep@gnu.org today.
25360
25361 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
25362
25363         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
25364         struct stat.  Problem reported by Henning Nielsen Lund.
25365         * lib/acl.c: Include acl.h first, to check interface.  Don't
25366         bother to include sys/types.h and sys/stat.h again.
25367
25368 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
25369
25370         Import the following change from libc; problem reported by
25371         Sven Verdoolaege.
25372
25373         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
25374
25375         [BZ #1373]
25376         * lib/argp.h: Remove __NTH for __argp_usage inline function.
25377
25378 2006-12-28  Jim Meyering  <jim@meyering.net>
25379
25380         * build-aux/announce-gen: Do not assume that the package
25381         builds any of tar.gz, tar.bz2, and .xdelta files.
25382         Suggestion from Simon Josefsson.
25383
25384 2006-12-28  Simon Josefsson  <simon@josefsson.org>
25385
25386         * modules/announce-gen: New file.
25387
25388 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
25389
25390         * lib/mbchar.h: Just include <wctype.h>; the wctype module
25391         handles its gotchas now.
25392         * lib/mbswidth.c: Likewise.
25393         * lib/wcwidth.h: Likewise.
25394         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
25395         and iswcntrl; the wctype module does this stuff now.
25396         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
25397         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
25398         * modules/mbchar (Depends-on): Add wctype.
25399         * modules/mbswidth (Depends-on): Likewise.
25400         * modules/wcwidth (Depends-on): Likewise.
25401
25402 2006-12-27  Eric Blake  <ebb9@byu.net>
25403
25404         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
25405         module uses more than what <wctype.h> is required to provide.
25406
25407 2006-12-26  Eric Blake  <ebb9@byu.net>
25408
25409         * gnulib-tool (sed_extract_prog): Avoid space-tab.
25410
25411 2006-12-26  Eric Blake  <ebb9@byu.net>
25412
25413         * modules/absolute-header: New module.
25414         * modules/fcntl (Depends-on): Depend on it.
25415         * modules/inttypes (Depends-on): Likewise.
25416         * modules/stdint (Depends-on): Likewise.
25417         * modules/sys_stat (Depends-on): Likewise.
25418         * modules/wctype (Depends-on): Likewise.
25419         * MODULES.html.sh (Support for building libraries and
25420         executables): Document it.
25421
25422 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
25423
25424         * gnulib-tool (SED): Remove, undoing previous change.
25425         The problem was that it broke coreutils on Solaris, because
25426         "sed --posix" leaked into a makefile.
25427         (sed): New alias, if 'alias' and GNU sed.
25428
25429 2006-12-24  Jim Meyering  <jim@meyering.net>
25430
25431         Work around an fchownat bug in glibc-2.4:
25432         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
25433         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
25434         in spite of the -P option.
25435         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
25436         New macros.
25437         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
25438         * modules/openat (Files): Add lib/fchownat.c.
25439         * lib/openat.c (fchownat): Don't define here.  Move to...
25440         * lib/fchownat.c: ...this new file.
25441
25442 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
25443
25444         Fix bug reported by Bruno Haible in
25445         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
25446         where quotearg.c didn't compile on Mac OS X 10.2 because it
25447         lacks <wchar.h> and wint_t.
25448         * lib/wctype_.h (__wctype_wint_t): New type.
25449         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
25450         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
25451         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
25452         Arg is now of type __wctype_wint_t, not wint_t.
25453         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
25454         substitute HAVE_WINT_T.
25455         * modules/wctype (Files): Add m4/wint_t.m4.
25456         (wctype.h): Substitute HAVE_WINT_T.
25457
25458 2006-12-23  Bruno Haible  <bruno@clisp.org>
25459
25460         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
25461
25462 2006-12-23  Bruno Haible  <bruno@clisp.org>
25463
25464         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
25465         S_ISLNK.
25466         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
25467         mingw.
25468
25469 2006-12-22  Bruno Haible  <bruno@clisp.org>
25470
25471         * lib/copy-file.c: Include acl.h.
25472         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
25473         Close the file descriptors only after being done with copy_acl.
25474         * modules/copy-file (Depends-on): Add acl.
25475
25476 2006-12-22  Bruno Haible  <bruno@clisp.org>
25477
25478         * gnulib-tool (SED): New variable.
25479         Use $SED instead of sed everywhere.
25480
25481 2006-12-22  Bruno Haible  <bruno@clisp.org>
25482
25483         * modules/no-c++: New file.
25484         * m4/no-c++.m4: New file.
25485         * MODULES.html.sh (Support for building libraries and executables):
25486         Add no-c++.
25487
25488 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
25489
25490         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
25491         Include <limits.h>, and use its INT_MAX to rewrite the
25492         j loop so that it does not overflow 'int'.  Problem reported by
25493         Ralf Wildenhues in
25494         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
25495         Play it safe by shifting left by 1 rather than multiplying by 2,
25496         as GCC is less likely to optimize this away when the value
25497         is signed (when it assumes overflow leads to undefined behavior).
25498         Also, don't assume time_t uses two's complement.
25499
25500 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
25501
25502         * MODULES.html.sh: New module wctype.
25503         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
25504         * lib/fnmatch.c: Don't bother to include <wchar.h> before
25505         <wctype.h>, since the new wctype module should fix this.
25506         * lib/quotearg.c: Include <wctype.h> unconditionally, since
25507         the wctype module should arrange for it.
25508         * lib/regex_internal.h: Likewise.
25509         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
25510         since the wctype module should handle this now.
25511         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
25512         * modules/fnmatch (Depends-on): Add wctype.
25513         * modules/quotearg (Depends-on): Likewise.
25514         * modules/regex (Depends-on): Likewise.
25515
25516 2006-12-19  Bruno Haible  <bruno@clisp.org>
25517
25518         * lib/strdup.h [C++]: Wrap definitions in extern "C".
25519         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
25520
25521 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25522
25523         * modules/savewd (Depends-on): Fix dependency on fcntl.
25524
25525 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
25526
25527         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
25528         conforms to C99, rather than relying on the user's environment
25529         setting of STDINT_H.
25530
25531 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
25532         and Eric Blake  <ebb9@byu.net>
25533
25534         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
25535         This is more consistent with the other defines here.
25536         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
25537         Port to z/OS.  Problem reported by Paul Gilmartin.
25538         Change local vars to use gl_ prefix rather than ac_.
25539         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
25540         with other defines.
25541         * modules/double-slash-root: New module.
25542         * modules/dirname (Files): Remove m4/double-slash-root.m4.
25543         (Depends-on): Add double-slash-root.
25544         * MODULES.html.sh (File system functions): Mention new module.
25545
25546 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
25547
25548         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
25549         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
25550         This is for the benefit of gzip, which doesn't do i18n.
25551
25552 2006-12-12  Jim Meyering  <jim@meyering.net>
25553
25554         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
25555         Reported by Andreas Schwab <schwab@suse.de>.
25556
25557 2006-12-12  Bruno Haible  <bruno@clisp.org>
25558
25559         Merge these changes.
25560         2006-09-05  Bruno Haible  <bruno@clisp.org>
25561         * lib/iconvme.c (iconv_string): No need to save and restore errno when
25562         iconv_alloc succeeded.
25563         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
25564         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
25565         test for " && dest " at the end - dest is always != NULL there. Call
25566         iconv with 4xNULL arguments initially, to reset the state. Call iconv
25567         with 2xNULL arguments, also to flush the state storage. Handle the
25568         IRIX iconv behaviour. Realloc the final result, to throw away unused
25569         memory.
25570
25571 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
25572
25573         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
25574         and fchmodat unconditionally, since glibc 2.4 has them.
25575         Problem reported by Arkadiusz Miskiewicz.
25576
25577 2006-12-10  Bruno Haible  <bruno@clisp.org>
25578
25579         * gnulib-tool (func_import): Show the include files only for those
25580         modules that are copied and specified.
25581         Reported by Karl Berry.
25582
25583 2006-12-08  Jim Meyering  <jim@meyering.net>
25584
25585         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
25586         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
25587
25588         * build-aux/announce-gen: Add two new options, both optional:
25589         --bootstrap-tools=TOOL_LIST
25590               a comma-separated list of tools, e.g.,
25591               autoconf,automake,bison,gnulib
25592         --gnulib-snapshot-date=DATE
25593               if gnulib is in the bootstrap tool list,
25594               then report this as the snapshot date.
25595               If not specified, use the current date/time.
25596               If you specify a date here, be sure it's UTC.
25597
25598 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25599
25600         * tests/test-argp-2.sh: Fix test to match actual output.
25601         (func_compare): Fix sed script to be portable.
25602
25603 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
25604
25605         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
25606         workaround for this case.  It is not autoconfigured now; offhand
25607         it's hard to see how to autoconfigure it.
25608
25609 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
25610
25611         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
25612         a directory that is about to be chowned.  Such a directory's
25613         initial file permissions should permit the owner only and this
25614         should not be changed until after the chown, since the group and
25615         other bits would be incorrect if they granted permission before
25616         the chown.
25617
25618         Fix porting problem for iswctype reported by Georg Schwarz in:
25619         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
25620         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
25621         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
25622         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
25623         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
25624
25625 2006-12-03  Jim Meyering  <jim@meyering.net>
25626
25627         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
25628         p->fts_statp may not yet be defined.
25629         (fts_read): Instead, set it in the caller, once p->fts_statp is
25630         sure to be defined, and corresponds to a top-level directory.
25631         This bug made du -x fail.  Here's the coreutils test case:
25632         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
25633         Reported by Mike Frysinger.
25634
25635 2006-12-01  Jim Meyering  <jim@meyering.net>
25636
25637         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
25638         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
25639         Reported by Simon Josefsson.
25640
25641 2006-11-30  Jim Meyering  <jim@meyering.net>
25642
25643         * m4/warning.m4: Use the all-permissive copyright notice
25644         recommended by RMS (rather than LGPL).
25645         * m4/vararrays.m4: Likewise.
25646         * m4/flexmember.m4: Likewise.
25647
25648 2006-11-29  Bruno Haible  <bruno@clisp.org>
25649
25650         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
25651         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
25652         using +=.
25653         Reported by Simon Josefsson <simon@josefsson.org>.
25654
25655 2006-11-28  James Youngman <jay@gnu.org>
25656
25657         * README: Advise users that they might find the bug-gnulib@gnu.org
25658         and autotools-announce@gnu.org mailing lists useful.
25659
25660 2006-11-28  Bruno Haible  <bruno@clisp.org>
25661
25662         * m4/ptrdiff_max.m4: Remove file.
25663
25664 2006-11-21  Bruno Haible  <bruno@clisp.org>
25665
25666         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
25667         _AC_COMPUTE_INT.
25668         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
25669         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
25670         _AC_COMPUTE_INT.
25671         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
25672         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
25673         _AC_COMPUTE_INT.
25674         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
25675
25676 2006-11-28  Jim Meyering  <jim@meyering.net>
25677
25678         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
25679         warning from "gcc -Wshadow" about shadowing the builtin.
25680
25681 2006-11-27  Bruno Haible  <bruno@clisp.org>
25682
25683         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
25684         _AC_COMPUTE_INT.
25685         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
25686
25687 2006-11-27  Bruno Haible  <bruno@clisp.org>
25688             Paul Eggert  <eggert@cs.ucla.edu>
25689
25690         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
25691
25692 2006-11-26  Bruno Haible  <bruno@clisp.org>
25693
25694         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
25695         noinst_LTLIBRARIES.
25696
25697 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
25698             Bruno Haible  <bruno@clisp.org>
25699
25700         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
25701         if compiling with "gcc -ansi".
25702
25703 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
25704
25705         Fix some incompatibilities with gcc -ansi -pedantic.
25706         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
25707         if compiling pedantically with GCC, unless it's C99 or later.
25708         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
25709         it mishandles gcc -ansi -pedantic as well.
25710         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
25711         if gcc -pedantic.
25712         * lib/regexec.c (check_node_accept_bytes): Don't use auto
25713         initializers for struct if -pedantic, unless it's C99 or later.
25714
25715 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
25716
25717         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
25718         Don't close an fd more than once. Identical atimes indicate
25719         success, not failure.
25720
25721 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
25722
25723         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
25724
25725 2006-11-23  Jim Meyering  <jim@meyering.net>
25726
25727         * build-aux/announce-gen: New file.  From coreutils.
25728
25729 2006-11-22  Jim Meyering  <jim@meyering.net>
25730
25731         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
25732         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
25733         (fts_read): Use a temporary to narrow the overused st_size member
25734         before using it in a switch statement.  Reported by Matthew Woehlke.
25735
25736         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
25737         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
25738
25739 2006-11-20  Bruno Haible  <bruno@clisp.org>
25740
25741         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
25742         changequote instead of pairs of brackets.
25743         Reported by Andreas Schwab <schwab@suse.de>.
25744
25745 2006-11-21  Jim Meyering  <jim@meyering.net>
25746
25747         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
25748         so as to remain compatible with older compilers.
25749         Patch from Michael Deutschmann.
25750
25751 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
25752
25753         * MODULES.html.sh (File system functions): Add openat.
25754
25755         * lib/openat.h (rpl_fstatat): New macro, if
25756         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
25757         (fstatat): Define to rpl_fstatat under the same conditions,
25758         unless COMPILING_FSTATAT.
25759         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
25760         seems to have the bug.
25761         * lib/fstatat.c: New file.
25762         * modules/openat (Files): Add it.
25763
25764 2006-11-20  Bruno Haible  <bruno@clisp.org>
25765
25766         * Makefile: New file.
25767
25768 2006-11-20  Jim Meyering  <jim@meyering.net>
25769
25770         The beginnings of syntax-related checks for gnulib.
25771         * lib/Makefile: New file.
25772         * lib/t-idcache: New script.  Ensure that the two halves of
25773         idcache.c stay in sync.
25774
25775         * lib/idcache.c: Adjust comments in user- and group- portions to
25776         be more accurate, and to be consistent with one another.
25777
25778 2006-11-20  Jim Meyering  <jim@meyering.net>
25779
25780         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
25781         continue using the flexible array member (thus, this module performs
25782         half as many malloc calls), with the addition that...
25783         (getgroup, getuser): Consistently record a non-match via an empty
25784         "name" string, and map an empty string match to a NULL return value.
25785         * modules/idcache (Depends-on): Re-add flexmember.
25786
25787         * lib/idcache.c (getuser): Remove all uses of the register keyword.
25788         (getuidbyname, getgroup, getgidbyname): Likewise.
25789
25790         Use cleaner syntax: NULL rather than 0.
25791         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
25792
25793 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
25794
25795         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
25796         It mishandled the case where the group was missing.
25797         Problem reported by Greg Schafer.
25798         * modules/idcache: Likewise.
25799
25800 2006-11-18  Jim Meyering  <jim@meyering.net>
25801
25802         * check-module (%exempt_header): Add exception for some
25803         conditionally-included headers.
25804
25805         * modules/i-ring (Depends-on): Add verify.
25806         (License): Change to LGPL.
25807
25808 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25809
25810         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
25811         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
25812         and inttostr.h.  Use snprintf rather than uinttostr, so that
25813         LGPLed code doesn't depend on GPLed.
25814
25815 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
25816
25817         * modules/inline (License): Change from GPL to LGPL.
25818
25819 2006-11-17  Jim Meyering  <jim@meyering.net>
25820
25821         * modules/d-type (License): Switch to LGPL.
25822
25823 2006-11-15  Bruno Haible  <bruno@clisp.org>
25824
25825         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
25826
25827 2006-11-15  Eric Blake  <ebb9@byu.net>
25828
25829         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
25830         the module dependency.
25831
25832 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25833             Bruno Haible  <bruno@clisp.org>
25834
25835         * gnulib-tool (func_create_testdir): Add license consistency check.
25836
25837 2006-11-15  Eric Blake  <ebb9@byu.net>
25838
25839         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
25840         random "(cached)" in configure output.
25841
25842 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25843
25844         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
25845         test for conforming inttypes.h is both announced and cached.
25846
25847         * MODULES.html.sh (seen_modules, seen_files): New variables.
25848         (func_module): Rewrite to use a few less gnulib-tool and sed
25849         invocations.  Avoid a couple of quadratic algorithms for ...
25850         (missed_modules, missed_files): ... these, with ...
25851         (func_append, func_tmpdir): ... these new functions, from
25852         gnulib-tool.  Analogously, install traps for cleanup.
25853
25854         * tests/test-gc.c (main): Remove unused variables.
25855         * tests/test-read-file.c: Include stdlib.h, for 'free'.
25856
25857 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
25858
25859         * modules/inttostr (License): Change to LGPL.
25860
25861 2006-11-14  Eric Blake  <ebb9@byu.net>
25862
25863         * modules/tempname (License): Change to LGPL.
25864
25865 2006-11-14  Eric Blake  <ebb9@byu.net>
25866
25867         * doc/functions.texi (Function Portability): *printf functions on
25868         Cygwin now understand all POSIX size specifiers.
25869
25870 2006-11-14  Bruno Haible  <bruno@clisp.org>
25871
25872         * modules/c-ctype (License): Change to LGPL.
25873
25874 2006-11-12  Bruno Haible  <bruno@clisp.org>
25875
25876         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
25877         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
25878         for GNOME libraries, for which the include files are installed in
25879         subdirectories of $prefix/include.
25880
25881 2006-11-12  Bruno Haible  <bruno@clisp.org>
25882
25883         * m4/lib-link.m4: Require at least autoconf-2.54.
25884         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
25885         name to underscores for the --with option.
25886
25887 2006-11-13  Bruno Haible  <bruno@clisp.org>
25888
25889         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
25890         the tests directory.
25891         Reported by Ralf Wildenhues.
25892
25893 2006-11-13  Bruno Haible  <bruno@clisp.org>
25894
25895         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
25896         (func_emit_initmacro_end): Undo the override here.
25897         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
25898         Works around the famous automake error in coreutils.
25899
25900 2006-11-13  Eric Blake  <ebb9@byu.net>
25901
25902         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
25903         element, not its node.
25904
25905 2006-11-12  Bruno Haible  <bruno@clisp.org>
25906
25907         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
25908         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
25909
25910 2006-11-12  Bruno Haible  <bruno@clisp.org>
25911
25912         * gnulib-tool: New option --local-symlink.
25913         (func_usage): Document it.
25914         (lsymbolic): New variable.
25915         (func_import, func_create_testdir): If --symlink was not specified,
25916         test whether --local-symlink was specified and the file comes from
25917         the local_gnulib_dir.
25918
25919 2006-11-12  Bruno Haible  <bruno@clisp.org>
25920
25921         * gnulib-tool (func_ln): New function.
25922         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
25923
25924 2006-11-12  Bruno Haible  <bruno@clisp.org>
25925
25926         Finish support for source files in subdirectories.
25927         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
25928         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
25929         AUTOMAKE_OPTIONS.
25930         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
25931
25932 2006-11-12  Bruno Haible  <bruno@clisp.org>
25933
25934         * gnulib-tool (func_get_automake_snippet): Synthesize also an
25935         EXTRA_lib_SOURCES augmentation.
25936         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
25937
25938 2006-11-12  Jim Meyering  <jim@meyering.net>
25939
25940         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
25941         file descriptors.  This also averts a failure on systems with
25942         native openat support when a traversed directory lacks "x" access.
25943         * lib/fts_.h: Include "i-ring.h"
25944         (struct FTS) [fts_fd_ring]: New member.
25945         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
25946         (FCHDIR): Add parentheses.
25947         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
25948         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
25949         When descending, rather than simply closing the previous
25950         fts_cwd_fd value, push that file descriptor onto the ring.
25951         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
25952         (fts_open): Initialize the new fd_ring member.
25953         (fts_close): Clear the ring.
25954         (fts_safe_changedir): When possible, use our new fd_ring to skip
25955         the diropen and fstat and dev/ino comparison that would normally
25956         accompany a virtual `chdir ("..")'.
25957
25958         * modules/fts (Depends-on): Add i-ring.
25959         * modules/i-ring: New module.
25960         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
25961         * m4/i-ring.m4: New file.
25962
25963 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25964
25965         * gnulib-tool (func_create_testdir): Fix replacement of
25966         `build-aux' in configure.ac.  Run autotools in gltests
25967         subdirectory.
25968         (func_create_testdir, func_create_megatestdir, test): There is
25969         no need for '--force' in most autotool invocations in a new
25970         tree.  Actually fail the whole test if any of the tools, or the
25971         configure or make stages fail.
25972
25973         Sync from Automake.
25974         * build-aux/gnupload: Revert last change.  Add pointer to upload
25975         instructions of the GNU Maintenance Instructions.
25976         Suggestion by Karl Berry.
25977
25978 2006-11-10  Jim Meyering  <jim@meyering.net>
25979
25980         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
25981
25982 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
25983
25984         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
25985         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
25986         (bind_textdomain_codeset) [! ENABLE_NLS]:
25987         Evaluate all the arguments.  That way, callers get compatible behavior
25988         if the arguments have side effects.  Also, it avoids some GCC
25989         diagnostics in some cases; Joel E. Denny reported problems when Bison
25990         was configured with --enable-gcc-warnigs.
25991
25992 2006-11-10  Jim Meyering  <jim@meyering.net>
25993
25994         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
25995         relevant options in CFLAGS (like -O, -fno-inline) are taken into
25996         account.
25997
25998 2006-11-10  Jim Meyering  <jim@meyering.net>
25999
26000         * modules/inline: New file/module.
26001         * modules/xalloc (Files): Remove m4/inline.m4.
26002         (Depends-on): Add inline, instead.
26003         * modules/oset: Likewise.
26004         * modules/list: Likewise.
26005
26006 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26007
26008         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
26009         Problem reported by Matthew Woehlke.
26010
26011 2006-11-09  Bruno Haible  <bruno@clisp.org>
26012
26013         * lib/tempname.c (gen_tempname): Remove variant that invokes
26014         __gen_tempname.
26015         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
26016         __gen_tempname.
26017
26018 2006-11-08  Bruno Haible  <bruno@clisp.org>
26019
26020         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
26021         to 'yes' instead of 'cross-compiling'.
26022
26023 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
26024
26025         * lib/quotearg.h (quotearg_free): New decl.
26026         * lib/quotearg.c (quotearg_free): New function.
26027         (slot0, nslots, slotvec0, slotvec):
26028         Now file-scope so that quotearg_free can get at them.
26029
26030 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26031
26032         Sync from Automake.
26033         * build-aux/gnupload: Add missing 'gnu' to example URL.
26034         Report by Karl Berry.
26035
26036 2006-11-08  Bruno Haible  <bruno@clisp.org>
26037
26038         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
26039         Suggested by Paul Eggert.
26040
26041 2006-11-08  Jim Meyering  <jim@meyering.net>
26042
26043         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
26044         It's already included if !_LIBC.
26045         (fts_safe_changedir): Add a comment.
26046
26047 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
26048
26049         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
26050         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
26051         Matthew Woehlke.
26052
26053         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
26054         definitions up, to avoid colliding with change below.
26055         (static_inline) [HAVE_INLINE]: New macro.
26056         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
26057         Provide extern decls when !HAVE_INLINE.  Do not define unless
26058         static_inline is defined, either by us or by xmalloc.c.  Use
26059         static_inline rather than static inline.
26060         (XCALLOC): Optimize sizeof(T) = 1 case.
26061         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
26062
26063 2006-11-07  Bruno Haible  <bruno@clisp.org>
26064
26065         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
26066         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
26067         AC_C_INLINE.
26068         * modules/xalloc (Files): Add m4/inline.m4.
26069
26070 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26071
26072         * README: Fix typo.
26073         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
26074         (Miscellanous Notes): ...from this.
26075
26076 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
26077
26078         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
26079         Mention that offsetof should be used instead of sizeof.
26080         From Bruno Haible.
26081
26082 2006-11-07  Bruno Haible  <bruno@clisp.org>
26083
26084         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
26085
26086 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
26087
26088         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
26089         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
26090         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
26091         (gl_tree_add_before, gl_tree_add_after):
26092         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
26093         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
26094         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
26095         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
26096         (gl_linked_add_after, gl_linked_add_at): Likewise.
26097         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
26098         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
26099         (gl_tree_add_before, gl_tree_add_after): Likewise.
26100         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
26101         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
26102         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
26103
26104 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26105
26106         * lib/gl_oset.h: Use C comment style, not C++ comment style.
26107
26108 2006-11-06  Bruno Haible  <bruno@clisp.org>
26109
26110         * m4/inline.m4: New file.
26111         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
26112         * modules/list (Files): Add m4/inline.m4.
26113         * modules/oset (Files): Likewise.
26114
26115 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
26116
26117         * lib/idcache.c: Include <stddef.h>, for offsetof.
26118         (struct userid.name): Change from char * to a flexible array member.
26119         All uses changed.
26120         * modules/idcache (Depends-on): Add flexmember.
26121
26122         * MODULES.html.sh (Core language properties): New module flexmember.
26123         * modules/flexmember, m4/flexmember.m4: New files.
26124
26125         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
26126         inline functions that are identical with the old xnmalloc_inline,
26127         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
26128         that we can avoid some unnecessary integer multiplications and
26129         divisions in the common case where the element size is known at
26130         compile time.
26131         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
26132         needed.
26133         (xnboundedmalloc): Remove.
26134         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
26135         arguments, for consistency with rest of this header.
26136         (xcharalloc): Rewrite using XNMALLOC.
26137         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
26138         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
26139         versions have been moved to lib/xalloc.h and renamed to be the
26140         non-*_inline versions.
26141         (xmalloc, xrealloc): Implement without reference to the xnmalloc
26142         and xnrealloc functions, since those functions are now inline and
26143         now call us.
26144         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
26145         renaming described above.
26146         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
26147         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
26148         captures the dependency in AC_C_INLINE.
26149
26150         New module canonicalize-lgpl, proposed by Charles Wilson in
26151         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
26152         with a few small changes afterwards.
26153         * MODULES.html.sh (File system functions): New module
26154         canonicalize-lgpl.
26155         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
26156         and canonicalize_file_name.
26157         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
26158         * modules/canonicalize-lgpl: New files.
26159
26160 2006-11-05  Bruno Haible  <bruno@clisp.org>
26161
26162         * gnulib-tool (func_import, func_create_testdir): Create directories
26163         also for files in subdirectories of lib/.
26164
26165 2006-11-05  Bruno Haible  <bruno@clisp.org>
26166
26167         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
26168         ANSI C compliant.
26169
26170 2006-11-03  Bruno Haible  <bruno@clisp.org>
26171
26172         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
26173         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
26174         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
26175         (xnboundedmalloc): New inline function.
26176         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
26177         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
26178         xmalloc.
26179         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
26180         xmalloc.
26181         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
26182         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
26183         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
26184         xmalloc.
26185         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
26186         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
26187         xmalloc.
26188         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
26189         gl_tree_add_after): Use XMALLOC instead of xmalloc.
26190         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
26191         xmalloc.
26192         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
26193         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
26194         gl_tree_add_after): Use XMALLOC instead of xmalloc.
26195         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
26196         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
26197         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
26198         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
26199
26200 2006-11-03  Bruno Haible  <bruno@clisp.org>
26201
26202         * lib/c-ctype.h [C++]: Define functions without name mangling.
26203         * lib/fwriteerror.h [C++]: Likewise.
26204         * lib/gcd.h [C++]: Likewise.
26205         * lib/linebreak.h [C++]: Likewise.
26206
26207 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
26208
26209         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
26210         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
26211         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
26212         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
26213         Check for functions and headers just once.
26214         Check for declaration of canonicalize_file_name.
26215         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
26216
26217 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26218
26219         * gnulib-tool (func_import): Fix typo in actioncmd.
26220
26221 2006-11-02  Bruno Haible  <bruno@clisp.org>
26222
26223         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
26224         newline sequence in the Makefile.am snippet as a space, like "make"
26225         does.
26226         Reported by Roger Persson <perrog@gmail.com>.
26227
26228 2006-11-01  Bruno Haible  <bruno@clisp.org>
26229
26230         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
26231         already declared in <string.h>.
26232         * lib/strcase.h (strncasecmp): Don't declare it if yes.
26233
26234 2006-11-01  Bruno Haible  <bruno@clisp.org>
26235
26236         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
26237         * lib/strcase.h: Include <string.h>.
26238         (strcasecmp): Define to rpl_strcasecmp here.
26239
26240 2006-11-01  Bruno Haible  <bruno@clisp.org>
26241
26242         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
26243
26244 2006-11-01  Eric Blake  <ebb9@byu.net>
26245
26246         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
26247
26248         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
26249
26250 2006-10-29  Bruno Haible  <bruno@clisp.org>
26251
26252         Make it compile in C++ mode.
26253         * lib/full-write.c (full_rw): Add a cast.
26254
26255 2006-11-01  Bruno Haible  <bruno@clisp.org>
26256
26257         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
26258         be POSIX compliant.
26259         Reported by Roger Persson <perrog@gmail.com>.
26260
26261 2006-11-01  Eric Blake  <ebb9@byu.net>
26262
26263         * lib/getopt_.h: Fix comments.
26264
26265 2006-10-31  Eric Blake  <ebb9@byu.net>
26266
26267         * modules/tmpdir (Depends-on): Add sys_stat.
26268         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
26269         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
26270         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
26271         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
26272         tempname.
26273
26274 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
26275
26276         Avoid some C++ diagnostics reported by Bruno Haible.
26277         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
26278         xmalloc.
26279         (quotearg_alloc): Use xcharalloc rather than xmalloc.
26280         (struct slotvec): Move to top level.
26281         (quotearg_n_options): Rewrite to avoid xmalloc.
26282         * lib/xalloc.h (xcharalloc): New function.
26283         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
26284         [defined __cplusplus]: Add function template that provides result
26285         type propagation.  This part of the change is from Bruno Haible.
26286
26287 2006-10-29  Bruno Haible  <bruno@clisp.org>
26288
26289         Make it compile in C++ mode.
26290         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
26291         * lib/strnlen1.c (strnlen1): Cast memchr result.
26292         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
26293         * lib/clean-temp.c (string_equals, string_hash): Add casts.
26294         (create_temp_dir): Rename local variable 'template'.
26295         (compile_csharp_using_sscli): Add cast.
26296         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
26297         * lib/findprog.c (find_in_path): Likewise.
26298         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
26299         * lib/wait-process.c (register_slave_subprocess): Likewise.
26300
26301 2006-10-22  Bruno Haible  <bruno@clisp.org>
26302
26303         * modules/tsearch: New file.
26304         * lib/tsearch.h: New file.
26305         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
26306         * m4/tsearch.m4: New file.
26307         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
26308
26309 2006-10-29  Eric Blake  <ebb9@byu.net>
26310
26311         * lib/arcfour.c: Assume config.h.
26312         * lib/arctwo.c: Likewise.
26313         * lib/base64.c: Likewise.
26314         * lib/check-version.c: Likewise.
26315         * lib/crc.c: Likewise.
26316         * lib/des.c: Likewise.
26317         * lib/gc-gnulib.c: Likewise.
26318         * lib/gc-libgcrypt.c: Likewise.
26319         * lib/gc-pbkdf2-sha1.c: Likewise.
26320         * lib/getaddrinfo.c: Likewise.
26321         * lib/getdelim.c: Likewise.
26322         * lib/getline.c: Likewise.
26323         * lib/hmac-md5.c: Likewise.
26324         * lib/hmac-sha1.c: Likewise.
26325         * lib/iconvme.c: Likewise.
26326         * lib/md2.c: Likewise.
26327         * lib/md4.c: Likewise.
26328         * lib/memxor.c: Likewise.
26329         * lib/read-file.c: Likewise.
26330         * lib/readline.c: Likewise.
26331         * lib/rijndael-alg-fst.c: Likewise.
26332         * lib/rijndael-api-fst.c: Likewise.
26333         * lib/xgetdomainname.c: Likewise.
26334
26335 2006-10-28  Eric Blake  <ebb9@byu.net>
26336
26337         * lib/xstrndup.c: Assume config.h.
26338
26339 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
26340
26341         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
26342         stat-macros.h is now for our own macros, whereas stat_h is for
26343         macros in the <sys/stat.h> name space.
26344         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
26345         (STAT_MACROS_H): Remove.
26346         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
26347         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
26348         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
26349         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
26350         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
26351         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
26352         Move these macros to ...
26353         * lib/stat_.h: here.  Don't include stat-macros.h.
26354         * lib/canonicalize.c: Don't include stat-macros.h.
26355         * lib/chown.c: Likewise.
26356         * lib/euidaccess.c: Likewise.
26357         * lib/file-type.c: Likewise.
26358         * lib/filemode.c: Likewise.
26359         * lib/glob.c: Likewise.
26360         * lib/isapipe.c: Likewise.
26361         * lib/lchown.c: Likewise.
26362         * lib/lstat.c: Likewise.
26363         * lib/mkdir-p.c: Likewise.
26364         * lib/rmdir.c: Likewise.
26365         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
26366         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
26367         unless mkdir isn't declared, to speed up 'configure'.
26368         Always create sys/stat.h, since it's unlikely any real sys/stat.h
26369         would define all the S_* symbols.
26370         * modules/canonicalize (Depends-on):
26371         Depend on sys_stat, not stat-macros.
26372         * modules/chown: Likewise.
26373         * modules/euidaccess: Likewise.
26374         * modules/filemode: Likewise.
26375         * modules/file-type: Likewise.
26376         * modules/glob: Likewise.
26377         * modules/isapipe: Likewise.
26378         * modules/lchown: Likewise.
26379         * modules/lstat: Likewise.
26380         * modules/mkancesdirs: Likewise.
26381         * modules/rmdir: Likewise.
26382         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
26383         * modules/modechange: Likewise.
26384         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
26385         (configure.ac): Remove gl_STAT_MACROS.
26386         * modules/sys_stat (Depends-on): Remove stat-macros.
26387
26388 2006-10-27  Bruno Haible  <bruno@clisp.org>
26389
26390         * m4/signed.m4: Remove file.
26391         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
26392         invocation.
26393         * modules/vasnprintf (Files): Remove m4/signed.m4.
26394
26395 2006-10-27  Bruno Haible  <bruno@clisp.org>
26396
26397         Update to GNU gettext 0.16.
26398         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
26399         m4/inttypes-h.m4, m4/signed.m4.
26400         * m4/gettext.m4: Update to GNU gettext 0.16.
26401         * m4/intl.m4: New file, from GNU gettext.
26402         * m4/intldir.m4: New file, from GNU gettext.
26403         * config/srclist.txt: Update
26404
26405 2006-10-27  Eric Blake  <ebb9@byu.net>
26406
26407         * MODULES.html.sh: Document tempname.
26408         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
26409         dependencies.
26410         (Files): Move lib/tempname.c...
26411         * modules/tempname: ...to this new module.
26412         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
26413         (gl_PREREQ_TEMPNAME): Move...
26414         * m4/tempname.m4: ...to this new file.
26415         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
26416         * modules/sys_stat (Depends-on): Add stat-macros.
26417         * lib/stat_.h (includes): Pick up stat macros.
26418         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
26419         if stat macros are broken.
26420         * lib/tempname.c (includes): No need to include "stat-macros.h".
26421         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
26422         (direxists, __path_search) [!_LIBC]: Don't compile these in
26423         gnulib; the tmpdir module covers that.
26424         * lib/tempname.h: New file.
26425
26426 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
26427
26428         * COPYING: Explain how gnulib-tool converts licence headers.
26429         Almost all wording by Eric Blake.
26430
26431 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
26432
26433         * lib/mbchar.h (is_basic_table): Make read-only.
26434         * lib/mbchar.c (is_basic_table): Likewise.
26435         Reported by John Darrington.
26436
26437 2006-10-25  Bruno Haible  <bruno@clisp.org>
26438
26439         * lib/progname.h (set_program_name): Undefine before defining.
26440
26441 2006-10-25  Bruno Haible  <bruno@clisp.org>
26442
26443         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
26444         false for non-gcc C++ compilers.
26445         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
26446
26447 2006-10-24  Bruno Haible  <bruno@clisp.org>
26448
26449         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
26450         iconv implementations like Irix iconv.
26451
26452 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26453
26454         * modules/vararrays: New file.
26455         * m4/vararrays.m4: New file, taken from diffutils.
26456         * MODULES.html.sh: New module vararrays.
26457
26458 2006-10-24  Karl Berry  <karl@gnu.org>
26459
26460         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
26461         Don't call GNU Unix.
26462
26463 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26464
26465         * users.txt: Add Libtool.
26466
26467         Sync from Libtool:
26468
26469         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26470
26471         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
26472         to gnulib's policy of including config.h unconditionally.
26473
26474 2006-10-24  Bruno Haible  <bruno@clisp.org>
26475
26476         * modules/wcwidth (Files): Add m4/wint_t.m4.
26477         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
26478         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
26479
26480 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26481
26482         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
26483         to pacify GCC with some -W flags enabled.  Problem reported by
26484         Bruno Haible.
26485
26486 2006-10-24  Jim Meyering  <jim@meyering.net>
26487
26488         * MODULES.html.sh: Remove uinttostr.  It's not a module.
26489         Reported by Karl Berry.
26490
26491 2006-10-23  Bruno Haible  <bruno@clisp.org>
26492
26493         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
26494
26495 2006-10-24  Bruno Haible  <bruno@clisp.org>
26496
26497         * lib/gl_list.h: Use C comment style, not C++ comment style.
26498
26499 2006-10-23  Eric Blake  <ebb9@byu.net>
26500
26501         * lib/getaddrinfo.c (includes): Add missing include.
26502
26503 2006-10-23  Bruno Haible  <bruno@clisp.org>
26504             Paul Eggert  <eggert@cs.ucla.edu>
26505
26506         Ability to rename obstack_free.
26507         * lib/obstack.h (__obstack_free): New macro. Declare instead of
26508         obstack_free.
26509         (obstack_free): Invoke the __obstack_free macro.
26510         * lib/obstack.c (obstack_free): Use __obstack_free macro.
26511
26512 2006-10-23  Bruno Haible  <bruno@clisp.org>
26513             Paul Eggert  <eggert@cs.ucla.edu>
26514
26515         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
26516         __argc, __argv from the declaration. (They are defined as macros on
26517         mingw.)
26518
26519 2006-10-22  Bruno Haible  <bruno@clisp.org>
26520
26521         * doc/gnulib-intro.texi: New file.
26522         * doc/gnulib.texi: Include it.
26523
26524 2006-10-21  Bruno Haible  <bruno@clisp.org>
26525
26526         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
26527         "Introduction", "Miscellanous Notes", "Particular Modules".
26528
26529 2006-10-21  Bruno Haible  <bruno@clisp.org>
26530
26531         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26532         Change mostlyclean-local rule to avoid sh syntax error from bash
26533         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
26534
26535 2006-10-23  Jim Meyering  <jim@meyering.net>
26536
26537         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
26538         in place of snprintf.
26539
26540         * modules/inttostr (Files): Add lib/uinttostr.c.
26541         * lib/uinttostr.c (inttostr): New file/function.
26542         * lib/inttostr.h (uinttostr): Declare.
26543         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
26544         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
26545         Add uinttostr.
26546         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
26547
26548 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
26549
26550         * lib/canonicalize.c (ELOOP): Define if not already defined.
26551         Problem reported by Bruno Haible in
26552         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
26553
26554 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
26555
26556         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
26557         Problem reported by Perry Smith and Ville Laurikari.
26558
26559         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
26560         uses.
26561
26562 2006-10-19  Bruno Haible  <bruno@clisp.org>
26563
26564         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
26565         for mingw.
26566
26567 2006-10-19  Bruno Haible  <bruno@clisp.org>
26568
26569         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
26570         Needed for mingw.
26571
26572 2006-10-19  Bruno Haible  <bruno@clisp.org>
26573
26574         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
26575
26576 2006-10-19  Bruno Haible  <bruno@clisp.org>
26577
26578         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
26579         it.
26580
26581 2006-10-19  Bruno Haible  <bruno@clisp.org>
26582
26583         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
26584         invocation.
26585
26586 2006-10-19  Bruno Haible  <bruno@clisp.org>
26587
26588         * gnulib-tool (func_create_testdir): Don't include ftruncate and
26589         mountlist by default.
26590
26591 2006-10-16  Bruno Haible  <bruno@clisp.org>
26592
26593         * lib/c-strstr.c: Include c-strstr.h.
26594
26595 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26596
26597         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
26598         in a slash.
26599
26600 2006-10-18  Bruno Haible  <bruno@clisp.org>
26601
26602         * lib/lock.h [C++]: Wrap definitions in extern "C".
26603
26604 2006-10-18  Bruno Haible  <bruno@clisp.org>
26605
26606         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
26607         gl_LIBOBJS list.
26608
26609 2006-10-18  Bruno Haible  <bruno@clisp.org>
26610
26611         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
26612
26613 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
26614
26615         * lib/xstrtol.h: Include gettext.h.
26616         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
26617         Problem reported by Eric Blake.
26618         * modules/xstrtol (Depends-on): Add gettext-h.
26619
26620 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
26621
26622         * lib/strftime.c (advance): New macro.
26623         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
26624         incomplete type, so you can't add 0 to it.  Problem and patch
26625         reported by Eelco Dolstra for dietlibc.
26626
26627 2006-10-18  Jim Meyering  <jim@meyering.net>
26628
26629         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
26630         type for a local, and rename it: s/up/user_proc/.
26631
26632 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
26633
26634         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
26635         READ_UTMP_USER_PROCESS.
26636         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
26637
26638 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
26639
26640         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
26641         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
26642
26643 2006-10-17  Eric Blake  <ebb9@byu.net>
26644
26645         * lib/sigprocmask.c (sigprocmask): Fix typo.
26646
26647         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
26648
26649         * modules/clean-temp (Makefile.am): Don't add to make output...
26650         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
26651         config.h.
26652
26653 2006-10-17  Bruno Haible  <bruno@clisp.org>
26654
26655         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
26656         differently if DEFAULT_TEXT_DOMAIN is set.
26657
26658 2006-10-16  Bruno Haible  <bruno@clisp.org>
26659
26660         * lib/clean-temp.c: Include fwriteerror.h.
26661
26662 2006-10-16  Bruno Haible  <bruno@clisp.org>
26663
26664         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
26665
26666 2006-10-16  Bruno Haible  <bruno@clisp.org>
26667
26668         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
26669         * lib/sigprocmask.h: Include <sys/types.h>.
26670         (sigset_t): Use the system's definition if present.
26671
26672 2006-10-17  Eric Blake  <ebb9@byu.net>
26673
26674         * lib/xvasprintf.c (includes): Assume config.h.
26675         * lib/xasprintf.c (includes): Likewise.
26676
26677 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
26678
26679         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
26680         at least as wide as intmax_t.
26681
26682 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
26683
26684         (Imported from Automake.)
26685         * build-aux/gnupload: Update to version 1.1 of directive file.
26686
26687 2006-10-16  Eric Blake  <ebb9@byu.net>
26688
26689         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
26690         match Automake 1.10a.
26691
26692 2006-10-14  Bruno Haible  <bruno@clisp.org>
26693
26694         * modules/sigprocmask: New file.
26695         * lib/sigprocmask.h: New file.
26696         * lib/sigprocmask.c: New file.
26697         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
26698         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
26699         request sigprocmask.o.
26700         (gl_PREREQ_SIGPROCMASK): New macro.
26701         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
26702         (Depends-on): Add sigprocmask.
26703         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
26704         gt_SIGNALBLOCKING. Test for 'raise' only once.
26705         * lib/fatal-signal.c: Include sigprocmask.h.
26706         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
26707         unblock_fatal_signals): Define always.
26708         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
26709         sigprocmask.
26710
26711 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
26712
26713         Sync from Automake.
26714         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
26715         which incorrectly sets the mode of an existing destination
26716         directory.  In some cases the unpatched install-sh could do the
26717         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
26718         system.  We hope this is rare in practice, but it's clearly worth
26719         fixing.  Problem reported by Alex Unleashed in
26720         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
26721         Also, don't bother to check for -m bugs unless we're using -m;
26722         suggested by Stepan Kasal.
26723
26724 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26725
26726         Sync from Automake.
26727         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
26728         `-c' flag, so they appear at the same position as in %FASTDEP%
26729         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
26730         which ignores unknown options only after the first non-option.
26731         Bug report against M4 by Nelson H. F. Beebe.
26732
26733 2006-10-13  Jim Meyering  <jim@meyering.net>
26734
26735         Fix a bug in yesterday's change.
26736         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
26737         p->fts_statp->st_dev would be used uninitialized.
26738         Ensures that we always call fts_stat on the very first entry.
26739         Miklos Szeredi reported that find -xdev stopped working.
26740
26741 2006-10-12  Bruno Haible  <bruno@clisp.org>
26742
26743         * gnulib-tool (func_get_automake_snippet): Append an automatically
26744         computed EXTRA_DIST augmentation.
26745         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
26746         * modules/alloca-opt (Makefile.am): Likewise.
26747         * modules/allocsa (Makefile.am): Likewise.
26748         * modules/arcfour (Makefile.am): Likewise.
26749         * modules/arctwo (Makefile.am): Likewise.
26750         * modules/argmatch (Makefile.am): Likewise.
26751         * modules/argz (Makefile.am): Likewise.
26752         * modules/atexit (Makefile.am): Likewise.
26753         * modules/backupfile (Makefile.am): Likewise.
26754         * modules/byteswap (Makefile.am): Likewise.
26755         * modules/c-strtod (Makefile.am): Likewise.
26756         * modules/c-strtold (Makefile.am): Likewise.
26757         * modules/calloc (Makefile.am): Likewise.
26758         * modules/canon-host (Makefile.am): Likewise.
26759         * modules/canonicalize (Makefile.am): Likewise.
26760         * modules/chdir-long (Makefile.am): Likewise.
26761         * modules/chdir-safer (Makefile.am): Likewise.
26762         * modules/check-version (Makefile.am): Likewise.
26763         * modules/chown (Makefile.am): Likewise.
26764         * modules/cloexec (Makefile.am): Likewise.
26765         * modules/close-stream (Makefile.am): Likewise.
26766         * modules/closeout (Makefile.am): Likewise.
26767         * modules/crc (Makefile.am): Likewise.
26768         * modules/csharpexec (Makefile.am): Likewise.
26769         * modules/cycle-check (Makefile.am): Likewise.
26770         * modules/des (Makefile.am): Likewise.
26771         * modules/dev-ino (Makefile.am): Likewise.
26772         * modules/dirfd (Makefile.am): Likewise.
26773         * modules/dirname (Makefile.am): Likewise.
26774         * modules/dup2 (Makefile.am): Likewise.
26775         * modules/eealloc (Makefile.am): Likewise.
26776         * modules/error (Makefile.am): Likewise.
26777         * modules/euidaccess (Makefile.am): Likewise.
26778         * modules/exclude (Makefile.am): Likewise.
26779         * modules/exitfail (Makefile.am): Likewise.
26780         * modules/fcntl-safer (Makefile.am): Likewise.
26781         * modules/fcntl (Makefile.am): Likewise.
26782         * modules/file-type (Makefile.am): Likewise.
26783         * modules/fileblocks (Makefile.am): Likewise.
26784         * modules/filemode (Makefile.am): Likewise.
26785         * modules/filenamecat (Makefile.am): Likewise.
26786         * modules/fnmatch (Makefile.am): Likewise.
26787         * modules/fopen-safer (Makefile.am): Likewise.
26788         * modules/fpending (Makefile.am): Likewise.
26789         * modules/fprintftime (Makefile.am): Likewise.
26790         * modules/free (Makefile.am): Likewise.
26791         * modules/fsusage (Makefile.am): Likewise.
26792         * modules/ftruncate (Makefile.am): Likewise.
26793         * modules/fts (Makefile.am): Likewise.
26794         * modules/gc-arcfour (Makefile.am): Likewise.
26795         * modules/gc-des (Makefile.am): Likewise.
26796         * modules/gc-hmac-md5 (Makefile.am): Likewise.
26797         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
26798         * modules/gc-md4 (Makefile.am): Likewise.
26799         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
26800         * modules/gc-sha1 (Makefile.am): Likewise.
26801         * modules/gc (Makefile.am): Likewise.
26802         * modules/getaddrinfo (Makefile.am): Likewise.
26803         * modules/getcwd (Makefile.am): Likewise.
26804         * modules/getdelim (Makefile.am): Likewise.
26805         * modules/getdomainname (Makefile.am): Likewise.
26806         * modules/getgroups (Makefile.am): Likewise.
26807         * modules/gethostname (Makefile.am): Likewise.
26808         * modules/gethrxtime (Makefile.am): Likewise.
26809         * modules/getline (Makefile.am): Likewise.
26810         * modules/getloadavg (Makefile.am): Likewise.
26811         * modules/getlogin_r (Makefile.am): Likewise.
26812         * modules/getndelim2 (Makefile.am): Likewise.
26813         * modules/getopt (Makefile.am): Likewise.
26814         * modules/getpagesize (Makefile.am): Likewise.
26815         * modules/getpass-gnu (Makefile.am): Likewise.
26816         * modules/getpass (Makefile.am): Likewise.
26817         * modules/getsubopt (Makefile.am): Likewise.
26818         * modules/gettime (Makefile.am): Likewise.
26819         * modules/gettimeofday (Makefile.am): Likewise.
26820         * modules/getugroups (Makefile.am): Likewise.
26821         * modules/getusershell (Makefile.am): Likewise.
26822         * modules/glob (Makefile.am): Likewise.
26823         * modules/group-member (Makefile.am): Likewise.
26824         * modules/hard-locale (Makefile.am): Likewise.
26825         * modules/hash (Makefile.am): Likewise.
26826         * modules/hmac-md5 (Makefile.am): Likewise.
26827         * modules/hmac-sha1 (Makefile.am): Likewise.
26828         * modules/human (Makefile.am): Likewise.
26829         * modules/idcache (Makefile.am): Likewise.
26830         * modules/imaxabs (Makefile.am): Likewise.
26831         * modules/imaxdiv (Makefile.am): Likewise.
26832         * modules/inet_ntop (Makefile.am): Likewise.
26833         * modules/inet_pton (Makefile.am): Likewise.
26834         * modules/intprops (Makefile.am): Likewise.
26835         * modules/inttostr (Makefile.am): Likewise.
26836         * modules/inttypes (Makefile.am): Likewise.
26837         * modules/isapipe (Makefile.am): Likewise.
26838         * modules/javaversion (Makefile.am): Likewise.
26839         * modules/lchmod (Makefile.am): Likewise.
26840         * modules/lchown (Makefile.am): Likewise.
26841         * modules/localcharset (Makefile.am): Likewise.
26842         * modules/long-options (Makefile.am): Likewise.
26843         * modules/lstat (Makefile.am): Likewise.
26844         * modules/malloc (Makefile.am): Likewise.
26845         * modules/mathl (Makefile.am): Likewise.
26846         * modules/mbchar (Makefile.am): Likewise.
26847         * modules/md2 (Makefile.am): Likewise.
26848         * modules/md4 (Makefile.am): Likewise.
26849         * modules/md5 (Makefile.am): Likewise.
26850         * modules/memcasecmp (Makefile.am): Likewise.
26851         * modules/memchr (Makefile.am): Likewise.
26852         * modules/memcmp (Makefile.am): Likewise.
26853         * modules/memcoll (Makefile.am): Likewise.
26854         * modules/memcpy (Makefile.am): Likewise.
26855         * modules/memmem (Makefile.am): Likewise.
26856         * modules/memmove (Makefile.am): Likewise.
26857         * modules/mempcpy (Makefile.am): Likewise.
26858         * modules/memrchr (Makefile.am): Likewise.
26859         * modules/memset (Makefile.am): Likewise.
26860         * modules/memxor (Makefile.am): Likewise.
26861         * modules/mkancesdirs (Makefile.am): Likewise.
26862         * modules/mkdir-p (Makefile.am): Likewise.
26863         * modules/mkdir (Makefile.am): Likewise.
26864         * modules/mkdtemp (Makefile.am): Likewise.
26865         * modules/mkstemp (Makefile.am): Likewise.
26866         * modules/mktime (Makefile.am): Likewise.
26867         * modules/modechange (Makefile.am): Likewise.
26868         * modules/mountlist (Makefile.am): Likewise.
26869         * modules/nanosleep (Makefile.am): Likewise.
26870         * modules/obstack (Makefile.am): Likewise.
26871         * modules/openat (Makefile.am): Likewise.
26872         * modules/pagealign_alloc (Makefile.am): Likewise.
26873         * modules/pathmax (Makefile.am): Likewise.
26874         * modules/physmem (Makefile.am): Likewise.
26875         * modules/poll (Makefile.am): Likewise.
26876         * modules/posixtm (Makefile.am): Likewise.
26877         * modules/posixver (Makefile.am): Likewise.
26878         * modules/putenv (Makefile.am): Likewise.
26879         * modules/quote (Makefile.am): Likewise.
26880         * modules/quotearg (Makefile.am): Likewise.
26881         * modules/raise (Makefile.am): Likewise.
26882         * modules/read-file (Makefile.am): Likewise.
26883         * modules/readline (Makefile.am): Likewise.
26884         * modules/readlink (Makefile.am): Likewise.
26885         * modules/readtokens (Makefile.am): Likewise.
26886         * modules/readutmp (Makefile.am): Likewise.
26887         * modules/realloc (Makefile.am): Likewise.
26888         * modules/regex (Makefile.am): Likewise.
26889         * modules/rename-dest-slash (Makefile.am): Likewise.
26890         * modules/rename (Makefile.am): Likewise.
26891         * modules/rijndael (Makefile.am): Likewise.
26892         * modules/rmdir (Makefile.am): Likewise.
26893         * modules/rpmatch (Makefile.am): Likewise.
26894         * modules/safe-read (Makefile.am): Likewise.
26895         * modules/safe-write (Makefile.am): Likewise.
26896         * modules/same-inode (Makefile.am): Likewise.
26897         * modules/same (Makefile.am): Likewise.
26898         * modules/save-cwd (Makefile.am): Likewise.
26899         * modules/savedir (Makefile.am): Likewise.
26900         * modules/setenv (Makefile.am): Likewise.
26901         * modules/settime (Makefile.am): Likewise.
26902         * modules/sha1 (Makefile.am): Likewise.
26903         * modules/sig2str (Makefile.am): Likewise.
26904         * modules/snprintf (Makefile.am): Likewise.
26905         * modules/stat-macros (Makefile.am): Likewise.
26906         * modules/stat-time (Makefile.am): Likewise.
26907         * modules/stdbool (Makefile.am): Likewise.
26908         * modules/stdint (Makefile.am): Likewise.
26909         * modules/stdlib-safer (Makefile.am): Likewise.
26910         * modules/stpcpy (Makefile.am): Likewise.
26911         * modules/stpncpy (Makefile.am): Likewise.
26912         * modules/strcase (Makefile.am): Likewise.
26913         * modules/strcasestr (Makefile.am): Likewise.
26914         * modules/strchrnul (Makefile.am): Likewise.
26915         * modules/strcspn (Makefile.am): Likewise.
26916         * modules/strdup (Makefile.am): Likewise.
26917         * modules/strerror (Makefile.am): Likewise.
26918         * modules/strftime (Makefile.am): Likewise.
26919         * modules/strndup (Makefile.am): Likewise.
26920         * modules/strnlen (Makefile.am): Likewise.
26921         * modules/strpbrk (Makefile.am): Likewise.
26922         * modules/strsep (Makefile.am): Likewise.
26923         * modules/strstr (Makefile.am): Likewise.
26924         * modules/strtod (Makefile.am): Likewise.
26925         * modules/strtoimax (Makefile.am): Likewise.
26926         * modules/strtok_r (Makefile.am): Likewise.
26927         * modules/strtol (Makefile.am): Likewise.
26928         * modules/strtoll (Makefile.am): Likewise.
26929         * modules/strtoul (Makefile.am): Likewise.
26930         * modules/strtoull (Makefile.am): Likewise.
26931         * modules/strtoumax (Makefile.am): Likewise.
26932         * modules/strverscmp (Makefile.am): Likewise.
26933         * modules/sys_socket (Makefile.am): Likewise.
26934         * modules/sys_stat (Makefile.am): Likewise.
26935         * modules/sysexits (Makefile.am): Likewise.
26936         * modules/time_r (Makefile.am): Likewise.
26937         * modules/timegm (Makefile.am): Likewise.
26938         * modules/timespec (Makefile.am): Likewise.
26939         * modules/tmpfile-safer (Makefile.am): Likewise.
26940         * modules/trim (Makefile.am): Likewise.
26941         * modules/unistd-safer (Makefile.am): Likewise.
26942         * modules/unlinkdir (Makefile.am): Likewise.
26943         * modules/unlocked-io (Makefile.am): Likewise.
26944         * modules/userspec (Makefile.am): Likewise.
26945         * modules/utime (Makefile.am): Likewise.
26946         * modules/utimecmp (Makefile.am): Likewise.
26947         * modules/utimens (Makefile.am): Likewise.
26948         * modules/vasnprintf (Makefile.am): Likewise.
26949         * modules/vasprintf (Makefile.am): Likewise.
26950         * modules/vsnprintf (Makefile.am): Likewise.
26951         * modules/xalloc (Makefile.am): Likewise.
26952         * modules/xgetcwd (Makefile.am): Likewise.
26953         * modules/xnanosleep (Makefile.am): Likewise.
26954         * modules/xreadlink (Makefile.am): Likewise.
26955         * modules/xstrtod (Makefile.am): Likewise.
26956         * modules/xstrtol (Makefile.am): Likewise.
26957         * modules/xstrtold (Makefile.am): Likewise.
26958         * modules/yesno (Makefile.am): Likewise.
26959         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
26960
26961 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
26962
26963         * modules/error (Makefile.am): Distribute files through
26964         EXTRA_DIST, not lib_SOURCES.
26965
26966 2006-10-12  Eric Blake  <ebb9@byu.net>
26967
26968         * modules/error (Makefile.am): Distribute files in /lib.
26969         * modules/obstack (Makefile.am): Likewise.
26970
26971 2006-10-12  Bruno Haible  <bruno@clisp.org>
26972
26973         * modules/acl (Makefile.am): Distribute all files in lib/ through
26974         EXTRA_DIST.
26975         * modules/arcfour (Makefile.am): Likewise.
26976         * modules/arctwo (Makefile.am): Likewise.
26977         * modules/argmatch (Makefile.am): Likewise.
26978         * modules/argz (Makefile.am): Likewise.
26979         * modules/atexit (Makefile.am): Likewise.
26980         * modules/backupfile (Makefile.am): Likewise.
26981         * modules/c-strtod (Makefile.am): Likewise.
26982         * modules/c-strtold (Makefile.am): Likewise.
26983         * modules/calloc (Makefile.am): Likewise.
26984         * modules/canon-host (Makefile.am): Likewise.
26985         * modules/canonicalize (Makefile.am): Likewise.
26986         * modules/chdir-long (Makefile.am): Likewise.
26987         * modules/chdir-safer (Makefile.am): Likewise.
26988         * modules/check-version (Makefile.am): Likewise.
26989         * modules/chown (Makefile.am): Likewise.
26990         * modules/cloexec (Makefile.am): Likewise.
26991         * modules/close-stream (Makefile.am): Likewise.
26992         * modules/closeout (Makefile.am): Likewise.
26993         * modules/crc (Makefile.am): Likewise.
26994         * modules/cycle-check (Makefile.am): Likewise.
26995         * modules/des (Makefile.am): Likewise.
26996         * modules/dirfd (Makefile.am): Likewise.
26997         * modules/dirname (Makefile.am): Likewise.
26998         * modules/dup2 (Makefile.am): Likewise.
26999         * modules/euidaccess (Makefile.am): Likewise.
27000         * modules/exclude (Makefile.am): Likewise.
27001         * modules/exitfail (Makefile.am): Likewise.
27002         * modules/fcntl-safer (Makefile.am): Likewise.
27003         * modules/file-type (Makefile.am): Likewise.
27004         * modules/fileblocks (Makefile.am): Likewise.
27005         * modules/filemode (Makefile.am): Likewise.
27006         * modules/filenamecat (Makefile.am): Likewise.
27007         * modules/fnmatch (Makefile.am): Likewise.
27008         * modules/fopen-safer (Makefile.am): Likewise.
27009         * modules/fpending (Makefile.am): Likewise.
27010         * modules/fprintftime (Makefile.am): Likewise.
27011         * modules/free (Makefile.am): Likewise.
27012         * modules/fsusage (Makefile.am): Likewise.
27013         * modules/ftruncate (Makefile.am): Likewise.
27014         * modules/fts (Makefile.am): Likewise.
27015         * modules/gc (Makefile.am): Likewise.
27016         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
27017         * modules/getaddrinfo (Makefile.am): Likewise.
27018         * modules/getcwd (Makefile.am): Likewise.
27019         * modules/getdelim (Makefile.am): Likewise.
27020         * modules/getdomainname (Makefile.am): Likewise.
27021         * modules/getgroups (Makefile.am): Likewise.
27022         * modules/gethostname (Makefile.am): Likewise.
27023         * modules/gethrxtime (Makefile.am): Likewise.
27024         * modules/getline (Makefile.am): Likewise.
27025         * modules/getloadavg (Makefile.am): Likewise.
27026         * modules/getlogin_r (Makefile.am): Likewise.
27027         * modules/getopt (Makefile.am): Likewise.
27028         * modules/getpass (Makefile.am): Likewise.
27029         * modules/getpass-gnu (Makefile.am): Likewise.
27030         * modules/getsubopt (Makefile.am): Likewise.
27031         * modules/gettime (Makefile.am): Likewise.
27032         * modules/gettimeofday (Makefile.am): Likewise.
27033         * modules/getugroups (Makefile.am): Likewise.
27034         * modules/getusershell (Makefile.am): Likewise.
27035         * modules/glob (Makefile.am): Likewise.
27036         * modules/group-member (Makefile.am): Likewise.
27037         * modules/hard-locale (Makefile.am): Likewise.
27038         * modules/hash (Makefile.am): Likewise.
27039         * modules/hmac-md5 (Makefile.am): Likewise.
27040         * modules/hmac-sha1 (Makefile.am): Likewise.
27041         * modules/human (Makefile.am): Likewise.
27042         * modules/idcache (Makefile.am): Likewise.
27043         * modules/imaxabs (Makefile.am): Likewise.
27044         * modules/imaxdiv (Makefile.am): Likewise.
27045         * modules/inet_ntop (Makefile.am): Likewise.
27046         * modules/inet_pton (Makefile.am): Likewise.
27047         * modules/inttostr (Makefile.am): Likewise.
27048         * modules/isapipe (Makefile.am): Likewise.
27049         * modules/lchown (Makefile.am): Likewise.
27050         * modules/long-options (Makefile.am): Likewise.
27051         * modules/lstat (Makefile.am): Likewise.
27052         * modules/malloc (Makefile.am): Likewise.
27053         * modules/mathl (Makefile.am): Likewise.
27054         * modules/mbchar (Makefile.am): Likewise.
27055         * modules/md2 (Makefile.am): Likewise.
27056         * modules/md4 (Makefile.am): Likewise.
27057         * modules/md5 (Makefile.am): Likewise.
27058         * modules/memcasecmp (Makefile.am): Likewise.
27059         * modules/memchr (Makefile.am): Likewise.
27060         * modules/memcmp (Makefile.am): Likewise.
27061         * modules/memcoll (Makefile.am): Likewise.
27062         * modules/memcpy (Makefile.am): Likewise.
27063         * modules/memmem (Makefile.am): Likewise.
27064         * modules/memmove (Makefile.am): Likewise.
27065         * modules/mempcpy (Makefile.am): Likewise.
27066         * modules/memrchr (Makefile.am): Likewise.
27067         * modules/memset (Makefile.am): Likewise.
27068         * modules/memxor (Makefile.am): Likewise.
27069         * modules/mkancesdirs (Makefile.am): Likewise.
27070         * modules/mkdir (Makefile.am): Likewise.
27071         * modules/mkdir-p (Makefile.am): Likewise.
27072         * modules/mkdtemp (Makefile.am): Likewise.
27073         * modules/mkstemp (Makefile.am): Likewise.
27074         * modules/mktime (Makefile.am): Likewise.
27075         * modules/modechange (Makefile.am): Likewise.
27076         * modules/mountlist (Makefile.am): Likewise.
27077         * modules/nanosleep (Makefile.am): Likewise.
27078         * modules/openat (Makefile.am): Likewise.
27079         * modules/pagealign_alloc (Makefile.am): Likewise.
27080         * modules/physmem (Makefile.am): Likewise.
27081         * modules/poll (Makefile.am): Likewise.
27082         * modules/posixtm (Makefile.am): Likewise.
27083         * modules/posixver (Makefile.am): Likewise.
27084         * modules/putenv (Makefile.am): Likewise.
27085         * modules/quote (Makefile.am): Likewise.
27086         * modules/quotearg (Makefile.am): Likewise.
27087         * modules/raise (Makefile.am): Likewise.
27088         * modules/read-file (Makefile.am): Likewise.
27089         * modules/readline (Makefile.am): Likewise.
27090         * modules/readlink (Makefile.am): Likewise.
27091         * modules/readtokens (Makefile.am): Likewise.
27092         * modules/readutmp (Makefile.am): Likewise.
27093         * modules/realloc (Makefile.am): Likewise.
27094         * modules/regex (Makefile.am): Likewise.
27095         * modules/rename (Makefile.am): Likewise.
27096         * modules/rename-dest-slash (Makefile.am): Likewise.
27097         * modules/rijndael (Makefile.am): Likewise.
27098         * modules/rmdir (Makefile.am): Likewise.
27099         * modules/rpmatch (Makefile.am): Likewise.
27100         * modules/safe-read (Makefile.am): Likewise.
27101         * modules/safe-write (Makefile.am): Likewise.
27102         * modules/same (Makefile.am): Likewise.
27103         * modules/save-cwd (Makefile.am): Likewise.
27104         * modules/savedir (Makefile.am): Likewise.
27105         * modules/setenv (Makefile.am): Likewise.
27106         * modules/settime (Makefile.am): Likewise.
27107         * modules/sha1 (Makefile.am): Likewise.
27108         * modules/sig2str (Makefile.am): Likewise.
27109         * modules/snprintf (Makefile.am): Likewise.
27110         * modules/stdlib-safer (Makefile.am): Likewise.
27111         * modules/stpcpy (Makefile.am): Likewise.
27112         * modules/stpncpy (Makefile.am): Likewise.
27113         * modules/strcase (Makefile.am): Likewise.
27114         * modules/strcasestr (Makefile.am): Likewise.
27115         * modules/strchrnul (Makefile.am): Likewise.
27116         * modules/strcspn (Makefile.am): Likewise.
27117         * modules/strdup (Makefile.am): Likewise.
27118         * modules/strerror (Makefile.am): Likewise.
27119         * modules/strftime (Makefile.am): Likewise.
27120         * modules/strndup (Makefile.am): Likewise.
27121         * modules/strnlen (Makefile.am): Likewise.
27122         * modules/strpbrk (Makefile.am): Likewise.
27123         * modules/strsep (Makefile.am): Likewise.
27124         * modules/strstr (Makefile.am): Likewise.
27125         * modules/strtod (Makefile.am): Likewise.
27126         * modules/strtoimax (Makefile.am): Likewise.
27127         * modules/strtok_r (Makefile.am): Likewise.
27128         * modules/strtol (Makefile.am): Likewise.
27129         * modules/strtoll (Makefile.am): Likewise.
27130         * modules/strtoul (Makefile.am): Likewise.
27131         * modules/strtoull (Makefile.am): Likewise.
27132         * modules/strtoumax (Makefile.am): Likewise.
27133         * modules/strverscmp (Makefile.am): Likewise.
27134         * modules/time_r (Makefile.am): Likewise.
27135         * modules/timegm (Makefile.am): Likewise.
27136         * modules/tmpfile-safer (Makefile.am): Likewise.
27137         * modules/unistd-safer (Makefile.am): Likewise.
27138         * modules/unlinkdir (Makefile.am): Likewise.
27139         * modules/userspec (Makefile.am): Likewise.
27140         * modules/utime (Makefile.am): Likewise.
27141         * modules/utimecmp (Makefile.am): Likewise.
27142         * modules/utimens (Makefile.am): Likewise.
27143         * modules/vasnprintf (Makefile.am): Likewise.
27144         * modules/vasprintf (Makefile.am): Likewise.
27145         * modules/vsnprintf (Makefile.am): Likewise.
27146         * modules/xalloc (Makefile.am): Likewise.
27147         * modules/xgetcwd (Makefile.am): Likewise.
27148         * modules/xnanosleep (Makefile.am): Likewise.
27149         * modules/xreadlink (Makefile.am): Likewise.
27150         * modules/xstrtod (Makefile.am): Likewise.
27151         * modules/xstrtol (Makefile.am): Likewise.
27152         * modules/xstrtold (Makefile.am): Likewise.
27153         * modules/yesno (Makefile.am): Likewise.
27154
27155 2006-10-12  Jim Meyering  <jim@meyering.net>
27156
27157         * m4/getloadavg.m4: Revert the change below.
27158
27159         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
27160         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
27161         fail with a symlink, which is what coreutils' ./bootstrap now
27162         creates by default.
27163
27164 2006-10-12  Bruno Haible  <bruno@clisp.org>
27165
27166         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
27167         mingw.
27168         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
27169         MSVC and mingw explicitly.
27170
27171 2006-10-11  Simon Josefsson  <jas@extundo.com>
27172             Bruno Haible  <bruno@clisp.org>
27173
27174         Add support for multiple gnulib-tool invocations in the scope of a
27175         single configure.ac file.
27176         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
27177         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
27178         with the same contents as the _LIBADD variable.
27179         (func_emit_initmacro_start, func_emit_initmacro_end,
27180         func_emit_initmacro_done): New functions.
27181         (func_import, func_create_testdir): Invoke them. Allow the identifiers
27182         gl_LIBOBJS and gl_LTLIBOBJS.
27183
27184 2006-10-11  Bruno Haible  <bruno@clisp.org>
27185
27186         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
27187         (func_create_testdir): Don't create po/Makefile.am, don't invoke
27188         autoreconf. Instead, invoke autopoint explicitly but move back the
27189         *.m4 files from gnulib.
27190
27191 2006-10-11  Bruno Haible  <bruno@clisp.org>
27192
27193         * gnulib-tool (func_usage): Make module names after --create-testdir
27194         optional.
27195         (func_create_testdir): If no module was specified, use nearly all
27196         modules.
27197
27198 2006-10-12  Jim Meyering  <jim@meyering.net>
27199
27200         Big performance improvement for fts-based tools that use FTS_NOSTAT.
27201         Avoid spurious inode-mismatch problems on non-POSIX file systems.
27202         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
27203         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
27204         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
27205         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
27206         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
27207         (fts_set_stat_required): New function.
27208         (fts_open): Defer the calls to fts_stat, if possible or requested.
27209         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
27210         into fts_stat itself.
27211         (fts_read): Perform any required (deferred) fts_stat call.
27212         (fts_build): Likewise, for the directory we're about to open and read.
27213         In the readdir loop, carefully decide whether each entry will require
27214         an eventual call to fts_stat, using dirent.d_type info if available.
27215         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
27216         a command line argument into this function.  Update all callers.
27217         Map a return value of FTS_DOT to FTS_D for a command line argument.
27218         * modules/fts (Depends-on): Add d-type.  Alphabetize.
27219         Thanks to Miklos Szeredi for his tenacity and for the initial
27220         bug report about "find" failing on a FUSE-based file system.
27221
27222         * lib/fts.c (fts_open): Use consistent indentation.
27223
27224 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
27225
27226         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
27227         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
27228         reported by Jim Meyering.  All uses of cache variables renamed
27229         to match Autoconf's.
27230         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
27231         the other one.
27232
27233         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
27234         Fix misspelling in diagnostic.
27235
27236 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
27237
27238         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
27239         defined.  Problem reported by Matthew Woehlke.
27240
27241         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
27242         Add support for Tandem NonStop R series.
27243         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
27244         Use new macro.
27245
27246         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
27247         (has_trailing_slash): Omit size arg; all callers changed.
27248         Omit 'inline', since it doesn't help performance and we'd
27249         need to configure it.
27250         Don't count //, ///, etc. as having a trailing slash.
27251         As a side effect, this removes a C99ism reported by Matthew Woehlke.
27252         (rpl_rename_dest_slash): On failure, use rename's errno rather
27253         than (in some cases) an incorrect or junk errno.
27254         Simplify code by removing need to compute length; this does
27255         cause it to make two passes instead of one over the file name,
27256         but it's worth it.
27257
27258         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
27259         change, since Autoconf's version may no longer be appropriate now
27260         that we are using CVS Autoconf's version.  Add support for Tandem.
27261
27262 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
27263             Bruno Haible  <bruno@clisp.org>
27264
27265         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
27266         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
27267         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
27268         gl_AC_TYPE_LONG_LONG.
27269
27270         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
27271         instead of HAVE_LONG_LONG.
27272         * lib/printf-args.c (printf_fetchargs): Likewise.
27273         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
27274         * lib/vasnprintf.c (VASNPRINTF): Likewise.
27275         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
27276         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
27277         gl_AC_TYPE_LONG_LONG.
27278
27279 2006-10-11  Bruno Haible  <bruno@clisp.org>
27280
27281         * m4/longlong.m4: Add comments.
27282         * m4/ulonglong.m4: Likewise.
27283
27284 2006-10-10  Bruno Haible  <bruno@clisp.org>
27285
27286         Make it possible to #define stpcpy, strdup to aliases.
27287         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
27288         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
27289
27290 2006-10-10  Bruno Haible  <bruno@clisp.org>
27291
27292         Make it possible to #define gcd to an alias.
27293         * lib/gcd.c: Include config.h.
27294
27295 2006-10-10  Bruno Haible  <bruno@clisp.org>
27296
27297         Make it possible to #define c_isascii to an alias.
27298         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
27299         defined. Undefine the macros before defining them, to avoid gcc
27300         warnings.
27301         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
27302         define NO_C_CTYPE_MACROS early.
27303
27304 2006-10-10  Bruno Haible  <bruno@clisp.org>
27305
27306         Make it possible to #define set_program_name to an alias.
27307         * lib/progname.c: Don't undefine set_program_name; instead, undefine
27308         ENABLE_RELOCATABLE early.
27309
27310 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
27311
27312         Port to Tandem NSK OSS, which has 64-bit signed int but at most
27313         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
27314         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
27315         More generally, don't assume that 64-bit signed int is available
27316         if unsigned int is, and vice versa.
27317         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
27318         unsigned symbols, not on their signed counterparts.
27319         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
27320         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
27321         (UINT64_C, UINTMAX_C):
27322         Likewise.
27323         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
27324         unsigned counterparts.
27325         (Have_long_long, Unsigned): New macros.
27326         (Int): Renamed from INT.
27327         (strtoimax): Use the new macros.
27328         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
27329         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
27330         * modules/inttypes (inttypes.h): Substitute
27331         HAVE_UNSIGNED_LONG_LONG_INT.
27332         * modules/stdint (stdint.h): Likewise.
27333         (Files): Add m4/ulonglong.m4.
27334
27335 2006-10-10  Bruno Haible  <bruno@clisp.org>
27336
27337         Fix a gcc -Wshadow warning.
27338         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
27339         to 'bucket'.
27340         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
27341         gl_linked_indexof_from_to): Likewise.
27342         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
27343         Likewise.
27344         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
27345         Likewise.
27346         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
27347         Reported by Eric Blake.
27348
27349 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
27350
27351         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
27352         for NetBSD.  Problem reported by Bruno Haible.
27353
27354 2006-10-09  Jim Meyering  <jim@meyering.net>
27355
27356         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
27357         Patch from Bruno Haible.
27358
27359 2006-10-09  Jim Meyering  <jim@meyering.net>
27360
27361         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
27362         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
27363         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
27364
27365 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
27366
27367         Don't include <config.h> twice; this doesn't work in some cases,
27368         e.g., when config.h has "#define intmax_t long long int" and
27369         we include <config.h>, <inttypes.h>, <config.h> in that order.
27370         Problem reported by Matthew Woehlke in:
27371         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
27372         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
27373         * lib/fts-cycle.c: Don't include config.h.
27374         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
27375         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
27376         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
27377         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
27378         inttypes.h.
27379         * lib/xstrtoumax.c: Likewise.
27380         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
27381         __strtol and the like, so that this module is more like its siblings.
27382         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
27383         Remove; no longer needed now that we assume gnulib inttypes.h.
27384
27385 2006-10-08  Bruno Haible  <bruno@clisp.org>
27386
27387         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
27388         option.
27389
27390 2006-10-07  Jim Meyering  <jim@meyering.net>
27391
27392         * modules/inttypes (inttypes.h): Revert what seems to have been
27393         an inadvertent part of today's change: use "|", not "/" in the
27394         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
27395
27396 2006-10-07  Bruno Haible  <bruno@clisp.org>
27397
27398         * modules/sublist: New file.
27399
27400 2006-10-07  Bruno Haible  <bruno@clisp.org>
27401
27402         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
27403         * modules/argz (argz.h): Likewise.
27404         * modules/arpa_inet (arpa/inet.h): Likewise.
27405         * modules/byteswap (byteswap.h): Likewise.
27406         * modules/configmake (configmake.h): Likewise.
27407         * modules/fcntl (fcntl.h): Likewise.
27408         * modules/fnmatch (fnmatch.h): Likewise.
27409         * modules/getopt (getopt.h): Likewise.
27410         * modules/glob (glob.h): Likewise.
27411         * modules/inttypes (inttypes.h): Likewise.
27412         * modules/netinet_in (netinet/in.h): Likewise.
27413         * modules/poll (poll.h): Likewise.
27414         * modules/stdbool (stdbool.h): Likewise.
27415         * modules/stdint (stdint.h): Likewise.
27416         * modules/sys_select (sys/select.h): Likewise.
27417         * modules/sys_socket (sys/socket.h): Likewise.
27418         * modules/sys_stat (sys/stat.h): Likewise.
27419         * modules/sysexits (sysexits.h): Likewise.
27420         * modules/unistd (unistd.h): Likewise.
27421         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27422         Add a "DO NOT EDIT" comment to the generated file.
27423         (func_import): Likewise for gnulib-comp.m4.
27424
27425 2006-10-07  Bruno Haible  <bruno@clisp.org>
27426
27427         * lib/gl_sublist.h: New file.
27428         * lib/gl_sublist.c: New file.
27429
27430 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
27431
27432         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
27433         name (relative to the original working directory) and the file
27434         name component (relative to the temporary working directory).  All
27435         callers changed.
27436         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
27437         * lib/mkdir-p.c (make_dir_parents): Likewise.
27438         * lib/mkdir-p.h (make_dir_parents): Likewise.
27439
27440 2006-10-06  Eric Blake  <ebb9@byu.net>
27441
27442         Define several macros for use by the clean-temp module.
27443         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
27444         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
27445         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
27446
27447         * lib/clean-temp.h (close_stream_temp): New declaration.
27448         * lib/clean-temp.c (includes): Pull in headers according to what
27449         other modules are in use.
27450         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
27451
27452 2006-10-06  Bruno Haible  <bruno@clisp.org>
27453
27454         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
27455         instead of fopen, fwriteerror.
27456
27457 2006-10-06  Bruno Haible  <bruno@clisp.org>
27458
27459         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
27460         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
27461         int.
27462         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
27463         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
27464         Return an error indicator.
27465         Suggested by Eric Blake.
27466
27467 2006-10-06  Bruno Haible  <bruno@clisp.org>
27468
27469         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
27470         Reported by Eric Blake.
27471
27472 2006-10-06  Bruno Haible  <bruno@clisp.org>
27473
27474         * modules/closeout (Description): Mention stderr too.
27475
27476 2006-10-06  Bruno Haible  <bruno@clisp.org>
27477         and Paul Eggert  <eggert@cs.ucla.edu>
27478
27479         * lib/closeout.c (close_stdout): Also close stderr.
27480         * lib/closeout.h: Update comment.
27481
27482 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
27483
27484         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
27485         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
27486         * lib/dirchownmod.c: Include lchown.h.
27487         * lib/lchown.c: Don't include files that lchown.h now includes.
27488         Don't declare chown, since lchown.h now does that.
27489         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
27490         (lchown): Define to rpl_chown if lchown is declared but
27491         does not exist.  Declare using a prototype if lchown is not
27492         declared.  Add a copyright notice.
27493         * lib/mkstemp.h: Include <unistd.h>.
27494         * lib/openat.c: Include lchown.h.
27495
27496         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
27497         we now test for that separately.
27498         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
27499         rather than O_NOFOLLOW, when testing whether it's possible to
27500         avoid a race condition reliably.
27501         * lib/savewd.c (savewd_chdir): Likewise.
27502
27503         Remove macros that are no longer needed now that stdint.h is
27504         reliable.
27505         * lib/fsusage.c (UINTMAX_MAX): Remove.
27506         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
27507         * lib/utimecmp.c (SIZE_MAX): Remove.
27508
27509         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
27510
27511         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
27512         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
27513         O_NOATIME works.
27514
27515 2006-10-05  Bruno Haible  <bruno@clisp.org>
27516
27517         * lib/gl_list.h (gl_sortedlist_search_from_to,
27518         gl_sortedlist_indexof_from_to): New declarations.
27519         (gl_list_implementation): New fields sortedlist_search_from_to,
27520         sortedlist_indexof_from_to.
27521         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
27522         inline functions.
27523         * lib/gl_list.c (gl_sortedlist_search_from_to,
27524         gl_sortedlist_indexof_from_to): New functions.
27525         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
27526         function.
27527         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
27528         (gl_array_sortedlist_search_from_to): New function.
27529         (gl_array_list_implementation): Update.
27530         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
27531         function.
27532         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
27533         (gl_carray_sortedlist_search_from_to): New function.
27534         (gl_carray_list_implementation): Update.
27535         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
27536         gl_linked_sortedlist_indexof_from_to): New functions.
27537         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27538         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27539         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
27540         gl_tree_sortedlist_indexof_from_to): New functions.
27541         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27542         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27543         Update.
27544         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27545         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
27546         Update.
27547
27548 2006-10-05  Bruno Haible  <bruno@clisp.org>
27549
27550         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
27551         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
27552         (struct gl_list_implementation): Add fields search_from_to,
27553         indexof_from_to. Remove fields search, indexof.
27554         (gl_list_search): Use the search_from_to method.
27555         (gl_list_search_from, gl_list_search_from_to): New functions.
27556         (gl_list_indexof): Use the indexof_from_to method.
27557         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
27558         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
27559         (gl_list_search_from, gl_list_search_from_to): New functions.
27560         (gl_list_indexof): Use the indexof_from_to method.
27561         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
27562         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
27563         gl_array_indexof. Add start_index, end_index arguments.
27564         (gl_array_search_from_to): Renamed from gl_array_search. Add
27565         start_index, end_index arguments.
27566         (gl_array_remove, gl_array_list_implementation): Update.
27567         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
27568         gl_carray_indexof. Add start_index, end_index arguments.
27569         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
27570         start_index, end_index arguments.
27571         (gl_carray_remove, gl_carray_list_implementation): Update.
27572         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
27573         gl_linked_search. Add start_index, end_index arguments.
27574         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
27575         start_index, end_index arguments.
27576         (gl_linked_remove): Update.
27577         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27578         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27579         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
27580         field to 'size_t'.
27581         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
27582         gl_tree_search. Add start_index, end_index arguments.
27583         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
27584         start_index, end_index arguments.
27585         (gl_tree_remove): Update.
27586         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27587         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27588         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
27589         function.
27590         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
27591         gl_tree_search. Add start_index, end_index arguments.
27592         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
27593         start_index, end_index arguments.
27594         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27595         Update.
27596         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
27597
27598 2006-10-05  Bruno Haible  <bruno@clisp.org>
27599
27600         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
27601
27602         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
27603         fwriteerror_temp): New declarations.
27604         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
27605         (descriptors): New variable.
27606         (cleanup): First, close the descriptors.
27607         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
27608         fclose_temp, fwriteerror_temp): New functions.
27609
27610 2006-10-04  Jim Meyering  <jim@meyering.net>
27611
27612         * lib/fts.c (fts_open): Tiny comment change.
27613
27614 2006-10-04  Bruno Haible  <bruno@clisp.org>
27615
27616         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
27617         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
27618         gl_LOCK_BODY.
27619         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
27620         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
27621         gl_LOCK_EARLY_BODY.
27622         (gl_LOCK): Require gl_LOCK_BODY.
27623
27624 2006-10-04  Bruno Haible  <bruno@clisp.org>
27625
27626         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
27627         (gl_oset_search_atleast): New declaration.
27628         (struct gl_oset_implementation): Add field 'search_atleast'.
27629         (gl_oset_search_atleast): New inline function.
27630         * lib/gl_oset.c (gl_oset_search_atleast): New function.
27631         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
27632         (gl_array_oset_implementation): Update.
27633         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
27634         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
27635         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
27636
27637 2006-10-04  Bruno Haible  <bruno@clisp.org>
27638
27639         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
27640
27641 2006-10-03  Bruno Haible  <bruno@clisp.org>
27642
27643         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
27644         from gl_avltreehash_list_implementation.
27645
27646 2006-10-03  Bruno Haible  <bruno@clisp.org>
27647
27648         * lib/gl_oset.c (gl_oset_add): Fix return type.
27649
27650 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
27651
27652         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
27653
27654 2006-10-02  Eric Blake  <ebb9@byu.net>
27655
27656         * modules/strnlen (Depends-on): Add extensions.
27657
27658 2006-10-02  Eric Blake  <ebb9@byu.net>
27659
27660         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
27661         definition in 2.60+.
27662
27663 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
27664
27665         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
27666         checks.
27667
27668 2006-10-02  Bruno Haible  <bruno@clisp.org>
27669
27670         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
27671         to the AUTOMAKE_OPTIONS.
27672         Reported by Jim Meyering.
27673
27674 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
27675
27676         Work around bug in Solaris 10 /proc file system:
27677         /proc/self/fd/NNN/.. isn't the parent directory of
27678         the directory whose file descriptor is NNN.  This needs to
27679         be worked around at run time, not compile time, since a
27680         program might be built on Solaris 8, where things work, and
27681         run on Solaris 10.
27682         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
27683         to use the following interface instead:
27684         (OPENAT_BUFFER_SIZE): New macro.
27685         (openat_proc_name): New function.
27686         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
27687         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
27688         Likewise.
27689         * lib/openat-proc.c: New file.
27690         * modules/openat (Files): Add lib/openat-proc.c.
27691         (Depends-on): Add same-inode, stdbool.
27692         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
27693
27694 2006-09-29  Bruno Haible  <bruno@clisp.org>
27695
27696         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
27697         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
27698         argument. Set stdout_closed before testing for ferror, not after.
27699         (fwriteerror, fwriteerror_no_ebadf): New functions.
27700
27701 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27702
27703         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
27704
27705 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
27706
27707         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
27708         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
27709
27710 2006-09-28  Jim Meyering  <jim@meyering.net>
27711
27712         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
27713         Include <unistd.h>.
27714
27715 2006-09-28  Bruno Haible  <bruno@clisp.org>
27716
27717         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
27718         * modules/linkedhash-list (Depends-on): Likewise.
27719         * modules/rbtreehash-list (Depends-on): Likewise.
27720
27721 2006-09-28  Bruno Haible  <bruno@clisp.org>
27722
27723         * lib/strndup.h: Simplify the redefinition of strndup.
27724         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
27725         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
27726
27727 2006-09-28  Bruno Haible  <bruno@clisp.org>
27728
27729         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
27730         * lib/gl_linkedhash_list.c: Likewise.
27731         * lib/gl_rbtreehash_list.c: Likewise.
27732
27733 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
27734
27735         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
27736         getaddrinfo.
27737
27738         * lib/__fpending.h: Don't include <stdio_ext.h> unless
27739         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
27740         it causes <stdio_ext.h> to cause a compile-time error.
27741         Problem reported by Nelson H. F. Beebe.
27742         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
27743         of HAVE_DECL___PENDING.
27744
27745         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
27746         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
27747         declaration.
27748
27749 2006-09-27  Jim Meyering  <jim@meyering.net>
27750
27751         This file could end up with a definition for a function
27752         named __strndup, rather than rpl_strndup on a system with
27753         incomplete weak_alias support.
27754         * lib/strndup.c (strndup): Rename from __strndup.
27755         Remove #defines that used to map __strndup to strndup.
27756         Don't use K&R prototypes.
27757         Remove LIBC-related code, since this file is not sync'd with glibc.
27758         * lib/strndup.h: Revamp, accordingly.
27759         * m4/strndup.m4: Modernize.
27760
27761 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
27762
27763         * modules/savewd (Depends-on): Add 'raise'.
27764         * lib/savewd.c: Include <signal.h>, for 'raise'.
27765
27766 2006-09-26  Jim Meyering  <jim@meyering.net>
27767
27768         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
27769         when we detect Darwin 8.7.0's acl_get_file bug.
27770         Rearrange to perform the new (below) run-test while $LIBS
27771         contains any acl-related library.  Set USE_ACL at the end.
27772         (gl_ACL_GET_FILE): New function.
27773
27774 2006-09-26  Eric Blake  <ebb9@byu.net>
27775
27776         * lib/verror.c: Include <config.h> unconditionally.
27777
27778 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
27779
27780         * modules/clock-time (Maintainer): Add self.
27781         * modules/getlogin_r (Depends-on): Add extensions.
27782
27783 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27784
27785         * modules/clock-time: New module.
27786         * modules/nanosleep (Depends-on): Add clock-time.
27787         * modules/gethrxtime (Depends-on): Likewise.
27788         * modules/gettime (Depends-on): Likewise.
27789         * modules/settime (Depends-on): Likewise.
27790
27791         * modules/fts-lgpl: Depend on openat.
27792         * modules/mkancesdirs: Depend on savewd.
27793         * modules/mkdir-p: Likewise.
27794
27795 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27796
27797         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
27798
27799         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
27800         `gl_have_arbitrary_file_name_length_limit' to
27801         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
27802         actually works between configure runs.
27803
27804 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27805             Bruno Haible  <bruno@clisp.org>
27806
27807         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
27808
27809 2006-09-25  Jim Meyering  <jim@meyering.net>
27810
27811         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
27812         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
27813
27814 2006-09-25  Eric Blake  <ebb9@byu.net>
27815
27816         * gnulib-tool (func_import, func_create_testdir): Fix typos in
27817         exec's in 2006-09-18 patch when shuffling fds.
27818
27819 2006-09-25  Bruno Haible  <bruno@clisp.org>
27820
27821         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
27822         Reported by Jim Meyering.
27823
27824 2006-09-24  Jim Meyering  <jim@meyering.net>
27825
27826         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
27827         compare a pointer against a literal "0".  That caused failures with
27828         at least HP-UX's hpcc.
27829
27830 2006-09-22  Simon Josefsson  <jas@extundo.com>
27831
27832         * modules/gc-sha1:
27833         * modules/gc-md4:
27834         * modules/gc-hmac-sha1:
27835         * modules/gc-hmac-md5:
27836         * modules/gc-des:
27837         * modules/gc-arcfour: Distribute more files.
27838
27839 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27840
27841         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
27842         (gl_linked_iterator_from_to): Initialize struct completely.
27843         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
27844         (gl_tree_iterator_from_to): Likewise
27845         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
27846         * lib/gl_array_list.c [lint] (gl_array_iterator)
27847         (gl_array_iterator_from_to): Likewise.
27848         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
27849         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
27850         (gl_carray_iterator_from_to): Likewise.
27851
27852         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
27853         * lib/md4.c (md4_process_block): Remove unused variable.
27854         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
27855         parentheses for clarity.
27856
27857 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27858
27859         * modules/bison-i18n (Depends-on): Add gettext.
27860
27861 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27862
27863         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
27864         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
27865         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
27866         also add missing comma that caused broken test.
27867         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
27868         stdlib.h, for `abort'.
27869         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
27870         variables.
27871         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
27872         include unistd.h if present, for `rmdir'.
27873         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
27874         variables.
27875         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
27876         in the process include standard headers for prototypes.
27877         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
27878         gets declared on GNU/Linux.
27879         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
27880         unistd.h, for `rmdir'.
27881         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
27882
27883         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
27884         always true.
27885         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
27886
27887         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
27888
27889 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27890
27891         * gnulib-tool (func_version): Create output all at once.  This
27892         may help avoid triggering unnecessary SIGPIPEs, and at any
27893         rate it doesn't hurt.
27894
27895 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27896             Bruno Haible  <bruno@clisp.org>
27897
27898         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
27899         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
27900         * m4/signed.m4 (bh_C_SIGNED): Likewise.
27901
27902         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
27903         (gl_FUNC_VASPRINTF): Invoke it.
27904
27905 2006-09-22  Bruno Haible  <bruno@clisp.org>
27906
27907         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
27908         getloadavg.c as first argument.
27909
27910 2006-09-22  Bruno Haible  <bruno@clisp.org>
27911
27912         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
27913         at the beginning of the gl_INIT macro.
27914         * modules/getloadavg (configure.ac): Pass $gl_source_base to
27915         gl_GETLOADAVG.
27916
27917 2006-09-22  Bruno Haible  <bruno@clisp.org>
27918
27919         * gnulib-tool (func_create_megatestdir): Don't include the config-h
27920         module.
27921         Suggested by Ralf Wildenhues.
27922
27923 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
27924
27925         Import this patch from libc:
27926
27927         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
27928
27929         * lib/regex_internal.c (re_string_reconstruct): Handle
27930         offset < pstr->valid_raw_len && pstr->offsets_needed case.
27931         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
27932         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
27933         re_string_context_at.
27934
27935         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
27936         now requires it.
27937         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
27938         gl_REGEX now does it for us.
27939         (gl_REGEX): Add test taken from
27940         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
27941
27942         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
27943         Check that large offsets work.  Modernize Autoconf usages.
27944         Prefer "yes" to mean a good thing rather than a bad.
27945         Don't put "#define mkstemp" in config.h, as this might interfere
27946         with standard system headers that "#define mkstemp mkstemp64".
27947
27948         * modules/mkstemp (Depends-on): Add extensions, so that
27949         mkstemp is visible on some platforms.
27950         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
27951         (Include): Change to "mkstemp.h" from <stdlib.h>.
27952         (Files): Add mkstemp.h.
27953
27954         * lib/mkstemp.h: New file, since some standard headers
27955         #define mkstemp.
27956         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
27957         Include "mkstemp.h".
27958         Make the _LIBC code resemble glibc original more,
27959         e.g., use K&R style.
27960         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
27961         (mkstemp): Remove, since mkstemp.h does this for us.
27962         * lib/stdlib--.h: Include mkstemp.h.
27963
27964         Import this patch from libc:
27965
27966         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
27967
27968         * lib/tempname.c (__gen_tempname): Change attempts_min
27969         into a macro.  Use preprocessor to decide how to initialize
27970         attempts [Coverity CID 67].
27971
27972 2006-09-20  Bruno Haible  <bruno@clisp.org>
27973
27974         * lib/mkdtemp.c: Import from libc.
27975         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
27976                 * sysdeps/posix/tempname.c (__gen_tempname): Change
27977                 attempts_min into a macro.  Use preprocessor to decide how to
27978                 initialize attempts [Coverity CID 67].
27979         2001-11-27  Paul Eggert  <eggert@twinsun.com>
27980                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
27981                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
27982
27983 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27984
27985         * gnulib-tool (func_exit): New function, to allow to pass the
27986         exit status portably through the trap.  Use everywhere.
27987         (--help, --version): Signal a write error.
27988         (trap): catch SIGPIPE, for write errors.
27989         Exit at the end of the trap, with the correct exit status.
27990
27991 2006-09-19  Karl Berry  <karl@gnu.org>
27992
27993         * doc/gnulib.texi: note about the license texinfo files.
27994
27995 2006-09-19  Eric Blake  <ebb9@byu.net>
27996
27997         * gnulib-tool: Avoid space-tab.
27998
27999 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
28000
28001         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
28002         that prevented coreutils 6.1 from building.  Problem reported
28003         by Petter Reinholdtsen.
28004
28005 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
28006
28007         * gnulib-tool (avoidlist): Fix typo that broke options like
28008         --avoid=lock that are used by coreutils bootstrap.
28009
28010 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
28011
28012         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
28013         more systematically.
28014
28015 2006-09-18  Jim Meyering  <jim@meyering.net>
28016
28017         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
28018
28019 2006-09-18  Bruno Haible  <bruno@clisp.org>
28020
28021         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
28022
28023 2006-09-18  Bruno Haible  <bruno@clisp.org>
28024
28025         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
28026         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
28027         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
28028         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
28029         * m4/gettext.m4: Require autoconf >= 2.52.
28030         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
28031         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
28032         of gl_cv_header_inttypes_h.
28033
28034 2006-09-18  Bruno Haible  <bruno@clisp.org>
28035
28036         * lib/javaversion.c: Include configmake.h.
28037
28038 2006-09-18  Bruno Haible  <bruno@clisp.org>
28039
28040         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
28041         avoid that the while loops be executed in a subshell.
28042
28043 2006-09-18  Bruno Haible  <bruno@clisp.org>
28044
28045         * MODULES.html.sh (func_module): Break long lines.
28046         Suggested by Bruce Korb <bkorb@gnu.org>.
28047
28048 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28049
28050         Speed up by a factor of 1.12.
28051         * gnulib-tool (nl): New variable.
28052         (func_import): Rewrite include directive extraction to only read each
28053         directive once.
28054
28055 2006-09-17  Bruno Haible  <bruno@clisp.org>
28056
28057         * modules/javaversion (Makefile.am): Remove DEFS setting.
28058         (Depends-on): Add configmake, for PKGDATADIR definition.
28059
28060 2006-09-17  Bruno Haible  <bruno@clisp.org>
28061
28062         * gnulib-tool (func_create_testdir): Rewrite all files at once.
28063
28064 2006-09-17  Bruno Haible  <bruno@clisp.org>
28065
28066         * gnulib-tool (func_append): New function, stolen from libtool.m4.
28067         (func_modules_transitive_closure, func_modules_add_dummy,
28068         func_modules_to_filelist, func_import, func_create_testdir,
28069         func_create_megatestdir, ...): Use it wherever possible.
28070         Suggested by Ralf Wildenhues.
28071
28072 2006-09-16  Karl Berry  <karl@gnu.org>
28073
28074         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
28075         to avoid sectioning errors.
28076         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
28077         [ifinfo]: blank line after @center-ed titles.
28078         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
28079         Spell FSF address consistently with others.
28080         (These changes approved by rms.)
28081
28082 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28083
28084         Speed up by a factor of 1.61.
28085         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
28086         already checked module names again.
28087
28088 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28089
28090         Speed up by a factor of 1.13.
28091         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
28092         for new_files, and the input to func_add_or_update.
28093
28094 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28095
28096         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
28097         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
28098
28099 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28100
28101         * modules/mkancesdirs (Depends-on): Add fcntl.
28102         * modules/savewd: New file.
28103         * MODULES.html.sh (File system functions): Add savewd.
28104
28105         * modules/configmake (Makefile.am): Add support for the
28106         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
28107
28108 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28109
28110         * m4/savewd.m4: New file.
28111
28112 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28113
28114         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
28115         (dirchownmod): New arg FD.  All callers changed.
28116         Use FD rather than opening the directory ourself, as opening is
28117         now the caller's responsibility.
28118         * lib/dirchownmod.h: Likewise.
28119         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
28120         hosts that require <sys/types.h> before <sys/stat.h>.  Include
28121         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
28122         (test_dir): Remove.
28123         (mkancesdirs): Return length of prefix of FILE that has already
28124         been made, or -2 if there is a child doing the work.  Redo
28125         algorithm so that it is O(N) rather than O(N**2).  Optimize away
28126         ".", and treat ".." specially since it might stray back into
28127         already-created areas.  Use a subprocess if necessary.  New arg
28128         WD; all users changed.  MAKE_DIR function should now return 1
28129         if it creates a directory that is not readable.  Return -2 if
28130         a child process is spun off.
28131         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
28132         Adjust signature to match code.
28133         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
28134         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
28135         all users changed.
28136         * lib/savewd.c, lib/savewd.h: New files.
28137
28138 2006-09-15  Jim Meyering  <jim@meyering.net>
28139
28140         * modules/rename-dest-slash: New module.
28141         * MODULES.html.sh (posix_compat): Add it here.
28142
28143         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
28144
28145 2006-09-15  Jim Meyering  <jim@meyering.net>
28146
28147         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
28148         file.
28149
28150         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
28151
28152 2006-09-15  Jim Meyering  <jim@meyering.net>
28153
28154         * lib/rename-dest-slash.c (has_trailing_slash): Use
28155         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
28156         (rpl_rename_dest_slash): Perform the cheaper trailing slash
28157         test before testing whether SRC is a directory.
28158         Suggestions from Bruno Haible.
28159
28160         Avoid a warning about an unused variable.
28161         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
28162         into the #ifdef block where it's used.
28163
28164         * lib/rename-dest-slash.c: New file.
28165
28166 2006-09-14  Bruno Haible  <bruno@clisp.org>
28167
28168         * lib/allocsa.c: Include <config.h> unconditionally.
28169         * lib/asnprintf.c: Likewise.
28170         * lib/asprintf.c: Likewise.
28171         * lib/c-strcasecmp.c: Likewise.
28172         * lib/c-strcasestr.c: Likewise.
28173         * lib/c-strncasecmp.c: Likewise.
28174         * lib/c-strstr.c: Likewise.
28175         * lib/classpath.c: Likewise.
28176         * lib/clean-temp.c: Likewise.
28177         * lib/concatpath.c: Likewise.
28178         * lib/copy-file.c: Likewise.
28179         * lib/csharpcomp.c: Likewise.
28180         * lib/csharpexec.c: Likewise.
28181         * lib/execute.c: Likewise.
28182         * lib/fatal-signal.c: Likewise.
28183         * lib/findprog.c: Likewise.
28184         * lib/fwriteerror.c: Likewise.
28185         * lib/gl_array_list.c: Likewise.
28186         * lib/gl_array_oset.c: Likewise.
28187         * lib/gl_avltree_list.c: Likewise.
28188         * lib/gl_avltree_oset.c: Likewise.
28189         * lib/gl_avltreehash_list.c: Likewise.
28190         * lib/gl_carray_list.c: Likewise.
28191         * lib/gl_linked_list.c: Likewise.
28192         * lib/gl_linkedhash_list.c: Likewise.
28193         * lib/gl_list.c: Likewise.
28194         * lib/gl_oset.c: Likewise.
28195         * lib/gl_rbtree_list.c: Likewise.
28196         * lib/gl_rbtree_oset.c: Likewise.
28197         * lib/gl_rbtreehash_list.c: Likewise.
28198         * lib/imaxabs.c: Likewise.
28199         * lib/imaxdiv.c: Likewise.
28200         * lib/javacomp.c: Likewise.
28201         * lib/javaexec.c: Likewise.
28202         * lib/javaversion.c: Likewise.
28203         * lib/linebreak.c: Likewise.
28204         * lib/localcharset.c: Likewise.
28205         * lib/lock.c: Likewise.
28206         * lib/mbchar.c: Likewise.
28207         * lib/mbswidth.c: Likewise.
28208         * lib/mkdtemp.c: Likewise.
28209         * lib/pipe.c: Likewise.
28210         * lib/printf-args.c: Likewise.
28211         * lib/printf-parse.c: Likewise.
28212         * lib/progname.c: Likewise.
28213         * lib/progreloc.c: Likewise.
28214         * lib/readlink.c: Likewise.
28215         * lib/sh-quote.c: Likewise.
28216         * lib/stpcpy.c: Likewise.
28217         * lib/stpncpy.c: Likewise.
28218         * lib/strcasecmp.c: Likewise.
28219         * lib/strcasestr.c: Likewise.
28220         * lib/strcspn.c: Likewise.
28221         * lib/striconv.c: Likewise.
28222         * lib/strncasecmp.c: Likewise.
28223         * lib/strnlen1.c: Likewise.
28224         * lib/strstr.c: Likewise.
28225         * lib/strtok_r.c: Likewise.
28226         * lib/tls.c: Likewise.
28227         * lib/tmpdir.c: Likewise.
28228         * lib/unicodeio.c: Likewise.
28229         * lib/unsetenv.c: Likewise.
28230         * lib/vasnprintf.c: Likewise.
28231         * lib/vasprintf.c: Likewise.
28232         * lib/wait-process.c: Likewise.
28233         * lib/xallocsa.c: Likewise.
28234         * lib/xsetenv.c: Likewise.
28235         * lib/xstriconv.c: Likewise.
28236
28237 2006-09-13  Simon Josefsson  <jas@extundo.com>
28238
28239         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
28240         that internally, suggested by Ralf Wildenhues
28241         <Ralf.Wildenhues@gmx.de>.
28242
28243 2006-09-13  Simon Josefsson  <jas@extundo.com>
28244
28245         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
28246         @LIBOBJS@.
28247         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28248
28249 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
28250
28251         * lib/_fpending.c: Include <config.h> unconditionally, since we no
28252         longer worry about uses that don't define HAVE_CONFIG_H.
28253         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
28254         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
28255         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
28256         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
28257         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
28258         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
28259         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
28260         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
28261         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
28262         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
28263         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
28264         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
28265         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
28266         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
28267         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
28268         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
28269         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
28270         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
28271         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
28272         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
28273         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
28274         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
28275         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
28276         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
28277         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
28278         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
28279         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
28280         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
28281         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
28282         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
28283         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
28284         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
28285         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
28286         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
28287         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
28288         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
28289         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
28290         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
28291         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
28292         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
28293         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
28294         Likewise.
28295
28296 2006-09-13  Eric Blake  <ebb9@byu.net>
28297
28298         * lib/getopt.c: Fix typo in last commit.
28299
28300 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
28301
28302         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
28303         dgettext.
28304
28305 2006-09-12  Jim Meyering  <jim@meyering.net>
28306
28307         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
28308         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
28309         Reported by Nelson H. F. Beebe.
28310
28311 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28312
28313         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
28314         program_invocation_name and program_invocation_short_name are
28315         initialized.
28316         * lib/argp-namefrob.h: Move declarations of program_invocation_name
28317         and program_invocation_short_name to argp.h, so they are visible
28318         to user programs.
28319         * lib/argp.h: Likewise
28320
28321 2006-09-10  Bruno Haible  <bruno@clisp.org>
28322
28323         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
28324         m4/inttypes_h.m4, m4/uintmax_t.m4.
28325
28326 2006-09-10  Bruno Haible  <bruno@clisp.org>
28327
28328         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
28329         gl_AC_TYPE_UINTMAX_T.
28330
28331 2006-09-10  Bruno Haible  <bruno@clisp.org>
28332
28333         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
28334
28335 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28336
28337         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
28338         convention.  Text proposed by Bruno Haible.
28339         (struct argp_option): Document the use of N_() wrappers.
28340
28341         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
28342         '\v', and translate the two parts separately, instead of feeding
28343         the whole string to gettext.  This allows to exclude
28344         '\v' from the strings visible to the translator by writing doc
28345         strings as N_("..") "\v" N_("..").
28346
28347 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
28348
28349         * config/srclist.txt: Undo latest change; the bug was fixed.
28350
28351 2006-09-09  Bruno Haible  <bruno@clisp.org>
28352
28353         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
28354         assignments if building a library without libtool.
28355         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
28356         in func_emit_lib_Makefile_am.
28357         (func_import): When building a static library libfoo.a, arrange to
28358         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
28359         (func_create_testdir): Likewise.
28360         * modules/gc (configure.ac, Makefile.am): If building statically,
28361         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
28362         * modules/iconvme (configure.ac, Makefile.am): Likewise.
28363         * modules/striconv (configure.ac, Makefile.am): Likewise.
28364         Based on a suggestion by Ralf Wildenhues.
28365
28366 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28367
28368         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
28369         Check for unistd.h too, since Autoconf doesn't assume POSIX.
28370         Also:
28371
28372         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28373         Add year_2050_test to catch glibc bug 2821
28374         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
28375
28376         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28377         Prefer #ifdef to #if.
28378
28379         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
28380         Return from 'main' instead of calling 'exit'.
28381
28382 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28383
28384         * lib/mktime.c (guess_time_tm): Fix bug where mktime
28385         returned the maximum time_t value rather than (time_t) -1.
28386         Problem originally reported by William Bardwell
28387         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
28388
28389         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
28390         Moved to here ...
28391         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
28392         ... from here.
28393
28394 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28395
28396         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
28397         2821 is fixed.
28398
28399 2006-09-08  Jim Meyering  <jim@meyering.net>
28400
28401         Don't make generated files read-only.  That would bother too many
28402         people.  However, do retain the ability to work when targets are
28403         read-only: remove the destination and temporary files before writing
28404         them (when generated via sed or echo), or by using the -f option for
28405         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
28406         * modules/alloca-opt, modules/argz, modules/arpa_inet:
28407         * modules/byteswap, modules/configmake, modules/fcntl:
28408         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
28409         * modules/localcharset, modules/netinet_in, modules/poll:
28410         * modules/stdbool, modules/stdint, modules/sys_select:
28411         * modules/sys_socket, modules/sys_stat, modules/sysexits:
28412
28413 2006-09-08  Jim Meyering  <jim@meyering.net>
28414
28415         Avoid new build failure on FreeBSD 6.0.
28416         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
28417         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
28418         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
28419
28420 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28421
28422         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
28423
28424 2006-09-07  Jim Meyering  <jim@meyering.net>
28425
28426         Fix global typo in last change: use chmod u-w, not chmod u-x.
28427         Spotted by Paul Eggert and Bruce Korb.
28428         * modules/alloca-opt, modules/argz, modules/arpa_inet:
28429         * modules/byteswap, modules/configmake, modules/fcntl:
28430         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
28431         * modules/localcharset, modules/netinet_in, modules/poll:
28432         * modules/stdbool, modules/stdint, modules/sys_select:
28433         * modules/sys_socket, modules/sys_stat, modules/sysexits:
28434
28435 2006-09-06  Jim Meyering  <jim@meyering.net>
28436
28437         Make generated files be read-only.
28438         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
28439         Ensure that each generated file is now read-only.
28440         * modules/argz: Likewise.
28441         * modules/arpa_inet: Likewise.
28442         * modules/byteswap: Likewise.
28443         * modules/configmake: Likewise.
28444         * modules/fcntl: Likewise.
28445         * modules/fnmatch: Likewise.
28446         * modules/getopt: Likewise.
28447         * modules/glob: Likewise.
28448         * modules/inttypes: Likewise.
28449         * modules/netinet_in: Likewise.
28450         * modules/poll: Likewise.
28451         * modules/stdbool: Likewise.
28452         * modules/stdint: Likewise.
28453         * modules/sys_select: Likewise.
28454         * modules/sys_socket: Likewise.
28455         * modules/sys_stat: Likewise.
28456         * modules/sysexits: Likewise.
28457         * modules/localcharset: Same as above, but continue using temporary
28458         file named "t-$@" (why different?) rather than the "$@-t" used
28459         everywhere else.
28460
28461         * modules/sysexits (Makefile.am): Replace literal occurrences
28462         of "sysexit.h" more readable, and more consistent, "$@".
28463
28464 2006-09-06  Bruno Haible  <bruno@clisp.org>
28465
28466         * modules/striconv: New file.
28467         * modules/xstriconv: New file.
28468         * MODULES.html.sh (Internationalization functions): Add striconv,
28469         xstriconv.
28470
28471 2006-09-06  Bruno Haible  <bruno@clisp.org>
28472
28473         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
28474         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
28475         not using libtool correctly.
28476
28477 2006-09-06  Bruno Haible  <bruno@clisp.org>
28478
28479         * lib/striconv.h: New file.
28480         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
28481         iconvstring.c.
28482         * lib/xstriconv.h: New file.
28483         * lib/xstriconv.c: New file.
28484
28485 2006-09-06  Bruno Haible  <bruno@clisp.org>
28486
28487         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
28488         lib_..._LDFLAGS.
28489
28490 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28491
28492         * lib/argz_.h: Sync from Libtool.
28493
28494         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
28495                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28496
28497         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
28498
28499 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
28500
28501         * modules/trim: New file.
28502
28503 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
28504
28505         * lib/trim.h: New file.
28506         * lib/trim.c: New file.
28507
28508 2006-09-05  Bruno Haible  <bruno@clisp.org>
28509
28510         * MODULES.html.sh (String handling): Add trim.
28511
28512 2006-09-04  Karl Berry  <karl@gnu.org>
28513
28514         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
28515         until next release.
28516
28517 2006-09-03  Bruno Haible  <bruno@clisp.org>
28518
28519         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
28520         correctly.
28521
28522 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28523
28524         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
28525         not gl_GETLOADAVG.  Omit unneeded semicolons.
28526         Problems reported by Ralf Wildenhues in
28527         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
28528         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
28529         at the end, which is the usual gnulib style.
28530
28531         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
28532         of doing all the work ourselves.
28533         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
28534         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
28535
28536 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28537
28538         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
28539         Problem reported by Ralf Wildenhues in
28540         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
28541
28542         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
28543         HAVE_STRUCT_STATFS_F_FSTYPENAME.
28544
28545 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28546
28547         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
28548         yesterday's patch by changing test -n to test -z.
28549
28550 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28551
28552         * modules/getloadavg (Files): Add m4/getloadavg.m4.
28553         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
28554         the former is now obsolescent.
28555
28556         * modules/chdir-long (Depends-on): Add fcntl.
28557
28558 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28559
28560         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
28561         obsolescent, and programs should use gnulib instead.
28562         * m4/getloadavg.m4: New file, with contents taken from Autoconf
28563         but with prefixes changed.
28564
28565 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28566
28567         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
28568         or stdbool.h, because they might not exist while configuring.
28569
28570         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
28571         Don't include unistd.h or limits.h; not needed, since chdir-long.h
28572         does that for us.
28573         (O_DIRECTORY): Remove.
28574
28575 2006-08-31  Eric Blake  <ebb9@byu.net>
28576
28577         * gnulib-tool: Don't let emacs change spaces to TAB.
28578
28579 2006-08-31  Bruno Haible  <bruno@clisp.org>
28580
28581         * gnulib-tool: When calling func_import more than once, do it in a
28582         subshell.
28583         Reported by Eric Blake <ebb9@byu.net>.
28584
28585 2006-08-31  Bruno Haible  <bruno@clisp.org>
28586
28587         * gnulib-tool (nl): Remove variable.
28588         (sed_transform_lib_file): Use more robust test for config-h module.
28589         (func_import): Fix typo in 2006-08-25 patch.
28590
28591 2006-08-31  Bruno Haible  <bruno@clisp.org>
28592
28593         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
28594         specified, augment Makefile.am variables instead of assigning them.
28595
28596 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
28597
28598         Work around a bug in both the Linux and SunOS 64-bit kernels:
28599         nanosleep mishandles sleeps for longer than 2**31 seconds.
28600         Problem reported by Frank v Waveren in
28601         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
28602         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
28603         Check for nanosleep bug.
28604         (LIB_NANOSLEEP): Append clock_gettime library if needed.
28605
28606 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
28607
28608         Work around a bug in both the Linux and SunOS 64-bit kernels:
28609         nanosleep mishandles sleeps for longer than 2**31 seconds.
28610         Problem reported by Frank v Waveren in
28611         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
28612         * lib/nanosleep.c (BILLION): New constant.
28613         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
28614         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
28615         implementation.
28616
28617 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
28618
28619         * modules/nanosleep (Depends-on): Add gettime.
28620
28621 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
28622         and Simon Josefsson  <jas@extundo.com>
28623         and Oskar Liljeblad  <oskar@osk.mine.nu>
28624
28625         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
28626         * gnulib-tool (func_import): New license type 'unmodifiable license
28627         text'.
28628         * modules/fdl: Use it.  Longer description.
28629         * module/gpl, module/lgpl: New files.
28630
28631 2006-08-30  Jim Meyering  <jim@meyering.net>
28632
28633         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
28634         shadowing the parameter.
28635
28636 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28637
28638         Sync from Libtool:
28639
28640         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28641
28642         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
28643         sharing with gnulib.  Report by Eric Blake.
28644
28645 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
28646
28647         * modules/isapipe: New file.
28648         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
28649
28650 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
28651
28652         * modules/configmake (Makefile.am): Add a comment, and omit
28653         the CONFIGMAKE_ prefix from generated macro names.  Suggested
28654         by Bruno Haible.
28655
28656 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
28657
28658         * m4/isapipe.m4: New file.
28659
28660 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
28661
28662         * lib/isapipe.c, lib/isapipe.h: New files.
28663
28664 2006-08-29  Jim Meyering  <jim@meyering.net>
28665
28666         * modules/configmake (Makefile.am): Make configmake.h depend on
28667         Makefile.  Otherwise, a stale configmake.h could hang around.
28668
28669 2006-08-29  Eric Blake  <ebb9@byu.net>
28670
28671         * lib/error.c (error_at_line, print_errno_message): Match libc, after
28672         resolution of upstream bug 3044.
28673
28674 2006-08-29  Bruno Haible  <bruno@clisp.org>
28675
28676         * modules/localcharset (Depends-on): Add configmake.
28677         (Makefile.am): Remove setting of LIBDIR through DEFS.
28678
28679 2006-08-29  Bruno Haible  <bruno@clisp.org>
28680
28681         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
28682         defined.
28683
28684 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
28685
28686         * modules/fcntl: New file.
28687         * modules/chdir-safer (Depends-on): Add fcntl.
28688         * modules/fts: Likewise.
28689         * modules/mkdir-p: Likewise.
28690
28691         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
28692         This undoes the most recent change, since we're now addressing the
28693         problem in a different way.
28694
28695         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
28696         into output, since the output might be called Makefile.am even
28697         if $makefile_name is something different.
28698         (func_import): Use $makefile_am rather than
28699         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
28700         empty.
28701
28702         * modules/inttypes (Files): Add m4/inttypes-h.m4.
28703
28704 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
28705
28706         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
28707         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
28708         recent change to stdint.m4, since we're now addressing the problem in a
28709         different way.
28710
28711 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
28712
28713         * m4/fcntl_h.m4: New file.
28714
28715 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
28716
28717         * lib/fcntl_.h: New file.
28718         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
28719         the fcntl module.
28720         * lib/dirchownmod.c: Likewise.
28721         * lib/fts.c: Likewise.
28722
28723         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
28724         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
28725         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
28726         just before including <inttypes.h>, to avoid circular inclusion.
28727
28728 2006-08-28  Jim Meyering  <jim@meyering.net>
28729
28730         * doc/visibility.texi: Actually read and correct the grammar of the
28731         sentence affected by yesterday's change.
28732
28733 2006-08-28  Eric Blake  <ebb9@byu.net>
28734
28735         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
28736         needs wrapper.
28737
28738 2006-08-28  Eric Blake  <ebb9@byu.net>
28739
28740         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
28741
28742 2006-08-28  Eric Blake  <ebb9@byu.net>
28743
28744         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
28745
28746 2006-08-28  Bruno Haible  <bruno@clisp.org>
28747
28748         * modules/c-strstr: New file, from GNU gettext.
28749         * MODULES.html.sh (String handling): Add c-strstr.
28750
28751 2006-08-28  Bruno Haible  <bruno@clisp.org>
28752
28753         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
28754         macros.
28755         Reported by Eric Blake.
28756
28757 2006-08-28  Bruno Haible  <bruno@clisp.org>
28758
28759         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
28760         (VASNPRINTF): Return a string of length > INT_MAX without failing.
28761         * lib/vasprintf.c: Include errno.h, limits.h.
28762         (EOVERFLOW): New fallback definition.
28763         (vasprintf): Test here whether the string length is > INT_MAX.
28764         * lib/vsnprintf.c: Include errno.h, limits.h.
28765         (EOVERFLOW): New fallback definition.
28766         (vsnprintf): Fix bug when generated string was too long for the buffer.
28767         Test here whether the string length is > INT_MAX.
28768
28769 2006-08-28  Bruno Haible  <bruno@clisp.org>
28770
28771         * lib/inttypes_.h (SCNX*): Remove definitions.
28772         Reported by Eric Blake.
28773
28774 2006-08-28  Bruno Haible  <bruno@clisp.org>
28775
28776         * lib/c-strstr.h: New file, from GNU gettext.
28777         * lib/c-strstr.c: New file, from GNU gettext.
28778
28779 2006-08-28  Bruno Haible  <bruno@clisp.org>
28780
28781         * gnulib-tool: Reorder some statements.
28782
28783 2006-08-28  Bruno Haible  <bruno@clisp.org>
28784
28785         * gnulib-tool: New option --makefile-name.
28786         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
28787         $makefile_name.
28788         (func_import): Write $makefile_name to the cache file, and read it from
28789         there unless explicitly specified. Use $makefile_name as file name
28790         instead of Makefile.am. Adjust the recommendations accordingly.
28791
28792 2006-08-28  Bruno Haible  <bruno@clisp.org>
28793
28794         * gnulib-tool (func_verify_module): Check against misapplying patch.
28795
28796 2006-08-28  Bruno Haible  <bruno@clisp.org>
28797
28798         * gnulib-tool (func_relativize, func_relconcat): New functions.
28799         Give an error if --local-dir is given with --update.
28800         Remove trailing slashes from $local_gnulib_dir.
28801         (func_import): Store the relativized $local_gnulib_dir in
28802         gnulib-cache.m4, and read it from there if not specified explicitly.
28803
28804 2006-08-28  Bruno Haible  <bruno@clisp.org>
28805
28806         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
28807         is the current directory. Respect also $local_gnulib_dir.
28808
28809 2006-08-28  Bruno Haible  <bruno@clisp.org>
28810             Simon Josefsson  <jas@extundo.com>
28811
28812         BeOS portability.
28813         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
28814
28815 2006-08-27  Jim Meyering  <jim@meyering.net>
28816
28817         * doc/visibility.texi: Remove duplicate word: "pointer".
28818
28819 2006-08-26  Bruno Haible  <bruno@clisp.org>
28820
28821         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
28822         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
28823         (Makefile.am): Create inttypes.h from inttypes_.h.
28824         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
28825
28826         * modules/imaxabs: New file.
28827
28828         * modules/imaxdiv: New file.
28829
28830 2006-08-26  Bruno Haible  <bruno@clisp.org>
28831
28832         * m4/inttypes.m4: New file.
28833         * m4/_inttypes_h.m4: Remove file.
28834         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
28835         PRI_MACROS_BROKEN.
28836         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
28837
28838         * m4/imaxabs.m4: New file.
28839
28840         * m4/imaxdiv.m4: New file.
28841
28842 2006-08-26  Bruno Haible  <bruno@clisp.org>
28843
28844         * lib/inttypes_.h: New file.
28845         * lib/inttypes.h: Remove file.
28846         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
28847
28848         * lib/imaxabs.c: New file.
28849
28850         * lib/imaxdiv.c: New file.
28851
28852 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
28853
28854         New config-h module, so that "make" output needn't be cluttered
28855         by -DHAVE_CONFIG_H.
28856         * MODULES.html.sh (Support for building libraries and executables):
28857         Add config-h.
28858         * modules/config-h: New file.
28859         * gnulib-tool (nl, sed_transform_lib_file): New vars.
28860         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
28861         the config-h module is used.
28862
28863         New configmake module, so that "make" output needn't be cluttered
28864         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
28865         * MODULES.html.sh (Support for building libraries and executables):
28866         Add configmake.
28867         * modules/configmake: New file.
28868
28869 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
28870
28871         * m4/config-h.m4: New file.
28872
28873 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
28874
28875         * config/srclist.txt: Add elisp-comp.
28876
28877 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
28878
28879         * MODULES.html.sh (Support for building libraries and executables):
28880         Add elisp-comp.
28881         * build-aux/elisp-comp: New file.
28882         * modules/elisp-comp: New file.
28883
28884 2006-08-24  Bruno Haible  <bruno@clisp.org>
28885
28886         * gnulib-tool (func_create_testdir): Use non-default values of
28887         sourcebase and m4base.
28888
28889 2006-08-24  Bruno Haible  <bruno@clisp.org>
28890
28891         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
28892         HTML structure.
28893
28894 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
28895
28896         * modules/openat (Depends-on): Add lchown.
28897
28898 2006-08-23  Bruno Haible  <bruno@clisp.org>
28899
28900         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
28901         of gl_LOCK_EARLY instead of gl_LOCK.
28902
28903 2006-08-23  Bruno Haible  <bruno@clisp.org>
28904
28905         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
28906         on OSF/1 to no.
28907         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
28908
28909 2006-08-23  Bruno Haible  <bruno@clisp.org>
28910
28911         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
28912         as unusable.
28913
28914         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
28915         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
28916         (gl_LOCK): New macro.
28917
28918 2006-08-22  Simon Josefsson  <jas@extundo.com>
28919
28920         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
28921         to md5 module.
28922
28923 2006-08-22  Simon Josefsson  <jas@extundo.com>
28924
28925         * MODULES.html.sh: Add "Support for maintaining and release
28926         projects".
28927
28928         * build-aux/gnupload: New file, from coreutils.
28929
28930 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
28931
28932         Avoid the need for AC_LIBSOURCES in m4 macros.
28933         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
28934         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
28935         * modules/check-version (EXTRA_DIST): Add check-version.h.
28936         * modules/crc (EXTRA_DIST): Add crc.h.
28937         * modules/des (EXTRA_DIST): Add des.h.
28938         * modules/gc (EXTRA_DIST): Add gc.h.
28939         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
28940         * modules/getline (EXTRA_DIST): Add getline.h.
28941         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
28942         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
28943         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
28944         * modules/md2 (EXTRA_DIST): Add md2.h.
28945         * modules/md4 (EXTRA_DIST): Add md4.h.
28946         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
28947         * modules/read-file (EXTRA_DIST): Add read-file.h.
28948         * modules/readline (EXTRA_DIST): Add readline.h.
28949         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
28950         rijndael-api-fst.h.
28951
28952 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
28953
28954         * m4/rijndael.m4 (gl_ARCFOUR):
28955         * m4/arctwo.m4 (gl_ARCTWO):
28956         * m4/check-version.m4 (gl_CHECK_VERSION):
28957         * m4/crc.m4 (gl_CRC):
28958         * m4/des.m4 (gl_DES):
28959         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
28960         * m4/gc.m4 (gl_GC):
28961         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
28962         * m4/getline.m4 (gl_FUNC_GETLINE):
28963         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
28964         * m4/hmac-md5.m4 (gl_HMAC_MD5):
28965         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
28966         * m4/md2.m4 (gl_MD2):
28967         * m4/md4.m4 (gl_MD4):
28968         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
28969         * m4/read-file.m4 (gl_FUNC_READ_FILE):
28970         * m4/readline.m4 (gl_FUNC_READLINE):
28971         * m4/rijndael.m4 (gl_RIJNDAEL):
28972         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
28973         to get the necessary .h files and whatnot.
28974
28975 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
28976
28977         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
28978         gnulib rather than the other way around.
28979         * config/srclistvars.sh (COREUTILS): Remove.
28980
28981 2006-08-22  Jim Meyering  <jim@meyering.net>
28982
28983         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
28984
28985         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
28986
28987 2006-08-22  Eric Blake  <ebb9@byu.net>
28988
28989         * modules/regexprops-generic: New file.
28990         * MODULES.html.sh (Support for building documentation): List it.
28991
28992 2006-08-22  Eric Blake  <ebb9@byu.net>
28993
28994         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
28995         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
28996         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
28997         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
28998
28999 2006-08-22  Bruno Haible  <bruno@clisp.org>
29000
29001         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
29002         and lib_LTLIBRARIES like the other lib_* variables.
29003
29004 2006-08-22  Bruno Haible  <bruno@clisp.org>
29005
29006         * build-aux/x-to-1.in: New file, from GNU gettext.
29007
29008 2006-08-22  Bruno Haible  <bruno@clisp.org>
29009
29010         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
29011         <utmpx.h> exists.
29012
29013 2006-08-22  Bruno Haible  <bruno@clisp.org>
29014
29015         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
29016         <utmpx.h> exists.
29017
29018 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29019
29020         BeOS portability.
29021         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
29022         exist.
29023         Problem reported by Bruno Haible.
29024
29025 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29026
29027         Avoid the need for AC_LIBSOURCES in m4 macros.
29028         * modules/acl (EXTRA_DIST): Add acl.h.
29029         * modules/argmatch (Files): Add m4/argmatch.m4.
29030         (configure.ac): Add gl_ARGMATCH.
29031         (EXTRA_DIST): Renamed from lib_SOURCES, for
29032         consistency with the other modules.  Remove argmatch.c.
29033         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
29034         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
29035         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
29036         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
29037         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
29038         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
29039         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
29040         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
29041         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
29042         * modules/closeout (EXTRA_DIST): Add closeout.h.
29043         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
29044         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
29045         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
29046         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
29047         dirname.h; remove basename.c and stripslash.c.
29048         * modules/exclude (EXTRA_DIST): Add exclude.h.
29049         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
29050         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
29051         * modules/file-type (EXTRA_DIST): Add file-type.h.
29052         * modules/filemode (EXTRA_DIST): Add filemode.h.
29053         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
29054         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
29055         * modules/fpending (EXTRA_DIST): Add __fpending.h.
29056         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
29057         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
29058         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
29059         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
29060         * modules/getdate (EXTRA_DIST): Add getdate.c.
29061         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
29062         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
29063         * modules/getpass (EXTRA_DIST): Add getpass.h.
29064         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
29065         * modules/group-member (EXTRA_DIST): Add group-member.h.
29066         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
29067         * modules/hash (EXTRA_DIST): Add hash.h.
29068         * modules/human (EXTRA_DIST): Add human.h.
29069         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
29070         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
29071         * modules/lchown (EXTRA_DIST): Add lchown.h.
29072         * modules/long-options (EXTRA_DIST): Add long-options.h.
29073         * modules/lstat (EXTRA_DIST): Add lstat.h.
29074         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
29075         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
29076         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
29077         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
29078         * modules/memxor (EXTRA_DIST): Add memxor.h.
29079         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
29080         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
29081         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
29082         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
29083         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
29084         * modules/physmem (EXTRA_DIST): Add physmem.h.
29085         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
29086         * modules/posixver (EXTRA_DIST): Add posixver.h.
29087         * modules/quote (EXTRA_DIST): Add quote.h.
29088         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
29089         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
29090         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
29091         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
29092         regex_internal.h regexec.c.
29093         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
29094         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
29095         * modules/same (EXTRA_DIST): Add same.h.
29096         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
29097         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
29098         * modules/savedir (EXTRA_DIST): Add savedir.h.
29099         * modules/sha1 (EXTRA_DIST): Add sha1.h.
29100         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
29101         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
29102         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
29103         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
29104         * modules/strdup (EXTRA_DIST): Add strdup.h.
29105         * modules/strftime (EXTRA_DIST): Add strftime.h.
29106         * modules/strndup (EXTRA_DIST): Add strndup.h.
29107         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
29108         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
29109         * modules/time_r (EXTRA_DIST): Add time_r.h.
29110         * modules/timespec (EXTRA_DIST): Add timespec.h.
29111         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
29112         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
29113         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
29114         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
29115         * modules/userspec (EXTRA_DIST): Add userspec.h.
29116         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
29117         * modules/utimens (EXTRA_DIST): Add utimens.h.
29118         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
29119         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
29120         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
29121         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
29122         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
29123         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
29124         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
29125         * modules/yesno (EXTRA_DIST): Add yesno.h.
29126
29127 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29128
29129         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
29130
29131         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
29132         * m4/dev-ino.m4, same-inode.m4: Remove.
29133
29134         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
29135         * m4/acl.m4 (AC_FUNC_ACL):
29136         * m4/backupfile.m4 (gl_BACKUPFILE):
29137         * m4/c-strtod.m4 (gl_C99_STRTOLD):
29138         * m4/canon-host.m4 (gl_CANON_HOST):
29139         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
29140         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
29141         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
29142         * m4/cloexec.m4 (gl_CLOEXEC):
29143         * m4/close-stream.m4 (gl_CLOSE_STREAM):
29144         * m4/closeout.m4 (gl_CLOSEOUT):
29145         * m4/dirfd.m4 (gl_FUNC_DIRFD):
29146         * m4/dirname.m4 (gl_DIRNAME):
29147         * m4/exclude.m4 (gl_EXCLUDE):
29148         * m4/exitfail.m4 (gl_EXITFAIL):
29149         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
29150         * m4/file-type.m4 (gl_FILE_TYPE):
29151         * m4/filemode.m4 (gl_FILEMODE):
29152         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
29153         * m4/fpending.m4 (gl_FUNC_FPENDING):
29154         * m4/fprintftime.m4 (gl_FPRINTFTIME):
29155         * m4/fts.m4 (gl_FUNC_FTS):
29156         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
29157         * m4/getdate.m4 (gl_GETDATE):
29158         * m4/gethrxtime.m4 (gl_GETHRXTIME):
29159         * m4/getpagesize.m4 (gl_GETPAGESIZE):
29160         * m4/getpass.m4 (gl_FUNC_GETPASS):
29161         * m4/gettime.m4 (gl_GETTIME):
29162         * m4/getugroups.m4 (gl_GETUGROUPS):
29163         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
29164         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
29165         * m4/hard-locale.m4 (gl_HARD_LOCALE):
29166         * m4/hash.m4 (gl_HASH):
29167         * m4/idcache.m4 (gl_IDCACHE):
29168         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
29169         * m4/lchown.m4 (gl_FUNC_LCHOWN):
29170         * m4/long-options.m4 (gl_LONG_OPTIONS):
29171         * m4/lstat.m4 (gl_FUNC_LSTAT):
29172         * m4/md5.m4 (gl_MD5):
29173         * m4/memcasecmp.m4 (gl_MEMCASECMP):
29174         * m4/memcoll.m4 (gl_MEMCOLL):
29175         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
29176         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
29177         * m4/memxor.m4 (gl_MEMXOR):
29178         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
29179         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
29180         * m4/modechange.m4 (gl_MODECHANGE):
29181         * m4/mountlist.m4 (gl_MOUNTLIST):
29182         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
29183         * m4/openat.m4 (gl_FUNC_OPENAT):
29184         * m4/pathmax.m4 (gl_PATHMAX):
29185         * m4/physmem.m4 (gl_PHYSMEM):
29186         * m4/posixtm.m4 (gl_POSIXTM):
29187         * m4/posixver.m4 (gl_POSIXVER):
29188         * m4/quote.m4 (gl_QUOTE):
29189         * m4/quotearg.m4 (gl_QUOTEARG):
29190         * m4/readtokens.m4 (gl_READTOKENS):
29191         * m4/readutmp.m4 (gl_READUTMP):
29192         * m4/regex.m4 (gl_REGEX):
29193         * m4/safe-read.m4 (gl_SAFE_READ):
29194         * m4/safe-write.m4 (gl_SAFE_WRITE):
29195         * m4/same.m4 (gl_SAME):
29196         * m4/save-cwd.m4 (gl_SAVE_CWD):
29197         * m4/savedir.m4 (gl_SAVEDIR):
29198         * m4/settime.m4 (gl_SETTIME):
29199         * m4/sha1.m4 (gl_SHA1):
29200         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
29201         * m4/stat-macros.m4 (gl_STAT_MACROS):
29202         * m4/stat-time.m4 (gl_STAT_TIME):
29203         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
29204         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
29205         * m4/strdup.m4 (gl_FUNC_STRDUP):
29206         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
29207         * m4/strndup.m4 (gl_FUNC_STRNDUP):
29208         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
29209         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
29210         * m4/time_r.m4 (gl_TIME_R):
29211         * m4/timespec.m4 (gl_TIMESPEC):
29212         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
29213         * m4/unlinkdir.m4 (gl_UNLINKDIR):
29214         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
29215         * m4/userspec.m4 (gl_USERSPEC):
29216         * m4/utimecmp.m4 (gl_UTIMECMP):
29217         * m4/utimens.m4 (gl_UTIMENS):
29218         * m4/xalloc.m4 (gl_XALLOC):
29219         * m4/xgetcwd.m4 (gl_XGETCWD):
29220         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
29221         * m4/xreadlink.m4 (gl_XREADLINK):
29222         * m4/xstrtod.m4 (gl_XSTRTOD):
29223         * m4/yesno.m4 (gl_YESNO):
29224         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
29225         to get the necessary .h files and whatnot.
29226
29227 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
29228             Bruno Haible  <bruno@clisp.org>
29229
29230         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
29231         /bin/sh understanding of '!' conditional negation.
29232
29233 2006-08-21  Jim Meyering  <jim@meyering.net>
29234
29235         * modules/openat (Depends-on): Really alphabetize.
29236
29237         * modules/acl (Depends-on): Add error and quote.
29238
29239         * check-module (find_included_lib_files): Add at-func.c to the
29240         ok-to-include-more-than-once white list.
29241
29242         * modules/openat (Depends-on): Add lstat.  Alphabetize.
29243
29244 2006-08-21  Bruno Haible  <bruno@clisp.org>
29245
29246         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29247         Emit a pkgdata_DATA variable only if some snippets add contents to it.
29248         Reported by Martin Lambers <marlam@marlam.de>.
29249
29250 2006-08-21  Bruno Haible  <bruno@clisp.org>
29251
29252         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
29253         specify an installation location, don't emit a noinst_LIBRARIES or
29254         noinst_LTLIBRARIES assignment.
29255
29256 2006-08-21  Bruno Haible  <bruno@clisp.org>
29257
29258         BeOS portability.
29259         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
29260         BeOS has mbrtowc() but no <wctype.h>.
29261
29262 2006-08-21  Bruno Haible  <bruno@clisp.org>
29263
29264         BeOS portability.
29265         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
29266         exist.
29267
29268 2006-08-21  Bruno Haible  <bruno@clisp.org>
29269
29270         BeOS portability.
29271         * lib/mbchar.h: Include <wctype.h> only if it exists.
29272
29273 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29274
29275         Remove files that are no longer needed by their respective modules.
29276         * m4/obstack.m4: Remove.
29277         * m4/strerror_r.m4: Remove.
29278         * m4/uint32_t.m4: Remove.
29279         * m4/uintptr_t.m4: Remove.
29280         * m4/ullong_max.m4: Remove.
29281         * m4/xstrtoimax.m4: Remove.
29282         * m4/xstrtoumax.m4: Remove.
29283
29284         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
29285         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
29286         dependencies now capture this.
29287
29288         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
29289         Do not use AC_LIBSOURCES, since gnulib modules now do this.
29290         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
29291         * m4/human.m4 (gl_HUMAN): Likewise.
29292         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
29293         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
29294
29295         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
29296
29297         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
29298         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
29299         stdint.
29300         * m4/human.m4 (gl_HUMAN): Likewise.
29301         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
29302         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
29303         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
29304         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
29305         * m4/xstrtol (gl_XSTRTOL): Likewise.
29306
29307         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
29308         AC_TYPE_LONG_LONG_INT.
29309         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
29310         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
29311         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
29312         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
29313
29314         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
29315         on stdbool.
29316
29317         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
29318         (gl_PREREQ_XSTRTOUL): Remove.
29319
29320         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
29321
29322         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
29323         mode.
29324
29325 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29326
29327         Add and change modules to make it easier for coreutils to use
29328         gnulib-tool.
29329         * modules/backupfile (Files): Remove m4/d-ino.m4.
29330         (Depends-on): Add d-ino.
29331         * modules/cycle-check (Depends-on): Add stdint.
29332         (lib_SOURCES): Add cycle-check.h.
29333         * modules/d-ino: New module.
29334         * modules/d-type: New module.
29335         * modules/error (Files): Remove m4/strerror_r.m4.
29336         * modules/filemode (Files): Add m4/st_dm_mode.m4.
29337         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
29338         m4/inttypes_h.m4, m4/uintmax_t.m4.
29339         (Depends-on): Add stdint.
29340         (lib_SOURCES): Add fsusage.h.
29341         * modules/getcwd (Files): Remove d-ino.m4.
29342         (Depends-on): Add d-ino.
29343         * modules/getndelim2 (Depends-on): Add stdint.
29344         * modules/glob (Files): Remove m4/d-type.m4.
29345         (Depends-on): Add d-type.
29346         * modules/host-os: New module.
29347         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
29348         m4/inttypes_h.m4, m4/uintmax_t.m4.
29349         * Depends-on: Add stdint.
29350         (lib_SOURCES): Add human.h.
29351         * modules/inttostr (Files): Remove m4/intmax_t.m4,
29352         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
29353         m4/uintmax_t.m4, m4/ulonglong.m4.
29354         (Depends-on): Add stdint.
29355         (EXTRA_DIST): Add inttostr.h.
29356         * modules/lchmod: New module.
29357         * modules/link-follow: New module.
29358         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
29359         (Depends-on): Add lchmod.
29360         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
29361         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
29362         (Depends-on): Add stdint.
29363         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
29364         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
29365         (Depends-on): Add stdint.
29366         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
29367         * modules/perl: New module.
29368         * modules/regex (Depends-on): Add stdint.
29369         * modules/rmdir-errno: New module.
29370         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
29371         m4/intmax_t.m4.
29372         (Depends-on): Add stdint.
29373         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
29374         m4/uintmax_t.m4.
29375         (Depends-on): Add stdint.
29376         * modules/unlink-busy: New module.
29377         * modules/utimecmp (Depends-on): Add stdint.
29378         * modules/uptime: New module.
29379         * modules/winsz-ioctl: New module.
29380         * modules/winsz-termios: New module.
29381         * modules/xnanosleep (Depends-on): Add nanosleep.
29382         * modules/ullong_max: Remove.
29383         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
29384         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
29385         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
29386         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
29387         (Depends-on): Add inttypes.
29388         (lib_SOURCES): Add xstrtol.h.
29389         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
29390         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
29391         * MODULES.html.sh: Move 'assert' into the assert section.
29392         Move 'dummy' into the linking section.
29393         Remove ullong_max.
29394         Add section for compatibility checks for POSIX:2001 functions,
29395         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
29396         winsz-ioctl, and winsz-termios into it.
29397         Add lchmod.
29398         Add top-level Misc section and put host-os, perl, and uptime
29399         into it.
29400
29401 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29402
29403         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
29404         now assume the stdint module.  Do not include inttypes.h.
29405         * lib/fsusage.h: Likewise.
29406         * lib/getndelim2.c: Likewise.
29407         * lib/human.h: Likewise.
29408         * lib/inttostr.h: Likewise.
29409         * lib/obstack.c: Likewise.
29410         * lib/regex_internal.h: Likewise.
29411         * lib/tempname.c: Likewise.
29412         * lib/utimecmp.c: Likewise.
29413         * lib/xstrtol.h: Likewise.
29414
29415         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
29416
29417         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
29418         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
29419         * lib/xtime.h: Likewise.
29420
29421 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29422
29423         * modules/openat (Files): Add lib/fchmodat.c.
29424         Fixes problem reported by Jay Youngman.
29425
29426 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29427
29428         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
29429         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
29430
29431 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
29432             Bruno Haible  <bruno@clisp.org>
29433
29434         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
29435         and is a script that invokes bison. Tighten the code. Add comments.
29436
29437 2006-08-18  Jim Meyering  <jim@meyering.net>
29438
29439         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
29440         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
29441         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
29442         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
29443
29444 2006-08-18  Bruno Haible  <bruno@clisp.org>
29445
29446         * modules/bison-i18n: New file.
29447         * MODULES.html.sh (Internationalization functions): Add it.
29448
29449 2006-08-18  Bruno Haible  <bruno@clisp.org>
29450
29451         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
29452         sys/statvfs.h. When getmntinfo was found, check its declaration and
29453         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
29454
29455 2006-08-18  Bruno Haible  <bruno@clisp.org>
29456
29457         * m4/bison-i18n.m4: New file, from bison.
29458
29459 2006-08-18  Bruno Haible  <bruno@clisp.org>
29460
29461         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
29462         (ME_DUMMY): Treat "kernfs" as a dummy.
29463         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
29464
29465 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29466
29467         Update from coreutils.
29468
29469         2006-08-15  Jim Meyering  <jim@meyering.net>
29470
29471         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
29472
29473         2006-01-17  Jim Meyering  <jim@meyering.net>
29474
29475         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
29476
29477         2006-01-11  Jim Meyering  <jim@meyering.net>
29478
29479         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
29480         Check for the lchmod function.
29481
29482 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29483
29484         Update from coreutils.
29485
29486         * lib/__fpending.h: Add copyright notice.
29487         * lib/fprintftime.h: Likewise.
29488         * lib/savedir.c: Use (C) in copyright notice.
29489         * lib/savedir.h: Likewise.
29490
29491         2006-08-15  Jim Meyering  <jim@meyering.net>
29492
29493         * lib/at-func.c: New file, with the logic of all emulated at-functions.
29494         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
29495         in support of the EXPECTED_ERRNO macro.
29496         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
29497         definitions.  Instead, define the appropriate symbols and include
29498         "at-func.c".
29499         * lib/mkdirat.c (mkdirat): Likewise.
29500         * lib/fchmodat.c (fchmodat): Likewise.
29501         (ENOSYS): Remove definition.
29502         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
29503         it.  Don't include "unistd--.h" -- it wasn't ever used.
29504
29505         2006-01-17  Jim Meyering  <jim@meyering.net>
29506
29507         Rewrite fts.c not to change the current working directory,
29508         by using openat, fstatat, fdopendir, etc..
29509
29510         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
29511         (HAVE_OPENAT_SUPPORT): Define.
29512         [_LIBC] (fchdir): Don't undef or define; no longer used.
29513         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
29514         Now, this `function' always succeeds, and consumes its file descriptor
29515         parameter -- so callers must not close such FDs.  Update callers.
29516         (diropen_fd, opendirat, cwd_advance_fd): New functions.
29517         (diropen): Add parameter, SP.  Adjust all callers.
29518         Implement using diropen_fd, rather than open.
29519         (fts_open): Initialize new member, fts_cwd_fd.
29520         Remove fts_rft-setting code.
29521         (fts_close): Close fts_cwd_fd, if necessary.
29522         (__opendir2): Define in terms of opendir or opendirat,
29523         depending on whether the FST_NOCHDIR flag is set.
29524         (fts_build): Since fts_safe_changedir consumes its FD, and since
29525         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
29526         and close the dup'd file descriptor upon failure.
29527         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
29528         (fts_safe_changedir): Tweak semantics to reflect that this function
29529         now calls cwd_advance_fd and hence consumes its FD argument.
29530         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
29531         [struct FTS] (fts_rft): Remove now-unused member.
29532         [struct FTS] (fts_cycle.state): Improve comment.
29533
29534         * lib/openat.c (openat_needs_fchdir): New function.
29535         * lib/openat.h (openat_needs_fchdir): Declare it.
29536
29537 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
29538
29539         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
29540         Problem and fix reported by Pádraig Brady in
29541         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
29542
29543 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29544
29545         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
29546
29547 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29548
29549         * lib/memcoll.c (memcoll): Optimize for the common case where the
29550         arguments are bytewise equal.
29551
29552 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29553
29554         * doc/regexprops-generic.texi: Add a copyright notice.
29555
29556 2006-08-15  Bruno Haible  <bruno@clisp.org>
29557
29558         * modules/tmpdir (License): Change to LGPL.
29559
29560 2006-08-15  Bruno Haible  <bruno@clisp.org>
29561
29562         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
29563         module.
29564
29565 2006-08-14  Simon Josefsson  <jas@extundo.com>
29566
29567         * config/srclist.txt: Add gnupload.
29568
29569 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29570
29571         Change copyright notice from LGPL 2 to GPL 2, since that's the
29572         standard form used in the gnulib repository.
29573         * tests/test-lock.c: Likewise.
29574         * tests/test-stdint.c: Likewise.
29575         * tests/test-tls.c: Likewise.
29576
29577         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
29578         prelude-manager.  User shorter URLs for GNU projects, without '?'.
29579         Add copyright notice.
29580
29581         * check-module: Add copyright notice.  Output a copyright
29582         notice if "--version" is specified.
29583         * modules/COPYING: New file.
29584         * tests/test-getaddrinfo.c: Add copyright notice.
29585         * tests/test-verify.c: Likewise.
29586
29587 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29588
29589         Change copyright notice from LGPL 2 to GPL 2, since that's the
29590         standard form used in the gnulib repository.
29591         * lib/lock.c: LGPL -> GPL.
29592         * lib/lock.h: Likewise.
29593         * lib/strnlen1.c: Likewise.
29594         * lib/strnlen1.h: Likewise.
29595         * lib/tls.c: Likewise.
29596         * lib/tls.h: Likewise.
29597         * lib/tmpdir.c: Likewise.
29598
29599         * lib/TODO: Remove; this belongs only in coreutils.
29600
29601 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29602
29603         Add copyright notices to long-enough files that lack them, since
29604         otherwise the files aren't clearly free.  Use the same notice that
29605         getdate.texi already uses.
29606         * doc/alloca-opt.texi: Add copyright notice.
29607         * doc/alloca.texi: Likewise.
29608         * doc/ctime.texi: Likewise.
29609         * doc/functions.texi: Likewise.
29610         * doc/gcd.texi: Likewise.
29611         * doc/gnulib-tool.texi: Likewise.
29612         * doc/inet_ntoa.texi: Likewise.
29613         * doc/visibility.texi: Likewise.
29614
29615         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
29616         * doc/quote.texi: Add copyright notice.
29617
29618         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
29619         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
29620         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
29621         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
29622         is now obsolete, and give a pointer to the Sun list.
29623         Add copyright notice.
29624
29625 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29626
29627         * config/srclistvars.sh: Add copyright notice.
29628
29629 2006-08-14  Eric Blake  <ebb9@byu.net>
29630
29631         Import the following change from libc:
29632
29633         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
29634
29635         Upstream bug 2997.
29636         * lib/misc/error.c: Add space between program name and message if file
29637         name is missing.
29638
29639 2006-08-12  Karl Berry  <karl@gnu.org>
29640
29641         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
29642         remove, these originate in gnulib now.
29643
29644 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29645
29646         * doc/Makefile (standards.info standards.html standards.dvi):
29647         Also depend on make-stds.texi.
29648
29649 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29650
29651         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
29652         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
29653
29654         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
29655         in wchar_t.  Problem reported by Eric Blake.
29656
29657         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
29658         LEN is smaller than SIZE.  Suggested by Bruno Haible.
29659         Also, help the compiler to keep LEN in a register.
29660
29661 2006-08-11  Eric Blake  <ebb9@byu.net>
29662
29663         * users.txt: Sort.  Add tar.
29664
29665 2006-08-11  Bruno Haible  <bruno@clisp.org>
29666
29667         * users.txt: New file.
29668
29669 2006-08-11  Bruno Haible  <bruno@clisp.org>
29670
29671         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
29672         before <wchar.h>. Needed for OSF/1 and BSD/OS.
29673
29674 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
29675
29676         * modules/snprintf (Depends-on): Remove minmax.
29677         (Maintainer): Add self and Bruno.
29678
29679 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
29680
29681         * lib/.cppi-disable: Add snprintf.h, socket_.h.
29682         * lib/snprintf.c: Include <errno.h> and <limits.h>.
29683         (EOVERFLOW): Define if the system does not.
29684         Do not include "minmax.h"; it wasn't used.
29685         (snprintf): Don't assume size_t promotes to an unsigned type.
29686         Fix bug when generated string was too long for the buffer: the
29687         buffer's contents are supposed to be the initial prefix of the
29688         output.  Don't assume vasnprintf returns EOVERFLOW if the size
29689         exceeds INT_MAX; do the check ourselves.
29690
29691         Import the following changes from libc:
29692
29693         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
29694
29695         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
29696         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
29697         set wc to the byte which couldn't be converted.
29698         (re_string_reconstruct): Don't clear valid_raw_len before calling
29699         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
29700         tip_context using re_string_context_at.
29701
29702         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
29703
29704         * lib/posix/regex.h: g++ still cannot handled [restrict].
29705
29706         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
29707
29708         * lib/posix/regex.h: Remove special handling for VMS.
29709
29710 2006-08-10  Jim Meyering  <jim@meyering.net>
29711
29712         * modules/same-inode: New module.
29713         * modules/dev-ino: New module.
29714         * modules/cycle-check: Depend on these modules, rather than simply
29715         including their .h files.
29716         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
29717         required via m4/cycle-check.m4.
29718         * modules/same: Depend on new same-inode module, rather than
29719         including same-inode.h.
29720         * modules/chdir-safer: New file.
29721
29722         * modules/chown (Depends-on): Add stat-macros.
29723
29724 2006-08-10  Jim Meyering  <jim@meyering.net>
29725
29726         * m4/cycle-check.m4: New file.
29727         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
29728         * m4/dev-ino.m4, m4/same-inode.m4: New files.
29729
29730 2006-08-10  Eric Blake  <ebb9@byu.net>
29731
29732         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
29733         in from original proposal.
29734
29735 2006-08-10  Eric Blake  <ebb9@byu.net>
29736         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
29737
29738         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
29739         namespace.
29740
29741 2006-08-10  Bruno Haible  <bruno@clisp.org>
29742
29743         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
29744         as well.
29745
29746 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29747
29748         Sync from coreutils.
29749
29750         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
29751
29752         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
29753         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
29754
29755 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29756
29757         * modules/restrict: Remove; no longer needed now that we assume
29758         Autoconf 2.59 or later.
29759         * MODULES.html.sh: Remove 'restrict'.
29760         * modules/argp (Depends-on): Remove 'restrict'.
29761         * modules/base64 (Depends-on): Likewise.
29762         * modules/gc (Depends-on): Likewise.
29763         * modules/getaddrinfo (Depends-on): Likewise.
29764         * modules/glob (Depends-on): Likewise.
29765         * modules/inet_ntop (Depends-on): Likewise.
29766         * modules/inet_pton (Depends-on): Likewise.
29767         * modules/memxor (Depends-on): Likewise.
29768         * modules/regex (Depends-on): Likewise.
29769         * modules/strtok_r (Depends-on): Likewise.
29770         * modules/time_r (Depends-on): Likewise.
29771
29772 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29773
29774         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
29775         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
29776         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
29777         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
29778         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
29779         * m4/memxor.m4 (gl_MEMXOR): Likewise.
29780         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
29781         gl_C_RESTRICT replaced by AC_C_RESTRICT.
29782
29783         Merge from coreutils.
29784         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
29785         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
29786         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
29787         * m4/time_r.m4 (gl_TIME_R): Likewise.
29788
29789 2006-08-09  Karl Berry  <karl@gnu.org>
29790
29791         * config/srclist.txt: no more gettext-tools, per Bruno.
29792
29793 2006-08-08  Eric Blake  <ebb9@byu.net>
29794
29795         * modules/verror: New module.
29796         * MODULES.html.sh: Document it.
29797
29798 2006-08-08  Eric Blake  <ebb9@byu.net>
29799
29800         * lib/verror.h, lib/verror.c: New files.
29801
29802 2006-08-08  Eric Blake  <ebb9@byu.net>
29803
29804         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
29805         verror_at_line output complies with GNU Coding Standards even when
29806         file is NULL.
29807
29808 2006-08-07  Bruno Haible  <bruno@clisp.org>
29809
29810         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
29811         versions of AIX.
29812         Reported by Ralf Wildenhues.
29813
29814 2006-08-07  Bruno Haible  <bruno@clisp.org>
29815
29816         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
29817         in an AC_DEFUN. Needed so that the autoconf snippets can use
29818         AC_REQUIRE.
29819
29820 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29821
29822         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29823         Initialize pkgdata_DATA.
29824         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
29825         overriding it.
29826
29827 2006-08-06  Eric Blake  <ebb9@byu.net>
29828
29829         * lib/error.h: Fold in some upstream changes from glibc.
29830         * lib/error.c: Likewise.
29831
29832 2006-08-04  Bruno Haible  <bruno@clisp.org>
29833
29834         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29835         Make the mostlyclean-local rule depend on mostlyclean-generic.
29836         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
29837
29838 2006-07-31  Bruno Haible  <bruno@clisp.org>
29839
29840         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
29841         <stdlib.h>, <string.h>.
29842
29843 2006-07-30  Bruno Haible  <bruno@clisp.org>
29844
29845         * modules/readlink (License): Change to LGPL.
29846
29847 2006-07-30  Bruno Haible  <bruno@clisp.org>
29848
29849         * modules/javaversion (Makefile.am): Distribute javaversion.java and
29850         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
29851         set PKGDATADIR to point to it.
29852
29853 2006-07-30  Bruno Haible  <bruno@clisp.org>
29854
29855         * modules/csharpexec (configure.ac): Comment out macro invocation.
29856         * modules/javaexec (configure.ac): Likewise.
29857         * modules/javacomp-script (configure.ac): Likewise.
29858
29859         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
29860
29861 2006-07-30  Bruno Haible  <bruno@clisp.org>
29862
29863         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
29864         linked-list.
29865
29866 2006-07-30  Bruno Haible  <bruno@clisp.org>
29867
29868         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
29869
29870 2006-07-30  Bruno Haible  <bruno@clisp.org>
29871
29872         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29873         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
29874         get removed.
29875
29876 2006-07-29  Bruno Haible  <bruno@clisp.org>
29877
29878         Make it possible for gnulib-tool to work with locally modified or
29879         augmented gnulib repositories.
29880         * gnulib-tool (func_usage): Document --local-dir option.
29881         (local_gnulib_dir): New variable.
29882         Handle --local-dir option.
29883         (func_lookup_file): New function.
29884         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
29885         (func_get_description, func_get_filelist, func_get_description,
29886         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
29887         func_get_automake_snippet, func_get_include_directive,
29888         func_get_license, func_get_maintainer): Use func_lookup_file.
29889         (func_import, func_create_testdir): Use func_lookup_file.
29890
29891 2006-07-29  Bruno Haible  <bruno@clisp.org>
29892
29893         * modules/setenv (Depends-on): Add unistd.
29894
29895 2006-07-29  Bruno Haible  <bruno@clisp.org>
29896
29897         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
29898
29899 2006-07-29  Bruno Haible  <bruno@clisp.org>
29900
29901         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
29902
29903 2006-07-29  Bruno Haible  <bruno@clisp.org>
29904
29905         * gnulib-tool (import, update): If there is no Makefile.am, look at
29906         aclocal.m4, instead of bailing out.
29907
29908 2006-07-29  Bruno Haible  <bruno@clisp.org>
29909
29910         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
29911         Categorize the options by when they are useful.
29912
29913 2006-07-29  Bruno Haible  <bruno@clisp.org>
29914
29915         * gnulib-tool (func_usage): Document option --no-libtool.
29916         Handle option --no-libtool.
29917         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
29918         for changed semantics of $libtool variable.
29919         (func_import): Likewise. If libtool is not used, show this through
29920         an option --no-libtool.
29921         (func_create_testdir): Update.
29922
29923 2006-07-29  Bruno Haible  <bruno@clisp.org>
29924
29925         * gnulib-tool (func_import): Extend error message about missing
29926         --doc-base.
29927
29928 2006-07-29  Bruno Haible  <bruno@clisp.org>
29929
29930         * gnulib-tool (func_import): Don't create the $docbase directory if
29931         there is no file to store there.
29932
29933 2006-07-29  Bruno Haible  <bruno@clisp.org>
29934
29935         * gnulib-tool (autoconf_minversion): If a --dir option is given and
29936         relevant, look for configure.ac there, not in the current directory.
29937         Also use a simple search for AC_PREREQ, not "autoconf --trace".
29938
29939 2006-07-29  Bruno Haible  <bruno@clisp.org>
29940
29941         * gnulib-tool (SORT): New variable.
29942         (func_usage): Undocument --assume-autoconf option.
29943         Remove --assume-autoconf option handling.
29944         (autoconf_minversion): Determine from the contents of configure.ac.
29945         (func_import): Remove autoconf_minversion handling.
29946         Suggested by Eric Blake.
29947
29948 2006-07-29  Bruno Haible  <bruno@clisp.org>
29949
29950         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
29951
29952 2006-07-29  Bruno Haible  <bruno@clisp.org>
29953
29954         * config/srclist.txt (*setenv.[ch]): Remove rules.
29955
29956 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29957
29958         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
29959
29960 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29961
29962         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
29963         arpa/inet.h.
29964
29965 2006-07-28  Simon Josefsson  <jas@extundo.com>
29966
29967         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
29968         * modules/inet_pton (Depends-on): Likewise.
29969
29970 2006-07-28  Simon Josefsson  <jas@extundo.com>
29971
29972         * m4/netinet_in_h.m4: New file.
29973
29974 2006-07-28  Simon Josefsson  <jas@extundo.com>
29975
29976         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
29977         #include's.
29978
29979 2006-07-28  Simon Josefsson  <jas@extundo.com>
29980
29981         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
29982         #include's.
29983
29984 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
29985
29986         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
29987         setgid on directories only if they set these bits.
29988         * lib/modechange.h: Remove obsolete comment about masks.
29989
29990 2006-07-28  Eric Blake  <ebb9@byu.net>
29991
29992         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
29993         macro expansion.
29994
29995 2006-07-28  Bruno Haible  <bruno@clisp.org>
29996
29997         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
29998
29999 2006-07-28  Bruno Haible  <bruno@clisp.org>
30000
30001         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
30002
30003 2006-07-28  Bruno Haible  <bruno@clisp.org>
30004
30005         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
30006         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
30007         Define fallbacks.
30008         Avoids link error on FreeBSD 4.x.
30009         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
30010
30011         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
30012         encoding.
30013         * lib/mbswidth.c (iswcntrl): Likewise.
30014
30015 2006-07-27  Bruno Haible  <bruno@clisp.org>
30016
30017         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
30018         test.
30019
30020 2006-07-27  Bruno Haible  <bruno@clisp.org>
30021
30022         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
30023         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
30024         defined.
30025
30026 2006-07-26  Eric Blake  <ebb9@byu.net>
30027
30028         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
30029
30030 2006-07-26  Eric Blake  <ebb9@byu.net>
30031
30032         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
30033         like mingw that lack mkstemp.
30034         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
30035         avoid compilation warning on mingw.
30036
30037 2006-07-26  Bruno Haible  <bruno@clisp.org>
30038
30039         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
30040         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
30041         INT_FAST*_MIN, INTPTR_MIN.
30042
30043 2006-07-25  Bruno Haible  <bruno@clisp.org>
30044
30045         * modules/version-etc (Depends-on): Add stdarg.
30046
30047 2006-07-25  Bruno Haible  <bruno@clisp.org>
30048
30049         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
30050         complex commands.
30051
30052 2006-07-25  Bruno Haible  <bruno@clisp.org>
30053
30054         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
30055         defined in <stdarg.h> or config.h.
30056
30057 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
30058
30059         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
30060         (gl_STDIO_SAFER): Remove.
30061
30062 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
30063
30064         * MODULES.html.sh (File stream based Input/Output):
30065         Add fopen-safer, tmpfile-safer; remove stdio-safer.
30066         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
30067         * modules/fopen-safer, modules/tmpfile-safer: New files.
30068         * modules/stdio-safer: Remove.
30069
30070 2006-07-24  Bruno Haible  <bruno@clisp.org>
30071
30072         * modules/tmpdir: New file.
30073         * MODULES.html.sh (File system functions): Add it.
30074
30075 2006-07-24  Bruno Haible  <bruno@clisp.org>
30076
30077         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
30078         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
30079
30080 2006-07-24  Bruno Haible  <bruno@clisp.org>
30081
30082         * modules/clean-temp: New file.
30083
30084 2006-07-24  Bruno Haible  <bruno@clisp.org>
30085
30086         * m4/tmpdir.m4: New file, from GNU gettext.
30087
30088 2006-07-24  Bruno Haible  <bruno@clisp.org>
30089
30090         * lib/tmpdir.h: New file, from GNU gettext.
30091         * lib/tmpdir.c: New file, from GNU gettext.
30092
30093 2006-07-24  Bruno Haible  <bruno@clisp.org>
30094
30095         * lib/clean-temp.h: New file, from GNU gettext.
30096         * lib/clean-temp.c: New file, from GNU gettext.
30097
30098 2006-07-23  Eric Blake  <ebb9@byu.net>
30099
30100         * modules/stdio-safer (Files): Add tmpfile-safer.c.
30101         (Depends-on): Add binary-io.
30102
30103 2006-07-23  Eric Blake  <ebb9@byu.net>
30104
30105         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
30106
30107 2006-07-23  Eric Blake  <ebb9@byu.net>
30108
30109         * lib/tmpfile-safer.c: New file.
30110         * lib/stdio-safer.h (fopen_safer): Add prototype.
30111         * lib/stdio--.h (tmpfile): Make safer.
30112
30113 2006-07-23  Bruno Haible  <bruno@clisp.org>
30114
30115         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
30116         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
30117         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
30118         gl_linked_remove_at): Use it.
30119
30120 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30121         and Simon Josefsson <jas@extundo.com>
30122
30123         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
30124
30125         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
30126
30127 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30128
30129         * modules/close-stream: New file.
30130         * modules/closeout (Description): Make it clear that it exits
30131         with a diagnostic on error.
30132         (Depends-on): Add close-stream.  Remove fpending, stdbool.
30133         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
30134
30135 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30136
30137         * m4/close-stream.m4: New file.
30138
30139 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30140
30141         * lib/close-stream.c, lib/close-stream.h: New files.
30142
30143 2006-07-22  Bruno Haible  <bruno@clisp.org>
30144
30145         Merge from GNU gettext 0.15.
30146
30147         2006-05-01  Bruno Haible  <bruno@clisp.org>
30148
30149                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
30150
30151         2006-07-22  Bruno Haible  <bruno@clisp.org>
30152
30153                 * modules/javaversion: New file.
30154                 * MODULES.html.sh (Java): Add javaversion.
30155
30156         2006-03-12  Bruno Haible  <bruno@clisp.org>
30157
30158                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
30159
30160         2005-12-04  Bruno Haible  <bruno@clisp.org>
30161
30162                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
30163                 (untested).
30164
30165         2006-06-21  Bruno Haible  <bruno@clisp.org>
30166
30167                 Avoid warnings from recent versions of mcs.
30168                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
30169                 -o, -L, -r any more. Use options documented since mcs-1.0
30170                 instead. Similarly for -g.
30171
30172         2005-12-04  Bruno Haible  <bruno@clisp.org>
30173
30174                 * build-aux/csharpcomp.sh.in: Suffix for resources is
30175                 .resources, not .resource.
30176
30177         2005-07-09  Bruno Haible  <bruno@clisp.org>
30178
30179                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
30180                 add a .dll suffix.
30181                 Reported by Mark Junker <mjscod@gmx.de>.
30182
30183         2006-07-22  Bruno Haible  <bruno@clisp.org>
30184
30185                 * modules/gettext: Upgrade to gettext-0.15.
30186                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
30187                 m4/visibility.m4.
30188                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
30189
30190 2006-07-22  Bruno Haible  <bruno@clisp.org>
30191
30192         Merge from GNU gettext 0.15.
30193
30194         2006-03-25  Bruno Haible  <bruno@clisp.org>
30195
30196                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
30197
30198         2006-07-21  Bruno Haible  <bruno@clisp.org>
30199
30200                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
30201                 "1.1".
30202
30203         2006-05-09  Bruno Haible  <bruno@clisp.org>
30204
30205                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
30206                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
30207                 for the conftestver execution.
30208
30209         2006-05-01  Bruno Haible  <bruno@clisp.org>
30210
30211                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
30212                 optional target-version argument. Verify that the compiler
30213                 groks source of the specified source-version, or add -source
30214                 option as necessary. Verify that the compiler produces
30215                 bytecode in the specified target-version, or add -target and
30216                 -source options as necessary. Make the result of the test
30217                 available as variable CONF_JAVAC. Also log error output in
30218                 config.log.
30219
30220         2006-03-11  Bruno Haible  <bruno@clisp.org>
30221
30222                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
30223
30224         2006-05-09  Bruno Haible  <bruno@clisp.org>
30225
30226                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
30227                 CLASSPATH_SEPARATOR to a semicolon.
30228
30229         2006-03-12  Bruno Haible  <bruno@clisp.org>
30230
30231                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
30232                 available as variable CONF_JAVA, for subsequent autoconf
30233                 tests. Also log error output in config.log.
30234
30235         2006-07-19  Bruno Haible  <bruno@clisp.org>
30236
30237                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
30238                 that getline works on glibc2 systems. Needed to avoid trouble
30239                 in relocatable.c.
30240                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
30241
30242         2005-12-04  Bruno Haible  <bruno@clisp.org>
30243
30244                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
30245                 launcher (untested).
30246
30247         2005-12-04  Bruno Haible  <bruno@clisp.org>
30248
30249                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
30250
30251         2006-07-22  Bruno Haible  <bruno@clisp.org>
30252
30253                 * gettext.m4: Update from GNU gettext-0.15.
30254                 * nls.m4: Likewise.
30255                 * po.m4: Likewise.
30256                 * inttypes-pri.m4: Likewise.
30257                 * inttypes-h.m4: Renamed from inttypes.m4.
30258                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
30259
30260 2006-07-22  Bruno Haible  <bruno@clisp.org>
30261
30262         Merge from GNU gettext 0.15.
30263
30264         2005-07-05  Bruno Haible  <bruno@clisp.org>
30265
30266                 * printf-args.c (printf_fetchargs): Work around broken
30267                 definition of wint_t on mingw.
30268
30269         2005-02-12  Bruno Haible  <bruno@clisp.org>
30270
30271                 * xallocsa.h: Add extern "C" for C++.
30272
30273         2006-05-17  Bruno Haible  <bruno@clisp.org>
30274
30275                 Cygwin portability.
30276                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
30277
30278         2006-04-30  Bruno Haible  <bruno@clisp.org>
30279
30280                 * progreloc.c: Include <mach-o/dyld.h> if available.
30281                 (find_executable): Use _NSGetExecutablePath when possible.
30282
30283         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
30284
30285                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
30286                 function.
30287
30288         2005-12-29  Bruno Haible  <bruno@clisp.org>
30289
30290                 * progreloc.c (set_program_name_and_installdir): Fix
30291                 compilation error.
30292
30293         2005-12-04  Bruno Haible  <bruno@clisp.org>
30294
30295                 Cygwin portability.
30296                 * progreloc.c: Include <windows.h> also on Cygwin.
30297                 (find_executable): Add support for Cygwin.
30298                 (set_program_name_and_installdir): Handle also platforms with
30299                 nonempty EXEEXT.
30300
30301         2006-07-11  Bruno Haible  <bruno@clisp.org>
30302
30303                 * javacomp.c: Fix a comment.
30304                 Reported by Jim Meyering.
30305
30306         2006-04-30  Bruno Haible  <bruno@clisp.org>
30307
30308                 * javacomp.h (compile_java_class): Add source_version,
30309                 target_version arguments.
30310                 * javacomp.c: Rewritten to choose only a compiler that
30311                 respects the specified source_version and target_version.
30312
30313         2006-06-27  Bruno Haible  <bruno@clisp.org>
30314
30315                 Assume correct S_ISDIR macro.
30316                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
30317
30318         2006-07-22  Bruno Haible  <bruno@clisp.org>
30319
30320                 * javaversion.h: New file, from GNU gettext.
30321                 * javaversion.c: New file, from GNU gettext.
30322                 * javaversion.java: New file, from GNU gettext.
30323                 * javaversion.class: New file, from GNU gettext.
30324
30325         2006-05-17  Bruno Haible  <bruno@clisp.org>
30326
30327                 Cygwin portability.
30328                 * javaexec.c (execute_java_class): Test for jview program
30329                 also on Cygwin.
30330
30331         2006-04-09  Bruno Haible  <bruno@clisp.org>
30332
30333                 * fatal-signal.c: Don't include string.h.
30334                 (at_fatal_signal): Use a copying loop instead of memcpy.
30335
30336         2005-12-04  Bruno Haible  <bruno@clisp.org>
30337
30338                 * csharpexec.c: Add support for 'clix' launcher (untested).
30339                 (execute_csharp_using_sscli): New function.
30340                 (execute_csharp_program): Call it.
30341
30342         2006-06-21  Bruno Haible  <bruno@clisp.org>
30343
30344                 Avoid warnings from recent versions of mcs.
30345                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
30346                 -o, -L, -r any more. Use options documented since mcs-1.0
30347                 instead. Similarly for -g.
30348
30349         2005-07-09  Bruno Haible  <bruno@clisp.org>
30350
30351                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
30352                 add a .dll suffix.
30353                 Reported by Mark Junker <mjscod@gmx.de>.
30354
30355         2006-06-17  Bruno Haible  <bruno@clisp.org>
30356
30357                 * config.charset: Update for NetBSD 3.0.
30358
30359         2006-05-17  Bruno Haible  <bruno@clisp.org>
30360
30361                 Cygwin portability.
30362                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
30363
30364         2006-05-16  Bruno Haible  <bruno@clisp.org>
30365
30366                 * localcharset.c [CYGWIN]: Include <windows.h>.
30367                 (get_charset_aliases): For Cygwin, return the same CPxxx
30368                 aliases list as under WIN32.
30369                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
30370                 the environment variables. Fall back to GetACP().
30371
30372         2006-04-05  Bruno Haible  <bruno@clisp.org>
30373
30374                 * config.charset: Update Juan Manuel Guerrero's address.
30375
30376         2005-02-12  Bruno Haible  <bruno@clisp.org>
30377
30378                 * allocsa.h: Add extern "C" for C++.
30379
30380         2005-02-10  Bruno Haible  <bruno@clisp.org>
30381
30382                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
30383                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
30384
30385         2006-07-22  Bruno Haible  <bruno@clisp.org>
30386
30387                 * gettext.h: Update to GNU gettext-0.15.
30388
30389 2006-07-22  Bruno Haible  <bruno@clisp.org>
30390
30391         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
30392         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
30393         lib-prefix.m4, longdouble.m4, ssize_t.m4.
30394
30395 2006-07-21  Eric Blake  <ebb9@byu.net>
30396
30397         * modules/stdlib-safer: New file.
30398         * MODULES.html.sh (File stream based Input/Output): Add
30399         stdlib-safer.
30400
30401 2006-07-21  Eric Blake  <ebb9@byu.net>
30402
30403         * lib/stdlib-safer.h: New file from coreutils, required by
30404         stdlib--.h.
30405
30406 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
30407
30408         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
30409
30410 2006-07-20  Bruno Haible  <bruno@clisp.org>
30411
30412         * gnulib-tool: Recognize new option --assume-autoconf.
30413         (autoconf_minversion): New variable.
30414         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
30415
30416 2006-07-20  Bruno Haible  <bruno@clisp.org>
30417
30418         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
30419
30420 2006-07-19  Derek R. Price  <derek@ximbiot.com>
30421
30422         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
30423         Reindent and repaginate.
30424
30425 2006-07-19  Derek Price  <derek@ximbiot.com>
30426
30427         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
30428         Correct grammar.
30429
30430 2006-07-17  Bruno Haible  <bruno@clisp.org>
30431
30432         * modules/list: New file.
30433         * modules/array-list: New file.
30434         * modules/carray-list, modules/carray-list-tests: New files.
30435         * modules/linked-list, modules/linked-list-tests: New files.
30436         * modules/avltree-list, modules/avltree-list-tests: New files.
30437         * modules/rbtree-list, modules/rbtree-list-tests: New files.
30438         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
30439         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
30440         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
30441         * modules/oset: New file.
30442         * modules/array-oset: New file.
30443         * modules/avltree-oset, modules/avltree-oset-tests: New files.
30444         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
30445         * tests/test-carray_list.c: New file.
30446         * tests/test-linked_list.c: New file.
30447         * tests/test-avltree_list.c: New file.
30448         * tests/test-rbtree_list.c: New file.
30449         * tests/test-linkedhash_list.c: New file.
30450         * tests/test-avltreehash_list.c: New file.
30451         * tests/test-rbtreehash_list.c: New file.
30452         * tests/test-avltree_oset.c: New file.
30453         * tests/test-rbtree_oset.c: New file.
30454         * MODULES.html.sh (Container data structures): New section.
30455
30456 2006-07-17  Bruno Haible  <bruno@clisp.org>
30457
30458         * m4/gl_list.m4: New file.
30459
30460 2006-07-17  Bruno Haible  <bruno@clisp.org>
30461
30462         * lib/gl_list.h: New file.
30463         * lib/gl_list.c: New file.
30464         * lib/gl_array_list.h: New file.
30465         * lib/gl_array_list.c: New file.
30466         * lib/gl_carray_list.h: New file.
30467         * lib/gl_carray_list.c: New file.
30468         * lib/gl_linked_list.h: New file.
30469         * lib/gl_linked_list.c: New file.
30470         * lib/gl_anylinked_list1.h: New file.
30471         * lib/gl_anylinked_list2.h: New file.
30472         * lib/gl_avltree_list.h: New file.
30473         * lib/gl_avltree_list.c: New file.
30474         * lib/gl_anyavltree_list1.h: New file.
30475         * lib/gl_anyavltree_list2.h: New file.
30476         * lib/gl_rbtree_list.h: New file.
30477         * lib/gl_rbtree_list.c: New file.
30478         * lib/gl_anyrbtree_list1.h: New file.
30479         * lib/gl_anyrbtree_list2.h: New file.
30480         * lib/gl_anytree_list1.h: New file.
30481         * lib/gl_anytree_list2.h: New file.
30482         * lib/gl_linkedhash_list.h: New file.
30483         * lib/gl_linkedhash_list.c: New file.
30484         * lib/gl_anyhash_list1.h: New file.
30485         * lib/gl_anyhash_list2.h: New file.
30486         * lib/gl_avltreehash_list.h: New file.
30487         * lib/gl_avltreehash_list.c: New file.
30488         * lib/gl_rbtreehash_list.h: New file.
30489         * lib/gl_rbtreehash_list.c: New file.
30490         * lib/gl_anytreehash_list1.h: New file.
30491         * lib/gl_anytreehash_list2.h: New file.
30492
30493         * lib/gl_oset.h: New file.
30494         * lib/gl_oset.c: New file.
30495         * lib/gl_array_oset.h: New file.
30496         * lib/gl_array_oset.c: New file.
30497         * lib/gl_avltree_oset.h: New file.
30498         * lib/gl_avltree_oset.c: New file.
30499         * lib/gl_rbtree_oset.h: New file.
30500         * lib/gl_rbtree_oset.c: New file.
30501         * lib/gl_anytree_oset.h: New file.
30502
30503 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
30504
30505         * m4/mkancesdirs.m4: New file.
30506         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
30507         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
30508         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
30509         it.
30510
30511 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
30512
30513         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
30514         * lib/mkancesdirs.h: New files.
30515         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
30516         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
30517         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
30518         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
30519         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
30520         callers changed.  Revamp internals significantly, by not
30521         attempting to create directories that are temporarily more
30522         permissive than the final results.  Do not attempt to use
30523         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
30524         This removes some race conditions, fixes some bugs, and simplifies
30525         things.  Use new dirchownmod function to do owner and mode changes.
30526         * lib/mkdir-p.h: Likewise.
30527         * lib/modechange.c (octal_to_mode): New function.
30528         (struct mode_change): New member mentioned.
30529         (make_node_op_equals): New arg mentioned.  All callers changed.
30530         (mode_compile): Keep track of which mode bits the user has explicitly
30531         mentioned.
30532         (mode_adjust): New arg DIR, so that we implement the X op correctly.
30533         New arg PMODE_BITS, to keep track of which mode bits the user
30534         mentioned; it treats S_ISUID and S_ISGID speciall.
30535         All callers changed.
30536         * lib/modechange.h: Likewise.
30537
30538 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
30539
30540         * MODULES.html.sh: Add mkancestors.
30541         * modules/mkancesdirs: New module.
30542         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
30543         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
30544         The chdir-safer and afs files are now orphans; I'll remove them
30545         unless someone speaks up.
30546         Add lib/dirchownmod.c, lib/dirchownmod.h.
30547         (Depends-on): Remove alloca, chown, save-cwd, dirname.
30548         Add lchown, mkancesdirs.
30549         (Maintainer): Add self.
30550
30551 2006-07-15  Karl Berry  <karl@gnu.org>
30552
30553         * gnulib-tool: help message wording/arrangement.
30554
30555 2006-07-14  Simon Josefsson  <jas@extundo.com>
30556
30557         * doc/gnulib.texi (Libtool and Windows): New section.
30558
30559 2006-07-12  Simon Josefsson  <jas@extundo.com>
30560
30561         * modules/gendocs (License): Fix license, approved by Karl.
30562
30563 2006-07-12  Eric Blake  <ebb9@byu.net>
30564
30565         * MODULES.html.sh: Add gendocs.
30566
30567 2006-07-11  Eric Blake  <ebb9@byu.net>
30568
30569         * modules/fdl: New module, to install doc/fdl.texi.
30570         * MODULES.html.sh: Add new section for documentation modules.
30571         * gnulib-tool: Avoid space-tab.
30572         (--doc-base): New option, to manage files from doc.
30573
30574 2006-07-11  Eric Blake  <ebb9@byu.net>
30575
30576         * m4/absolute-header.m4: Fix comments to match recent change.
30577
30578 2006-07-11  Eric Blake  <ebb9@byu.net>
30579
30580         * gnulib-tool: List --doc-base before --tests-base.
30581
30582 2006-07-11  Derek R. Price  <derek@ximbiot.com>
30583
30584         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
30585
30586 2006-07-11  Bruno Haible  <bruno@clisp.org>
30587
30588         * README: Mention where to put documentation.
30589
30590 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30591
30592         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
30593
30594 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
30595
30596         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
30597         to stdint.m4.
30598
30599 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
30600
30601         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
30602         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
30603         "no/such/file/stdint.h" when there is no such file, so that
30604         the resulting C code can be parsed by dodgy compilers.
30605         Problems reported by Bob Proulx.
30606
30607 2006-07-10  Derek R. Price  <derek@ximbiot.com>
30608
30609         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
30610         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
30611         macros into the GNU _D_EXACT_NAMLEN.
30612         * lib/savedir.c:  Likewise.
30613         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
30614
30615 2006-07-10  Derek R. Price  <derek@ximbiot.com>
30616         and Paul Eggert  <eggert@cs.ucla.edu>
30617
30618         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
30619         * m4/savedir.m4:
30620         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
30621         macros into the GNU _D_EXACT_NAMLEN.
30622
30623 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30624
30625         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
30626         around the absolute name, to work around a problem with the HP-UX
30627         11.23 native C compiler, reported by Bob Proulx.
30628
30629 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30630
30631         * doc/maintain.texi, make-stds.texi: Sync from
30632         <http://savannah.gnu.org/projects/gnustandards>.
30633
30634 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30635
30636         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
30637
30638 2006-07-09  Jim Meyering  <jim@meyering.net>
30639
30640         * m4/glob.m4: Remove a doubled word in a comment.
30641
30642 2006-07-09  Jim Meyering  <jim@meyering.net>
30643
30644         * lib/argp-pv.c: Remove a doubled word in a comment.
30645         * lib/check-version.c (check_version): Likewise.
30646         * lib/javacomp.c (compile_java_class): Likewise.
30647
30648 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
30649
30650         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
30651         for the benefit of people using Autoconf 2.60.  If you want to
30652         support older Autoconf versions you can copy m4/onceonly_2_57.m4
30653         (or m4/onceonly.m4, if pre-2.57) manually.
30654
30655 2006-07-08  Jim Meyering  <jim@meyering.net>
30656
30657         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
30658         comment.
30659         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
30660         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
30661         comment.
30662
30663 2006-07-08  Jim Meyering  <jim@meyering.net>
30664
30665         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
30666
30667 2006-07-07  Simon Josefsson  <jas@extundo.com>
30668
30669         * tests/test-crc.c: Change expected crc value, the test vector
30670         were probably computed using the old broken crc.c?
30671
30672 2006-07-06  Simon Josefsson  <jas@extundo.com>
30673
30674         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
30675         now the canonical place for the M4 file).
30676
30677         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
30678         from the sys_socket dependency now.
30679
30680         * modules/inet_pton (Files): Ditto.
30681
30682         * modules/inet_ntop (Files): Ditto.
30683
30684 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
30685
30686         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
30687         not gl_PREREQ_GETUSERSHELL.
30688
30689 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30690
30691         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
30692         with only one argument, for Autoconf 2.60.
30693         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
30694         expand to nothing, so add a shell command to avoid syntax error.
30695         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
30696
30697 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30698
30699         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
30700
30701 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
30702
30703         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
30704         no longer needed.  Check for isblank decl.
30705         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
30706         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
30707         of existence.
30708
30709 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
30710
30711         * lib/getloadavg.c: Use __VMS, not VMS.
30712         * lib/getopt.c: Likewise.
30713         * lib/getpagesize.h: Likewise.
30714         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
30715         and probably does not work.
30716
30717 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
30718
30719         * lib/.cppi-disable: Add wcwidth.
30720         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
30721         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
30722         (ISGRAPH): Remove.  All uses changed to isgraph.
30723         (FOLD) [!defined _LIBC]: Remove special case.
30724         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
30725         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
30726         HAVE_ISBLANK.
30727         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
30728         case.
30729
30730 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
30731
30732         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
30733         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
30734         brackets.  Other minor changes to suppress some compiler
30735         warnings.
30736
30737 2006-07-06  Derek R. Price  <derek@ximbiot.com>
30738         and Paul Eggert  <eggert@cs.ucla.edu>
30739
30740         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
30741         of invoking obsolescent AC_HEADER_DIRENT macro.
30742         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
30743         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
30744         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
30745         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
30746         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
30747         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
30748         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
30749         * m4/readdir.m4: Remove; no longer needed.
30750
30751 2006-07-06  Derek R. Price  <derek@ximbiot.com>
30752         and Paul Eggert  <eggert@cs.ucla.edu>
30753
30754         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
30755         Don't worry about this obsolete case any more.
30756         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
30757         directories.
30758         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
30759         worry about this obsolete case any more.
30760         * lib/fts.c: Likewise.
30761         * lib/getcwd.c: Likewise.
30762         * lib/glob.h: Likewise.
30763         * lib/savedir.c: Likewise.
30764
30765 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
30766
30767         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
30768         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
30769         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
30770         needed.
30771         All uses removed.
30772         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
30773         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
30774         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
30775         needed.
30776         * m4/getdate.m4 (gl_GETDATE): Likewise.
30777         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
30778         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
30779         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
30780         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
30781         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
30782         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
30783         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
30784         needed.
30785
30786 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
30787
30788         * lib/memcasecmp.c: Include <limits.h>.
30789         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
30790         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
30791         Don't assume isdigit succeeds only on '0' through '9'.
30792
30793 2006-07-05  Eric Blake  <ebb9@byu.net>
30794
30795         * modules/getaddrinfo (Depends-on): Add snprintf.
30796
30797 2006-07-05  Eric Blake  <ebb9@byu.net>
30798
30799         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
30800         to avoid 'header present but could not be compiled' on cygwin.
30801
30802 2006-07-05  Eric Blake  <ebb9@byu.net>
30803
30804         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
30805         missing from netdb.h.
30806         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
30807
30808 2006-07-05  Derek R. Price  <derek@ximbiot.com>
30809
30810         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
30811         no longer needed.
30812         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
30813         * m4/getdate.m4 (gl_GETDATE): Likewise.
30814         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
30815         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
30816         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
30817         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
30818         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
30819
30820 2006-07-05  Derek R. Price  <derek@ximbiot.com>
30821
30822         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
30823         All uses of is_space replaced by isspace.
30824         * lib/exit.h: Don't talk about STDC_HEADERS.
30825         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
30826         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
30827         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
30828         replaced by isprint etc.
30829         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
30830         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
30831         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
30832         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
30833         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
30834         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
30835
30836 2006-07-05  Bruno Haible  <bruno@clisp.org>
30837
30838         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
30839         the function exists, before testing against AIX.
30840         Reported by Martin Lambers <marlam@marlam.de>.
30841
30842 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
30843
30844         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
30845         From Mark D. Baushke.
30846
30847 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
30848
30849         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
30850         to the absolute name, not just one, to bypass Sun C 5.8's
30851         "warning: #include of /usr/include/... may be non-portable".
30852
30853 2006-07-04  Eric Blake  <ebb9@byu.net>
30854
30855         * modules/dirname-tests: New test module.
30856         * tests/test-dirname.c: New file, replacing dirname.c
30857         TEST_DIRNAME section that was recently deleted.
30858
30859 2006-07-04  Bruno Haible  <bruno@clisp.org>
30860
30861         Assume ANSI C header files and <ctype.h> functions.
30862         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
30863         (mbsnwidth): Use isprint, iscntrl instead.
30864
30865 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30866
30867         Merge from coreutils.
30868         * MODULES.html.sh: Add xstrtold.
30869         * modules/xstrtold: New file.
30870         * modules/cycle-check (Files): Add lib/same-inode.h.
30871         * modules/dirname (Files): Add m4/double-slash-root.m4.
30872         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
30873         * modules/mkdir-p (Files): Add lib/same-inode.h.
30874         * modules/same (Files): Add lib/same-inode.h.
30875
30876 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30877
30878         * m4/absolute-header.m4: Renamed from full-header-path.m4.
30879         This is to keep the terminology clean; POSIX talks about
30880         "absolute pathnames", not "full pathnames", but the GNU
30881         Coding Standards say to use "path" for something else;
30882         so use "absolute" to keep both sides happy.
30883         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
30884         Set gl_absolute_header, not gl_full_header_path.
30885         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
30886         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
30887         All uses changed.
30888
30889         Merge from coreutils.
30890
30891         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
30892
30893         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
30894         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
30895         want to require the building of c-strtod.o.
30896         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
30897         needs -lm directly.
30898         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
30899
30900         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
30901
30902         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
30903         --as-needed option if available.  Problem reported by Albert Chin in
30904         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
30905         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
30906         cc merely issues a bunch of annoying warnings for --as-needed
30907         (this problem was reported by Bob Proulx).  Also, try linking with
30908         -lm to detect a bug in binutils 2.16 (this problem was reported
30909         by Ralf Wildenhues).
30910
30911         2006-06-18  Jim Meyering  <jim@meyering.net>
30912
30913         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
30914         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
30915         macro.
30916         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
30917         also check for glibc-2.4's abort-inducing bug.
30918
30919         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
30920         Low-probability clean-up should be to use rmdir to get rid of
30921         the just-created directory, not unlink.
30922
30923         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
30924         configure fail, and request a bug report to inform us about it.
30925         Add a comment that, barring reports to the contrary, in 2007 we'll
30926         assume ftruncate is universally available.
30927
30928         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
30929
30930         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
30931
30932         2006-03-12  Jim Meyering  <jim@meyering.net>
30933
30934         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
30935         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
30936         * m4/same.m4 (gl_SAME): Likewise.
30937         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
30938
30939         2006-03-11  Eric Blake  <ebb9@byu.net>
30940
30941         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
30942         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
30943         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
30944         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
30945
30946 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30947
30948         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
30949         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
30950         reported by Mark D. Baushke, one in
30951         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
30952
30953         Merge from coreutils.
30954
30955         * lib/.cppi-disable: Add stdint_.h.
30956         * lib/.cvsignore: Add stdint.h.
30957
30958         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
30959
30960         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
30961         both double and long double versions.
30962         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
30963         * lib/xstrtold.c: New file.
30964         * lib/xstrtod.h (xstrtold): New decl.
30965
30966         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
30967
30968         * lib/filemode.c (setst): Remove.
30969         (strmode): Rewrite to avoid setst.  This makes the code shorter,
30970         (arguably) clearer, and the generated code is a bit smaller on my
30971         Debian GNU/Linux stable x86 host.
30972
30973         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
30974
30975         * lib/filemode.c: Include "filemode.h" first, to test the interface.
30976         Assume that filemode.h includes sys/types.h and sys/stat.h.
30977         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
30978         (ftypelet): Reorder to put common cases first, for efficiency.
30979         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
30980         to do 'M'.
30981         (strmode): Renamed from mode_string, and now stores 12 bytes instead
30982         of 10, for compatibility with FreeBSD.  All callers changed.
30983         (filemodestring): Now stores 12 bytes instead of 10, and sets file
30984         types that can't be deduced solely from st_mode.  First arg is now a
30985         const pointer.
30986         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
30987         (strmode): Renamed from mode_string.
30988         (filemodestring): New decl.
30989         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
30990         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
30991         needed.
30992         (S_ISPORT, S_ISWHT): New macros, if not already defined.
30993
30994         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
30995
30996         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
30997         fsusage.h now does that.  Include fsusage.h first, to test interface.
30998         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
30999         at most one method (the old code could have generated decls that
31000         didn't conform to C89, not that this was ever exercised).
31001         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
31002
31003         2006-03-19  Jim Meyering  <jim@meyering.net>
31004
31005         Work even in a chroot where d_ino values for entries in "/"
31006         don't match the stat.st_ino values for the same names.
31007         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
31008         number, iterate through all entries again, using lstat instead.
31009         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
31010         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
31011
31012         * lib/getcwd.c (__getcwd): Clarify a comment.
31013         Use memcpy in place of a call to strcpy.
31014
31015         2006-03-12  Jim Meyering  <jim@meyering.net>
31016
31017         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
31018         matches that of the current directory (which we're about to chdir ".."
31019         out of), then save the dev-ino of the parent, instead.
31020
31021         * lib/same-inode.h (SAME_INODE): New file/macro.
31022         * lib/chdir-safer.c (SAME_INODE): Remove definition.
31023         Include "same-inode.h", instead.
31024         * lib/same.c: Likewise.
31025         * lib/cycle-check.h: Include "same-inode.h".
31026         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
31027         * lib/cycle-check.c (SAME_INODE): Remove definition.
31028         * lib/root-dev-ino.h: Include "same-inode.h".
31029
31030         2006-03-11  Eric Blake  <ebb9@byu.net>
31031
31032         * lib/same.c (same_name): s/base_name/last_component/
31033         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
31034         * lib/filenamecat.c (file_name_concat): Likewise.
31035
31036         2006-03-11  Eric Blake  <ebb9@byu.net>,
31037                     Paul Eggert  <eggert@cs.ucla.edu>
31038
31039         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
31040         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
31041         drive prefix.
31042         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
31043         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
31044         (last_component): New method.
31045         * lib/dirname.c (dir_len): Determine when drive letters need a
31046         subsequent slash.  Preserve // when it is special.
31047         (dir_name): Don't append dot when drive letter is absolute.
31048         [TEST_DIRNAME]: Move into a full-blown gnulib test.
31049         * lib/basename.c (base_name): New semantics - malloc the result.
31050         Preserve // when it is special.  Preserve relative files that look
31051         like drive letters.
31052         (base_len): Preserve // when it is special.
31053         (last_component): New method, similar to old base_name semantics.
31054         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
31055         base_name.  Strip redundant slashes from ///.
31056
31057 2006-07-03  Jim Meyering  <jim@meyering.net>
31058
31059         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
31060         macro is used before the first cycle_check call.
31061
31062 2006-07-03  Eric Blake  <ebb9@byu.net>
31063
31064         * modules/dirname (Depends-on): Add xstrndup.
31065
31066 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31067
31068         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
31069         test cases, so that config.log is a bit easier to follow.
31070
31071 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31072
31073         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
31074         both are 64 bits, since this seems to be the tradition, and this
31075         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
31076         we ever run into a host that prefers long long to long in this
31077         case, we'll need another configure-time test.  Problem reported by
31078         Jim Meyering.
31079
31080 2006-07-02  Eric Blake  <ebb9@byu.net>
31081
31082         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
31083
31084 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31085
31086         * modules/inttypes (Depends-on): No longer depends on stdint.
31087         * modules/stdint (Description): Say more about assumptions.
31088         Say that the fast types might differ.  Say macros are used.
31089         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
31090         (Makefile.am): Revise list of substituted symbols to match
31091         new stdint.m4.
31092         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
31093         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
31094         * tests/test-stdint.c (verify_same_types)
31095         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
31096         the code conforms to C99/C89.
31097         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
31098         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
31099
31100 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31101
31102         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
31103         but fix a bug, by requiring at least 64 bits.
31104         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
31105         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
31106         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
31107         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
31108
31109         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
31110         changes.  Make 2.59 a prerequisite.  Check and substitute for
31111         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
31112         inttypes.h.  Do not use special include files; just use the
31113         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
31114         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
31115         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
31116         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
31117         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
31118         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
31119         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
31120         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
31121         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
31122         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
31123         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
31124         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
31125         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
31126         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
31127         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
31128         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
31129         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
31130         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
31131         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
31132         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
31133         WINT_MAX.  Check for C99 conformance more strictly, by detecting
31134         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
31135         not check for things that C99 does not require, e.g., int8_t.  If
31136         a test isn't needed unless <stdint.h> isn't working, and is
31137         unlikely to be needed for any other reason, then don't do it
31138         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
31139         size_t, since we assume C89 freestanding at least.  Do not check
31140         for sig_atomic_t, wchar_t, or wint_t, since the code now does
31141         the right thing even if the types are not defined.  Instead use:
31142         (gl_STDINT_TYPE_PROPERTIES): New macro.
31143         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
31144         testing whether <sys/types.h> clashes, as Autoconf does this for
31145         us now.  All uses removed.
31146         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
31147         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
31148         (gl_CHECK_TYPE_SAME):
31149         Remove; no longer needed.
31150         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
31151         exists, since we'll return 0 anyway in that case.
31152         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
31153
31154 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31155
31156         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
31157         possible collision with system files.
31158         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
31159         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
31160         WCHAR_MIN and WCHAR_MAX in this case.
31161         (<stddef.h>): Do not include; no longer needed.
31162         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
31163         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
31164         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
31165         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
31166         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
31167         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
31168         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
31169         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
31170         !defined(__c99))]: Include in this case too, since it's harmless
31171         now.
31172         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
31173         dangerous to do so.
31174         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
31175         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
31176         (_STDINT_MIN, _STDINT_MAX): New macros.
31177         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
31178         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
31179         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
31180         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
31181         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
31182         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
31183         macros, not typedefs; this simplifies things quite a bit.
31184         Use long int for all types narrower than int64_t.
31185         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
31186         Define in terms of long long int or int64_t or long int,
31187         not int64_t or int32_t.  This saves some compile-time testing.
31188         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
31189         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
31190         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
31191         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
31192         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
31193         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
31194         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
31195         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
31196         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
31197         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
31198         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
31199         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
31200         undef any previous version and define our own version, for
31201         simplicity and consistency with the new macros for types.
31202         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
31203         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
31204         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
31205         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
31206         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
31207         @WINT_T_SUFFIX@ to keep things simple here.
31208         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
31209         Simplify by assuming typical 8/16/32/64 host, since we're
31210         already doing that elsewhere anyway.
31211         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
31212         and assume long long int is 64 bits if available.  This
31213         speeds up 'configure'.
31214
31215 2006-07-01  Eric Blake  <ebb9@byu.net>
31216
31217         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
31218         Reported by Andreas Buening.
31219
31220 2006-07-01  Eric Blake  <ebb9@byu.net>
31221
31222         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
31223
31224 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
31225
31226         * lib/getaddrinfo.c: fixed typo
31227
31228 2006-06-29  Jim Meyering  <jim@meyering.net>
31229
31230         * modules/strftime (Maintainer): Add my name, since with the
31231         FPRINTFTIME changes strftime.c has forked from glibc.
31232
31233 2006-06-29  Eric Blake  <ebb9@byu.net>
31234
31235         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
31236
31237 2006-06-29  Eric Blake  <ebb9@byu.net>
31238
31239         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
31240
31241 2006-06-29  Eric Blake  <ebb9@byu.net>
31242
31243         * lib/stat_.h: New file.
31244
31245 2006-06-29  Eric Blake  <ebb9@byu.net>
31246
31247         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
31248         unused static function.
31249
31250 2006-06-29  Eric Blake  <ebb9@byu.net>
31251
31252         * doc/functions.texi (Function Portability): Document missing lstat
31253         on mingw.
31254
31255 2006-06-29  Eric Blake  <ebb9@byu.net>
31256
31257         * MODULES.html.sh: Add sys_stat.
31258         * modules/sys_stat: New module.
31259         * modules/mkstemp (Depends-on): Add sys_stat.
31260
31261 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31262
31263         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
31264
31265 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31266
31267         * m4/c-bs-a.m4: Removed.
31268
31269 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31270
31271         * lib/strftime.c: Assume strftime() exists.
31272
31273 2006-06-29  Derek Price  <derek@ximbiot.com>
31274
31275         * modules/c-bs-a: Removed - \a is C89.
31276         * MODULES.html.sh: Remove c-bs-a.
31277
31278 2006-06-29  Bruno Haible  <bruno@clisp.org>
31279
31280         * modules/wcwidth (License): Change to LGPL.
31281
31282 2006-06-28  Simon Josefsson  <jas@extundo.com>
31283
31284         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
31285         on _WIN32.
31286
31287         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
31288         getnameinfo.
31289
31290 2006-06-28  Simon Josefsson  <jas@extundo.com>
31291
31292         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
31293
31294 2006-06-28  Simon Josefsson  <jas@extundo.com>
31295
31296         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
31297         functions there.  It will succeed on Windows XP, but on Windows
31298         2000 and (presumably) earlier, it will fail, and use the internal
31299         re-implementation.
31300         (use_win32_p): New function.
31301         (getaddrinfo): Use strtoul on servname, to support numeric ports.
31302         Support AI_NUMERICSERV to disable getservbyname.
31303         (getnameinfo): New function, only supports
31304         NI_NUMERICHOST|NI_NUMERICSERV for now.
31305
31306         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
31307         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
31308         getnameinfo.
31309
31310 2006-06-28  Eric Blake  <ebb9@byu.net>
31311
31312         * modules/wcwidth: New file.
31313         * modules/mbchar (Depends-on): Add wcwidth.
31314         * modules/mbswidth (Depends-on): Add wcwidth.
31315         * MODULES.html.sh: Add wcwidth.
31316
31317 2006-06-28  Eric Blake  <ebb9@byu.net>
31318
31319         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
31320         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
31321
31322 2006-06-28  Eric Blake  <ebb9@byu.net>
31323
31324         * lib/xvasprintf.h: Fix comments.
31325
31326 2006-06-28  Eric Blake  <ebb9@byu.net>
31327
31328         * lib/mbchar.h (wcwidth): Include wcwidth.h.
31329         * lib/mbswidth.c (wcwidth): Move from here...
31330         * lib/wcwidth.h: ...to this new file.
31331
31332 2006-06-28  Derek R. Price  <derek@ximbiot.com>
31333
31334         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
31335
31336         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
31337         it's obsolete.
31338         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
31339
31340 2006-06-28  Derek R. Price  <derek@ximbiot.com>
31341
31342         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
31343         Autoconf 2.60 says this stuff was obsolete.
31344
31345 2006-06-28  Bruno Haible  <bruno@clisp.org>
31346
31347         * modules/wcwidth (Files): Add m4/wchar_t.m4.
31348
31349 2006-06-28  Bruno Haible  <bruno@clisp.org>
31350
31351         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
31352         gt_TYPE_WCHAR_T.
31353
31354 2006-06-28  Bruno Haible  <bruno@clisp.org>
31355
31356         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
31357         declaration for wcwidth.
31358         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
31359
31360 2006-06-28  Bruno Haible  <bruno@clisp.org>
31361
31362         * lib/mkdtemp.c [MINGW]: Include <io.h>.
31363         (mkdir): Define using _mkdir.
31364
31365 2006-06-28  Bruno Haible  <bruno@clisp.org>
31366
31367         * lib/getaddrinfo.h: Fix POSIX URL.
31368         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
31369         _WIN32.
31370         (use_win32_p): Make static.
31371         (getaddrinfo): Reject service name if it is empty or does not consist
31372         solely of decimal digits, or if its value is > 65535.
31373         (getnameinfo): Remove useless casts.
31374
31375 2006-06-27  Simon Josefsson  <jas@extundo.com>
31376
31377         * modules/sys_select: New file, suggested by Bruno Haible, Paul
31378         Eggert and Martin Lambers.
31379
31380 2006-06-27  Simon Josefsson  <jas@extundo.com>
31381
31382         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
31383         Eggert and Martin Lambers.
31384
31385 2006-06-27  Bruno Haible  <bruno@clisp.org>
31386
31387         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
31388         result to 0, not to empty.
31389         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
31390
31391 2006-06-27  Bruno Haible  <bruno@clisp.org>
31392
31393         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
31394
31395 2006-06-26  Simon Josefsson  <jas@extundo.com>
31396
31397         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
31398         present.
31399
31400 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
31401
31402         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
31403         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
31404         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
31405
31406 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
31407
31408         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
31409
31410 2006-06-26  Bruno Haible  <bruno@clisp.org>
31411
31412         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
31413
31414 2006-06-26  Bruno Haible  <bruno@clisp.org>
31415
31416         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
31417
31418 2006-06-26  Bruno Haible  <bruno@clisp.org>
31419
31420         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
31421         SGI C compiler in pre-C99 mode.
31422         Suggested by Mark D. Baushke and Larry Jones.
31423
31424 2006-06-26  Bruno Haible  <bruno@clisp.org>
31425
31426         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
31427         WCHAR_MAX.
31428         Reported by Mark D. Baushke and Larry Jones.
31429
31430 2006-06-26  Bruno Haible  <bruno@clisp.org>
31431
31432         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
31433         in pre-C99 mode.
31434         Suggested by Mark D. Baushke and Larry Jones.
31435
31436 2006-06-23  Simon Josefsson  <jas@extundo.com>
31437             Bruno Haible  <bruno@clisp.org>
31438
31439         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
31440         Emit mostlyclean-local rule.
31441         (func_emit_tests_Makefile_am): Likewise.
31442         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
31443
31444 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
31445
31446         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
31447
31448 2006-06-23  Bruno Haible  <bruno@clisp.org>
31449
31450         * tests/test-stdint.c: Update to match ISO C 99 Technical
31451         Corrigendum 1.
31452
31453 2006-06-23  Bruno Haible  <bruno@clisp.org>
31454
31455         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
31456
31457 2006-06-23  Bruno Haible  <bruno@clisp.org>
31458
31459         * lib/stdint_.h: Treat IRIX like OpenBSD.
31460
31461 2006-06-23  Bruno Haible  <bruno@clisp.org>
31462
31463         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
31464         ISO C 99 Technical Corrigendum 1.
31465
31466 2006-06-22  Simon Josefsson  <jas@extundo.com>
31467
31468         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
31469         MinGW.
31470
31471 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31472
31473         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
31474         needed.  Some compiler complained about some of them.  Problem reported
31475         by Larry Jones in
31476         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
31477
31478 2006-06-21  Simon Josefsson  <jas@extundo.com>
31479
31480         * tests/test-getaddrinfo.c: New file.
31481
31482         * modules/getaddrinfo-tests: New file.
31483
31484         * MODULES.html.sh: Add inet_pton.
31485
31486         * modules/inet_pton: New file.
31487
31488 2006-06-21  Simon Josefsson  <jas@extundo.com>
31489
31490         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
31491         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
31492         of using the (limited) gnulib implementation on Windows XP.
31493
31494         * m4/inet_pton.m4: New file.
31495
31496 2006-06-21  Simon Josefsson  <jas@extundo.com>
31497
31498         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
31499         variable.
31500
31501         * lib/socket_.h: Don't define WINVER.
31502
31503         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
31504         slightly modified to work in gnulib.
31505
31506 2006-06-21  Simon Josefsson  <jas@extundo.com>
31507
31508         * doc/gnulib.texi (Windows sockets): Add.
31509
31510 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
31511
31512         * lib/read-file.c (fread_file): Start with buffer allocation of
31513         0 bytes rather than 1 byte; this simplifies the code.
31514         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
31515         code to free buffer and save/restore errno.
31516         (internal_read_file): Remove unused local.
31517
31518 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
31519
31520         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
31521         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
31522         Problem reported by Denis Excoffier in
31523         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
31524
31525 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31526
31527         * modules/sys_socket, modules/socklen: Include sys/types since
31528         FreeBSD 4.x's sys/socket.h needs it.
31529
31530 2006-06-19  Simon Josefsson  <jas@extundo.com>
31531
31532         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
31533
31534 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
31535
31536         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
31537
31538 2006-06-19  Bruno Haible  <bruno@clisp.org>
31539
31540         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
31541         and FULL_PATH_INTTYPES_H in angle brackets.
31542         Reported by Mark D. Baushke <mdb@gnu.org>.
31543
31544 2006-06-17  Eric Blake  <ebb9@byu.net>
31545
31546         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
31547         errno.
31548
31549 2006-06-17  Bruno Haible  <bruno@clisp.org>
31550
31551         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
31552         <sys/inttypes.h>.
31553
31554 2006-06-17  Bruno Haible  <bruno@clisp.org>
31555
31556         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
31557         whether errno is declared. Assume <errno.h> declares errno.
31558
31559 2006-06-17  Bruno Haible  <bruno@clisp.org>
31560
31561         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
31562
31563 2006-06-17  Bruno Haible  <bruno@clisp.org>
31564
31565         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
31566         problem on Solaris 2.5.1.
31567
31568 2006-06-16  Eric Blake  <ebb9@byu.net>
31569
31570         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
31571         * lib/unicodeio.c [!defined errno]: Likewise.
31572         * lib/strtol.c [!defined errno]: Likewise.
31573         * lib/strtod.c [!defined errno]: Likewise.
31574
31575 2006-06-15  Eric Blake  <ebb9@byu.net>
31576
31577         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
31578
31579 2006-06-15  Eric Blake  <ebb9@byu.net>
31580
31581         * config/srclist.txt (ssize_t.m4): Lose sync.
31582
31583 2006-06-15  Bruno Haible  <bruno@clisp.org>
31584
31585         * modules/stdint (Files): Include m4/full-header-path.m4,
31586         m4/size_max.m4, m4/wchar_t.m4.
31587         (Makefile.am): Many more substitutions.
31588         * modules/stdint-tests: New file.
31589         * tests/test-stdint.c: New file.
31590
31591 2006-06-15  Bruno Haible  <bruno@clisp.org>
31592
31593         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
31594         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
31595         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
31596         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
31597         gl_CHECK_TYPE_SAME): New macros.
31598
31599 2006-06-15  Bruno Haible  <bruno@clisp.org>
31600
31601         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
31602
31603 2006-06-15  Bruno Haible  <bruno@clisp.org>
31604
31605         * lib/stdint_.h: Rewritten to be fully auto-configured.
31606         Fixes bug on HP-UX/IA64.
31607
31608 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
31609
31610         * lib/getdate.y (__attribute__): Don't define if already defined.
31611         Problem reported by Larry Jones.
31612         * lib/utimens.c (__attribute__): Likewise.
31613
31614 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
31615
31616         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
31617         reported by Andreas Schwab.
31618
31619 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31620             Bruno Haible  <bruno@clisp.org>
31621
31622         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
31623         check for the declaration of strnlen and a run test that exposes the
31624         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
31625         rpl_strndup.
31626
31627 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31628             Bruno Haible  <bruno@clisp.org>
31629
31630         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
31631
31632 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31633
31634         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
31635         compile test, for Tru64 4.0D.
31636
31637 2006-05-28  Karl Berry  <karl@gnu.org>
31638
31639         * config/srclist.txt (printf-args.c): lose sync.
31640
31641 2006-05-26  Martin Lambers  <marlam@marlam.de>
31642
31643         * lib/getpass.c: Updates the test for the native W32 API, and adds
31644         missing includes, thus fixing compilation warnings.
31645
31646 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
31647
31648         * lib/exclude.c (exclude_fnmatch): New function.
31649         (excluded_file_name): Call exclude_fnmatch.
31650         * lib/exclude.h (excluded_file_name): New prototype
31651
31652 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
31653
31654         * lib/tempname.c (small_open, large_open): New macros.
31655         (__open, __open64) [!_LIBC]: Remove.
31656         (__gen_tempname): Use small_open and large_open instead of __open
31657         and __open64.  This fixes a portability bug on HP-UX 11.11i
31658         reported by Simon Wing-Tang in
31659         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
31660
31661 2006-05-24  Bruno Haible  <bruno@clisp.org>
31662
31663         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
31664         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
31665         Reported by Thorsten Maerz <torte@netztorte.de> via
31666         Aaron Stone <aaron@serendipity.cx>.
31667
31668 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
31669
31670         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
31671         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
31672         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
31673         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
31674         not really conditional on the cache.
31675         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
31676
31677 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
31678
31679         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
31680         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
31681         (my_usleep): Don't mishandle maximum value.
31682
31683 2006-05-19  Jim Meyering  <jim@meyering.net>
31684
31685         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
31686
31687 2006-05-17  Bruno Haible  <bruno@clisp.org>
31688
31689         Cygwin portability.
31690         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
31691
31692 2006-05-17  Bruno Haible  <bruno@clisp.org>
31693
31694         * lib/stdint_.h: Fix recognition of Cygwin.
31695
31696 2006-05-15  Bruno Haible  <bruno@clisp.org>
31697
31698         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
31699         on libtool patch by Ralf Wildenhues.
31700
31701 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
31702
31703         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
31704         test for C99 conformance; (bool) 0.5 is an integer constant
31705         expression, but (bool) -0.5 is not.  Problem reported by Fedor
31706         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
31707
31708 2006-05-11  Simon Josefsson  <jas@extundo.com>
31709
31710         * m4/xvasprintf.m4: Fix obvious typo.
31711
31712 2006-05-11  Jim Meyering  <jim@meyering.net>
31713
31714         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
31715         James Lemley.
31716
31717 2006-05-10  Simon Josefsson  <jas@extundo.com>
31718
31719         * lib/md4.c: Typo fix, update copyright years.
31720         (K1, K2): Don't use L because it turn computations into 64-bit on
31721         64-bit platforms.
31722
31723 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
31724
31725         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
31726         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
31727         unwanted sign propagation, e.g., on hosts with 64-bit int.
31728         There still are some problems with reeelly weird theoretical hosts
31729         (e.g., 33-bit int) but it's not worth worrying about now.
31730         * lib/sha1.c (rol): Likewise.
31731         (K1, K2, K3, K4): Remove unnecessary L suffix.
31732
31733 2006-05-10  Bruno Haible  <bruno@clisp.org>
31734
31735         * lib/des.c: Cast to avoid warnings.
31736
31737 2006-05-09  Bruno Haible  <bruno@clisp.org>
31738
31739         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
31740         (Depends-on): Depend also on xsize, stdarg.
31741         (configure.ac): Add gl_XVASPRINTF.
31742
31743 2006-05-09  Bruno Haible  <bruno@clisp.org>
31744
31745         * m4/xvasprintf.m4: New file.
31746
31747 2006-05-09  Bruno Haible  <bruno@clisp.org>
31748
31749         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
31750         (EOVERFLOW): Define fallback value.
31751         (xstrcat): New function.
31752         (xvasprintf): Recognize the special case of a string concatenation.
31753
31754 2006-05-08  Eric Blake  <ebb9@byu.net>
31755
31756         * gnulib-tool (func_version): Base copyright year on CVS date.
31757         (func_emit_copyright_notice): New function.
31758         (func_emit_lib_Makefile_am): Use it.
31759         (func_emit_tests_Makefile_am): Likewise.
31760         (func_import): Likewise.
31761
31762 2006-05-08  Bruno Haible  <bruno@clisp.org>
31763
31764         * modules/stdarg: New file.
31765         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
31766
31767 2006-05-08  Bruno Haible  <bruno@clisp.org>
31768
31769         * m4/stdarg.m4: New file, from GNU gettext.
31770
31771 2006-05-08  Bruno Haible  <bruno@clisp.org>
31772
31773         * config/srclist.txt (build-aux/config.rpath): different from latest
31774         release.
31775
31776 2006-05-08  Bruno Haible  <bruno@clisp.org>
31777
31778         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
31779
31780 2006-05-05  Jim Meyering  <jim@meyering.net>
31781
31782         * m4/warning.m4: New file, derived from bison's file by the same name.
31783
31784 2006-05-03  Bruno Haible  <bruno@clisp.org>
31785
31786         * lib/stdint_.h: Shorter URL.
31787         * lib/inttypes.h: Likewise.
31788
31789 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
31790
31791         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
31792
31793 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
31794
31795         * lib/verify.h: Document the internals better.  Most of this change
31796         was written by Bruno Haible.
31797
31798 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
31799
31800         * doc/verify.texi: New file, partly based on a proposal by
31801         Bruno Haible.
31802
31803 2006-05-02  Bruno Haible  <bruno@clisp.org>
31804
31805         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
31806         test from here...
31807         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
31808
31809 2006-04-29  Bruno Haible  <bruno@clisp.org>
31810
31811         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
31812         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
31813
31814 2006-04-29  Bruno Haible  <bruno@clisp.org>
31815
31816         * gnulib-tool: Make --update option actually work.
31817
31818 2006-04-29  Bruno Haible  <bruno@clisp.org>
31819
31820         * doc/gcd.texi: New file.
31821         * doc/gnulib.texi: Include it.
31822
31823 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
31824
31825         * lib/getdate.y (get_date): When adding relative date, start with the
31826         initial time, not with the result of the first mktime call.
31827
31828 2006-04-25  Bruno Haible  <bruno@clisp.org>
31829
31830         * gnulib-tool (func_import): Output the include directives in three
31831         blocks, sorted separately.
31832         Reported by Ben Pfaff <blp@cs.stanford.edu>.
31833
31834 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
31835
31836         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
31837         to define main with arguments, for C++.  Reported by Eric Blake.
31838         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
31839         Prefer 'int main ()' to 'int main (void)', for C++.
31840         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
31841         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
31842         for 'main', for C99 and C++.
31843
31844 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
31845
31846         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
31847         Don't assume that exit status -1 is valid.
31848         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
31849         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
31850         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
31851         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
31852         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
31853         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
31854         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
31855         functions can be used without declaring them, or that you can
31856         exit with status -1.
31857         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
31858
31859 2006-04-24  Karl Berry  <karl@gnu.org>
31860
31861         * config/srclist.txt (longdouble.m4): sync lost.
31862
31863 2006-04-24  Eric Blake  <ebb9@byu.net>
31864
31865         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
31866
31867 2006-04-24  Bruno Haible  <bruno@clisp.org>
31868
31869         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
31870         poll() implementation in AIX.
31871         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31872
31873 2006-04-24  Bruno Haible  <bruno@clisp.org>
31874
31875         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
31876         assigned exactly once.
31877
31878 2006-04-23  Claudio Fontana  <claudio@gnu.org>
31879             Bruno Haible  <bruno@clisp.org>
31880
31881         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
31882         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
31883         for AM_CPPFLAGS.
31884
31885 2006-04-23  Bruno Haible  <bruno@clisp.org>
31886
31887         * modules/copy-file: Depend on unistd.
31888         * modules/execute: Likewise.
31889         * modules/fatal-signal: Likewise.
31890         * modules/findprog: Likewise.
31891         * modules/mkdtemp : Likewise.
31892         * modules/pipe: Likewise.
31893         * modules/wait-process: Likewise.
31894
31895 2006-04-23  Bruno Haible  <bruno@clisp.org>
31896
31897         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
31898         condition was already detected.
31899         Reported by Ben Pfaff <blp@cs.stanford.edu>.
31900
31901 2006-04-23  Bruno Haible  <bruno@clisp.org>
31902
31903         * lib/copy-file.c: Include <unistd.h> unconditionally.
31904         * lib/execute.c: Likewise.
31905         * lib/fatal-signal.c: Likewise.
31906         * lib/findprog.c: Likewise.
31907         * lib/mkdtemp.c: Likewise.
31908         * lib/pipe.h: Likewise.
31909         * lib/pipe.c: Likewise.
31910         * lib/wait-process.h: Likewise.
31911
31912 2006-04-23  Bruno Haible  <bruno@clisp.org>
31913
31914         * gnulib-tool (func_usage): Fix --import description. Document
31915         --update.
31916         (func_import): Create temporary file in a temporary directory, if
31917         --dry-run is specified. Silence errors from 'grep' when there are no
31918         m4 files in $m4dir.
31919         (func_create_testdir): Silence errors from 'grep' when there are no
31920         m4 files in $m4dir.
31921         Reported by Karl Berry <karl@freefriends.org>.
31922
31923 2006-04-20  Bruno Haible  <bruno@clisp.org>
31924
31925         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
31926         one argument, so that the code will be portable to Autoconf 2.60.
31927         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
31928         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
31929         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
31930
31931 2006-04-19  Derek Price  <derek@ximbiot.com>
31932             Eric Blake  <ebb9@byu.net>
31933
31934         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
31935         rather than "/full/path.h".  Update comment to match.  Shorten &
31936         generalize m4_translit call via AS_TR_CPP.
31937
31938 2006-04-19  Derek Price  <derek@ximbiot.com>
31939             Eric Blake  <ebb9@byu.net>
31940
31941         * lib/inttypes.h: Correct grammar in comment.
31942
31943 2006-04-18  Derek Price  <derek@ximbiot.com>
31944             Paul Eggert  <eggert@cs.ucla.edu>
31945
31946         * modules/inttypes: New file.
31947         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
31948
31949 2006-04-18  Derek Price  <derek@ximbiot.com>
31950             Paul Eggert  <eggert@cs.ucla.edu>
31951
31952         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
31953         New files.
31954
31955 2006-04-18  Derek Price  <derek@ximbiot.com>
31956             Paul Eggert  <eggert@cs.ucla.edu>
31957
31958         * lib/inttypes.h: New file.
31959         * lib/strtoimax.c: Assume <inttypes.h>.
31960
31961 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
31962
31963         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
31964         isn't mounted.  Problem reported by Kir Kolyshkin.
31965
31966 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
31967
31968         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
31969         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
31970         Derek R. Price.
31971         * lib/regex.h (RE_DUP_MAX): Update comment to match current
31972         implementation.
31973
31974 2006-04-12  Eric Blake  <ebb9@byu.net>
31975
31976         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
31977         is now done automatically by the corresponding Autoconf macro.
31978
31979 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
31980
31981         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
31982         time_r.h.
31983
31984 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
31985
31986         Merge regex changes from libc, removing some of our
31987         POSIX-conformance changes that were rejected and redoing them in a
31988         less-intrusive way.
31989
31990         * lib/regcomp.c (re_compile_internal, init_dfa):
31991         Length arg is now size_t, not Idx.  All uses changed.
31992         (peek_token): Forward decl now says internal_function.
31993         (__re_error_msgid, __re_error_msgid_idx):
31994         Now static rather than extern with attribute_hidden.
31995         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
31996         For some reason libc prefers K&R style defns for external functions.
31997         (regerror) [!defined _LIBC]: Likewise.
31998         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
31999         (seek_collating_symbol_entry, lookup_collation_sequence_value):
32000         (build_range_exp, build_collating_symbol):
32001         Use K&R-style defn.
32002         (re_compile_fastmap): Use '\0' to memset, not 0.
32003         (utf8_sb_map): Make the calculations more obvious.
32004         (init_dfa, parse_bracket_exp, build_charclass_op):
32005         Call calloc and cast result, as glibc does.
32006         (init_word_char, fetch_token, peek_token, peek_token_bracket):
32007         (build_range_exp, build_collating_symbol):
32008         Now internal functions.
32009
32010         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
32011
32012         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
32013         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
32014         Don't depend on VMS; depend on __VMS instead, for POSIX
32015         namespace cleanness.
32016         (regoff_t): Define to ssize_t, not long int.
32017
32018         Remove the REG_ macros named below.  Instead, make the old names
32019         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
32020         __USE_GNU_REGEX.
32021         (REG_BACKSLASH_ESCAPE_IN_LISTS):
32022         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
32023         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
32024         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
32025         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
32026         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
32027         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
32028         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
32029         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
32030         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
32031         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
32032         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
32033         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
32034         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
32035         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
32036         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
32037         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
32038         (REG_NREGS):
32039         Remove.  All uses replaced by the old RE_* names.
32040         (RE_BACKSLASH_ESCAPE_IN_LISTS):
32041         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
32042         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
32043         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
32044         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
32045         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
32046         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
32047         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
32048         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
32049         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
32050         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
32051         Don't bother having these macros be independent of each others'
32052         values, since they no longer exist in the POSIX name space.
32053
32054         Rename the following member names back to their old names,
32055         unless !__USE_GNU_REGEX.  All uses changed back.
32056         (buffer): Renamed from re_buffer.
32057         (allocated): Renamed from re_allocated.
32058         (used): Renamed from re_used.
32059         (syntax): Renamed from re_syntax.
32060         (fastmap): Renamed from re_fastmap.
32061         (translate): Renamed from re_translate.
32062         (can_be_null): Renamed from re_can_be_null.
32063         (regs_allocated): Renamed from re_regs_allocated.
32064         (fastmap_accurate): Renamed from re_fastmap_accurate.
32065         (no_sub): Renamed from re_no_sub.
32066         (not_bol): Renamed from re_not_bol.
32067         (not_eol): Renamed from re_not_eol.
32068         (newline_anchor): Renamed from re_newline_anchor.
32069         (num_regs): Renamed from rm_num_regs.
32070         (start): Renamed from rm_start.
32071         (end): Renamed from rm_end.
32072
32073         (free_state): Move up a bit.
32074
32075         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
32076         #define to be empty.
32077         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
32078         when that is what is intended.
32079         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
32080         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
32081         (MAX): New macro.
32082         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
32083         All uses changed back to re_malloc, etc.  It's now the caller's
32084         responsibility to check for overflow; all callers changed.
32085         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
32086         (re_x2nrealloc): Remove.
32087         (free_state): Remove decl.
32088
32089         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
32090         (re_set_registers, re_exec):
32091         Use K&R-style defn.
32092
32093         2006-01-31  Roland McGrath  <roland@redhat.com>
32094
32095         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
32096         Reported by Mike Frysinger <vapier@gentoo.org>.
32097
32098         2006-01-15  Andreas Jaeger  <aj@suse.de>
32099
32100         [BZ #1950]
32101         * lib/regex_internal.c (re_string_reconstruct): Adjust for
32102         build_wcs_upper_buffer change.
32103         (build_wcs_upper_buffer): Change return type.
32104
32105         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
32106
32107         * lib/regex_internal.h: Include <stdint.h> if available.
32108
32109         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
32110
32111         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
32112
32113         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
32114
32115         * lib/regcomp.c: Adjust for changed secondary hash function.
32116
32117         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
32118
32119         * lib/regex.h: Pretty printing.
32120         Clean up namespace a bit.
32121
32122         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
32123
32124         * lib/regexec.c (update_cur_sifted_state, check_arrival,
32125         check_arrival_add_next_nodes): Avoid using uninitialized variable.
32126
32127         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32128                     Ulrich Drepper  <drepper@redhat.com>
32129
32130         [BZ #1302]
32131         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
32132         changed.
32133         (bitset_word_t): Renamed from bitset_word.  All uses changed.
32134
32135         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
32136
32137         [BZ #281]
32138         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
32139         * lib/regcomp.c: Remove unnecessary uses of
32140         unsigned RE_TRANSLATE_TYPE.
32141         * lib/regex_internal.h: Likewise.
32142         * lib/regex_internal.c: Likewise.
32143         * lib/regexec.c: Likewise.
32144         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
32145
32146         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
32147
32148         * lib/regexec.c (find_recover_state): Remove unnecessary
32149         initialization.
32150         (transit_state_bkref): Make DFA a const pointer.
32151         (get_subexp): Likewise.
32152         (check_arrival): Likewise.
32153         (update_cur_sifted_state): Likewise.
32154         (re_search_internal): Likewise.
32155         (prune_impossible_nodes): Likewise.
32156         (acquire_init_state_context): Likewise.
32157         (proceed_next_node): Likewise.
32158         (set_regs): Likewise.
32159         (free_fail_stack_return): Likewise.
32160         (check_arrival_expand_ecl): Mark DFA parameter as const.
32161         (check_arrival_expand_ecl_sub): Likewise.
32162         (check_subexp_limits): Likewise.
32163         (sub_epsilon_src_nodes):  Likewise.
32164         (add_epsilon_src_nodes):  Likewise.
32165         (merge_state_array): Likewise.
32166         (update_regs): Likewise.
32167         (build_trtable): Likewise.
32168         (sift_states_backward): Mark MCTX parameter as const.
32169         (build_sifted_states): Likewise.
32170         (update_cur_sifted_state): Likewise.
32171         (sift_states_mkref): Likewise.
32172         (check_arrival_expand_ecl): Mark eclosure as const.
32173         (check_dst_limits_calc_pos_1): Likewise.
32174         * lib/regex_internal.h (re_match_context_t): Make dfa a const
32175         pointer.
32176
32177         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
32178
32179         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
32180         (transit_state_sb): Likewise.
32181         (transit_state_mb): Likewise.
32182         (sift_states_iter_mb): Likewise.
32183         (check_arrival_add_next_nodes): Likewise.
32184         (check_node_accept_bytes): Change first parameter to pointer-to-const.
32185         [_LIBC] (re_search_2_stub): Use mempcpy.
32186
32187         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
32188         mbrtowc for very simple UTF-8 case.
32189
32190         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
32191         a pointer-to-const.
32192         (re_acquire_state_context): Likewise.
32193         * lib/regex_internal.h: Adjust prototypes.
32194
32195         * lib/regex.c: Prevent using C++ compilers.
32196
32197         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
32198         (re_acquire_state_context): Likewise.
32199
32200 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32201
32202         * modules/regex (Depends-on): Add ssize_t.
32203
32204 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32205
32206         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
32207         translation table.
32208
32209 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32210
32211         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
32212
32213 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
32214             Bruno Haible  <bruno@clisp.org>
32215
32216         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
32217         <sys/types.h> and <inttypes.h>.
32218
32219 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32220
32221         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
32222         `__error_t_defined', so argp.h will not typedef the former.
32223
32224 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
32225
32226         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
32227         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
32228         glibc names.  Even if glibc is changed to conform to POSIX, the
32229         traditional names will be available anyway, since regex depends on
32230         the extensions module.  Also, fix a longstanding typo in the
32231         implementation of Spencer ERE test #75 from grep 2.3.  Problems
32232         reported by Emanuele Giaquinta.  Also, change sense of cached
32233         variable, so that the message makes sense.
32234
32235 2006-03-24  Simon Josefsson  <jas@extundo.com>
32236
32237         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
32238         including some doc fixes.
32239         (base64_encode_alloc): Fix +1 bug on allocation failures.
32240
32241 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32242
32243         * lib/base64.c (base64_encode): Do not read past end of array with
32244         unsanitized input on systems with CHAR_BIT > 8.
32245
32246 2006-03-24  Eric Blake  <ebb9@byu.net>
32247
32248         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
32249
32250 2006-03-22  Karl Berry  <karl@gnu.org>
32251
32252         * config/srclist.txt (*setenv.[ch]): get from coreutils.
32253         * config/srclistvars.sh (COREUTILS): new var.
32254
32255 2006-03-17  Jim Meyering  <jim@meyering.net>
32256
32257         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
32258         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
32259
32260 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
32261
32262         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
32263         no longer needs it.  Instead, check that regoff_t is as least
32264         as wide as ptrdiff_t.
32265
32266         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
32267         so that our regex.h stays compatible with the installed regex.
32268         This is helpful for installers who configure --without-included-regex.
32269         Problem reported by Emanuele Giaquinta.
32270
32271 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
32272
32273         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
32274         Typedef to long int, not to off_, as POSIX will likely change
32275         in that direction.
32276
32277 2006-03-15  Eric Blake  <ebb9@byu.net>
32278
32279         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
32280
32281 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
32282
32283         * lib/argp-help.c (validate_uparams): Fix typo
32284         * lib/argp-parse.c (argp_default_options): Consistently begin help
32285         messages with a lowercase letter.
32286
32287 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
32288
32289         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
32290         overrun buffers and shouldn't be used (much as gets shouldn't be
32291         used).
32292         * lib/time_r.c (asctime_r, ctime_r): Likewise.
32293
32294 2006-03-08  Simon Josefsson  <jas@extundo.com>
32295
32296         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
32297         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32298
32299 2006-03-08  Simon Josefsson  <jas@extundo.com>
32300
32301         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
32302         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32303
32304 2006-03-08  Simon Josefsson  <jas@extundo.com>
32305
32306         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
32307         signal that configure disabled the device.
32308
32309 2006-03-08  Simon Josefsson  <jas@extundo.com>
32310
32311         * build-aux/maint.mk: Fix refresh-po, to handle no translated
32312         languages.
32313
32314 2006-03-07  Simon Josefsson  <jas@extundo.com>
32315
32316         * modules/getopt (Depends-on): Add unistd.
32317
32318         * modules/unistd: New file.
32319
32320 2006-03-07  Simon Josefsson  <jas@extundo.com>
32321
32322         * modules/gc-random: New file.
32323
32324 2006-03-07  Simon Josefsson  <jas@extundo.com>
32325
32326         * m4/unistd_h.m4: New file.
32327
32328 2006-03-07  Simon Josefsson  <jas@extundo.com>
32329
32330         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
32331         test to be side-effect free by storing the result in the cache
32332         variable gl_cv_lib_readline, and moving the assignment of
32333         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
32334         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32335
32336 2006-03-07  Simon Josefsson  <jas@extundo.com>
32337
32338         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
32339         error on missing devices (the functions will return an error).
32340
32341         * m4/gc.m4: Move random stuff to gc-random.m4
32342
32343 2006-03-07  Simon Josefsson  <jas@extundo.com>
32344
32345         * lib/unistd_.h: New file.
32346
32347 2006-03-07  Simon Josefsson  <jas@extundo.com>
32348
32349         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
32350
32351 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32352
32353         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
32354         Problem reported by Juan Manuel Guerrero.
32355
32356 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32357
32358         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
32359         the unistd module.
32360         * lib/getlogin_r.c: Likewise.
32361         * lib/getlogin_r.h: Likewise.
32362         * lib/glob.c: Likewise.
32363         * lib/pagealign_alloc.c: Likewise.
32364         * lib/unistd_.h: Remove; no longer needed.
32365
32366 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32367
32368         * MODULES.html.sh (Support for systems lacking POSIX:2001):
32369         Add unistd.
32370         * modules/c-stack (Depends-on): Add unistd.
32371         * modules/getlogin_r: Likewise.
32372         * modules/glob: Likewise.
32373         * modules/pagealign_alloc: Likewise.
32374         * modules/unistd (Files): Remove lib/unistd_.h.
32375         (EXTRA_DIST): Remove.
32376         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
32377         need unistd_.h.
32378         (MOSTLYCLEANFILES): Remove unistd.h-t.
32379
32380 2006-03-03  Simon Josefsson  <jas@extundo.com>
32381
32382         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
32383
32384 2006-03-03  Simon Josefsson  <jas@extundo.com>
32385
32386         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
32387         libidn and bison.
32388
32389 2006-03-03  Simon Josefsson  <jas@extundo.com>
32390
32391         * build-aux/maint.mk: Add indent target.
32392
32393 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
32394
32395         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
32396         our replacement poll.h in any case, to avoid a differing
32397         declaration from a system header.  Seen on AIX.
32398
32399 2006-03-01  Simon Josefsson  <jas@extundo.com>
32400
32401         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
32402         <kasal@ucw.cz>.
32403
32404 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32405
32406         * modules/gettime (Depends-on): Add extensions module.
32407         * modules/nanosleep (Depends-on): Likewise.
32408         * modules/settime (Depends-on): Likewise.
32409
32410 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32411
32412         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
32413         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
32414         pedantically.
32415         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
32416         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
32417
32418         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
32419         not "==".  Reported by Ralf Wildenhues.
32420
32421 2006-03-01  Karl Berry  <karl@gnu.org>
32422
32423         * doc/Copyright/request-*: new files, synced from gnuorg.
32424
32425 2006-03-01  Karl Berry  <karl@gnu.org>
32426
32427         * config/srclist.txt (Copyright/*): new entries.
32428
32429 2006-02-28  Simon Josefsson  <jas@extundo.com>
32430
32431         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
32432
32433 2006-02-27  Simon Josefsson  <jas@extundo.com>
32434
32435         * lib/base64.h: Indent #define's.  From Jim Meyering
32436         <jim@meyering.net>.
32437
32438 2006-02-27  Jim Meyering  <jim@meyering.net>
32439
32440         Revert the change of 2006-02-24, so these files can continue
32441         to be sync'd from gettext.
32442         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
32443         of `config.h'.
32444
32445 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32446
32447         * modules/intprops: New file.
32448         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
32449         Add intprops.
32450         * modules/getloadavg (Files): Remove lib/intprops.h.
32451         (Depends-on): Add intprops.
32452         * modules/human: Likewise.
32453         * modules/inttostr: Likewise.
32454         * modules/openat: Likewise.
32455         * modules/sig2str: Likewise.
32456         * modules/userspec: Likewise.
32457         * modules/utimecmp: Likewise.
32458         * modules/xnanosleep: Likewise.
32459         * modules/xstrtol: Likewise.
32460
32461 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
32462
32463         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
32464         * modules/lock-tests (TESTS): Use $(EXEEXT).
32465         * modules/tls-tests: Likewise.
32466         * modules/argp-tests: Likewise.
32467         (check_PROGRAMS): New var, replacing...
32468         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
32469
32470 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32471
32472         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
32473         `config.h'.
32474
32475 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
32476
32477         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
32478
32479 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32480
32481         Sync from coreutils.
32482         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
32483         gl_CHDIR_SAFER.
32484
32485 2006-02-22  Jim Meyering  <jim@meyering.net>
32486
32487         Sync from coreutils.
32488         * m4/chdir-safer.m4: New file.
32489
32490 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
32491
32492         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
32493         AT_FDCWD exceeds INT_MAX.
32494         * lib/openat.h (AT_FDCWD): Likewise.
32495
32496 2006-02-17  Eric Blake  <address@hidden>
32497
32498         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
32499
32500 2006-02-16  Simon Josefsson  <jas@extundo.com>
32501
32502         * modules/getaddrinfo (Depends-on): Add sys_socket.
32503
32504 2006-02-15  Simon Josefsson  <jas@extundo.com>
32505
32506         * build-aux/maint.mk: Add dsyntax-check rule.
32507
32508 2006-02-15  Eric Blake  <ebb9@byu.net>
32509
32510         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
32511         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
32512         'present but cannot compile' warnings on cygwin.
32513         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
32514         use ws2tcpip.h if sys/socket.h works.
32515         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
32516         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
32517
32518 2006-02-14  Simon Josefsson  <jas@extundo.com>
32519
32520         * modules/maintainer-makefile (Files): Rename.
32521
32522         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
32523         and (the local) Makefile.cfg to maint-cfg.mk.
32524
32525         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
32526         to the latter.
32527
32528         * modules/maintainer-makefile: New module.
32529
32530         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
32531         severaly stripped to make it possible to build it up from scratch
32532         with reliable tests.
32533
32534         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
32535         fixes to permit overriding the default actions when configure and
32536         makefile are not available.
32537
32538 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
32539
32540         Sync from coreutils.
32541         * modules/lstat (Depends-on): Don't depend on xalloc.
32542         (License): Change from GPL to LGPL, since this is now simply a
32543         replacement for a libc function.
32544
32545 2006-02-14  Jim Meyering  <jim@meyering.net>
32546
32547         Sync from coreutils.
32548
32549         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
32550         failure on deficient systems, and simplify gnulib lgpl dependencies.
32551         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
32552         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
32553
32554         * lib/xalloc-die.c: Remove unused definition of N_.
32555
32556 2006-02-14  Jim Meyering  <jim@meyering.net>
32557
32558         Sync from coreutils.
32559         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
32560         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
32561         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
32562         double-quote uses of that variable, to accommodate the rare case in
32563         which getmntent is available in none of the libraries checked.  This
32564         happens at least on FreeBSD 5.0.
32565
32566 2006-02-13  Simon Josefsson  <jas@extundo.com>
32567
32568         * gnulib-tool (Usage): Fix --import, from
32569         karl@freefriends.org (Karl Berry).
32570
32571 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
32572
32573         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
32574
32575 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
32576
32577         * lib/argp-namefrob.h: Restore changes accidentally lost during the
32578         "autoupdate" on 2005-12-12.
32579
32580 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
32581
32582         * modules/closeout (Depends-on): Remove atexit.
32583
32584 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
32585
32586         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
32587         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
32588
32589 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
32590
32591         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
32592         __EXTENSIONS__ if this causes compilation to fail.  Problem
32593         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
32594         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
32595
32596 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
32597
32598         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
32599         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
32600         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
32601         All uses changed.
32602
32603 2006-01-26  Simon Josefsson  <jas@extundo.com>
32604
32605         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
32606         prototype is visible on mingw32.
32607
32608         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
32609         for mingw32.
32610
32611         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
32612         mingw32).
32613
32614 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
32615
32616         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
32617         attempt to open for write; this always fails, at least on POSIX
32618         hosts.  This reinstates the 2006-01-09 change, which was
32619         inadvertently removed.
32620
32621 2006-01-26  Bruno Haible  <bruno@clisp.org>
32622
32623         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
32624         Reported by Paul Eggert.
32625
32626 2006-01-26  Bruno Haible  <bruno@clisp.org>
32627             Paul Eggert  <eggert@cs.ucla.edu>
32628
32629         * lib/stdbool_.h (_Bool)
32630         [(! (defined __cplusplus || defined __BEOS__)
32631           && !defined __GNUC__
32632           && !(defined __HP_cc || defined __xlc__
32633                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
32634                || defined __sgi))]:
32635         #define to signed char in these cases too; this simplifies
32636         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
32637         etc., separately) and makes it more conservative.
32638
32639 2006-01-25  Simon Josefsson  <jas@extundo.com>
32640
32641         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
32642         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
32643         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
32644
32645 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
32646
32647         * lib/argp-namefrob.h: Bugfix. Remove stray #
32648
32649 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
32650
32651         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
32652         so that we test the test.
32653         Check for yet another HP-UX cc bug involving *bool |= bool.
32654
32655 2006-01-25  Karl Berry  <karl@gnu.org>
32656
32657         * config/srclist.txt (vasnprintf.c): sync lost.
32658
32659 2006-01-25  Jim Meyering  <jim@meyering.net>
32660
32661         Sync from the stable (b5) branch of coreutils:
32662
32663         * lib/fts.c (fts_children): Don't let close() clobber errno from
32664         failed fchdir().
32665
32666         * lib/fts.c (fts_stat): When following a symlink-to-directory,
32667         don't necessarily interpret stat-fails+lstat-succeeds as indicating
32668         a dangling symlink.  That can also happen at least for ELOOP.
32669         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
32670         FYI, this bug predates the inclusion of fts.c in coreutils.
32671
32672         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
32673         in their own block, so pre-c99 compilers don't object.
32674
32675         Avoid the double-free (first in fts_read, second in fts_close) that
32676         would occur when an `active' directory is made inaccessible (e.g.,
32677         via chmod a-x) during a traversal.
32678         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
32679         before returning.  Reproduce this failure by
32680         mkdir -p a/b; cd a; chmod a-x . b
32681         Reported by Stavros Passas.
32682
32683 2006-01-25  Jim Meyering  <jim@meyering.net>
32684
32685         * lib/fileblocks.c: Remove more useless parentheses.
32686         * lib/readutmp.h: Likewise.
32687
32688 2006-01-25  Bruno Haible  <bruno@clisp.org>
32689
32690         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
32691         warnings.
32692         Reported by Paul Eggert.
32693
32694 2006-01-25  Bruno Haible  <bruno@clisp.org>
32695
32696         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
32697         rid of a trap command. For Solaris sh.
32698         Reported by Mark D. Baushke <mdb@gnu.org>.
32699
32700 2006-01-24  Simon Josefsson  <jas@extundo.com>
32701
32702         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
32703         Bruno.
32704
32705 2006-01-24  Karl Berry  <karl@gnu.org>
32706
32707         * config/srclist.txt (argp-namefrob.h): sync lost.
32708
32709 2006-01-24  Jim Meyering  <jim@meyering.net>
32710
32711         * modules/openat (Files): Add lib/intprops.h.
32712         From Mark D. Baushke.
32713
32714 2006-01-24  Jim Meyering  <jim@meyering.net>
32715
32716         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
32717         Reported by Mark D. Baushke.
32718
32719 2006-01-24  Jim Meyering  <jim@meyering.net>
32720
32721         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
32722
32723 2006-01-24  Bruno Haible  <bruno@clisp.org>
32724
32725         * modules/strnlen (Maintainer): Change from glibc to all.
32726
32727 2006-01-24  Bruno Haible  <bruno@clisp.org>
32728
32729         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
32730         Patch by Paul Eggert.
32731
32732 2006-01-24  Bruno Haible  <bruno@clisp.org>
32733
32734         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
32735         already has it.
32736         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
32737         2005-11-26.
32738
32739         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
32740         'signed char' to avoid problems with the built-in _Bool type.
32741         Reported by Paul Eggert on 2005-11-26.
32742
32743 2006-01-24  Bruno Haible  <bruno@clisp.org>
32744
32745         * gnulib-tool (func_import): Avoid constructing complicated sed
32746         expressions inside backquote.
32747         Report and solution by Mark D. Baushke <mdb@gnu.org>.
32748
32749 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
32750
32751         These changes imported from libc.
32752         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
32753         test and two separate function calls.
32754         * lib/strndup.c (__strndup): Add libc_hidden_def.
32755
32756 2006-01-23  Simon Josefsson  <jas@extundo.com>
32757
32758         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
32759         Remove the test_*_SOURCES variable: automake infers it by default.
32760         * modules/tls-tests: Likewise.
32761
32762 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
32763
32764         Work around porting bugs reported by Dieter in
32765         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
32766         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
32767         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
32768         Include "getopt.h" first, to check interface.
32769         (getenv): Declare only if defined HAVE_DECL_GETENV &&
32770         !HAVE_DECL_GETENV.
32771         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
32772         (__strndup): Revert to K&R-style function dfns, the glibc style.
32773         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
32774         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
32775         Include strnlen.h first, to get prototype properly.
32776         (strnlen): Renamed from __strnlen.
32777         Remove weak alias.
32778
32779 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
32780
32781         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
32782
32783 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
32784
32785         * config/srclist.txt: Adjust to reflect glibc reorganization.
32786         This affects only comments.
32787
32788 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
32789
32790          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
32791          Reported by Bruce Korb <bkorb@gnu.org>.
32792
32793 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
32794
32795         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
32796         to pacify gcc -Wswitch-default.
32797
32798 2006-01-22  Bruno Haible  <bruno@clisp.org>
32799
32800         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
32801         temporary buffer for sprintf, take into account the precision also
32802         for 'd', 'i', 'u', 'o', 'x', 'X'.
32803
32804 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
32805
32806         * modules/argp-tests: New module
32807         * tests/test-argp.c: New file
32808         * tests/test-argp-2.sh: New file
32809
32810 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
32811
32812         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
32813         (__argp_base_name): Removed
32814         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
32815         typo.
32816         (__argp_base_name): Provide macro definition or extern declaration
32817         depending on the configuration
32818
32819 2006-01-20  Simon Josefsson  <jas@extundo.com>
32820
32821         * modules/inet_ntop (Depends-on): Depend on sys_socket.
32822
32823 2006-01-20  Simon Josefsson  <jas@extundo.com>
32824
32825         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
32826
32827 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
32828
32829         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
32830         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
32831         Suggested by Bruno Haible.
32832
32833 2006-01-20  Karl Berry  <karl@gnu.org>
32834
32835         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
32836         until changes propagate, I guess.
32837
32838 2006-01-19  Simon Josefsson  <jas@extundo.com>
32839
32840         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
32841
32842 2006-01-19  Simon Josefsson  <jas@extundo.com>
32843
32844         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
32845
32846 2006-01-19  Simon Josefsson  <jas@extundo.com>
32847
32848         * gnulib-tool: Set check_PROGRAMS.
32849
32850         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
32851         modules/des-tests, modules/gc-arcfour-tests,
32852         modules/gc-arctwo-tests, modules/gc-des-tests,
32853         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
32854         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
32855         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
32856         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
32857         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
32858         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
32859         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
32860         test_*_SOURCES.
32861
32862 2006-01-18  Simon Josefsson  <jas@extundo.com>
32863
32864         * modules/socklen (Depends-on): Depend on sys_socket.
32865
32866 2006-01-18  Simon Josefsson  <jas@extundo.com>
32867
32868         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
32869         modules/des-tests, modules/gc-arcfour-tests,
32870         modules/gc-arctwo-tests, modules/gc-des-tests,
32871         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
32872         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
32873         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
32874         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
32875         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
32876         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
32877         $(EXEEXT) to automake TESTS variable, for mingw32.
32878
32879 2006-01-17  Simon Josefsson  <jas@extundo.com>
32880
32881         * modules/socklen (Include): Need sys/socket.h.
32882
32883 2006-01-17  Bruno Haible  <bruno@clisp.org>
32884
32885         * modules/ssize_t (Include): Add <sys/types.h>.
32886
32887 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
32888
32889         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
32890         it's not portable and it doesn't work with cross-compiles.
32891         Problem reported by Bruno Haible.  Fix missing-$ typo in
32892         'test "gl_cv_ignore_unused_libraries" ...' that prevented
32893         -zignore from being used with Sun's C compiler.
32894
32895 2006-01-12  Simon Josefsson  <jas@extundo.com>
32896
32897         * lib/base64.c: Fix warning, reported by Bruno Haible
32898         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
32899
32900 2006-01-12  Bruno Haible  <bruno@clisp.org>
32901
32902         * modules/ldd: New file.
32903         * build-aux/ldd.sh.in: New file.
32904         * MODULES.html.sh (Support for building libraries and executables): Add
32905         ldd.
32906
32907 2006-01-12  Bruno Haible  <bruno@clisp.org>
32908
32909         * m4/ldd.m4: New file.
32910
32911 2006-01-12  Bruno Haible  <bruno@clisp.org>
32912
32913         * gnulib-tool (func_import, func_create_testdir): Don't go into an
32914         endless loop while replacing $auxdir with build-aux.
32915
32916 2006-01-11  Simon Josefsson  <jas@extundo.com>
32917
32918         * lib/stdint_.h (SIZE_MAX): Add missing (.
32919
32920 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
32921
32922         Sync from coreutils.
32923         * lib/md5.c: Fix commentary typos.
32924         (alignof, UNALIGNED_P): No need for a GCC-specific version.
32925         * lib/md5.h (__attribute__): Remove; unused.
32926         * lib/sha1.c: Fix commentary to match md5 better.
32927         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
32928         so that we don't need to worry about alignment.  All uses changed.
32929         This merges the 2005-10-28 md5 change into sha1.
32930
32931 2006-01-11  Jim Meyering  <jim@meyering.net>
32932
32933         Sync from coreutils.
32934         * lib/md5.c (OP): Fix spacing.
32935
32936 2006-01-11  Bruno Haible  <bruno@clisp.org>
32937
32938         Ensure automatic ordering between gl_LOCK and gl_ARGP.
32939         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
32940         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
32941
32942 2006-01-11  Bruno Haible  <bruno@clisp.org>
32943
32944         Ensure automatic ordering between gl_LOCK and gl_ARGP.
32945         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
32946         the "early" section as well.
32947
32948 2006-01-11  Bruno Haible  <bruno@clisp.org>
32949
32950         Avoid "ar: no archive members specified" error on MacOS X.
32951         * gnulib-tool (func_modules_add_dummy): New function.
32952         (func_import, func_create_testdir): Invoke it.
32953
32954 2006-01-11  Bruno Haible  <bruno@clisp.org>
32955
32956         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
32957         with $auxdir in AC_CONFIG_FILES statements.
32958
32959 2006-01-11  Bruno Haible  <bruno@clisp.org>
32960
32961         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32962         Initialize also noinst_HEADERS to empty.
32963
32964 2006-01-11  Bruno Haible  <bruno@clisp.org>
32965
32966         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
32967         variables.
32968         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
32969         autoreconf.
32970
32971 2006-01-11  Bruno Haible  <bruno@clisp.org>
32972
32973         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
32974         overridable by the user.
32975         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32976
32977 2006-01-10  Simon Josefsson  <jas@extundo.com>
32978
32979         * modules/sys_socket: New file.
32980
32981 2006-01-10  Simon Josefsson  <jas@extundo.com>
32982
32983         * m4/sys_socket_h.m4: New file.
32984
32985 2006-01-10  Simon Josefsson  <jas@extundo.com>
32986
32987         * lib/socket_.h: New file.
32988
32989 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
32990
32991         * modules/readutmp (Maintainer): Add myself.
32992
32993 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
32994
32995         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
32996         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
32997         People who are still concerned with buggy memcmp implementations
32998         can invoke gl_FUNC_MEMCMP themselves.
32999
33000 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33001
33002         * lib/regex_internal.h (BITSET_WORD_BITS):
33003         Work around a bug in 64-bit PGC (before version 6.1-2), where the
33004         preprocessor mishandles large unsigned values as if they were signed.
33005         Problem reported by Claudio Fontana in
33006         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
33007
33008 2006-01-10  Jim Meyering  <jim@meyering.net>
33009
33010         Avoid the double-free (first in fts_read, second in fts_close) that
33011         would occur when an `active' directory is made inaccessible (e.g.,
33012         via chmod a-x) during a traversal.
33013         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
33014         before returning.  Reproduce this failure by
33015         mkdir -p a/b; cd a; chmod a-x . b
33016         Reported by Stavros Passas.
33017
33018         Sync from coreutils.
33019         * lib/sha1.c: Tweak grammar in a comment.
33020
33021 2006-01-10  Jim Meyering  <jim@meyering.net>
33022
33023         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
33024         Patch by Joerg Sonnenberger.
33025
33026 2006-01-10  Bruno Haible  <bruno@clisp.org>
33027
33028         * modules/readutmp: Depend on module free.
33029         * modules/strtok_r: Depend on module restrict.
33030
33031 2006-01-10  Bruno Haible  <bruno@clisp.org>
33032
33033         * modules/gettext (configure.ac): Add an invocation of
33034         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
33035
33036 2006-01-10  Bruno Haible  <bruno@clisp.org>
33037
33038         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
33039         Reported by Werner Lemberg <wl@gnu.org>.
33040
33041 2006-01-10  Bruno Haible  <bruno@clisp.org>
33042
33043         * lib/localcharset.c: Update from GNU gettext.
33044
33045 2006-01-10  Bruno Haible  <bruno@clisp.org>
33046
33047         * lib/argp.h (__const): Remove macro. Use const instead.
33048         * lib/argp-fmtstream.h (__const): Likewise.
33049         * lib/glob_.h (__const): Remove macro.
33050         * lib/glob-libc.h: Use const instead of __const.
33051
33052 2006-01-10  Bruno Haible  <bruno@clisp.org>
33053
33054         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
33055         variable.
33056         Needed to avoid an automake error regarding the 'gettext' module.
33057
33058 2006-01-09  Simon Josefsson  <jas@extundo.com>
33059
33060         * modules/inet_ntop (Depends-on): Add restrict.
33061
33062 2006-01-09  Simon Josefsson  <jas@extundo.com>
33063
33064         * modules/gc-rijndael-tests (License): Put under LGPL.
33065
33066         * modules/gc-des-tests (License): Likewise.
33067
33068         * modules/gc-arcfour-tests (License): Likewise.
33069
33070         * modules/gc-arctwo-tests (License): Likewise.
33071
33072         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
33073
33074         * modules/gc-hmac-sha1-tests (Files): Likewise.
33075
33076         * modules/gc-hmac-md5-tests (License): Likewise.
33077
33078         * modules/gc-sha1-tests (License): Likewise.
33079
33080         * modules/gc-md5-tests (License): Likewise.
33081
33082         * modules/gc-md4-tests (License): Likewise.
33083
33084         * modules/gc-md2-tests (License): Likewise.
33085
33086         * modules/gc-tests (License): Likewise.
33087
33088         * modules/des-tests (License): Likewise.
33089
33090         * modules/md4-tests (License): Likewise.
33091
33092         * modules/md2-tests (License): Likewise.
33093
33094 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33095
33096         Sync from coreutils:
33097
33098         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
33099         * modules/lib-ignore: New file.
33100         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
33101         chdir-safer.m4, lchmod.m4.
33102         * modules/openat: Add mkdirat.c, openat-priv.h.
33103
33104 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33105
33106         Sync from coreutils.
33107         * m4/lib-ignore.m4: New file.
33108         * m4/lchmod.m4: New file.
33109
33110 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33111
33112         Sync from coreutils.
33113         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
33114         for write access: POSIX says that must fail.
33115         * lib/fts.c (diropen): Likewise.
33116         * lib/save-cwd.c (save_cwd): Likewise.
33117         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
33118         well, for minor improvements on hosts that lack O_DIRECTORY.
33119         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
33120         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
33121         Fall back on chown if open failed with EACCES.
33122
33123         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
33124         Report an error at compile-time if only a 1-second nominal clock
33125         resolution is found.
33126
33127         * lib/lchmod.h: New file.
33128         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
33129         (make_dir_parents): Use lchown rather than chown, and
33130         lchmod rather than chmod.
33131
33132         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
33133         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
33134         "proc" reported by n0dalus.
33135
33136         * lib/mountlist.c: Include <limits.h>.
33137         (dev_from_mount_options)
33138         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
33139         New function.  It no longer assumes "dev=" has the System V meaning
33140         on Linux (since it doesn't).  It also parses "dev=" more carefully.
33141         (read_file_system_list)
33142         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
33143         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
33144         dev= in that case.
33145
33146         * lib/posixtm.h (PDS_PRE_2000): New macro.
33147         * lib/posixtm.c (year): Arg is now syntax_bits rather than
33148         allow_century.  All usages changed.  Reject dates outside the range
33149         1969-1999 if PDS_PRE_2000 is used.
33150
33151 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33152
33153         Sync from coreutils.
33154         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
33155         (Time of day items): Mention the possibility of leap seconds.
33156         Problem reported by Dr. David Alan Gilbert.
33157
33158 2006-01-09  Jim Meyering  <jim@meyering.net>
33159
33160         Sync from coreutils.
33161
33162         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
33163
33164         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
33165
33166         * lib/modechange.c (mode_compile): Reject an invalid mode string
33167         that starts with an octal digit.  From Andreas Gruenbacher.
33168
33169         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
33170         and dup to open_safer and dup_safer, respectively.
33171         (openat_permissive): Fix typo in comment.
33172
33173         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
33174         "gettext.h"; either no longer needed or are guaranteed by openat.h.
33175         (_): Remove; no longer needed.
33176         (openat): Renamed from rpl_openat; no need for rpl_openat
33177         since openat.h renames openat for us.
33178         Replace most of the body with a call to openat_permissive,
33179         to avoid duplicate code.
33180         Port to (probably hypothetical) environments were mode_t is
33181         wider than int.
33182         (openat_permissive): Require mode arg, so that we can check
33183         types better.  Put it just after flags.  Change cwd failure
33184         indicator from pointer-to-bool to pointer-to-errno-value.
33185         All callers changed.
33186         Invoke openat_save_fail and/or openat_restore_fail if
33187         cwd_errno is null, so that openat can call us.
33188         (openat_permissive, fdopendir, fstatat, unlinkat):
33189         Simplify errno handling to avoid some duplicate code,
33190         as it's OK to set errno on success.
33191         * lib/openat.h: Revamp code so that function macros depend on
33192         __OPENAT_PREFIX only, not also on AT_FDCWD.
33193         (openat_ro): Remove.  Caller changed to use openat_permissive.
33194         (openat_permissive): Now a macro, if not a function.
33195         (openat_restore_fail, openat_save_fail): Now always functions,
33196         since mkdirat needs them even if __OPENAT_PREFIX is defined.
33197
33198         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
33199         and openat.c.
33200         * lib/mkdirat.c: Include openat-priv.h.
33201         Remove definitions of macros defined therein.
33202         * lib/openat.c: Likewise.
33203
33204         * lib/mkdirat.c (mkdirat): New file and function.
33205         * lib/openat.h (mkdirat): Declare.
33206
33207         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
33208
33209         * lib/openat.h (openat_permissive): Declare.
33210         (openat_ro): Define.
33211
33212         * lib/openat.c (EXPECTED_ERRNO): New macro.
33213         (openat_permissive): New function -- used in remove.c rewrite.
33214         (all functions): Set errno just before returning, only if there
33215         was an actual failure.
33216         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
33217
33218         Emulate openat-family functions using Linux's procfs, if possible.
33219         Idea and some code based on Ulrich Drepper's glibc changes.
33220
33221         * lib/openat.c: (BUILD_PROC_NAME): New macro.
33222         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
33223         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
33224         before falling back on save_cwd and restore_cwd.
33225         (fdopendir, fstatat, unlinkat): Likewise.
33226
33227         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
33228         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
33229
33230         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
33231         as second argument to va_arg.  Otherwise, some versions of gcc
33232         warn that `if this code is reached, the program will abort'.
33233
33234 2006-01-09  Jim Meyering  <jim@meyering.net>
33235
33236         Sync from coreutils.
33237         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
33238         Require openat-priv.h.
33239
33240 2006-01-09  Bruno Haible  <bruno@clisp.org>
33241
33242         * modules/strnlen (Include): Use strnlen.h.
33243
33244 2006-01-09  Bruno Haible  <bruno@clisp.org>
33245
33246         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
33247
33248 2006-01-09  Bruno Haible  <bruno@clisp.org>
33249
33250         * lib/sysexit_.h (EX_OK): New macro.
33251         Suggested by Martin Lambers <marlam@marlam.de>.
33252
33253 2006-01-09  Bruno Haible  <bruno@clisp.org>
33254
33255         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
33256         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
33257
33258 2006-01-09  Bruno Haible  <bruno@clisp.org>
33259
33260         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
33261         numbers.
33262
33263 2006-01-09  Bruno Haible  <bruno@clisp.org>
33264
33265         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
33266         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
33267         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
33268         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
33269
33270 2006-01-09  Bruno Haible  <bruno@clisp.org>
33271
33272         * build-aux/javacomp.sh.in: New file, moved from lib/.
33273         * modules/javacomp-script (Files): Update.
33274         (configure.ac): Add AC_CONFIG_FILES invocation.
33275         (EXTRA_DIST): Remove variable.
33276
33277         * build-aux/javaexec.sh.in: New file, moved from lib/.
33278         * modules/javaexec (Files): Update.
33279         (configure.ac): Add AC_CONFIG_FILES invocation.
33280         (EXTRA_DIST): Remove javaexec.sh.in.
33281
33282         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
33283         * modules/csharpcomp-script (Files): Update.
33284         (configure.ac): Add AC_CONFIG_FILES invocation.
33285         (EXTRA_DIST): Remove variable.
33286
33287         * build-aux/csharpexec.sh.in: New file, moved from lib/.
33288         * modules/csharpexec (Files): Update.
33289         (configure.ac): Add AC_CONFIG_FILES invocation.
33290         (EXTRA_DIST): Remove csharpexec.sh.in.
33291
33292 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
33293
33294         Sync from coreutils.
33295
33296         Add POSIX ACL support
33297         * lib/acl.h (copy_acl, set_acl): Add declarations.
33298         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
33299         systems other than Linux.
33300         (chmod_or_fchmod): New function: use fchmod when possible,
33301         and chmod otherwise.
33302         (file_has_acl): Add a POSIX ACL implementation, with a
33303         Linux-specific subcase.
33304         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
33305         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
33306         acls are unsupported.
33307         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
33308         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
33309         are unsupported.
33310
33311 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
33312
33313         Sync from coreutils.
33314         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
33315
33316 2006-01-07  Bruno Haible  <bruno@clisp.org>
33317
33318         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
33319         gl_EARLY.
33320
33321 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33322
33323         * lib/strftime.c (tzname): Don't declare if it is already #defined.
33324         Problem reported for Mingw by Mark Junker.
33325
33326 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33327
33328         * README: Gnulib normally doesn't generate a tarball.
33329
33330 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
33331
33332         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
33333         long int, not int, for nanosecond counts, so that people who are
33334         used to POSIX struct timespec won't be surprised.  Reported by Jim
33335         Meyering.
33336
33337 2005-12-28  Bruno Haible  <bruno@clisp.org>
33338
33339         * build-aux/config.rpath: Update from GNU gettext.
33340
33341 2005-12-16  Jim Meyering  <jim@meyering.net>
33342
33343         * modules/fprintftime: New module.
33344         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
33345
33346 2005-12-16  Jim Meyering  <jim@meyering.net>
33347
33348         * m4/fprintftime.m4: New file.
33349
33350 2005-12-16  Jim Meyering  <jim@meyering.net>
33351
33352         * lib/fprintftime.c, lib/fprintftime.h: New files.
33353
33354 2005-12-15  Simon Josefsson  <jas@extundo.com>
33355
33356         * modules/socklen (configure.ac): Fix M4 macro name, to align with
33357         new m4/socklen.m4.
33358
33359 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33360
33361         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
33362         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
33363
33364 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33365
33366         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
33367         * lib/argp-help.c (fill_in_uparams): Check if the constructed
33368         struct uparams is valid. Fall back to the default values if it is
33369         not.
33370
33371 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33372
33373         * modules/argp (Files): Add argp-pin.c
33374         (Depends-on): dirname
33375         (lib_SOURCES): Add argp-pin.c
33376
33377 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33378
33379         * m4/argp.m4:  Check if program_invocation_name and
33380         program_invocation_short_name are declared and define appropriate
33381         macros if they are not.
33382
33383 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33384
33385         * lib/argp-help.c (__argp_base_name): New function
33386         (__argp_short_program_name): Rewrite using __argp_base_name
33387         * lib/argp-namefrob.h: Define program_invocation_name and
33388         program_invocation_short_name if requested
33389         (__argp_base_name): Add prototype
33390         * lib/argp-parse.c (argp_def): Use gettext wrappers
33391         (argp_default_parser): Use __argp_base_name
33392         * lib/argp-pin.c: New file. Defines program_invocation_name and
33393         program_invocation_short_name on systems that lack them.
33394
33395 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
33396
33397         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
33398         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
33399         porting problem reported by Georg Schwarz in
33400         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
33401
33402 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
33403
33404         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
33405         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
33406         porting problem reported by Georg Schwarz in
33407         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
33408
33409 2005-12-05  Bruno Haible  <bruno@clisp.org>
33410
33411         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
33412         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
33413         Reported by Mark Junker <mjscod@gmx.de>.
33414
33415 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
33416
33417         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
33418         Use implementation from Albert Chin, with some
33419         comments/corrections by Stepan Kasal and myself.
33420
33421 2005-12-02  Bruno Haible  <bruno@clisp.org>
33422
33423         * gnulib-tool (func_import): Accept GPLed build tool modules when
33424         --lgpl is given.
33425         * modules/csharpcomp-script: New file.
33426         * modules/csharpcomp: Depend on it.
33427         * modules/javacomp-script: New file.
33428         * modules/javacomp: Depend on it.
33429         Suggested by Simon Josefsson.
33430
33431 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
33432
33433         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
33434         statement, to work around an HP-UX 10.20 compiler bug reported by
33435         Peter O'Gorman.
33436
33437 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
33438
33439         * modules/savedir (Depends-on): Add openat.
33440
33441 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
33442
33443         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
33444         (uintmax_t) [defined uintmax_t]: Do not declare.
33445         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
33446         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
33447         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
33448         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
33449         sake of portability to weird hosts that C allows (though we don't
33450         know of any practical examples).
33451
33452         * lib/savedir.h (fdsavedir): New decl.
33453         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
33454         contains most of the former guts of savedir.
33455         (savedir): Use savedirstream.
33456         Include "openat.h".
33457
33458 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
33459
33460         * modules/obstack (Files): Add m4/ulonglong.m4.
33461         Problem reported by Davide Angelocola.
33462
33463 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
33464
33465         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
33466         coreutils no longer futzes with rounding modes.
33467
33468 2005-11-14  Jim Meyering  <jim@meyering.net>
33469
33470         * lib/mkstemp-safer.c: Include <config.h>, required for possible
33471         replacement of mkstemp.
33472
33473 2005-11-10  Simon Josefsson  <jas@extundo.com>
33474
33475         * lib/readline.c: Remove EOL.
33476
33477 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33478
33479         * modules/gethrxtime (Depends-on): Add gettime.
33480
33481 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33482
33483         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
33484         or gettimeofday; no longer needed.
33485
33486 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33487
33488         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
33489         time business.
33490         (gethrxtime) [! (HAVE_NANOUPTIME
33491         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
33492         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
33493         our own approximation.
33494
33495 2005-11-08  Eric Blake  <ebb9@byu.net>
33496
33497         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
33498
33499 2005-11-08  Eric Blake  <ebb9@byu.net>
33500
33501         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
33502
33503 2005-11-04  Bruno Haible  <bruno@clisp.org>
33504
33505         * gnulib-tool: Implement --update mode.
33506
33507 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
33508
33509         Fix porting problem reported by Theodoros V. Kalamatianos.
33510         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
33511         Don't assume that futimes failing means we must fail.
33512
33513 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
33514
33515         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
33516         variables to suggest the intended function of the PATH_MAX check.
33517
33518 2005-10-30  Kean Johnston  <jkj@sco.com>
33519
33520         Trivial changes to support SCO systems.
33521         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
33522         as PATH_MAX.
33523         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
33524         where __ptr is null when no I/O is pending.
33525
33526 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
33527
33528         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
33529         leave errno alone.  Problem reported by Dmitry V. Levin.
33530
33531 2005-10-28  Simon Josefsson  <jas@extundo.com>
33532
33533         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
33534         Test more.
33535
33536         * tests/test-gc-md2.c, tests/test-md2.c: New files.
33537
33538         * modules/md2, modules/md2-tests: New files.
33539
33540 2005-10-28  Simon Josefsson  <jas@extundo.com>
33541
33542         * m4/inet_ntop.m4: More tests.
33543
33544         * m4/gc-md2.m4, md2.m4: New file.
33545
33546 2005-10-28  Simon Josefsson  <jas@extundo.com>
33547
33548         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
33549         "restrict" keywords, as per POSIX.  Protect the function
33550         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
33551         Don't use K&R prototypes.  Check the sprintf return values.
33552         Re-define EAFNOSUPPORT if not present.  Indent.
33553
33554         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
33555         suggested by Bruno Haible <bruno@clisp.org>.
33556
33557         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
33558
33559         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
33560
33561         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
33562         libgcrypt).
33563
33564         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
33565
33566         * lib/md2.h, lib/md2.c: New files.
33567
33568 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
33569
33570         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
33571         errno alone.  Problem reported by Frederic Jolliton.
33572
33573 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
33574
33575         * modules/verify (License): Change from GPL to LGPL.  This is a
33576         tiny module and there are apparently near-equivalents that are
33577         under the BSD license.
33578
33579 2005-10-24  Simon Josefsson  <jas@extundo.com>
33580
33581         * modules/sha1: Relicense to LGPL.
33582
33583 2005-10-24  Simon Josefsson  <jas@extundo.com>
33584
33585         * lib/md4.h: Shrink buffer size, now that we changed the type.
33586
33587 2005-10-23  Simon Josefsson  <jas@extundo.com>
33588
33589         * gnulib-tool (func_import): Fix --tests-base.
33590
33591 2005-10-22  Simon Josefsson  <jas@extundo.com>
33592
33593         * modules/arcfour (Depends-on): Need stdint.
33594
33595 2005-10-22  Simon Josefsson  <jas@extundo.com>
33596
33597         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
33598         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
33599
33600 2005-10-22  Simon Josefsson  <jas@extundo.com>
33601
33602         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
33603         suggested by Bruno Haible <bruno@clisp.org>.
33604
33605 2005-10-22  Simon Josefsson  <jas@extundo.com>
33606
33607         * lib/crc.h: Include stddef.h, for size_t.
33608
33609 2005-10-22  Simon Josefsson  <jas@extundo.com>
33610
33611         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
33612         arcfour_context struct (simplify test vector testing in GNU
33613         Shishi).
33614
33615 2005-10-21  Simon Josefsson  <jas@extundo.com>
33616
33617         * modules/des, modules/des-tests: New files.
33618
33619         * modules/gc-des, modules/gc-des-tests: New files.
33620
33621         * tests/test-des.c, tests/test-gc-des.c: New file.
33622
33623 2005-10-21  Simon Josefsson  <jas@extundo.com>
33624
33625         * modules/arctwo, modules/arctwo-tests: New files.
33626
33627         * tests/test-arctwo.c: New file.
33628
33629         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
33630
33631         * tests/test-gc-arctwo.c: New file.
33632
33633 2005-10-21  Simon Josefsson  <jas@extundo.com>
33634
33635         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
33636         Bruno Haible <bruno@clisp.org>.
33637
33638         * m4/gc-des.m4: New file.
33639
33640 2005-10-21  Simon Josefsson  <jas@extundo.com>
33641
33642         * m4/arctwo.m4: New file.
33643
33644         * m4/gc-arctwo.m4: New file.
33645
33646 2005-10-21  Simon Josefsson  <jas@extundo.com>
33647
33648         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
33649         block.
33650
33651 2005-10-21  Simon Josefsson  <jas@extundo.com>
33652
33653         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
33654         <bruno@clisp.org>.
33655
33656         * lib/hmac-sha1.c (hmac_sha1): Likewise.
33657
33658         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
33659         Bruno Haible <bruno@clisp.org>.
33660
33661         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
33662         <bruno@clisp.org>.
33663
33664 2005-10-21  Simon Josefsson  <jas@extundo.com>
33665
33666         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
33667
33668 2005-10-21  Simon Josefsson  <jas@extundo.com>
33669
33670         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
33671
33672 2005-10-21  Simon Josefsson  <jas@extundo.com>
33673
33674         * lib/des.h, lib/des.c: New files.
33675
33676         * lib/gc-gnulib.c: Support DES.c
33677
33678 2005-10-21  Simon Josefsson  <jas@extundo.com>
33679
33680         * lib/arctwo.h, lib/arctwo.c: New files.
33681
33682         * lib/gc-gnulib.c: Support ARCTWO.
33683
33684 2005-10-21  Simon Josefsson  <jas@extundo.com>
33685
33686         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
33687         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33688
33689 2005-10-21  Simon Josefsson  <jas@extundo.com>
33690
33691         * gnulib-tool (func_import, func_create_testdir): Define automake
33692         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
33693         Makefile.am snippet),
33694         suggested by Bruno Haible <bruno@clisp.org>.
33695
33696         * modules/gc (Makefile.am): Use it.
33697
33698 2005-10-21  Bruno Haible  <bruno@clisp.org>
33699
33700         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
33701         patch.
33702
33703 2005-10-19  Simon Josefsson  <jas@extundo.com>
33704
33705         * tests/test-gc-rijndael.c: New file.
33706
33707         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
33708
33709 2005-10-19  Simon Josefsson  <jas@extundo.com>
33710
33711         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
33712         interface too.
33713
33714 2005-10-19  Simon Josefsson  <jas@extundo.com>
33715
33716         * tests/test-gc-arcfour.c: New file.
33717
33718         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
33719
33720 2005-10-19  Simon Josefsson  <jas@extundo.com>
33721
33722         * modules/gc-md4, modules/gc-md4-tests: New file.
33723
33724         * tests/test-gc-md4.c: New file.
33725
33726 2005-10-19  Simon Josefsson  <jas@extundo.com>
33727
33728         * m4/gc-md4.m4: New file.
33729
33730 2005-10-19  Simon Josefsson  <jas@extundo.com>
33731
33732         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
33733         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
33734         <kasal@ucw.cz>.
33735
33736 2005-10-19  Simon Josefsson  <jas@extundo.com>
33737
33738         * m4/gc-arcfour.m4: New file.
33739
33740         * m4/gc-rijndael.m4: New file.
33741
33742 2005-10-19  Simon Josefsson  <jas@extundo.com>
33743
33744         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
33745
33746 2005-10-19  Simon Josefsson  <jas@extundo.com>
33747
33748         * lib/gc-gnulib.c: Support ARCFOUR.
33749
33750 2005-10-19  Simon Josefsson  <jas@extundo.com>
33751
33752         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
33753         support.
33754
33755         * lib/gc.h: Add ECB enum type.
33756
33757         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
33758
33759 2005-10-18  Simon Josefsson  <jas@extundo.com>
33760
33761         * tests/test-md5.c: New file.
33762
33763         * modules/md5-tests: New file.
33764
33765 2005-10-18  Simon Josefsson  <jas@extundo.com>
33766
33767         * tests/test-md4.c: New file.
33768
33769         * modules/md4, modules/md4-tests: New files.
33770
33771 2005-10-18  Simon Josefsson  <jas@extundo.com>
33772
33773         * m4/md4.m4: New file.
33774
33775 2005-10-18  Simon Josefsson  <jas@extundo.com>
33776
33777         * lib/md4.h, lib/md4.c: New files, based on md5.?.
33778
33779 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
33780
33781         * gnulib-tool (func_create_testdir): Omit the second check whether
33782         BUILT_SOURCES in nonempty.
33783
33784 2005-10-17  Simon Josefsson  <jas@extundo.com>
33785
33786         * tests/test-rijndael.c: New file.
33787
33788 2005-10-17  Simon Josefsson  <jas@extundo.com>
33789
33790         * modules/sha1: Depend on stdint instead of md5.
33791
33792         * modules/md5: Depend on stdint, remove uint32_t.
33793
33794 2005-10-17  Simon Josefsson  <jas@extundo.com>
33795
33796         * modules/gc-sha1-tests: New file.
33797
33798         * tests/test-gc-sha1.c: New file.
33799
33800 2005-10-17  Simon Josefsson  <jas@extundo.com>
33801
33802         * m4/md5.m4: Remove call to uint32_t.m4.
33803
33804 2005-10-17  Simon Josefsson  <jas@extundo.com>
33805
33806         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
33807
33808         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
33809         md5.h.
33810
33811         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
33812
33813         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
33814
33815 2005-10-17  Simon Josefsson  <jas@extundo.com>
33816
33817         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
33818
33819 2005-10-17  Simon Josefsson  <jas@extundo.com>
33820
33821         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
33822
33823 2005-10-17  Simon Josefsson  <jas@extundo.com>
33824
33825         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
33826
33827         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
33828
33829 2005-10-17  Bruno Haible  <bruno@clisp.org>
33830
33831         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
33832         that it can also be used in a test.
33833
33834 2005-10-16  Bruno Haible  <bruno@clisp.org>
33835
33836         * gnulib-tool (func_emit_tests_Makefile_am): Also define
33837         TESTS_ENVIRONMENT, so that individual tests can augment it.
33838
33839         * gnulib-tool (func_create_testdir): Use an intermediate target for
33840         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
33841         macros, like $(ALLOCA_H), which cannot be passed through the command
33842         line.
33843
33844 2005-10-15  Simon Josefsson  <jas@extundo.com>
33845
33846         * modules/rijndael-tests: New file.
33847
33848         * modules/rijndael: New file.
33849
33850 2005-10-15  Simon Josefsson  <jas@extundo.com>
33851
33852         * m4/rijndael.m4: New file.
33853
33854 2005-10-15  Simon Josefsson  <jas@extundo.com>
33855
33856         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
33857
33858         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
33859
33860 2005-10-14  Simon Josefsson  <jas@extundo.com>
33861
33862         * tests/test-arcfour.c: New file.
33863
33864         * modules/arcfour, modules/arcfour-tests: New files.
33865
33866 2005-10-14  Simon Josefsson  <jas@extundo.com>
33867
33868         * m4/arcfour.m4: New file.
33869
33870 2005-10-14  Simon Josefsson  <jas@extundo.com>
33871
33872         * lib/arcfour.h, lib/arcfour.c: New files.
33873
33874 2005-10-14  Roland McGrath  <roland@redhat.com>
33875
33876         Import from libc.  [BZ #1331]
33877         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
33878         macro argument.
33879         Reported by Matej Vela <vela@debian.org>.
33880
33881 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
33882
33883         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
33884         include <wchar.h>; no longer needed.
33885
33886 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
33887
33888         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
33889
33890 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
33891         and  Ulrich Drepper  <drepper@redhat.com>
33892
33893         Import from libc.
33894         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
33895         instead of inline stream orientation test and two separate
33896         function calls.  Pay no attention to USE_IN_LIBIO.
33897
33898 2005-10-13  Simon Josefsson  <jas@extundo.com>
33899
33900         * modules/gc-hmac-md5-tests: New file.
33901
33902         * tests/test-gc-hmac-sha1.c: New file.
33903
33904         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
33905
33906         * modules/gc-hmac-md5-tests: New file.
33907
33908         * tests/test-gc-md5.c: New file.
33909
33910         * modules/gc-md5-tests: New file.
33911
33912 2005-10-13  Simon Josefsson  <jas@extundo.com>
33913
33914         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
33915         Move memory allocation outside of loop.
33916
33917 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
33918
33919         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
33920         intermediate directory is in a read-only file system.  Problem
33921         reported by Eric Blake.
33922
33923 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
33924
33925         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
33926
33927 2005-10-12  Simon Josefsson  <jas@extundo.com>
33928
33929         * tests/test-hmac-sha1.c: New file.
33930
33931         * modules/hmac-sha1-tests: New file.
33932
33933         * modules/hmac-sha1: New file.
33934
33935 2005-10-12  Simon Josefsson  <jas@extundo.com>
33936
33937         * modules/gc-sha1: New file.
33938
33939 2005-10-12  Simon Josefsson  <jas@extundo.com>
33940
33941         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
33942
33943         * tests/test-gc-pbkdf2-sha1.c: New file.
33944
33945 2005-10-12  Simon Josefsson  <jas@extundo.com>
33946
33947         * modules/gc-md5, modules/gc-hmac-md5: New files.
33948
33949         * modules/gc (Files): Remove md5, memxor and hmac files.
33950
33951 2005-10-12  Simon Josefsson  <jas@extundo.com>
33952
33953         * m4/gc-pbkdf2-sha1.m4: New file.
33954
33955         * m4/gc-hmac-sha1.m4: New file.
33956
33957         * m4/gc-sha1: New file.
33958
33959         * m4/hmac-sha1.m4: New file.
33960
33961 2005-10-12  Simon Josefsson  <jas@extundo.com>
33962
33963         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
33964
33965         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
33966
33967 2005-10-12  Simon Josefsson  <jas@extundo.com>
33968
33969         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
33970         suggested by Bruno Haible <bruno@clisp.org>.
33971
33972 2005-10-12  Simon Josefsson  <jas@extundo.com>
33973
33974         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
33975
33976 2005-10-12  Simon Josefsson  <jas@extundo.com>
33977
33978         * lib/gc-pbkdf2-sha1.c: New file.
33979
33980         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
33981
33982 2005-10-12  Simon Josefsson  <jas@extundo.com>
33983
33984         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
33985
33986         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
33987
33988 2005-10-12  Simon Josefsson  <jas@extundo.com>
33989
33990         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
33991         GC_USE_HMAC_MD5, respectively.
33992
33993         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
33994         (gc_md5): Fix typo.
33995
33996         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
33997
33998         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
33999
34000         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
34001
34002 2005-10-12  Bruno Haible  <bruno@clisp.org>
34003
34004         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
34005         Reported by Stepan Kasal <kasal@ucw.cz>.
34006
34007 2005-10-11  Simon Josefsson  <jas@extundo.com>
34008
34009         * tests/test-crc.c: New file.
34010
34011         * modules/crc, modules/crc-tests: New files.
34012
34013 2005-10-11  Simon Josefsson  <jas@extundo.com>
34014
34015         * m4/crc.m4: New file.
34016
34017 2005-10-11  Simon Josefsson  <jas@extundo.com>
34018
34019         * lib/gc.h: Add gc_hash and gc_hash_buffer.
34020
34021         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
34022
34023         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
34024
34025 2005-10-11  Simon Josefsson  <jas@extundo.com>
34026
34027         * lib/crc.h, lib/crc.c: New files.
34028
34029         * lib/gc.h (gc_hash_buffer): Add doc.
34030
34031 2005-10-11  Bruno Haible  <bruno@clisp.org>
34032
34033         * modules/c-strcasestr: New file.
34034         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
34035
34036 2005-10-11  Bruno Haible  <bruno@clisp.org>
34037
34038         * modules/c-strcase: New file.
34039         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
34040
34041 2005-10-11  Bruno Haible  <bruno@clisp.org>
34042
34043         * lib/strcasecmp.c: Include limits.h.
34044         (strcasecmp): Avoid integer overflow on exotic platforms.
34045         * lib/strncasecmp.c: Include limits.h.
34046         (strncasecmp): Avoid integer overflow on exotic platforms.
34047         Reported by Paul Eggert.
34048
34049 2005-10-11  Bruno Haible  <bruno@clisp.org>
34050
34051         * lib/c-strcasestr.h: New file, from GNU gettext.
34052         * lib/c-strcasestr.c: New file, from GNU gettext.
34053
34054 2005-10-11  Bruno Haible  <bruno@clisp.org>
34055
34056         * lib/c-strcase.h: New file, from GNU gettext.
34057         * lib/c-strcasecmp.c: New file, from GNU gettext.
34058         * lib/c-strncasecmp.c: New file, from GNU gettext.
34059
34060 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
34061
34062         * modules/mempcpy (License): GPL -> LGPL.
34063         * modules/strchrnul (License): Likewise.
34064         * modules/sysexits (License): Likewise.
34065
34066 2005-10-08  Simon Josefsson  <jas@extundo.com>
34067
34068         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
34069
34070 2005-10-07  Simon Josefsson  <jas@extundo.com>
34071
34072         * m4/memxor.m4: Remove gl_C_RESTRICT call.
34073
34074 2005-10-06  Simon Josefsson  <jas@extundo.com>
34075
34076         * tests/test-hmac-md5.c: New file.
34077
34078         * modules/hmac-md5-tests: New file.
34079
34080         * modules/hmac-md5: New file.
34081
34082 2005-10-06  Simon Josefsson  <jas@extundo.com>
34083
34084         * m4/hmac-md5.m4: New file.
34085
34086         * m4/memxor.m4: Require gl_C_RESTRICT.
34087
34088 2005-10-06  Simon Josefsson  <jas@extundo.com>
34089
34090         * lib/memxor.c (memxor): Avoid casts and warnings.
34091
34092 2005-10-06  Simon Josefsson  <jas@extundo.com>
34093
34094         * lib/hmac-md5.c: New file.
34095
34096         * lib/hmac.h: New file.
34097
34098 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
34099
34100         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
34101         promotes to int, not unsigned int, to catch the AIX 5.3
34102         compiler bug.
34103
34104 2005-10-05  Simon Josefsson  <jas@extundo.com>
34105
34106         * modules/memxor: New file.
34107
34108         * modules/iconv (Files): Move config.rpath to havelib, it is used
34109         there.
34110
34111         * modules/havelib (Files): Add config.rpath.
34112
34113 2005-10-05  Simon Josefsson  <jas@extundo.com>
34114
34115         * m4/memxor.m4: New file.
34116
34117 2005-10-05  Simon Josefsson  <jas@extundo.com>
34118
34119         * lib/memxor.c (memxor): Fix compiler error.
34120
34121         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
34122         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
34123
34124         * lib/memxor.h, lib/memxor.c: New files.
34125
34126         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
34127         we assume all systems have it, suggested by Jim Meyering
34128         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
34129         any systems lack sys/socket.h; mingw32 is known to lack it, but we
34130         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
34131         same reasons.
34132
34133 2005-10-05  Simon Josefsson  <jas@extundo.com>
34134
34135         * config/srclist.txt: Add glibc bug 1423 for md5.h.
34136
34137 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
34138
34139         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
34140         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
34141         needed, since the source code now assumes these .h files.
34142
34143 2005-10-05  Derek Price  <derek@ximbiot.com>
34144
34145         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
34146
34147 2005-10-05  Bruno Haible  <bruno@clisp.org>
34148
34149         * modules/stdint (License): Change to LGPL.
34150
34151 2005-10-04  Simon Josefsson  <jas@extundo.com>
34152
34153         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
34154         D. Baushke" <mdb@gnu.org>.
34155
34156 2005-10-04  Bruno Haible  <bruno@clisp.org>
34157
34158         * lib/verify.h (verify_true): Provide alternative definition for C++.
34159
34160 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
34161
34162         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
34163         (SSIZE_MAX): New macro, if not already defined.
34164         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
34165         than 2 GiB.
34166
34167 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34168
34169         Sync from coreutils.
34170         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
34171         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
34172         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
34173         ULLONG_MAX doesn't work with 2.7.2.1.
34174
34175 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34176
34177         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
34178         From Ben Pfaff.
34179
34180         * modules/exclude (Depends-on): Depend on verify.
34181         * modules/strtoimax (Depends-on): Likewise.
34182         * modules/utimecmp (Depends-on): Likewise.
34183
34184 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34185
34186         * lib/exclude.c: Include verify.h.
34187         (verify): Remove.  All callers changed to use verify.h's version.
34188         * lib/strtoimax.c: Likewise.
34189         * lib/utimecmp.c: Likewis.e
34190
34191         Sync from coreutils.
34192         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
34193         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
34194         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
34195         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
34196         bother returning ENOSYS if settimeofday or stime fails; just let
34197         them return whatever errno they want to return.
34198         * lib/utimens.c: Include unistd.h, for dup2.
34199         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
34200         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
34201
34202 2005-10-02  Jim Meyering  <jim@meyering.net>
34203
34204         Sync from coreutils.
34205         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
34206         from glibc-2.2.5 that fails for read-only files.
34207
34208 2005-10-02  Jim Meyering  <jim@meyering.net>
34209
34210         Sync from coreutils.
34211         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
34212         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
34213         `#if HAVE_CONFIG_H'.
34214         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
34215         Remove AT_FDCWD test.
34216         Do not consume the fd unless successful.
34217         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
34218         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
34219         block, so that we don't even try to compile it if settimeofday is
34220         available.  This works around a compilation failure on OSF1 V5.1,
34221         due to stime requiring a `long int*' while tv_sec is `int'.
34222
34223 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
34224
34225         Sync from coreutils.
34226         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
34227         against `yes', rather than just testing for nonempty.
34228
34229 2005-10-01  Simon Josefsson  <jas@extundo.com>
34230
34231         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
34232         and Darwin.
34233
34234         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
34235         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
34236         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
34237         freeaddrinfo and gai_strerror are declared by the POSIX headers.
34238         Check if struct addrinfo is declared.
34239
34240 2005-10-01  Simon Josefsson  <jas@extundo.com>
34241
34242         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
34243         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
34244         AI_* and EAI_* definitions.  Protect function declarations.
34245
34246 2005-10-01  Jim Meyering  <jim@meyering.net>
34247
34248         Sync from coreutils.
34249
34250         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
34251         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
34252         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
34253         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
34254         in the inet and nsl libraries.  Required on Solaris 5.7.
34255
34256 2005-10-01  Jim Meyering  <jim@meyering.net>
34257
34258         Sync from coreutils.
34259         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
34260         in the inet and nsl libraries.  Required on Solaris 5.7.
34261
34262 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
34263
34264         * lib/getdelim.c (getdelim): Remove unused variables.
34265
34266 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
34267
34268         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
34269         so that the code works even with ancient cpp.  Portability problem
34270         with GCC 2.7.2.1 reported by Thomas M.Ott.
34271
34272 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
34273
34274         * modules/regex (Depends-on): Add strcase.
34275
34276         * modules/gethostname (Licence): Change from GPL to LGPL, since
34277         gethostname.c is a trivial implementation of a standard library
34278         function.
34279         * modules/poll (License): Change from GPL to LGPL, since it's
34280         derived from LGPL code.
34281
34282 2005-09-27  Jim Meyering  <jim@meyering.net>
34283
34284         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
34285         HAVE_CONFIG_H.
34286
34287         * lib/intprops.h (signed_type_or_expr__): Define.
34288         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
34289         for unsigned types.
34290
34291 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
34292
34293         * lib/verify.h (verify_expr): Remove, replacing with:
34294         (verify_true): New macro that returns true instead of void.
34295         (verify_type__): Remove.
34296         (verify): Use verify_true rather than verify_type__.
34297
34298 2005-09-26  Bruno Haible  <bruno@clisp.org>
34299
34300         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
34301         is necessary.
34302         (lib_SOURCES): Remove mbchar.c.
34303         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
34304         (Files): Add m4/mbrtowc.m4.
34305         * modules/mbiter: Likewise.
34306         * modules/mbuiter: Likewise.
34307
34308 2005-09-26  Bruno Haible  <bruno@clisp.org>
34309
34310         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
34311         compile mbchar.c if they are not both present.
34312         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
34313         * m4/mbiter.m4 (gl_MBITER): Likewise.
34314         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
34315         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
34316         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
34317
34318 2005-09-25  Jim Meyering  <jim@meyering.net>
34319
34320         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
34321         also uses socklen_t.
34322
34323 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
34324
34325         * lib/utimens.c (ENOSYS): Define if not already defined.
34326         (futimens): Support having a null PATH if the file descriptor
34327         is nonnegative.
34328
34329         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
34330         Remove.
34331         (__attribute): Define to empty unless GCC 3.1 or later.
34332         This works around a core dump on OpenBSD 3.4, which has GCC
34333         2.95.3, which dumps core when given __attribute__(()).  It also
34334         simplifies other tests, since we really don't want to bother with
34335         worrying about which ancient version of GCC supported what.
34336         Original problem reported by Yoann Vandoorselaere, with part of
34337         the fix suggested by Derek Price.
34338
34339 2005-09-24  Jim Meyering  <jim@meyering.net>
34340
34341         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
34342         so we can once again use a positive bitfield width of 1 -- now we
34343         don't have to explain why we were using a bitfield width of 2.
34344
34345 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
34346
34347         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
34348         and similarly for the other external symbols.  Problem reported
34349         by James Gallager.
34350
34351         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
34352         bug reported by Jim Meyering.
34353
34354         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
34355         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
34356         not needed, since socklen is a prerequisite module.
34357
34358 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
34359
34360         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
34361         Problem reported by Eric Blake.
34362         (getaddrinfo): Initialize se so that it's not garbage.
34363         Redo internal storage allocation so that it doesn't make unportable
34364         assumptions about alignment.
34365         Fix a memory leak.
34366
34367         * lib/utimens.c (futimens): Use futimesat if available.
34368         Prefer it to futimes since it doesn't have the futimes bug.
34369
34370         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
34371         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
34372         Instead, declare a function that returns a pointer to an array,
34373         and use verify_type__ to declare the size of the array.
34374         Problem and germ of a solution reported by Bruno Haible.
34375         (verify_type__): Use 2, not 1, for bitfield size, to avoid
34376         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
34377
34378 2005-09-23  Jim Meyering  <jim@meyering.net>
34379
34380         Sync from coreutils.
34381         Correct build failure (socklen_t not defined) on at least
34382         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
34383         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
34384
34385 2005-09-23  Jim Meyering  <jim@meyering.net>
34386
34387         * modules/getaddrinfo (Depends-on): Add socklen.
34388
34389 2005-09-23  Bruno Haible  <bruno@clisp.org>
34390
34391         * tests/test-verify.c: New file.
34392
34393 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34394
34395         Sync from coreutils.
34396
34397         * modules/argmatch (Depends-on): Add verify.
34398         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
34399         unistd-safer.
34400         * modules/save-cwd (Depends-on): Likewise.
34401
34402         * modules/openat (Files): Add lib/openat-die.c.
34403         (Depends-on): Remove error, exitfail.
34404         Add dirname.
34405
34406         * modules/verify: New file.
34407         * MODULES.html.sh (Diagnostics <assert.h>): New section,
34408         with "verify" module.
34409
34410 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34411
34412         Sync from coreutils.
34413
34414         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
34415         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
34416         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
34417         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
34418         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
34419         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
34420         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
34421         Don't bother checking for string.h, stdlib.h, unistd.h.
34422         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
34423         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
34424         module's job.
34425         * m4/jm-macros.m4 (gl_MACROS): Likewise.
34426         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
34427
34428         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
34429         (gl_GETDATE): Use it.
34430
34431         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
34432
34433 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34434
34435         Sync from coreutils.
34436
34437         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
34438         stat-time.h.
34439         * lib/argmatch.h: Include verify.h
34440         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
34441         (ARGMATCH_ASSERT): Remove; unused.
34442         * lib/canonicalize.c: Assume STDC_HEADERS.
34443         * lib/exclude.c: Include "strcase.h".
34444         * lib/regex_internal.h [!defined _LIBC]: Likewise.
34445         * lib/getusershell.c: Include stdio--.h rather than stdio.h
34446         and stdio-safer.h.
34447         (getusershell): Call fopen, not fopen_safer.
34448         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
34449         Do not include unistd-safer.h.
34450         (save_cwd): Don't call fd_safer; no longer needed
34451         now that we include fcntl--.h.
34452
34453         * lib/getdate.y (relative_time): New type.
34454         (RELATIVE_TIME_0): New constant.
34455         (parser_control): Use relative_time instead of doing it ourselves.
34456         (%union): Add new relative_time rel member.
34457         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
34458         Now typeless.
34459         (relunit, relunit_snumber): Now of type rel.
34460         (zone, rel, relunit, get_date): Adjust to above changes.
34461
34462         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
34463         Do not include unistd-safer.h.
34464         (getloadavg): Don't call fd_safer; no longer needed
34465         now that we include fcntl--.h.
34466
34467         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
34468         (make_dir_parents): Treat ENOSYS like EEXIST.
34469
34470         Improve quality of diagnostics on restore_cwd failure.
34471         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
34472         (make_dir_parents): Last arg is now int * (for errno), not bool *.
34473         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
34474         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
34475         each time through the loop.  Do not diagnose restore_cwd failure;
34476         that is the caller's job (and perhaps the caller does not care).
34477
34478         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
34479         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
34480         If the file already exists but is not a directory, don't bother
34481         to try to make its parents.
34482         Close potential file descriptor leak if we can't chdir("/") (!).
34483         Don't always return true if chdir($PWD) fails; return true only
34484         if the requested action was done successfully (except for the
34485         chdir($PWD)).
34486         Don't log final directory unless we actually made it.
34487         Refactor to avoid duplicate code to fix up permissions.
34488         Don't attempt to fix up parent permissions if chdir($PWD) fails.
34489
34490         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
34491         to make it a bit faster and (I hope) clearer.
34492         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
34493         Fix bug in formats like %2N.
34494
34495         * lib/verify.h: New file.
34496
34497 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34498
34499         Sync from coreutils.
34500         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
34501
34502 2005-09-22  Jim Meyering  <jim@meyering.net>
34503
34504         Sync from coreutils.
34505
34506         * m4/lstat.m4 (gl_FUNC_LSTAT):
34507         Use AC_LIBSOURCES to require lstat.c and lstat.h.
34508         Remove obsolete comment.
34509         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
34510         * m4/xstrtod.m4: Likewise.
34511
34512         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
34513
34514 2005-09-22  Jim Meyering  <jim@meyering.net>
34515
34516         Sync from coreutils.
34517
34518         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
34519
34520         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
34521         the .tm_year member, since otherwise gcc-4.0 would now warn about
34522         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
34523
34524         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
34525         order to avoid an unsuppressible warning from gcc on 64-bit systems.
34526
34527         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
34528         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
34529         when run in a time zone for which daylight savings time is in effect
34530         for the starting date.
34531
34532         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
34533         stop us from restricting permissions of just-created absolute-named
34534         directories.
34535         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
34536         to restore initial working directory.
34537         * lib/mkdir-p.c (make_dir_parents): New parameter:
34538         different_working_dir, to tell caller if/when we change the working
34539         directory and are unable to return to the initial one.
34540         * lib/mkdir-p.h (make_dir_parents): Update prototype.
34541         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
34542         `return false'.  This fixes a bug introduced on 2004-07-30.
34543
34544         * lib/openat.c (fdopendir): Be sure to close the supplied
34545         file descriptor before returning.  This makes our replacement
34546         implementation a little closer to Solaris's, where fdopendir
34547         ties the file descriptor to the returned DIR* pointer.
34548         * lib/openat.c (unlinkat): New function.
34549         * lib/openat.h (unlinkat): Add prototype.
34550         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
34551         (openat_restore_fail): Rename from openat_restore_die.
34552         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
34553
34554         Provide an alternative to exiting immediately upon save_cwd or
34555         restore_cwd failure.  Now, an application can arrange e.g.,
34556         to perform a longjump in that case.
34557         * lib/openat.c: Include dirname.h.
34558         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
34559         (rpl_openat, fdopendir, fstatat): Call openat_save_die
34560         and openat_restore_die rather than calling error directly.
34561         Don't include "error.h" or "exitfail.h"; they're no longer needed.
34562
34563         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
34564         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
34565         define.
34566
34567         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
34568         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
34569                             int utc, int nanoseconds);
34570         Background:
34571         date should not have to allocate a megabyte of virtual memory to
34572         handle a format argument like +%1048575T.  When implemented with
34573         strftime, it must allocate such a buffer, use strftime to fill it
34574         in, print it, then free it.
34575         With fprintftime, it simply prints everything and exits.
34576         With no need for memory allocation, that's one fewer way to fail.
34577         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
34578         optional field width, not before, so we accept %9:z, not %:9z.
34579         (my_strftime): Be sure to use L_('x') for literals.
34580
34581         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
34582         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
34583         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
34584         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
34585         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
34586         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
34587         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
34588         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
34589         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
34590         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
34591         * lib/xgethostname.c, lib/xreadlink.c:
34592         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
34593
34594         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
34595         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
34596         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
34597         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
34598         and don't include <sys/file.h>).
34599
34600 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
34601
34602         Sync from coreutils.
34603
34604         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
34605         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
34606         [!LDAV_DONE]: Avoid unused variable warning.
34607
34608 2005-09-21  Bruno Haible  <bruno@clisp.org>
34609
34610         * lib/unicodeio.h (unicode_to_mb): New declaration.
34611
34612 2005-09-20  Derek Price  <derek@ximbiot.com>
34613
34614         * lib/getaddrinfo.c: Don't include <netdb.h> included from
34615         getaddrinfo.h.
34616
34617 2005-09-20  Bruno Haible  <bruno@clisp.org>
34618
34619         * gnulib-tool: Remove trailing slashes from the values specified for
34620         --source-base, --m4-base, --tests-base, --aux-dir.
34621         Suggested by Simon Josefsson <jas@extundo.com>.
34622
34623 2005-09-20  Bruno Haible  <bruno@clisp.org>
34624
34625         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
34626         func_modules_to_filelist, func_import, func_create_testdir): Make all
34627         sorting results locale-independent, so that gnulib-cache.m4 doesn't
34628         change when gnulib-tool is invoked in a different locale.
34629
34630 2005-09-19  Simon Josefsson  <jas@extundo.com>
34631
34632         * m4/socklen.m4: Fix typo.
34633
34634 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34635
34636         Use a consistent style for including <config.h>.
34637         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
34638         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
34639         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
34640         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
34641         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
34642         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
34643         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
34644         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
34645         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
34646         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
34647         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
34648         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
34649         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
34650         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
34651         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
34652         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
34653         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
34654         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
34655         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
34656         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
34657         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
34658         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
34659         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
34660         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
34661         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
34662         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
34663         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
34664         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
34665         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
34666         lib/xstrtoumax.c, lib/yesno.c:
34667         Standardize inclusion of config.h.
34668         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
34669         lib/inttostr.h:  Removed inclusion of config.h from header files.
34670         * lib/inttostr.c:  Adjusted in-tree users.
34671         * lib/timespec.h: Remove superfluous warning to include config.h.
34672         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
34673         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
34674         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
34675         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
34676         config.h with HAVE_CONFIG_H.
34677
34678 2005-09-19  Jim Meyering  <jim@meyering.net>
34679
34680         * modules/pathmax (License): Change to LGPL.
34681
34682 2005-09-19  Derek Price  <derek@ximbiot.com>
34683
34684         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
34685
34686 2005-09-19  Bruno Haible  <bruno@clisp.org>
34687
34688         * gnulib-tool (import): Provide default for --tests-base.
34689
34690 2005-09-19  Bruno Haible  <bruno@clisp.org>
34691
34692         * doc/quote.texi: New file, extracted from gnulib.texi.
34693         * doc/ctime.texi: New file, extracted from gnulib.texi.
34694         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
34695         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
34696         * doc/gnulib.texi: Include them.
34697
34698 2005-09-18  Bruno Haible  <bruno@clisp.org>
34699
34700         Portability fix.
34701         * gnulib-tool (func_readlink): New function.
34702         (func_ln_if_changed): Use it.
34703
34704 2005-09-18  Bruno Haible  <bruno@clisp.org>
34705
34706         * gnulib-tool: Support --with-tests also with --import.
34707         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
34708         (func_import): Use variables $testsbase and $inctests. Emit a
34709         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
34710         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
34711         SUBDIRS += $testsdir.
34712         (func_create_testdir): Update.
34713
34714 2005-09-18  Bruno Haible  <bruno@clisp.org>
34715
34716         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
34717         instead of $dry_run.
34718         (func_cp_if_changed, func_mv_if_changed): Remove functions.
34719         (func_ln_if_changed): Don't handle dry-run here.
34720         (func_import): In dry-run mode, detect more precisely which actions
34721         would be performed, and don't use "...ing" verbs.
34722
34723 2005-09-18  Bruno Haible  <bruno@clisp.org>
34724
34725         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
34726         (func_import): Use join on two temporary files instead of three nested
34727         loops, in order to determine which files are new or old.
34728
34729 2005-09-18  Bruno Haible  <bruno@clisp.org>
34730
34731         * gnulib-tool (func_import): Comment out code that spits out the
34732         new files with --dry-run.
34733
34734 2005-09-18  Bruno Haible  <bruno@clisp.org>
34735
34736         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
34737
34738 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
34739
34740         * lib/stat-time.h: New file.
34741         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
34742         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
34743         in a different way.
34744         (timespec_cmp): New function.
34745         * lib/utimecmp.c: Include stat-time.h.
34746         (SYSCALL_RESOLUTION): Depend on whether various struct stat
34747         members exist, not on the obsolescent ST_MTIM_NSEC.
34748         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
34749
34750 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
34751
34752         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
34753
34754 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
34755
34756         * MODULES.html.sh (File system functions): Add stat-time.
34757         * modules/stat-time: New file.
34758         * modules/timespec (Files): Remove m4/st_mtim.m4; this
34759         is now done in a different way, by the stat-time module.
34760         * modules/utimecmp (Depends-on): Add stat-time.
34761
34762 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
34763
34764         * m4/st_mtim.m4: Remove.  Superseded by...
34765         * m4/stat-time.m4: New file.
34766         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
34767         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
34768
34769 2005-09-15  Derek Price  <derek@ximbiot.com>
34770
34771         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
34772
34773 2005-09-15  Derek Price  <derek@ximbiot.com>
34774
34775         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
34776         * lib/regex_internal.c: Ditto, using this...
34777         (__GNUC_PREREQ): ...new macro.
34778         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
34779         using...
34780         (__GNUC_PREREQ): ...this new macro.
34781
34782         * lib/strstr.h: Include string.h. Define strstr as a macro here.
34783
34784 2005-09-15  Derek Price  <derek@ximbiot.com>
34785             Paul Eggert  <eggert@cs.ucla.edu>
34786
34787         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
34788         changes, consolidating in...
34789         * lib/regex_internal.h: ...this file.
34790
34791 2005-09-13  Jim Meyering  <jim@meyering.net>
34792
34793         * lib/canon-host.c: Filter through gnu indent and reword comments
34794         slightly.
34795         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
34796
34797 2005-09-13  Derek Price  <derek@ximbiot.com>
34798
34799         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
34800         failure.
34801         Reported by Jim Meyering  <jim@meyering.net>.
34802
34803 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
34804
34805         * lib/base64.c: Typo.
34806         (base64_encode): Put b64str in initialized data section.
34807
34808 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
34809
34810         Merge glibc and coreutils changes into gnulib, plus a few
34811         extra fixes.
34812         * lib/md5.c: Use #error rather than a string.
34813         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
34814         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
34815         (__attribute__): Define to empty for non recent-GCC.
34816         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
34817         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
34818         Renamed from their non-__ counterparts, with new macros replacing
34819         them if not _LIBC.  Add __THROW attribute.
34820         (rol): Remove.
34821         (struct md5_ctx): Align buffer if using GCC.
34822         * lib/sha1.h (struct sha1_ctx): Likewise.
34823         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
34824         The old name was backwards.
34825         (NOTSWAP): Remove; not used.
34826         (rol): New macro, moved here from md5.h.
34827         (sha1_process_block): Remove a FIXME that doesn't make sense.
34828
34829 2005-09-12  Derek Price  <derek@ximbiot.com>
34830
34831         Return usable errors from canon-host.
34832         * lib/canon-host.h: New file.
34833         * lib/canon-host.c (canon_host): Wrap...
34834         (canon_host_r): ...this new function, which now relies exclusively on
34835         getaddrinfo.
34836         (ch_strerror): New function.
34837         (last_cherror): New global.
34838         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
34839         interface.
34840         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
34841         void *.
34842         (freeaddrinfo): Free ai->ai_canonname when set.
34843
34844 2005-09-12  Derek Price  <derek@ximbiot.com>
34845
34846         Make canon-host require getaddrinfo.
34847         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
34848         AC_LIBSOURCE canon-host.h.  Call...
34849         (gl_PREREQ_CANON_HOST): ...this new function, which requires
34850         gl_GETADDRINFO.
34851         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
34852
34853 2005-09-12  Derek Price  <derek@ximbiot.com>
34854
34855         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
34856         LGPL.
34857         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
34858
34859 2005-09-12  Derek Price  <derek@ximbiot.com>
34860
34861         * lib/gai_strerror.c: Include config.h when available.  Include
34862         getaddrinfo.h before other headers to test interface.
34863         Reported by Larry Jones <lawrence.jones@ugs.com>.
34864
34865 2005-09-12  Derek Price  <derek@ximbiot.com>
34866             Paul Eggert  <eggert@cs.ucla.edu>
34867
34868         * modules/glob (Files): Add glob-libc.h.
34869
34870 2005-09-12  Derek Price  <derek@ximbiot.com>
34871             Paul Eggert  <eggert@cs.ucla.edu>
34872
34873         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
34874         glob_.h, glob-libc.h.
34875         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
34876
34877 2005-09-12  Derek Price  <derek@ximbiot.com>
34878             Paul Eggert  <eggert@cs.ucla.edu>
34879
34880         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
34881         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
34882         protecting things that should be done only in gnulib contexts.
34883         * lib/glob_.h: New file, containing only the glob things needed for
34884         gnulib.
34885         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
34886         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
34887         (glob, globfree, glob_pattern_p): Now defined simply in terms of
34888         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
34889         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
34890         and to respect the namespace rules better.
34891
34892 2005-09-08  Simon Josefsson  <jas@extundo.com>
34893
34894         * modules/socklen: New file.
34895
34896 2005-09-08  Simon Josefsson  <jas@extundo.com>
34897
34898         * m4/socklen.m4: New file.
34899
34900 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34901
34902         * modules/utimens (Files): Add m4/utimbuf.m4, since
34903         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
34904         Reported by Sergey Poznyakoff.
34905
34906 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34907
34908         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
34909         definitions, since that's the preferred style in glibc.
34910         Fix a minor spacing issue, and update copyright notice to match
34911         glibc's.
34912
34913 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34914
34915         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
34916
34917 2005-09-06  Simon Josefsson  <jas@extundo.com>
34918
34919         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
34920         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
34921
34922 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
34923
34924         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
34925         warning.
34926
34927 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
34928
34929         * config/srclist.txt: Add glibc bug 1302.
34930
34931 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
34932
34933         Change bitset word type from unsigned int to unsigned long int,
34934         as this has better performance on typical 64-bit hosts.
34935         Port bitset code to hosts with unusual word sizes.
34936         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
34937         (build_collating_symbol):
34938         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
34939         argument is a bitset.  This is merely a style issue, but it makes
34940         it clearer that an entire array is expected.
34941         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
34942         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
34943         Port to the case where bitset_word is not the same as unsigned int.
34944         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
34945         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
34946         Likewise.
34947         * lib/regexec.c (check_dst_limits_calc_pos_1,
34948         check_subexp_matching_top):
34949         (build_trtable, group_nodes_into_DFAstates):
34950         Likewise.
34951         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
34952         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
34953         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
34954         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
34955         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
34956         * lib/regcomp.c (optimize_subexps, lower_subexp):
34957         Work even if bitset_word has holes in its bitwise representation.
34958         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
34959         * lib/regexec.c (check_dst_limits_calc_pos_1,
34960         check_subexp_matching_top):
34961         Likewise.
34962         * lib/regex_internal.c (re_string_reconstruct):
34963         Don't assume UCHAR_MAX == 255.
34964         * lib/regex_internal.h (bitset_set_all): Likewise.
34965         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
34966         All uses changed.
34967         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
34968         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
34969         All uses changed.
34970         (BITSET_WORD_MAX): New macro.
34971         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
34972         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
34973         (bitset_empty, bitset_copy):
34974         Prefer sizeof (bitset) to multiplying it out ourselves.
34975         (bitset_not_merge): Remove; unused.
34976         (bitset_contain): Return bool, not unsigned int with one bit on.
34977         All callers changed.
34978         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
34979         alignment than re_node_set; do this by defining a new internal
34980         type struct dests_alloc and using it to allocate memory.
34981
34982 2005-09-05  Bruno Haible  <bruno@clisp.org>
34983
34984         * gnulib-tool (func_import): Fix comparison in handling of symbolic
34985         links.
34986
34987 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
34988
34989         * modules/size_max (Makefile.am): Add size_max.h
34990
34991 2005-09-04  Derek Price  <derek@ximbiot.com>
34992
34993         * gnulib-tool (func_import): Fix reversed $symbolic logic.
34994
34995 2005-09-03  Simon Josefsson  <jas@extundo.com>
34996
34997         * gnulib-tool: Fix typo.
34998
34999 2005-09-03  Simon Josefsson  <jas@extundo.com>
35000
35001         * config/srclist.txt: Add glibc bug 1293.
35002
35003 2005-09-03  Derek Price  <derek@ximbiot.com>
35004
35005         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
35006         From Larry Jones <lawrence.jones@ugs.com>.
35007
35008 2005-09-02  Simon Josefsson  <jas@extundo.com>
35009
35010         * modules/socklen: New file.
35011
35012 2005-09-02  Simon Josefsson  <jas@extundo.com>
35013
35014         * modules/havelib: New module.
35015
35016         * modules/gettext, modules/iconv, modules/lock, modules/readline:
35017         Use havelib.
35018
35019 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
35020
35021         Check for arithmetic overflow when calculating sizes, to prevent
35022         some buffer-overflow issues.  These patches are conservative, in the
35023         sense that when I couldn't determine whether an overflow was possible,
35024         I inserted a run-time check.
35025         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
35026         macros.
35027         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
35028         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
35029         (re_xnrealloc, re_x2nrealloc): New inline functions.
35030         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
35031         parse_bracket_exp):
35032         (build_equiv_class, build_charclass): Check for arithmetic overflow
35033         in size expression calculations.
35034         * lib/regex_internal.c (re_string_realloc_buffers):
35035         (build_wcs_upper_buffer, re_node_set_add_intersect):
35036         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
35037         (re_dfa_add_node, register_state): Likewise.
35038         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
35039         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
35040         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
35041         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
35042
35043 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
35044
35045         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
35046         m4/ulonglong.m4.  Problem reported by Martin Lambers.
35047
35048 2005-09-02  Bruno Haible  <bruno@clisp.org>
35049
35050         Support for lib vs. lib64 distinction on biarch platforms.
35051         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
35052         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
35053         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
35054
35055 2005-09-02  Bruno Haible  <bruno@clisp.org>
35056
35057         * gnulib-tool (import): In the other first-use case, provide defaults
35058         as well.
35059
35060 2005-09-02  Bruno Haible  <bruno@clisp.org>
35061
35062         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
35063         patches not yet found in the latest gettext release.
35064
35065 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35066
35067         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
35068         to avoid a collision with bits/local_lim.h in glibc.
35069         All uses changed.  Problem reported by Dmitry V. Levin in
35070         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
35071
35072         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
35073         bugs in int versus size_t comparisons.
35074         (re_string_context_at): Fix bug where the code assumed that
35075         Idx is signed.
35076
35077         Use bool where appropriate.
35078         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
35079         All callers changed.
35080         (calc_eclosure_iter): Likewise, for ROOT arg.
35081         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
35082         (build_charclass_op): Likewise, for NON_MATCH arg.
35083         * lib/regex_internal.c (re_string_allocate, re_string_construct):
35084         (re_string_construct_common): Likewise, for ICASE arg.
35085         * lib/regexec.c (re_search_2_stub, re_search_stub):
35086         Likewise, for RET_LEN arg.
35087         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
35088         (set_regs): Likewise, for FL_BACKTRACK arg.
35089         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
35090         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
35091         (calc_eclosure_iter, parse_bracket_exp):
35092         Use bool for internal variables that are booleans.
35093         * lib/regexec.c (re_search_internal, check_matching,
35094         proceed_next_node):
35095         (set_regs, build_sifted_states, sift_states_bkref):
35096         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
35097         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
35098         (find_collation_sequence_value):
35099         Likewise.
35100         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
35101         (re_node_set_compare):
35102         Return bool, not int. All callers changed.
35103         * lib/regexec.c (check_halt_node_context, check_dst_limits):
35104         (build_trtable, check_node_accept): Likewise.
35105         * lib/regex_internal.h: Include stdbool.h.
35106
35107         Fix bugs uncovered when converting to bool.
35108         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
35109         failure instead of charging ahead blindly.
35110         * lib/regex_internal.c (register_state): Likewise.
35111         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
35112         for freeing internal storage.
35113         (group_nodes_into_DFA_states): Use unsigned int, not int, for
35114         bitset pieces used as boolean, to avoid undefined behavior
35115         on hosts that do int overflow checking.
35116
35117 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35118
35119         * config/srclist.txt: Add glibc bugs 1285-1287.
35120
35121 2005-09-01  Jim Meyering  <jim@meyering.net>
35122
35123         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
35124         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
35125         Require gl_STAT_MACROS, too.
35126
35127 2005-09-01  Bruno Haible  <bruno@clisp.org>
35128
35129         * gnulib-tool (import): In the first-use case, provide defaults.
35130
35131 2005-09-01  Bruno Haible  <bruno@clisp.org>
35132
35133         * gnulib-tool (func_import): Remove the .tmp files.
35134
35135 2005-09-01  Bruno Haible  <bruno@clisp.org>
35136
35137         * gnulib-tool (func_import): Fix handling of symbolic links.
35138
35139 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35140
35141         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
35142         old glibc regex code mishandles strings longer than 2**31 bytes.
35143         This patch fixes this when the regex code is used in gnulib
35144         (i.e., outside glibc).
35145
35146         This patch should not affect the use of the regex code inside
35147         glibc.  No doubt this problem also needs to be handled for glibc
35148         as well, but the result will be an incompatible change to the
35149         glibc ABI, and the old ABI will have to be supported too.  That
35150         can be the the subject for another patch.
35151
35152         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
35153         governing whether the rest of this patch is active.  By default,
35154         the macro is disabled and the patch has no effect.
35155         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
35156         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
35157         (struct re_pattern_buffer, re_search, re_search_2, re_match):
35158         (re_match_2, re_set_registers): Use the new types.
35159         * lib/regex_internal.h (Idx, re_hashval_t): New types.
35160         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
35161         New macros.
35162         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
35163         (re_string_context_at, bin_tree_t, re_dfastate_t):
35164         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
35165         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
35166         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
35167         (re_string_char_size_at, re_string_wchar_at):
35168         (re_string_elem_size_at):
35169         Use the new types and macros to port to 64-bit hosts.
35170         Use unsigned types for internal values, so that the code
35171         mostly works even for arrays larger than SSIZE_MAX.
35172         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
35173         (search_duplicated_node, calc_eclosure_iter, fetch_number):
35174         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
35175         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
35176         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
35177         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
35178         (calc_inveclosure, parse_dup_op, build_range_exp):
35179         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
35180         (fetch_number, create_token_tree, mark_opt_subexp):
35181         Likewise.
35182         * lib/regex_internal.c (re_string_construct_common,
35183         create_ci_newstate):
35184         (create_cd_newstate, re_string_allocate, re_string_construct):
35185         (re_string_realloc_buffers, build_wcs_upper_buffer):
35186         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
35187         (re_string_reconstruct, re_string_peek_byte_case):
35188         (re_string_fetch_byte_case, re_string_context_at):
35189         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
35190         (re_node_set_init_copy, re_node_set_add_intersect):
35191         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
35192         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
35193         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
35194         (re_acquire_state, re_acquire_state_context, register_state):
35195         Likewise.
35196         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
35197         search_cur_bkref_entry):
35198         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
35199         (re_search_internal, re_search_2_stub, re_search_stub)
35200         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
35201         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
35202         (update_cur_sifted_state, check_dst_limits):
35203         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
35204         (check_subexp_limits, sift_states_bkref, merge_state_array):
35205         (check_subexp_matching_top, get_subexp, get_subexp_sub):
35206         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
35207         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
35208         (expand_bkref_cache, check_node_accept_bytes):
35209         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
35210         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
35211         (acquire_init_state_context, check_halt_node_context):
35212         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
35213         (sift_states_backward, clean_state_log_if_needed):
35214         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
35215         (find_recover_state, transit_state_sb, transit_state_mb):
35216         (transit_state_bkref, build_trtable, match_ctx_clean):
35217         Likewise.
35218         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
35219         to work around an assumption that REG_MISSING is negative.
35220
35221         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
35222         (seek_collating_symbol_entry) [defined _LIBC]:
35223         (lookup_collation_sequence_value) [defined _LIBC]:
35224         (build_range_exp, build_collating_symbol) [defined _LIBC]:
35225         Use prototypes rather than old-style function definitions.
35226         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
35227         (transit_state_sb) [0]:
35228         (find_collation_sequence_value) [defined _LIBC]: Likewise.
35229
35230         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
35231         rm_eo.
35232
35233         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
35234         (optimize_subexps, lower_subexp):
35235         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
35236         since the signed shift might overflow.  Use 1u<<31 instead.
35237         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
35238         Likewise.
35239         * lib/regexec.c (check_dst_limits_calc_pos_1,
35240         check_subexp_matching_top): Likewise.
35241
35242         * lib/regcomp.c (optimize_subexps, lower_subexp):
35243         Use CHAR_BIT rather than 8, for clarity.
35244         * lib/regexec.c (check_dst_limits_calc_pos_1):
35245         (check_subexp_matching_top): Likewise.
35246         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
35247         have to worry about portability issues when shifting it left.
35248         Remove no-longer-needed test for table_size > 0.
35249         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
35250         in a word, as the resulting behavior is undefined.
35251         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
35252         in one case, a <= should have been an <, and in another case the
35253         whole test was missing.
35254         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
35255         the standard name CHAR_BIT.
35256         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
35257         this is not true on one's complement and signed-magnitude hosts.
35258
35259         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
35260         next_last_offset.
35261         (struct re_dfa_t): Remove unused member states_alloc.
35262         * lib/regcomp.c (init_dfa): Don't initialize unused members.
35263
35264 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35265
35266         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
35267         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
35268         and large-file glibc and in 32-bit large-file Solaris.
35269
35270 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35271
35272         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
35273         lengths fit in regoff_t; this isn't true if regoff_t is the same
35274         width as size_t.
35275         * lib/regex.c (re_search_internal): 5th arg is LAST_START
35276         (= START + RANGE) instead of RANGE.  This avoids overflow
35277         problems when regoff_t is the same width as size_t.
35278         All callers changed.
35279         (re_search_2_stub): Check for overflow when adding the
35280         sizes of the two strings.
35281         (re_search_stub): Check for overflow when adding START
35282         to RANGE; if it occurs, substitute the extreme value.
35283
35284 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35285
35286         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
35287
35288 2005-08-31  Jim Meyering  <jim@meyering.net>
35289
35290         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
35291         a pointer-to-const.
35292         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
35293         (register_state): Likewise.
35294         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
35295         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
35296         (group_nodes_into_DFAstates): Likewise.
35297
35298 2005-08-31  Jim Meyering  <jim@meyering.net>
35299
35300         * check-module: Add a FIXME comment.
35301
35302 2005-08-31  Eric Blake  <ebb9@byu.net>
35303
35304         * modules/unistd-safer (Files): Add unistd--.h.
35305         * modules/stdio-safer (Files): Add stdio--.h.
35306
35307 2005-08-31  Derek Price  <derek@ximbiot.com>
35308
35309         * lib/getdelim.c (getdelim): Return EOF on EOF.
35310         Reported by Larry Jones <lawrence.jones@ugs.com>.
35311
35312 2005-08-31  Bruno Haible  <bruno@clisp.org>
35313
35314         Avoid unnecessary diffs in the generated lib/Makefile.am.
35315         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
35316         the generated files.
35317         (func_import): Don't set cmd.
35318
35319 2005-08-31  Bruno Haible  <bruno@clisp.org>
35320
35321         * lib/strstr.c: Include <stddef.h>, for NULL.
35322         * lib/strcasestr.c: Likewise.
35323         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
35324
35325 2005-08-31  Bruno Haible  <bruno@clisp.org>
35326
35327         * gnulib-tool: New option --macro-prefix.
35328         (func_import): Use macro_prefix.
35329         (import): Handle option --macro-prefix.
35330
35331 2005-08-31  Bruno Haible  <bruno@clisp.org>
35332
35333         * gnulib-tool (import): Rename most ac_* variables to cached_*.
35334         Also use new variables cached_lgpl, cached_libtool.
35335
35336 2005-08-31  Bruno Haible  <bruno@clisp.org>
35337
35338         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
35339         always instantiating them.
35340
35341 2005-08-31  Bruno Haible  <bruno@clisp.org>
35342
35343         * gnulib-tool (func_import): Read the previous cached settings
35344         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
35345         earlier added by gnulib but are now dropped. Warn when a gnulib file
35346         overwrites a non-gnulib file.
35347
35348 2005-08-31  Bruno Haible  <bruno@clisp.org>
35349
35350         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
35351         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
35352         projects that don't keep autogenerated files in CVS. Put into
35353         actioncmd only the specified modules, not the transitive closure.
35354
35355 2005-08-31  Bruno Haible  <bruno@clisp.org>
35356
35357         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
35358         Create directories that shall be filled.
35359         (import): Don't look for gl_* macros in configure.ac. Recurse across
35360         all directories containing a gnulib-cache.m4 files, if meaningful.
35361
35362 2005-08-31  Bruno Haible  <bruno@clisp.org>
35363
35364         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
35365         (import): Set seen_libtool when we see gl_LIBTOOL.
35366
35367 2005-08-31  Bruno Haible  <bruno@clisp.org>
35368
35369         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
35370         declaration macro definitions from generated gnulib.m4.
35371
35372 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
35373
35374         * lib/iconvme.h: Add prototype for iconv_alloc.
35375
35376 2005-08-29  Simon Josefsson  <jas@extundo.com>
35377
35378         * lib/iconvme.c: Fix errno.
35379
35380 2005-08-29  Bruno Haible  <bruno@clisp.org>
35381
35382         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
35383         that it works when the directory contains spaces.
35384
35385 2005-08-29  Bruno Haible  <bruno@clisp.org>
35386
35387         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
35388
35389 2005-08-29  Bruno Haible  <bruno@clisp.org>
35390
35391         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
35392         Emit more advice.
35393
35394 2005-08-29  Bruno Haible  <bruno@clisp.org>
35395         and Stepan Kasal  <kasal@ucw.cz>
35396
35397         * check-module: If more parameters are given, check each of them
35398         separately; add more exceptions, as noted by Jim Meyering.
35399         (check_module): New procedure.
35400         (%exempt_header): Now contains all exceptions.
35401
35402 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
35403
35404         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
35405
35406 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
35407
35408         * lib/iconvme.c: Split iconv_string into iconv_alloc.
35409
35410 2005-08-28  Bruno Haible  <bruno@clisp.org>
35411
35412         * m4/gnulib-tool.m4: New file.
35413
35414 2005-08-27  Jim Meyering  <jim@meyering.net>
35415
35416         * modules/unistd-safer (Files): Add pipe-safer.c.
35417         * modules/fcntl-safer (Files): Add creat-safer.c.
35418
35419 2005-08-27  Jim Meyering  <jim@meyering.net>
35420
35421         * m4/stdlib-safer.m4: New file.  From coreutils.
35422         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
35423         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
35424         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
35425         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
35426         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
35427
35428 2005-08-27  Jim Meyering  <jim@meyering.net>
35429
35430         * lib/fopen-safer.c: Merge minor changes from coreutils.
35431         * lib/dup-safer.c: Likewise.
35432         * lib/fd-safer.c: Likewise.
35433
35434         Merge from coreutils.
35435         * lib/stdio--.h: New file.
35436         * lib/stdlib--.h: New file.
35437         * lib/mkstemp-safer.c: New file.
35438
35439         GNU tar needs these.
35440         * lib/pipe-safer.c: New file.
35441         * lib/creat-safer.c: New file.
35442         * lib/fcntl--.h (creat): Define to creat_safer.
35443         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
35444         * lib/unistd--.h (pipe): Define to pipe_safer.
35445         * lib/unistd-safer.h: Declare pipe_safer.
35446
35447 2005-08-26  Simon Josefsson  <jas@extundo.com>
35448
35449         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
35450         Haible <bruno@clisp.org>.
35451
35452 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
35453
35454         * lib/regex_internal.h: Remove all references to
35455         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
35456         or better.
35457         (bitset_not, bitset_merge, bitset_not_merge):
35458         (bitset_mask, re_string_allocate, re_string_construct):
35459         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
35460         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
35461         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
35462         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
35463         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
35464         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
35465         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
35466         (re_acquire_state_context):
35467         Remove unnecessary forward decls.
35468         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
35469         Put __attribute at function definition,
35470         now that the function decl has been removed.
35471         * lib/regex_internal.c (re_string_peek_byte_case):
35472         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
35473         Likewise.
35474
35475 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
35476
35477         * m4/regex.m4: Add AC_PREREQ(2.50).
35478         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
35479
35480 2005-08-25  Simon Josefsson  <jas@extundo.com>
35481
35482         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
35483         __fsetlocking.
35484
35485 2005-08-25  Simon Josefsson  <jas@extundo.com>
35486
35487         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
35488         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
35489         GLIBC specific code.
35490
35491 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35492
35493         Make regex safe for g++.  This fixes one real bug (an "err"
35494         that should have been "*err").  g++ problem reported by
35495         Sam Steingold.
35496         * lib/regex_internal.h (re_calloc): New macro, consistent with
35497         re_malloc etc.  All callers of calloc changed to use re_calloc.
35498         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
35499         not int.  All callers changed.
35500         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
35501         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
35502         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
35503         (find_recover_state): Change "err" to "*err"; this fixes what
35504         appears to be a real bug.
35505         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
35506         versus int.
35507
35508 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35509
35510         * modules/regex (Depends-on): Add malloc, since the code
35511         assumes that !malloc(0) means failure.
35512
35513 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35514
35515         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
35516
35517         alloca modernization/simplification for regex.
35518         * lib/regex.c: Remove portability cruft for alloca.  This no longer
35519         needs to be at the start of the file, and can be moved into
35520         regex_internal.h and simplified.
35521         * lib/regex_internal.h: Include <alloca.h>.
35522         (__libc_use_alloca) [!defined _LIBC]: New macro.
35523         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
35524         now works outside glibc.
35525
35526 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35527
35528         * config/srclist.txt: Add glibc bugs 1241, 1245.
35529
35530 2005-08-25  Jim Meyering  <jim@meyering.net>
35531
35532         * lib/open-safer.c: Include <config.h>.
35533         Otherwise, we'd lose LARGEFILE support in any file using
35534         e.g. "fcntl--.h"
35535
35536 2005-08-25  Bruno Haible  <bruno@clisp.org>
35537
35538         * m4/minmax.m4: Require autoconf 2.52.
35539         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
35540         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
35541         alternatives of translit over the alphabet.
35542         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
35543
35544 2005-08-24  Simon Josefsson  <jas@extundo.com>
35545
35546         * tests/test-getpass.c: New file.
35547
35548 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
35549
35550         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
35551         for GNU regex features.
35552
35553 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
35554
35555         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
35556         * lib/regex.h (regerror): Likewise.
35557
35558         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
35559         requires this.  (The code never needed it.)
35560
35561         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
35562         All uses of recently-renamed identifiers changed to use the new,
35563         POSIX-compliant names.  The code will build and run just fine
35564         without these changes, but it's better to eat our own dog food
35565         and use the standard-conforming names.
35566
35567         * lib/regex.h: Fix a multitude of POSIX name space violations.
35568         These changes have an effect only for programs that define
35569         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
35570         do not change anything for programs compiled in the normal way.
35571         Also, there is no effect on the ABI.
35572
35573         (_REGEX_SOURCE): New macro.
35574         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
35575         defined and _GNU_SOURCE is not; this fixes a name space violation.
35576
35577         Rename the following macros to obey POSIX requirements.
35578         The old names are still visible as macros if _REGEX_SOURCE is defined.
35579         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
35580         RE_BACKSLASH_ESCAPE_IN_LISTS.
35581         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
35582         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
35583         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
35584         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
35585         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
35586         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
35587         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
35588         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
35589         (REG_INTERVALS): renamed from RE_INTERVALS.
35590         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
35591         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
35592         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
35593         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
35594         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
35595         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
35596         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
35597         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
35598         RE_UNMATCHED_RIGHT_PAREN_ORD.
35599         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
35600         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
35601         (REG_DEBUG): renamed from RE_DEBUG.
35602         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
35603         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
35604         unusual, since we can't clash with the POSIX REG_ICASE.
35605         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
35606         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
35607         (REG_NO_SUB): renamed from RE_NO_SUB.
35608         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
35609         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
35610         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
35611         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
35612         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
35613         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
35614         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
35615         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
35616         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
35617         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
35618         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
35619         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
35620         RE_SYNTAX_POSIX_MINIMAL_BASIC.
35621         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
35622         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
35623         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
35624         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
35625         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
35626         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
35627         (REG_FIXED): Renamed from REGS_FIXED.
35628         (REG_NREGS): Renamed from RE_NREGS.
35629
35630         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
35631         of other REG_* macros, since POSIX says the user is allowed to
35632         #undef these macros selectively.
35633
35634         (reg_errcode_t): Update comment stating what other tables need
35635         to be consistent.
35636
35637         Rename the following enum values to obey POSIX requirements.
35638         The old names are still visible as macros.
35639         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
35640         is not defined, since GNU is supposed to be a superset of POSIX as
35641         much as possible, and since we want reg_errcode_t to be a signed
35642         type for implementation consistency.
35643         (_REG_NOERROR): Renamed from REG_NOERROR.
35644         (_REG_NOMATCH): Renamed from REG_NOMATCH.
35645         (_REG_BADPAT): Renamed from REG_BADPAT.
35646         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
35647         (_REG_ECTYPE): Renamed from REG_ECTYPE.
35648         (_REG_EESCAPE): Renamed from REG_EESCAPE.
35649         (_REG_ESUBREG): Renamed from REG_ESUBREG.
35650         (_REG_EBRACK): Renamed from REG_EBRACK.
35651         (_REG_EPAREN): Renamed from REG_EPAREN.
35652         (_REG_EBRACE): Renamed from REG_EBRACE.
35653         (_REG_BADBR): Renamed from REG_BADBR.
35654         (_REG_ERANGE): Renamed from REG_ERANGE.
35655         (_REG_ESPACE): Renamed from REG_ESPACE.
35656         (_REG_BADRPT): Renamed from REG_BADRPT.
35657         (_REG_EEND): Renamed from REG_EEND.
35658         (_REG_ESIZE): Renamed from REG_ESIZE.
35659         (_REG_ERPAREN): Renamed from REG_ERPAREN.
35660         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
35661         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
35662         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
35663         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
35664
35665         (_REG_RE_NAME, _REG_RM_NAME): New macros.
35666         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
35667         changed.  But support the old name if the new one is not defined
35668         and if _REGEX_SOURCE.
35669
35670         Change the following member names in struct re_pattern_buffer.
35671         The old names are still supported if !_REGEX_SOURCE.
35672         The new names are always supported, regardless of _REGEX_SOURCE.
35673         (re_buffer): Renamed from buffer.
35674         (re_allocated): Renamed from allocated.
35675         (re_used): Renamed from used.
35676         (re_syntax): Renamed from syntax.
35677         (re_fastmap): Renamed from fastmap.
35678         (re_translate): Renamed from translate.
35679         (re_can_be_null): Renamed from can_be_null.
35680         (re_regs_allocated): Renamed from regs_allocated.
35681         (re_fastmap_accurate): Renamed from fastmap_accurate.
35682         (re_no_sub): Renamed from no_sub.
35683         (re_not_bol): Renamed from not_bol.
35684         (re_not_eol): Renamed from not_eol.
35685         (re_newline_anchor): Renamed from newline_anchor.
35686
35687         Change the following member names in struct re_registers.
35688         The old names are still supported if !_REGEX_SOURCE.
35689         The new names are always supported, regardless of _REGEX_SOURCE.
35690         (rm_num_regs): Renamed from num_regs.
35691         (rm_start): Renamed from start.
35692         (rm_end): Renamed from end.
35693
35694         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
35695         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
35696         Prepend __ to parameter names.
35697
35698         Undo yesterday's changes.
35699
35700 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
35701
35702         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
35703         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
35704         lib/regex.c.
35705
35706 2005-08-24  Jim Meyering  <jim@meyering.net>
35707
35708         Sync from coreutils.
35709         * m4/fcntl-safer.m4: New file.
35710
35711         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
35712         and object files for this module.
35713
35714 2005-08-24  Jim Meyering  <jim@meyering.net>
35715
35716         Sync from coreutils.
35717         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
35718
35719 2005-08-24  Jim Meyering  <jim@meyering.net>
35720
35721         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
35722         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
35723
35724 2005-08-24  Jim Meyering  <jim@meyering.net>
35725
35726         * modules/fcntl-safer: New module.
35727         * modules/fts (Depends-on): Add fcntl-safer.
35728         * MODULES.html.sh (File descriptor based Input/Output):
35729         Add fcntl-safer.
35730
35731 2005-08-24  Bruno Haible  <bruno@clisp.org>
35732
35733         Support for unit test modules.
35734         * modules/README: Mention tests modules.
35735         * modules/TEMPLATE-TESTS: New file.
35736         * gnulib-tool: New options --extract-tests-module, --with-tests and
35737         --tests-base (unused for the moment).
35738         (testsbase, inctests): New variables.
35739         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
35740         (func_verify_module): Exclude TEMPLATE-TESTS.
35741         (func_verify_nontests_module, func_verify_tests_module): New functions.
35742         (func_get_dependencies): Add implicit dependency for tests modules.
35743         (func_get_tests_module): New function.
35744         (func_modules_transitive_closure): When --with-tests was specified,
35745         include the unit tests as well, unless explicitly avoided.
35746         (func_emit_lib_Makefile_am): Ignore the tests modules here.
35747         (func_emit_tests_Makefile_am): New function.
35748         (func_create_testdir): When --with-tests was specified, emit a
35749         tests/ directory.
35750         * MODULES.html.sh (Future developments): Update.
35751
35752 2005-08-24  Bruno Haible  <bruno@clisp.org>
35753
35754         * modules/tls-tests: New file.
35755         * tests/test-tls.c: New file, from GNU gettext.
35756
35757 2005-08-24  Bruno Haible  <bruno@clisp.org>
35758
35759         * modules/lock-tests: New file.
35760         * tests/test-lock.c: New file, from GNU gettext.
35761
35762 2005-08-24  Bruno Haible  <bruno@clisp.org>
35763
35764         * lib/lock.h: Add multiple inclusion guard.
35765         * lib/tls.h: Add multiple inclusion guard.
35766
35767 2005-08-24  Bruno Haible  <bruno@clisp.org>
35768
35769         * gnulib-tool: Add support for the --aux-dir option to
35770         --create-testdir, --create-megatestdir, --test, --megatest.
35771         (func_create_testdir, func_create_megatestdir): Optionally emit a
35772         AC_CONFIG_AUX_DIR directive.
35773         (create-testdir, create-megatestdir, test, megatest): Provide a
35774         default value for $auxdir.
35775
35776 2005-08-24  Bruno Haible  <bruno@clisp.org>
35777
35778         * gnulib-tool (import): Use compound statement instead of subshell
35779         where possible.
35780
35781 2005-08-24  Bruno Haible  <bruno@clisp.org>
35782
35783         * gnulib-tool (import): Change --aux-dir default to "build-aux".
35784
35785 2005-08-24  Bruno Haible  <bruno@clisp.org>
35786
35787         * gnulib-tool (func_version): Update.
35788
35789 2005-08-24  Bruno Haible  <bruno@clisp.org>
35790
35791         * gnulib-tool (func_import, func_create_testdir,
35792         func_create_megatestdir): Quote all autoconf macro arguments.
35793
35794 2005-08-24  Bruno Haible  <bruno@clisp.org>
35795
35796         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
35797         option --force, because --force causes the aclocal.m4 of each
35798         subdirectory to be newer than the corresponding config.h.in.
35799
35800 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
35801
35802         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
35803         All contents moved to gl_REGEX.
35804         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
35805         assume that it does.
35806
35807 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
35808
35809         * lib/regex.h (REG_NOSYS)
35810         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
35811         Define, since POSIX requires it as of 2001.
35812         (_REG_ENOSYS)
35813         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
35814         New private symbol, used to keep the enum signed in all cases.
35815         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
35816         Youngman in
35817         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
35818
35819         * lib/regex_internal.c (re_string_skip_chars, register_state):
35820         (calc_state_hash):
35821         Remove forward decls; no longer needed now that we use prototypes.
35822         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
35823         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
35824         (clean_state_log_if_needed): Likewise.
35825
35826 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
35827
35828         * config/srclist.txt: Add glibc bugs 1231-1233.
35829
35830 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
35831
35832         Fix problems reported by Sam Steingold in
35833         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
35834         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
35835         assumed that reg_errcode_t is a signed type, which is not
35836         necessarily true if _XOPEN_SOURCE is not defined.
35837         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
35838         since some compilers warn about it otherwise.
35839
35840 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
35841
35842         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
35843         (init_word_char, create_initial_state, duplicate_node_closure):
35844         (fetch_token, peek_token_bracket, build_range_exp):
35845         (build_collating_symbol): Remove forward decls; no longer needed
35846         now that we use prototypes.
35847
35848         * lib/regcomp.c:
35849         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
35850         (re_compile_fastmap_iter, regcomp, regerror, regfree):
35851         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
35852         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
35853         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
35854         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
35855         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
35856         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
35857         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
35858         (build_range_exp, build_collating_symbol, parse_bracket_exp):
35859         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
35860         (build_charclass, build_charclass_op, fetch_number, create_tree):
35861         (create_token_tree, mark_opt_subexp, duplicate_tree):
35862         Use prototypes rather than old-style definitions.
35863
35864         * lib/regex_internal.c:
35865         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
35866         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
35867         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
35868         (re_string_reconstruct, re_string_peek_byte_case):
35869         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
35870         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
35871         (re_node_set_init_copy, re_node_set_add_intersect):
35872         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
35873         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
35874         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
35875         (re_acquire_state, re_acquire_state_context, register_state):
35876         (create_ci_newstate, create_cd_newstate, free_state):
35877         Likewise.
35878         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
35879         re_search_2):
35880         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
35881         (re_search_internal, prune_impossible_nodes):
35882         (acquire_init_state_context, check_matching, static):
35883         (check_halt_node_context, check_halt_state_context, proceed_next_node):
35884         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
35885         (update_regs, sift_states_backward, build_sifted_states):
35886         (clean_state_log_if_needed, merge_state_array):
35887         (update_cur_sifted_state, add_epsilon_src_nodes):
35888         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
35889         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
35890         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
35891         (find_recover_state, check_subexp_matching_top, transit_state_mb):
35892         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
35893         (check_arrival, check_arrival_add_next_nodes):
35894         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
35895         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
35896         (check_node_accept_bytes, check_node_accept, extend_buffers):
35897         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
35898         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
35899         (sift_ctx_init):
35900         Likewise.
35901
35902         * lib/regex_internal.h:
35903         (re_string_allocate, re_string_construct, re_string_reconstruct):
35904         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
35905         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
35906         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
35907         (re_string_context_at, re_string_peek_byte_case):
35908         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
35909         is defined, since we now use prototypes always.
35910
35911         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
35912         C89 or better.  All uses removed.
35913
35914 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
35915
35916         * config/srclist.txt: Add glibc bugs 1220-1227.
35917
35918 2005-08-20  Jim Meyering  <jim@meyering.net>
35919
35920         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
35921         of unused local, dfa.
35922
35923 2005-08-20  Bruno Haible  <bruno@clisp.org>
35924
35925         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
35926
35927 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35928
35929         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
35930         (re_node_set_insert_last, re_dfa_add_node):
35931         Rename local variables to avoid GCC shadowing warnings.
35932
35933 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35934
35935         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
35936         [defined lint]: Suppress bogus uninitialized-variable warnings.
35937
35938         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
35939         and let the caller return REG_ESPACE if out of space.  This
35940         removes an uninitialied-variable warning with GCC 4.0.1, and also
35941         avoids taking the address of a local variable.  All callers
35942         changed.
35943
35944 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35945
35946         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
35947         $LIBCSRC/posix/regexec.c.
35948         Add glibc bug 1217 for regcomp.c.
35949
35950 2005-08-19  Jim Meyering  <jim@meyering.net>
35951
35952         * lib/regexec.c (proceed_next_node): Redo local variables to
35953         avoid GCC shadowing warnings.
35954
35955 2005-08-18  Bruno Haible  <bruno@clisp.org>
35956
35957         * lib/strstr.c (strstr): Fix return value in multibyte case.
35958         * lib/strcasestr.c (strcasestr): Likewise.
35959
35960 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
35961
35962         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
35963
35964 2005-08-17  Jim Meyering  <jim@meyering.net>
35965
35966         Make the %s format (seconds since the epoch) work for a negative
35967         number and when used with a zero-padded field width, e.g. %015s.
35968
35969         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
35970         label so that it precedes the code to set `digits'.  Otherwise,
35971         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
35972         print `00-22'.  Now, it prints `-0022', as it should.
35973
35974 2005-08-17  Bruno Haible  <bruno@clisp.org>
35975
35976         * modules/strstr (Files): Add m4/mbrtowc.m4.
35977         (Depends-on): Add mbuiter.
35978
35979 2005-08-17  Bruno Haible  <bruno@clisp.org>
35980
35981         * modules/strcasestr: New file.
35982         * MODULES.html.sh (String handling, based on ANSI C 89): Add
35983         strcasestr.
35984
35985 2005-08-17  Bruno Haible  <bruno@clisp.org>
35986
35987         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
35988
35989 2005-08-17  Bruno Haible  <bruno@clisp.org>
35990
35991         * modules/mbuiter: New file.
35992         * MODULES.html.sh (Extended multibyte and wide character utilities):
35993         Add mbuiter.
35994
35995 2005-08-17  Bruno Haible  <bruno@clisp.org>
35996
35997         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
35998         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
35999
36000 2005-08-17  Bruno Haible  <bruno@clisp.org>
36001
36002         * m4/strcasestr.m4: New file.
36003
36004 2005-08-17  Bruno Haible  <bruno@clisp.org>
36005
36006         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
36007         * lib/strstr.c: Completely rewritten, with multibyte locale support.
36008
36009 2005-08-17  Bruno Haible  <bruno@clisp.org>
36010
36011         * lib/strcasestr.h: New file.
36012         * lib/strcasestr.c: New file.
36013
36014 2005-08-17  Bruno Haible  <bruno@clisp.org>
36015
36016         * lib/strcasecmp.c: Use mbuiter.h.
36017
36018 2005-08-17  Bruno Haible  <bruno@clisp.org>
36019
36020         * lib/mbuiter.h: New file.
36021
36022 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
36023
36024         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
36025         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
36026         and gl_GETOPT are both invoked via different paths (as happens
36027         with GNU tar CVS because it uses both argp and getopt), the former
36028         wins.
36029
36030 2005-08-16  Bruno Haible  <bruno@clisp.org>
36031
36032         * modules/tls: New file.
36033         * MODULES.html.sh (Multithreading): Add tls.
36034
36035 2005-08-16  Bruno Haible  <bruno@clisp.org>
36036
36037         * modules/strnlen1: New file.
36038         * MODULES.html.sh (String handling): Add strnlen1.
36039
36040 2005-08-16  Bruno Haible  <bruno@clisp.org>
36041
36042         * modules/strcase (Files): Add m4/mbrtowc.m4.
36043         (Depends-on): Add strnlen1, mbchar.
36044
36045 2005-08-16  Bruno Haible  <bruno@clisp.org>
36046
36047         * modules/mbiter: New file.
36048         * MODULES.html.sh (Extended multibyte and wide character utilities):
36049         Add mbiter.
36050
36051 2005-08-16  Bruno Haible  <bruno@clisp.org>
36052
36053         * modules/mbfile: New file.
36054         * MODULES.html.sh (Extended multibyte and wide character utilities):
36055         Add mbfile.
36056
36057 2005-08-16  Bruno Haible  <bruno@clisp.org>
36058
36059         * modules/mbchar: New file.
36060         * MODULES.html.sh (Extended multibyte and wide character utilities):
36061         New section.
36062
36063 2005-08-16  Bruno Haible  <bruno@clisp.org>
36064
36065         * m4/tls.m4: New file, from GNU gettext.
36066
36067 2005-08-16  Bruno Haible  <bruno@clisp.org>
36068
36069         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
36070         always.
36071         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
36072
36073 2005-08-16  Bruno Haible  <bruno@clisp.org>
36074
36075         * m4/mbiter.m4: New file.
36076
36077 2005-08-16  Bruno Haible  <bruno@clisp.org>
36078
36079         * m4/mbfile.m4: New file.
36080
36081 2005-08-16  Bruno Haible  <bruno@clisp.org>
36082
36083         * m4/mbchar.m4: New file.
36084
36085 2005-08-16  Bruno Haible  <bruno@clisp.org>
36086
36087         * lib/tls.h: New file, from GNU gettext.
36088         * lib/tls.c: New file, from GNU gettext.
36089
36090 2005-08-16  Bruno Haible  <bruno@clisp.org>
36091
36092         * lib/strnlen1.h: New file.
36093         * lib/strnlen1.c: New file.
36094
36095 2005-08-16  Bruno Haible  <bruno@clisp.org>
36096
36097         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
36098         (mbi_init): Update.
36099         (mbi_avail, mbi_advance): Let the iteration end before the terminating
36100         NUL byte, not after it.
36101
36102 2005-08-16  Bruno Haible  <bruno@clisp.org>
36103
36104         * lib/strcase.h (strcasecmp): Add note in comments.
36105         * lib/strncasecmp.c: Use code from strcasecmp.c.
36106         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
36107         (strcasecmp): Work correctly in multibyte locales.
36108
36109 2005-08-16  Bruno Haible  <bruno@clisp.org>
36110
36111         * lib/mbiter.h: New file.
36112
36113 2005-08-16  Bruno Haible  <bruno@clisp.org>
36114
36115         * lib/mbfile.h: New file.
36116
36117 2005-08-16  Bruno Haible  <bruno@clisp.org>
36118
36119         * lib/mbchar.h: New file.
36120         * lib/mbchar.c: New file.
36121
36122 2005-08-16  Bruno Haible  <bruno@clisp.org>
36123
36124         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
36125         the valid ones. Makes the comparison operations transitive:
36126         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
36127         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
36128
36129 2005-08-15  Simon Josefsson  <jas@extundo.com>
36130
36131         * modules/ssize_t (License): Change to 'unlimited'.
36132
36133         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
36134
36135 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36136
36137         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
36138         Add comments for each pending glibc patch.
36139
36140 2005-08-15  Bruno Haible  <bruno@clisp.org>
36141
36142         * lib/regex.h (__restrict_arr): Don't define to __restrict if
36143         __cplusplus is defined.
36144
36145 2005-08-14  Jim Meyering  <jim@meyering.net>
36146
36147         Sync from coreutils.
36148
36149         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
36150         Use the hash-table-based cycle-detection code not just when
36151         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
36152         Reported by James Youngman in
36153         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
36154         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
36155         FTS_TIGHT_CYCLE_CHECK.
36156         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
36157         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
36158         once again.
36159         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
36160         * lib/fts.c (fd_safer): Remove decl.
36161         Include fcntl--.h rather than unistd-safer.h
36162         (fts_safe_changedir): Don't call fd_safer; no longer needed
36163         now that we include fcntl--.h.
36164
36165 2005-08-12  Simon Josefsson  <jas@extundo.com>
36166
36167         * modules/getndelim2: Use ssize_t module.
36168         * modules/getnline: Likewise.
36169         * modules/safe-read: Likewise.
36170         * modules/xreadlink: Likewise.
36171
36172         * modules/ssize_t: New file.
36173
36174 2005-08-12  Simon Josefsson  <jas@extundo.com>
36175
36176         * m4/readline.m4: Look for termcap, curses or ncurses if required.
36177
36178 2005-08-12  Simon Josefsson  <jas@extundo.com>
36179
36180         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36181         ssize_t.
36182
36183 2005-08-12  Simon Josefsson  <jas@extundo.com>
36184
36185         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
36186         readline, getdelim and check_version.
36187         (Support for systems lacking ISO C 99: Sizes of integer types):
36188         Add size_max.
36189
36190 2005-08-12  Bruno Haible  <bruno@clisp.org>
36191
36192         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
36193
36194 2005-08-11  Simon Josefsson  <jas@extundo.com>
36195
36196         * modules/readline: New file.
36197
36198         * modules/strnlen (Files): Add strnlen.h.
36199
36200 2005-08-11  Simon Josefsson  <jas@extundo.com>
36201
36202         * m4/readline.m4: New file.
36203
36204 2005-08-11  Simon Josefsson  <jas@extundo.com>
36205
36206         * lib/readline.h, readline.c: New file.
36207
36208 2005-08-11  Simon Josefsson  <jas@extundo.com>
36209
36210         * doc/gnulib.texi (Initial import, Finishing touches): Mention
36211         gl_AVOID.
36212
36213 2005-08-11  Bruno Haible  <bruno@clisp.org>
36214
36215         * lib/strnlen.h (strnlen): Change parameter name to match comment.
36216
36217 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
36218
36219         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
36220
36221 2005-08-10  Simon Josefsson  <jas@extundo.com>
36222
36223         * tests/test-iconvme.c: New file.
36224
36225 2005-08-10  Simon Josefsson  <jas@extundo.com>
36226
36227         * m4/strnlen.m4: New file.
36228
36229         * m4/strndup.m4: Don't check for strnlen declaration, done in
36230         strnlen.m4.
36231
36232 2005-08-10  Simon Josefsson  <jas@extundo.com>
36233
36234         * lib/strndup.c: Use strnlen.h.
36235
36236         * lib/strnlen.h: New file.
36237
36238 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
36239
36240         * README: Typos.
36241
36242 2005-08-02  Simon Josefsson  <jas@extundo.com>
36243
36244         * modules/readline: New file.
36245
36246 2005-08-02  Simon Josefsson  <jas@extundo.com>
36247
36248         * modules/getdelim: New file.
36249
36250         * modules/getline: Rewrite, don't use getndelim2.
36251
36252 2005-08-02  Simon Josefsson  <jas@extundo.com>
36253
36254         * m4/getline.m4: Separate out getdelim stuff into separate module.
36255
36256         * m4/getdelim.m4: New file.
36257
36258 2005-08-02  Simon Josefsson  <jas@extundo.com>
36259
36260         * lib/getline.h, getline.c: Rewrite.
36261
36262         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
36263
36264 2005-07-31  Bruno Haible  <bruno@clisp.org>
36265
36266         * lib/lock.h (gl_lock_initializer): New macro.
36267         (gl_lock_define_initialized): Use it.
36268         (gl_rwlock_initializer): New macro.
36269         (gl_rwlock_define_initialized): Use it.
36270         (gl_recursive_lock_initializer): New macro.
36271         (gl_recursive_lock_define_initialized): Use it.
36272
36273 2005-07-30  Karl Berry  <karl@gnu.org>
36274
36275         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
36276         Report from Ben Pfaff, regarding getopt.
36277
36278 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
36279
36280         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
36281         normal way.
36282         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
36283         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
36284         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
36285         (gl_GETOPT): Use the new macros.  Most of the implementation
36286         is moved to the new macros.  This is for programs like Emacs
36287         that don't want all the functionality of gl_GETOPT.
36288
36289 2005-07-26  Bruno Haible  <bruno@clisp.org>
36290
36291         * m4/lock.m4: Update from GNU gettext.
36292
36293 2005-07-26  Bruno Haible  <bruno@clisp.org>
36294
36295         * lib/lock.h: Update from GNU gettext.
36296         * lib/lock.c: Update from GNU gettext.
36297
36298 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
36299
36300         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
36301         obsolescent AC_TRY_RUN.  Include the default includes files, for
36302         'exit'.
36303
36304 2005-07-24  Bruno Haible  <bruno@clisp.org>
36305
36306         * modules/visibility: New file.
36307         * MODULES.html.sh (Misc): Add visibility.
36308
36309 2005-07-24  Bruno Haible  <bruno@clisp.org>
36310
36311         * m4/visibility.m4: New file.
36312
36313 2005-07-24  Bruno Haible  <bruno@clisp.org>
36314
36315         * doc/visibility.texi: New file.
36316
36317 2005-07-22  Bruno Haible  <bruno@clisp.org>
36318
36319         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
36320         $(ALLOCA_H), redundant through BUILT_SOURCES.
36321         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
36322         redundant through BUILT_SOURCES.
36323         * modules/byteswap (Makefile.am): Remove explicit dependency on
36324         $(BYTESWAP_H), redundant through BUILT_SOURCES.
36325         * modules/fnmatch (Makefile.am): Remove explicit dependency on
36326         $(FNMATCH_H), redundant through BUILT_SOURCES.
36327         * modules/getopt (Makefile.am): Remove explicit dependency on
36328         $(GETOPT_H), redundant through BUILT_SOURCES.
36329         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
36330         redundant through BUILT_SOURCES.
36331         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
36332         redundant through BUILT_SOURCES.
36333         * modules/stdbool (Makefile.am): Remove explicit dependency on
36334         $(STDBOOL_H), redundant through BUILT_SOURCES.
36335         * modules/stdint (Makefile.am): Remove explicit dependency on
36336         $(STDINT_H), redundant through BUILT_SOURCES.
36337         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
36338         Remove explicit dependency on $(SYSEXITS_H).
36339         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
36340
36341 2005-07-18  Simon Josefsson  <jas@extundo.com>
36342
36343         * lib/check-version.c (check_version): Accept identical versions too.
36344
36345 2005-07-18  Bruno Haible  <bruno@clisp.org>
36346
36347         * modules/lock: New file.
36348         * MODULES.html.sh (Multithreading): New section.
36349
36350 2005-07-18  Bruno Haible  <bruno@clisp.org>
36351
36352         * m4/lock.m4: New file, from GNU gettext.
36353
36354 2005-07-18  Bruno Haible  <bruno@clisp.org>
36355
36356         * lib/lock.h: New file, from GNU gettext.
36357         * lib/lock.c: New file, from GNU gettext.
36358
36359 2005-07-18  Bruno Haible  <bruno@clisp.org>
36360
36361         * lib/lock.h (gl_once_t): New type.
36362         (gl_once_define, gl_once): New macros.
36363         * lib/lock.c (fresh_once): New variable.
36364         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
36365         functions.
36366
36367 2005-07-16  Simon Josefsson  <jas@extundo.com>
36368
36369         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
36370         workaround, suggested by Bruno.
36371
36372 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
36373
36374         * modules/xalloc (Depends-on): Add xalloc-die.
36375         * modules/xvasprintf (Depends-on): Add xalloc-die.
36376
36377 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
36378
36379         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
36380         with a minor change.
36381
36382 2005-07-15  Bruno Haible  <bruno@clisp.org>
36383
36384         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
36385         When using lib/poll.c, define poll as rpl_poll.
36386
36387 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
36388
36389         * modules/argp (Depends-on): Remove unlocked-io.
36390
36391 2005-07-14  Derek Price  <derek@ximbiot.com>
36392
36393         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
36394         for glob symlink bug.
36395
36396 2005-07-14  Bruno Haible  <bruno@clisp.org>
36397
36398         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
36399         Instead, test for *_unlocked function declarations directly.
36400
36401 2005-07-11  Simon Josefsson  <jas@extundo.com>
36402
36403         * modules/size_max: New file.
36404
36405         * modules/xsize: Depend on size_max module for size_max.m4.
36406
36407 2005-07-11  Simon Josefsson  <jas@extundo.com>
36408
36409         * lib/size_max.h: New file.
36410
36411 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
36412
36413         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
36414         copyright symbol and the year.
36415         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
36416         (version_etc_va): Use parameterized copyright notice.
36417         Reword to conform to the current GNU coding standards.
36418
36419 2005-07-11  Karl Berry  <karl@gnu.org>
36420
36421         * doc/gnulib.texi (Quoting): new node.
36422         (Initial import): more info, from Patrice.
36423
36424 2005-07-11  Bruno Haible  <bruno@clisp.org>
36425
36426         * gnulib-tool (func_usage): Document option --avoid.
36427         (Command line options): Handle --avoid.
36428         (func_acceptable): New function.
36429         (func_modules_transitive_closure): Use it.
36430
36431 2005-07-11  Bruno Haible  <bruno@clisp.org>
36432
36433         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
36434         Reported by Jim Meyering.
36435
36436 2005-07-10  Bruno Haible  <bruno@clisp.org>
36437
36438         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
36439         Needed when size_t is smaller than 'unsigned int'.
36440         Reported by Paul Eggert.
36441
36442 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36443
36444         * modules/argp (Depends-on): Add unlocked-io
36445
36446 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36447
36448         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
36449         block of defines.
36450
36451 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
36452
36453         * config/srclist.txt: Comment out regcomp.c, since we have a porting
36454         fix now.
36455
36456 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
36457         and Paul Eggert  <eggert@cs.ucla.edu>
36458
36459         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
36460         in wint_t, not wchar_t.  Remove now-unnecessary cast.
36461
36462 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36463
36464         * modules/regex (Files): Add lib/regex_internal.c,
36465         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
36466         (Depends-on): Add extensions.
36467         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
36468
36469 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36470
36471         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
36472         pathconf.
36473         * m4/same.m4 (gl_SAME): Likewise.
36474         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
36475
36476         * m4/regex.m4: Adjust to new libc regex implementation.
36477         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
36478         all the .c and .h parts of (the new) regex.
36479         Quote the m4 stuff better.
36480         Check for RE_ICASE bug of old gnulib.
36481         Check for REG_STARTEND of recent libc.
36482         Rename local variables from jm_* to gl_*.
36483         Quote operand of "test -f".
36484         Say "recent enough" version of libc, not "version 2".
36485         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
36486         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
36487         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
36488         Remove check for btowc, isascii.
36489         Require AM_LANGINFO_CODESET.
36490
36491 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36492
36493         * lib/regex.c, regex.h: Sync from libc.
36494         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
36495         * lib/regexec.c:
36496         New files, synced from libc, except that regex_internal.h
36497         currently has a small porting fix.
36498
36499 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36500
36501         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
36502         regex_internal.c, regexec.c.
36503         Add regex_internal.h too, but as a comment, since the libc version
36504         is currently broken in gnulib mode.
36505
36506 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
36507
36508         Support programs like Emacs that use gnulib but not gettext.
36509         * MODULES.html.sh (Internationalization functions): Add gettext-h.
36510         * modules/gettext-h: New file.
36511         * modules/gettext (Files): Remove lib/gettext.h.
36512         (Depends-on): Add gettext-h.
36513         (Makefile.am): Remove lib_SOURCES.
36514         * modules/argmatch, modules/c-stack, modules/closeout:
36515         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
36516         * modules/execute, modules/file-type, modules/getaddrinfo:
36517         * modules/getopt, modules/human, modules/javacomp:
36518         * modules/javaexec, modules/mkdir-p, modules/obstack:
36519         * modules/openat, modules/pagealign_alloc, modules/pipe:
36520         * modules/quotearg, modules/regex, modules/rpmatch:
36521         * modules/unicodeio, modules/userspec, modules/version-etc:
36522         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
36523         * modules/xsetenv:
36524         Depend on gettext-h, not gettext.
36525
36526 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
36527
36528         * gnulib-tool (func_import): Add support for 'public domain' license.
36529         * modules/alloca, modules/atexit, modules/memmove:
36530         Now public domain, not GPL.
36531         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
36532         * modules/realloc, modules/strerror, modules/strtod:
36533         Now LGPL, not GPL.
36534
36535 2005-07-05  Bruno Haible  <bruno@clisp.org>
36536
36537         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
36538         autoconf CVS. Needed for mingw.
36539
36540 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
36541
36542         Remove the dependency of the strftime module on the tzset module.
36543         * modules/strftime (Depends-on): Remove dependency on tzset.
36544
36545 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
36546
36547         Remove the dependency of the strftime module on the tzset module.
36548         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
36549         gl_FUNC_TZSET_CLOBBER.
36550
36551 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
36552
36553         Remove the dependency of the strftime module on the tzset module.
36554         * lib/strftime.c (my_strftime)
36555         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
36556         Copy the input structure, to work around some of the bug with
36557         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
36558         Solaris releases, you should also use the tzset module, but we won't
36559         require it as a dependency any more since we don't want LGPLed code
36560         to depend on GPLed code.
36561
36562 2005-07-02  Jim Meyering  <jim@meyering.net>
36563
36564         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
36565         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
36566         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
36567         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
36568
36569 2005-07-02  Jim Meyering  <jim@meyering.net>
36570
36571         * lib/backupfile.c (backup_args): Change a `0' to NULL.
36572
36573 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
36574
36575         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
36576         declares only 'struct timespec;' (!).
36577
36578 2005-07-01  Jim Meyering  <jim@meyering.net>
36579
36580         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
36581         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
36582         * lib/save-cwd.c, tempname.c:
36583         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
36584         and don't include <sys/file.h>).
36585
36586 2005-06-29  Jim Meyering  <jim@meyering.net>
36587
36588         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
36589         type name.  Use the variable name instead.
36590         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
36591         Likewise.
36592
36593 2005-06-28  Simon Josefsson  <jas@extundo.com>
36594
36595         * modules/check-version (Files): Add check-version.m4.
36596
36597 2005-06-28  Simon Josefsson  <jas@extundo.com>
36598
36599         * m4/check-version.m4: New file, suggested by Jim Meyering
36600         <jim@meyering.net>.
36601
36602 2005-06-28  Simon Josefsson  <jas@extundo.com>
36603
36604         * lib/check-version.h, lib/check-version.c: New files.
36605
36606 2005-06-28  Simon Josefsson  <jas@extundo.com>
36607
36608         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
36609         collision with global variable.  Better indentation.  Don't
36610         increment buffer pointer beyond buffer end.  Based on comments
36611         from Paul Eggert <eggert@cs.ucla.edu>.
36612
36613         * lib/base64.h: Indent.
36614
36615 2005-06-28  Simon Josefsson  <jas@extundo.com>
36616
36617         * doc/gnulib.texi (Library version handling): New section.
36618
36619 2005-06-28  Jim Meyering  <jim@meyering.net>
36620
36621         * check-module (find_included_lib_files): Hard-code another
36622         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
36623         but modules/fts-lgpl (correctly) does not list those files.
36624
36625         * modules/canonicalize (Files): Add lib/pathmax.h.
36626
36627 2005-06-25  Simon Josefsson  <jas@extundo.com>
36628
36629         * modules/check-version: New file.
36630
36631 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
36632
36633         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
36634         initializer of struct addrinfo, as an indication that we don't
36635         care how many members the structure has.
36636
36637 2005-06-24  Derek Price  <derek@ximbiot.com>
36638         and Bruno Haible  <bruno@clisp.org>
36639
36640         Remove stat module & update lstat.
36641         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
36642         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
36643         * m4/stat.m4: Remove this file.
36644
36645 2005-06-24  Derek Price  <derek@ximbiot.com>
36646         and Bruno Haible  <bruno@clisp.org>
36647
36648         Remove stat module & update lstat.
36649         * lib/stat.c: Remove this file...
36650         (slash_aware_lstat): ...moving this content and its support...
36651         * lib/lstat.c (rpl_lstat): ...into here.
36652         * lib/lstat.h: New file.
36653
36654 2005-06-24  Derek Price  <derek@ximbiot.com>
36655         and Bruno Haible  <bruno@clisp.org>
36656
36657         Remove stat module & update lstat.
36658         * config/srclist.txt (libc sources): Remove stat.
36659
36660 2005-06-24  Derek Price  <derek@ximbiot.com>
36661         and Bruno Haible  <bruno@clisp.org>
36662
36663         Remove stat module & update lstat.
36664         * MODULES.html.sh (stat): Remove.
36665         * MODULES.html: Regenerated.
36666         * modules/lstat (Description): Correct function name.
36667         (Files): Add "lstat.h".
36668         (Depends-on): Remove stat, add xalloc, stat-macros.
36669         * modules/stat: Remove this file.
36670         (Include): Add "lstat.h", remove <sys/stat.h>.
36671
36672 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
36673
36674         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
36675         (ranged_convert): Don't save conversion in a temporary struct.
36676         This causes a warning with GCC 4.0.0, and anyway in the typical
36677         case it's not worth the extra 100 bytes or so of code.
36678         (ranged_convert, __mktime_internal): When calling a function via a
36679         pointer P, use P () rather than (*P) (), as we now assume C89 or
36680         better.
36681
36682 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36683
36684         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
36685         "who -r" failed to give output.  Problem reported by Tim Waugh.
36686
36687         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
36688         (xcalloc): Use it to avoid needless tests.
36689         Problem reported by Jim Meyering.
36690
36691 2005-06-20  Derek Price  <derek@ximbiot.com>
36692
36693         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
36694         unnecessary for Autoconfs > 2.59c.
36695
36696 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36697
36698         * lib/argp.h (__option_is_short): Check upper limit of
36699         __key. Isprint() requires its argument to have the value
36700         of an unsigned char or EOF.
36701
36702 2005-06-16  Jim Meyering  <jim@meyering.net>
36703
36704         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
36705         when either N or S is zero.
36706
36707 2005-06-16  Derek Price  <derek@ximbiot.com>
36708
36709         * m4/bison.m4: Declare YACC & YFLAGS precious.
36710
36711 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
36712
36713         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
36714         multibyte string or pattern, fall back on unibyte matching.
36715         Problem reported by James Youngman.
36716
36717 2005-06-08  Bruno Haible  <bruno@clisp.org>
36718
36719         * modules/csharpcomp: New file.
36720         * MODULES.html.sh (C#): Add csharpcomp.
36721
36722 2005-06-08  Bruno Haible  <bruno@clisp.org>
36723
36724         * m4/csharpcomp.m4: New file, from GNU gettext.
36725
36726 2005-06-08  Bruno Haible  <bruno@clisp.org>
36727
36728         * lib/csharpcomp.h: New file, from GNU gettext.
36729         * lib/csharpcomp.c: New file, from GNU gettext.
36730         * lib/csharpcomp.sh.in: New file, from GNU gettext.
36731
36732 2005-06-08  Bruno Haible  <bruno@clisp.org>
36733
36734         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
36735         warning on mingw.
36736
36737 2005-06-07  Derek Price  <derek@ximbiot.com>
36738
36739         Sync from CVS.
36740         * lib/glob_.h: Indent nested #ifdef.
36741
36742 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
36743
36744         Sync from coreutils.
36745         Use "file name" when talking about file names, instead of "filename"
36746         or "path", as per the GNU coding standards.
36747         * lib/mkdir-p.c: Renamed from makepath.c.
36748         (make_dir_parents): Renamed from make_path.  All callers changed.
36749         * lib/mkdir-p.h: Likewise.  All includers changed.
36750         * lib/filenamecat.c: Renamed from path-concat.c.
36751         (file_name_concat): Renamed from path_concat.  All callers changed.
36752         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
36753         * lib/filenamecat.h: Likewise.  All includers changed.
36754         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
36755         in comments or local variable names.
36756         * lib/basename.c: Likewise.
36757         * lib/canonicalize.c, canonicalize.h: Likewise.
36758         * lib/dirname.c, dirname.h: Likewise.
36759         * lib/euidaccess.c: Likewise.
36760         * lib/exclude.c: Likewise
36761         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
36762         * lib/fsusage.c, fsuage.h: Likewise.
36763         * lib/fts.c, fts_.h: Likewise.
36764         * lib/getcwd.c: Likewise.
36765         * lib/getloadavg.c: Likewise.
36766         * lib/mkstemp.c: Likewise.
36767         * lib/mountlist.c, mountlist.h: Likewise.
36768         * lib/openat.c, openat.h: Likewise.
36769         * lib/readlink-stub.c: Likewise.
36770         * lib/readutmp.c, readutmp.h: Likewise.
36771         * lib/rename.c: Likewise.
36772         * lib/rmdir.c: Likewise.
36773         * lib/same.c: Likewise.
36774         * lib/savedir.c: Likewise.
36775         * lib/stripslash.c: Likewise.
36776         * lib/tempname.c: Likewise.
36777         * lib/xreadlink.c: Likewise.
36778         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
36779         All uses changed.
36780         * lib/exclude.h: Likewise.
36781
36782         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
36783         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
36784         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
36785         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
36786         * lib/pathmax.h: Include <limits.h> unconditionally, since other
36787         files have been getting away with it for years (MORE/BSD 4.3
36788         is extinct now).
36789         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
36790         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
36791
36792         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
36793         Define to 256, not 255, as per modern POSIX.
36794
36795 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
36796
36797         Sync from coreutils.
36798         Use "file name" when talking about file names, instead of "filename"
36799         or "path", as per the GNU coding standards.
36800         * MODULES.html.sh: mkdir-p renamed from makepath.
36801         filenamecat renamed from path-concat.
36802         * modules/filenamecat: Renamed from modules/path-concat.
36803         (Files): filenamecat.h and filenamecat.c renamed from
36804         path-concat.h and path-concat.c.
36805         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
36806         (Include): filenamecat.h, not path-concat.h.
36807         * modules/mkdir-p: Renamed from modules/makepath.
36808         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
36809         makepath.c.
36810         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
36811         (Include): mkdir-p.h, not makepath.h.
36812
36813 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
36814
36815         Sync from coreutils.
36816         * m4/mkdir-p.m4: Renamed from makepath.m4.
36817         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
36818         Rename files from makepath.c to mkdir-p.c, and from
36819         makepath.h to mkdir-p.h.
36820         * m4/filenamecat.m4: Renamed from path-concat.m4.
36821         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
36822         Rename files from path-concat.c to filenamecat.c,
36823         and from path-concat.h to filenamecat.h.
36824         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
36825         "file name" in local variables or comments.
36826         * m4/rename.m4: Likewise.
36827
36828 2005-06-01  Bruno Haible  <bruno@clisp.org>
36829
36830         * modules/csharpexec: New file.
36831         * MODULES.html.sh (C#): New section.
36832
36833 2005-06-01  Bruno Haible  <bruno@clisp.org>
36834
36835         * m4/csharp.m4: New file, from GNU gettext.
36836         * m4/csharpexec.m4: New file, from GNU gettext.
36837
36838 2005-06-01  Bruno Haible  <bruno@clisp.org>
36839
36840         * lib/csharpexec.h: New file, from GNU gettext.
36841         * lib/csharpexec.c: New file, from GNU gettext.
36842         * lib/csharpexec.sh.in: New file, from GNU gettext.
36843
36844 2005-05-31  Derek Price  <derek@ximbiot.com>
36845             Paul Eggert  <eggert@cs.ucla.edu>
36846
36847         Sync from cvs.
36848         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
36849
36850 2005-05-31  Derek Price  <derek@ximbiot.com>
36851             Paul Eggert  <eggert@cs.ucla.edu>
36852
36853         Sync from cvs.
36854         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
36855
36856 2005-05-29  Derek Price  <derek@ximbiot.com>
36857
36858         * config/srclist.txt (glob_.h, glob.c): Add these files.
36859
36860 2005-05-29  Derek Price  <derek@ximbiot.com>
36861
36862         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
36863         * modules/glob: New file.
36864         * modules/getlogin_r: Add link to POSIX spec in description.
36865
36866 2005-05-29  Derek Price  <derek@ximbiot.com>
36867             Paul Eggert  <eggert@cs.ucla.edu>
36868
36869         * m4/glob.m4: New file.
36870
36871 2005-05-29  Derek Price  <derek@ximbiot.com>
36872             Paul Eggert  <eggert@cs.ucla.edu>
36873
36874         * lib/glob_.h, lib/glob.c: New files.
36875
36876 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
36877
36878         * modules/fts (Files): Remove m4/inttypes-pri.m4.
36879         * modules/fts-lgpl (Depends-on): Remove gettext.
36880
36881 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
36882
36883         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
36884         and don't require gt_INTTYPES_PRI.
36885
36886 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
36887
36888         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
36889
36890         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
36891         the configuration hassle isn't worth it.
36892         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
36893         (LONGEST_MODIFIER, PRIuMAX): Remove.
36894
36895 2005-05-27  Bruno Haible  <bruno@clisp.org>
36896
36897         * lib/getlogin_r.h: Remove second include of <stddef.h>.
36898
36899 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
36900
36901         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
36902         _POSIX_PTHREAD_SEMANTICS for Solaris.
36903
36904 2005-05-25  Derek Price  <derek@ximbiot.com>
36905
36906         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
36907
36908 2005-05-25  Derek Price  <derek@ximbiot.com>
36909             Paul Eggert  <eggert@cs.ucla.edu>
36910
36911         * modules/getlogin_r, m4/getlogin_r.m4: New files.
36912         * lib/getlogin_r.c, getlogin_r.h: New files.
36913
36914 2005-05-25  Bruno Haible  <bruno@clisp.org>
36915             Derek Price  <derek@ximbiot.com>
36916
36917         * lib/getlogin_r.h: Simplify API documentation.
36918
36919 2005-05-23  Derek Price  <derek@ximbiot.com>
36920
36921         * modules/minmax (Files): Add m4/minmax.m4.
36922         (configure.ac): Add gl_MINMAX.
36923
36924 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
36925
36926         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
36927         so that unistd-safer.h (GPL'ed code) need not be included.
36928
36929 2005-05-22  Bruno Haible  <bruno@clisp.org>
36930
36931         * m4/minmax.m4: New file.
36932         Based on a patch by Derek Price <derek@ximbiot.com>.
36933
36934 2005-05-22  Bruno Haible  <bruno@clisp.org>
36935
36936         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
36937         (INT64_MIN): Fix definition.
36938         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
36939
36940         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
36941         NEED_SIGNED_INT_TYPES.
36942
36943         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
36944         HAVE_SYSTEM_INTTYPES.
36945
36946 2005-05-22  Bruno Haible  <bruno@clisp.org>
36947
36948         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
36949         Also include <sys/param.h> if it defines MIN, MAX.
36950         Based on a patch by Derek Price <derek@ximbiot.com>.
36951
36952 2005-05-21  Jim Meyering  <jim@meyering.net>
36953
36954         * modules/fts (Files): Add m4/inttypes-pri.m4.
36955         (Depends-on): Add lstat and remove gettext.  Alphabetize.
36956
36957 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36958
36959         New fts module.
36960         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
36961         (setup_dir, free_dir): New functions.
36962         (enter_dir, leave_dir): Define trivial
36963         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
36964         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
36965         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
36966         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
36967         Move to fts-cycle.c.
36968         (fts_open): Use setup_dir.
36969         (fts_close): Use free_dir.
36970         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
36971         This adds a label and some gotos, but the alternatives were messier.
36972         Check for memory allocation failure when entering a dir.
36973         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
36974         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
36975         (FTS): New member fts_cycle, that is a union that contains the
36976         old active_dir_ht and cycle_state.  All uses changed to mention
36977         fts_cycle.ht and fts_cycle.state.
36978         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
36979         fts.c, with the following changes:
36980         (setup_dir, free_dir): New functions.
36981         (enter_dir): Now returns bool.  Return true if successful, false
36982         if memory exhausted.  All callers changed.
36983         Do not bother partly cleaning up on
36984         memory allocation failure; that is free_dir's job.
36985         However, free ad if hash_insert fails, to avoid memory leak.
36986         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
36987         fts->fts_options to see which union member to use.
36988
36989 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36990
36991         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
36992         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
36993
36994 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36995
36996         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
36997
36998 2005-05-20  Jim Meyering  <jim@meyering.net>
36999
37000         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
37001         Now a macro, to pacify GCC.
37002
37003 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
37004
37005         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
37006         of -1.
37007
37008 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
37009
37010         * lib/chown.c (rpl_chown): Return -1 on failure.
37011
37012 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
37013
37014         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
37015         Don't check for stddef.h.
37016         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
37017         don't use its results.
37018         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
37019         since we include them unconditionally.  Don't require
37020         AM_STDBOOL_H, since stdbool is a prerequisite.
37021         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
37022         since we assume C89 or better.
37023         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
37024         as we don't use their results.
37025         Don't check for fchdir, memmove, memset, strrchr, as we use
37026         them unconditionally.
37027         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
37028         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
37029
37030 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
37031
37032         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
37033         Include <stddef.h> unconditionally, since we assume C89 now.
37034         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
37035         * lib/fts.c: Include fts_.h first, to check interface.
37036         Do not include intprops.h; no longer needed.
37037         Include cycle-check.h and hash.h, since fts_.h no longer does.
37038         Remove unnecessary casts of closedir to void.
37039         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
37040         decide whether to decrement nlinks.
37041         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
37042         (FTS): Use struct hash_table * instead of Hash_table, so that
37043         we no longer need to include hash.h here.
37044
37045 2005-05-18  Jim Meyering  <jim@meyering.net>
37046
37047         * modules/dirfd (License): Change to LGPL.  Most of the code
37048         is already in the public domain.
37049
37050 2005-05-18  Jim Meyering  <jim@meyering.net>
37051
37052         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
37053         Reported by Yoann Vandoorselaere.
37054
37055 2005-05-17  Jim Meyering  <jim@meyering.net>
37056
37057         * m4/fts.m4: New file, from coreutils.
37058
37059 2005-05-17  Jim Meyering  <jim@meyering.net>
37060
37061         * lib/fts.c, lib/fts_.h: New files, from coreutils.
37062
37063 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37064
37065         Sync from coreutils.
37066         * m4/unlinkdir.m4: New file.
37067
37068 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37069
37070         Sync from coreutils.
37071         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
37072         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
37073         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
37074         White space changes only.
37075         * lib/makepath.c (make_path): Port to hosts where leading "//" is
37076         special.
37077         * lib/yesno.c: Include getline.h, not ctype.h.
37078         (yesno): Don't remove leading white space; POSIX doesn't allow it.
37079         Use getline to remove arbitrary restriction on response length.
37080
37081 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37082
37083         * config/srclist-update: Spell out "Street" in FSF postal
37084         mail address; this is the style the FSF seems to prefer.
37085
37086         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
37087         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
37088         this updates FSF postal mail address.
37089
37090         Sync from coreutils.
37091         * modules/unlinkdir: New file.
37092         * modules/yesno (Depends-on): Add getline.
37093         * MODULES.html.sh (File system functions): Add unlinkdir.
37094
37095 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37096
37097         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
37098         lib/strsep.h:
37099         Change the initial comment to refer to GPL, not LGPL.
37100         gnulib-tool will change it to LGPL as needed.
37101
37102         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
37103         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
37104         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
37105         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
37106         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
37107         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
37108         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
37109         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
37110         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
37111         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
37112         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
37113         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
37114         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
37115         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
37116         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
37117         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
37118         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
37119         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
37120         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
37121         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
37122         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
37123         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
37124         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
37125         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
37126         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
37127         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
37128         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
37129         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
37130         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
37131         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
37132         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
37133         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
37134         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
37135         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
37136         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
37137         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
37138         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
37139         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
37140         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
37141         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
37142         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
37143         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
37144         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
37145         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
37146         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
37147         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
37148         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
37149         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
37150         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
37151         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
37152         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
37153         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
37154         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
37155         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
37156         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
37157         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
37158         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
37159         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
37160         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
37161         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
37162         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
37163         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
37164         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
37165         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
37166         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
37167         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
37168         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
37169         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
37170         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
37171         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
37172         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
37173         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
37174         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
37175         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
37176         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
37177         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
37178         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
37179         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
37180         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
37181         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
37182         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
37183         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
37184         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
37185         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
37186         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
37187         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
37188         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
37189         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
37190         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
37191         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
37192         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
37193         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
37194         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
37195         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
37196         lib/yesno.c, lib/yesno.h:
37197         Update FSF postal mail address.
37198
37199 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37200
37201         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
37202         tests/test-memmem.c, tests/test-stpncpy.c:
37203         Update FSF postal mail address.
37204
37205 2005-05-13  Bruno Haible  <bruno@clisp.org>
37206
37207         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
37208         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
37209         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
37210         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
37211         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
37212         Add support for 64-bit integers in the MSVC compiler.
37213
37214 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37215
37216         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
37217
37218 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
37219
37220         * gnulib-tool (func_import): Sort and uniquify recommended includes.
37221
37222 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
37223
37224         * doc/getdate.texi (General date syntax): Don't say that date
37225         date --iso-8601=ns generates acceptable dates; it doesn't yet.
37226         Problem reported by Nic Ferrier.
37227
37228 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37229
37230         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
37231         specified in ai_socktype. Fix invalid ai_protocol
37232         check. ai_protocol is usually set to 0 or depending on
37233         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
37234         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
37235         ai_socktype / ai_protocol in the returned addrinfo structure.
37236
37237 2005-05-10  Simon Josefsson  <jas@extundo.com>
37238
37239         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
37240         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
37241
37242 2005-05-10  Karl Berry  <karl@gnu.org>
37243
37244         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
37245         (from http://www.gnu.org/licenses).
37246         * doc/COPYING.LIB: also rename to COPYING.LESSER.
37247         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
37248         fdl.texi suffices.
37249
37250 2005-05-10  Karl Berry  <karl@gnu.org>
37251
37252         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
37253         (COPYING.DOC): remove.
37254
37255         * config/srclist-update: new FSF address.
37256
37257 2005-05-10  Derek Price  <derek@ximbiot.com>
37258
37259         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
37260         possible.
37261
37262 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37263             Bruno Haible  <bruno@clisp.org>
37264
37265         * modules/inet_ntop: New file.
37266         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37267         inet_ntop.
37268
37269 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37270             Bruno Haible  <bruno@clisp.org>
37271
37272         * m4/inet_ntop.m4: New file.
37273
37274 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37275             Bruno Haible  <bruno@clisp.org>
37276
37277         * lib/inet_ntop.h: New file.
37278         * lib/inet_ntop.c: New file, from glibc with modifications.
37279
37280 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
37281
37282         * modules/time_r (License): Change to LGPL.
37283         * modules/extensions (License): Change to LGPL.  Actually,
37284         the license is more permissive than that, but currently gnulib-tool
37285         doesn't know how to handle more-permissive licenses.
37286
37287         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
37288         Problem reported by Dave Love.
37289
37290 2005-05-08  Jim Meyering  <jim@meyering.net>
37291
37292         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
37293         blank.
37294
37295 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
37296
37297         * modules/argmatch (Depends-on): Add stdbool.
37298         * modules/backupfile (Depends-on): Likewise.
37299         * modules/chdir-long (Depends-on): Likewise.
37300         * modules/closeout (Depends-on): Likewise.
37301         * modules/cycle-check (Depends-on): Likewise.
37302         * modules/dirname (Depends-on): Likewise.
37303         * modules/fnmatch (Depends-on): Likewise.
37304         * modules/fsusage (Depends-on): Likewise.
37305         * modules/fwriteerror (Depends-on): Likewise.
37306         * modules/getcwd (Depends-on): Likewise.
37307         * modules/getloadavg (Depends-on): Likewise.
37308         * modules/hard-locale (Depends-on): Likewise.
37309         * modules/makepath (Depends-on): Likewise.
37310         * modules/mountlist (Depends-on): Likewise.
37311         * modules/nanosleep (Depends-on): Likewise.
37312         * modules/posixtm (Depends-on): Likewise.
37313         * modules/quotearg (Depends-on): Likewise.
37314         * modules/readtokens (Depends-on): Likewise.
37315         * modules/readtokens0 (Depends-on): Likewise.
37316         * modules/readutmp (Depends-on): Likewise.
37317         * modules/save-cwd (Depends-on): Likewise.
37318         * modules/strftime (Depends-on): Likewise.
37319         * modules/userspec (Depends-on): Likewise.
37320         * modules/utimecmp (Depends-on): Likewise.
37321         * modules/xgetcwd (Depends-on): Likewise.
37322         * modules/xnanosleep (Depends-on): Likewise.
37323         * modules/xstrtod (Depends-on): Likewise.
37324         * modules/yesno (Depends-on): Likewise.
37325
37326 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
37327
37328         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
37329         needless checks.
37330
37331 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37332
37333         Merge from coreutils.  Among other things,
37334         add bulletproofing for cases where stdin, stdout, or stderr are closed.
37335         * lib/fd-safer.c: New file.
37336         * lib/fcntl-safer.h, open-safer.c: Remove.
37337         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
37338         * lib/dup-safer.c: Include unistd-safer.h first.
37339         Don't include errno.h.
37340         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
37341         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
37342         * lib/file-type.c: Rely on file-type.h change.
37343         * lib/getloadavg.c: Include unistd-safer.h.
37344         (getloadavg): Use safer open.
37345         * lib/getusershell.c: Include "stdio-safer.h".
37346         (getusershell): Use safer fopen.
37347         * lib/long-options.c (long_options): Use NULL rather than 0.
37348         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
37349         'free'.
37350         * lib/modechange.c: Likewise.
37351         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
37352         (MODE_DONE): New constant.
37353         (struct mode_change): Remove 'next' member.
37354         (make_node_op_equals): New function; like the old one of the
37355         same name, except it allocates an array.
37356         (mode_compile, mode_create_from_ref): Use it.
37357         (mode_compile): Allocate result as an array, not a linked list.
37358         Parse octal string ourself, so that we catch mistakes like "+0".
37359         (mode_adjust): Arg is an array, not a linked list.
37360         * lib/modechange.c: Include stat-macros.h, xalloc.h.
37361         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
37362         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
37363         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
37364         Remove.  This is now stat-macros.h's job.
37365         (talloc): Remove.  All callers replaced by xalloc, so that
37366         our invokers don't have to worry about reporting memory failures.
37367         (make_node_op_equals): Remove.
37368         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
37369         New constants.
37370         (struct mode_change): Moved here from modechange.h.
37371         (mode_append_entry): Remove.
37372         (mode_compile): Remove MASKED_OPS arg, since it encouraged
37373         apps to have incorrect behavior.  Use simpler algorithm for head
37374         and tail.  Don't futz with umask; that's now the job of mode_adjust.
37375         Detect more invalid usages rather than having somewhat-random behavior.
37376         Don't insert an "a=" action, as that leads to incorrect behavior.
37377         (mode_compile, mode_create_from_ref): Return NULL on error instead
37378         of an enum, since now there's only one way to have an error.  All
37379         callers changed.
37380         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
37381         at the correct time.  Simplify calculation of "+u" and its ilk.
37382         Don't mishandle "+X".
37383         (mode_free): Remove "register" and localize decls.
37384         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
37385         (struct mode_change): Move to modechange.c; callers don't
37386         need to see this stuff.
37387         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
37388         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
37389         (mode_change, mode_adjust): Reflect the new signatures noted above.
37390         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
37391         that might redefine system include files.
37392         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
37393         (my_usleep): Use NULL rather than (void *) 0.
37394         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
37395         Use siginterrupt to specify that system calls should be interrupted.
37396         (rpl_nanosleep): Move initialization of suspended closer to call of
37397         my_usleep.
37398         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
37399         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
37400         (desirable_utmp_entry): New function.
37401         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
37402         using x2nrealloc, to simplify logic.
37403         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
37404         size calculation.  Do not assume utmp file is a regular file.
37405         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
37406         (READ_UTMP_CHECK_PIDS): New constant.
37407         * lib/save-cwd.c: Include unistd-safer.h.
37408         (save_cwd): Use fd_safer.
37409         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
37410         [!_LIBC] Include "stat-macros.h" instead.
37411         * lib/unistd-safer.h (fd_safer): New decl.
37412
37413 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37414
37415         * modules/getloadavg (Depends-on): Add unistd-safer.
37416         * modules/getusershell (Depends-on): Add stdio-safer.
37417         * modules/lstat (Depends-on): Remove xalloc.
37418         * modules/mkstemp (Depends-on): Add stat-macros.
37419         * modules/modechange (Depends-on): Remove xstrtol.
37420         Add stat-macros, xalloc.
37421         * modules/save-cwd (Depends-on): Add unistd-safer.
37422         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
37423         * modules/unistd-safer (Files): Add lib/fd-safer.c
37424         (Makefile.am): Remove lib_SOURCES.
37425
37426         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
37427         Remove fcntl-safer; unistd-safer supersedes it.
37428
37429 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37430
37431         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
37432         AC_HEADER_STAT.
37433         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
37434         (gl_PREREQ_CHOWN): Remove.
37435         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
37436         it.  Don't require AC_HEADER_STAT.
37437         (gl_PREREQ_LSTAT): Remove.
37438         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
37439         Don't require AC_HEADER_STAT.
37440         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
37441         (gl_PREREQ_RMDIR): Remove.
37442         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
37443         mention stat-macros.h or AC_HEADER_STAT, since we'll make
37444         the stat-macros module a prerequisite.
37445         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
37446         * m4/filemode.m4 (gl_FILEMODE): Likewise.
37447         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
37448         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
37449         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
37450         variable names.
37451         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
37452         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
37453         variable prefixes.
37454         * m4/fcntl-safer.m4: Remove.
37455         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
37456         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
37457         Invoke gl_PREREQ_FD_SAFER.
37458         (gl_PREREQ_FD_SAFER): New macro.
37459         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
37460         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
37461         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
37462         Remove duplicate call to AC_LIBOBJ(readutmp).
37463         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
37464
37465         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
37466         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
37467
37468 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37469
37470         * MODULES.html.sh (Misc): Add byteswap.
37471
37472 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37473
37474         * modules/getcwd (Depends-on): Add extensions.
37475         * modules/openat (Depends-on): Likewise.
37476
37477 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37478
37479         * modules/byteswap: New file.
37480
37481 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37482
37483         * m4/byteswap.m4: New file.
37484
37485 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37486
37487         * lib/byteswap_.h: New file.
37488
37489 2005-04-25  Karl Berry  <karl@gnu.org>
37490
37491         * m4/gettext.m4: Update from GNU gettext 0.14.4.
37492
37493 2005-04-25  Albert Chin  <china@thewrittenword.com>
37494
37495         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
37496         Toolkit C bug.
37497
37498 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
37499
37500         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
37501         (func_ln_if_changed) Remove forcibly for no error message
37502         in case file does not exist.
37503
37504 2005-04-19  Simon Josefsson  <jas@extundo.com>
37505
37506         * gnulib-tool (Options): Make --symlink mean --symbolic.
37507
37508 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
37509
37510         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
37511
37512 2005-04-16  Simon Josefsson  <jas@extundo.com>
37513
37514         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
37515
37516 2005-04-15  Simon Josefsson  <jas@extundo.com>
37517
37518         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
37519
37520 2005-04-15  Simon Josefsson  <jas@extundo.com>
37521
37522         * gnulib-tool: Rename --symlink to --symbolic.
37523
37524 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
37525
37526         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
37527         symbolic links to files instead of copying/moving.  Add --aux-dir,
37528         specifying directory relative --dir where auxiliary build tools
37529         are placed.
37530
37531 2005-04-14  Bruno Haible  <bruno@clisp.org>
37532
37533         * modules/allocsa (License): Change to LGPL.
37534         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
37535
37536 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
37537
37538         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
37539         that "UTC +1 second" continues to work.  Problem reported
37540         by Dmitry V. Levin.
37541         (relunit_snumber): New rule.
37542         (relunit): Use it.
37543
37544 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
37545
37546         * lib/getdate.y (universal_time_zone_table): New constant.
37547         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
37548         universal_time_zone_table.
37549         (lookup_zone): Prefer universal_time_zone_table to
37550         local_time_zone_table, so that "GMT" time stamps are allowed in
37551         London during the summer.  Problem reported by Ian Abbott.
37552
37553 2005-04-12  Jim Meyering  <jim@meyering.net>
37554
37555         * lib/human.c (humblock): Set *options even when returning due to
37556         xstrtoumax conversion failure.  Thanks to a used-uninitialized
37557         warning from gcc-4.
37558
37559 2005-04-09  Jim Meyering  <jim@meyering.net>
37560
37561         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
37562         -Wuninitialized: initialize tm0.tm_year.
37563
37564 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
37565
37566         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
37567         count, since there's no maximum.  All uses changed.
37568         Add member dsts_seen.
37569         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
37570         not being INT_MAX.
37571         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
37572         Use pc_rels_seen to decide whther a date is absolute.
37573
37574         * lib/getdate.y (number): Don't overwrite year.
37575         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
37576         check.
37577
37578 2005-04-02  Simon Josefsson  <jas@extundo.com>
37579
37580         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
37581         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
37582
37583 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
37584
37585         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
37586         where no absolute path name can be longer than PATH_MAX.
37587
37588 2005-03-27  Jim Meyering  <jim@meyering.net>
37589
37590         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
37591
37592 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
37593
37594         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
37595         "one's complement" -> "ones' complement" in comment, as per Knuth.
37596         "value of type" -> "type or expression" in comment.
37597         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
37598
37599 2005-03-26  Jim Meyering  <jim@meyering.net>
37600
37601         Comment nits.
37602         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
37603         Correct typos: s/or/of/.
37604
37605 2005-03-26  Jim Meyering  <jim@meyering.net>
37606
37607         * modules/check-include-files: Move to ../ and rename to...
37608         * check-module: ...this.
37609
37610 2005-03-25  Jim Meyering  <jim@meyering.net>
37611
37612         * modules/xvasprintf (Files): Add xalloc.h.
37613
37614 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
37615
37616         * modules/gettext (Files): config/config.rpath ->
37617         build-aux/config.rpath
37618         * modules/iconv (Files): Likewise.
37619         Problem reported by Oskar Liljeblad.
37620
37621 2005-03-23  Jim Meyering  <jim@meyering.net>
37622
37623         * modules/check-include-files: New script to check for
37624         missing dependencies, multiple includes, etc.
37625
37626         * modules/c-strtold (Depends-on): Add xalloc.
37627         * modules/c-strtod (Depends-on): Add xalloc.
37628         * modules/hash (Depends-on): Add xalloc.
37629         (Files): Remove lib/xalloc.h.
37630
37631         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
37632         * modules/userspec (Files): Add lib/inttostr.h.
37633
37634 2005-03-23  Jim Meyering  <jim@meyering.net>
37635
37636         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
37637
37638 2005-03-22  Jim Meyering  <jim@meyering.net>
37639
37640         * modules/stat-macros: New module.
37641         * modules/canonicalize, modules/euidaccess, modules/file-type,
37642         * modules/filemode, modules/lchown, modules/makepath,
37643         * modules/rmdir, modules/stat: Depend on new stat-macros module
37644         rather than listing lib/stat-macros.h manually.
37645         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
37646
37647 2005-03-22  Jim Meyering  <jim@meyering.net>
37648
37649         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
37650
37651 2005-03-22  Bruno Haible  <bruno@clisp.org>
37652
37653         * config/srclist.txt: Replace target directory 'config' with
37654         'build-aux'.
37655         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
37656         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
37657         ../build-aux/.
37658
37659 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
37660
37661         * modules/chdir-long (Depends-on): Add mempcpy.
37662
37663         * modules/acl, modules/backupfile, modules/c-strtod,
37664         modules/c-strtold, modules/canon-host, modules/canonicalize,
37665         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
37666         modules/exclude, modules/exitfail, modules/file-type,
37667         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
37668         modules/getdate, modules/getline, modules/getpagesize,
37669         modules/getpass, modules/getugroups, modules/group-member,
37670         modules/hard-locale, modules/hash, modules/human, modules/idcache,
37671         modules/inttostr, modules/long-options, modules/makepath,
37672         modules/md5, modules/memcasecmp, modules/memcoll,
37673         modules/modechange, modules/mountlist, modules/path-concat,
37674         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
37675         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
37676         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
37677         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
37678         modules/strftime, modules/strndup, modules/strverscmp,
37679         modules/timespec, modules/unlocked-io, modules/userspec,
37680         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
37681         modules/yesno:
37682         Remove lib_SOURCES line from Makefile.am section, as this is now
37683         done automatically by the corresponding Autoconf macro.
37684
37685 2005-03-21  Jim Meyering  <jim@meyering.net>
37686
37687         Changes imported from coreutils.
37688
37689         * lib/cycle-check.c: Don't include xalloc.h.
37690
37691         * lib/path-concat.c: Don't include assert.h.
37692         (path_concat): Remove assertion that would have triggered
37693         for ABASE starting with more than one slash.
37694         Reported by Andreas Schwab.
37695
37696         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
37697         properly when ABASE is an absolute file name.
37698         Correct the description of this function.
37699         Include <assert.h>.
37700         Add an assertion and a test driver.
37701         This fixes a bug introduced on 2004-07-02.
37702         Andreas Schwab reported the resulting failure of cp --parents:
37703         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
37704
37705 2005-03-21  Jim Meyering  <jim@meyering.net>
37706
37707         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
37708         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
37709
37710 2005-03-21  Jim Meyering  <jim@meyering.net>
37711         and  Paul Eggert  <eggert@cs.ucla.edu>
37712
37713         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
37714         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
37715         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
37716         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
37717         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
37718         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
37719         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
37720         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
37721         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
37722         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
37723         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
37724         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
37725         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
37726         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
37727         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
37728         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
37729         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
37730         for these modules.
37731
37732 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
37733
37734         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
37735         (which shouldn't happen), generate nothing instead of returning 0
37736         immediately, so that nstrftime (NULL, ...) doesn't return 0.
37737
37738 2005-03-16  Bruno Haible  <bruno@clisp.org>
37739
37740         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
37741         HAVE_LONGLONG_64BIT.
37742
37743 2005-03-16  Bruno Haible  <bruno@clisp.org>
37744
37745         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
37746         HAVE_LONGLONG_64BIT.
37747
37748 2005-03-16  Bruno Haible  <bruno@clisp.org>
37749
37750         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
37751         HAVE_LONGLONG_64BIT.
37752
37753 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
37754
37755         * lib/strftime.c (my_strftime): Prepend space to format so that we can
37756         reliably distinguish strftime failure from empty output on POSIX
37757         hosts.
37758
37759 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
37760
37761         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
37762         (iconv_string): Don't guess a size-zero buffer, as that might cause
37763         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
37764         result would be 'too large', where 'too large' is (heuristically)
37765         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
37766         overflow concerns.  This will prevent some unwanted malloc failures
37767         when the inputs are very large.
37768
37769 2005-03-15  Karl Berry  <karl@gnu.org>
37770
37771         * config/srclist.txt (config.rpath): from gettext.
37772         * config/config.rpath: update.
37773
37774 2005-03-15  Bruno Haible  <bruno@clisp.org>
37775
37776         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
37777         to 'negate'.
37778
37779         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
37780         variable.
37781
37782         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
37783         results.
37784
37785 2005-03-14  Simon Josefsson  <jas@extundo.com>
37786
37787         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
37788         <fx@gnu.org>.
37789
37790 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
37791
37792         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
37793         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
37794         intprops.h.
37795         * lib/strtol.c: Likewise.
37796
37797 2005-03-14  Jim Meyering  <jim@meyering.net>
37798
37799         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
37800         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
37801         to be nonzero so that we (and caller) can detect the difference
37802         between a valid zero-length expansion and an error return, even
37803         when the underlying strftime fails before writing anything into
37804         that location.
37805
37806 2005-03-14  Bruno Haible  <bruno@clisp.org>
37807
37808         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
37809         Update from GNU gettext 0.14.3.
37810
37811 2005-03-10  Jim Meyering  <jim@meyering.net>
37812
37813         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
37814
37815 2005-03-10  Jim Meyering  <jim@meyering.net>
37816
37817         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
37818         so that this module works on systems without fchdir.
37819
37820 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
37821
37822         Factor int-properties macros into a single file, except for
37823         glibc-related files.
37824         * lib/intprops.h: New file.
37825         * lib/getloadavg.c: Include it instead of limits.h.
37826         (INT_STRLEN_BOUND): Remove.
37827         * lib/human.c: Include intprops.h.
37828         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
37829         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
37830         302/1000.
37831         * lib/inttostr.h: Include intprops.h instead of limits.h.
37832         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
37833         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
37834         for consistency with intprops.h.
37835         (time_t_is_integer, twos_complement_arithmetic): Use them.
37836         * lib/sig2str.h: Include <signal.h>, intprops.h.
37837         (INT_STRLEN_BOUND): Remove.
37838         * lib/strftime.c (TYPE_SIGNED): Remove.
37839         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
37840         * lib/strtol.c: Adjust comments to match intprops.h.
37841         * lib/userspec.c: Include intprops.h.
37842         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
37843         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
37844         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
37845         instead of rolling our own expressions.
37846         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
37847
37848         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
37849         instead of int.
37850         (my_strftime): Do not mishandle years close to INT_MAX, by doing
37851         the right thing even if adding 1900 would overflow.  Similarly
37852         for tm_mon + 1 and tm_yday + 1.
37853         Make %Y always equivalent to %C%y, and similarly for %G and %g.
37854         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
37855         (DO_SIGNED_NUMBER): New macro.
37856         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
37857
37858 2005-03-07  Bruno Haible  <bruno@clisp.org>
37859
37860         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
37861
37862 2005-03-07  Bruno Haible  <bruno@clisp.org>
37863
37864         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
37865
37866 2005-03-04  Derek R. Price  <derek@ximbiot.com>
37867
37868         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
37869         (func_import): Only replace files via --import when they have actually
37870         changed.
37871
37872 2005-03-03  Derek R. Price  <derek@ximbiot.com>
37873
37874         * m4/mmap-anon.m4: New file.
37875         * m4/pagealign_alloc.m4: New file.
37876
37877 2005-03-03  Derek R. Price  <derek@ximbiot.com>
37878             Bruno Haible  <bruno@clisp.org>
37879
37880         * modules/pagealign_alloc: New file.
37881         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
37882
37883 2005-03-03  Derek R. Price  <derek@ximbiot.com>
37884             Bruno Haible  <bruno@clisp.org>
37885
37886         * lib/pagealign_alloc.h: New file.
37887         * lib/pagealign_alloc.c: New file.
37888
37889 2005-03-03  Bruno Haible  <bruno@clisp.org>
37890
37891         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
37892         Use an all-permissive copyright notice, recommended by RMS.
37893
37894 2005-03-02  Bruno Haible  <bruno@clisp.org>
37895
37896         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
37897         of AIX, the replacement has to be done only after <string.h> is
37898         included, therefore not in config.h. stpncpy.h does the replacement,
37899         and stpncpy.c uses it.
37900
37901 2005-03-02  Bruno Haible  <bruno@clisp.org>
37902
37903         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
37904         stpncpy.c uses it.
37905
37906 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37907
37908         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
37909         The workaround isn't strictly needed for POSIX conformance, and
37910         it's too much of a pain to configure and maintain.  We'll ask
37911         people to fix their kernels instead.
37912         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
37913         (NANOSLEEP_BUG_WORKAROUND): Remove.
37914         (xnanosleep): Remove the workaround.
37915
37916 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37917
37918         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
37919         Reported by Derek Price.
37920         (Include): Add "timespec.h".
37921
37922         * modules/xnanosleep (Depends-on): Remove gethrxtime.
37923
37924 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37925
37926         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
37927         to detect nanosleep bug.
37928
37929 2005-03-01  Bruno Haible  <bruno@clisp.org>
37930
37931         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
37932
37933 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
37934
37935         * modules/gethrxtime: New file.
37936         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
37937         (Depends-on): Add gethrxtime.
37938         (configure.ac): Add gl_XNANOSLEEP.
37939         (Makefile.am): Remove lib_SOURCES line.
37940
37941 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37942
37943         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
37944         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
37945
37946 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37947
37948         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
37949         * lib/timespec.h (gettime): Return void, since it always
37950         succeeds now.  All uses changed.
37951         * lib/gettime.c (gettime) Likewise.
37952         [HAVE_NANOTIME]: Prefer nanotime.
37953         Assume gettimeofday succeeds, as POSIX requires.
37954         Assime time () succeeds, since other code already does.
37955         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
37956         (timespec_subtract): Remove.
37957         (NANOSLEEP_BUG_WORKAROUND): New constant.
37958         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
37959         things considerably.  Use it only on GNU/Linux hosts, since the
37960         workaround shouldn't be needed elsewhere.
37961
37962 2005-02-24  Bruno Haible  <bruno@clisp.org>
37963
37964         * modules/gettext (Files): Add m4/glibc2.m4.
37965
37966 2005-02-24  Bruno Haible  <bruno@clisp.org>
37967
37968         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
37969         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
37970         * m4/progtest.m4:
37971         Update from GNU gettext 0.14.2.
37972         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
37973
37974 2005-02-24  Bruno Haible  <bruno@clisp.org>
37975
37976         * lib/localcharset.c: Update from GNU gettext 0.14.2.
37977         * lib/config.charset: Update from GNU gettext 0.14.2.
37978
37979 2005-02-24  Bruno Haible  <bruno@clisp.org>
37980
37981         * lib/gettext.h: Update from GNU gettext 0.14.2.
37982
37983 2005-02-23  Simon Josefsson  <jas@extundo.com>
37984
37985         * m4/iconvme.m4: New file.
37986
37987 2005-02-23  Jim Meyering  <jim@meyering.net>
37988
37989         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
37990         change.
37991         Thanks to Bruno Haible for catching it.
37992
37993 2005-02-22  Simon Josefsson  <jas@extundo.com>
37994
37995         * modules/iconvme: New file.
37996
37997         * MODULES.html.sh: Add iconvme.
37998
37999 2005-02-22  Simon Josefsson  <jas@extundo.com>
38000
38001         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
38002
38003 2005-02-22  Simon Josefsson  <jas@extundo.com>
38004
38005         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
38006
38007 2005-02-22  Jim Meyering  <jim@meyering.net>
38008
38009         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
38010         s/ifndef/ifdef/.
38011
38012 2005-02-20  Neil Conway  <neilc@samurai.com>
38013
38014         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
38015         returned by OSX/Darwin if the specified buffer is not large
38016         enough for the hostname.
38017
38018 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38019
38020         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
38021         pass it to _help, otherwise the latter coredumps trying to
38022         dereference state.root_argp.
38023
38024 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38025
38026         * modules/chdir-long (Depends-on): Add memrchr.
38027         * modules/memrchr (Files): Add lib/memrchr.h.
38028         (Include): "memrchr.h".
38029
38030 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38031
38032         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
38033
38034 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38035
38036         * lib/memrchr.h: New file.
38037         * lib/chdir-long.c: Include it.
38038         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
38039         Don't bother including stddef.h.
38040
38041 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
38042
38043         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
38044         inclusion.
38045         Include <sys/types.h>, for dev_t.
38046         (ME_DUMMY, ME_REMOTE): Move from here....
38047         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
38048         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
38049         Dmitry V. Levin.
38050         Include mountlist.h first, to test the interface.
38051
38052 2005-01-29  Bruno Haible  <bruno@clisp.org>
38053
38054         * lib/progname.c (program_name): Initialize.
38055         Needed when linking statically on MacOS X.
38056
38057 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38058
38059         Sync from coreutils.
38060         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
38061         (Depends-on): Add c-strtod.
38062         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
38063
38064 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38065
38066         Sync from coreutils.
38067         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
38068
38069         Remove files that are specific to coreutils.
38070         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
38071
38072 2005-01-28  Bruno Haible  <bruno@clisp.org>
38073
38074         * modules/javacomp: New file.
38075         * MODULES.html.sh (Java): Add javacomp.
38076
38077 2005-01-28  Bruno Haible  <bruno@clisp.org>
38078
38079         * m4/javacomp.m4: New file, from GNU gettext.
38080
38081 2005-01-28  Bruno Haible  <bruno@clisp.org>
38082
38083         * lib/javacomp.sh.in: New file, from GNU gettext.
38084         * lib/javacomp.h: New file, from GNU gettext.
38085         * lib/javacomp.c: New file, from GNU gettext.
38086
38087 2005-01-26  Simon Josefsson  <jas@extundo.com>
38088
38089         * lib/gai_strerror.c: Use GPL in header.
38090
38091 2005-01-26  Bruno Haible  <bruno@clisp.org>
38092
38093         * modules/javaexec: New file.
38094         * MODULES.html.sh (Java): Add javaexec.
38095
38096 2005-01-26  Bruno Haible  <bruno@clisp.org>
38097
38098         * m4/javaexec.m4: New file, from GNU gettext.
38099
38100 2005-01-26  Bruno Haible  <bruno@clisp.org>
38101
38102         * lib/javaexec.sh.in: New file, from GNU gettext.
38103         * lib/javaexec.h: New file, from GNU gettext.
38104         * lib/javaexec.c: New file, from GNU gettext.
38105
38106 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38107
38108         * modules/lchown (Depends-on): Remove lchown.h
38109
38110 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38111
38112         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
38113         must be defined if the header file was not found, in order
38114         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
38115
38116 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38117
38118         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
38119         initializers for struct pentry_state.
38120         (__argp_error): Check return value of __asprintf
38121         (__argp_failure): Translate error message
38122
38123         * lib/argp-parse.c: Removed braces around the expansion of N_()
38124
38125 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
38126
38127         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
38128         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
38129         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
38130         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
38131         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
38132         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
38133         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
38134         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
38135         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
38136         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
38137         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
38138         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
38139         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
38140         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
38141         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
38142         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
38143         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
38144         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
38145         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
38146         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
38147         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
38148         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
38149         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
38150         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
38151         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
38152         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
38153         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
38154         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
38155         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
38156         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
38157         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
38158         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
38159         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
38160         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
38161         xstrtol.m4, xstrtoumax.m4, yesno.m4:
38162         Use an all-permissive copyright notice, recommended by RMS.
38163
38164 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
38165
38166         * modules/chdir-long (Depends-on): Remove mempcpy.
38167
38168 2005-01-21  Jim Meyering  <jim@meyering.net>
38169
38170         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
38171         same value as for Solaris 9.
38172
38173         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
38174         component length.  This included changing the parameter to be
38175         of type `char *' rather than `char const *'.
38176         * lib/chdir-long.h (chdir_long): Update prototype.
38177
38178         * lib/openat.c (fdopendir, fstatat): New functions.
38179         * lib/openat.h: Include headers required for use of DIR and struct
38180         stat.
38181         [AT_SYMLINK_NOFOLLOW]: Define.
38182         (fdopendir, fstatat): Add prototypes.
38183
38184 2005-01-21  Bruno Haible  <bruno@clisp.org>
38185
38186         * modules/classpath: New file.
38187         * MODULES.html.sh (Java): Add classpath.
38188
38189 2005-01-21  Bruno Haible  <bruno@clisp.org>
38190
38191         * lib/classpath.h: New file, from GNU gettext.
38192         * lib/classpath.c: New file, from GNU gettext.
38193
38194 2005-01-20  Simon Josefsson  <jas@extundo.com>
38195
38196         * modules/version-etc-fsf: New file.
38197
38198 2005-01-20  Simon Josefsson  <jas@extundo.com>
38199
38200         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
38201         * lib/version-etc.c: Remove version_etc_copyright.
38202         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
38203         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
38204
38205 2005-01-20  Simon Josefsson  <jas@extundo.com>
38206
38207         * lib/base64.h (isbase64): Add.
38208
38209         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
38210         using a unsigned prototype, don't inline.
38211         (base64_decode): Use it.
38212
38213 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38214
38215         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
38216         it.
38217
38218 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38219
38220         * lib/save-cwd.c (save_cwd): Remove code to support the case
38221         where fchdir is missing or flaky.
38222
38223 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38224
38225         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
38226
38227 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
38228
38229         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
38230         AC_LIBSOURCES now does this.
38231         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
38232         with new ullong_max module.
38233
38234 2005-01-19  Bruno Haible  <bruno@clisp.org>
38235
38236         * modules/sh-quote: New file.
38237         * MODULES.html.sh (Executing programs): Add sh-quote.
38238
38239 2005-01-19  Bruno Haible  <bruno@clisp.org>
38240
38241         * lib/sh-quote.h: New file, from GNU gettext.
38242         * lib/sh-quote.c: New file, from GNU gettext.
38243
38244 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38245
38246         Merge from coreutils.
38247         * m4/ullong_max.m4: New file.
38248         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
38249         (gl_MACROS): Assume localeconv exists.
38250
38251 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38252
38253         Merge changes from coreutils, as described below in several
38254         changelogs dated today.
38255
38256         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
38257         (O_DIRECTORY): Remove; not needed here, since "." must be
38258         a directory.  All uses removed.
38259         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
38260         universal on Suns, and we also need to test for IRIX.
38261         Revamp code to use 'if' rather than '#if'.
38262         Avoid unnecessary comparison of cwd->desc to 0.
38263
38264         * lib/utimens.c (futimens): Robustify the previous patch, by checking
38265         for known valid error numbers rather than observed invalid ones.
38266
38267 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38268
38269         * modules/ullong_max: New file.
38270
38271         * modules/chdir-long, modules/openat: New files.
38272         * modules/save-cwd (Depends-on): Depend on chdir-long.
38273         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
38274
38275 2005-01-18  Jim Meyering  <jim@meyering.net>
38276
38277         Merge from coreutils.
38278         * m4/chdir-long.m4, m4/openat.m4: New files.
38279         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
38280         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
38281         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
38282         is sane and DOES follow symlinks.  Besides, testing 20 different
38283         systems found no broken chown implementations.
38284         Prompted by a change in rsync's copy of this macro.
38285         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
38286
38287         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
38288
38289         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
38290         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
38291         NULL-means-set-to-current-time semantics.
38292         Remove temporary file immediately, rather than waiting
38293         for configure's at-exit trap code to do it.
38294
38295 2005-01-18  Jim Meyering  <jim@meyering.net>
38296
38297         * lib/version-etc.c (version_etc_copyright): Update copyright date.
38298
38299         * lib/utimens.c (futimens): Account for the fact that futimes
38300         can also fail with errno == ENOSYS or errno == ENOENT.
38301         Patch from Dmitry V. Levin.
38302
38303         Change the name of the robust chdir function from chdir to chdir_long.
38304         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
38305         (restore_cwd): Use chdir_long, not chdir.
38306         * lib/chdir-long.c: Renamed from chdir.c.
38307         * lib/chdir-long.h: Renamed from chdir.h.
38308         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
38309         Hurd.
38310
38311 2005-01-18  Bruno Haible  <bruno@clisp.org>
38312
38313         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
38314         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
38315         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
38316         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
38317         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
38318         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
38319         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
38320         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
38321         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
38322         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
38323         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
38324         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
38325         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
38326         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
38327         Use an all-permissive copyright notice, recommended by RMS.
38328
38329 2005-01-18  Bob Proulx  <bob@proulx.com>
38330
38331         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
38332         simplify offsetof() macro construct to avoid compile failure with
38333         native HP-UX 11.0 ANSI C compiler.
38334
38335 2005-01-17  Bruno Haible  <bruno@clisp.org>
38336
38337         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
38338         redundant because stpncpy.m4 takes care of it.
38339
38340 2005-01-17  Bruno Haible  <bruno@clisp.org>
38341
38342         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
38343
38344 2005-01-17  Bruno Haible  <bruno@clisp.org>
38345
38346         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
38347         used.
38348
38349 2005-01-17  Bruno Haible  <bruno@clisp.org>
38350
38351         * lib/fwriteerror.h (fwriteerror): Change specification to include
38352         fclose.
38353         * lib/fwriteerror.c: Include <stdbool.h>.
38354         (fwriteerror): At the end, close the file stream. Record whether
38355         stdout was already closed.
38356
38357 2005-01-17  Bruno Haible  <bruno@clisp.org>
38358
38359         * lib/execute.c (environ): Declare if needed.
38360         * lib/pipe.c (environ): Likewise.
38361         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
38362
38363 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38364
38365         * modules/argp: Depend on vsnprintf
38366
38367 2005-01-10  Jim Meyering  <jim@meyering.net>
38368
38369         * modules/closeout (Depends-on): Add atexit.
38370
38371 2005-01-06  Bruno Haible  <bruno@clisp.org>
38372
38373         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
38374
38375 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
38376
38377         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
38378         definitions to be after all include files, to avoid collisions.
38379         Problem reported by Bob Proulx.
38380
38381 2005-01-04  Jim Meyering  <jim@meyering.net>
38382
38383         Changes imported from coreutils.
38384         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
38385         as the mkstemp template, use a temporary directory and an
38386         8.3-friendly template to avoid trouble on systems like DJGPP.
38387         Reported by Juan M. Guerrero via Stepan Kasal.
38388         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
38389         close. Remove the temporary directory right away, rather than waiting
38390         for configure's at-exit trap code to do it.
38391         Suggestion from Stepan Kasal.
38392
38393 2005-01-01  Simon Josefsson  <jas@extundo.com>
38394
38395         * gnulib-tool: Print #include directives when --import'ing.
38396
38397 2004-12-28  Simon Josefsson  <jas@extundo.com>
38398
38399         * tests/test-base64.c: Include required header files.  Remove
38400         unused variables.
38401
38402 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
38403
38404         * modules/error (Depends-on): Remove gettext.
38405
38406 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
38407
38408         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
38409         not needed.  This removes a dependency on the gettext module.
38410         [defined _LIBC]: Do not include <libintl.h>; not needed.
38411
38412 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
38413
38414         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
38415         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
38416
38417 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
38418
38419         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
38420         HAVE_DECL_STRTOLD.
38421
38422 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38423
38424         * modules/getdate (Depends-on): Remove alloca-opt.
38425
38426 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38427
38428         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
38429
38430 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38431
38432         * lib/argp-parse.c: Include <stddef.h>.
38433         (alignof, alignto): New macros.
38434         (parser_init): Don't assume that void * is aligned sufficiently
38435         for struct option.
38436
38437         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
38438         need to extend the stack.
38439         (YYINITDEPTH): New macro, so that the initial stack isn't overly
38440         large.
38441
38442 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38443
38444         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
38445
38446 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
38447
38448         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
38449         (2004-10-24) change.  Apparently this was a false alarm.
38450
38451         * modules/getdate: Depend on alloca-opt, not alloca.
38452
38453 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
38454
38455         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
38456         Remove now-obsolete comment about AIX.
38457         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
38458         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
38459         (YYMAXDEPTH): New macro.
38460
38461 2004-12-18  Simon Josefsson  <jas@extundo.com>
38462
38463         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
38464
38465 2004-12-18  Bruno Haible  <bruno@clisp.org>
38466
38467         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
38468
38469 2004-12-18  Bruno Haible  <bruno@clisp.org>
38470
38471         * lib/fatal-signal.c (fatal_signals): Make non-const.
38472         (init_fatal_signals): New function.
38473         (uninstall_handlers, install_handlers): Ignore signals that were set to
38474         SIG_IGN.
38475         (at_fatal_signal): Call init_fatal_signals.
38476         (init_fatal_signal_set): Likewise. Ignore signals that were set to
38477         SIG_IGN.
38478         Reported by Paul Eggert.
38479
38480 2004-12-18  Bruno Haible  <bruno@clisp.org>
38481
38482         * doc/alloca.texi: New file.
38483         * doc/alloca-opt.texi: New file.
38484
38485 2004-12-17  Jim Meyering  <jim@meyering.net>
38486
38487         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
38488         Otherwise, install-sh could exit with improper exit status when
38489         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
38490
38491 2004-12-16  Simon Josefsson  <jas@extundo.com>
38492
38493         * tests/test-base64.c: Add license.
38494
38495 2004-12-15  Stepan Kasal  <address@hidden>
38496
38497         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
38498
38499 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
38500
38501         * modules/getcwd (Files): Add m4/d-ino.m4.
38502         Suggested by Mark D. Baushke.
38503
38504 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
38505
38506         * lib/getdate.y (textint): New member "negative".
38507         (time_zone_hhmm): New function.
38508         Expect 14 shift-reduce conflicts, not 13.
38509         (o_colon_minutes): New rule.
38510         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
38511         (yylex): Set the "negative" member of signed numbers.
38512
38513 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
38514
38515         * doc/getdate.texi (Time of day items, Time zone items):
38516         Describe new formats +00:00, UTC+00:00.
38517
38518 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
38519
38520         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
38521         spurious "-l"s.  Problem reported by Stepan Kasal.
38522
38523 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
38524
38525         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
38526         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
38527
38528 2004-12-04  Simon Josefsson  <jas@extundo.com>
38529
38530         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
38531         Vandoorselaere <yoann@prelude-ids.org>.
38532
38533 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
38534
38535         Changes imported from coreutils.
38536         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
38537         exist.
38538         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
38539
38540 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
38541
38542         Changes imported from coreutils.
38543         * lib/hard-locale.c: Assume <locale.h> exists.
38544         Include "strdup.h".
38545         (GLIBC_VERSION): New macro.
38546         (hard_locale): Assume setlocale exists.
38547         Rewrite to avoid #ifdef.
38548         Use strdup rather than malloc + strcpy.
38549         * lib/human.c: Assume <locale.h> exists.
38550         (human_readable): Assume localeconv exists.
38551
38552 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
38553
38554         * modules/hard-locale (Depends-on): Add strdup.
38555
38556 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
38557
38558         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
38559         convert T2, not T.  (Imported from libc.)
38560
38561 2004-11-30  Simon Josefsson  <jas@extundo.com>
38562
38563         * modules/restrict (License): Change to LGPL.
38564
38565 2004-11-30  Simon Josefsson  <jas@extundo.com>
38566
38567         * m4/restrict.m4: Add copyright and copying conditions.
38568
38569 2004-11-30  Simon Josefsson  <jas@extundo.com>
38570
38571         * m4/base64.m4: New file.
38572
38573 2004-11-30  Simon Josefsson  <jas@extundo.com>
38574
38575         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
38576         base64.
38577
38578         * tests/test-base64.c: New file.
38579
38580         * modules/base64: New file.
38581
38582 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
38583
38584         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
38585         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
38586
38587         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
38588
38589 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
38590
38591         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
38592         (__getcwd.c): Don't restore errno; glibc doesn't.
38593         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
38594         first, falling back to our code only if its results look suspicious.
38595         Ensure that the resulting buffer is only as large as necessary.
38596
38597         * lib/readutmp.c: Include readutmp.h first.
38598         Include <errno.h>, since readutmp.h no longer does that.
38599         * lib/readutmp.h: Don't include <errno.h>,
38600         <sys/param.h>, <time.h>; not needed to establish interface.
38601         (errno): Remove decl.
38602         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
38603         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
38604         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
38605
38606 2004-11-28  Simon Josefsson  <jas@extundo.com>
38607
38608         * lib/base64.h, base64.c: New file.
38609
38610 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
38611
38612         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
38613
38614 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
38615
38616         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
38617         (Depends-on): Remove pathmax, same.  Add mempcpy.
38618         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
38619         (Makefile.am): Append getcwd.h to lib_SOURCES.
38620         (Include): Add getcwd.h.
38621         (Maintainer): Change from Jim Meyering to "all, glibc",
38622         since getdate now uses intended-for-glibc code.
38623         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
38624         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
38625
38626 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
38627
38628         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
38629         HP's ANSI C compiler.
38630         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
38631         Declaring int functions causes warnings on some modern systems and
38632         shouldn't be needed to compile on ancient ones.
38633         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
38634         defined.
38635
38636         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
38637         with the following changes.
38638         (__set_errno): Parenthesize properly.
38639         Include <stdbool.h>.
38640         (MIN, MAX, MATCHING_INO): New macros.
38641         (__getcwd): Define with prototype, not K&R form.
38642         Use heuristics to allocate default buffer on stack if possible.
38643         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
38644         behavior, and to avoid the PATH_MAX limit when computing
38645         ../../../../...
38646         Use MATCHING_INO to compare inode number to file.
38647         Check for arithmetic overflow in size calculations.
38648         Fix bug in reallocation of dot array that caused getcwd to fail
38649         on directories nested deeper than 75.
38650         Be more careful about saving errno on error.
38651         Do not use realloc; use only free+malloc, as this is a bit
38652         more flexible and avoids a needless copy operation.
38653         Do not inspect st_dev and st_ino for symbolic links; POSIX
38654         doesn't specify the latter.
38655         Check for closedir errors.
38656         Avoid needless casts.
38657         Use "#ifdef weak_alias" around weak_alias, to be like other
38658         glibc code.
38659         The following changes to getcwd.c have effect only when used in
38660         gnulib; they have no effect inside glibc proper.
38661         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
38662         as alloca isn't used.
38663         (alloca, __alloca): Likewise.
38664         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
38665         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
38666         unconditionally, as gnulib assumes C89 or better.
38667         Do not include <sys/param.h>.
38668         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
38669         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
38670         better.
38671         (NULL) [!defined NULL]: Remove; we assume C89 or better.
38672         Include <dirent.h> in a way that is compatible with modern Autoconf.
38673         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
38674         New macros, if not already defined.
38675         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
38676         Use "_LIBC", not "defined _LIBC", for consistency.
38677         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
38678         a mempcpy module.
38679         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
38680         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
38681         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
38682         credit only to Jim Meyering and adjust the copyright dates.
38683         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
38684         <stdlib.h>, <unistd.h>, "pathmax.h".
38685         Instead, include "xgetcwd.h" (first) and "getcwd.h".
38686         (INITIAL_BUFFER_SIZE): Remove.
38687         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
38688
38689 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
38690
38691         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
38692         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
38693         Use the _ONCE methods, for efficiency.
38694         Check for fcntl.h.  In test program, include <errno.h>
38695         and <fcntl.h> if available.  Remove old K&R cruft from
38696         test program.  Check for common errors in GNU/Linux,
38697         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
38698         don't do AC_LIBOBJ, as that's getcwd.m4's job.
38699         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
38700         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
38701         name accordingly.
38702         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
38703         accommodate new getcwd.c.
38704         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
38705         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
38706         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
38707         that's all we need now.
38708
38709 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38710
38711         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
38712         argp-parse.c depends on getopt internals, that means we should
38713         always use our getopt, to be on the safe side.
38714         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
38715         order not to spoil the result of an eventual previous invocation
38716         of gl_GETOPT_SUBSTITUTE.
38717
38718 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38719
38720         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
38721         redefinition warnings. To avoid them, include the defines
38722         in `#if !defined __need_getopt ... #endif'. The only place
38723         where __getopt_argv_const is used is in definitions
38724         of getopt_long and getopt_long_only below, which are as well
38725         protected by `#ifndef __need_getopt'.
38726         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
38727         __need_getopt after including <stdio.h> and <unistd.h> These
38728         headers might have defined it.
38729
38730 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
38731
38732         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
38733
38734 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
38735
38736         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
38737         (futimens): New function, which uses futimes if available.
38738         (futimens, utimens): Support timespec==NULL, with same semantics
38739         as utime and utimens.
38740         * lib/utimens.h (futimens): New decl.
38741
38742 2004-11-23  Jim Meyering  <jim@meyering.net>
38743
38744         * lib/getopt_.h: Remove trailing blanks.
38745
38746 2004-11-23  Jim Meyering  <jim@meyering.net>
38747
38748         * lib/__fpending.c: Add comment.
38749
38750 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
38751
38752         * modules/canonicalize (Depends-on): Add xreadlink.
38753         Problem reported by James Youngman.
38754
38755 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
38756
38757         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
38758         New macros.
38759         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
38760         optopt): Use them instead of invoking ## directly; otherwise, the
38761         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
38762
38763 2004-11-19  Bruno Haible  <bruno@clisp.org>
38764
38765         * lib/strtok_r.c: Move comments from here...
38766         * lib/strtok_r.h: ... to here.
38767
38768 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
38769
38770         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
38771         implementations that mishandle size_t overflow.
38772
38773 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
38774
38775         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
38776         might fail.  Problem reported by Yoann Vandoorselaere.
38777         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
38778         implementations that mishandle size_t overflow.
38779
38780 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
38781
38782         * modules/canon-host (Depends-on): Add strdup.
38783
38784 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
38785
38786         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
38787
38788 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
38789
38790         * lib/canon-host.c: Include "strdup.h".
38791         (canon_host): Use getaddrinfo if available, so that IPv6 works.
38792         Use strdup instead of malloc/strcpy to duplicate strings.
38793
38794         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
38795         (human_space_before_unit): New constant.
38796         * lib/human.c (human_readable): Support it.
38797
38798         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
38799         (xgetcwd): Set errno correctly when failing.
38800         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
38801         the failure is actually due to a PATH_MAX problem.
38802
38803         Further getopt changes to make it more likely that glibc will
38804         buy the changes back.
38805         * lib/getopt.c (POSIXLY_CORRECT): New constant.
38806         (getopt): Use it, so to preserve glibc semantic
38807         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
38808         when compiling for libc.
38809         * lib/getopt_.h (__getopt_argv_const): Bring it back.
38810         (getopt_long, getopt_long_only): Use it.
38811
38812         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
38813         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
38814         (getopt): Argv is now char * const *, as per standard.
38815         (_getopt_internal_r, _getopt_internal): Argv is now char **,
38816         not char *__getopt_argv_const *.
38817         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
38818         _getopt_long_only_r): Likewise.
38819         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
38820         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
38821         _getopt_long_r, _getopt_long_only_r): Likewise.
38822         * lib/getopt_.h (__getopt_argv_const): Remove.
38823         (getopt): Argv is now char * const *, as per standard.
38824
38825         * lib/getdate.y (tORDINAL): New token.
38826         (day, relunit): Allow it for relative times.
38827         (relative_time_table): Use tORDINAL for ordinals.
38828
38829 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
38830
38831         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
38832         Document that "second" isn't allowed as an ordinal number.
38833
38834 2004-11-16  Jim Meyering  <jim@meyering.net>
38835
38836         * modules/closeout (Depends-on): Add fpending.
38837
38838 2004-11-15  Jim Meyering  <jim@meyering.net>
38839
38840         * lib/closeout.c: Include "__fpending.h" once again.
38841         Include <stdbool.h>.
38842         (close_stdout): Don't fail just because stdout was closed initially,
38843         since some programs don't write to stdout in the normal course of
38844         operation (other than --version and --help), and we don't want this
38845         function to make e.g. `touch file >&-' fail.
38846         But do fail if it was closed and someone has tried to write to it.
38847         E.g., `printf foo >&-' must fail.
38848
38849 2004-11-13  Jim Meyering  <jim@meyering.net>
38850
38851         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
38852
38853 2004-11-12  Simon Josefsson  <jas@extundo.com>
38854
38855         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
38856         small doc fix is still pending.
38857
38858 2004-11-11  Simon Josefsson  <jas@extundo.com>
38859
38860         * modules/strtok_r: New file.
38861
38862         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38863         strtok_r.
38864
38865 2004-11-11  Simon Josefsson  <jas@extundo.com>
38866
38867         * m4/strtok_r.m4: New file.
38868
38869         * m4/getopt.m4: Replace opterr.
38870
38871 2004-11-11  Simon Josefsson  <jas@extundo.com>
38872
38873         * lib/strtok_r.h, strtok_r.c: New file.
38874
38875 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
38876
38877         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
38878         of replacing opterr, getopt, etc.  This should handle the
38879         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
38880
38881 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
38882
38883         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
38884         we can stop lying to compilers about the constness of argv when we
38885         are compiled outside glibc.
38886         (getopt, getopt_long, getopt_long_only): Use it.
38887         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
38888         _getopt_internal, getopt): Likewise.
38889         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
38890         _getopt_long_only_r): Likewise.
38891         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
38892         _getopt_long_r, _getopt_long_only_r): Likewise.
38893
38894         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
38895         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
38896         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
38897         the other external symbols.
38898         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
38899         declaration, since the above renaming now works around collisions.
38900
38901 2004-11-11  Jim Meyering  <jim@meyering.net>
38902
38903         * lib/linebreak.c: Remove trailing blanks.
38904         * lib/alloca_.h: Likewise.
38905         * lib/acosl.c: Likewise.
38906         * lib/euidaccess.c: Likewise.
38907         * lib/allocsa.h: Likewise.
38908
38909 2004-11-10  Simon Josefsson  <jas@extundo.com>
38910
38911         * m4/getaddrinfo.m4: New file.
38912
38913 2004-11-10  Simon Josefsson  <jas@extundo.com>
38914
38915         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
38916
38917 2004-11-10  Simon Josefsson  <jas@extundo.com>
38918
38919         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38920         getaddrinfo.
38921
38922         * modules/getaddrinfo: New file.
38923
38924 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
38925
38926         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
38927
38928 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
38929
38930         * lib/mktime.c (SHR): New macro, which is a portable
38931         substitute for >> that should work even on Crays.
38932         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
38933         Problem reported by Mark D. Baushke in
38934         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
38935         * lib/getdate.y (SHR): Likewise.
38936         (tm_diff): Use it.
38937         * lib/strftime.c (SHR): Likewise.
38938         (tm_diff): Use it.
38939         * lib/quotearg.c (struct quoting_options): Use unsigned int for
38940         quote_these_too, so that right shifts are well defined.  All uses
38941         changed.
38942
38943 2004-11-10  Jim Meyering  <jim@meyering.net>
38944
38945         Ensure that no close failure goes unreported.
38946         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
38947         return early when it seems there's nothing to flush.
38948         Don't include __fpending.h.
38949
38950 2004-11-10  Jim Meyering  <jim@meyering.net>
38951
38952         * modules/closeout (Depends-on): Remove fpending.
38953
38954 2004-11-10  Jim Meyering  <jim@meyering.net>
38955
38956         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
38957
38958 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
38959
38960         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
38961         gl_FUNC_STRFTIME.
38962         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
38963         and AC_REQUIRE when possible, to avoid duplicate checks.
38964         Check for <wchar.h>.
38965
38966 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
38967
38968         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
38969
38970 2004-11-09  Bruno Haible  <bruno@clisp.org>
38971
38972         * m4/sockpfaf.m4: New file.
38973
38974 2004-11-05  Bruno Haible  <bruno@clisp.org>
38975
38976         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
38977         Reported by Mark D. Baushke <mdb@cvshome.org>.
38978
38979 2004-11-04  Bruno Haible  <bruno@clisp.org>
38980
38981         2004-09-11  Bruno Haible  <bruno@clisp.org>
38982                 * allocsa.valgrind: New file.
38983         2004-02-06  Bruno Haible  <bruno@clisp.org>
38984                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
38985                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
38986                 Reported by Christopher Seip <chris.seip@hp.com>.
38987
38988 2004-11-04  Bruno Haible  <bruno@clisp.org>
38989
38990         * modules/allocsa (Files): Add lib/allocsa.valgrind.
38991         (Makefile.am): Distribute it.
38992
38993 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
38994
38995         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
38996         with errno == ERANGE if the buffer is too small.
38997         Problem reported by Mark D. Baushke.
38998
38999 2004-11-03  Albert Chin  <china@thewrittenword.com>
39000             Paul Eggert  <eggert@cs.ucla.edu>
39001
39002         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
39003         equivalent, substitute $ac_type for equivalent type rather than
39004         blindly using uint32_t *always* which won't work if uint32_t is not
39005         available.  Define _UINT32_T to work around typedef of uint32_t if
39006         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
39007         2.5.1.
39008
39009 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39010
39011         * m4/jm-macros.m4: Sync from coreutils.
39012         (gl_MACROS): Check for mbrlen, for pathchk.
39013         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
39014
39015 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39016
39017         * lib/xreadlink.c (MAXSIZE): New macro.
39018         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
39019         size does not exceed MAXSIZE.  Avoid cast.
39020         As suggested by Mark D. Baushke in
39021         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
39022         if readlink fails with buffer size just under MAXSIZE, try again
39023         with MAXSIZE.
39024
39025 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39026
39027         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
39028
39029 2004-11-02  Derek R. Price  <derek@ximbiot.com>
39030         and  Paul Eggert  <eggert@cs.ucla.edu>
39031
39032         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
39033         (get_date): Overparenthesize to avoid GCC warning.
39034
39035 2004-11-02  Bruno Haible  <bruno@clisp.org>
39036
39037         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
39038         returns void.
39039
39040 2004-11-02  Bruno Haible  <bruno@clisp.org>
39041
39042         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
39043         function returns void.
39044
39045 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
39046
39047         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
39048         fflush_unlocked, flockfile, funlockfile, funlockfile,
39049         fputs_unlocked, putc_unlocked.
39050
39051 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
39052
39053         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
39054         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
39055         already declared.
39056
39057 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39058
39059         * modules/getdate (Files): Add doc/getdate.texi.
39060         (Depends-on): Add setenv, xalloc.
39061
39062 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39063
39064         * lib/getdate.y: Add support for TZ="foo" within a date string.
39065         Fix some bugs near time_t boundaries.  Reject dates with
39066         out-of-range components, e.g., "Sept 31".
39067         Include <stdlib.h>, "setenv.h", "xalloc.h".
39068         (ISDIGIT_LOCALE): Remove; unused.
39069         Note that the TZ and time functions used here are not reentrant.
39070         (mktime_ok, get_tz): New functions.
39071         (TZBUFSIZE): New constant.
39072         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
39073         This requires that we sometimes generate our own TZ="XXX..." setting.
39074
39075 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39076
39077         * doc/getdate.texi: New file, from coreutils with modifications for
39078         the new TZ parsing.
39079
39080 2004-10-27  Derek R. Price  <derek@ximbiot.com>
39081
39082         * lib/mktime.c (not_equal_tm): Remove redundant check.
39083
39084 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39085
39086         * modules/regex (lib_SOURCES): Add regex.c.
39087         Reported by James Youngman in
39088         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
39089
39090 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39091
39092         * lib/getdate.y: Use Bison 1.875 features, and some minor
39093         code cleanups.  This change does not affect semantics.
39094         Don't include <stdlib.h>; no longer needed.
39095         Don't include unlocked-io.h; only the "#if TEST" code uses
39096         stdio, and performance isn't crucial there.
39097         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
39098         Bison 1.875 features as described below.
39099         All uses of "PC." replaced by "pc->".
39100         (YYSTYPE): Add a forward declaration.
39101         (yylex, yyerror): Use full prototypes in forward decls.
39102         Use "%pure-parser" rather than obsolescent "%pure_parser".
39103         Use %parse-param and %lex-param instead of obsolescent
39104         YYPARSE_PARAM and YYLEX_PARAM.
39105         (meridian_table, month_and_day_table, time_units_table,
39106         relative_time_table, time_zone_table, military_table,
39107         lookup_zone, lookup_word, get_date):
39108         Use NULL instead of 0 where appropriate.
39109         (to_hour): Avoid abort (), to avoid a dependency on
39110         stdlib.h.
39111         (yyerror, yylex): Now accepts parser_control * arg.
39112         (main) [TEST]: Use '\0' rather than 0 for char.
39113
39114 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
39115
39116         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
39117
39118 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
39119
39120         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
39121         It's now the caller's responsibility to handle the case where
39122         !HAVE_GETPAGESIZE && !defined getpagesize.
39123
39124         * lib/mktime.c (leapyear): Arg is long int, not int.
39125
39126 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
39127
39128         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
39129
39130 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
39131
39132         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
39133         missing.  Problem reported by James Youngman.
39134
39135 2004-10-16  Simon Josefsson  <jas@extundo.com>
39136
39137         * gnulib-tool: Fix comments.  Fix parse problem.
39138         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
39139
39140 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
39141
39142         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
39143         implementation of getopt_long.  Problem reported by Alexander Taler in:
39144         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
39145
39146 2004-10-15  Bruno Haible  <bruno@clisp.org>
39147
39148         * gnulib-tool: Untabify. Initialize supplied_libname.
39149         (func_usage): More homogenous output.
39150         (func_modules_transitive_closure, func_modules_to_filelist,
39151         func_emit_lib_Makefile_am): New functions.
39152         (func_import): New function, extracted from big case statement. Use
39153         func_get_license, func_modules_transitive_closure,
39154         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
39155         opt_lgpl. Don't use test -a, as it's not portable.
39156         (func_create_testdir): Use func_modules_transitive_closure,
39157         func_modules_to_filelist, func_emit_lib_Makefile_am.
39158
39159 2004-10-15  Bruno Haible  <bruno@clisp.org>
39160
39161         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
39162
39163 2004-10-15  Bruno Haible  <bruno@clisp.org>
39164
39165         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
39166         the portions belonging to each module.
39167         Suggested by Derek Robert Price <derek@ximbiot.com>.
39168
39169 2004-10-12  Simon Josefsson  <jas@extundo.com>
39170
39171         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
39172         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
39173         to real functions.
39174
39175 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39176
39177         * modules/vsnprintf: New file.
39178
39179 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39180
39181         * m4/vsnprintf.m4: New file.
39182
39183 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39184
39185         * lib/vsnprintf.h: New file.
39186         * lib/vsnprintf.c: New file.
39187
39188 2004-10-11  Bruno Haible  <bruno@clisp.org>
39189
39190         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
39191         vsnprintf.
39192
39193 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
39194
39195         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
39196
39197 2004-10-07  Bruno Haible  <bruno@clisp.org>
39198
39199         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
39200         fits into the provided buffer.
39201
39202 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
39203
39204         * lib/diacrit.c, diacrit.h: Add GPL notice.
39205
39206         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
39207         notice.
39208         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
39209         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
39210         This avoids a potential constant-folding bug.
39211
39212 2004-10-05  Bruno Haible  <bruno@clisp.org>
39213
39214         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
39215         for the declaration of strsep.
39216
39217 2004-10-05  Bruno Haible  <bruno@clisp.org>
39218
39219         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
39220
39221 2004-10-04  Simon Josefsson  <jas@extundo.com>
39222
39223         * modules/memmem: New file.
39224         * tests/test-memmem.c: New file.
39225         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
39226
39227 2004-10-04  Simon Josefsson  <jas@extundo.com>
39228
39229         * m4/memmem.m4: New file.
39230
39231 2004-10-04  Simon Josefsson  <jas@extundo.com>
39232
39233         * lib/memmem.h: New file.
39234         * lib/memmem.c: New file, taken from glibc.
39235
39236 2004-10-04  Simon Josefsson  <jas@extundo.com>
39237
39238         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
39239         '#ifdef USE_UNLOCKED_IO'.
39240
39241 2004-10-04  Simon Josefsson  <jas@extundo.com>
39242
39243         * config/srclist.txt: Add memmem from glibc.
39244
39245 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39246
39247         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
39248
39249         * modules/argmatch, modules/argp, modules/closeout, modules/error,
39250         modules/exclude, modules/getdate, modules/getline,
39251         modules/getndelim2, modules/getpass, modules/getpass-gnu,
39252         modules/getusershell, modules/linebuffer, modules/md5,
39253         modules/mountlist, modules/posixtm, modules/readtokens,
39254         modules/readutmp, modules/regex, modules/sha1,
39255         modules/version-etc, modules/yesno:
39256         Remove dependency on unlocked-io.
39257
39258 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39259
39260         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
39261
39262         * m4/unlocked-io.m4: Add copyright notice.
39263         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
39264
39265 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39266
39267         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
39268         * lib/xmalloc.c (xmemdup): Likewise.
39269         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
39270         XFREE): Remove these long-obsolescent macros.
39271         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
39272         * lib/xstrdup.c: Remove.
39273
39274         * lib/regex.c (re_comp): Cast gettext return value to char *,
39275         Problem reported by Martin Neitzel via Mark D. Baushke.
39276
39277 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39278
39279         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
39280         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
39281         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
39282         regex.c, sha1.c, version-etc.c, yesno.c:
39283         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
39284         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
39285         the includer's responsibility.
39286
39287         Sync from coreutils.
39288
39289         * lib/modechange.c (mode_compile): Don't decrement a pointer that
39290         points to the start of a string, as the C Standard says the
39291         resulting behavior is undefined.
39292
39293         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
39294         simple -> simple_backups, numbered_existing ->
39295         numbered_existing_backups, numbered -> numbered_backups
39296         to avoid shadowing problems.  All uses changed.
39297         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
39298         * lib/backupfile.c (check_extension, numbered_backup):
39299         Rename locals to avoid shadowing 'basename'.
39300         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
39301         once.
39302
39303         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
39304         * lib/.cvsignore: Add getopt.h.
39305
39306 2004-10-04  Bruno Haible  <bruno@clisp.org>
39307
39308         * modules/README: New file.
39309         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
39310         not a module.
39311
39312 2004-10-02  Jim Meyering  <jim@meyering.net>
39313
39314         * lib/dirfd.h, getpagesize.h: Add copyright notice.
39315
39316 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39317
39318         * modules/strsep: New file.
39319
39320 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39321
39322         * m4/strsep.m4: New file.
39323
39324 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39325
39326         * lib/strsep.h: New file.
39327         * lib/strsep.c: New file.
39328
39329 2004-10-01  Simon Josefsson  <jas@extundo.com>
39330
39331         * lib/snprintf.c (snprintf): Handle size==0.
39332
39333 2004-10-01  Simon Josefsson  <jas@extundo.com>
39334             Bruno Haible  <bruno@clisp.org>
39335
39336         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
39337         (snprintf): Declare 'args'.
39338
39339 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
39340
39341         * lib/snprintf.c: Remove comments as to why each header is needed.
39342
39343 2004-10-01  Bruno Haible  <bruno@clisp.org>
39344
39345         * MODULES.html.sh: Add strsep.
39346
39347 2004-09-30  Simon Josefsson  <jas@extundo.com>
39348
39349         * modules/snprintf: New file.
39350
39351 2004-09-30  Simon Josefsson  <jas@extundo.com>
39352
39353         * m4/snprintf.m4: New file.
39354
39355 2004-09-30  Simon Josefsson  <jas@extundo.com>
39356
39357         * lib/snprintf.h, lib/snprintf.c: New files.
39358
39359 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39360
39361         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
39362         (hol_entry_help): Never translate an empty string.
39363         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
39364         * lib/argp.h (OPTION_NO_TRANS): New option.
39365
39366 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39367
39368         * modules/argp (Maintainer): Replace Simon Josefsson
39369         by Sergey Poznyakoff.
39370
39371 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39372
39373         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
39374         changes merged back into glibc.
39375
39376 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39377
39378         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
39379
39380 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
39381
39382         * lib/xvasprintf.c: Include xalloc.h.
39383         (xvasprintf): Use xalloc_die, not xmalloc_die.
39384
39385 2004-09-29  Bruno Haible  <bruno@clisp.org>
39386
39387         * modules/alloca-opt: New file, derived from modules/alloca.
39388         * modules/allocsa: Depend on alloca-opt instead of alloca.
39389         * modules/setenv: Likewise.
39390         * modules/vasnprintf: Likewise.
39391         * MODULES.html.sh: Add alloca-opt.
39392
39393 2004-09-28  Simon Josefsson  <jas@extundo.com>
39394
39395         * gnulib-tool: New parameter --lgpl, to asseert that modules are
39396         LGPL, and to replace license template from GPL to LGPL.
39397
39398 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
39399
39400         * modules/dummy: Change license to LGPL.
39401
39402 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
39403
39404         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
39405
39406 2004-09-24  Simon Josefsson  <jas@extundo.com>
39407
39408         * modules/minmax (License): Change from GPL to LGPL.
39409
39410 2004-09-23  Simon Josefsson  <jas@extundo.com>
39411
39412         * gnulib-tool (--import): Typo.
39413
39414 2004-09-23  Simon Josefsson  <jas@extundo.com>
39415
39416         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
39417
39418 2004-09-22  Bruno Haible  <bruno@clisp.org>
39419
39420         * modules/*: Add 'License' field.
39421         * gnulib-tool: Accept --extract-license option.
39422         (func_get_license): New function.
39423
39424 2004-09-21  Bruno Haible  <bruno@clisp.org>
39425
39426         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
39427         Reported by Simon Josefsson.
39428
39429 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39430
39431         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
39432         gl_AC_TYPE_LONG_LONG.
39433
39434 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39435
39436         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
39437
39438 2004-09-18  Simon Josefsson  <jas@extundo.com>
39439         and  Paul Eggert  <eggert@cs.ucla.edu>
39440
39441         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
39442         calls with autoreconf.  Define GL_LIB.
39443
39444 2004-09-14  Karl Berry  <karl@gnu.org>
39445
39446         * config/srclist.txt: unsync setenv.c, sigh.
39447
39448 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39449
39450         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
39451         Problem reported by Bruno Haible in:
39452         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
39453
39454 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39455
39456         * config/srclist.txt: Comment out argp-pvh.c.
39457
39458 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
39459
39460         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
39461         in case some system header has #define'd it.  Problem reported by
39462         Soeren D. Schulze in
39463         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
39464
39465 2004-09-09  Karl Berry  <karl@gnu.org>
39466
39467         * regex.[ch]: delete from the root.  These were supposed to be
39468                 synced with emacs cvs, but this has not happened for about
39469                 a year, and anyway nothing else uses emacs regex.[ch].
39470                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
39471                 lib/regex[.ch] is untouched.
39472
39473 2004-09-09  Bruno Haible  <bruno@clisp.org>
39474
39475         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
39476
39477 2004-09-09  Bruno Haible  <bruno@clisp.org>
39478
39479         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
39480         modifications.
39481         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
39482
39483 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
39484
39485         * modules/xvasprintf: New file.
39486         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
39487
39488 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
39489
39490         * lib/xvasprintf.h: New file.
39491         * lib/xvasprintf.c: New file.
39492         * lib/xasprintf.c: New file.
39493
39494 2004-09-08  Bruno Haible  <bruno@clisp.org>
39495
39496         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
39497
39498 2004-09-08  Bruno Haible  <bruno@clisp.org>
39499
39500         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
39501         length is > INT_MAX.
39502         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
39503         more.
39504
39505 2004-09-08  Bruno Haible  <bruno@clisp.org>
39506
39507         * lib/stdint_.h: New file, taken from GNU clisp.
39508
39509 2004-09-08  Bruno Haible  <bruno@clisp.org>
39510             Oskar Liljeblad  <oskar@osk.mine.nu>
39511
39512         * modules/stdint: New file.
39513         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
39514
39515 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39516
39517         Import from coreutils.
39518         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
39519         strings on unbounded length.  alloca's performance benefits aren't
39520         that important here.
39521         (V_STRDUP): Remove.
39522         (parse_with_separator): New function, with most of the internals
39523         of the old parse_user_spec.  Allow user to omit both user and group,
39524         for compatibility with FreeBSD.
39525         Clone only the user name, not the entire spec.
39526         Do not set *uid, *gid unless entirely successful.
39527         Avoid memory leak in some failing cases.
39528         Fix regression for USER.GROUP reported by Dmitry V. Levin in
39529         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
39530         (parse_user_spec): Rewrite to use parse_with_separator.
39531
39532 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39533
39534         * modules/userspec: Don't depend on alloca.
39535
39536 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39537
39538         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
39539
39540 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
39541
39542         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
39543         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
39544         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
39545
39546 2004-08-16  Simon Josefsson  <jas@extundo.com>
39547
39548         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
39549         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
39550         Add --dry-run for --import.
39551         Let user provided command line parameters override configure.ac
39552         settings.
39553
39554 2004-08-12  Simon Josefsson  <jas@extundo.com>
39555
39556         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
39557         as discussed with Paul Eggert in threads rooted at
39558         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
39559         and
39560         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
39561         Before, the test was empty, and relied on ELIDE_CODE in source
39562         code.)
39563         (gl_PREREQ_GETOPT): New macro.
39564         (gl_GETOPT): Use them.
39565
39566 2004-08-12  Simon Josefsson  <jas@extundo.com>
39567
39568         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
39569         * lib/getopt_.h: Renamed from getopt.h.
39570
39571 2004-08-12  Simon Josefsson  <jas@extundo.com>
39572
39573         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
39574         Change default library name from libfoo to libgnu.
39575         Now, if you have a configure.ac that says:
39576                 gl_SOURCE_BASE(gl)
39577                 gl_M4_BASE(gl/m4)
39578                 gl_MODULES(error getopt etcetera)
39579                 gl_INIT
39580         you can import all you need by running:
39581                 ../gnulib/gnulib-tool --import
39582
39583         * modules/getopt (Files): Rename getopt.h to getopt_.h.
39584         (Makefile.am): Rewrite, use logic from argz.
39585         (Include): Use <getopt.h> instead of "getopt.h".
39586
39587 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
39588
39589         * modules/argp (Files): Add m4/unlocked-io.m4.
39590         (Depends-on): Add extensions.
39591
39592 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
39593
39594         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
39595         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
39596         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
39597         Check for program_invocation_name, program_invocation_short_name,
39598         flockfile, funlockfile, features.h, _getopt_long_only_r.
39599
39600 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
39601
39602         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
39603         its complicated substitute.
39604         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
39605         and program_invocation_name.
39606         (__argp_basename) [!_LIBC]: Remove; the only use was
39607         replaced by its body.
39608         (__argp_short_program_name): Change condition from
39609         !defined __argp_short_program_name to
39610         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
39611         to match argp-namefrob.h.
39612         (__argp_failure): Don't assume strerror_r returns char *.
39613         * lib/argp-parse.c (N_): Define unconditionally.
39614         (argp_default_options): Fill out initializers with 0 to avoid
39615         gcc warnings.
39616
39617 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
39618
39619         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
39620         getopt1.c.
39621
39622 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
39623
39624         Merge from coreutils.
39625
39626         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
39627
39628         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
39629         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
39630
39631 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
39632
39633         Merge from coreutils.
39634
39635         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
39636         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
39637         for Reliant Unix 5.43.
39638
39639         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
39640         (union fooround): Use uintmax_t, not long int.
39641         The rest is a merge from libc:
39642         [defined _LIBC]: Include <shlib-compat.h>.
39643         (_obstack) [defined _LIBC]: Remove after 2.3.4.
39644
39645         * lib/settime.c (settime): Recode to avoid warning with
39646         Sun Forte C 6U2.
39647
39648         * lib/strverscmp.c: Convert to UTF-8.
39649
39650 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
39651
39652         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
39653         m4/uintmax_t.m4.
39654
39655 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39656
39657         * modules/xalloc-die: New file.
39658         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
39659
39660         * modules/md5 (Files): Add m4/uint32_t.m4.
39661         * modules/sha1: Renamed from modules/sha.
39662         (Files):
39663         Rename lib/sha.h to lib/sha1.h.
39664         Rename lib/sha.c to lib/sha1.c.
39665         Rename m4/sha.m4 to m4/sha1.m4.
39666         (lib_SOURCES): Likewise.
39667         (configure.ac): Rename gl_SHA to gl_SHA1.
39668         (Include): sha.h -> sha1.h.
39669
39670 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39671
39672         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
39673         * m4/sha1.m4: Renamed from sha.m4.
39674         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
39675
39676 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39677
39678         * lib/obstack.h (obstack_empty_p):
39679         Don't assume that chunk->contents is suitably aligned.
39680         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
39681         Likewise. Problem reported by Benno in
39682         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
39683
39684         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
39685         readable.  This could be improved further but it'd take some work.
39686
39687 2004-08-08  Simon Josefsson  <jas@extundo.com>
39688
39689         * modules/xgethostname (Depends-on): Remove exit and error (not
39690         used).
39691
39692         * modules/getpass-gnu: Add getpass.h.
39693         (Depends-on): Add stdbool.
39694         * modules/getpass: Add getpass.h.
39695
39696 2004-08-08  Simon Josefsson  <jas@extundo.com>
39697
39698         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
39699         Check getpass declaration.
39700
39701 2004-08-08  Simon Josefsson  <jas@extundo.com>
39702
39703         * lib/xgethostname.c: Don't include error.h (not used).
39704
39705         * lib/getpass.h: Add.
39706         * lib/getpass.c: Include getpass.h first.
39707
39708 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
39709
39710         * lib/xalloc-die.c: New file.
39711         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
39712         All uses removed.
39713         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
39714         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
39715         xalloc-die.c.
39716         (_, N_, xalloc_die): Move to xalloc-die.c.
39717         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
39718         so that we needn't mess with xalloc_msg_memory_exhausted.
39719
39720         * lib/sha1.h: Renamed from sha.h.
39721         (SHA1_H): Renamed from _SHA_H.
39722         (sha1_ctx): Renamed from sha_ctx.
39723         (sha1_init_ctx): Renamed from sha_init_ctx.
39724         (sha1_process_block): Renamed from sha_process_block.
39725         (sha1_process_bytes): Renamed from sha_process_bytes.
39726         (sha1_finish_ctx): Renamed from sha_finish_ctx.
39727         (sha1_read_ctx): Renamed from sha_read_ctx.
39728         (sha1_stream): Renamed from sha_stream.
39729         (sha1_buffer): Renamed from sha_buffer.
39730         * lib/sha1.c: Likewise; renamed from sha.c.
39731         Do not include <sys/types.h>.
39732         Include <stddef.h> rather than <stdlib.h>.
39733
39734 2004-08-08  Bruno Haible  <bruno@clisp.org>
39735
39736         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
39737         FILESYSTEM_PREFIX_LEN.
39738         * lib/progreloc.c: Likewise.
39739         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
39740
39741 2004-08-06  Simon Josefsson  <jas@extundo.com>
39742
39743         * modules/progname (Depends-on): Don't depend on stdbool.
39744
39745 2004-08-06  Simon Josefsson  <jas@extundo.com>
39746
39747         * modules/getsubopt: New file.
39748         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39749         getsubopt.
39750
39751 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
39752
39753         More merge from coreutils.
39754
39755         * m4/utimens.m4, m4/utimecmp.m4: New files.
39756         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
39757         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
39758         prereq.m4, sha.m4: Import changes from coreutils.
39759
39760 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
39761
39762         More merge from coreutils.
39763         * modules/raise, modules/readtokens0, modules/utimens:
39764         * modules/utimecmp, module/xnanosleep: New files.
39765         * modules/strftime: Add lib/strftime.h.
39766         Change include from <time.h> to "strftime.h".
39767         * modules/yesno: Add lib/yesno.h.
39768         * modules/backupfile: Remove lib/addext.c.
39769         * modules/euidaccess: Add stat-macros.h.
39770         * modules/canonicalize, modules/euidaccess,
39771         modules/filemode, modules/lchown, modules/makepath,
39772         modules/rmdir, modules/stat: Likewise.
39773
39774 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
39775
39776         Merge from tar.
39777         * lib/argp-help.c (make_hol, hol_append): Don't assume that
39778         SIZE_MAX is a valid preprocessor constant.
39779         (__argp_basename): Change from "#ifndef _LIBC"
39780         to "#ifndef __argp_short_program_name", so that
39781         we don't compile these functions for tar.
39782
39783         More merges from coreutils.
39784         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
39785         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
39786         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
39787         * lib/addext.c: Remove; no longer needed.
39788         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
39789         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
39790         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
39791         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
39792         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
39793         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
39794         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
39795         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
39796         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
39797         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
39798         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
39799         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
39800         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
39801         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
39802         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
39803         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
39804         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
39805         Import changes from coreutils.
39806
39807 2004-08-05  Simon Josefsson  <jas@extundo.com>
39808
39809         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
39810
39811 2004-08-05  Simon Josefsson  <jas@extundo.com>
39812
39813         * m4/getsubopt.m4: New file.
39814
39815 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
39816
39817         Merge from coreutils.
39818
39819         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
39820         * m4/getcwd-path-max.m4: New files.
39821
39822         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
39823         FILESYSTEM_PREFIX_LEN ->
39824         FILE_SYSTEM_PREFIX_LEN.
39825         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
39826         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
39827         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
39828         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
39829
39830         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
39831         prerequisite modules now handle the DOS stuff.
39832         Don't check for unistd.h.
39833
39834 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
39835
39836         Merge from coreutils.
39837
39838         * lib/.gdb-history: Remove; this doesn't belong here.
39839
39840         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
39841         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
39842         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
39843         * lib/getcwd.c: New files.
39844
39845         * lib/dirname.h: Include <stdbool.h>.
39846         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
39847         for consistency with POSIX terminology.  All uses changed.
39848         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
39849         (strip_trailing_slashes): Use bool for booleans.
39850         * lib/stripslash.c (strip_trailing_slashes): Likewise.
39851
39852         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
39853         sometimes returns a positive errno value even when it succeeds.
39854         (print_errno_message) [!LIBC]: Fall back on strerror if
39855         __strerror_r fails.
39856
39857         * lib/path-concat.c (mempcpy): Don't define if a system header defines
39858         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
39859         (longest_relative_suffix): New function.
39860         (path_concat): Use it.  Assume first argument is not NULL.
39861         Port to DOS.  Omit redundant separators.
39862         Report an error instead of returning NULL.
39863         Use mempcpy instead of memcpy.
39864         (xpath_concat): Remove: not declared or used.
39865
39866         * lib/same.h: Include <stdbool.h>
39867         (same_name): Return bool, not int.
39868         * lib/same.c (same_name): Likewise.
39869         (errno): Don't declare; we assume C89 or better now.
39870
39871         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
39872         if not already defined.
39873
39874         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
39875         * lib/dup-safer.c (errno): Likewise.
39876
39877 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
39878
39879         Merge from coreutils.
39880         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
39881         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
39882         * modules/path-concat: Don't depend on strdup.
39883
39884 2004-08-03  Simon Josefsson  <jas@extundo.com>
39885
39886         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
39887         * lib/progname.h: Don't include stdbool.h.
39888
39889 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
39890
39891         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
39892         * MODULES.html.sh (func_all_modules): Remove fatal.
39893
39894 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
39895
39896         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
39897
39898 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
39899
39900         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
39901         working.
39902
39903 2004-08-02  Simon Josefsson  <jas@extundo.com>
39904
39905         * lib/getsubopt.h: New file, with comments from Bruno Haible.
39906         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
39907         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
39908
39909 2004-08-01  Simon Josefsson  <jas@extundo.com>
39910
39911         * lib/xgetdomainname.c: Include stdlib.h, for free().
39912
39913 2004-07-19  Bruno Haible  <bruno@clisp.org>
39914
39915         * MODULES.html.sh (func_all_modules): Add dummy.
39916
39917 2004-07-16  Simon Josefsson  <jas@extundo.com>
39918
39919         * modules/dummy: New file.
39920
39921 2004-07-16  Simon Josefsson  <jas@extundo.com>
39922
39923         * lib/dummy.c: New file.
39924
39925 2004-07-16  Bruno Haible  <bruno@clisp.org>
39926
39927         * lib/backupfile.h: Add extern "C" for C++.
39928         * lib/closeout.h: Likewise.
39929         * lib/copy-file.h: Likewise.
39930         * lib/findprog.h: Likewise.
39931         * lib/full-write.h: Likewise.
39932         * lib/pathname.h: Likewise.
39933         * lib/progname.h: Likewise.
39934         * lib/stpcpy.h: Likewise.
39935         * lib/stpncpy.h: Likewise.
39936         * lib/strcase.h: Likewise.
39937         * lib/strstr.h: Likewise.
39938         * lib/xalloc.h: Likewise.
39939
39940         * lib/mbswidth.h: Add extern "C" for C++.
39941         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
39942
39943 2004-07-13  Robert Millan  <robertmh@gnu.org>
39944
39945         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
39946
39947 2004-07-09  Simon Josefsson  <jas@extundo.com>
39948
39949         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
39950         failed without this.)
39951
39952 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39953
39954         * modules/chown (Files): Add lib/fchown-stub.c, since
39955         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
39956
39957 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39958
39959         * lib/fchown-stub.c: New file.
39960
39961 2004-06-24  Jim Meyering  <jim@meyering.net>
39962
39963         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
39964
39965 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39966
39967         * modules/argz: Omit "#include".
39968
39969         * MODULES.html.sh (func_all_modules): Add calloc, to match
39970         2004-06-01 addition of calloc module.
39971
39972 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39973
39974         * m4/argz.m4: New file, which is autoupdated from libtool.
39975
39976 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39977
39978         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
39979         libtool.
39980
39981 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39982
39983         * config/srclist-update: Don't insist on "USA." before the
39984         close-comment, as libtool omits the period and puts the */ on a
39985         separate line.
39986         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
39987         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
39988
39989 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
39990
39991         * modules/argz: New file.
39992         * MODULES.html.sh (func_all_modules): Add argz.
39993
39994 2004-06-12  Jim Meyering  <jim@meyering.net>
39995         and  Paul Eggert  <eggert@cs.ucla.edu>
39996
39997         * modules/hash (Files): Add lib/xalloc.h.
39998         * modules/pipe (Depends-on): Add wait-process.
39999         * modules/stat (Depends-on): Add xalloc.
40000         * modules/userspec (Files): Add lib/userspec.h.
40001         * modules/xstrto
40002
40003         Upgrade from gettext-0.13.
40004         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
40005         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
40006         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
40007
40008 2004-06-10  Jim Meyering  <jim@meyering.net>
40009
40010         * lib/calloc.c: New file.
40011
40012 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
40013
40014         * lib/getdate.y (yylex): Allow space between sign and number.
40015         Problem reported by Dan Jacobson.
40016
40017 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
40018
40019         Merge from coreutils CVS.
40020
40021         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
40022         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
40023         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
40024         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
40025         xstrtol.m4: Fix copyright date and/or serial number.
40026
40027         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
40028         See if we need an fchown replacement.
40029         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
40030         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
40031         and use the replacement function if we detect either defect.
40032
40033         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
40034         gl_UTIMECMP.
40035
40036 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
40037         and  Jim Meyering  <jim@meyering.net>
40038
40039         Merge from coreutils CVS.
40040
40041         * lib/stat-macros.h: New file, with contents from file-type.h
40042         and coreutils' system.h.
40043         * lib/file-type.c: Include "stat-macros.h".
40044         * lib/file-type.h (file_type): Move all macro definitions to new file,
40045         stat-macros.h.
40046
40047         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
40048         Wrap old code with this conditional.
40049         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
40050         function that does not dereference symlinks.
40051         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
40052
40053         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
40054         dependency problems.
40055         (xreadlink): Accept new arg SIZE, for efficiency.
40056         All decls and uses changed.
40057         * lib/xreadlink.h: Include <stddef.h>, for size_t.
40058
40059         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
40060         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
40061
40062         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
40063         sysexits.h.
40064
40065 2004-06-01  Jim Meyering  <jim@meyering.net>
40066
40067         * m4/calloc.m4: New file.
40068
40069 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
40070
40071         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
40072         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
40073         Also, fix a typo in a diagnostic.
40074
40075 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
40076
40077         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
40078         or AC_FUNC_REALLOC.
40079
40080 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
40081
40082         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
40083         macros to be defined.
40084         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
40085         the allocator returns NULL because the requested size is zero.
40086
40087 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
40088
40089         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
40090         var.  Add comment explaining why libc still defines it.  This
40091         merges the following patch from glibc:
40092         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
40093
40094 2004-05-20  Andreas Schwab  <schwab@suse.de>
40095
40096         * m4/free.m4: Replace free if it not known to work, not the other
40097         way round.
40098
40099 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
40100
40101         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
40102         present in glibc since revision 1.1 of this file.
40103         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
40104         obstack_alignment_mask, obstack_alloc, obstack_base,
40105         obstack_blank, obstack_blank_fast, obstack_chunk_size,
40106         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
40107         obstack_grow0, obstack_init, obstack_int_grow,
40108         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
40109         obstack_next_free, obstack_object_size, obstack_ptr_grow,
40110         obstack_ptr_grow_fast, obstack_room): Remove declarations of
40111         nonexistent functions.
40112
40113 2004-05-18  Karl Berry  <karl@gnu.org>
40114
40115         * config/srclist.txt: break link for vasnprintf.c.
40116
40117 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
40118
40119         Port obstack to the AS/400, where pointers are 16 bytes wide and
40120         you cannot cast an integer to a valid pointer.  This patch is
40121         currently waiting to be integrated into glibc; see
40122         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
40123
40124         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
40125         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
40126         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
40127         (struct obstack): temp member is now a union of a pointer and
40128         an integer, instead of an integer.  All integer uses changed.
40129         This does not affect the physical layout of struct obstack,
40130         except on hosts (like the AS/400) where the size or alignment of
40131         void * is greater than that of ptrdiff_t.
40132         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
40133         __STDC__)]: Store temporary in pointer member of union, not
40134         integer member.
40135         * lib/obstack.c: Include <stddef.h>, for offsetof.
40136         (struct fooalign): Remove; it doesn't need a name.
40137         (union fooround): Change double to long double, and add void *.
40138         (DEFAULT_ALIGNMENT): Use offsetof to compute.
40139         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
40140         not a macro.  Hence the values are always int; so remove all
40141         casts-to-int in uses.
40142
40143 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
40144
40145         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
40146         we can get this patch merged into glibc.
40147
40148 2004-05-17  Derek R. Price  <derek@ximbiot.com>
40149             Paul Eggert  <eggert@cs.ucla.edu>
40150
40151         * m4/argp: Depend on alloca.
40152
40153 2004-05-17  Derek R. Price  <derek@ximbiot.com>
40154             Paul Eggert  <eggert@cs.ucla.edu>
40155
40156         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
40157         freecoding.
40158
40159 2004-05-17  Bruno Haible  <bruno@clisp.org>
40160
40161         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
40162         precision that consists of a '.' followed by an empty digit string.
40163         Patch by Tor Lillqvist <tml@iki.fi>.
40164
40165 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
40166
40167         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
40168         for backward compatibility with older code.  We need our own
40169         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
40170         it under some other name, and our alloca.h will define it.
40171
40172 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
40173             Derek Price  <derek@ximbiot.com>
40174
40175         * lib/alloca.c: Include <alloca.h>, to get our interface.
40176         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
40177         include <alloca.h> first.  Use C89 prototype for alloca; this
40178         requires including <stddef.h> for size_t.  Use extern "C" if C++.
40179         Use #elif for simplicity, since we can assume C89 now.
40180         Don't try to source the system alloca.h since it will not be found
40181         and to prevent recursively including its replacement.
40182         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
40183         * lib/regex.c: Likewise.
40184
40185 2004-05-16  Derek Price  <derek@ximbiot.com>
40186             Paul Eggert  <eggert@cs.ucla.edu>
40187
40188         getline cleanup.  This changes the getndelim2 API: both order of
40189         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
40190         no delimiter).
40191
40192         * lib/getline.c: Don't include stddef.h or stdio.h, since our
40193         interface does that.
40194         (getline): Always use getdelim, so that we don't have two
40195         copies of this code.
40196         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
40197         if available.
40198         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
40199         (GETNDELIM2_MAXIMUM): New macro.
40200         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
40201         instead of the old practice of delim2==0.  All callers changed.
40202         Return -1 on overflow, instead of returning junk.
40203         Do not set *linesize unless allocation succeeds.
40204         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
40205         that we include sys/types.h.
40206         * lib/getnline.h: Likewise.
40207         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
40208         (getndelim2): Reorder arguments.
40209         * lib/getnline.c (getnline, getndelim):
40210         Don't discard the NMAX argument.
40211         (getnline): Invoke getndelim, to avoid code duplication.
40212         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
40213         of (size_t) -1 by callers of the getnline family.
40214
40215 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
40216
40217         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
40218         Check for gettimeofday.
40219         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
40220         Check for settimeofday, stime.
40221
40222 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
40223
40224         * lib/nanosleep.c (suspended): Change its type from int to
40225         sig_atomic_t volatile.
40226         (first_call): Make it private to rpl_nanosleep, and have it
40227         be zero initially as that's a bit faster.
40228         (my_usleep): Round up fractional times instead of truncating them,
40229         as this is the usual meaning for 'sleep'.
40230
40231         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
40232         doesn't work.
40233         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
40234         (ENOSYS): Define if not defined.
40235         (settime): Fall back on stime if it exists and settimeofday fails.
40236         But don't bother with fallbacks if a method fails with errno == EPERM.
40237
40238 2004-05-11  Jim Meyering  <jim@meyering.net>
40239
40240         Prior to this change, the save_cwd caller required read access to the
40241         current directory on most systems (ones with the fchdir function).
40242
40243         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
40244         fails, try write-only, and finally, resort to using xgetcwd.
40245
40246 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
40247
40248         * lib/obstack.c, obstack.h: Import changes from libc.
40249
40250 2004-04-28  Bruno Haible  <bruno@clisp.org>
40251
40252         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
40253         also implicitly appends .exe to executables.
40254         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
40255         accepts Windows pathnames.
40256         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
40257         Treat Cygwin like Windows, since it now accepts Windows pathnames.
40258         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
40259         Treat Cygwin like Windows, since it now accepts Windows pathnames.
40260         Reported by Derek Robert Price <derek@ximbiot.com>.
40261
40262 2004-04-21  Karl Berry  <karl@gnu.org>
40263
40264         * config/srclist.txt (localcharset.c): break sync.
40265
40266 2004-04-20  Paul Eggert  <eggert@twinsun.com>
40267
40268         * m4/host-os.m4: Add a copyright notice.
40269
40270 2004-04-20  Jim Meyering  <jim@meyering.net>
40271
40272         Change UTILS_ to gl_ in AC_DEFINE'd names.
40273         Change utils_- and jm_-prefixed variables, too.
40274         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
40275         UTILS_FUNC_MKDIR_TRAILING_SLASH.
40276         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
40277
40278         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
40279         Don't emit trailing blanks.
40280         Also rename jm_-prefixed variables to have gl_ prefix.
40281
40282         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
40283         Also rename jm_-prefixed variables to have gl_ prefix.
40284
40285         * m4/jm-macros.m4: Reflect the renamings.
40286         * m4/prereq.m4: Likewise.
40287
40288 2004-04-20  Jim Meyering  <jim@meyering.net>
40289
40290         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
40291         memory.
40292
40293 2004-04-20  Jim Meyering  <jim@meyering.net>
40294             Bruno Haible  <bruno@clisp.org>
40295
40296         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
40297         memory when realloc fails.
40298
40299 2004-04-19  Jim Meyering  <jim@meyering.net>
40300
40301         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
40302         now that readutmp.c may call `free (0)'.
40303
40304 2004-04-19  Bruno Haible  <bruno@clisp.org>
40305
40306         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
40307         * m4/inttypes_h.m4: Likewise.
40308         * m4/stdint_h.m4: Likewise.
40309         * m4/intmax_t.m4: Likewise.
40310         * m4/uintmax_t.m4: Likewise.
40311
40312 2004-04-18  Jim Meyering  <jim@meyering.net>
40313
40314         * m4/prereq.m4: Don't forbid jm_ prefix.
40315
40316         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
40317         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
40318         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
40319         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
40320         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
40321         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
40322         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
40323         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
40324         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
40325         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
40326         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
40327         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
40328         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
40329         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
40330         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
40331         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
40332         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
40333         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
40334         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
40335
40336 2004-04-18  Jim Meyering  <jim@meyering.net>
40337
40338         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
40339         failure, don't leak memory and do call END_UTMP_ENT.
40340
40341 2004-04-16  Jim Meyering  <jim@meyering.net>
40342
40343         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
40344         coreutils' stat program.
40345         (gl_PREREQ): Don't require jm_PREREQ_STAT.
40346
40347 2004-04-11  Paul Eggert  <eggert@twinsun.com>
40348
40349         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
40350         C89.
40351         (CHAR_BIT): Remove, since we assume C89.
40352         Include <stdint.h> if available, as per current Autoconf CVS advice.
40353
40354 2004-03-31  Jim Meyering  <jim@meyering.net>
40355
40356         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
40357         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
40358         * m4/xalloc.m4: Likewise.
40359
40360 2004-03-30  Paul Eggert  <eggert@twinsun.com>
40361
40362         Merge from coreutils.
40363
40364         * m4/inttostr.m4: New file.
40365         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
40366         Require AM_STDBOOL_H and gl_TIMESPEC instead.
40367         Require gl_CLOCK_TIME.
40368         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
40369
40370 2004-03-30  Paul Eggert  <eggert@twinsun.com>
40371
40372         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
40373         not bool, to be more consistent with Unix conventions.
40374         Suggested by Bruno Haible.
40375
40376         Merge from coreutils.
40377
40378         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
40379         * lib/umaxtostr.c: New files.
40380
40381         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
40382         the usual <time.h> dance.
40383         (get_date): Change signature to support fractional time stamps.
40384         All callers changed.
40385         * lib/getdate.y: Include "getdate.h" first, as we can now
40386         assume C89 and don't need to worry about 'const'.
40387         Similarly, include "unlocked-io.h" near start, not in middle.
40388         Include <limits.h>.
40389         (textint.value): Use long int rather than int.
40390         (textint.digits): Use size_t rather than int.
40391         (BILLION, LOG10_BILLION): New constants.
40392         (parser_control): New member rel_ns.  Members day_ordinal,
40393         time_zone, month, day, hour, minutes, rel_year, rel_month,
40394         rel_day, rel_hour, rel_minutes, rel_seconds
40395         are now long int, not int.  Member seconds is now struct timespec,
40396         not int.  New member timespec_seen.  Members dates_seen, days_seen,
40397         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
40398         not int.
40399         (%union.intval): Now long int, not int.
40400         New member timespec.
40401         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
40402         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
40403         (spec): Now is a timespec or an item list.
40404         (timespec, items): New nonterminals.
40405         (time, rel, relunit, number, get_date):
40406         Add support for fractional seconds.
40407         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
40408         (gmtime, localtime, mktime): Remove decls; not needed with C89.
40409         (to_hour): First arg is now long int, not int.
40410         (to_year): Returns long int, not int.
40411         Don't treat year -70 like 70.
40412         (tm_diff): Returns long int, not int.
40413         (lookup_word): Use bool instead of int when appropriate.
40414         (yylex): Use size_t for count, not int.
40415         Detect overflow when parsing large integer constants.
40416         Add support for fractions.
40417         (get_date): Make pointers 'const' if possible.
40418         Use more-portable code to detect integer overflow.
40419         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
40420         Don't use ctime; it's not reliable if the year has >4 digits.
40421
40422         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
40423         This is for compatibility with BSD.
40424
40425         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
40426         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
40427         From coreutils' system.h.
40428
40429         * lib/userspec.c: Don't include "posixver.h".
40430         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
40431         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
40432         compatible extension.  Simplify code by removing a boolean int
40433         that was always nonzero if a string was nonnull.
40434
40435 2004-03-30  Jim Meyering  <jim@meyering.net>
40436
40437         Merge from coreutils.
40438
40439         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
40440         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
40441         on some systems one must include <grp.h> before it.
40442         Reported by Christian Krackowizer.
40443
40444 2004-03-30  Jim Meyering  <jim@meyering.net>
40445
40446         Merge from coreutils.
40447
40448         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
40449
40450         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
40451         an empty input stream.
40452
40453         * lib/readtokens.c: Include <stdbool.h>.
40454         (readtoken): Use `size_t' rather than int/long.
40455         All callers adjusted.
40456         Use `bool' rather than `int' where appropriate.
40457         Use memset rather than an explicit loop.
40458         Use x2nrealloc rather than xrealloc.
40459         Allow the use of `\0' as a delimiter.
40460         (readtokens): Likewise.
40461         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
40462
40463 2004-03-30  Jim Meyering  <jim@meyering.net>
40464
40465         * m4/realloc.m4: Remove file, since now it does no more than
40466         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
40467         the `configure.ac' section of module/realloc.
40468         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
40469
40470 2004-03-30  Bruno Haible  <bruno@clisp.org>
40471
40472         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
40473         nonnull.
40474
40475 2004-03-29  Paul Eggert  <eggert@twinsun.com>
40476
40477         Merge changes to getloadavg.c from coreutils and Emacs.
40478
40479         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
40480         Define to an expression, not to the empty string.
40481         Include cloexec.h and xalloc.h.
40482         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
40483         Use set_cloexec_flag rather than rolling our own.
40484         * lib/cloexec.c, lib/cloexec.h: New files.
40485
40486 2004-03-29  Paul Eggert  <eggert@twinsun.com>
40487
40488         * m4/cloexec.m4: New file.
40489
40490 2004-03-18  Paul Eggert  <eggert@twinsun.com>
40491
40492         * lib/getopt.h: Sync with libc CVS.
40493
40494 2004-03-18  Paul Eggert  <eggert@twinsun.com>
40495             Bruno Haible  <bruno@clisp.org>
40496
40497         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
40498         mbswidth.
40499
40500 2004-03-18  Paul Eggert  <eggert@twinsun.com>
40501             Bruno Haible  <bruno@clisp.org>
40502
40503         * lib/mbswidth.h: Include <wchar.h> only if
40504         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
40505         <wchar.h>.
40506         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
40507
40508 2004-03-09  Paul Eggert  <eggert@twinsun.com>
40509
40510         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
40511         Sync with libc CVS.
40512         * lib/getopt_int.h: New file, also synced from libc.
40513
40514 2004-03-09  Paul Eggert  <eggert@twinsun.com>
40515
40516         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
40517         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
40518         Bring back getopt.c, getopt.h, getopt1.c.
40519
40520 2004-03-07  Paul Eggert  <eggert@twinsun.com>
40521
40522         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
40523         All uses changed.  Check for sa_sigaction member; this fixes
40524         a bug first reported by Jason Andrade in
40525         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
40526
40527 2004-03-07  Paul Eggert  <eggert@twinsun.com>
40528
40529         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
40530         '#if' expressions.  Unlike the code it replaces, it does not
40531         depend on (defined _SC_PAGESIZE).  However, it does depend on
40532         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
40533         first reported by Jason Andrade in
40534         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
40535
40536 2004-02-25  Simon Josefsson  <jas@extundo.com>
40537
40538         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
40539
40540 2004-02-25  Simon Josefsson  <jas@extundo.com>
40541
40542         * lib/strdup.h: New file.
40543         * lib/strdup.c: Include it.
40544         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
40545         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
40546
40547 2004-02-23  Karl Berry  <karl@gnu.org>
40548
40549         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
40550         (from fencepost.gnu.org:/gd/gnuorg).
40551
40552 2004-02-23  Karl Berry  <karl@gnu.org>
40553
40554         * config/srclistvars.sh (GNUORG) [karl]: redefine.
40555         * config/srclist.txt: add maintain/standards documents.
40556
40557 2004-02-18  Bruno Haible  <bruno@clisp.org>
40558
40559         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
40560         Reported by Derek Robert Price <derek@ximbiot.com>.
40561
40562 2004-02-16  Karl Berry  <karl@gnu.org>
40563
40564         * config/mkinstalldirs, install-sh: update from automake.
40565
40566 2004-02-06  Karl Berry  <karl@gnu.org>
40567
40568         * m4/po.m4: update from gettext 0.14.1.
40569
40570 2004-02-06  Karl Berry  <karl@gnu.org>
40571
40572         * lib/config.charset: update from gettext 0.14.1.
40573
40574 2004-02-05  Paul Eggert  <eggert@twinsun.com>
40575
40576         Add comments and code, prompted by suggestions from Bruno Haible
40577         for sh-quote.
40578         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
40579         describing the enum quoting_style values.
40580         * lib/quotearg.c (quotearg_alloc): New function.
40581         (quotearg_buffer_restyled): Treat lone { and } as special.
40582         Treat = as special.  Work around bug with older shells
40583         that "see" a '\' that is really the 2nd byte of a multibyte char.
40584         Quote empty string with shell_quoting_style.
40585
40586 2004-02-03  Bruno Haible  <bruno@clisp.org>
40587
40588         * m4/pipe.m4: New file, from GNU gettext.
40589
40590 2004-02-03  Bruno Haible  <bruno@clisp.org>
40591
40592         * lib/pipe.h: New file, from GNU gettext.
40593         * lib/pipe.c: New file, from GNU gettext.
40594
40595 2004-01-27  Bruno Haible  <bruno@clisp.org>
40596
40597         * m4/execute.m4: New file, from GNU gettext.
40598
40599 2004-01-27  Bruno Haible  <bruno@clisp.org>
40600
40601         * lib/execute.h: New file, from GNU gettext.
40602         * lib/execute.c: New file, from GNU gettext.
40603         * lib/w32spawn.h: New file, from GNU gettext.
40604
40605 2004-01-24  Paul Eggert  <eggert@twinsun.com>
40606
40607         Merge from diffutils.
40608
40609         * lib/file-type.c (file_type): Add typed memory objects.
40610         * lib/file-type.h (S_TYPEISTMO): New macro.
40611
40612         * lib/c-stack.h (c_stack_action): Remove argv argument.
40613         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
40614         (die): Don't calculate message unless segv_action returns.
40615         (get_stack_location, min_address_from_argv, max_address_from_argv,
40616         volatile stack_base, volatile_stack_size): Remove.
40617         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
40618         that every segmentation violation is a stack overflow.  (Ouch!)
40619         See Debian bug 136249 (still outstanding) for more info about why
40620         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
40621
40622 2004-01-24  Paul Eggert  <eggert@twinsun.com>
40623
40624         Exit-status fix from coreutils.
40625
40626         Use exit_failure consistently in place of EXIT_FAILURE,
40627         so that program exit statuses are consistent on failure.
40628
40629         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
40630         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
40631         * lib/argmatch.h: Comment fix to match the above.
40632         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
40633         Now a macro referring to exit_failure, instead of a separate
40634         variable.  Include "exitfail.h" to get it.
40635         * lib/xstrtol.h: Include "exitfail.h".
40636         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
40637
40638         * lib/long-options.c (parse_long_options): Use prototype
40639         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
40640         for clarity.
40641
40642 2004-01-21  Jim Meyering  <jim@meyering.net>
40643
40644         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
40645         so as not to conflict with a different-sized __mktime_internal
40646         function in GNU libc.
40647         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
40648         Problem building statically-linked `ls' reported by Michael Brunnbauer.
40649
40650 2004-01-20  Karl Berry  <karl@gnu.org>
40651
40652         * config/config.guess: update from config.
40653
40654         * config/srclistvars.sh: GNUWWWLICENSES for karl.
40655
40656 2004-01-20  Bruno Haible  <bruno@clisp.org>
40657
40658         Safer stack allocation.
40659         * lib/setenv.c: Include allocsa.h.
40660         (alloca): Remove fallback definition.
40661         (freea): Remove macro.
40662         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
40663         instead of freea.
40664
40665 2004-01-20  Bruno Haible  <bruno@clisp.org>
40666
40667         * m4/eealloc.m4: New file, from GNU gettext.
40668
40669 2004-01-20  Bruno Haible  <bruno@clisp.org>
40670
40671         * m4/allocsa.m4: New file, from GNU gettext.
40672
40673 2004-01-20  Bruno Haible  <bruno@clisp.org>
40674
40675         * lib/xallocsa.h: New file, from GNU gettext.
40676         * lib/xallocsa.c: New file, from GNU gettext.
40677
40678 2004-01-20  Bruno Haible  <bruno@clisp.org>
40679
40680         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
40681
40682 2004-01-20  Bruno Haible  <bruno@clisp.org>
40683
40684         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
40685         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
40686         specially.
40687
40688 2004-01-20  Bruno Haible  <bruno@clisp.org>
40689
40690         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
40691         patch.
40692
40693 2004-01-20  Bruno Haible  <bruno@clisp.org>
40694
40695         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
40696
40697 2004-01-20  Bruno Haible  <bruno@clisp.org>
40698
40699         * lib/eealloc.h: New file.
40700
40701 2004-01-20  Bruno Haible  <bruno@clisp.org>
40702
40703         * lib/binary-io.h: Avoid warnings on Cygwin.
40704
40705 2004-01-20  Bruno Haible  <bruno@clisp.org>
40706
40707         * lib/allocsa.h: New file, from GNU gettext.
40708         * lib/allocsa.c: New file, from GNU gettext.
40709
40710 2004-01-18  Karl Berry  <karl@gnu.org>
40711
40712         * doc/gpl.texi, doc/lgpl.texi: new files.
40713
40714 2004-01-18  Karl Berry  <karl@gnu.org>
40715
40716         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
40717         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
40718
40719 2004-01-15  Paul Eggert  <eggert@twinsun.com>
40720
40721         Merge from coreutils.
40722
40723         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
40724         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
40725         (gl_DEFAULT_POSIX2_VERSION): Move
40726         the documentation from 'configure' into 'config.hin',
40727         so that 'configure --help' isn't burdened by it and
40728         we don't have to worry about its formatting there.
40729         Reword the documentation so that it's more succinct
40730         and can be run together into a single paragraph.
40731         * m4/same.m4 (gl_SAME): Check for pathconf.
40732
40733 2004-01-15  Paul Eggert  <eggert@twinsun.com>
40734
40735         Merge from coreutils.
40736
40737         * lib/posixver.c: Include posixver.h.
40738
40739         * lib/same.c: Include <stdbool.h>, <limits.h>.
40740         (_POSIX_NAME_MAX): Define if not defined.
40741         (MIN): New macro.
40742         (same_name): If file names are silently truncated, report
40743         that the file names are the same if they are the same after
40744         the silent truncation.
40745
40746         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
40747         conversion function.
40748         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
40749         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
40750         longer needed.
40751
40752 2004-01-15  Jim Meyering  <jim@meyering.net>
40753
40754         Merge from coreutils.
40755
40756         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
40757         if no library is required.
40758         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
40759         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
40760         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
40761         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
40762         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
40763         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
40764         value, $ac_cv_search_crypt, if it's "none required".
40765         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
40766         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
40767         not gl_FUNC_GETLOADAVG.
40768         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
40769         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
40770
40771 2004-01-15  Jim Meyering  <jim@meyering.net>
40772
40773         Merge from coreutils.
40774
40775         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
40776         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
40777         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
40778
40779         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
40780         optional configure-time default.
40781
40782         * lib/version-etc.c (version_etc_copyright): Update copyright date.
40783
40784         * lib/xreadlink.c (xreadlink): Correct outdated comment.
40785
40786 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
40787
40788         Merge from coreutils.
40789
40790         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
40791         value, $ac_cv_search_nanosleep, if it's "none required".
40792
40793 2004-01-14  Paul Eggert  <eggert@twinsun.com>
40794
40795         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
40796         with like-named macro in fnmatch.c.
40797         (EXT): Use an internal constant instead.
40798
40799         Merge fnmatch patches from glibc.
40800         * lib/fnmatch.c (mbsinit): Remove define.
40801         Add libc_hidden_ver (__fnmatch, fnmatch).
40802         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
40803         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
40804
40805 2004-01-14  Karl Berry  <karl@gnu.org>
40806
40807         * config/install-sh: update from automake.
40808
40809 2004-01-13  Karl Berry  <karl@gnu.org>
40810
40811         * config/install-sh: update from automake.
40812
40813 2004-01-09  Karl Berry  <karl@gnu.org>
40814
40815         * config/install-sh: update from automake.
40816
40817 2004-01-05  Karl Berry  <karl@gnu.org>
40818
40819         * config/config.{sub,guess}: update from config.
40820
40821 2003-12-31  Karl Berry  <karl@gnu.org>
40822
40823         * config/depcomp: update from automake.
40824
40825 2003-12-14  Karl Berry  <karl@gnu.org>
40826
40827         * lib/config.charset: update from gettext-runtime.
40828
40829 2003-12-03  Paul Eggert  <eggert@twinsun.com>
40830
40831         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
40832         Bug reported by Alfred M. Szmidt.
40833
40834 2003-12-03  Bruno Haible  <bruno@clisp.org>
40835
40836         * m4/gettext.m4: Upgrade from gettext-0.13.
40837         * m4/po.m4: Upgrade from gettext-0.13.
40838         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
40839         * m4/intmax.m4: New file, from gettext-0.13.
40840         * m4/printf-posix.m4: New file, from gettext-0.13.
40841
40842 2003-11-29  Karl Berry  <karl@gnu.org>
40843
40844         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
40845
40846 2003-11-25  Paul Eggert  <eggert@twinsun.com>
40847             Bruno Haible  <bruno@clisp.org>
40848
40849         * lib/printf-parse.h: Don't include sys/types.h.
40850         (ARG_NONE): New macro.
40851         (char_directive): Change type of *arg_index fields to size_t.
40852         * lib/printf-parse.c: Don't include sys/types.h.
40853         (SSIZE_MAX): Remove macro.
40854         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
40855         Remove unnecessary overflow check.
40856         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
40857         fields.
40858
40859 2003-11-25  Bruno Haible  <bruno@clisp.org>
40860
40861         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
40862
40863 2003-11-25  Bruno Haible  <bruno@clisp.org>
40864
40865         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
40866         gt_TYPE_SSIZE_T.
40867
40868 2003-11-24  Paul Eggert  <eggert@twinsun.com>
40869
40870         * modules/alloca: Remove dependency on xalloc.
40871
40872 2003-11-24  Paul Eggert  <eggert@twinsun.com>
40873
40874         * lib/alloca.c: Remove dependency on xalloc module.
40875         (xalloc_die): Remove.
40876         (memory_full) [!defined emacs]: New macro.
40877         [!defined emacs]: Don't include xalloc.h.
40878         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
40879         address arithmetic overflows.  Change datatypes a bit to avoid
40880         unnecessary casts.
40881
40882 2003-11-22  Jim Meyering  <jim@meyering.net>
40883
40884         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
40885         s/size/size_t/.
40886
40887 2003-11-21  Karl Berry  <karl@gnu.org>
40888
40889         * config/config.{sub,guess}: update from config.
40890
40891 2003-11-18  Karl Berry  <karl@gnu.org>
40892
40893         * config/config.{sub,guess}: update from config.
40894
40895         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
40896
40897 2003-11-17  Paul Eggert  <eggert@twinsun.com>
40898
40899         * README: Mention that S+T cannot overflow if S is the size of
40900         an existing object and T is sufficiently small.
40901
40902 2003-11-17  Jim Meyering  <jim@meyering.net>
40903
40904         On systems without utime and without a utimes function capable of
40905         dealing with a NULL struct utimbuf* argument, this utime replacement
40906         could -- in unusual circumstances -- leak a file descriptor.
40907         * lib/utime.c: Include <unistd.h> and <errno.h>.
40908         (utime_null): Be sure to close `fd' and to preserve errno.
40909         Reported by Geoff Collyer via Arnold Robbins.
40910
40911 2003-11-17  Bruno Haible  <bruno@clisp.org>
40912
40913         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
40914         (Depends-on): Add xsize.
40915
40916 2003-11-17  Bruno Haible  <bruno@clisp.org>
40917
40918         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
40919
40920 2003-11-17  Bruno Haible  <bruno@clisp.org>
40921
40922         * lib/vasnprintf.c (alloca): Remove fallback definition.
40923         (freea): Remove definition.
40924         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
40925         Reported by Paul Eggert.
40926
40927 2003-11-16  Paul Eggert  <eggert@twinsun.com>
40928             Bruno Haible  <bruno@clisp.org>
40929
40930         Protect against address arithmetic overflow.
40931         * lib/printf-args.h: Include stddef.h.
40932         (arguments): Change type of field 'count' to size_t.
40933         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
40934         'unsigned int' where appropriate.
40935         * lib/printf-parse.h: Include sys/types.h.
40936         (char_directive): Change type of *arg_index fields to ssize_t.
40937         (char_directives): Change type of fields 'count', max_*_length to
40938         size_t.
40939         * lib/printf-parse.c: Include sys/types.h and xsize.h.
40940         (SSIZE_MAX): Define fallback value.
40941         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
40942         instead of 'int' where appropriate. Check a_allocated, d_allocated
40943         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
40944         * lib/vasnprintf.c: Include xsize.h.
40945         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
40946         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
40947         overflow. Avoid wraparound when converting a width or precision from
40948         decimal to binary.
40949
40950 2003-11-16  Bruno Haible  <bruno@clisp.org>
40951
40952         Update from GNU gettext.
40953         * lib/printf-parse.c: Generalize to it can be compiled for wide
40954         strings.
40955         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
40956         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
40957         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
40958         SNPRINTF): New macros.
40959         Don't include <alloca.h> if the file is used inside libintl.
40960         (local_wcslen): New function, for Solaris 2.5.1.
40961         (VASNPRINTF): Use it instead of wcslen.
40962
40963 2003-11-16  Bruno Haible  <bruno@clisp.org>
40964
40965         * lib/xsize.h (xmax): New function.
40966         (xsum, xsum3, xsum4): Declare as "pure" functions.
40967
40968 2003-11-12  Paul Eggert  <eggert@twinsun.com>
40969
40970         * modules/xalloc (Files): Undo latest change, since xalloc.h
40971         no longer needs SIZE_MAX or PTRDIFF_MAX.
40972
40973 2003-11-12  Paul Eggert  <eggert@twinsun.com>
40974
40975         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
40976         gl_PTRDIFF_MAX.
40977
40978 2003-11-12  Paul Eggert  <eggert@twinsun.com>
40979
40980         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
40981         "return", to pacify some unknown compiler.  Problem reported
40982         by Joerg Schilling.
40983
40984 2003-11-12  Paul Eggert  <eggert@twinsun.com>
40985
40986         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
40987         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
40988         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
40989         heuristic is just as accurate as far as we know, and it removes a
40990         dependency on size_max.m4 and ptrdiff_max.m4.
40991
40992 2003-11-11  Bruno Haible  <bruno@clisp.org>
40993
40994         * modules/xsize (Files): Add m4/size_max.m4.
40995         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
40996
40997 2003-11-11  Bruno Haible  <bruno@clisp.org>
40998
40999         * m4/size_max.m4: New file.
41000         * m4/ptrdiff_max.m4: New file.
41001         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
41002         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
41003         (gl_XALLOC): Invoke it.
41004
41005 2003-11-11  Bruno Haible  <bruno@clisp.org>
41006
41007         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
41008         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
41009         defined.
41010
41011 2003-11-10  Paul Eggert  <eggert@twinsun.com>
41012
41013         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
41014         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
41015         rejected some allocations of exactly SIZE_MAX - 2 bytes.
41016         From Bruno Haible.
41017         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
41018         not (size_t) -1, since it's defined here.
41019
41020 2003-11-09  Karl Berry  <karl@gnu.org>
41021
41022         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
41023
41024 2003-11-06  Paul Eggert  <eggert@twinsun.com>
41025
41026         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
41027         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
41028         Reject sizes of exactly SIZE_MAX bytes.
41029         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
41030         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
41031
41032 2003-11-05  Bruno Haible  <bruno@clisp.org>
41033
41034         * lib/xsize.h: Include limits.h, to avoid a possible collision with
41035         SIZE_MAX defined in <limits.h> on Solaris.
41036
41037 2003-11-04  Jim Meyering  <jim@meyering.net>
41038
41039         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
41040         variable names, rather than @VAR@.
41041         * modules/poll: Likewise.
41042
41043 2003-11-04  Bruno Haible  <bruno@clisp.org>
41044
41045         * modules/xsize: New file.
41046         * modules/linebreak: Depend on xsize.
41047         * MODULES.html.sh (func_all_modules): Add xsize.
41048
41049 2003-11-04  Bruno Haible  <bruno@clisp.org>
41050
41051         * m4/xsize.m4: New file.
41052
41053 2003-11-04  Bruno Haible  <bruno@clisp.org>
41054
41055         * lib/xsize.h: New file.
41056         * lib/linebreak.c: Include xsize.h.
41057         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
41058         argument for overflow.
41059         Suggested by Paul Eggert.
41060
41061 2003-11-03  Karl Berry  <karl@gnu.org>
41062
41063         * config/config.{guess,sub}: update from config.
41064
41065 2003-11-03  Jim Meyering  <jim@meyering.net>
41066
41067         * modules/userspec (lib_SOURCES): Add userspec.h.
41068         (Include): Add "userspec.h".
41069         Improve description.
41070
41071 2003-11-03  Jim Meyering  <jim@meyering.net>
41072
41073         * lib/userspec.c: Include "userspec.h".
41074         * lib/userspec.h: New file.
41075
41076 2003-11-03  Bruno Haible  <bruno@clisp.org>
41077
41078         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
41079
41080 2003-11-03  Bruno Haible  <bruno@clisp.org>
41081
41082         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
41083         available, to avoid (extremely rare) race condition.
41084         Suggested by Paul Eggert.
41085
41086 2003-11-02  Karl Berry  <karl@gnu.org>
41087
41088         * config/srclist.txt (vasprintf.c): sync broken, sigh.
41089
41090 2003-10-31  Paul Eggert  <eggert@twinsun.com>
41091
41092         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
41093         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
41094         (read_filesystem_list): Set and use me_type_malloced.
41095         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
41096         whatever the type happens to be), for brevity and consistency.
41097         Check for size calculation overflow on Alphas running OSF/1.
41098
41099 2003-10-31  Jim Meyering  <jim@meyering.net>
41100
41101         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
41102
41103         * lib/linebuffer.c: Include <string.h> for declaration of memset.
41104
41105 2003-10-30  Paul Eggert  <eggert@twinsun.com>
41106             Bruno Haible  <bruno@clisp.org>
41107
41108         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
41109         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
41110
41111 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
41112
41113         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
41114         netbsd*-gnu*.  Suggested by Robert Millan.
41115
41116 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41117
41118         * modules/group-member: Depend on stdbool.
41119
41120 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41121
41122         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
41123
41124 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41125
41126         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
41127         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
41128         after the 'gnu' in these cases.  This fixes some bugs in the
41129         previous change, and is based on suggestions by Robert Millan.
41130
41131 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41132
41133         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
41134         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
41135         no longer needed.
41136         * lib/quotearg.c (quotearg_n_options): Use it.
41137         * lib/group-member.c: Include <stdbool.h>.
41138         (free_group_info): Arg is now const *; don't free arg.
41139         (get_group_info): Now returns bool and accepts struct group_info *,
41140         rather than returning a malloc'ed struct group_info *.
41141         All uses changed.  Check for overflow in internal size calculation.
41142
41143         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
41144         rather than xmalloc/xrealloc.
41145         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
41146         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
41147         conformance bug: the old code used a pointer after freeing the
41148         storage that it addressed.
41149         * lib/hash.c (hash_initialize): Simplify the code by using
41150         xalloc_oversized rather than doing it by hand.
41151         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
41152         the buffer preserved.  Use free and xmalloc instead.
41153         * lib/quotearg.c (quotearg_n_options): Likewise.
41154         Use a simpler test for size overflow.  Don't use xalloc_oversized
41155         because unsigned int might be wider than size_t (!); this suggests
41156         that we should switch from unsigned int to size_t for slot numbers.
41157
41158 2003-10-28  Paul Eggert  <eggert@twinsun.com>
41159
41160         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
41161         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
41162         NetBSD kernels.  Requested by Richard Stallman.
41163
41164 2003-10-27  Paul Eggert  <eggert@twinsun.com>
41165
41166         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
41167         to allocate the returned structure.  Do not allocate a subarray,
41168         as x2nrealloc will do that.
41169         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
41170         instead of xnrealloc.
41171         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
41172
41173 2003-10-27  Bruno Haible  <bruno@clisp.org>
41174
41175         * lib/stdbool_.h: Better support for BeOS.
41176
41177 2003-10-26  Paul Eggert  <eggert@twinsun.com>
41178
41179         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
41180         now uses inline.
41181
41182 2003-10-26  Paul Eggert  <eggert@twinsun.com>
41183
41184         * lib/xalloc.h (xalloc_oversized): New static inline function, for
41185         callers that want to do their own size-overflow checking.  Include
41186         <stdbool.h>, since xalloc_oversized returns bool.
41187         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
41188         to use xalloc_oversized.
41189
41190         Add two functions x2realloc, x2nrealloc, for programs that grow
41191         arrays dynamically by doubling their sizes.
41192         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
41193         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
41194         New functions.
41195
41196         Port to C99 semantics for 'inline' of external functions.
41197         Bug reported by Bruno Haible.
41198         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
41199         with the old contents of xnmalloc.
41200         (xnmalloc, xmalloc): Use it.
41201         (xnrealloc_inline): New static inline function,
41202         with the old contents of xnrealloc.
41203         (xnrealloc, xrealloc): Use it.
41204
41205         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
41206         that.
41207
41208 2003-10-26  Karl Berry  <karl@gnu.org>
41209
41210         * config/srclist.txt (COPYING.DOC): no longer available from
41211         /gd/gnuorg; don't know where the ultimate source is.
41212
41213 2003-10-25  Paul Eggert  <eggert@twinsun.com>
41214
41215         Fix several address-calculation bugs in the hash modules,
41216         plus some minor code cleanup.
41217
41218         * lib/hash.h: Include <stdbool.h>, for bool.
41219         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
41220         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
41221         hash_get_n_entries, hash_get_max_bucket_length,
41222         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
41223         hash_rehash): Use size_t rather than unsigned.
41224         * lib/hash.c (struct hash_table, hash_get_n_buckets,
41225         hash_get_n_buckets_used, hash_get_n_entries,
41226         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
41227         hash_get_entries, hash_do_for_each, hash_string, is_prime,
41228         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
41229         Likewise.
41230         (SIZE_MAX): Define if not defined.
41231         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
41232         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
41233         hash_print):
41234         Use const * when possible.
41235         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
41236         (check_tuning): Fix bug: if tuning parameters were very close to
41237         0 or 1, rounding errors could have caused subscript violations.
41238         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
41239         (hash_initialize): Add 'fail:' label
41240         to free table and return NULL, and use it to simplify code.
41241         Use calloc rather than clearing the storage ourself.
41242         (hash_initialize, hash_rehash): Check for arithmetic overflow in
41243         buffer size calculations.
41244         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
41245         Include <stddef.h>, for size_t.
41246         * lib/hash-pjw.c (hash_pjw): Likewise.
41247         Switch to method described by Bruno Haible.
41248         Include <limits.h>, for CHAR_BIT.
41249         (SIZE_BITS): New macro.
41250
41251 2003-10-23  Paul Eggert  <eggert@twinsun.com>
41252
41253         * m4/getline.m4 (AM_FUNC_GETLINE):
41254         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
41255         hosts.  Problem reported by Derek Robert Price in
41256         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
41257         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
41258         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
41259
41260 2003-10-21  Paul Eggert  <eggert@twinsun.com>
41261
41262         * lib/getndelim2.c (getndelim2): When size calculation overflows,
41263         ceiling the allocation at NMAX bytes rather than silently
41264         discarding input bytes before NMAX is reached.  This makes
41265         a difference only if NMAX exceeds SIZE_MAX / 2.
41266
41267         * lib/obstack.c: Merge from glibc.
41268         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
41269         Add libc_hidden_def (_obstack_newchunk).
41270         (_obstack_free) [! defined _LIBC]: Remove.
41271         [defined _LIBC]: Make a strong alias from obstack_free, rather than
41272         a clone of the function body.
41273         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
41274         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
41275
41276         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
41277         glibc.
41278         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
41279         arg to memcpy.
41280
41281         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
41282         (obstack_ptr_grow_fast, obstack_int_grow_fast):
41283         Don't use lvalue casts, as GCC plans to remove support for them
41284         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
41285         was also present in the non-GCC version, indicating that this
41286         code had always been buggy and had never been widely used.
41287         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
41288         Use the fast variant of each macro, rather than copying the
41289         definiens of the fast variant; that way, we'll be more likely to
41290         catch future bugs in the fast variants.
41291
41292 2003-10-20  Bruno Haible  <bruno@clisp.org>
41293
41294         * modules/wait-process: New file.
41295         * MODULES.html.sh (func_all_modules): Add wait-process.
41296
41297 2003-10-20  Bruno Haible  <bruno@clisp.org>
41298
41299         * m4/wait-process.m4: New file.
41300
41301 2003-10-20  Bruno Haible  <bruno@clisp.org>
41302
41303         * lib/wait-process.h: New file, from GNU gettext.
41304         * lib/wait-process.c: New file, from GNU gettext.
41305
41306 2003-10-19  Jim Meyering  <jim@meyering.net>
41307
41308         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
41309         HPUX 10.20.
41310
41311 2003-10-18  Karl Berry  <karl@gnu.org>
41312
41313         * config/config.guess: update from config.
41314
41315 2003-10-16  Paul Eggert  <eggert@twinsun.com>
41316
41317         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
41318         (getgroups): First arg is int, not size_t.
41319         Don't let 'free' mangle errno.
41320
41321 2003-10-16  Paul Eggert  <eggert@twinsun.com>
41322
41323         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
41324
41325 2003-10-16  Karl Berry  <karl@gnu.org>
41326
41327         * config/config.{guess,sub}: update from config.
41328
41329 2003-10-16  Jim Meyering  <jim@meyering.net>
41330
41331         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
41332         memcpy.
41333
41334 2003-10-15  Paul Eggert  <eggert@twinsun.com>
41335
41336         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
41337         (SIZE_MAX): Remove.
41338         (new_exclude, add_exclude_file): Initial size no longer needs to
41339         be a power of 2.
41340         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
41341         our own address arithmetic overflow checking.
41342
41343         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
41344         (fnmatch): Do not alloca more than 2000 wide characters;
41345         instead, use malloc for large buffers.
41346         Check for address arithmetic overflow, and return -1
41347         with errno set to ENOMEM in that case.
41348         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
41349         (NEW_PATTERN): Do not alloca more than 8000 bytes;
41350         instead, return -1.  Check for address arithmetic overflow.
41351
41352 2003-10-14  Paul Eggert  <eggert@twinsun.com>
41353
41354         Handle invalid suffixes and overflow independently, so that
41355         callers can treat them independently as needed.  Fix some bugs in
41356         suffix handling, e.g., "100k@" was not diagnosed as an invalid
41357         suffix for a human-readable blocksize.  The major caller-visible
41358         change is the addition of a new
41359         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
41360         that both overflow and suffix chars were found.
41361
41362         * lib/human.c (humblock): Don't check separately for invalid suffix
41363         char; that is xstrtoumax's job (now that its bug is fixed).
41364         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
41365         INTMAX_MAX]: New macros.
41366         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
41367         TYPE_MAXIMUM): New macros.
41368         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
41369         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
41370         if overflow occurs, as it's what __strtol does and it's more useful
41371         in practice.
41372         (__xstrtol): If __strtol reports some error other than ERANGE,
41373         reflect it to the caller as LONGINT_INVALID.  If it reports
41374         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
41375         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
41376         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
41377         value.
41378         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
41379         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
41380         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
41381         [defined UINTMAX_MAX]: New macros.
41382
41383 2003-10-14  Bruno Haible  <bruno@clisp.org>
41384
41385         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
41386
41387 2003-10-14  Bruno Haible  <bruno@clisp.org>
41388
41389         * m4/sig_atomic_t: New file, from GNU gettext.
41390         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
41391
41392 2003-10-14  Bruno Haible  <bruno@clisp.org>
41393
41394         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
41395         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
41396         Also use volatile where needed.
41397
41398 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41399
41400         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
41401         Change maintainer from Bruno Haible to 'all'.
41402
41403 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41404
41405         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
41406
41407 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41408
41409         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
41410         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
41411         and define in terms of the other primitives.
41412         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
41413         (SIZE_MAX): Define if not already defined.
41414         (array_size_overflow): New function.
41415         (xalloc_die): Abort instead of exiting if 'error' returns.
41416         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
41417         (xmalloc, xrealloc): Use them.
41418         (xcalloc): Check for address arithmetic overflow.
41419         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
41420         a bit faster than strcpy.
41421
41422 2003-10-10  Simon Josefsson  <jas@extundo.com>
41423
41424         * modules/argp (Depends-on): Add restrict and strcase.
41425
41426 2003-10-10  Simon Josefsson  <jas@extundo.com>
41427
41428         * m4/argp.m4: Add AC_C_INLINE.
41429
41430 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41431
41432         Merge getpass from libc, plus a few fixes.
41433
41434         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
41435         Include <stdbool.h>.
41436         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
41437         __fsetlocking to empty.
41438         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
41439         do include <bits/libc-lock.h>.
41440         Do not include <fcntl.h>; not needed.
41441         [_LIBC]: Include <wchar.h>.
41442         (NOTCANCEL_MODE): New macro.
41443         (flockfile, funlockfile) [_LIBC]: New macros.
41444         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
41445         [!_LIBC]: New macros.
41446         (call_fclose): New function.
41447         (getpass): Use it.  Save tty stream separately; this simplifies the
41448         code and makes it more reliable if stdin happens to equal stdout.
41449         Invoke __fsetlocking on tty.
41450         Handle thread cancellation if needed.
41451         Namespace cleanup (use __tcgetattr, __getline).
41452         Use bool for Booleans.
41453         [USE_IN_LIBIO]: Handle wide streams.
41454         [!_LIBC]: Unconditionally do the fseek, since we don't know what
41455         stream might go where.
41456
41457         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
41458         doesn't have to include <stdio.h> before us.
41459         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
41460         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
41461         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
41462         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
41463         if not declared, so that we can use getpass.c code from libc without
41464         rewriting it.
41465         (flockfile, ftrylockfile, funlockfile): New macros.
41466
41467 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41468
41469         * modules/getpass: Depend on stdbool.
41470
41471 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41472
41473         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
41474
41475 2003-10-07  Karl Berry  <karl@gnu.org>
41476
41477         * config/config.{guess,sub}: update from config.
41478
41479 2003-10-06  Jim Meyering  <jim@meyering.net>
41480             Bruno Haible  <bruno@clisp.org>
41481
41482         This lets translators provide better translations for the
41483         "Written by ..." part of --version output.
41484         * lib/version-etc.h: Include stdarg.h.
41485         (version_etc_copyright): Declare as readonly.
41486         (version_etc): Make this function variadic with a NULL-terminated list
41487         of author name strings.
41488         (version_etc_va): New declaration.
41489         * lib/version-etc.c: Include stdarg.h, stdlib.h.
41490         (version_etc_copyright): Declare as readonly.
41491         (version_etc_va): New function. Provide a different translatable string
41492         for each possible number of authors < 10. Abbreviate when there are 10
41493         authors or more.
41494         (version_etc): Make this function variadic. Call version_etc_va.
41495         Suggestion from Gary V. Vaughan.
41496
41497         * lib/long-options.h (parse_long_options): Change prototype: the
41498         authors string is moved to the end and becomes variadic.
41499         * lib/long-options.c: Include stdarg.h.
41500         (parse_long_options): Make this function variadic, too.
41501         Call version_etc_va, not version_etc.
41502
41503 2003-10-06  Bruno Haible  <bruno@clisp.org>
41504
41505         * modules/version-etc-2: Remove file.
41506         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
41507
41508 2003-10-06  Bruno Haible  <bruno@clisp.org>
41509
41510         * modules/fatal-signal: New file.
41511         * MODULES.html.sh (func_all_modules): Add fatal-signal.
41512
41513 2003-10-06  Bruno Haible  <bruno@clisp.org>
41514
41515         * m4/fatal-signal.m4: New file.
41516         * m4/signalblocking.m4: New file, from GNU gettext.
41517
41518 2003-10-06  Bruno Haible  <bruno@clisp.org>
41519
41520         * lib/version-etc-2.h: Remove file.
41521         * lib/version-etc-2.c: Remove file.
41522
41523 2003-10-06  Bruno Haible  <bruno@clisp.org>
41524
41525         * lib/fatal-signal.h: New file, from GNU gettext.
41526         * lib/fatal-signal.c: New file, from GNU gettext.
41527
41528 2003-10-05  Paul Eggert  <eggert@twinsun.com>
41529
41530         * README: Rework advice for preventing empty .o files.
41531         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
41532         not <sys/types.h>.
41533
41534 2003-10-04  Karl Berry  <karl@gnu.org>
41535
41536         * lib/argp*: update from libc.
41537
41538 2003-10-04  Karl Berry  <karl@gnu.org>
41539
41540         * config/config.{guess,sub}: update from config.
41541
41542 2003-10-02  Bruno Haible  <bruno@clisp.org>
41543
41544         * modules/lchown (Include): Add lchown.h.
41545         * modules/time_r (Include): Use "..." syntax.
41546         * modules/xgetdomainname (Include): Add xgetdomainname.h.
41547
41548 2003-10-01  Simon Josefsson  <jas@extundo.com>
41549
41550         * MODULES.html.sh (func_all_modules): Move gethostname from section
41551         'based on' to section 'lacking' POSIX:2001.
41552
41553 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
41554
41555         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
41556         to output mode on the same stream.
41557
41558 2003-09-29  Paul Eggert  <eggert@twinsun.com>
41559
41560         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
41561         Fix arg typo in previous patch.
41562
41563 2003-09-28  Jim Meyering  <jim@meyering.net>
41564
41565         * lib/error.c: Correct cpp indentation.
41566
41567 2003-09-27  Paul Eggert  <eggert@twinsun.com>
41568
41569         * modules/free: New file.
41570
41571 2003-09-27  Paul Eggert  <eggert@twinsun.com>
41572
41573         * m4/free.m4: New file.
41574
41575 2003-09-27  Paul Eggert  <eggert@twinsun.com>
41576
41577         * lib/minmax.h (MIN, MAX)
41578         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
41579         Omit the special code that used __typeof__, since we worry that
41580         it could be more trouble than it's worth.  See:
41581         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
41582         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
41583
41584         * lib/free.c: New file.
41585
41586 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
41587
41588         Trivial fixes to Makefile.am parts of module listings.
41589         * modules/strstr: Append strstr.h to lib_SOURCES.
41590         * modules/strcase: Likewise, for strcase.h.
41591
41592 2003-09-27  Karl Berry  <karl@gnu.org>
41593
41594         * config/mkinstalldirs: update from automake.
41595
41596 2003-09-26  Paul Eggert  <eggert@twinsun.com>
41597
41598         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
41599         (error_tail): Do not loop, reallocating temporary buffer, since
41600         the output cannot contain more wide characters than the input
41601         contains bytes, the size must be big enough already.  This avoids
41602         one potential size overflow calculation.  Check for size overflow
41603         when calculating temporary buffer size.  Free temporary buffer
41604         when done, if it was allocated with malloc; this plugs a memory
41605         leak.  Remove casts from void * to pointers, that are no longer
41606         needed now that we're assuming C89 or better.
41607
41608         Merge error changes from glibc.
41609
41610         * lib/error.c, error.h: Update copyright notice header to match glibc.
41611         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
41612         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
41613         Disable cancellation while printing error.
41614         * lib/error.h: Prepend __ to parameter names.
41615
41616 2003-09-26  Jim Meyering  <jim@meyering.net>
41617
41618         * lib/error.c (error_tail): Move some declarations
41619         into inner scope where the local variables are used.
41620
41621 2003-09-26  Bruno Haible  <bruno@clisp.org>
41622
41623         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
41624         stpncpy().
41625         Don't define stpncpy through config.h; it's now done through stpncpy.h.
41626
41627 2003-09-26  Bruno Haible  <bruno@clisp.org>
41628
41629         * lib/stpncpy.h (gnu_stpncpy): New declaration.
41630         (stpncpy): Define as alias for gnu_stpncpy.
41631         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
41632
41633 2003-09-25  Simon Josefsson  <jas@extundo.com>
41634
41635         * lib/xgetdomainname.h: New file.
41636         * lib/xgetdomainname.c: New file.
41637
41638 2003-09-25  Simon Josefsson  <jas@extundo.com>
41639             Bruno Haible  <bruno@clisp.org>
41640
41641         * modules/getdomainname: New file.
41642         * modules/xgetdomainname: New file.
41643         * MODULES.html.sh (func_all_modules): Add getdomainname,
41644         xgetdomainname.
41645
41646 2003-09-25  Simon Josefsson  <jas@extundo.com>
41647             Bruno Haible  <bruno@clisp.org>
41648
41649         * m4/getdomainname.m4: New file.
41650
41651 2003-09-25  Simon Josefsson  <jas@extundo.com>
41652             Bruno Haible  <bruno@clisp.org>
41653
41654         * lib/getdomainname.h: New file.
41655         * lib/getdomainname.c: New file.
41656
41657 2003-09-25  Karl Berry  <karl@gnu.org>
41658
41659         * lib/argp-fmtstream.c, argp-help.c: update from libc.
41660
41661 2003-09-25  Karl Berry  <karl@gnu.org>
41662
41663         * config/install-sh: update from automake.
41664
41665 2003-09-25  Bruno Haible  <bruno@clisp.org>
41666
41667         * modules/version-etc-2: New file, from modules/version-etc with
41668         modifications.
41669         * MODULES.html.sh (func_all_modules): Add version-etc-2.
41670
41671 2003-09-25  Bruno Haible  <bruno@clisp.org>
41672
41673         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
41674         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
41675
41676 2003-09-24  Simon Josefsson  <jas@extundo.com>
41677
41678         * modules/xgethostname: Add xgethostname.h.
41679
41680 2003-09-24  Paul Eggert  <eggert@twinsun.com>
41681
41682         * lib/linebuffer.c (freebuffer): Don't free the argument, just
41683         the buffer associated with the argument.  Bug reported by
41684         Simon Josefsson.
41685
41686 2003-09-24  Paul Eggert  <eggert@twinsun.com>
41687
41688         * README: Document assumptions that 'int' is at least 32 bits
41689         wide, that integer arithmetic is 2's complement without overflow,
41690         that there are no holes in integer values, that adding sizes of
41691         two nonoverlapping objects can't overflow, and that all-bits-zero
41692         yields scalar zero.  Fix spelling and capitalization typos.
41693
41694 2003-09-19  Karl Berry  <karl@gnu.org>
41695
41696         * lib/argp.h: update from libc.
41697
41698 2003-09-17  Paul Eggert  <eggert@twinsun.com>
41699
41700         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
41701         to avoid spurious warnings like "AC_RUN_IFELSE was called before
41702         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
41703
41704 2003-09-17  Paul Eggert  <eggert@twinsun.com>
41705
41706         * gnulib-tool: Use "test -h", not "test -L", for portability
41707         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
41708         (tags_regexp): Remove, since \| doesn't conform to POSIX.
41709         (sed_extract_prog): Issue s commands one-by-one, rather than
41710         using \| in one s command.
41711
41712 2003-09-16  Paul Eggert  <eggert@twinsun.com>
41713
41714         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
41715         input error, instead of returning NULL the next time we are called
41716         (and therefore losing track of errno).
41717
41718 2003-09-16  Bruno Haible  <bruno@clisp.org>
41719
41720         * gnulib-tool (func_create_testdir): Warn about duplicated
41721         dependencies.
41722
41723 2003-09-15  Paul Eggert  <eggert@twinsun.com>
41724
41725         * modules/argmatch, modules/fatal, modules/obstack,
41726         modules/xalloc, modules/xgethostname: Sort dependencies by
41727         importance, not alphabetically.
41728
41729 2003-09-15  Paul Eggert  <eggert@twinsun.com>
41730
41731         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
41732         fails, so that the caller gets the proper errno.
41733
41734         * lib/readutmp.c (read_utmp): Likewise.
41735         Check for fstat error.  Close stream and free storage
41736         when failing.
41737
41738 2003-09-14  Karl Berry  <karl@gnu.org>
41739
41740         * config/srclist.txt (strdup.c): disable for c89 changes.
41741
41742 2003-09-14  Jim Meyering  <jim@meyering.net>
41743
41744         * lib/getloadavg.c: Correct cpp indentation.
41745         * lib/strdup.c: Likewise.
41746         * lib/vasnprintf.c: Likewise.
41747
41748 2003-09-14  Bruno Haible  <bruno@clisp.org>
41749
41750         * modules/fwriteerror: New file.
41751         * MODULES.html.sh (func_all_modules): Add fwriteerror.
41752
41753 2003-09-14  Bruno Haible  <bruno@clisp.org>
41754
41755         * lib/fwriteerror.h: New file.
41756         * lib/fwriteerror.c: New file.
41757
41758 2003-09-12  Paul Eggert  <eggert@twinsun.com>
41759
41760         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
41761         modules/xgethostname, modules/xalloc: Depend on exit.
41762
41763 2003-09-12  Paul Eggert  <eggert@twinsun.com>
41764
41765         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
41766
41767         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
41768         and AC_MINIX, too, so that their extensions are available.
41769
41770         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
41771         This macro has been superseded by gl_BACKUPFILE.
41772
41773         More patches to assume C89 or better.
41774
41775         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
41776
41777         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
41778         unconditionally.
41779         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
41780         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
41781         Include <string.h>, <stdlib.h> unconditionally.
41782         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
41783         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
41784         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
41785         headers or for string.h.
41786         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
41787         or strtoul.
41788
41789         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
41790         headers.
41791         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
41792         * m4/userspec.m4 (gl_USERSPEC): Likewise.
41793         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
41794         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
41795         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
41796         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
41797         memcpy, memset.
41798         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
41799         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
41800         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
41801         strtol.
41802         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
41803         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
41804         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
41805         strtoul.
41806
41807 2003-09-12  Paul Eggert  <eggert@twinsun.com>
41808
41809         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
41810         * lib/obstack.c [!defined _LIBC]: Likewise.
41811         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
41812         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
41813         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
41814
41815         More changes to assume C89 or better.
41816
41817         * lib/error.c (error_tail): Assume vprintf.
41818
41819         * lib/argmatch.c (getenv): Remove decl.
41820         * lib/progreloc.c (get_full_program_name): Define via prototype.
41821         * lib/setenv.c (clearenv): Likewise.
41822         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
41823         needed.
41824         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
41825         (malloc, memcpy): Remove decls.
41826         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
41827         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
41828         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
41829         (memcpy): Remove macro.
41830         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
41831         (__P): Remove.  All uses removed.
41832         (PTR): Remove.  All uses changed to void *.
41833         (CHAR_BIT, NULL): Remove.
41834         (spaces, zeros, memset_space, memset_zero)
41835         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
41836         Remove.
41837         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
41838         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
41839         Define with prototype.
41840         Remove now-unnecessary prototype decl.
41841         (extra_args_spec): Assume ANSI C.  All uses changed.
41842         (extra_args_spec_iso): Remove.
41843         (my_strftime, emacs_strftimeu): Define via prototype.
41844         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
41845         unconditionally.
41846         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
41847         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
41848         (strtoul, strtol): Remove decls.
41849         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
41850         LONG_MAX): Remove.
41851         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
41852         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
41853         (LOCALE_PARAM_PROTO): New macro.
41854         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
41855         (INTERNAL (strtol), strtol): Define with a prototype.
41856         (PARAMS): Remove.  All uses removed.
41857         * lib/tempname.c: Include <string.h> unconditionally.
41858         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
41859         * lib/xgethostname.c (main): Define with a prototype.
41860         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
41861         Include <stdlib.h> unconditionally.
41862         (calloc, malloc, realloc, free): Remove decls.
41863         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
41864         Include <stdlib.h> unconditionally.  Sort include file names.
41865         (strtod): Remove.
41866         (xstrtod): Define with a prototype.
41867         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
41868         (strtol, strtoul): Remove decls.
41869
41870 2003-09-11  Paul Eggert  <eggert@twinsun.com>
41871
41872         More patches to assume C89 or better.
41873         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
41874         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
41875         string.h, memchr, STDC_HEADERS.
41876
41877 2003-09-11  Paul Eggert  <eggert@twinsun.com>
41878
41879         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
41880         Include <stdlib.h>, <string.h> unconditionally.
41881         Remove now-unnecessary cast to char *.
41882         * lib/strnlen.c: Include <string.h> unconditionally.
41883         * lib/yesno.c (yesno): Define with a prototype.
41884
41885 2003-09-11  Bruno Haible  <bruno@clisp.org>
41886
41887         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
41888
41889 2003-09-10  Jim Meyering  <jim@meyering.net>
41890
41891         * lib/error.c: Correct indentation of cpp directives.
41892
41893 2003-09-10  Bruno Haible  <bruno@clisp.org>
41894
41895         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
41896         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
41897         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
41898         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
41899         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
41900         <stdlib.h> and <string.h> checks.
41901         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
41902         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
41903
41904 2003-09-10  Bruno Haible  <bruno@clisp.org>
41905
41906         * lib/strcspn.c: Include <string.h> unconditionally.
41907         * lib/strpbrk.c: Include <string.h> unconditionally.
41908         * lib/strstr.c: Include <string.h> unconditionally.
41909         * lib/unicodeio.c: Include <string.h> unconditionally.
41910         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
41911         * lib/unsetenv.c: Likewise.
41912         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
41913         * lib/yesno.c: Include <stdlib.h> unconditionally.
41914         (rpmatch): Add prototype.
41915
41916 2003-09-09  Paul Eggert  <eggert@twinsun.com>
41917
41918         More patches to assume C89 or better.
41919         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
41920         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
41921         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
41922         or for string.h.
41923         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
41924         stdlib.h.
41925         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
41926         C headers.
41927         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
41928         string.h.
41929         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
41930         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
41931         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
41932         or for string.h.
41933         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
41934         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
41935         C headers.
41936         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
41937         memcpy.
41938         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
41939         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
41940         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
41941         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
41942         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
41943         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
41944         string.h, free.
41945         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
41946         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
41947         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
41948         C headers, or for string.h.
41949         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
41950         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
41951         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
41952         headers, memory.h, stdlib.h, string.h, strings.h.
41953         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
41954         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
41955         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
41956         strchr.
41957         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
41958         headers, memory.h, string.h.
41959         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
41960         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
41961         free.
41962         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
41963         headers.
41964         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
41965         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
41966         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
41967         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
41968         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
41969
41970 2003-09-09  Paul Eggert  <eggert@twinsun.com>
41971
41972         More K&R removal.
41973
41974         * lib/acosl.c (main): Use a prototype.
41975         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
41976         tanl.c: Likewise.
41977
41978         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
41979
41980         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
41981         (getopt, etopt_long, getopt_long_only, _getopt_internal)
41982         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
41983         with a prototype.
41984         * lib/getopt.c (const): Remove macro.
41985         Include <string.h> unconditionally.
41986         (my_index): Remove; all uses changed to strchr.
41987         (strlen): Remove decl.
41988         (exchange): Remove forward decl; no longer needed.
41989         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
41990         Define with prototype.
41991         * lib/getopt1.c (const): Remove macro.
41992         (getopt_long, getopt_long_only, main): Define with prototype.
41993
41994         * lib/getugroups.c: Include <string.h> unconditionally.
41995
41996         * lib/getusershell.c: Include <stdlib.h> unconditionally.
41997         (getusershell, setusershell, endusershell, readname, main):
41998         Define with prototypes.
41999
42000         * lib/group-member.c: Include group-member.h first.
42001         Include <stdlib.h> unconditionally.
42002
42003         * lib/hard-locale.c: Include hard-locale.h first.
42004         Include <stdlib.h>, <string.h> unconditionally.
42005
42006         * lib/hash.c (free, malloc): Remove decls.
42007         Include <stdlib.h> unconditionally.
42008
42009         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
42010         (getenv): Do not declare.
42011
42012         * lib/idcache.c: Include <string.h> unconditionally.
42013
42014         * lib/long-options.c: Include long-options.h first, to test interface.
42015         Include <stdlib.h> unconditionally.
42016
42017         * lib/makepath.c: Include makepath.h first, to test interface.
42018         Include <stdlib.h> and <string.h> unconditionally.
42019
42020         * lib/linebuffer.c: Include <stdlib.h>.
42021         (free): Remove decl.
42022
42023         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
42024         stddef.h. rpl_malloc returns void *, not char *.
42025         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
42026         prototype.
42027
42028         * lib/md5.h: Include <limits.h> unconditionally.
42029         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
42030         (__P): Remove; all uses removed.
42031         * lib/md5.c: Include "md5.h" first.
42032         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
42033         md5_buffer, md5_process_bytes, md5_process_block):
42034         Define with prototypes.
42035         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
42036         * lib/sha.c: Include "sha.h" first.
42037         Include <stdlib.h>, <string.h> unconditionally.
42038
42039         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
42040         * lib/memcmp.c (__ptr_t): Likewise.
42041         * lib/memrchr.c (__ptr_t): Likewise.
42042         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
42043         Include <string.h> unconditionally.
42044         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
42045         * lib/memchr.c: Include <stdlib.h> unconditionally.
42046         * lib/memchr.c (LONG_MAX): Remove.
42047         * lib/memrchr.c (LONG_MAX): Likewise.
42048         * lib/memchr.c (__memchr): Define via a prototype.
42049         * lib/memrchr.c (__memrchr): Likewise.
42050         * lib/memcmp.c (__P): Remove, and remove all uses.
42051         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
42052         Remove forward decls; no longer needed.
42053         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
42054         Use types required by C89 in prototype.
42055
42056         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
42057         * lib/savedir.c: Likewise.
42058         * lib/mkdir.c (free): Remove decl.
42059         * lib/rmdir.c (rmdir): Define with a prototype.
42060         * lib/savedir.c: Include savedir.h first, to test interface.
42061
42062         * lib/mktime.c (STDC_HEADERS): Remove.
42063         Include <stdlib.h>, <string.h> unconditionally.
42064
42065         * lib/modechange.c: Include <stdlib.h> unconditionally.
42066         (malloc): Remove decl.
42067
42068         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
42069         (free): Remove decl.
42070
42071         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
42072         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
42073         (This type really should be intptr_t, but that's a C99ism.)
42074         (_obstack_memcpy): Remove: all uses changed to memcpy.
42075         Include <string.h> unconditionally.
42076         (struct obstack): Assume __STDC__ for types of members
42077         chunkfun, freefun, extra_arg.
42078         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
42079         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
42080         obstack_begin, obstack_specify_allocation,
42081         obstack_specify_allocation_with_arg, obstack_chunkfun,
42082         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
42083         Remove unprototyped decls and the macros that use them.
42084         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
42085         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
42086         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
42087         (defined __STDC__ && __STDC__)]:
42088         Remove nonprototyped code.
42089         Include <stdlib.h> unconditionally.
42090         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
42091         _obstack_allocated_p, _obstack_free, obstack_free,
42092         _obstack_memory_used, print_and_abort):
42093         Define using prototypes.
42094         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
42095         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
42096         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
42097         obstack_next_free, obstack_object_size, obstack_room) [0]:
42098         Remove unused, unprototyped code.
42099
42100         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
42101
42102         * lib/physmem.c (physmem_total, physmem_available, main): Define
42103         with prototypes.
42104
42105         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
42106         (main): Define with a prototype.
42107
42108         * lib/posixver.c (getenv): Remove decl.
42109
42110         * lib/putenv.c (malloc): Returns void *, not char *.
42111         Include <string.h> unconditionally.
42112         (strchr, memcpy, NULL): Do not define.
42113
42114         * lib/readtokens.c: Include readtokens.h first, to test interface.
42115         Include <stdlib.h>, <string.h> unconditionally.
42116         (init_tokenbuffer): Define with a prototype.
42117
42118         * lib/regex.c (PARAMS): Remove.  All uses removed.
42119         All uses of _RE_ARGS removed, too.
42120         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
42121         unconditionally.
42122         (bzero): Assume memset exists.
42123         (memcmp, memcpy, NULL): Remove.
42124         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
42125         char, or assignments to local vars of type signed char.
42126         (init_syntax_once, PREFIX(extract_number_and_incr),
42127         PREFIX(print_partial_compiled_pattern),
42128         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
42129         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
42130         PREFIX(regex_grow_registers), PREFIX(regex_compile),
42131         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
42132         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
42133         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
42134         wcs_compile_range, byte_compile_range, truncate_wchar,
42135         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
42136         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
42137         count_mbs_length, wcs_re_match_2_internal,
42138         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
42139         PREFIX(alt_match_null_string_p),
42140         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
42141         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
42142         regfree, PREFIX(extract_number)): Define with prototype.  Remove
42143         now-unnecessary declaration, if any.
42144         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
42145         regcomp, regexec):
42146         Remove now-unnecessary casts among pointer types.
42147         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
42148
42149         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
42150         (free): Remove decl.
42151
42152         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
42153
42154         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
42155         (free): Remove decl.
42156
42157         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
42158         * lib/xgetcwd.c: Likewise.
42159
42160         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
42161         (free): Remove decl.
42162
42163         * lib/strchrnul.c (strchrnul): Define with a prototype.
42164         Fix bug: c_in was not converted to char before searching.
42165
42166         The following changes are not K&R related:
42167
42168         * lib/group-member.h: Include <sys/types.h>, so that this file is
42169         self-contained.
42170         * lib/makepath.h: Likewise.
42171
42172         * lib/getusershell.c (readname, default_index, line_size, readname):
42173         Use size_t, not int, for sizes.
42174         (readname): If the size overflows, report an error instead of
42175         looping forever.
42176
42177 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42178
42179         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
42180         libc.
42181
42182 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42183
42184         * README: New section: portability guidelines.
42185
42186 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
42187
42188         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
42189         C89 spec.
42190
42191 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
42192
42193         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
42194
42195 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42196
42197         Assume C89 or better; remove K&R cruft.
42198         A few of these changes were first proposed by Derek Robert Price
42199         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
42200
42201         * lib/addext.c: Include <string.h> unconditionally.
42202         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
42203         Don't declare getenv or malloc.
42204
42205         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
42206         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
42207         (NULL): Remove.
42208         (find_stack_direction, alloca): Use prototypes.
42209
42210         * lib/atexit.c (atexit): Define using a prototype.
42211
42212         * lib/basename.c, dirname.c, stripslash.c:
42213         Include <string.h> unconditionally.
42214
42215         * lib/bcopy.c: Include <stddef.h>.
42216         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
42217
42218         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
42219
42220         * lib/error.h (error, error_at_line, error_print_progname)
42221         [! (defined (__STDC__) && __STDC__)]: Remove decls.
42222         * lib/error.c: Include error.h first, to check interface.
42223         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
42224         (VA_START): Remove; all uses changeed to va_start.
42225         (exit, strerror): Remove decls.
42226         (error_print_progname): Prototype uncondionally.
42227         Don't include <errno.h>; no longer needed.
42228         (private_strerror): Remove.
42229         (error_tail): Always define.
42230         (error, error_at_line): Assume C89 or better; always use prototypes.
42231         * lib/fatal.c: Include "fatal.h" first, to test interface.
42232         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
42233         (VA_START): Remove; all uses changed to va_start.
42234         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
42235         this case.
42236         (exit): Remove decl.
42237         (fatal): Prototype unconditionally.  Assume va_start works.
42238         Abort at end, to pacify gcc.
42239
42240         * lib/euidaccess.c (main): Define with a prototype.
42241
42242         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
42243
42244         * lib/exitfail.c: Include <stdlib.h> unconditionally.
42245
42246         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
42247         prototypes.
42248         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
42249         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
42250         (getenv): Remove decl.
42251         (fnmatch): Define using a prototype.
42252         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
42253         (FCT): Define using a prototype.
42254
42255         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
42256
42257         * lib/gethostname.c: Include <stddef.h>.
42258         (gethostname): Define with prototype.  Length is size_t, not int.
42259
42260 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42261
42262         Assume C89 or better; remove K&R cruft.
42263         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
42264         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
42265         string.h, getenv, malloc.
42266         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
42267         headers.
42268         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
42269         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
42270         do not check for strerror.
42271         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
42272         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
42273         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
42274         do not check for doprnt or vprintf.
42275         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
42276         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
42277
42278 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42279
42280         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
42281         getversion.c should have been removed then, but was accidentally
42282         preserved.
42283
42284         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
42285         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
42286
42287 2003-09-08  Karl Berry  <karl@gnu.org>
42288
42289         * config/config.sub, config.guess, srclistvars.sh: update from savannah
42290                 config, forget about prep.
42291
42292         * config/depcomp, missing: update from automake.
42293
42294 2003-09-07  Paul Eggert  <eggert@twinsun.com>
42295
42296         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
42297         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
42298
42299 2003-09-07  Paul Eggert  <eggert@twinsun.com>
42300
42301         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
42302         copy_tm_result.  Bug reported by Simon Josefsson in
42303         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
42304
42305 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42306
42307         * m4/time_r.m4: New file.
42308         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
42309         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
42310         is. Check for timegm declaration.
42311         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
42312         Do not check for gmtime_r.
42313         Replace mktime if __mktime_internal does not exist and if mktime
42314         hasn't been replaced already.
42315
42316 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42317
42318         * lib/time_r.c, lib/time_r.h: New files.
42319
42320         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
42321         __localtime_r.
42322         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
42323         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
42324
42325         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
42326         __gmtime_r.
42327         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
42328         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
42329         Include <time_r.h>.
42330
42331         * lib/timegm.c: Switch to glibc implementation, with the following
42332         changes:
42333         [defined HAVE_CONFIG_H]: Include <config.h>.
42334         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
42335         (__mktime_internal) [!defined _LIBC]: New decl.
42336         (__gmtime_r) [!defined _LIBC]: New macro and function.
42337         (timegm): Use a prototype, since gnulib assumes C89.
42338         Do not bother declaring tmp to be const, as it's not really usefu.
42339         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
42340         (timegm): Declare only if HAVE_DECL_TIMEGM.
42341
42342 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42343
42344         * MODULES.html.sh (func_all_modules): Add time_r.
42345         * modules/time_r: New file.
42346         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
42347         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
42348
42349 2003-09-03  Paul Eggert  <eggert@twinsun.com>
42350
42351         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
42352         Bug reported by Lute Kamstra in
42353         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
42354
42355         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
42356         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
42357         course with correspondingly smaller numbers for tomorrow and
42358         yesterday.  From Tadayoshi Funaba.  Originally installed into
42359         sh-utils on 1999-08-07, but the patch got lost (I guess during the
42360         coreutils merge?).
42361
42362 2003-08-31  Simon Josefsson  <jas@extundo.com>
42363
42364         * modules/timegm: New file.
42365         * MODULES.html.sh (func_all_modules): Add timegm.
42366
42367 2003-08-31  Simon Josefsson  <jas@extundo.com>
42368
42369         * m4/timegm.m4: New file.
42370
42371 2003-08-31  Simon Josefsson  <jas@extundo.com>
42372
42373         * lib/timegm.h: New file.
42374         * lib/timegm.c: New file.  Based on
42375         wget-1.8.2/src/http.c:mktime_from_utc.
42376
42377 2003-08-31  Karl Berry  <karl@gnu.org>
42378
42379         * lib/argp.h: update from libc.
42380
42381 2003-08-28  Bruno Haible  <bruno@clisp.org>
42382
42383         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
42384         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
42385         followed by '#define fnmatch fnmatch_posix' gives an error.
42386
42387 2003-08-28  Bruno Haible  <bruno@clisp.org>
42388
42389         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
42390         warning on QNX, which defines O_BINARY to 000000.
42391
42392 2003-08-27  Jim Meyering  <jim@meyering.net>
42393
42394         * m4/mkstemp.m4: Require that the system mkstemp be able to create
42395         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
42396         would fail after 32.  Reported by Danny Levinson.  Details here:
42397         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
42398
42399 2003-08-24  Bruno Haible  <bruno@clisp.org>
42400
42401         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
42402         MSVC7 <stdio.h> is included later.
42403
42404 2003-08-22  Simon Josefsson  <jas@extundo.com>
42405
42406         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
42407
42408 2003-08-20  Karl Berry  <karl@gnu.org>
42409
42410         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
42411
42412 2003-08-20  Bruno Haible  <bruno@clisp.org>
42413
42414         * modules/progname: New file.
42415         * MODULES.html.sh (func_all_modules): Add progname.
42416
42417 2003-08-20  Bruno Haible  <bruno@clisp.org>
42418
42419         * lib/progname.h: New file, from GNU gettext.
42420         * lib/progname.c: New file, from GNU gettext.
42421         * lib/progreloc.c: New file, from GNU gettext.
42422
42423 2003-08-19  Jim Meyering  <jim@meyering.net>
42424
42425         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
42426         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
42427
42428 2003-08-19  Bruno Haible  <bruno@clisp.org>
42429
42430         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
42431         more.
42432
42433 2003-08-19  Bruno Haible  <bruno@clisp.org>
42434
42435         * lib/xstrdup.c: Assume <string.h> exists.
42436
42437 2003-08-18  Paul Eggert  <eggert@twinsun.com>
42438
42439         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
42440         in makefile rules.
42441
42442 2003-08-18  Jim Meyering  <jim@meyering.net>
42443
42444         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
42445         * m4/lib-ld.m4: Likewise.
42446
42447 2003-08-18  Jim Meyering  <jim@meyering.net>
42448
42449         * lib/setenv.h: Indent nested cpp directive.
42450         * lib/vasnprintf.c: Remove trailing blanks.
42451
42452 2003-08-17  Simon Josefsson  <jas@extundo.com>
42453
42454         * modules/xstrndup: New file.
42455         * MODULES.html.sh (func_all_modules): Add xstrndup.
42456
42457 2003-08-17  Simon Josefsson  <jas@extundo.com>
42458
42459         * modules/argp: Fix autoconf macro name. Add more dependencies.
42460
42461 2003-08-17  Simon Josefsson  <jas@extundo.com>
42462
42463         * m4/xstrndup.m4: New file.
42464
42465 2003-08-17  Simon Josefsson  <jas@extundo.com>
42466
42467         * m4/argp.m4: New file.
42468
42469 2003-08-17  Simon Josefsson  <jas@extundo.com>
42470             Bruno Haible  <bruno@clisp.org>
42471
42472         * lib/xstrndup.h: New file.
42473         * lib/xstrndup.c: New file.
42474
42475 2003-08-17  Bruno Haible  <bruno@clisp.org>
42476
42477         * modules/strndup (Files, Include): Add lib/strndup.h.
42478
42479 2003-08-17  Bruno Haible  <bruno@clisp.org>
42480
42481         * modules/euidaccess (Files): Add lib/euidaccess.h.
42482
42483 2003-08-17  Bruno Haible  <bruno@clisp.org>
42484
42485         * lib/strndup.h: New file.
42486
42487 2003-08-17  Bruno Haible  <bruno@clisp.org>
42488
42489         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
42490         like AC_GNU_SOURCE.
42491         * modules/extensions (configure.ac): Comment out the invocation of
42492         gl_USE_SYSTEM_EXTENSIONS.
42493
42494 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42495
42496         Merges from coreutils, etc.
42497         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
42498         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
42499         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
42500         fixing a typo.
42501         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
42502         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
42503
42504 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42505
42506         Document merge from coreutils.
42507         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
42508         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
42509         * modules/utime: Add m4/utimes-null.m4.
42510
42511 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42512
42513         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
42514         space, undoing this 2003-08-12 change:
42515         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
42516
42517 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42518
42519         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
42520         strtoul.c from libc, undoing this 2003-08-12 change:
42521         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
42522
42523 2003-08-16  Jim Meyering  <jim@meyering.net>
42524
42525         Merges from coreutils.
42526         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
42527         prefix.  Adjust cache variables similarly.  Create 500 rather than
42528         just 300 files, to exercise bug on Darwin6.5, too.
42529         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
42530         $missing_dir.
42531         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
42532         AM_SYS_POSIX_TERMIOS.
42533         Reported by mkc@mathdogs.com.
42534         Also change use of $am_cv_sys_posix_termios
42535         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
42536         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
42537         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
42538         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
42539         in /proc/mounts until it finds one with matching device number.  This
42540         is unnecessary when the FILE argument *is* a mount point.  No stat call
42541         is necessary in that case.  So, disable the statvfs-testing code on
42542         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
42543         as RedHat bug# 84846.
42544         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
42545         to 1MB, so as not to render systems with no stack size limit (e.g.,
42546         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
42547         Include <unistd.h>.  On some systems,
42548         it is required for the definition of _SC_PAGESIZE.
42549
42550 2003-08-16  Jim Meyering  <jim@meyering.net>
42551
42552         Merge from coreutils.
42553         * lib/xstrtoimax.c: #else #if -> #elif.
42554         * lib/xstrtoumax.c: Likewise.
42555
42556 2003-08-16  Jim Meyering  <jim@meyering.net>
42557
42558         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
42559         * m4/utimes.m4: Removed.
42560         * m4/utimes-null.m4: Renamed from utimes.m4.
42561
42562         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
42563         to 1MB, so as not to render systems with no stack size limit (e.g.,
42564         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
42565         Include <unistd.h>.  On some systems,
42566         it is required for the definition of _SC_PAGESIZE.
42567
42568 2003-08-16  Jim Meyering  <jim@meyering.net>
42569         and Paul Eggert  <eggert@cs.ucla.edu>
42570
42571         Merges from coreutils, etc.
42572
42573         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
42574         using the latest version from cvs.  This avoids problems with #line
42575         directives using a vendor (Sun) compiler.
42576         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
42577         Don't set GETGROUPS_LIB here; now it's
42578         done via getgroups.m4's wrapper function.
42579         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
42580         rather than just in sh-util/configure.in, so that the
42581         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
42582         same.
42583         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
42584         AC_FUNC_GETLOADAVG where to find getloadavg.c.
42585         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
42586         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
42587         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
42588         Remove code that is now done by the newly-required macros.
42589         Append $(EXEEXT) to DF_PROG.
42590         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
42591         Do not invoke or require the following here,
42592         since prereq.m4 or some gnulib .m4 now does this for us:
42593         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
42594         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
42595         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
42596         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
42597         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
42598         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
42599         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
42600         AC_FUNC_OBSTACK.
42601         Do not replace the following functions, as this is now the job
42602         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
42603         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
42604         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
42605         atexit getpass, strdup, getpagesize.
42606         Replace 'raise'.
42607         Do not check for the following functions, as this is now the job
42608         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
42609         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
42610         setregid.
42611         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
42612         Check for sys/sysctl.h.
42613         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
42614         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
42615         of checking for ssize_t ourselves.
42616
42617         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
42618         Require every macro that gnulib/modules/* suggests for us.
42619         (jm_PREREQ_ADDEXT): New macro.
42620         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
42621         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
42622
42623         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
42624         (gl_PHYSMEM): Use it.
42625         Also check for `table' function.
42626         Check for new headers and functions.
42627         Add check for sys/sysmp.h.
42628         With suggestions from Kaveh Ghazi.
42629         Ignore headers that are present but cannot be compiled.  This
42630         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
42631         C 5.4.
42632
42633 2003-08-15  Paul Eggert  <eggert@twinsun.com>
42634
42635         Document merge from coreutils.
42636         * modules/userspec: Depend on posixver.
42637         * modules/strftime: Depend on tzset.
42638
42639 2003-08-15  Paul Eggert  <eggert@twinsun.com>
42640
42641         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
42642         rather than tab, after '#' in shell-script copyright notices.
42643         Suggested by Bruno Haible.
42644
42645 2003-08-15  Paul Eggert  <eggert@twinsun.com>
42646
42647         * config/srclist-update: Use three spaces, rather than tab, after '#'
42648         in shell-script copyright notices.  Suggested by Bruno Haible.
42649         Remove unnecessary parenthesization in regular expression.
42650
42651 2003-08-15  Jim Meyering  <jim@meyering.net>
42652
42653         Merge from coreutils.
42654         * lib/xgethostname.c: Include <stdlib.h>.
42655         (xghostname): Don't exit for anything other than memory-related
42656         failure; just return NULL.
42657         * lib/userspec.c: Include "posixver.h".
42658         (parse_user_spec): Accept `.' as a separator only
42659         in pre-POSIX-200112 mode.
42660         * lib/strtoimax.c: Use #elif rather than #else #if.
42661         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
42662         Remove function, now that we can rely on a working tzset function.
42663         [!_LIBC]: Ensure that the required autoconf test has been run.
42664         [!defined _NL_CURRENT && HAVE_STRFTIME]:
42665         Use underlying_strftime for %r.
42666         * lib/sha.c: Merge in some clean-up and optimization changes from
42667         glibc.
42668         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
42669         Ensure that it is a multiple of 64.
42670         Rearrange loop exit tests so as to avoid performing an
42671         additional fread after encountering an error or EOF.
42672         * lib/realloc.c: Update copyright date.
42673
42674 2003-08-15  Jim Meyering  <jim@meyering.net>
42675         and Paul Eggert  <eggert@twinsun.com>
42676
42677         Merge from coreutils.
42678         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
42679         member but strut utmpx does not.  Needed for AIX 4.3.3.
42680         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
42681
42682 2003-08-15  Jim Meyering  <jim@meyering.net>
42683         and Paul Eggert  <eggert@cs.ucla.edu>
42684
42685         Merges from coreutils, etc.
42686         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
42687         Require gl_FUNC_TZSET_CLOBBER.
42688         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
42689         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
42690         members.
42691
42692 2003-08-14  Paul Eggert  <eggert@twinsun.com>
42693
42694         Help the merge from coreutils.
42695         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
42696         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
42697         * m4/tzset.m4: Use it too.
42698
42699 2003-08-14  Paul Eggert  <eggert@twinsun.com>
42700
42701         * modules/tzset: New file.
42702
42703 2003-08-14  Jim Meyering  <jim@meyering.net>
42704
42705         Merges from coreutils.
42706         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
42707         variable names, rather than @FNMATCH_H@.
42708         * modules/alloca: Likewise for $(ALLOCA_H).
42709
42710         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
42711         the three copies of the literal target, `fnmatch.h'.
42712         * modules/alloca (alloca.h): Likewise.
42713
42714 2003-08-14  Jim Meyering  <jim@meyering.net>
42715
42716         Merge from coreutils.
42717         * m4/tzset.m4: New file.
42718         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
42719         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
42720         otherwise, AIX 5.1 systems would end up using the latter.
42721         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
42722         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
42723         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
42724         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
42725
42726 2003-08-14  Jim Meyering  <jim@meyering.net>
42727
42728         Merge from coreutils.
42729         * lib/obstack.h: Whitespace changes.
42730         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
42731         and xcalloc return values.
42732         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
42733         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
42734         hang on OSF/1 5.1 for DIR on both local and remote file systems.
42735         Reported by (and fix confirmed by) Nelson H. F. Beebe.
42736         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
42737         error from mntctl.
42738         Use mntctl's return value to drive the entry-processing loop, since
42739         we can't rely on the value of the vmt_length member in the last
42740         entry.  On some systems doing so could result in exhausting
42741         virtual memory.  Based in part on a patch from Mike Jetzer.
42742
42743 2003-08-14  Jim Meyering  <jim@meyering.net>
42744         and Paul Eggert  <eggert@twinsun.com>
42745
42746         Merges from coreutils, plus other fixes.
42747         * lib/physmem.c: Merge in portability changes from gcc/libiberty
42748         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
42749         for credits and details.  Thanks to Kaveh Ghazi for helping
42750         to keep these files in sync.
42751         (ARRAY_SIZE): Define it.
42752         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
42753         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
42754         (memcasecmp): Don't assume size_t fits in unsigned int.
42755         Remove casts and duplicate code.
42756         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
42757         (memcpy): Remove definition.
42758         Merge in some clean-up and optimization changes from glibc.
42759         [BLOCKSIZE]: Move definition to top of file.
42760         Ensure that it is a multiple of 64.
42761         Rearrange loop exit tests so as to avoid performing an
42762         additional fread after encountering an error or EOF.
42763         * lib/md5.h (md5_uintptr): Define.
42764         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
42765         return to the initial working directory.  Preserve errno
42766         for caller.
42767         * lib/idcache.c: Include "xalloc.h".
42768         (xmalloc, xrealloc): Remove decls.
42769         (getuser): Remove casts no longer required in C89.
42770         * lib/human.c: Include stdio.h, for sprintf.
42771         * lib/group-member.c: Include "xalloc.h".
42772         (xmalloc, xrealloc): Remove decls.
42773         (get_group_info): Remove casts no longer required in C89.
42774         * lib/getusershell.c (readname): Remove casts no longer required in
42775         C89.
42776         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
42777         * lib/getline.c: Whitespace fix, from coreutils.
42778
42779 2003-08-13  Paul Eggert  <eggert@twinsun.com>
42780
42781         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
42782         Check for isascii.
42783
42784         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
42785         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
42786         Undo previous (whitespace-only) change.
42787
42788 2003-08-13  Paul Eggert  <eggert@twinsun.com>
42789
42790         * lib/exclude.c: Include <ctype.h>
42791         (IN_CTYPE_DOMAIN): New macro.
42792         (is_space): New fn.
42793         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
42794         and empty lines.
42795
42796         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
42797         Undo previous (whitespace-only) change.
42798
42799 2003-08-13  Paul Eggert  <eggert@twinsun.com>
42800
42801         * config/srclist-update: Change update back to the old behavior,
42802         leaving whitespace alone.  Use one 'sed' command rather than a
42803         pipeline.
42804         (fixlicense): Now a variable, not a function.
42805         (remove_trailing_blanks): Remove.
42806         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
42807         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
42808         Undo previous (whitespace-only) change.
42809
42810 2003-08-12  Paul Eggert  <eggert@twinsun.com>
42811
42812         Merge from coreutils.
42813         * modules/euidaccess: Add lib_SOURCES, include for new
42814         file euidaccess.h
42815
42816 2003-08-12  Paul Eggert  <eggert@twinsun.com>
42817
42818         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
42819         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
42820         Normalize leading white space and remove trailing white space.
42821
42822         Merge from coreutils
42823         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
42824
42825         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
42826         0.12.1.  These files are now being upgraded automatically by
42827         ../config/srclist-update.
42828
42829 2003-08-12  Paul Eggert  <eggert@twinsun.com>
42830
42831         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
42832         Normalize leading white space and remove trailing white space.
42833         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
42834         notice, as per ../config/srclist-update.
42835
42836         Merge from coreutils.
42837         * lib/euidaccess.h: New file.
42838         * lib/euidaccess.c: Include it.
42839         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
42840         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
42841         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
42842
42843 2003-08-12  Paul Eggert  <eggert@twinsun.com>
42844
42845         * config/srclist-update: Add copyright notice.
42846         (remove_id_lines, remove_trailing_blanks): New constants.
42847         (fixfile): Use them to normalize spacing a bit in copied files.
42848         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
42849         Normalize leading white space and remove trailing white space.
42850
42851         * config/texinfo.tex: Sync with texinfo.
42852
42853         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
42854         strtoul.c from libc, to merge coreutils whitespace changes.
42855
42856         * config/srclist.txt: Get the following m4 files from gettext:
42857         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
42858         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
42859         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
42860         wint_t.m4.
42861
42862 2003-08-12  Karl Berry  <karl@gnu.org>
42863
42864         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
42865         been made.
42866
42867 2003-08-11  Paul Eggert  <eggert@twinsun.com>
42868
42869         * modules/gnu-source, m4/gnu-source.m4:
42870         Remove; we're assuming Autoconf 2.54 or later now.
42871         Suggested by Bruno Haible.
42872         * MODULES.html.sh (func_all_modules): Remove gnu-source.
42873
42874 2003-08-11  Bruno Haible  <bruno@clisp.org>
42875
42876         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
42877
42878 2003-08-11  Bruno Haible  <bruno@clisp.org>
42879
42880         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
42881         (vasnprintf): Use it instead of wcslen.
42882
42883 2003-08-11  Bruno Haible  <bruno@clisp.org>
42884
42885         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
42886         value to ensure that _Bool promotes to int. Use #define for _Bool when
42887         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
42888
42889 2003-08-10  Karl Berry  <karl@gnu.org>
42890
42891         * lib/regex.h: update from libc (whitespace fix).
42892
42893 2003-08-09  Paul Eggert  <eggert@twinsun.com>
42894
42895         Merge some files from coreutils.  These changes were
42896         originally made by Jim Meyering.
42897         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
42898         many older Unixes require this.
42899         * lib/alloca.c (alloca): Remove cast to argument of free;
42900         no longer needed in C89.
42901         * lib/alloca_.h, regex.h: Fix white space to match
42902         what GNU indent does.
42903
42904 2003-08-09  Paul Eggert  <eggert@twinsun.com>
42905
42906         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
42907         apparently Emacs's Unicode mode got confused before my 2003-08-05
42908         checkin.
42909
42910 2003-08-08  Paul Eggert  <eggert@twinsun.com>
42911
42912         * m4/extensions.m4: New file.
42913         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
42914         Require gl_USE_SYSTEM_EXTENSIONS.
42915         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
42916         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
42917
42918 2003-08-08  Paul Eggert  <eggert@twinsun.com>
42919
42920         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
42921         * modules/extensions, modules/gnu-source: New files.
42922         * modules/timespec, modules/unlocked-io: Depend on extensions.
42923
42924 2003-08-07  Paul Eggert  <eggert@twinsun.com>
42925
42926         * modules/restrict: New file.
42927         * MODULES.html.sh (func_all_modules): Add restrict.
42928         * modules/regex: Depend on restrict.
42929
42930 2003-08-07  Paul Eggert  <eggert@twinsun.com>
42931
42932         * m4/restrict.m4: New file.
42933         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
42934
42935 2003-08-07  Bruno Haible  <bruno@clisp.org>
42936
42937         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
42938         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
42939
42940 2003-08-07  Bruno Haible  <bruno@clisp.org>
42941
42942         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
42943         makes the module 'getndelim2' compatible with the module 'getline'.
42944
42945 2003-08-05  Paul Eggert  <eggert@twinsun.com>
42946
42947         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
42948         byte with "\201" to avoid glitches when editing that source file
42949         with multi-gnome-terminal.
42950
42951 2003-08-05  Paul Eggert  <eggert@twinsun.com>
42952
42953         * lib/bumpalloc.h: Remove.
42954
42955 2003-08-05  Paul Eggert  <eggert@twinsun.com>
42956
42957         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
42958         * modules/bumpalloc: Remove.
42959
42960 2003-08-04  Paul Eggert  <eggert@twinsun.com>
42961
42962         * lib/getloadavg.c: Change copyright notice and spacing to conform to
42963         GNU coding style.
42964
42965         Merge from coreutils.
42966         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
42967         1. From glibc.
42968         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
42969         from Karl Berry, implemented by Jim Meyering.
42970         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
42971         from Dmitry V. Levin.
42972         Remove anachronistic cast of xrealloc.
42973         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
42974         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
42975         type. Otherwise, it wouldn't compile with at least /bin/cc on
42976         ymp-cray-unicos9.0.2.X.
42977         Combine two mostly-identical uses of alloca into one.
42978         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
42979
42980 2003-08-04  Dave Love  <d.love@dl.ac.uk>
42981
42982         [From Emacs.]
42983
42984         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
42985         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
42986         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
42987         obsolete NLIST_NAME_UNION.
42988         [__GNU__]: Undef BSD and FSCALE.
42989         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
42990
42991 2003-08-03  Paul Eggert  <eggert@twinsun.com>
42992
42993         * lib/stdbool_.h (_Bool): Make it signed char, instead of
42994         an enum type, so that it's guaranteed to promote to int.  See:
42995         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
42996
42997 2003-08-03  Karl Berry  <karl@gnu.org>
42998
42999         * config/depcomp: update from automake.
43000
43001 2003-07-31  Paul Eggert  <eggert@twinsun.com>
43002
43003         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
43004         (strerror): Don't assume that a printable int fits in 14 bytes.
43005
43006 2003-07-31  Bruno Haible  <bruno@clisp.org>
43007
43008         * modules/getpass-gnu: New file.
43009         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
43010
43011 2003-07-31  Bruno Haible  <bruno@clisp.org>
43012
43013         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
43014
43015 2003-07-24  Karl Berry  <karl@gnu.org>
43016
43017         * config/missing: update from automake.
43018
43019 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
43020             Bruno Haible  <bruno@clisp.org>
43021
43022         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
43023         * lib/getline.c (getline, getdelim): Likewise.
43024         Remove _GNU_SOURCE define; now it's defined in config.h through
43025         m4/getline.m4.
43026
43027 2003-07-23  Karl Berry  <karl@gnu.org>
43028
43029         * config/config.sub: update from prep.
43030
43031 2003-07-22  Paul Eggert  <eggert@twinsun.com>
43032
43033         * modules/xalloc (Depends-on): Add exitfail.
43034         * modules/xmemcoll: Likewise.
43035
43036 2003-07-22  Paul Eggert  <eggert@twinsun.com>
43037
43038         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
43039         over-parenthesization in macros.
43040
43041         Sync with coreutils.
43042
43043         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
43044         required by C99.
43045
43046         Use `exit_failure' for xalloc and xmemcoll instead of their own
43047         private exit-failure variables.
43048         * lib/xalloc.h (xalloc_exit_failure): Remove.
43049         * lib/xmalloc.c: Likewise.  Include exitfail.h.
43050         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
43051         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
43052         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
43053         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
43054
43055 2003-07-20  Jim Meyering  <jim@meyering.net>
43056
43057         * modules/closeout (Depends-on): Add exitfail.
43058         Suggestion from Bruno Haible.
43059
43060 2003-07-19  Karl Berry  <karl@gnu.org>
43061
43062         * config/config.sub: update from prep.
43063
43064 2003-07-18  Paul Eggert  <eggert@twinsun.com>
43065
43066         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
43067         Remove.
43068         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
43069         to test that it can stand by itself.  Include "exitfail.h".
43070         Clients should set exit_failure instead.
43071         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
43072
43073 2003-07-18  Bruno Haible  <bruno@clisp.org>
43074
43075         * modules/getndelim2: New file.
43076         * modules/getline: Share files with module getndelim2.
43077         * modules/getnline: Depend on getndelim2 instead of sharing files with
43078         it. Add getnline.c to lib_SOURCES.
43079         * MODULES.html.sh (func_all_modules): Add getndelim2.
43080
43081 2003-07-18  Bruno Haible  <bruno@clisp.org>
43082
43083         * m4/getndelim2.m4: New file.
43084         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
43085         invoke gl_PREREQ_GETNDELIM2.
43086         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
43087         gl_PREREQ_GETNDELIM2.
43088         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
43089         gl_GETNDELIM2.
43090
43091 2003-07-18  Bruno Haible  <bruno@clisp.org>
43092
43093         * lib/getndelim2.h: New file.
43094         * lib/getndelim2.c: Make into a module of its own. Include config.h,
43095         getndelim2.h.
43096         (getndelim2): Make non-static. Change return type to ssize_t.
43097         * lib/getline.h: Change argument names.
43098         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
43099         * lib/getnline.c: Include getndelim2.h.
43100
43101 2003-07-18  Andreas Schwab  <schwab@suse.de>
43102
43103         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
43104
43105 2003-07-17  Karl Berry  <karl@gnu.org>
43106
43107         * config/config.sub: update from prep.
43108
43109 2003-07-17  Bruno Haible  <bruno@clisp.org>
43110
43111         * modules/getnline: New file.
43112         * modules/getline: Add lib/getndelim2.c to source file list.
43113         * MODULES.html.sh (func_all_modules): Add getnline.
43114
43115 2003-07-17  Bruno Haible  <bruno@clisp.org>
43116
43117         * m4/getnline.m4: New file.
43118
43119 2003-07-17  Bruno Haible  <bruno@clisp.org>
43120
43121         * m4/Makefile.am.in: Remove file.
43122         * m4/Makefile.am: Remove file.
43123         * m4/Makefile.in: Remove file.
43124
43125 2003-07-17  Bruno Haible  <bruno@clisp.org>
43126
43127         * lib/getnline.h: New file.
43128         * lib/getnline.c: New file.
43129         * lib/getndelim2.c: New file, extracted from getline.c.
43130         (getndelim2): Renamed from getdelim2, with added nmax argument.
43131         * lib/getline.c: Include getndelim2.c.
43132         (getdelim2): Moved out to getndelim2.c.
43133         (getline, getdelim): Update.
43134
43135 2003-07-17  Bruno Haible  <bruno@clisp.org>
43136
43137         * lib/Makefile.am: Remove file.
43138         * lib/Makefile.in: Remove file.
43139
43140 2003-07-17  Bruno Haible  <bruno@clisp.org>
43141
43142         * configure.in: Remove file.
43143         * Makefile.in: Remove file.
43144
43145 2003-07-17  Bruno Haible  <bruno@clisp.org>
43146
43147         * MODULES.html.sh: Put the </BODY> right before </HTML>.
43148
43149 2003-07-16  Karl Berry  <karl@gnu.org>
43150
43151         * config/srclist-update: was running fixlicense twice, which caused
43152                 texinfo.tex to be nullified for some reason.  Simplify,
43153                 $gplsrc is no longer needed as far as I can see?
43154
43155 2003-07-16  Jim Meyering  <jim@meyering.net>
43156
43157         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
43158
43159 2003-07-15  Paul Eggert  <eggert@twinsun.com>
43160
43161         * config/srclist.txt: Get the following files from gettext-runtime/intl
43162         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
43163         ref-del.sin.  From Bruno Haible.
43164         * config/srclist-update (fixfile): Change grep pattern again, since the
43165         previous fix didn't work (there was another trailing $).  Use
43166         '[$]' to escape the $s.
43167
43168 2003-07-15  Karl Berry  <karl@gnu.org>
43169
43170         * lib/vasnprintf.c: update from gettext.
43171
43172 2003-07-15  Karl Berry  <karl@gnu.org>
43173
43174         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
43175         gets expanded when surrounded by '$'.
43176
43177 2003-07-15  Jim Meyering  <jim@meyering.net>
43178
43179         * modules/save-cwd: Don't depend on error.  From Derek Price.
43180
43181 2003-07-15  Jim Meyering  <jim@meyering.net>
43182
43183         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
43184
43185 2003-07-14  Simon Josefsson  <jas@extundo.com>
43186
43187         * modules/mempcpy: New file.
43188         * MODULES.html.sh (func_all_modules): Add mempcpy.
43189
43190 2003-07-14  Simon Josefsson  <jas@extundo.com>
43191
43192         * m4/mempcpy.m4: New file.
43193
43194 2003-07-14  Simon Josefsson  <jas@extundo.com>
43195
43196         * lib/mempcpy.h: New file.
43197         * lib/mempcpy.c: New file.
43198
43199 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43200
43201         * modules/getdate, modules/posixtm: Depend on mktime.
43202
43203 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43204
43205         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
43206         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
43207         unicodeio.c, unicodeio.h, unlocked-io.h:
43208         Switch from LGPL to GPL.
43209
43210 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43211
43212         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
43213         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
43214         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
43215         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
43216         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
43217         updated automatically by ../config/srclist-update.  This changes
43218         their license from LPGL to GPL.
43219
43220 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43221
43222         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
43223         assumed to refer to the root of the most recent stable gettext version.
43224         * config/srclistvars.sh: Add defaults for eggert.
43225         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
43226         Match "This program" as well as "The program".  This is needed
43227         for gettext.
43228
43229 2003-07-14  Jim Meyering  <jim@meyering.net>
43230
43231         Don't emit diagnostics.  Let callers do that.
43232         * lib/save-cwd.c: Don't include "error.h".
43233         (save_cwd): Don't call error.  Ensure that errno is valid
43234         when returning nonzero.
43235
43236         * lib/save-cwd.h (restore_cwd): Update prototype.
43237         * lib/save-cwd.c (restore_cwd): Remove two parameters.
43238         Simplify.  Don't call error upon failure.  Let callers do that.
43239         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
43240         when auditing is enabled.  But don't bother updating the #if.
43241
43242 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
43243
43244         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
43245         it breaks C++ compilation.
43246         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
43247
43248 2003-07-10  Simon Josefsson  <jas@extundo.com>
43249
43250         * modules/strchrnul (Makefile.am): Add strchrnul.h.
43251
43252 2003-07-10  Jim Meyering  <jim@meyering.net>
43253
43254         * m4/clock_time.m4: Remove trailing blank.
43255         * m4/intmax_t.m4: Likewise.
43256
43257 2003-07-10  Jim Meyering  <jim@meyering.net>
43258
43259         * lib/vasnprintf.c: Remove trailing blanks.
43260         Make cpp indentation consistent.
43261
43262 2003-07-09  Paul Eggert  <eggert@twinsun.com>
43263
43264         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
43265         posixver.c, strftime.c, strnlen.c, strverscmp.c:
43266         Switch from LGPL to GPL.
43267
43268 2003-07-09  Paul Eggert  <eggert@twinsun.com>
43269
43270         * config/srclist.txt: Sort sublists.  Add
43271         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
43272         that differ from gnulib for one reason or another; we'd like this list
43273         to be smaller but for now let's document what we have.
43274
43275 2003-07-08  Paul Eggert  <eggert@twinsun.com>
43276
43277         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
43278         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
43279         and sweeter "eval x=$x".
43280         * config/srclist.txt: Get lib/argp* from glibc.
43281
43282 2003-07-07  Paul Eggert  <eggert@twinsun.com>
43283
43284         * lib/mktime.c: Fix some boundary cases and remove need for floating
43285         point.
43286
43287         Issue a compile-time diagnostic if time_t is floating point, or if
43288         two's complement arithmetic is not in effect, or if arithmetic
43289         right shift does not propagate the sign.  These assumptions were
43290         all in the original code but they weren't checked.
43291
43292         (TIME_T_MIDPOINT, verify): New macros.
43293         (__isleap): Remove; it has integer overflow problems.
43294         (leapyear): New function, without those problems.
43295         (ydhms_tm_diff): Remove; splitting into two parts.
43296         (ydhms_diff): New function, containing the arithmetic part of
43297         the old ydhms_tm_diff function.  Issue a compile-time
43298         diagnostic if we are not using C99 integer division.
43299         Avoid casts when possible.
43300         (guess_time_tm): New function, containing the checking part of
43301         the old ydhms_tm_diff function.  Return the new value, rather than
43302         the difference between it and the old.  Accept a new argument T
43303         so that *T specifies the old value.  Check for overflow in the result.
43304
43305         (__mktime_internal): Use a time_t offset, not a long int offset.
43306         This undoes the 2003-06-04 change, which is no longer needed now
43307         that we have better overflow checking.
43308         (localtime_offset): Likewise.
43309
43310         (__mktime_internal): Avoid harmful overflow on hosts where time_t
43311         and long are 64-bit but int is only 32-bit.
43312         (ydhms_diff): Use long int to store year1 and yday1.
43313         Issue a compile-time diagnostic if long int is not wide enough.
43314
43315         (__mktime_internal): Use long int to store adjusted year and yday.
43316         Use plain C rather than preprocessor commands, if that doesn't
43317         affect efficiency.
43318         Check for overflow (and try to repair) after each probe
43319         rather than checking only at the very end.  This avoids some bugs
43320         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
43321         does not equal GMT offset at maximum time).
43322         Use integer to check for overflow rather than floating point; this
43323         is more portable to non-IEEE hosts, and is a tad faster.
43324         When we detect that we are oscillating between two values,
43325         don't check whether tm_isdst has the requested value, since
43326         we already know the answer.  When tm_isdst has the wrong value,
43327         use a different heuristic to find the right one, based on the
43328         extreme values actually observed in practice in tz2003a,
43329         rather than the (overly optimistic) "previous 3 calendar quarters".
43330
43331         (not_equal_tm, print_tm, check_result): Use "const T" rather than
43332         "T const" to accommodate glibc style.
43333         (check_result): Use less-confusing report format.  "long" -> "long int.
43334         (main): Likewise.
43335         Don't loop if the iteration overflows time_t.
43336         Allow a negative step in the iteration.
43337
43338 2003-07-06  Karl Berry  <karl@gnu.org>
43339
43340         * config/depcomp: update from automake.
43341         * config/config.sub: update from prep.
43342
43343 2003-07-03  Karl Berry  <karl@gnu.org>
43344
43345         * config/config.guess: update from prep.
43346
43347 2003-07-01  Paul Eggert  <eggert@twinsun.com>
43348
43349         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
43350         xreadlink.c now includes it unconditionally.
43351
43352 2003-07-01  Paul Eggert  <eggert@twinsun.com>
43353
43354         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
43355         having it depend on HAVE_SYS_TYPES_H.
43356
43357 2003-07-01  Bruno Haible  <bruno@clisp.org>
43358
43359         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
43360         <sys/types.h> should be sufficient.
43361         Reported by Paul Eggert.
43362
43363 2003-06-26  Karl Berry  <karl@gnu.org>
43364
43365         * config/depcomp: update from automake.
43366
43367 2003-06-26  Bruno Haible  <bruno@clisp.org>
43368
43369         * modules/human: Depend on module stdbool.
43370
43371 2003-06-25  Bruno Haible  <bruno@clisp.org>
43372
43373         * modules/readlink: New file.
43374         * modules/xreadlink: Depend on it.
43375         * MODULES.html.sh (func_all_modules): Add readlink.
43376
43377 2003-06-25  Bruno Haible  <bruno@clisp.org>
43378
43379         * m4/readlink.m4: New file.
43380
43381 2003-06-25  Bruno Haible  <bruno@clisp.org>
43382
43383         * lib/readlink.c: New file.
43384
43385 2003-06-22  Karl Berry  <karl@gnu.org>
43386
43387         * config/srclist.txt: update mkinstalldirs from automake.
43388         * config/mkinstalldirs: update.
43389
43390 2003-06-22  Bruno Haible  <bruno@clisp.org>
43391
43392         Portability to mingw32.
43393         * m4/ssize_t.m4: New file, from GNU gettext.
43394         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
43395         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
43396
43397 2003-06-22  Bruno Haible  <bruno@clisp.org>
43398
43399         * modules/safe-read: Add m4/ssize_t.m4.
43400         * modules/xreadlink: Add m4/ssize_t.m4.
43401
43402 2003-06-20  Bruno Haible  <bruno@clisp.org>
43403
43404         Assume C89, so PARAMS isn't needed.
43405         * lib/unicodeio.h (PARAMS): Remove.
43406         * lib/unicodeio.c: Don't use PARAMS.
43407
43408 2003-06-18  Karl Berry  <karl@gnu.org>
43409
43410         * config/config.{guess,sub}: update from prep.
43411
43412 2003-06-18  Jim Meyering  <jim@meyering.net>
43413
43414         Merge changes from coreutils.
43415         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
43416         Remove explicit declarations of xmalloc and realloc.
43417         Include xalloc.h.
43418         (read_utmp): Remove anachronistic cast of xmalloc.
43419
43420 2003-06-17  Paul Eggert  <eggert@twinsun.com>
43421
43422         Assume C89, so PARAMS isn't needed.
43423         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
43424         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
43425         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
43426         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
43427         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
43428         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
43429         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
43430         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
43431         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
43432         lib/xstrtod.h, lib/xstrtol.h: Likewise.
43433         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
43434         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
43435         no longer needed. Anyway, config.h should always be included before any
43436         other file.
43437
43438 2003-06-11  Simon Josefsson  <jas@extundo.com>
43439
43440         * modules/sysexits: New file.
43441         * MODULES.html.sh (func_all_modules): Add sysexits.
43442
43443 2003-06-11  Simon Josefsson  <jas@extundo.com>
43444
43445         * lib/sysexit_.h: New file.
43446
43447 2003-06-11  Derek Price  <derek@ximbiot.com>
43448
43449         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
43450         necessary.
43451
43452 2003-06-11  Bruno Haible  <bruno@clisp.org>
43453
43454         * m4/sysexits.m4: New file.
43455
43456 2003-06-10  Simon Josefsson  <jas@extundo.com>
43457
43458         * lib/argp.h: New file, from glibc.
43459         * lib/argp-ba.c: New file, from glibc.
43460         * lib/argp-eexst.c: New file, from glibc.
43461         * lib/argp-fmtstream.c: New file, from glibc.
43462         * lib/argp-fmtstream.h: New file, from glibc.
43463         * lib/argp-fs-xinl.c: New file, from glibc.
43464         * lib/argp-help.c: New file, from glibc.
43465         * lib/argp-namefrob.h: New file, from glibc.
43466         * lib/argp-parse.c: New file, from glibc.
43467         * lib/argp-pv.c: New file, from glibc.
43468         * lib/argp-pvh.c: New file, from glibc.
43469         * lib/argp-xinl.c: New file, from glibc.
43470
43471 2003-06-10  Simon Josefsson  <jas@extundo.com>
43472
43473         * modules/strchrnul: New file.
43474
43475 2003-06-10  Simon Josefsson  <jas@extundo.com>
43476
43477         * modules/argp: New file.
43478
43479 2003-06-10  Simon Josefsson  <jas@extundo.com>
43480
43481         * m4/strchrnul.m4: New file.
43482
43483 2003-06-10  Simon Josefsson  <jas@extundo.com>
43484
43485         * lib/strchrnul.h: New file.
43486         * lib/strchrnul.c: New file.
43487
43488 2003-06-10  Bruno Haible  <bruno@clisp.org>
43489
43490         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
43491
43492 2003-06-07  Karl Berry  <karl@gnu.org>
43493
43494         * config/config.{guess,sub}: update from prep.
43495
43496 2003-06-07  Jim Meyering  <jim@meyering.net>
43497
43498         * modules/strtod: Use $(...) notation, not @...@ for
43499         AC_REPLACE'd variables.
43500         * modules/localcharset: Likewise.
43501
43502 2003-06-07  Jim Meyering  <jim@meyering.net>
43503
43504         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
43505         in place of my name in the copyright comment.
43506         Remove definition and uses of __P.
43507
43508         From coreutils.
43509         * lib/stat.c: Don't declare xmalloc explicitly.
43510         Instead, include "xalloc.h".
43511         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
43512         xrealloc, and xcalloc return values.
43513         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
43514         Improve comment.
43515         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
43516
43517 2003-06-07  Bruno Haible  <bruno@clisp.org>
43518
43519         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
43520         avoid AC_CONFIG_LINKS.
43521         * modules/fnmatch (Makefile.am): Use explicit creation rule for
43522         fnmatch.h, to avoid AC_CONFIG_LINKS.
43523         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
43524
43525 2003-06-07  Bruno Haible  <bruno@clisp.org>
43526
43527         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
43528         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
43529         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
43530         directory.
43531         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
43532         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
43533         directory.
43534
43535 2003-06-06  Jim Meyering  <jim@meyering.net>
43536
43537         Merge from coreutils.
43538         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
43539         Consolidate declarations and initializations of *_base* locals.
43540
43541         Merge from coreutils.
43542         This avoids a core dump on systems without GNU putenv,
43543         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
43544         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
43545         (unsetenv): New static function, from GNU libc.
43546         (rpl_putenv): Use it.
43547
43548         * lib/modechange.c: Remove trailing blanks.
43549
43550         Merge from coreutils.
43551         * lib/fsusage.c: Remove declaration of statfs.
43552         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
43553
43554         * lib/posixtm.c: Include <stdbool.h> unconditionally.
43555
43556 2003-06-06  Jim Meyering  <jim@meyering.net>
43557
43558         * lib/stdbool_.h: Renamed from stdbool.h.in.
43559
43560 2003-06-06  Jim Meyering  <jim@meyering.net>
43561             Bruno Haible  <bruno@clisp.org>
43562
43563         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
43564         Adjust Makefile.am snippet not to redirect directly to target.
43565         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
43566
43567 2003-06-05  Paul Eggert  <eggert@twinsun.com>
43568
43569         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
43570         mismatch, look in future quarters as well as past.  This fixes a
43571         bug when processing fall-backwards gaps immediately after a long
43572         period of daylight-saving time.
43573
43574         * lib/mktime.c: Assume freestanding C89 or better.
43575         (HAVE_LIMITS_H): Remove.  Assume it's 1.
43576         (__P): Remove; not used.
43577         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
43578         (mktime, not_equal_tm, print_tm, check_result,
43579         main): Use prototypes.  Use const * where appropriate.
43580         (main): Fix typo in testing code that uncovered by above changes.
43581         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
43582
43583 2003-06-04  Paul Eggert  <eggert@twinsun.com>
43584
43585         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
43586         locale.h, localeconv.  This merges changes from coreutils.
43587
43588         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
43589         It can be removed after the next Autoconf is released.
43590         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
43591         needed.
43592
43593 2003-06-04  Paul Eggert  <eggert@twinsun.com>
43594
43595         * lib/mktime.c: Fix Debian bug 177940
43596         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
43597         (localtime_offset): Now long int, not time_t, because we want it
43598         to be guaranteed to be signed.  All uses changed.
43599         (__mktime_internal): If overflow would occur when adding offset,
43600         don't add it.
43601
43602         Merge 'human' changes from coreutils.  Rewrite to support
43603         locale-specific notations like thousands separators.
43604         * lib/human.c: Simplify authorship notice.
43605         Include human.h immediately after config.h.
43606         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
43607         <limits.h>: Do not include, since human.h does.
43608         (SIZE_MAX, UINTMAX_MAX): New macros.
43609         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
43610         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
43611         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
43612         (power_letter): Renamed from suffixes.
43613         (generate_suffix_backwards): Remove.
43614         (adjust_value): Now takes int style (because of human.h changes)
43615         and long double value (for greater precision on some platforms).
43616         (group_number): New function.
43617         (human_readable): Use it.  Use integer options, not enum.
43618         Put the options before the sizes in the arg list.
43619         Support all the new options.
43620         The old human_readable function has been removed;
43621         use inttostr.h instead.
43622         (human_readable, default_block_size, humblock):
43623         Use uintmax_t, not int, for block sizes.
43624         (human_readable_inexact, block_size_types): Remove.
43625         (block_size_opts): New constant.
43626         (human_options): Renamed from human_block_size, with new signature
43627         that allows block sizes up to UINTMAX_MAX.  All callers changed.
43628         * lib/human.h: Add copyright and authorship notice.
43629         Include <limits.h> and <stdbool.h> unconditionally.
43630         (PARAMS): Remove.  All uses removed.
43631         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
43632         (enum human_inexact_style): Remove tag; now a nameless enum.
43633         (human_floor, human_ceiling, human_round_to_even): Now have
43634         values 2, 0, 1 rather than -1, 1, 0.
43635         (human_group_digits, human_suppress_point_zero, human_autoscale,
43636         human_base_1024, human_SI, human_B): New constants.
43637         (human_readable_inexact, human_block_size): Remove.
43638         (human_readable): Size args are now uintmax_t, not int.
43639         (human_options): New decl.
43640
43641         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
43642         unnecessary now that we assume C89 or better.  This change
43643         imported from coreutils.
43644
43645         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
43646         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
43647         in the 2003-05-30 sync from glibc.
43648
43649         .h files should stand alone, but we shouldn't include <sys/types.h>
43650         if we can get away with just <stddef.h>.
43651
43652         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
43653         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
43654         rather than <sys/types.h>, as we merely need size_t.
43655         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
43656         to get size_t.
43657         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
43658         Include <stdio.h>, to get FILE.
43659         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
43660         memcasecmp.h has included <stddef.h> and all we need is size_t.
43661         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
43662         our interface, instead of including <sys/types.h>
43663
43664 2003-06-04  Paul Eggert  <eggert@twinsun.com>
43665
43666         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
43667         now, as glibc mktime is buggy on non-glibc systems.
43668
43669 2003-06-03  Karl Berry  <karl@gnu.org>
43670
43671         * config/config.sub: update from prep.
43672
43673 2003-06-02  Paul Eggert  <eggert@twinsun.com>
43674
43675         [from coreutils]
43676         Fix some minor time-related bugs with POSIX time arguments.
43677         Some valid time stamps were being rejected (notably -1, and
43678         time stamps before 1900 on 64-bit hosts).  And some invalid
43679         time stamps were being accepted, e.g. September 31.
43680
43681         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
43682         that we can return (time_t) -1 successfully.
43683         * lib/posixtm.c: Likewise.
43684         [HAVE_STDBOOL_H]: Include <stdbool.h>.
43685         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
43686         (t): Remove static var.
43687         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
43688         of static var.  All uses changed.
43689         (year): Do not reject years before 1900; they can occur with
43690         64-bit time_t.
43691         (posix_time_parse): Do not check for out-of-range components;
43692         that is now the caller's responsibility, since our checks were
43693         only approximations.
43694         (posixtime): Use mktime to check for out-of-range components,
43695         since it knows them exactly.
43696         If mktime returns (time_t) -1, check whether an error actually occurred
43697         by invoking localtime on -1.
43698         (main) [TEST_POSIXTIME]: Check for input data errors, and report
43699         posixtime failures better.
43700         Improve the test data (in comments only).
43701
43702 2003-06-02  Karl Berry  <karl@gnu.org>
43703
43704         * config/mkinstalldirs (version): new variable.
43705         (--version): new option.
43706         (usage): improve message.
43707
43708 2003-05-30  Karl Berry  <karl@gnu.org>
43709
43710         * lib/mktime.c: update from libc.
43711
43712 2003-05-30  Bruno Haible  <bruno@clisp.org>
43713
43714         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
43715         * config/config.rpath: Upgrade to gettext-0.12.1.
43716
43717 2003-05-30  Bruno Haible  <bruno@clisp.org>
43718
43719         * m4/gettext.m4: Upgrade to gettext-0.12.1.
43720         * m4/nls.m4: New file, from gettext-0.12.1.
43721         * m4/po.m4: New file, from gettext-0.12.1.
43722         * m4/progtest.m4: Upgrade to gettext-0.12.1.
43723
43724 2003-05-30  Bruno Haible  <bruno@clisp.org>
43725
43726         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
43727         * lib/localcharset.h: Likewise.
43728         * lib/localcharset.c: Likewise.
43729
43730 2003-05-29  Karl Berry  <karl@gnu.org>
43731
43732         * config/config.rpath: update from gettext.
43733
43734 2003-05-28  Paul Eggert  <eggert@twinsun.com>
43735
43736         Assume the headers required for C89 freestanding compilers.
43737         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
43738         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
43739         * m4/human.m4 (gl_HUMAN): Likewise.
43740         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
43741         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
43742         * m4/userspec.m4 (gl_USERSPEC): Likewise.
43743         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
43744         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
43745         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
43746
43747 2003-05-28  Paul Eggert  <eggert@twinsun.com>
43748
43749         Assume the headers required for C89 freestanding compilers.
43750         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
43751         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
43752         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
43753         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
43754         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
43755         define, since <limits.h> is guaranteed to do that.
43756         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
43757         * lib/exclude.c: Include <stdbool.h> unconditionally.
43758         * lib/tempname.c: Include <stddef.h> unconditionally.
43759         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
43760         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
43761         <stddef.h> does that.
43762         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
43763         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
43764         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
43765         needed.
43766         * lib/xstrtol.c: Likewise.
43767         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
43768         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
43769
43770         * lib/addext.c (addext): Use assignment rather than cast, to avoid
43771         warnings on some platforms.
43772
43773         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
43774         arbitrarily.
43775
43776 2003-05-26  Jim Meyering  <jim@meyering.net>
43777
43778         Merge in a change from coreutils:
43779         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
43780         that is guaranteed to be `no'.  Use `no_such_member' to indicate
43781         that condition, rather than `-1' which is slightly misleading.
43782         Change the name of the cache variable to have the gl_ prefix.
43783         Prompted by a patch from Richard Dawe for DJGPP.
43784
43785 2003-05-24  Karl Berry  <karl@gnu.org>
43786
43787         * config/config.guess: update from prep.
43788
43789 2003-05-22  Karl Berry  <karl@gnu.org>
43790
43791         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
43792
43793 2003-05-20  Karl Berry  <karl@gnu.org>
43794
43795         * config/config.guess: update from prep.
43796
43797 2003-05-18  Karl Berry  <karl@gnu.org>
43798
43799         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
43800         might actually be set by the user.
43801
43802         * config/depcomp, install-sh, mdate-sh: update from automake.
43803
43804 2003-05-17  Bruno Haible  <bruno@clisp.org>
43805
43806         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
43807         invalid expansion for AC_EGREP_CPP.
43808         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
43809         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
43810         Suggested by Akim Demaille <akim@epita.fr> in
43811         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
43812
43813 2003-05-12  Jim Meyering  <jim@meyering.net>
43814
43815         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
43816         the space-padded-by-default conversion specifiers, %e, %k, %l.
43817
43818 2003-05-12  Bruno Haible  <bruno@clisp.org>
43819
43820         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
43821         the string is longer than 4 KB.
43822
43823 2003-05-11  Karl Berry  <karl@gnu.org>
43824
43825         * config/config.{guess,sub}: update from prep.
43826
43827 2003-05-09  Bruno Haible  <bruno@clisp.org>
43828
43829         * modules/error: Add m4/strerror_r.m4 to file list.
43830
43831 2003-05-03  Bruno Haible  <bruno@clisp.org>
43832
43833         Upgrade to Unicode-4.0.
43834         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
43835         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
43836         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
43837         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
43838         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
43839         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
43840         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
43841         Change width of U+E0100..U+E01EF from 1 to 0.
43842
43843 2003-04-25  Jim Meyering  <jim@meyering.net>
43844
43845         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
43846         of type size_t, not int.
43847
43848 2003-04-25  Bruno Haible  <bruno@clisp.org>
43849
43850         * lib/copy-file.c: Include <stddef.h>, for size_t.
43851
43852 2003-04-21  Paul Eggert  <eggert@twinsun.com>
43853
43854         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
43855         code which expansion is under static control.  Patch imported from
43856         Akim Demaille's patch to Bison; see
43857         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
43858
43859 2003-04-14  Bruno Haible  <bruno@clisp.org>
43860
43861         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
43862
43863 2003-04-11  Jim Meyering  <jim@meyering.net>
43864
43865         Merge changes from Coreutils.
43866
43867         2003-03-22  Jim Meyering  <jim@meyering.net>
43868
43869         * lib/strftime.c (widen): Cast alloca return value to proper type.
43870
43871         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
43872
43873         From GNU libc.
43874         * lib/strftime.c (my_strftime): Handle very large width
43875         specifications for numeric values correctly.  Improve checks for
43876         overflow.
43877
43878         2003-01-19  Jim Meyering  <jim@meyering.net>
43879
43880         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
43881         definitions.
43882         (nl_get_alt_digit) [! defined my_strftime]: Define.
43883         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
43884         _nl_get_alt_digit and _nl_get_walt_digit.
43885
43886         * lib/strftime.c (my_strftime): Merge in locale-related changes from
43887         libc. These changes have no effect outside of _LIBC.
43888
43889 2003-04-10  Bruno Haible  <bruno@clisp.org>
43890
43891         * modules/findprog: New file.
43892         * MODULES.html.sh (func_all_modules): Add it.
43893
43894 2003-04-10  Bruno Haible  <bruno@clisp.org>
43895
43896         * m4/findprog.m4: New file.
43897         * m4/eaccess.m4: New file.
43898
43899 2003-04-10  Bruno Haible  <bruno@clisp.org>
43900
43901         * lib/findprog.h: New file, from GNU gettext.
43902         * lib/findprog.c: New file, from GNU gettext.
43903
43904 2003-04-05  Jim Meyering  <jim@meyering.net>
43905
43906         Merge changes from Coreutils.
43907
43908         * lib/exclude.h (PARAMS): Remove definition and uses.
43909         * lib/exclude.c: Remove uses of `PARAMS'.
43910
43911         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
43912         Add test-cases for DOS filenames. Declare program_name.
43913         (main): Set up program_name.  Patch by Rich Dawe.
43914
43915         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
43916         error from mntctl.
43917         Use mntctl's return value to drive the entry-processing loop, since
43918         we can't rely on the value of the vmt_length member in the last
43919         entry.  On some systems doing so could result in exhausting
43920         virtual memory.  Based in part on a patch from Mike Jetzer.
43921
43922 2003-04-04  Bruno Haible  <bruno@clisp.org>
43923
43924         * modules/linebreak: New file.
43925         * MODULES.html.sh (func_all_modules): Add it.
43926
43927 2003-04-04  Bruno Haible  <bruno@clisp.org>
43928
43929         * m4/linebreak.m4: New file.
43930
43931 2003-04-04  Bruno Haible  <bruno@clisp.org>
43932
43933         * lib/linebreak.h: New file, from GNU gettext.
43934         * lib/linebreak.c: New file, from GNU gettext with slight
43935         modifications.
43936         * lib/lbrkprop.h: New file, from GNU gettext.
43937
43938 2003-04-03  Bruno Haible  <bruno@clisp.org>
43939
43940         * modules/utf8-ucs4: New file.
43941         * modules/utf16-ucs4: New file.
43942         * modules/ucs4-utf8: New file.
43943         * modules/ucs4-utf16: New file.
43944         * MODULES.html.sh (func_all_modules): Add them.
43945
43946 2003-04-03  Bruno Haible  <bruno@clisp.org>
43947
43948         * m4/utf-ucs4.m4: New file.
43949         * m4/ucs4-utf.m4: New file.
43950
43951 2003-04-03  Bruno Haible  <bruno@clisp.org>
43952
43953         * lib/utf8-ucs4.h: New file, from GNU gettext.
43954         * lib/utf16-ucs4.h: New file, from GNU gettext.
43955         * lib/ucs4-utf8.h: New file, from GNU gettext.
43956         * lib/ucs4-utf16.h: New file, from GNU gettext.
43957
43958 2003-04-02  Bruno Haible  <bruno@clisp.org>
43959
43960         * modules/binary-io: New file.
43961         * MODULES.html.sh (func_all_modules): Add it.
43962
43963 2003-04-02  Bruno Haible  <bruno@clisp.org>
43964
43965         * lib/binary-io.h: New file, from GNU gettext.
43966
43967 2003-04-01  Bruno Haible  <bruno@clisp.org>
43968
43969         * modules/pathname: New file.
43970         * MODULES.html.sh (func_all_modules): Add it.
43971
43972 2003-04-01  Bruno Haible  <bruno@clisp.org>
43973
43974         * lib/pathname.h: New file, from GNU gettext.
43975         * lib/concatpath.c: New file, from GNU gettext.
43976
43977 2003-03-30  Bruno Haible  <bruno@clisp.org>
43978
43979         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
43980
43981 2003-03-30  Bruno Haible  <bruno@clisp.org>
43982
43983         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
43984         function chown() doesn't exist.
43985
43986 2003-03-28  Bruno Haible  <bruno@clisp.org>
43987
43988         * modules/copy-file: New file.
43989         * MODULES.html.sh (func_all_modules): Add it.
43990
43991 2003-03-28  Bruno Haible  <bruno@clisp.org>
43992
43993         * m4/copy-file.m4: New file.
43994
43995 2003-03-28  Bruno Haible  <bruno@clisp.org>
43996
43997         * lib/copy-file.h: New file, from GNU gettext.
43998         * lib/copy-file.c: New file, from GNU gettext.
43999
44000 2003-03-18  Jim Meyering  <jim@meyering.net>
44001
44002         * lib/quote.c (quote_n): Fix typo in comment.
44003
44004 2003-03-18  Bruno Haible  <bruno@clisp.org>
44005
44006         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
44007         checking.
44008         * m4/onceonly_2_57.m4: Likewise.
44009
44010 2003-03-17  Bruno Haible  <bruno@clisp.org>
44011
44012         * m4/onceonly.m4: Require autoconf 2.54 or newer.
44013         (m4_quote): Remove macro.
44014         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
44015
44016 2003-03-14  Jim Meyering  <jim@meyering.net>
44017
44018         Merge changes from Coreutils.
44019         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
44020         to be const, in order to avoid warnings.
44021         (obstack_room): Likewise.
44022         (obstack_empty_p): Likewise.
44023
44024 2003-03-14  Bruno Haible  <bruno@clisp.org>
44025
44026         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
44027         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
44028
44029 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44030
44031         Merge changes from Bison.
44032         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
44033         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
44034         when compiling Bison 1.875's `bitset bset = obstack_alloc
44035         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
44036         * lib/hash.c: Include <stdbool.h> unconditionally.
44037
44038 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44039
44040         * m4/onceonly.m4 (m4_quote): New macro.
44041         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
44042         Quote AC_FOREACH variable-expansions properly.
44043
44044 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44045
44046         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
44047
44048 2003-03-09  Paul Eggert  <eggert@twinsun.com>
44049
44050         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
44051         Reported by Bruce Becker; see:
44052         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
44053
44054 2003-03-03  Paul Eggert  <eggert@twinsun.com>
44055             Bruno Haible  <bruno@clisp.org>
44056
44057         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
44058         Reported by John Hughes, see
44059         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
44060
44061 2003-02-20  Bruno Haible  <bruno@clisp.org>
44062
44063         * MODULES.html.sh (func_all_modules): Add poll.
44064
44065 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44066
44067         * modules/poll: New file.
44068
44069 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44070
44071         * lib/poll_.h: New file.
44072         * lib/poll.c: New file.
44073
44074 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44075
44076         * m4/poll.m4: New file.
44077
44078 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44079
44080         * modules/mathl: New file.
44081
44082 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44083
44084         * lib/mathl.h: New file.
44085         * lib/acosl.c: New file.
44086         * lib/asinl.c: New file.
44087         * lib/atanl.c: New file.
44088         * lib/ceill.c: New file.
44089         * lib/cosl.c: New file.
44090         * lib/expl.c: New file.
44091         * lib/floorl.c: New file.
44092         * lib/frexpl.c: New file.
44093         * lib/ldexpl.c: New file.
44094         * lib/logl.c: New file.
44095         * lib/sincosl.c: New file.
44096         * lib/sinl.c: New file.
44097         * lib/sqrtl.c: New file.
44098         * lib/tanl.c: New file.
44099         * lib/trigl.c: New file.
44100         * lib/trigl.h: New file.
44101
44102 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44103
44104         * m4/mathl.m4: New file.
44105
44106 2003-02-18  Bruno Haible  <bruno@clisp.org>
44107
44108         * MODULES.html.sh (func_all_modules): Add mathl.
44109
44110 2003-02-17  Bruno Haible  <bruno@clisp.org>
44111
44112         * modules/mkdtemp: New module.
44113         * MODULES.html.sh (func_all_modules): Add it.
44114
44115 2003-02-17  Bruno Haible  <bruno@clisp.org>
44116
44117         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
44118
44119 2003-02-17  Bruno Haible  <bruno@clisp.org>
44120
44121         * lib/mkdtemp.h: New file, from GNU gettext.
44122         * lib/mkdtemp.c: New file, from GNU gettext.
44123
44124 2003-02-02  Jim Meyering  <jim@meyering.net>
44125
44126         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
44127         e.g. glibc-2.2.93.
44128
44129 2003-01-31  Bruno Haible  <bruno@clisp.org>
44130
44131         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
44132         'rpl_rename'.
44133         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
44134         'rpl_strnlen'.
44135         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
44136         'rpl_strtod'.
44137         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
44138         'rpl_utime'.
44139
44140 2003-01-31  Bruno Haible  <bruno@clisp.org>
44141
44142         * lib/rename.c: #undef rename before defining rpl_rename.
44143         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
44144
44145 2003-01-30  Bruno Haible  <bruno@clisp.org>
44146
44147         * modules/vasnprintf, modules/vasprintf: New modules.
44148         * MODULES.html.sh (func_all_modules): Add them.
44149
44150 2003-01-30  Bruno Haible  <bruno@clisp.org>
44151
44152         * m4/signed.m4: New file, from GNU gettext.
44153         * m4/longdouble.m4: New file, from GNU gettext.
44154         * m4/wchar_t.m4: New file, from GNU gettext.
44155         * m4/wint_t.m4: New file, from GNU gettext.
44156         * m4/vasnprintf.m4: New file.
44157         * m4/vasprintf.m4: New file.
44158
44159 2003-01-30  Bruno Haible  <bruno@clisp.org>
44160
44161         * lib/printf-args.h: New file, from GNU gettext.
44162         * lib/printf-args.c: New file, from GNU gettext.
44163         * lib/printf-parse.h: New file, from GNU gettext.
44164         * lib/printf-parse.c: New file, from GNU gettext.
44165         * lib/vasnprintf.h: New file, from GNU gettext.
44166         * lib/vasnprintf.c: New file, from GNU gettext.
44167         * lib/asnprintf.c: New file, from GNU gettext.
44168         * lib/vasprintf.h: New file, from GNU gettext with modifications.
44169         * lib/vasprintf.c: New file, from GNU gettext.
44170         * lib/asprintf.c: New file, from GNU gettext.
44171
44172 2003-01-29  Bruno Haible  <bruno@clisp.org>
44173
44174         * modules/stpncpy: New module.
44175         * MODULES.html.sh (func_all_modules): Add it.
44176
44177 2003-01-29  Bruno Haible  <bruno@clisp.org>
44178
44179         * m4/stpncpy.m4: New file.
44180
44181 2003-01-29  Bruno Haible  <bruno@clisp.org>
44182
44183         * lib/stpncpy.h: New file, from GNU gettext with modifications.
44184         * lib/stpncpy.c: New file, from GNU gettext with modifications.
44185
44186 2003-01-28  Bruno Haible  <bruno@clisp.org>
44187
44188         * modules/c-ctype: New module.
44189         * MODULES.html.sh (func_all_modules): Add it.
44190
44191 2003-01-28  Bruno Haible  <bruno@clisp.org>
44192
44193         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
44194         Paul Eggert.
44195         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
44196         Paul Eggert.
44197
44198 2003-01-27  Bruno Haible  <bruno@clisp.org>
44199
44200         * modules/xsetenv: New module.
44201         * MODULES.html.sh (func_all_modules): Add it.
44202
44203 2003-01-27  Bruno Haible  <bruno@clisp.org>
44204
44205         * lib/xsetenv.h: New file, from GNU gettext.
44206         * lib/xsetenv.c: New file, from GNU gettext.
44207
44208 2003-01-23  Jim Meyering  <jim@meyering.net>
44209
44210         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
44211         from working on systems without dirfd (at least Irix and OSF1/Tru64).
44212
44213 2003-01-23  Bruno Haible  <bruno@clisp.org>
44214
44215         * modules/minmax: New module.
44216         * MODULES.html.sh (func_all_modules): Add it.
44217
44218 2003-01-23  Bruno Haible  <bruno@clisp.org>
44219
44220         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
44221         Eggert.
44222
44223 2003-01-22  Bruno Haible  <bruno@clisp.org>
44224
44225         * modules/exit: New module.
44226         * MODULES.html.sh (func_all_modules): Add it.
44227
44228 2003-01-22  Bruno Haible  <bruno@clisp.org>
44229
44230         * lib/exit.h: New file, from GNU gettext.
44231
44232 2003-01-19  Bruno Haible  <bruno@clisp.org>
44233
44234         * gnulib-tool: Recognize option --extract-maintainer.
44235         (func_get_maintainer): New function.
44236         * modules/*: Add Maintainer entry.
44237
44238 2003-01-16  Jim Meyering  <jim@meyering.net>
44239
44240         * m4/regex.m4: The `regex' struct is both input and output.
44241         Initialize it before each use.  Patch by Tim Waugh.
44242
44243 2003-01-16  Bruno Haible  <bruno@clisp.org>
44244
44245         * MODULES.html.sh: Add a table of contents. Add the module name as
44246         leftmost column. Add hyperlinks.
44247
44248 2003-01-15  Bruno Haible  <bruno@clisp.org>
44249
44250         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
44251
44252 2003-01-15  Bruno Haible  <bruno@clisp.org>
44253
44254         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
44255         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
44256         suffix.
44257
44258 2003-01-15  Bruno Haible  <bruno@clisp.org>
44259
44260         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
44261
44262 2003-01-15  Bruno Haible  <bruno@clisp.org>
44263
44264         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
44265         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
44266
44267 2003-01-14  Jim Meyering  <jim@meyering.net>
44268
44269         * lib/same.c (same_name): Tweak a comment.
44270
44271 2003-01-14  Bruno Haible  <bruno@clisp.org>
44272
44273         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
44274         when a string comparison is sufficient.
44275
44276 2003-01-14  Bruno Haible  <bruno@clisp.org>
44277
44278         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
44279         'unsigned int'.
44280
44281 2003-01-14  Bruno Haible  <bruno@clisp.org>
44282
44283         * lib/hash-pjw.c: Add comment about low quality of this function.
44284
44285 2003-01-13  Bruno Haible  <bruno@clisp.org>
44286
44287         * modules/stpcpy: Distribute lib/stpcpy.h.
44288         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
44289
44290 2003-01-13  Bruno Haible  <bruno@clisp.org>
44291
44292         * modules/*: Add a description.
44293         * modules/strpbrk: Fix Makefile.am snippet.
44294         * modules/strtoimax: Fix dependencies.
44295         * modules/strtoumax: Likewise.
44296
44297 2003-01-13  Bruno Haible  <bruno@clisp.org>
44298
44299         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
44300         * modules/alloca (Makefile.am): All object files depend on alloca.h.
44301         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
44302
44303 2003-01-13  Bruno Haible  <bruno@clisp.org>
44304
44305         * gnulib-tool (func_create_testdir): Store config/* files in the main
44306         directory.
44307         * config.rpath: Move to ...
44308         * config/config.rpath: ... here.
44309         * modules/gettext: Contains config/config.rpath, not config.rpath.
44310         * modules/iconv: Likewise.
44311
44312 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44313
44314         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44315         to avoid collisions with libcurses and libreadline.
44316
44317         * m4/getstr.m4: Remove.
44318         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
44319
44320 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44321
44322         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44323         to avoid collisions with libcurses and libreadline.
44324
44325         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
44326         * lib/getstr.h, getstr.c: Remove.
44327         * lib/getline.c: Include "getline.h", to check interface.
44328         Move body of old getstr.c here: this defines MIN_CHUNK and
44329         declares getdelim2, which is renamed from getstr.
44330         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
44331
44332         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
44333         All uses changed.
44334         * lib/linebuffer.h: Likewise.
44335         (readline): Remove backward-compatibility macro.
44336
44337 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44338
44339         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44340         to avoid collisions with libcurses and libreadline.
44341         * getstr: Remove.
44342         * MODULES.html.sh: Remove getstr.
44343         * modules/getline: Depend on unlocked-io, not getstr.
44344
44345 2003-01-12  Jim Meyering  <jim@meyering.net>
44346
44347         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
44348
44349 2003-01-10  Bruno Haible  <bruno@clisp.org>
44350
44351         * modules/alloca: Change Makefile.am requirements. Simplify Include
44352         requirements. Add lib/alloca_.h to file list.
44353
44354 2003-01-10  Bruno Haible  <bruno@clisp.org>
44355
44356         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
44357
44358 2003-01-10  Bruno Haible  <bruno@clisp.org>
44359
44360         * lib/alloca_.h: New file.
44361         * lib/getdate.y: Unconditionally include alloca.h.
44362         * lib/makepath.c: Likewise.
44363         * lib/setenv.c: Likewise.
44364         * lib/userspec.c: Likewise.
44365
44366 2003-01-09  Karl Berry  <karl@gnu.org>
44367
44368         * MODULES.html.sh: include `dirname $0` in PATH, to find
44369         gnulib-tool.
44370
44371 2003-01-09  Bruno Haible  <bruno@clisp.org>
44372
44373         * modules/stdbool: Change configure.ac, Makefile.am requirements.
44374         Simplify Include requirements. Add lib/stdbool.h.in to file list.
44375
44376 2003-01-09  Bruno Haible  <bruno@clisp.org>
44377
44378         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
44379
44380 2003-01-09  Bruno Haible  <bruno@clisp.org>
44381
44382         * lib/stdbool.h.in: New file.
44383
44384 2003-01-09  Bruno Haible  <bruno@clisp.org>
44385
44386         * gnulib-tool (func_all_modules): Ignore files ending in ~.
44387         * MODULES.html.sh: Likewise.
44388
44389 2003-01-08  Jim Meyering  <jim@meyering.net>
44390
44391         * lib/full-write.c: Undefine and define-away `const' after inclusion
44392         of errno.h, not before.  Suggestion from Bruno Haible.
44393
44394 2003-01-08  Bruno Haible  <bruno@clisp.org>
44395
44396         * modules/full-read: Depend on full-write.
44397
44398 2003-01-08  Bruno Haible  <bruno@clisp.org>
44399
44400         * lib/safe-read.c: Include specification header first, to ensure its
44401         selfcontainedness.
44402         * lib/full-write.c: Likewise.
44403
44404 2003-01-07  Jim Meyering  <jim@meyering.net>
44405
44406         * lib/full-write.c: Rework so that it may serve to define full_read,
44407         too.
44408         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
44409
44410 2003-01-07  Bruno Haible  <bruno@clisp.org>
44411
44412         * lib/strtoimax.c: Include <stdint.h> as an alternative to
44413         <inttypes.h>.
44414         * lib/xstrtol.h: Likewise.
44415         * lib/xstrtoimax.c: Likewise.
44416         * lib/xstrtoumax.c: Likewise.
44417         * lib/human.h: Likewise.
44418
44419         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
44420         on systems that have <inttypes.h> but not <stdint.h>.
44421
44422 2003-01-07  Bruno Haible  <bruno@clisp.org>
44423
44424         * MODULES.html.sh: Add copyright notice.
44425         (missed_files): Omit CVS directory entries.
44426         (func_module): Make it work with sed-3.02.
44427         * MODULES.txt: Remove file.
44428
44429 2003-01-06  Jim Meyering  <jim@meyering.net>
44430
44431         * lib/version-etc.c: Update year in translatable copyright string.
44432
44433 2003-01-03  Karl Berry  <karl@gnu.org>
44434
44435         * config/config.{guess,sub}: update from prep.
44436
44437 2003-01-02  Karl Berry  <karl@gnu.org>
44438
44439         * doc/COPYING.DOC: belatedly updated to 1.2.
44440
44441 2003-01-01  Karl Berry  <karl@gnu.org>
44442
44443         * gnulib-tool (func_verify_module): report module name $module in
44444         error message, not $1.
44445         * gnulib-tool (create-testdir): don't complain if destdir couldn't
44446         be created, only if it doesn't exist.
44447         * gnulib-tool (last_checkin_date): don't expand the $Date here.
44448
44449 2002-12-31  Paul Eggert  <eggert@twinsun.com>
44450
44451         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
44452
44453 2002-12-31  Paul Eggert  <eggert@twinsun.com>
44454
44455         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
44456         memcmp if strcoll doesn't work.
44457
44458 2002-12-31  Bruno Haible  <bruno@clisp.org>
44459
44460         * lib/utime.c (utime_null): No need to call ftruncate if the file was
44461         nonempty.
44462
44463 2002-12-31  Bruno Haible  <bruno@clisp.org>
44464
44465         * lib/memcoll.c (STRCOLL): New macro.
44466         (memcoll): Use it.
44467
44468 2002-12-31  Bruno Haible  <bruno@clisp.org>
44469
44470         * lib/localcharset.h: New file.
44471         * lib/localcharset.c: Include it.
44472         * lib/unicodeio.c: Likewise.
44473
44474 2002-12-31  Bruno Haible  <bruno@clisp.org>
44475
44476         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
44477         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
44478
44479 2002-12-31  Bruno Haible  <bruno@clisp.org>
44480
44481         * lib/getline.h: Include <stddef.h>, for size_t.
44482
44483         * lib/unicodeio.h: Include <stddef.h>, for size_t.
44484         * lib/unicodeio.c: Don't include <stddef.h>.
44485
44486 2002-12-31  Bruno Haible  <bruno@clisp.org>
44487
44488         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
44489         HAVE_TM_ZONE.
44490
44491 2002-12-24  Karl Berry  <karl@gnu.org>
44492
44493         * config/config.guess: update from prep.
44494
44495 2002-12-24  Bruno Haible  <bruno@clisp.org>
44496
44497         General infrasructure.
44498         * m4/README: Rewritten.
44499         * m4/onceonly.m4: New file.
44500         * m4/onceonly_2_57.m4: New file.
44501
44502         Module atexit.
44503         * m4/atexit.m4: New file.
44504
44505         Module strtod.
44506         * m4/strtod.m4: New file.
44507
44508         Module strtol.
44509         * m4/strtol.m4: New file.
44510
44511         Module strtoul.
44512         * m4/strtoul.m4: New file.
44513
44514         Module memchr.
44515         * m4/memchr.m4: New file.
44516
44517         Module memcmp.
44518         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
44519         (jm_FUNC_MEMCMP): Invoke it.
44520
44521         Module memcpy.
44522         * m4/memcpy.m4: New file.
44523
44524         Module memmove.
44525         * m4/memmove.m4: New file.
44526
44527         Module memset.
44528         * m4/memset.m4: New file.
44529
44530         Module strcspn.
44531         * m4/strcspn.m4: New file.
44532
44533         Module strpbrk.
44534         * m4/strpbrk.m4: New file.
44535
44536         Module strstr.
44537         * m4/strstr.m4: New file.
44538
44539         Module strerror.
44540         * m4/strerror.m4: New file.
44541
44542         Module mktime.
44543         * m4/mktime.m4: Renamed from jm-mktime.m4.
44544         (gl_PREREQ_MKTIME): New macro.
44545         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
44546
44547         Module malloc.
44548         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
44549         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
44550         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
44551
44552         Module realloc.
44553         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
44554         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
44555         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
44556
44557         Module strftime.
44558         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
44559         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
44560         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
44561         gl_TM_GMTOFF.
44562         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
44563
44564         Module xalloc.
44565         * m4/xalloc.m4: New file.
44566
44567         Module alloca.
44568         * m4/alloca.m4: New file.
44569
44570         Module putenv.
44571         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
44572         (jm_FUNC_PUTENV): Invoke it.
44573
44574         Module setenv.
44575         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
44576         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
44577         when invoked twice.
44578         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
44579         gt_FUNC_SETENV.
44580
44581         Module memrchr.
44582         * m4/memrchr.m4: New file.
44583
44584         Module stpcpy.
44585         * m4/stpcpy.m4: New file.
44586
44587         Module strcase.
44588         * m4/strcase.m4: New file.
44589
44590         Module strdup.
44591         * m4/strdup.m4: New file.
44592
44593         Module strnlen.
44594         * m4/strnlen.m4: New file.
44595
44596         Module strndup.
44597         * m4/strndup.m4: New file.
44598
44599         Module xstrtod.
44600         * m4/xstrtod.m4: New file.
44601
44602         Module xstrtol.
44603         * m4/xstrtol.m4: New file.
44604
44605         Module getdate.
44606         * m4/getdate.m4: New file.
44607
44608         Module unlocked-io.
44609         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
44610         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
44611         * m4/jm-glibc-io.m4n: Remove file.
44612
44613         Module long-options.
44614         * m4/long-options.m4: New file.
44615
44616         Module md5.
44617         * m4/md5.m4: New file.
44618
44619         Module sha.
44620         * m4/sha.m4: New file.
44621
44622         Module getstr.
44623         * m4/getstr.m4: New file.
44624
44625         Module getline.
44626         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
44627         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
44628         <sys/types.h>, for size_t. Use the function name gnu_getline, not
44629         simply getline. Infoke gl_PREREQ_GETLINE.
44630
44631         Module obstack.
44632         * m4/obstack.m4: New file.
44633
44634         Module hash.
44635         * m4/hash.m4: New file.
44636
44637         Module readtokens.
44638         * m4/readtokens.m4: New file.
44639
44640         Module strverscmp.
44641         * m4/strverscmp.m4: New file.
44642
44643         Module stdbool.
44644         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
44645         OSF/1.
44646
44647         Module strtoll.
44648         * m4/strtoll.m4: New file.
44649
44650         Module strtoull.
44651         * m4/strtoull.m4: New file.
44652
44653         Module strtoimax.
44654         * m4/strtoimax.m4: New file.
44655
44656         Module strtoumax.
44657         * m4/strtoumax.m4: New file.
44658
44659         Module xstrtoimax.
44660         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
44661         jm_AC_PREREQ_XSTRTOIMAX.
44662         Moved the strtol prerequisites to strtol.m4.
44663         Moved the strtoll prerequisites to strtoll.m4.
44664         Moved the strtoimax prerequisites to strtoimax.m4.
44665
44666         Module xstrtoumax.
44667         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
44668         jm_AC_PREREQ_XSTRTOUMAX.
44669         Moved the strtoul prerequisites to strtoul.m4.
44670         Moved the strtoull prerequisites to strtoull.m4.
44671         Moved the strtoumax prerequisites to strtoumax.m4.
44672
44673         Module chown.
44674         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
44675         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
44676
44677         Module dup2.
44678         * m4/dup2.m4: New file.
44679
44680         Module ftruncate.
44681         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
44682         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
44683
44684         Module getgroups.
44685         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
44686         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
44687
44688         Module gettimeofday.
44689         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
44690         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
44691         gl_PREREQ_GETTIMEOFDAY.
44692
44693         Module mkdir.
44694         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
44695         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
44696
44697         Module mkstemp.
44698         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
44699         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
44700         jm_AC_TYPE_UINTMAX_T.
44701         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
44702
44703         Module stat.
44704         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
44705         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
44706
44707         Module lstat.
44708         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
44709         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
44710
44711         Module timespec.
44712         * m4/timespec.m4 (gl_TIMESPEC): New macro.
44713         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
44714         * m4/st_mtim.m4: Indentation.
44715
44716         Module nanosleep.
44717         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
44718         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
44719         gl_PREREQ_NANOSLEEP.
44720
44721         Module regex.
44722         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
44723         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
44724         (gl_REGEX): New macro.
44725
44726         Module rename.
44727         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
44728         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
44729
44730         Module rmdir.
44731         * m4/rmdir.m4: New file.
44732
44733         Module utime.
44734         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
44735         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
44736         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
44737
44738         Module dirname.
44739         * m4/dirname.m4: New file.
44740
44741         Module getopt.
44742         * m4/getopt.m4: New file.
44743
44744         Module unistd-safer.
44745         * m4/unistd-safer.m4: New file.
44746
44747         Module fnmatch.
44748         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
44749         declaration.
44750         (gl_PREREQ_FNMATCH_EXTRA): New macro.
44751         (gl_FUNC_FNMATCH_POSIX): New macro.
44752         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
44753         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
44754         simply fnmatch.
44755
44756         Module exclude.
44757         * m4/exclude.m4: New file.
44758
44759         Module human.
44760         * m4/human.m4: New file.
44761
44762         Module acl.
44763         * m4/acl.m4: Nop.
44764
44765         Module backupfile.
44766         * m4/backupfile.m4: New file.
44767         * m4/d-ino.m4: Indentation.
44768
44769         Module fsusage.
44770         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
44771         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
44772         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
44773
44774         Module dirfd.
44775         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
44776         requirements.
44777
44778         Module euidaccess.
44779         * m4/euidaccess.m4: New file.
44780
44781         Module file-type.
44782         * m4/file-type.m4: New file.
44783
44784         Module fileblocks.
44785         * m4/fileblocks.m4: New file.
44786
44787         Module filemode.
44788         * m4/filemode.m4: New file.
44789
44790         Module isdir.
44791         * m4/isdir.m4: New file.
44792
44793         Module lchown.
44794         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
44795         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
44796
44797         Module makepath.
44798         * m4/makepath.m4: New file.
44799
44800         Module modechange.
44801         * m4/modechange.m4: New file.
44802
44803         Module mountlist.
44804         * m4/mountlist.m4: New file.
44805         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
44806         Indentation.
44807
44808         Module path-concat.
44809         * m4/path-concat.m4: New file.
44810
44811         Module pathmax.
44812         * m4/pathmax.m4: New file.
44813
44814         Module same.
44815         * m4/same.m4: New file.
44816
44817         Module save-cwd.
44818         * m4/save-cwd.m4: New file.
44819
44820         Module savedir.
44821         * m4/savedir.m4: New file.
44822
44823         Module xgetcwd.
44824         * m4/xgetcwd.m4: New file.
44825         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
44826
44827         Module xreadlink.
44828         * m4/xreadlink.m4: New file.
44829
44830         Module safe-read.
44831         * m4/safe-read.m4: New file.
44832
44833         Module safe-write.
44834         * m4/safe-write.m4: New file.
44835
44836         Module closeout.
44837         * m4/closeout.m4: New file.
44838
44839         Module stdio-safer.
44840         * m4/stdio-safer.m4: New file.
44841
44842         Module getpass.
44843         * m4/getpass.m4: New file.
44844
44845         Module getugroups.
44846         * m4/getugroups.m4: New file.
44847
44848         Module group-member.
44849         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
44850         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
44851
44852         Module idcache.
44853         * m4/idcache.m4: New file.
44854
44855         Module userspec.
44856         * m4/userspec.m4: New file.
44857
44858         Module gettime.
44859         * m4/clock_time.m4: New file.
44860         * m4/gettime.m4: New file.
44861
44862         Module settime.
44863         * m4/settime.m4: New file.
44864
44865         Module posixtm.
44866         * m4/posixtm.m4: New file.
44867
44868         Module gethostname.
44869         * m4/gethostname.m4: New file.
44870
44871         Module canon-host.
44872         * m4/canon-host.m4: New file.
44873
44874         Module gettext.
44875         * m4/codeset.m4: New file, from gettext-0.11.5.
44876         * m4/gettext.m4: New file, from gettext-0.11.5.
44877         * m4/glibc21.m4: New file, from gettext-0.11.5.
44878         * m4/iconv.m4: New file, from gettext-0.11.5.
44879         * m4/intdiv0.m4: New file, from gettext-0.11.5.
44880         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
44881         * m4/inttypes.m4: New file, from gettext-0.11.5.
44882         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
44883         * m4/isc-posix.m4: New file, from gettext-0.11.5.
44884         * m4/lcmessage.m4: New file, from gettext-0.11.5.
44885         * m4/lib-ld.m4: New file, from gettext-0.11.5.
44886         * m4/lib-link.m4: New file, from gettext-0.11.5.
44887         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
44888         * m4/progtest.m4: New file, from gettext-0.11.5.
44889         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
44890         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
44891         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
44892
44893         Module localcharset.
44894         * m4/localcharset.m4: New file.
44895
44896         Module hard-locale.
44897         * m4/hard-locale.m4: New file.
44898
44899         Module mbswidth.
44900         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
44901         onceonly macros.
44902         * m4/mbrtowc.m4: Add comment.
44903
44904         Module memcasecmp.
44905         * m4/memcasecmp.m4: New file.
44906
44907         Module memcoll.
44908         * m4/memcoll.m4: New file.
44909
44910         Module unicodeio.
44911         * m4/unicodeio.m4: New file.
44912
44913         Module rpmatch.
44914         * m4/rpmatch.m4: New file.
44915
44916         Module yesno.
44917         * m4/yesno.m4: New file.
44918
44919         Module exitfail.
44920         * m4/exitfail.m4: New file.
44921
44922         Module c-stack.
44923         * m4/c-stack.m4 (gl_C_STACK): New macro.
44924         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
44925
44926         Module error.
44927         * m4/error.m4 (gl_ERROR): New macro.
44928         (jm_PREREQ_ERROR): Use onceonly macros.
44929
44930         Module fatal.
44931         * m4/fatal.m4: New file.
44932
44933         Module getloadavg.
44934         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
44935         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
44936
44937         Module getpagesize.
44938         * m4/getpagesize.m4: New file.
44939
44940         Module getusershell.
44941         * m4/getusershell.m4: New file.
44942
44943         Module physmem.
44944         * m4/physmem.m4: New file.
44945
44946         Module posixver.
44947         * m4/posixver.m4: New file.
44948
44949         Module quotearg.
44950         * m4/quotearg.m4: New file.
44951
44952         Module quote.
44953         * m4/quote.m4: New file.
44954
44955         Module readutmp.
44956         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
44957
44958         Module sig2str.
44959         * m4/sig2str.m4: New file.
44960
44961         Other.
44962         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
44963         ulonglong.m4.
44964         * m4/intmax_t.m4: New file.
44965         * m4/d-type.m4: Indentation.
44966         * m4/jm-macros.m4: Update.
44967         * m4/prereq.m4 (jm_PREREQ): Update.
44968         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
44969         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
44970         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
44971         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
44972         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
44973         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
44974         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
44975         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
44976         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
44977         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
44978         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
44979         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
44980         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
44981         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
44982         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
44983         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
44984         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
44985         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
44986         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
44987
44988 2002-12-24  Bruno Haible  <bruno@clisp.org>
44989
44990         * MODULES.txt: Update according to m4/ changes.
44991
44992         Module gettext.
44993         * config.rpath: New file, from gettext-0.11.5.
44994
44995         * modules/*: New module descriptions.
44996         * gnulib-tool: New file.
44997         * MODULES.html.sh: New file.
44998
44999 2002-12-21  Karl Berry  <karl@gnu.org>
45000
45001         * doc/fdl.texi: update to version 1.2.
45002
45003 2002-12-19  Karl Berry  <karl@gnu.org>
45004
45005         * config/config.guess: update from prep.
45006
45007 2002-12-18  Bruno Haible  <bruno@clisp.org>
45008
45009         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
45010         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
45011
45012 2002-12-17  Bruno Haible  <bruno@clisp.org>
45013
45014         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
45015         stdlib.h, string.h.
45016
45017 2002-12-17  Bruno Haible  <bruno@clisp.org>
45018
45019         * lib/canon-host.c (strdup): Remove unused declaration.
45020
45021         * lib/fsusage.c: Include full_read.h.
45022         (get_fs_usage): Use full_read instead of safe_read.
45023
45024         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
45025
45026 2002-12-12  Karl Berry  <karl@gnu.org>
45027
45028         * config/config.guess: update from prep.
45029
45030 2002-12-11  Bruno Haible  <bruno@clisp.org>
45031
45032         * m4/setenv.m4: New file, from gettext-0.11.5.
45033
45034 2002-12-11  Bruno Haible  <bruno@clisp.org>
45035
45036         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
45037         not unsetenv().
45038         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
45039         modifications:
45040
45041         2002-12-11  Bruno Haible  <bruno@clisp.org>
45042
45043                 * setenv.c (alloca): Fall back to malloc.
45044                 (freea): New macro.
45045                 (setenv): Use freea() to free memory allocated with alloca().
45046
45047         2002-11-13  Bruno Haible  <bruno@clisp.org>
45048
45049                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
45050                 function declarations.
45051                 * unsetenv.c (unsetenv): Likewise.
45052
45053         2002-03-04  Bruno Haible  <bruno@clisp.org>
45054
45055                 Portability to AIX 4.3.3.
45056                 * unsetenv.c: New file, extracted from setenv.c.
45057                 * setenv.c: Move the unsetenv() function to unsetenv.c.
45058
45059         2001-12-20  Bruno Haible  <bruno@clisp.org>
45060
45061                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
45062                 use malloc instead. For SunOS 4.
45063
45064         2001-12-11  Bruno Haible  <bruno@clisp.org>
45065
45066                 * setenv.c: Declare alloca.
45067                 (compar_fn_t): New typedef.
45068                 (KNOWN_VALUE, STORE_VALUE): Use it.
45069
45070         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
45071         setenv.h.
45072
45073 2002-12-10  Paul Eggert  <eggert@twinsun.com>
45074
45075         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
45076         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
45077         Choose values that are less likely to collide with system fnmatch
45078         options.
45079         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
45080         defined (e.g., a pure POSIX system).
45081         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
45082         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
45083
45084 2002-12-06  Paul Eggert  <eggert@twinsun.com>
45085
45086         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
45087         a pain in practice to deal with generated m4 files.  This change
45088         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
45089
45090         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
45091         and jm-glibc-io.m4, as they are no longer a special case.
45092         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
45093         kludge and the auto-generation stuff.  Check only whether the
45094         functions are declared, not whether they exist, since older hosts
45095         that don't declare the functions can't use the optimization anyway.
45096
45097 2002-12-06  Jim Meyering  <jim@meyering.net>
45098
45099         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
45100
45101         Merge in changes from libc's misc/error.c, in preparation
45102         for the merge of gnulib's changes back into libc.
45103
45104         * lib/error.c (_): Define only if not already defined.
45105         Move definition to follow all #include directives.
45106         Include unlocked-io.h only if !_LIBC.
45107         [_LIBC]: Include <libio/libioP.h>.
45108         [USE_IN_LIBIO]: Include <libio/iolibio.h>
45109         (fflush): Tweak definition to use INTUSE.
45110         (putc): Define.
45111
45112 2002-12-05  Paul Eggert  <eggert@twinsun.com>
45113
45114         * lib/alloca.c [defined emacs]: Include "lisp.h".
45115         (xalloc_die) [defined emacs]: New macro.
45116         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
45117         [! defined emacs]: Include <xalloc.h>.
45118         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
45119         (pointer): Typedef to POINTER_TYPE *.
45120         (malloc): Remove decl; we now always use xmalloc.
45121         (alloca): Use old-style definition, since Emacs needs this.
45122         Check for arithmetic overflow when computing combined size.
45123
45124 2002-12-04  Paul Eggert  <eggert@twinsun.com>
45125
45126         Do not generate unlocked-io.h automatically, since it's easier to
45127         maintain it by hand.
45128
45129         * lib/unlocked-io.h: New file, from GNU diffutils,
45130         but with proper copyright notice and attribution.
45131         * lib/gen-uio: Remove.
45132         * lib/Makefile.am: Add copyright notice.
45133         (libfetish_a_SOURCES): Add unlocked-io.h.
45134         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
45135         (DISTCLEANFILES, io_functions): Remove macros.
45136         (EXTRA_DIST): Remove gen_uio.
45137         (unlocked-io.h): Remove rule.
45138
45139 2002-12-04  Jim Meyering  <jim@meyering.net>
45140
45141         Reflect the fact that stat.c and lstat.c are no longer generated.
45142         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
45143         (DISTCLEANFILES): Likewise.
45144         (EXTRA_DIST): Likewise.
45145         (all_local): Don't depend on stat.c or lstat.c.
45146         (stat.c, lstat.c): Remove rules.
45147         (EXTRA_DIST): Remove xstat.in.
45148
45149         * lib/xstat.in: Remove file.  Contents moved into stat.c.
45150         * lib/stat.c: New file.  Contents mostly from xstat.in.
45151         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
45152         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
45153
45154         * lib/safe-read.c: Rework so that it may serve to define safe_write,
45155         too.
45156         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
45157
45158 2002-12-03  Jim Meyering  <jim@meyering.net>
45159
45160         * lib/safe-read.c, safe-write.c: Change variable names and comments,
45161         but not semantics, to minimize the differences between these two files.
45162         (safe_read): Change comment to mention SAFE_READ_ERROR.
45163
45164         * lib/safe-read.c (IS_EINTR): Define.
45165         (safe_read): Use IS_EINTR in place of in-function cpp directives.
45166
45167 2002-12-02  Jim Meyering  <jim@meyering.net>
45168
45169         * lib/safe-read.c (EINTR): Define.
45170         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
45171         (INT_MAX): Provide fallback.
45172         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
45173
45174         * lib/safe-read.h (SAFE_READ_ERROR): Define.
45175
45176 2002-12-02  Bruno Haible  <bruno@clisp.org>
45177
45178         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
45179         Define, taken from safe-read.c.
45180         (INT_MAX): Provide fallback.
45181         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
45182         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
45183
45184         * lib/safe-read.c (EINTR): Remove definition.
45185         (safe_read): Don't use EINTR if it is absent.
45186
45187 2002-12-01  Jim Meyering  <jim@meyering.net>
45188
45189         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
45190         zero.
45191         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
45192
45193 2002-11-27  Paul Eggert  <eggert@twinsun.com>
45194
45195         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
45196         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
45197         with `if (! (value < limit)) abort ();', for readability.
45198
45199 2002-11-26  Karl Berry  <karl@gnu.org>
45200
45201         * lib/strdup.c: copy from libc again, with jim's ok.
45202         * lib/.cppi-disable: re-add strdup.c
45203
45204 2002-11-25  Karl Berry  <karl@gnu.org>
45205
45206         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
45207         instead of "strtol.c".
45208
45209 2002-11-25  Karl Berry  <karl@gnu.org>
45210
45211         * config/install-sh: update from automake for variable quoting, $0 in
45212         error msgs, etc.
45213
45214         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
45215         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
45216         entry.
45217
45218 2002-11-25  Jim Meyering  <jim@meyering.net>
45219
45220         * lib/mktime.c: Sync from libc, now that it has the latest fix.
45221
45222 2002-11-24  Karl Berry  <karl@gnu.org>
45223
45224         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
45225         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
45226
45227 2002-11-24  Jim Meyering  <jim@meyering.net>
45228
45229         Update from coreutils:
45230
45231         * lib/mktime.c: Merge in changes from libc.
45232
45233         Avoid a link-time failure on some Linux systems.
45234         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
45235         (otherwise).
45236         (__mon_yday): Declare with the STATIC attribute.
45237         (__mktime_internal): Likewise.
45238         Based on a report from Greg Schafer.
45239
45240 2002-11-23  Jim Meyering  <jim@meyering.net>
45241
45242         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
45243         Use `unsigned', not `int', as type of index.
45244
45245         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
45246
45247         * lib/fsusage.c: Remove unneeded parentheses around operands of
45248         `defined'.
45249
45250 2002-11-22  Paul Eggert  <eggert@twinsun.com>
45251
45252         * lib/quotearg.h: Allow multiple inclusion by surrounding with
45253         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
45254         so that we can be included first.
45255         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
45256         * lib/quotearg.c: Include quotearg.h immediately after config.h.
45257         No need to include stddef.h or sys/types.h any more.
45258         Surround local include files with "", not "<>".
45259         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
45260         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
45261         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
45262         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
45263         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
45264         (ISPRINT): Remove; no longer needed now that we assume C89.
45265
45266         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
45267         Preserve errno.
45268
45269         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
45270         quotearg_char): Use SIZE_MAX rather than
45271         (size_t) -1 when we are talking about "infinity".
45272
45273         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
45274
45275 2002-11-22  Paul Eggert  <eggert@twinsun.com>
45276
45277         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
45278         hint that one should use `if (! x) abort ();' rather than `assert
45279         (x);', and anyway it's one less thing to worry about configuring.
45280         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
45281         hash_rehash, hash_insert): Use abort rather than assert.
45282
45283 2002-11-22  Bruno Haible  <bruno@clisp.org>
45284
45285         * lib/safe-read.h: Assume C89. Add comments.
45286         (safe_read): Change return type to size_t.
45287         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
45288         byte counts > SSIZE_MAX correctly.
45289         * lib/safe-write.h: New file.
45290         * lib/safe-write.c: New file.
45291         * lib/full-read.h: New file.
45292         * lib/full-read.c: New file.
45293         * lib/full-write.h: Assume C89. Add comments.
45294         * lib/full-write.c: Include safe-write.h.
45295         (full_write): Rewritten to use safe_write.
45296         Suggested by Jim Meyering and Paul Eggert.
45297
45298 2002-11-21  Jim Meyering  <jim@meyering.net>
45299
45300         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
45301
45302         Merge in changes from the coreutils.
45303
45304         2002-09-25  Paul Eggert  <eggert@twinsun.com>
45305         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
45306         <stdint.h>.
45307         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
45308         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
45309         int.  Work more efficiently if X is the same width as uintmax_t.
45310         Do not compare X to -1, to avoid bogus compiler warning.
45311         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
45312         Don't assume that f_frsize and f_bsize are the same type.
45313
45314         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
45315         warning on FreeBSD.
45316
45317         * lib/makepath.c (make_path): Restore umask *before* creating the final
45318         component.
45319         (make_path): Minor reformatting.
45320
45321         * lib/xmalloc.c: Adjust to work with new autoconf macros,
45322         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
45323         HAVE_MALLOC/HAVE_REALLOC.
45324
45325         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
45326         dummy ones.  At least on GNU/Linux systems, `auto' means something
45327         else.
45328         From Michael Stone.
45329
45330 2002-11-21  Bruno Haible  <bruno@clisp.org>
45331
45332         Remove case insensitive option matching.
45333         * lib/argmatch.h (argcasematch): Remove declaration.
45334         (ARGCASEMATCH): Remove macro.
45335         (__xargmatch_internal): Remove case_sensitive argument.
45336         (XARGMATCH): Update.
45337         (XARGCASEMATCH): Remove macro.
45338         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
45339         case_sensitive argument.
45340         (argcasematch): Remove function.
45341         (__xargmatch_internal): Remove case_sensitive argument.
45342         (main): Use XARGMATCH instead of XARGCASEMATCH.
45343
45344         * lib/xmalloc.c: Change compile-time error message. Add comment about
45345         required autoconf version.
45346
45347 2002-11-20  Paul Eggert  <eggert@twinsun.com>
45348
45349         Merge argmatch cleanups from Bison.  Assume C89.
45350
45351         * lib/argmatch.c: Include config.h here, not in argmatch.h.
45352         Include stdlib.h, for EXIT_FAILURE.
45353         Always include <string.h>, since we assume C89.
45354         (EXIT_FAILURE): Remove pre-C89 bug workaround.
45355         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
45356         Include <stddef.h> instead, since it's all we need for size_t.
45357         (PARAMS): Remove.  All uses removed.
45358         (ARRAY_CARDINALITY): Do not bother to #undef.
45359         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
45360         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
45361         Remove unnecessary parentheses.
45362         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
45363         Insert necessary parentheses.
45364         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
45365         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
45366
45367 2002-11-19  Bruno Haible  <bruno@clisp.org>
45368
45369         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
45370         * lib/mbswidth.h: Include <stddef.h>, for size_t.
45371
45372         * lib/mbswidth.h (PARAMS): Remove macro.
45373         (mbswidth, mbsnwidth): Use ANSI C function declarations.
45374         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
45375
45376         * lib/gcd.h (PARAMS): Remove macro.
45377         (gcd): Use ANSI C function declarations.
45378         * lib/gcd.c (gcd): Likewise.
45379
45380 2002-11-15  Bruno Haible  <bruno@clisp.org>
45381
45382         * lib/strcspn.c: Include <stddef.h>.
45383         (strcspn): Use ANSI C function declaration. Change return type to
45384         size_t. Use NULL.
45385         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
45386         (strpbrk): Use NULL.
45387         * lib/strpbrk.h (PARAMS): Remove macro.
45388         (strpbrk): Use ANSI C function declaration.
45389         * lib/strstr.c: Don't include <sys/types.h>.
45390         * lib/strstr.h (PARAMS): Remove macro.
45391         (strstr): Use ANSI C function declarations.
45392
45393 2002-11-14  Karl Berry  <karl@gnu.org>
45394
45395         * config/mkinstalldirs: `do' on separate line, instead of
45396         `for var; do'.
45397
45398 2002-11-06  Bruno Haible  <bruno@clisp.org>
45399
45400         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
45401         * lib/gcd.c (gcd): Likewise.
45402
45403 2002-11-05  Bruno Haible  <bruno@clisp.org>
45404
45405         * lib/gcd.h: New file, from gettext-0.11.5.
45406         * lib/gcd.c: New file, from gettext-0.11.5.
45407
45408 2002-11-05  Bruno Haible  <bruno@clisp.org>
45409
45410         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45411         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45412         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45413         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45414
45415         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
45416         <libintl.h>.
45417         * lib/makepath.c: Include gettext.h instead of <locale.h> and
45418         <libintl.h>.
45419
45420         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
45421         * lib/human.c: Include gettext.h instead of <libintl.h>.
45422         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
45423         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
45424         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
45425         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
45426         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
45427         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
45428         (textdomain): Remove definition.
45429         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
45430
45431         * lib/long-options.c: Remove include of <libintl.h> and definition of
45432         _.
45433         * lib/same.c: Remove include of <libintl.h> and definition of _.
45434
45435 2002-11-04  Owen Taylor  <otaylor@redhat.com>
45436
45437         * lib/config.charset: A few additions for Solaris.
45438
45439 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
45440
45441         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
45442         * lib/localcharset.c (locale_charset): Declare as extern "C".
45443
45444 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
45445
45446         * lib/config.charset: msdos in uk_UA uses CP1125.
45447
45448 2002-11-04  Bruno Haible  <bruno@clisp.org>
45449
45450         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
45451         * lib/strcase.h: New file, from GNU gettext-0.11.5.
45452         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
45453         * lib/strstr.h: New file, from GNU gettext-0.11.5.
45454         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
45455
45456 2002-11-04  Bruno Haible  <bruno@clisp.org>
45457
45458         * lib/localcharset.c (locale_charset): Don't return an empty string.
45459
45460 2002-11-04  Bruno Haible  <bruno@clisp.org>
45461
45462         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
45463         aliases.
45464
45465 2002-11-04  Bruno Haible  <bruno@clisp.org>
45466
45467         * lib/config.charset: Update for newest glibc. Add canonical names
45468         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
45469
45470 2002-11-04  Bruno Haible  <bruno@clisp.org>
45471
45472         * lib/config.charset: Add support for NetBSD.
45473
45474 2002-11-04  Bruno Haible  <bruno@clisp.org>
45475
45476         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
45477
45478 2002-11-01  Bruno Haible  <bruno@clisp.org>
45479
45480         * configure.in: Add AC_CONFIG_AUX_DIR call.
45481         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
45482         test/Makefile.
45483         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
45484
45485 2002-09-28  Karl Berry  <karl@gnu.org>
45486
45487         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
45488         installed automake until the next release, since changes have been
45489         made.
45490
45491 2002-09-25  Karl Berry  <karl@gnu.org>
45492
45493         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
45494         * lib/getopt*: copy from libc/posix.
45495         * lib/gettext.h: copy from gettext.
45496         * lib/.cppi-disable: add strdup.c, gettext.h.
45497
45498 2002-09-25  Karl Berry  <karl@gnu.org>
45499
45500         * config/srclist.txt: enable gettext.h check.
45501         * config/config.{guess,sub}: update from prep.
45502         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
45503                 from automake 1.6.3.
45504         See srclist*.
45505
45506 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
45507
45508         * regex.c (PATFETCH): Remove the translating fetch.
45509         (PATFETCH_RAW): Rename to PATFETCH.
45510         (set_image_of_range): New fun.
45511         (SET_RANGE_TABLE_WORK_AREA): Use it.
45512         (regex_compile): Don't translate the pattern chars so eagerly.
45513         Only do it when inserting an `exactn' bytecode or when handling
45514         a char-range.
45515         (mutually_exclusive_p): Avoid empty statement.
45516
45517 2002-07-06  Jim Meyering  <meyering@lucent.com>
45518
45519         * m4/README: Don't mention Makefile.am.in.
45520         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
45521
45522 2002-07-01  Jim Meyering  <meyering@lucent.com>
45523
45524         * lib/c-stack.c: Include sys/time.h.
45525         From Volker Borchert.
45526
45527 2002-06-26  Paul Eggert  <eggert@twinsun.com>
45528
45529         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
45530
45531 2002-06-26  Paul Eggert  <eggert@twinsun.com>
45532
45533         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
45534         New macro.  Use it uniformly instead of
45535         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
45536         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
45537         reported by Vin Shelton.
45538
45539 2002-06-22  Paul Eggert  <eggert@twinsun.com>
45540
45541         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
45542         Do not assume SA_SIGINFO behavior.
45543         Bug reported by Jim Meyering on NetBSD 1.5.2.
45544
45545 2002-06-22  Jim Meyering  <meyering@lucent.com>
45546
45547         * m4/c-stack.m4: New file, from diffutils-2.8.2.
45548         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
45549
45550         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
45551         now that configure.ac uses AC_GNU_SOURCE.
45552         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
45553         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
45554
45555         Update to latest tools.  Suggestions from Paul Eggert.
45556         * m4/stdbool.m4: New file, from diffutils-2.8.2.
45557         * m4/gnu-source.m4: Update from diffutils-2.8.2.
45558         * m4/fnmatch.m4: Likewise.
45559         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
45560         to AC_HEADER_STDBOOL
45561
45562 2002-06-22  Jim Meyering  <meyering@lucent.com>
45563
45564         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
45565         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
45566
45567 2002-06-22  Jim Meyering  <meyering@lucent.com>
45568
45569         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
45570
45571         * lib/exitfail.c, exitfail.h: Likewise.
45572         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
45573
45574         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
45575         of fnmatch.h.
45576         (EXTRA_DIST): Add fnmatch_loop.c.
45577         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
45578
45579         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
45580         * lib/fnmatch.c: Update from diffutils-2.8.2.
45581         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
45582         * lib/fnmatch.h: Remove file.
45583
45584 2002-06-21  Jim Meyering  <meyering@lucent.com>
45585
45586         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
45587         * m4/mbrtowc.m4: Likewise.
45588
45589         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
45590         * m4/mbswidth.m4: Reflect name change:
45591         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
45592         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
45593
45594         * m4/lib-link.m4: Update from gettext-0.11.2.
45595         * m4/gettext.m4: Likewise.
45596
45597         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
45598         From Alfred M. Szmidt.
45599
45600 2002-06-18  Paul Eggert  <eggert@twinsun.com>
45601
45602         * lib/file-type.h: Report an error if neither S_ISREG nor
45603         S_IFREG is defined, instead of using a test specific to glibc
45604         2.2.  This should be safe, since POSIX requires S_ISREG and
45605         Unix Version 7 had S_IFREG.  We don't need to check for
45606         <sys/types.h> since we don't use any symbols that it defines.
45607
45608 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
45609
45610         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
45611         $@-t, so that each temporary file name is unique and valid in the first
45612         8 characters, for operation under DOS.
45613
45614 2002-06-15  Paul Eggert  <eggert@twinsun.com>
45615
45616         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
45617
45618 2002-06-15  Jim Meyering  <meyering@lucent.com>
45619
45620         Work even with DJGPP 2.03, which lacks support for symlinks.
45621         From Richard Dawe.
45622         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
45623         is defined.
45624         * lib/lchown.c (S_ISLNK): Likewise.
45625
45626 2002-06-15  Jim Meyering  <meyering@lucent.com>
45627
45628         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
45629         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
45630         have been included before this file.
45631
45632 2002-06-14  Jim Meyering  <meyering@lucent.com>
45633
45634         * lib/file-type.h: Use the version from diffutils-2.8.2.
45635         * lib/file-type.c: Likewise.
45636
45637 2002-06-07  Jim Meyering  <meyering@lucent.com>
45638
45639         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
45640         They're needed at least for NetBSD 1.5.2.
45641         ($statxfs_includes): Include those same headers.
45642         ($statxfs_includes): Include sys/vfs.h if available.
45643         ($statxfs_includes): Likewise for sys/statvfs.h.
45644         Check for the following members in both structs statfs and statvfs:
45645         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
45646
45647 2002-06-01  Jim Meyering  <meyering@lucent.com>
45648
45649         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
45650         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
45651
45652 2002-05-28  Jim Meyering  <meyering@lucent.com>
45653
45654         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
45655         Reported by Volker Borchert.
45656
45657 2002-05-27  Jim Meyering  <meyering@lucent.com>
45658
45659         Fix a problem seen only on nonconforming systems whereby ls.c's
45660         use of localtime, and then of gettimeofday would cause trouble:
45661         the localtime call used to initialize rpl_gettimeofday's save
45662         mechanism would clobber ls's current local time information so
45663         that in any long listing the first file would always be listed
45664         with date 1970-01-01.  Analysis by Volker Borchert.
45665
45666         * lib/gettimeofday.c (localtime): Undefine.
45667         (rpl_localtime): New function.
45668
45669 2002-05-27  Jim Meyering  <meyering@lucent.com>
45670
45671         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
45672         localtime.
45673
45674         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
45675         use the replacement function; it wouldn't resolve at link time.
45676         Reported by Volker Borchert.
45677
45678 2002-05-22  Jim Meyering  <meyering@lucent.com>
45679
45680         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
45681         file-type.h.
45682         * lib/file-type.h: New file.
45683         * lib/file-type.c (file_type): New file/function.  Extracted from
45684         diffutils.
45685
45686 2002-04-30  Jim Meyering  <meyering@lucent.com>
45687
45688         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
45689
45690 2002-04-29  Paul Eggert  <eggert@twinsun.com>
45691
45692         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
45693
45694 2002-04-29  Paul Eggert  <eggert@twinsun.com>
45695
45696         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
45697         Do not check for alloca.h (no longer used) or stdbool.h (was never
45698         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
45699
45700 2002-04-29  Paul Eggert  <eggert@twinsun.com>
45701
45702         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
45703
45704 2002-04-29  Jim Meyering  <meyering@lucent.com>
45705
45706         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
45707         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
45708         Use AC_FUNC_STRNLEN here instead.
45709
45710         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
45711         With autoconf-2.53a, it's part of AC_PROG_CC.
45712
45713 2002-04-28  Paul Eggert  <eggert@twinsun.com>
45714
45715         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
45716         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
45717
45718 2002-04-28  Paul Eggert  <eggert@twinsun.com>
45719
45720         * lib/sig2str.h, lib/sig2str.c: New files.
45721         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
45722
45723 2002-04-28  Paul Eggert  <eggert@twinsun.com>
45724
45725         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
45726         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
45727         of 127, since 64 is the largest conceivable number for ancient
45728         nonstandard hosts.
45729         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
45730
45731 2002-04-28  Jim Meyering  <meyering@lucent.com>
45732
45733         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
45734
45735 2002-04-24  Jim Meyering  <meyering@lucent.com>
45736
45737         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
45738         (jm_PREREQ): Use it.
45739
45740         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
45741         mach/mach.h fcntl.h.
45742         Check for this function: setlocale.
45743
45744 2002-04-24  Jim Meyering  <meyering@lucent.com>
45745
45746         * lib/gettext.h: New file, from Gettext.
45747         * lib/Makefile.am (INCLUDES): Remove -I../intl.
45748         (libfetish_a_SOURCES): Add gettext.h.
45749
45750 2002-04-16  Jim Meyering  <meyering@lucent.com>
45751
45752         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
45753         ut_pid, ut_id, ut_exit.
45754
45755 2002-04-16  Jim Meyering  <meyering@lucent.com>
45756
45757         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
45758         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
45759         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
45760
45761 2002-04-12  Jim Meyering  <meyering@lucent.com>
45762
45763         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
45764         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
45765         existence of the getmntinfo function.  Needed for Darwin 5.3.
45766
45767         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
45768         This is necessary at least on Darwin 5.3.
45769
45770         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
45771         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
45772         strnlen.o in the library, and that makes some versions of ranlib
45773         object.
45774
45775 2002-04-12  Jim Meyering  <meyering@lucent.com>
45776
45777         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
45778
45779 2002-04-09  Jim Meyering  <meyering@lucent.com>
45780
45781         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
45782         to be more precise.  Rather than saying we're checking whether the
45783         function `works', say what we're testing.
45784         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
45785         Reported by Bruno Haible.
45786
45787 2002-03-10  Jim Meyering  <meyering@lucent.com>
45788
45789         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
45790         Suggestion from Santiago Vila.
45791
45792 2002-03-08  Jim Meyering  <meyering@lucent.com>
45793
45794         * lib/rename.c: Mention that this wrapper is needed also on
45795         mips-dec-ultrix4.4 systems.
45796
45797 2002-03-02  Jim Meyering  <meyering@lucent.com>
45798
45799         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
45800         not HAVE_CLOCK_SETTIME.
45801
45802 2002-02-27  Paul Eggert  <eggert@twinsun.com>
45803
45804         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
45805         Check for clock_settime.
45806
45807 2002-02-27  Paul Eggert  <eggert@twinsun.com>
45808
45809         * lib/nanosleep.h: Rename to....
45810         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
45811
45812         * lib/gettime.c: New file.
45813         * lib/settime.c: New file.
45814         * lib/stime.c: Remove.
45815
45816         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
45817         timespec.h.  Remove nanosleep.h.
45818
45819 2002-02-25  Paul Eggert  <eggert@twinsun.com>
45820
45821         * m4/acl.m4: New file.
45822         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
45823         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
45824
45825 2002-02-25  Paul Eggert  <eggert@twinsun.com>
45826
45827         * lib/acl.c, lib/acl.h: New files.
45828         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
45829
45830 2002-02-24  Jim Meyering  <meyering@lucent.com>
45831
45832         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
45833         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
45834         cause trouble.  Reported by Nelson Beebe.
45835
45836 2002-02-23  Paul Eggert  <eggert@twinsun.com>
45837
45838         * lib/path-concat.c (xpath_concat): Reorder code to pacify
45839         compilers that don't know that xalloc_die never returns.
45840
45841 2002-02-20  Jim Meyering  <meyering@lucent.com>
45842
45843         * lib/getdate.c: Regenerate using bison-1.33.
45844
45845 2002-02-17  Jim Meyering  <meyering@lucent.com>
45846
45847         * config/config.guess (main): Don't use `head -1'; it's no longer
45848         portable. Use `sed 1q' instead.
45849
45850 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
45851
45852         * m4/codeset.m4: Upgrade to gettext-0.11.
45853         * m4/gettext.m4: Upgrade to gettext-0.11.
45854         * m4/glibc21.m4: Upgrade to gettext-0.11.
45855         * m4/iconv.m4: Upgrade to gettext-0.11.
45856         * m4/isc-posix.m4: Upgrade to gettext-0.11.
45857         * m4/lcmessage.m4: Upgrade to gettext-0.11.
45858         * m4/lib-ld.m4: New file, from gettext-0.11.
45859         * m4/lib-link.m4: New file, from gettext-0.11.
45860         * m4/lib-prefix.m4: New file, from gettext-0.11.
45861         * m4/progtest.m4: Upgrade to gettext-0.11.
45862
45863 2002-02-15  Paul Eggert  <eggert@twinsun.com>
45864
45865         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
45866         (jm_PREREQ): Use it.
45867
45868 2002-02-15  Paul Eggert  <eggert@twinsun.com>
45869
45870         * lib/posixver.c, lib/posixver.h: New files.
45871         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
45872
45873 2002-02-02  Paul Eggert  <eggert@twinsun.com>
45874             Bruno Haible  <bruno@clisp.org>
45875
45876         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
45877         (fwrite_success_callback): New declaration.
45878         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
45879         print_unicode_char. Call failure callback instead of error.
45880         (fwrite_success_callback): New function.
45881         (exit_failure_callback): New function.
45882         (fallback_failure_callback): New function.
45883         (print_unicode_char): Call unicode_to_mb.
45884
45885 2002-01-26  Jim Meyering  <meyering@lucent.com>
45886
45887         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
45888         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
45889
45890 2002-01-26  Jim Meyering  <meyering@lucent.com>
45891
45892         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
45893
45894 2002-01-22  Paul Eggert  <eggert@twinsun.com>
45895
45896         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
45897
45898 2002-01-22  Jim Meyering  <meyering@lucent.com>
45899
45900         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
45901         Otherwise, some versions of automake would omit the rule that makes
45902         Makefile from Makefile.in.
45903
45904 2002-01-21  Paul Eggert  <eggert@twinsun.com>
45905
45906         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
45907         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
45908         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
45909         (memcoll): Set errno to zero if there is no error.
45910
45911         * lib/quotearg.c (quotearg_buffer_restyled):
45912         Fix bug with quoting buffers containing NUL when backslashing escapes.
45913         This bug was exposed by the other changes in this patch.
45914         (quotearg_n_options): New arg ARGSIZE.
45915         All callers changed.
45916         (quoting_options_from_style): New function.
45917         (quotearg_n_style): Use it.
45918         (quotearg_n_style_mem): New function.
45919
45920         * lib/quotearg.h (quotearg_n_style_mem): New function.
45921
45922 2002-01-19  Jim Meyering  <meyering@lucent.com>
45923
45924         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
45925         Remove useless quotes: DF_PROG="df".
45926         * m4/strnlen.m4: New file.
45927
45928 2002-01-16  Paul Eggert  <eggert@twinsun.com>
45929
45930         * lib/backupfile.c (ISDIGIT): Comment fix.
45931         * lib/getdate.y (ISDIGIT): Likewise.
45932         * lib/posixtm.c (ISDIGIT, year): Likewise.
45933         * lib/strverscmp.c (ISDIGIT): Likewise.
45934         * lib/userspec.c (ISDIGIT): Likewise.
45935
45936 2002-01-16  Jim Meyering  <meyering@lucent.com>
45937
45938         * lib/getdate.y: Add three semicolons, each just before a closing
45939         brace. Bison (as of version 1.31) no longer papers over that mistake.
45940
45941 2002-01-05  Jim Meyering  <meyering@lucent.com>
45942
45943         * lib/version-etc.c (version_etc_copyright): Update copyright year.
45944
45945 2001-12-19  Paul Eggert  <eggert@twinsun.com>
45946
45947         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
45948         not silently exit merely because the output buffer happens to
45949         have nothing pending.
45950
45951 2001-12-18  Paul Eggert  <eggert@twinsun.com>
45952
45953         See the big note in ../ChangeLog.
45954         * lib/human.c (suffixes): Prefer K to k for 1024.
45955         (generate_suffix_backwards): New function.
45956         (human_readable_inexact): Use it.
45957         * lib/xstrtol.c (__xstrtol): If there is no number but there
45958         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
45959         Accept 'K' as well as 'k'.
45960
45961 2001-12-15  Jim Meyering  <meyering@lucent.com>
45962
45963         * lib/regex.h (__restrict_arr): Update from libc.
45964
45965         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
45966         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
45967         (STREQ): Define.
45968
45969 2001-12-14  Jim Meyering  <meyering@lucent.com>
45970
45971         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
45972         Suggestion from Bruno Haible.
45973
45974 2001-12-10  Jim Meyering  <meyering@lucent.com>
45975
45976         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
45977         xrealloc, Instead, include "xalloc.h".
45978         (initbuffer): Don't cast xmalloc return value to char*.
45979         (readline): Reword comment.
45980         Don't cast xrealloc return value to char*
45981         Return NULL, not 0.
45982
45983 2001-12-09  Jim Meyering  <meyering@lucent.com>
45984
45985         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
45986         about `signed and unsigned type in conditional expression'.
45987         * lib/posixtm.c (posix_time_parse): Likewise.
45988
45989         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
45990
45991         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
45992         to avoid a pedantic warning.
45993
45994         * lib/getstr.c: Don't include assert.h.
45995         (getstr): Remove warning-evoking assertions.
45996         Return -1 if offset parameter is out of bounds.
45997         Change the type of a local from int to size_t.
45998
45999         * lib/strftime.c (my_strftime_localtime_r): Include this function
46000         definition in the `#if ! HAVE_TM_GMTOFF' block.
46001
46002         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
46003         Include xalloc.h instead.
46004
46005 2001-12-02  Jim Meyering  <meyering@lucent.com>
46006
46007         * lib/tempname.c: Don't declare getenv, thus reverting the change of
46008         2001-11-18.  It's no longer necessary, now that stdlib.h is always
46009         included.
46010
46011         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
46012         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
46013
46014 2001-11-30  Akim Demaille  <akim@epita.fr>
46015
46016         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
46017         before being defined.
46018
46019 2001-11-27  Paul Eggert  <eggert@twinsun.com>
46020
46021         * lib/quotearg.h (quotearg_n, quotearg_n_style):
46022         First arg is int, not unsigned.
46023         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
46024         (SIZE_MAX, UINT_MAX): New macros.
46025         (quotearg_n_options): Abort if N is negative.
46026         Avoid overflow check on hosts where size_t is 64 bits and int
46027         is 32 bits, as overflow is impossible there.
46028         Fix off-by-one typo that caused unnecessary reallocation.
46029
46030 2001-11-27  Jim Meyering  <meyering@lucent.com>
46031
46032         * lib/tempname.c: Merge with version from libc.
46033         * lib/regex.c: Likewise.
46034
46035         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
46036         systems for which STDC_HEADERS is 0, it was not included, resulting in
46037         a warning about an integer-to-pointer conversion problem with getenv.
46038         Reported by Volker Borchert.
46039
46040 2001-11-26  Jim Meyering  <meyering@lucent.com>
46041
46042         * lib/gtod.h: Remove file.
46043         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
46044         * lib/gettimeofday.c: Don't include gtod.h.
46045         (GTOD_init): Remove function.
46046         (rpl_gettimeofday): Do its job here instead, rather than aborting.
46047         Suggestion from Volker Borchert.
46048
46049 2001-11-23  Jim Meyering  <meyering@lucent.com>
46050
46051         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
46052         it.
46053         * lib/hash.c (struct hash_table): Define it here instead.
46054
46055 2001-11-22  Jim Meyering  <meyering@lucent.com>
46056
46057         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
46058
46059 2001-11-20  Jim Meyering  <meyering@lucent.com>
46060
46061         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
46062         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
46063
46064 2001-11-19  Jim Meyering  <meyering@lucent.com>
46065
46066         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
46067         directory.  Use "conftestXXXXXX" as the template.
46068         Suggestion from Paul Eggert.
46069
46070         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
46071         immediately, so the test doesn't mistakenly hit the max-open-files
46072         limit.
46073
46074 2001-11-18  Paul Eggert  <eggert@twinsun.com>
46075
46076         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
46077         (TEMPORARIES): New macro.
46078         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
46079         removes an artificial limitation (e.g. HP-UX 10.20, where
46080         TMP_MAX is 17576).
46081
46082 2001-11-18  Jim Meyering  <meyering@lucent.com>
46083
46084         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
46085
46086 2001-11-18  Jim Meyering  <meyering@lucent.com>
46087
46088         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
46089         on SunOS 4.
46090
46091         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
46092         files will be created before anything else.
46093
46094 2001-11-17  Paul Eggert  <eggert@twinsun.com>
46095
46096         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
46097         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
46098
46099 2001-11-17  Jim Meyering  <meyering@lucent.com>
46100
46101         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
46102         Prompted by a report from Bob Proulx.
46103
46104         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
46105         Instead, require UTILS_FUNC_MKSTEMP.
46106
46107 2001-11-17  Jim Meyering  <meyering@lucent.com>
46108
46109         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
46110         Now, that's done as part of AC_FUNC_STRTOD.
46111
46112 2001-11-17  Jim Meyering  <meyering@lucent.com>
46113
46114         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
46115         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
46116         rather than group writable.  Patch by Juan F. Codagnone.
46117
46118         * lib/readtokens.c: Remove explicit declarations of xmalloc and
46119         xrealloc, Instead, include "xalloc.h".
46120
46121         * lib/mountlist.c: Include unlocked-io.h after all system headers.
46122         Remove explicit declarations of xmalloc, xrealloc,
46123         and xstrdup.  Instead, include "xalloc.h".
46124
46125         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
46126         unlocked-io.h.
46127         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
46128         Likewise.
46129         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
46130
46131         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
46132         Reported by Padraig Brady.
46133
46134         * lib/mkstemp.c: #undef mkstemp.
46135         Include config.h.
46136         (rpl_mkstemp): Rename from mkstemp.
46137         Protoize.
46138
46139 2001-11-16  Jim Meyering  <meyering@lucent.com>
46140
46141         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
46142         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
46143         determine the amount of total physical memory, use pstat_getstatic.
46144         HPUX-11 doesn't define _SC_PHYS_PAGES.
46145         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
46146         If sysconf couldn't be used to determine the amount of available
46147         physical memory, use both pstat_getstatic and pstat_getdynamic.
46148         Based on a patch from Bob Proulx.
46149
46150 2001-11-10  Jim Meyering  <meyering@lucent.com>
46151
46152         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
46153         (jm_PREREQ): Use it.
46154
46155 2001-11-09  Jim Meyering  <meyering@lucent.com>
46156
46157         * m4/jm-macros.m4: Require autoconf-2.52f.
46158         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
46159         Use these AC_-prefixed names, not the AM_-prefixed ones.
46160
46161         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
46162
46163 2001-11-05  Jim Meyering  <meyering@lucent.com>
46164
46165         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
46166
46167 2001-11-04  Jim Meyering  <meyering@lucent.com>
46168
46169         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
46170         $DEFS.
46171
46172 2001-11-03  Jim Meyering  <meyering@lucent.com>
46173
46174         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
46175         of AC_DEFUN.
46176
46177         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
46178         know the name of the variable in the macro definition.
46179
46180 2001-11-03  Jim Meyering  <meyering@lucent.com>
46181
46182         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
46183         in argmatch_to_argument call.
46184
46185         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
46186         argument.
46187
46188         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
46189         e.g., a fault due to an attempt to free a NULL pointer.
46190
46191 2001-11-01  Jim Meyering  <meyering@lucent.com>
46192
46193         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
46194         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
46195
46196 2001-11-01  Jim Meyering  <meyering@lucent.com>
46197
46198         * lib/dirfd.c, lib/dirfd.h: New files.
46199         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
46200
46201         * lib/hash.c (hash_print) [TESTING]: Clean up.
46202
46203 2001-10-22  Paul Eggert  <eggert@twinsun.com>
46204
46205         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
46206         to avoid a warning if -Wall.
46207
46208 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
46209
46210         * README: New file
46211         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
46212         (per RMS's instructions, this is now the canonical source)
46213         * lgpl/, gpl/: New directories.
46214
46215 2001-10-21  Paul Eggert  <eggert@twinsun.com>
46216
46217         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
46218
46219 2001-10-21  Jim Meyering  <meyering@lucent.com>
46220
46221         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
46222         this code would end up calling gettext even in packages built
46223         with --disable-nls.
46224         * lib/getopt.c (_): Likewise.
46225         * lib/regex.c (_): Likewise.
46226
46227 2001-10-20  Paul Eggert  <eggert@twinsun.com>
46228
46229         * m4/error.m4 (jm_PREREQ_ERROR):
46230         Do not invoke AC_CHECK_FUNCS with strerror_r, as
46231         AC_FUNC_STRERROR_R does that.
46232         Check for strerror declaration.
46233
46234         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
46235         are supposed to have them these days.
46236         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
46237         Merge changes from latest Autoconf CVS.
46238         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
46239         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
46240         POSIX decided to standardize on the int flavor of strerror_r.
46241
46242 2001-10-20  Paul Eggert  <eggert@twinsun.com>
46243
46244         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
46245         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
46246         Use strerror_r that is only a macro, even if it is not a function.
46247         (strerror): Check for HAVE_DECL_STRERROR before declaring.
46248         (private_strerror): Use prototypes, not old-style function definition.
46249         (print_errno_message): New function.
46250         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
46251         char*-flavored one.
46252         (error_tail, error, error_at_line): Use it.
46253
46254 2001-10-11  Jim Meyering  <meyering@lucent.com>
46255
46256         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
46257         and quote_n (1, ... to avoid clobbering a buffer.
46258
46259 2001-10-05  Jim Meyering  <meyering@lucent.com>
46260
46261         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
46262         hash-pjw.h.
46263         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
46264         * lib/hash-pjw.h: New file.
46265
46266 2001-09-30  Jim Meyering  <meyering@lucent.com>
46267
46268         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
46269         `struct fsstat' has the `f_fstypename' member.
46270         Use that to define FS_TYPE, which is now used to make
46271         the getfsstat link test tighter.
46272
46273 2001-09-30  Jim Meyering  <meyering@lucent.com>
46274
46275         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
46276         Include <sys/ucred.h>, for Apple Darwin.
46277         Include sys/mount.h and sys/fs_types.h only if available.
46278         (FS_TYPE): Define.
46279         (read_filesystem_list): Use FS_TYPE.
46280
46281 2001-09-29  Paul Eggert  <eggert@twinsun.com>
46282
46283         * lib/exclude.c (excluded_filename): 0 -> false, since it's
46284         a boolean context.
46285
46286 2001-09-29  Jim Meyering  <meyering@lucent.com>
46287
46288         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
46289         [one-argument getmntent function]): Include stdio.h before mntent.h.
46290         SunOS 4.1.x needs it for the declaration of `FILE'.
46291         Patch by Volker Borchert.
46292
46293         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
46294         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
46295         sys/fs_types.h, and make the link-test for getfsstat guard #include
46296         directives with appropriate #if HAVE_*_H tests so that we can
46297         detect getfsstat on Apple Darwin1.3.7 systems.
46298         Reported by Nelson Beebe.
46299         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
46300
46301 2001-09-28  Paul Eggert  <eggert@twinsun.com>
46302
46303         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
46304         #defines strtoimax.  Also treat the other strto* functions
46305         like strtoimax.
46306
46307         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
46308         Check for strtoul and strtoumax,
46309         as those declarations are made even in the signed case.
46310         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
46311         Likewise, for strtol and strtoimax.
46312
46313 2001-09-28  Paul Eggert  <eggert@twinsun.com>
46314
46315         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
46316         #defines strtoimax.  Also treat the other strto* functions
46317         like strtoimax.
46318
46319         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
46320         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
46321         (strtoimax, strtoumax): Do not declare if already defined as a macro.
46322
46323 2001-09-26  Jim Meyering  <meyering@lucent.com>
46324
46325         Most macros in unlocked-io.h had the wrong number of arguments.
46326         * lib/gen-uio: New script.
46327         (USE_UNLOCKED_IO): Define to 1 if not already defined.
46328         * lib/unlocked-io.hin: Remove file.
46329         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
46330         rather than trying to embed it here.
46331         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
46332         Reported by Padraig Brady.
46333
46334 2001-09-25  Volker Borchert  <bt@teknon.de>
46335
46336         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
46337         `result'.
46338
46339 2001-09-24  Jim Meyering  <meyering@lucent.com>
46340
46341         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
46342
46343 2001-09-23  Jim Meyering  <meyering@lucent.com>
46344
46345         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
46346         instead of the mere test for existence of mntent.h.  The latter
46347         would get a false-positive on AIX 3.4 systems.
46348         In the outer getmntent if-block, don't die if neither of the getmntent
46349         tests succeeds.  Instead, just fall through and continue with the
46350         remaining tests.
46351
46352 2001-09-23  Jim Meyering  <meyering@lucent.com>
46353
46354         * lib/mountlist.c: Remove useless parentheses in #if directives.
46355         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
46356         the deprecated MOUNTED symbol is no longer defined in mntent.h.
46357
46358 2001-09-22  Jim Meyering  <meyering@lucent.com>
46359
46360         * m4/gettext.m4: New file.  From gettext.
46361         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
46362         * m4/progtest.m4: Likewise
46363         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
46364         * m4/glibc21.m4: Likewise.
46365
46366         * m4/libintl.m4: Remove.  No longer used.
46367
46368 2001-09-22  Jim Meyering  <meyering@lucent.com>
46369
46370         * lib/localcharset.c: Update from latest gettext.
46371         * lib/config.charset: Likewise.
46372
46373 2001-09-20  Jim Meyering  <meyering@lucent.com>
46374
46375         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
46376         strtoimax.
46377         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
46378         strtoumax.
46379
46380 2001-09-20  Jim Meyering  <meyering@lucent.com>
46381
46382         * lib/xstrtol.c (strtoimax): Guard declaration with
46383         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
46384         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
46385         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
46386         (strtoumax): Likewise, for completeness (it wasn't necessary).
46387
46388 2001-09-17  Paul Eggert  <eggert@twinsun.com>
46389
46390         * lib/strtoimax.c (HAVE_LONG_LONG):
46391         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
46392         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
46393         to work around bug in IBM C compiler.
46394
46395 2001-09-17  Jim Meyering  <meyering@lucent.com>
46396
46397         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
46398         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
46399         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
46400         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
46401         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
46402         whenever the right hand side need not be expanded by the shell.
46403
46404 2001-09-16  Paul Eggert  <eggert@twinsun.com>
46405
46406         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
46407         library.  It's not correct, as some older glibcs are buggy.
46408         fnmatch wasn't fixed until glibc 2.2.
46409
46410         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
46411         special shell magic here.
46412
46413 2001-09-16  Jim Meyering  <meyering@lucent.com>
46414
46415         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
46416         * m4/jm-macros.m4: Require it.
46417
46418 2001-09-16  Jim Meyering  <meyering@lucent.com>
46419
46420         * lib/mkdir.c: New file.
46421
46422 2001-09-15  Jim Meyering  <meyering@lucent.com>
46423
46424         * m4/jm-macros.m4: Check for help2man.
46425
46426 2001-09-11  Jim Meyering  <meyering@lucent.com>
46427
46428         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
46429         The body, by Paul Eggert, was moved here from configure.in.
46430         * m4/jm-macros.m4: Require UTILS_HOST_OS.
46431
46432 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46433
46434         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
46435         (jm_PREREQ): Use it.
46436
46437 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46438
46439         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
46440         Use ssize_t, not int, to store result of readlink.
46441         Check for ssize_t overflow as well as size_t overflow,
46442         as POSIX says the result of readlink is implementation-defined
46443         when ssize_t overflows.
46444         Remove unnecessary cast to char*.
46445         Use free+malloc instead of realloc, as the storage doesn't need
46446         to be preserved and it's clearer and can be more efficient that way.
46447         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
46448         * lib/xreadlink.h (xreadlink): Update prototype.
46449
46450 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46451
46452         * lib/xgetcwd.c: Revert some of the previous change; intead,
46453         fix the HAVE_GETCWD_NULL code to behave more like the
46454         !HAVE_GETCWD_NULL code used to.
46455
46456         Include "xalloc.h".
46457         (xgetcwd): Do not return NULL when memory is exhausted; instead,
46458         invoke xalloc_die.
46459
46460 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46461
46462         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
46463         sys/param.h, as pathmax.h includes them.
46464
46465 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46466
46467         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
46468         (jm_PREREQ_XGETCWD): New macro.
46469
46470         * m4/getcwd.m4: New file.
46471
46472 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46473
46474         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
46475         like the HAVE_GETCWD_NULL code.
46476         Include pathmax.h if not HAVE_GETCWD.
46477         Do not include xalloc.h.
46478         (INITIAL_BUFFER_SIZE): New symbol.
46479         Do not use xmalloc / xrealloc, since the caller is responsible for
46480         handling errors.  Preserve errno around `free' during failure.
46481         Do not overrun buffer when using getwd.
46482
46483 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46484
46485         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
46486         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
46487         getcwd (NULL, 0).
46488
46489 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46490
46491         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
46492         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
46493         spotted by Jim Meyering.
46494
46495 2001-09-03  Jim Meyering  <meyering@lucent.com>
46496
46497         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
46498         failure.
46499
46500 2001-09-02  Jim Meyering  <meyering@lucent.com>
46501
46502         * lib/error.c: Update from GNU libc.
46503
46504 2001-09-01  Jim Meyering  <meyering@lucent.com>
46505
46506         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
46507         Used by df.
46508
46509 2001-09-01  Jim Meyering  <meyering@lucent.com>
46510
46511         * lib/xreadlink.c: New file.
46512         * lib/xreadlink.h: New file.
46513         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
46514         xreadlink.h.
46515
46516         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
46517         doesn't conflict with sparc Solaris 7's definition in
46518         /usr/include/sys/int_types.h.
46519
46520         * lib/exclude.c: Use `""', not `<>' to #include non-system header
46521         files.
46522         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
46523         and strncasecmp as r-values.  Unixware didn't have declarations.
46524
46525 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46526
46527         * lib/xstrtol.h: Add copyright notice.
46528         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
46529         LONGINT_INVALID_SUFFIX_CHAR.
46530
46531 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46532
46533         * lib/xstrtol.c (strtoimax): New decl.
46534
46535 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46536
46537         * lib/xgetcwd.c: Don't include pathmax.h.
46538         Include stdlib.h and unistd.h if available.
46539         Include xalloc.h.
46540         (xmalloc, xstrdup, free): Remove decls.
46541         (xgetcwd): Don't assume sizes fit in unsigned.
46542         Check for overflow when computing sizes.
46543         Simplify reallocation code.
46544
46545 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46546
46547         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
46548         a directory's st_size can have an arbitrary value, so the old
46549         usage could waste an arbitrary amount of memory.  All uses
46550         changed.
46551         * lib/savedir.h: Update prototype.
46552
46553 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46554
46555         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
46556
46557         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
46558         old strtoimax.c.
46559
46560         Also, make the following further changes to make this file's
46561         configuration more similar to that of strtol.c:
46562         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
46563         (strtoumax, uintmax_t, strtoull, strtol): Remove.
46564         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
46565         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
46566         changed to signed values.
46567
46568         And make the following changes as well:
46569         Fix copyright notice, as 1999 was missing.
46570         (verify): New macro.
46571         (strtoimax): Check sizes at compile-time, not run-time.
46572         Prefer strtol to strtoll if both work.
46573         (main): Remove; it was not that useful and was a pain to maintain.
46574
46575         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
46576
46577 2001-08-31  Jim Meyering  <meyering@lucent.com>
46578
46579         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
46580         Use an initial, malloc'd, buffer of length 128 rather than
46581         a statically allocated one of length 1024.
46582
46583 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46584
46585         Simplify code, partly by assuming autoconf 2.52 semantics.
46586
46587         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
46588
46589         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
46590         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
46591         All uses removed.
46592         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
46593         Move AC_REQUIRE to next-to-top level, to avoid confusion.
46594         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
46595         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
46596         jm_AC_HEADER_INTTYPES_H.
46597         * m4/jm-macros.m4 (jm_MACROS): Likewise.
46598
46599         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
46600
46601         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
46602         Quote first arg of AC_DEFUN.
46603         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
46604         since they are needed to parse the include file even if we need
46605         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
46606         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
46607         but with opposite signedness.
46608
46609 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46610
46611         Merge 'exclude' changes from tar 1.13.22.
46612         This fixes one or two unlikely storage allocation overflow bugs,
46613         but doesn't change user-visible behavior otherwise.
46614
46615 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46616
46617         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
46618         (jm_PREREQ_EXCLUDE): New macro.
46619
46620 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46621
46622         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
46623         tm to be declared.
46624
46625 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46626
46627         * lib/hash.c: Remove '2001' from copyright notice.
46628
46629 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46630
46631         * lib/full-write.h: New file.
46632         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
46633         * lib/full-write.c: Correct credits, as cccp.c no longer
46634         exists and anyway it was so heavily changed from the old cccp
46635         code as to be unrecognizable.  Include full-write.h.
46636         (full_write) Return size_t, with short writes meaning failure.
46637         All callers changed.  This fixes a bug with large buffers
46638         on 64-bit hosts.
46639         * lib/utime.c: Include full-write.h.
46640
46641 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46642
46643         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
46644         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
46645         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
46646         Include if available.
46647         (<xalloc.h>): Include
46648         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
46649         (verify): New macro.  Use it to verify that EXCLUDE macros do not
46650         collide with FNM macros.
46651         (struct patopts): New struct.
46652         (struct exclude): Use it, as exclude patterns now come with options.
46653         (new_exclude): Support above changes.
46654         (new_exclude, add_exclude_file):
46655         Initial size must now be a power of two to simplify overflow checking.
46656         (free_exclude, fnmatch_no_wildcards): New function.
46657         (excluded_filename): No longer requires options arg, as the options
46658         are determined by add_exclude.  Now returns bool, not int.
46659         (excluded_filename, add_exclude):
46660         Add support for the fancy new exclusion options.
46661         (add_exclude, add_exclude_file): Now takes int options arg.
46662         Check for arithmetic overflow when computing sizes.
46663         (add_exclude_file): xrealloc might modify errno, so don't
46664         realloc until after errno might be used.
46665
46666         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
46667         New macros.
46668         (free_exclude): New decl.
46669         (add_exclude, add_exclude_file): Now takes int options arg.
46670         (excluded_filename): No longer requires options arg, as the options
46671         are determined by add_exclude.  Now returns bool, not int.
46672
46673 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46674
46675         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
46676
46677 2001-08-27  Jim Meyering  <meyering@lucent.com>
46678
46679         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
46680
46681         * lib/version-etc.c (N_): Remove definition.
46682         Revert most of last change.
46683         Instead, simply don't mark the `Copyright...' string for translation.
46684         Based on advice from Paul Eggert.
46685
46686         * lib/strtoxmax.c: Tweak comment.
46687
46688 2001-08-26  Jim Meyering  <meyering@lucent.com>
46689
46690         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
46691
46692         * m4/xstrtoimax.m4: New file.
46693         * m4/xstrtoumax.m4: Add comments explaining why we
46694         AC_REPLACE_FUNCS(strtol).
46695
46696 2001-08-26  Jim Meyering  <meyering@lucent.com>
46697
46698         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
46699         of copyright with `%s' so translators don't get an untranslated
46700         message in 2002.
46701         (COPYRIGHT_YEAR): Define.
46702         (version_etc): Use fprintf rather than fputs.
46703         Suggestion from Ulrich Drepper.
46704
46705         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
46706
46707         * lib/strtoll.c: New file, from GNU libc.
46708         * lib/xstrtoimax.c: New file.
46709
46710         * lib/xstrtol.h: Add xstrtoimax.
46711         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
46712         * lib/strtoimax.c: New file.  Likewise, but first define
46713         STRTOUXMAX_SIGNED.
46714
46715         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
46716         ...
46717         * lib/strtoxmax.c: ... then renamed to this.
46718
46719 2001-08-18  Paul Eggert  <eggert@twinsun.com>
46720
46721         * m4/inttypes.m4: Add AC_PREREQ(2.13).
46722         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
46723         (jm_AC_TYPE_INTMAX_T): New macro.
46724         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
46725
46726         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
46727
46728         * m4/longlong.m4: Renamed from ulonglong.m4.
46729         * m4/inttypes.m4: Renamed from inttypes_h.m4.
46730         * m4/uintmax_t.m4: Removed.
46731
46732 2001-08-13  Paul Eggert  <eggert@twinsun.com>
46733
46734         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
46735         Port to Solaris 8, where 'sed' requires a space after the 'r'
46736         command, and where sh dislikes "$/".  Clean up the spacing a bit.
46737         Redirect output to $tmp just once.
46738
46739 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
46740
46741         * lib/addext.c (<errno.h>): Include.
46742         (errno): Declare if not defined.
46743         (addext): Work correctly when pathconf returns -1 and leaves
46744         errno alone because there is no limit.  Also, work even if
46745         pathconf returns a value greater than SIZE_MAX.
46746
46747 2001-08-12  Jim Meyering  <meyering@lucent.com>
46748
46749         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
46750         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
46751         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
46752         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
46753         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
46754         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
46755         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
46756         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
46757         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
46758         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
46759         utime.m4, utimes.m4, xstrtoumax.m4:
46760         Quote the first argument in each use of AC_DEFUN.
46761
46762 2001-08-12  Jim Meyering  <meyering@lucent.com>
46763
46764         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
46765         Simply `return getcwd (NULL, 0);'.
46766         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
46767         Use 1300 as initial value for length, not PATH_MAX.
46768
46769         * lib/pathmax.h: Clean up cpp syntax.
46770
46771 2001-08-12  Jim Meyering  <meyering@lucent.com>
46772
46773         * lib/gettimeofday.c: New file.
46774         * lib/gtod.h: New file.
46775         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
46776
46777 2001-08-05  Jim Meyering  <meyering@lucent.com>
46778
46779         * m4/jm-macros.m4: Require autoconf-2.52.
46780
46781 2001-08-04  Jim Meyering  <meyering@lucent.com>
46782
46783         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
46784         stmt, to get in sync with glibc.
46785
46786 2001-08-03  Paul Eggert  <eggert@twinsun.com>
46787
46788         The following changes are from gettext 0.10.39 as maintained by
46789         Bruno Haible.
46790
46791         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
46792         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
46793         with inverted sense.  All uses changed.
46794
46795         * lib/mbswidth.c: Don't include <limits.h>.
46796         Include <stdlib.h> and <string.h> unconditionally.
46797         (iswcntrl, mbsinit, ISCNTRL): New macros.
46798         (mbsnwidth): Use K&R style function declarations.
46799         Don't bother checking for MB_LEN_MAX == 1, since the compiler
46800         can optimize it when MB_CUR_MAX == 1.
46801         The width of control characters is zero, not 1.
46802
46803 2001-08-03  Paul Eggert  <eggert@twinsun.com>
46804
46805         The following changes are from gettext 0.10.39 as maintained by
46806         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
46807
46808         * m4/codeset.m4: Upgrade to serial AM1.
46809         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
46810         all uses changed.  Quote first arg of AC_DEFUN.
46811         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
46812
46813         * m4/iconv.m4: Upgrade to serial AM2.
46814         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
46815         Add --with-libconv-prefix.
46816         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
46817         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
46818         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
46819         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
46820         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
46821
46822         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
46823         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
46824         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
46825         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
46826         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
46827         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
46828         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
46829         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
46830         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
46831
46832         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
46833         string.h any more.
46834
46835         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
46836         not the default value.
46837
46838         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
46839         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
46840         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
46841         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
46842         Also check for iswcntrl, used for wcwidth fallback.
46843         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
46844         to Autoconf 2.13.
46845
46846 2001-08-03  Jim Meyering  <meyering@lucent.com>
46847
46848         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
46849         as it was in the original.  Reported by Paul Eggert.
46850
46851 2001-07-16  Jim Meyering  <meyering@lucent.com>
46852
46853         * m4/gettimeofday.m4: New file.
46854         Prompted by a report from Bernhard Baehr.
46855
46856 2001-07-15  Jim Meyering  <meyering@lucent.com>
46857
46858         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
46859         stuff. Now it's in ../Makefile.cfg.
46860
46861 2001-07-15  Jim Meyering  <meyering@lucent.com>
46862
46863         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
46864         (BUILT_SOURCES): Add unlocked-io.h.
46865         (io_functions): Define.
46866         (unlocked-io.h): New rule.
46867         (DISTCLEANFILES): Add unlocked-io.h.
46868         (all-local): Depend on unlocked-io.h, to ensure it is created.
46869
46870         * lib/unlocked-io.hin: New file
46871
46872         * lib/regex.c: Update from glibc.
46873
46874 2001-07-05  Jim Meyering  <meyering@lucent.com>
46875
46876         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
46877         recommendation.
46878         (libfetish_a_SOURCES): Put all .h files here instead.
46879         Remove a thus-exposed (better checks in automake) duplicate and
46880         two unnecessary .h files.
46881
46882 2001-07-04  Jim Meyering  <meyering@lucent.com>
46883
46884         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
46885         that generates jm-glibc-io.m4 so that it doesn't trigger any make
46886         distcheck failure.
46887
46888 2001-07-02  Jim Meyering  <meyering@lucent.com>
46889
46890         The following changes were prompted by suggestions from Bruno Haible.
46891
46892         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
46893         is now generated.
46894         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
46895         definition of EXTRA_DIST.
46896         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
46897         ensure that the generated file is created/updated whenever the list
46898         of $(unlocked_functions) is changed.
46899         (jm-glibc-io.m4): New rule.
46900         (unlocked-io.h): New rule -- currently unused.
46901
46902 2001-06-24  Jim Meyering  <meyering@lucent.com>
46903
46904         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
46905         unmatched right bracket, rather than kludging it with an extra,
46906         falsely-matching quote in a comment.  Patch by Akim Demaille.
46907
46908 2001-06-11  Jim Meyering  <meyering@lucent.com>
46909
46910         * lib/regex.c: Update from GNU libc.
46911
46912 2001-05-27  Jim Meyering  <meyering@lucent.com>
46913
46914         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
46915         Check for ut_type in struct utmp.
46916
46917 2001-05-27  Jim Meyering  <meyering@lucent.com>
46918
46919         * lib/readutmp.h (UT_TYPE): Define.
46920
46921 2001-05-24  Jim Meyering  <meyering@lucent.com>
46922
46923         * lib/argmatch.c: Include "quote.h".
46924         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
46925         quote function.  Reported by Göran Uddeborg.
46926
46927 2001-05-22  Jim Meyering  <meyering@lucent.com>
46928
46929         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
46930         now that we use the package-supplied version unconditionally.
46931         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
46932
46933 2001-05-21  Jim Meyering  <meyering@lucent.com>
46934
46935         * m4/regex.m4: Change a couple backticks to single quotes to avoid
46936         shell syntax errors.
46937
46938 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
46939
46940         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
46941
46942 2001-05-20  Paul Eggert  <eggert@twinsun.com>
46943
46944         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
46945         Don't bother to check library strftime, since
46946         we'll be using our own my_strftime function anyway.
46947         Define my_strftime instead of strftime.
46948
46949 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
46950
46951         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
46952         which is not yet declared.
46953
46954 2001-05-15  Jim Meyering  <meyering@lucent.com>
46955
46956         * m4/regex.m4: Use proper quoting so brackets appear in the test
46957         program.
46958         Reported by, and with help from, Bruno Haible.
46959
46960 2001-05-13  Jim Meyering  <meyering@lucent.com>
46961
46962         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
46963         undefined.
46964
46965 2001-05-11  Paul Eggert  <eggert@twinsun.com>
46966
46967         dirname code cleanup.  base_name now behaves more compatibly
46968         with POSIX basename when given file names that have trailing
46969         slashes, and similarly for dir_name.  Add new primitives
46970         base_len and dir_len.  Put the directory-name-related decls
46971         into dirname.h.
46972
46973         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
46974         * lib/backupfile.c (base_name): Likewise.
46975         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
46976         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
46977         * lib/makepath.c (strip_trailing_slashes): Likewise.
46978         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
46979         ISSLASH): Likewise.
46980         * lib/rename.c (strip_trailing_slashes): Likewise.
46981         * lib/same.c (base_name): Likewise.
46982         * lib/stripslash.c (ISSLASH): Likewise.
46983
46984         * lib/addext.c: Include <dirname.h> after size_t is defined.
46985         * lib/backupfile.c: Likewise.
46986
46987         * lib/addext.c (addext): Use base_len to trim redundant
46988         trailing slashes instead of doing it ourselves.
46989         But do not trim the last slash if it is not redundant.
46990
46991         * lib/backupfile.c (find_backup_file_name,
46992         max_backup_version): Use base_len instead of rolling it ourselves.
46993         Handle the case of "" and (on DOS) "C:" correctly.
46994
46995         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
46996         needed. Include <string.h>, <dirname.h>.
46997         (base_name): Allow file names ending in slashes, other than names
46998         that are all slashes.  In this case, return the basename followed
46999         by the slashes.  This is more general, and can be used in places
47000         where the original base_name purposely had an assertion failure.
47001         (base_len): New function.
47002
47003         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
47004         Do not include <assert.h>; no longer needed.
47005         Include xalloc.h.
47006         (memrchr): Remove decl.
47007         (dir_name_r): Remove.
47008         (dir_len): Renamed from dirlen.  All callers changed.
47009         Rewrite in terms of base_name, for simplicity and consistency.
47010         (dir_name): Never return NULL.  All callers changed.
47011         Do not include <stdlib.h> in test program; no longer needed.
47012         return 0; is fine for test program.
47013
47014         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
47015         New macros.
47016         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
47017
47018         * lib/path-concat.c (path_concat): Use base_len to compute
47019         base length, not strlen; this means we cannot rely on memcpy
47020         to null-terminate.
47021
47022         * lib/same.c (STREQ): Remove.
47023         (same_name): Handle the case where the basename ends in trailing '/'.
47024
47025         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
47026         a slash was stripped.  Do not strip the last slash after a
47027         file system prefix.
47028
47029 2001-05-11  Paul Eggert  <eggert@twinsun.com>
47030
47031         * lib/Makefile.am (libfetish_a_SOURCES):
47032         Add strftime.c, since we now compile it on all hosts.
47033
47034         * lib/strftime.c (my_strftime):
47035         Define to nstrftime if emacs, but only if my_strftime is not defined.
47036         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
47037         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
47038         Add one more extra argument: a nanoseconds value.
47039         All uses changed.
47040         (ns): New macro.
47041         (my_strftime function): Add %N format.
47042         (emacs_strftimeu): Renamed from emacs_strftime,
47043         with extra ut argument.
47044
47045 2001-05-09  Paul Eggert  <eggert@twinsun.com>
47046
47047         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
47048
47049 2001-04-21  Jim Meyering  <meyering@lucent.com>
47050
47051         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
47052         doesn't interfere.
47053
47054 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
47055
47056         * m4/ftruncate.m4: Check for chsize.
47057         Link with ftruncate.o unconditionally if ftruncate is missing.
47058         This was required when cross-compiling to i586-mingw32msvc.
47059
47060 2001-04-08  Jim Meyering  <meyering@lucent.com>
47061
47062         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
47063         recomputed; that's necessary when the offset spans a DST transition.
47064         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
47065
47066 2001-04-02  Jim Meyering  <meyering@lucent.com>
47067
47068         * lib/regex.h, regex.c: Update from GNU libc.
47069
47070 2001-03-24  Jim Meyering  <meyering@lucent.com>
47071
47072         * m4/jm-macros.m4: Require autoconf-2.49d.
47073
47074 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
47075
47076         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
47077
47078 2001-03-19  Paul Eggert  <eggert@twinsun.com>
47079
47080         * lib/version-etc.c (version_etc_copyright): Update to 2001.
47081
47082 2001-03-17  Jim Meyering  <meyering@lucent.com>
47083
47084         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
47085         now that the version in autoconf is equivalent.
47086         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
47087
47088         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
47089         Suggestion from Akim Demaille.
47090
47091         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
47092         (jm_PREREQ_TEMPNAME): New function.
47093
47094 2001-03-16  Paul Eggert  <eggert@twinsun.com>
47095
47096         * lib/tempname.c (uint64_t): Define to uintmax_t if
47097         not defined, and if UINT64_MAX is not defined.
47098         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
47099         Reported by John David Anglin.
47100
47101 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
47102
47103         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
47104         resolve alias if codeset is empty.
47105         * lib/config.charset (BeOS): Use wildcard syntax.
47106
47107 2001-03-13  Jim Meyering  <meyering@lucent.com>
47108
47109         * lib/path-concat.c (path_concat)
47110         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
47111         concatenating e.g., `C:' and `foo'.
47112         From Bruno Haible.
47113
47114 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
47115
47116         * lib/localcharset.c (locale_charset): Don't use
47117         setlocale(LC_CTYPE,NULL). Don't return NULL.
47118         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
47119
47120 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
47121
47122         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
47123         support for DOS/DJGPP.
47124
47125 2001-03-01  Paul Eggert  <eggert@twinsun.com>
47126
47127         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
47128         lacks mkstemp.  Compile our own tempname.c if we compile our own
47129         mkstemp.c, as mkstemp relies on tempname.
47130
47131 2001-03-01  Jim Meyering  <meyering@lucent.com>
47132
47133         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
47134         AH_VERBATIM really does output its argument verbatim.
47135
47136 2001-02-28  Paul Eggert  <eggert@twinsun.com>
47137
47138         * lib/Makefile.am (libfetish_a_SOURCES):
47139         Add dup-safer.c, fopen-safer.c.
47140         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
47141
47142         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
47143         * lib/unistd-safer.h: New files.
47144
47145 2001-02-25  Paul Eggert  <eggert@twinsun.com>
47146
47147         The mkstemp replacement is taken from glibc 2.2.2, with some
47148         portability fixes for use outside glibc, as follows:
47149
47150         * lib/tempname.c (struct_stat64): New macro.
47151         (direxists, __gen_tempname): Use it.
47152         This avoids a portability problem with Solaris 8.
47153
47154         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
47155         (<stddef.h>, <stdint.h>, <string.h>):
47156         Include only if STDC_HEADERS || _LIBC.
47157         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
47158         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
47159         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
47160         (__set_errno): Define this macro if <errno.h> doesn't.
47161         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
47162         Define these macros if <stdio.h> doesn't.
47163         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
47164         Define these macros if <sys/stat.h>
47165         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
47166         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
47167         __xstat64): Define if not _LIBC.
47168         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
47169         (__gen_tempname): Invoke gettimeofday only if
47170         HAVE_GETTIMEOFDAY || _LIBC;
47171         otherwise, fall back on plain "time".
47172         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
47173
47174         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
47175
47176         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
47177
47178 2001-02-18  Paul Eggert  <eggert@twinsun.com>
47179
47180         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
47181
47182 2001-02-17  Paul Eggert  <eggert@twinsun.com>
47183
47184         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
47185         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
47186         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
47187         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
47188
47189 2001-02-17  Paul Eggert  <eggert@twinsun.com>
47190
47191         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
47192         Remove workaround macros for hosts that have mbrtowc but not
47193         mbstate_t, as we now insist on proper declarations for both
47194         before using mbrtowc.
47195
47196 2001-02-17  Jim Meyering  <meyering@lucent.com>
47197
47198         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
47199         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
47200         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
47201         UnixWare 7.1.1.
47202
47203         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
47204         rather than AC_CACHE_VAL.
47205
47206 2001-02-17  Jim Meyering  <meyering@lucent.com>
47207
47208         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
47209         around included file name.
47210
47211         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
47212
47213         * lib/strftime.c: Update from GNU libc (the only changes were to
47214         comments).
47215
47216 2001-02-17  Jim Meyering  <meyering@lucent.com>
47217
47218         * lib/regex.c: Update from libc.
47219
47220 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
47221
47222         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
47223         clash.
47224
47225 2001-02-16  Paul Eggert  <eggert@twinsun.com>
47226
47227         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
47228         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
47229         Reported by Mark Hounschell via Paul Eggert.
47230
47231 2001-02-07  Jim Meyering  <meyering@lucent.com>
47232
47233         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
47234
47235 2001-02-05  Jim Meyering  <meyering@lucent.com>
47236
47237         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
47238         it includes the patch required for `large file' support with at least
47239         HP-UX's 10.20 /bin/cc.
47240
47241 2001-02-03  Jim Meyering  <meyering@lucent.com>
47242
47243         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
47244         AS_IF, now that it works once again (mysteriously).
47245         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
47246
47247 2001-01-30  Jim Meyering  <meyering@lucent.com>
47248
47249         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
47250         * m4/chown.m4: Rename conftestchown to conftest.chown.
47251         * m4/rename.m4: s/conftestdir/conftest.d1/ and
47252         s/conftestdir2/conftest.d2/.
47253         * m4/utimes.m4: s/conftestdata/conftest.data/
47254         Inspired by Pavel Roskin's change in autoconf.
47255
47256 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
47257
47258         * lib/config.charset: Update for FreeBSD 4.2.
47259
47260 2001-01-27  Jim Meyering  <meyering@lucent.com>
47261
47262         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
47263         a use of AS_IF.
47264         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
47265
47266 2001-01-26  Jim Meyering  <meyering@lucent.com>
47267
47268         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
47269         quotearg.c includes it.
47270
47271 2001-01-26  Jim Meyering  <meyering@lucent.com>
47272
47273         * lib/quotearg.c: Include stddef.h.
47274         * lib/quote.c: Include stddef.h.
47275         Reported by Axel Kittenberger.
47276
47277         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
47278         line in double quotes so that it evokes a better diagnostic.
47279         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
47280         Reported by Axel Kittenberger.
47281
47282 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
47283
47284         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
47285         as if it was a `charset'.
47286
47287 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
47288
47289         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
47290         has const.
47291
47292 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
47293
47294         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
47295         to avoid a warning.  Add back 'const' to inptr.
47296
47297 2001-01-20  Jim Meyering  <meyering@lucent.com>
47298
47299         Be sure that headers are checked before used in code compiled
47300         for the type checks.
47301         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
47302         In place of that, invoke jm_CHECK_ALL_TYPES.
47303         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
47304         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
47305         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
47306         The check for ssize_t was mistakenly run before the test for unistd.h.
47307
47308         The configure-time check for stdbool.h was missing.
47309         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
47310         (jm_PREREQ_HASH): New function.
47311
47312 2001-01-17  Jim Meyering  <meyering@lucent.com>
47313
47314         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
47315         for autoconf-2.49c.
47316         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
47317
47318 2001-01-16  Jim Meyering  <meyering@lucent.com>
47319
47320         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
47321         From Bruno Haible.
47322
47323 2001-01-14  Jim Meyering  <meyering@lucent.com>
47324
47325         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
47326         foo and bar.  Create conftestdir/ in the script, not in the C code.
47327         Remove directories in the script, not in the C code.
47328         Remove conftestdir{,2} before trying to create the directory.
47329         Make the entire configure script fail if the mkdir fails.
47330
47331 2001-01-14  Jim Meyering  <meyering@lucent.com>
47332
47333         * lib/rename.c: New file.  From Volker Borchert.
47334         Include stdlib.h, string.h or strings.h, and xalloc.h.
47335         Use strip_trailing_slashes rather than open-coding it.
47336
47337 2001-01-03  Paul Eggert  <eggert@twinsun.com>
47338
47339         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
47340
47341 2001-01-03  Jim Meyering  <meyering@lucent.com>
47342
47343         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
47344         of local `inptr' to avoid warning with some system declarations of
47345         iconv.
47346
47347 2001-01-02  Volker Borchert  <bt@teknon.de>
47348
47349         * m4/rename.m4: New file.
47350         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
47351
47352 2001-01-01  Jim Meyering  <meyering@lucent.com>
47353
47354         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
47355         even on systems with utmpx.h.  It's necessary for the declaration of
47356         utmp's ut_user member.  Reported by Andreas Jaeger.
47357
47358         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
47359         available. They are required for the declarations of getgrgid and
47360         getpwuid resp.
47361         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
47362         Reported by Andreas Jaeger.
47363
47364 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
47365
47366         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
47367         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
47368         so `make install' also works in VPATH builds.
47369
47370 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
47371
47372         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
47373         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
47374         can be used in subdirectories.
47375
47376 2000-12-29  Paul Eggert  <eggert@twinsun.com>
47377
47378         * lib/modechange.c: Do not assume that mode_t uses the
47379         traditional octal encoding.  E.g. "chmod 1 FOO" should set
47380         the other-execute bit of FOO even if S_IXOTH != 1.
47381
47382         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
47383         WOTH, XOTH, ALLM): New macros.
47384         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
47385          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
47386         Use them.
47387         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
47388         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
47389         (mode_compile):
47390         No need to use uintmax_t; unsigned long is long enough.
47391         Don't bother to get suffix since we don't use it.
47392
47393 2000-12-26  Jim Meyering  <meyering@lucent.com>
47394
47395         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
47396         better with autoheader.
47397
47398 2000-12-24  Jim Meyering  <meyering@lucent.com>
47399
47400         * lib/hash.c (is_prime): Return explicit boolean values.
47401         (hash_get_first): Return NULL to appease Irix5.6's 89.
47402         Reported by Nelson Beebe.
47403
47404 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
47405
47406         * lib/localcharset.c (locale_charset): Add support for Win32.
47407
47408 2000-12-18  Paul Eggert  <eggert@twinsun.com>
47409
47410         * lib/physmem.h, lib/physmem.c: New files.
47411
47412         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
47413         (noinst_HEADERS): Add physmem.h.
47414
47415         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
47416         't' for compatibility with Solaris 8 sort.
47417
47418 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
47419
47420         * lib/config.charset: Add support for BeOS.
47421
47422 2000-12-17  Jim Meyering  <meyering@lucent.com>
47423
47424         * m4/dos.m4 (jm_AC_DOS): New file and macro.
47425         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
47426
47427 2000-12-16  Jim Meyering  <meyering@lucent.com>
47428
47429         This bug had a serious impact on chown: `chown N:M FILE' (for integer
47430         N and M) would have treated it like `chown N:N FILE'.
47431
47432         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
47433
47434 2000-12-16  Jim Meyering  <meyering@lucent.com>
47435
47436         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
47437         SHELLS_FILE to a file name that's useful on djgpp systems.
47438         Include stdlib.h.
47439         (ADDITIONAL_DEFAULT_SHELLS): Define.
47440         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
47441         Based mostly on a patch from Prashant TR.
47442
47443 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
47444
47445         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
47446         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
47447         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
47448
47449 2000-12-08  Andreas Schwab  <schwab@suse.de>
47450
47451         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
47452         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
47453
47454 2000-12-07  Jim Meyering  <meyering@lucent.com>
47455
47456         * lib/stripslash.c (ISSLASH): Define.
47457         (strip_trailing_slashes): Use ISSLASH rather than comparing against
47458         `/'.
47459         From Prashant TR.
47460
47461         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
47462         (dir_name_r): Declare this function as static.
47463         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
47464         manifest itself on a name containing a mix of slashes and
47465         backslashes.
47466         Make this function work with names starting with a DOS-style
47467         drive letter and colon prefix.
47468         (dir_name): Append `.' if necessary.
47469         Based mostly on patches from Prashant TR and Eli Zaretskii.
47470
47471         * lib/dirname.h (dir_name_r): Remove prototype.
47472
47473 2000-12-06  Paul Eggert  <eggert@twinsun.com>
47474
47475         * m4/off_t-format.m4: Remove this file.
47476         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
47477
47478 2000-12-06  Jim Meyering  <meyering@lucent.com>
47479
47480         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
47481         replacement strtoull, we may well need the replacement strtoul, too.
47482         Check for declarations of strtoul and strtoull.
47483         Check for strtol.  Mainly as a cue to cause automake to include
47484         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
47485         Check for limits.h -- strtol.c needs it.
47486
47487 2000-12-05  Jim Meyering  <meyering@lucent.com>
47488
47489         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
47490
47491 2000-12-04  Jim Meyering  <meyering@lucent.com>
47492
47493         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
47494         Also include memory.h, stdlib.h, unistd.h if appropriate.
47495         Reported by Andreas Jaeger (conflicting declaration of malloc).
47496
47497 2000-12-02  Jim Meyering  <meyering@lucent.com>
47498
47499         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
47500         * m4/jm-macros.m4 (jm_MACROS): require it.
47501
47502 2000-12-02  Jim Meyering  <meyering@lucent.com>
47503
47504         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
47505
47506 2000-12-01  Paul Eggert  <eggert@twinsun.com>
47507
47508         * lib/memrchr.c: Include <config.h> before any system include file.
47509
47510 2000-11-30  Jim Meyering  <meyering@lucent.com>
47511
47512         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
47513
47514 2000-11-30  Jim Meyering  <meyering@lucent.com>
47515
47516         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
47517
47518 2000-11-29  Paul Eggert  <eggert@twinsun.com>
47519
47520         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
47521
47522 2000-11-26  Jim Meyering  <meyering@lucent.com>
47523
47524         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
47525
47526 2000-11-22  Paul Eggert  <eggert@twinsun.com>
47527
47528         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
47529         size of (size_t) -1; it's not portable.
47530
47531 2000-11-17  Jim Meyering  <meyering@lucent.com>
47532
47533         * lib/strstr.c: Update from GNU libc.
47534
47535 2000-11-17  Akim Demaille  <akim@epita.fr>
47536
47537         * lib/obstack.h: Formatting changes.
47538         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
47539         prevent type checking.
47540         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
47541         cast the value to (void *): assigning a `foo *' to a `void *'
47542         variable is valid.
47543         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
47544
47545 2000-11-16  Jim Meyering  <meyering@lucent.com>
47546
47547         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
47548
47549 2000-11-11  Jim Meyering  <meyering@lucent.com>
47550
47551         * lib/error.c: Add a couple #includes, merging from GNU libc version.
47552
47553 2000-11-10  Jim Meyering  <meyering@lucent.com>
47554
47555         * lib/obstack.h: Update from GNU libc.
47556         * lib/obstack.c: Likewise.
47557
47558 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
47559
47560         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
47561
47562 2000-11-06  Paul Eggert  <eggert@twinsun.com>
47563
47564         * lib/getusershell.c (setusershell): Use rewind rather than
47565         fseek/fseeko, to avoid configuration hassles with fseeko.
47566         Don't bother opening SHELLS_FILE if shellstream is NULL;
47567         it's not necessary.
47568
47569 2000-11-05  Jim Meyering  <meyering@lucent.com>
47570
47571         * lib/makepath.h (make_dir): Declare.
47572         * lib/makepath.c (make_dir): Remove `static' attribute.
47573         Tweak a comment.
47574
47575 2000-11-04  Jim Meyering  <meyering@lucent.com>
47576
47577         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
47578
47579 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
47580
47581         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
47582         last one in a bucket, advance to the next bucket.
47583
47584 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
47585
47586         * lib/fnmatch.c: Do not comment out all the code if we are using
47587         the GNU C library, because in some cases we are replacing buggy
47588         code in the GNU C library itself.
47589
47590 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
47591
47592         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
47593         (regex_compile): Catch bogus \(\1\).
47594
47595 2000-10-30  Paul Eggert  <eggert@twinsun.com>
47596
47597         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
47598         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
47599         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
47600
47601 2000-10-30  Paul Eggert  <eggert@twinsun.com>
47602
47603         * lib/error.h, getline.h, modechange.h:
47604         Remove "2000" from Copyright line, as the file hasn't been
47605         changed this year other than in the copyright notice.
47606
47607         * lib/xalloc.h: Add "2000" to Copyright line, as this file
47608         was changed this year.
47609
47610 2000-10-29  Jim Meyering  <meyering@lucent.com>
47611
47612         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
47613         renaming.
47614         * m4/ls-mntd-fs.m4: Likewise
47615
47616 2000-10-29  Jim Meyering  <meyering@lucent.com>
47617
47618         * lib/xstat.in: Fix grammar in comment.
47619
47620 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
47621
47622         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
47623         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
47624         doesn't define __restrict_arr.
47625
47626 2000-10-28  Jim Meyering  <meyering@lucent.com>
47627
47628         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
47629         (jm_PREREQ_MEMCHR): New function.
47630
47631 2000-10-28  Jim Meyering  <meyering@lucent.com>
47632
47633         * lib/memchr.c: Update from libc.
47634         Adjust for portability:
47635         [HAVE_STDLIB_H]: Include stdlib.h.
47636         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
47637         Undef __memchr, too.
47638         [!weak_alias]: Define __memchr to memchr.
47639
47640         * lib/regex.c: Update from libc.
47641         * lib/regex.h: Likewise.
47642         * lib/getopt1.c: Likewise.
47643         * lib/memcmp.c: Likewise.
47644
47645         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
47646         Avoid using fseek, when possible -- it's broken by design.
47647         Patch by Ulrich Drepper.
47648
47649 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
47650
47651         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
47652         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
47653         Giving in to popular pressure to shut up the compiler with casts.
47654
47655 2000-10-26  Jim Meyering  <meyering@lucent.com>
47656
47657         * lib/strftime.c: Update from libc.
47658
47659 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
47660
47661         * regex.c: More `unsigned char' -> `re_char' changes.
47662         Also change several `int' into `re_wchar_t'.
47663         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
47664         (PUSH_FAILURE_POINTER): Don't cast any more.
47665         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
47666         We want GCC to complain, since this piece of code makes
47667         re_match non-reentrant, which *should* be fixed.
47668         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
47669         (EXTEND_BUFFER): Use RETALLOC.
47670         (SET_LIST_BIT): Don't cast.
47671         (re_wchar_t): New type.
47672         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
47673         that those two functions will always properly return.
47674         (IMMEDIATE_QUIT_CHECK): Cast to void.
47675         (analyse_first): Use recursion rather than an explicit stack.
47676         (re_compile_fastmap): Can't fail anymore.
47677         (re_search_2): Don't check re_compile_fastmap for failure.
47678         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
47679         Now also sets the new value (passed in a new argument).
47680         (re_match_2_internal): Use it.
47681         Also, use a new var `reg' of type size_t when looping through regs
47682         rather than reuse the inappropriate `mcnt'.
47683
47684 2000-10-25  Jim Meyering  <meyering@lucent.com>
47685
47686         * lib/obstack.c: Update from libc.
47687
47688 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
47689
47690         * regex.c (regex_compile): Change the way of handling a range from
47691         a char less than 256 to a char not less than 256.
47692
47693 2000-10-24  Andrew Innes  <andrewi@gnu.org>
47694
47695         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
47696         NT-Emacs only.
47697         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
47698         so that re_search functions only quit when callers expect them to.
47699
47700 2000-10-23  Jim Meyering  <meyering@lucent.com>
47701
47702         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
47703         wrong.  That set_locale call must not have any side effects.
47704         From Paul Eggert.
47705
47706 2000-10-22  Jim Meyering  <meyering@lucent.com>
47707
47708         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
47709         [CYCLIC]: Remove now-unused definition.
47710
47711         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
47712         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
47713         Suggestion from Ulrich Drepper.
47714
47715 2000-10-21  Jim Meyering  <meyering@lucent.com>
47716
47717         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
47718         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
47719         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
47720
47721 2000-10-21  Jim Meyering  <meyering@lucent.com>
47722
47723         * lib/dirname.c (memrchr): Declare if necessary.
47724         (dir_name): Remove the restriction that there be no
47725         trailing slashes.  Now, this code skips past them, effectively
47726         ignoring them.
47727         [TEST_DIRNAME] (main): New unit tests.
47728
47729         * lib/memrchr.c: New file from GNU libc.
47730         Undef __memrchr, too.
47731         [!weak_alias]: Define __memrchr to memrchr.
47732         Guard weak_alias use with `#ifdef weak_alias'.
47733
47734 2000-10-21  Jim Meyering  <meyering@lucent.com>
47735
47736         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
47737         (dir_name): Use dir_name_r.
47738         * lib/dirname.h (dir_name_r): Declare it.
47739
47740 2000-10-17  Jim Meyering  <meyering@lucent.com>
47741
47742         * lib/quote.h (PARAMS): Define and use.
47743         Reported by Akim Demaille.
47744
47745         * lib/getopt.c: Update from libc.
47746
47747 2000-10-16  Jim Meyering  <meyering@lucent.com>
47748
47749         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
47750         setlocale.
47751         From Jan Fedak.
47752
47753 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
47754
47755         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
47756
47757 2000-09-25  Jim Meyering  <meyering@lucent.com>
47758
47759         * lib/md5.h (rol): Define (from GnuPG).
47760
47761         * lib/sha.c: Give credit (GnuPG) where due.
47762         (M): Use rol rather than open-coding it.
47763         Add a FIXME comment.
47764
47765 2000-09-21  Jim Meyering  <meyering@lucent.com>
47766
47767         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
47768         Reported by Michael Stone.
47769
47770 2000-09-20  Jim Meyering  <meyering@lucent.com>
47771
47772         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
47773         (noinst_HEADERS): Add sha.h.
47774         Based on code from Scott G. Miller and from GnuPG.
47775
47776 2000-09-18  Jim Meyering  <meyering@lucent.com>
47777
47778         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
47779         LIBS. Otherwise, everyone ends up linking with -lelf for some
47780         configurations.
47781         Reported by Mike Stone.
47782
47783 2000-09-15  Jim Meyering  <meyering@lucent.com>
47784
47785         * lib/regex.c: Update from libc.
47786
47787 2000-09-10  Jim Meyering  <meyering@lucent.com>
47788
47789         * lib/getopt.c (_getopt_internal): Update from glibc.
47790
47791 2000-09-09  Jim Meyering  <meyering@lucent.com>
47792
47793         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
47794         think it should be used as a general replacement for isascii.
47795         * lib/fnmatch.c: Likewise.
47796         * lib/mbswidth.c: Likewise
47797         * lib/regex.c: Likewise.
47798
47799         Don't use atoi.
47800         * lib/userspec.c: Include sys/param.h and limits.h.
47801         Include xstrtol.h.
47802         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
47803         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
47804         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
47805         UID, GID.  Check range.
47806
47807 2000-09-06  Jim Meyering  <meyering@lucent.com>
47808
47809         * lib/getopt.c (_getopt_internal): Update from glibc.
47810
47811 2000-08-30  Jim Meyering  <meyering@lucent.com>
47812
47813         * lib/strftime.c: Merge in changes from GNU libc.
47814
47815 2000-08-26  Jim Meyering  <meyering@lucent.com>
47816
47817         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
47818         * m4/fpending.m4: New file.
47819
47820 2000-08-26  Jim Meyering  <meyering@lucent.com>
47821
47822         * lib/closeout.c: Include "__fpending.h".
47823         (close_stdout_status): Return right away if there's nothing to flush.
47824
47825         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
47826         * lib/__fpending.c: New file.
47827         * lib/__fpending.h: New file.
47828
47829 2000-08-20  Jim Meyering  <meyering@lucent.com>
47830
47831         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
47832         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
47833         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
47834
47835 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
47836
47837         Improve fileutils installation on systems where running
47838         programs (like install) can't be unlinked.
47839         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
47840         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
47841
47842 2000-08-07  Paul Eggert  <eggert@twinsun.com>
47843
47844         Standardize on "memory exhausted" instead of "Memory exhausted"
47845         or "virtual memory exhausted".
47846         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
47847         "virtual memory exhausted".
47848         * lib/same.c (same_name): Invoke xalloc_die instead of printing
47849         our own message.
47850         * lib/userspec.c (parse_user_spec): Likewise.
47851         * lib/bumpalloc.h: comment fix
47852         * lib/same.c, userspec.c: Include xalloc.h.
47853
47854         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
47855         not char *const and pointing to a constant array.
47856         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
47857         (xrealloc): Comment fix.
47858
47859         * lib/userspec.c (parse_user_spec):
47860         Don't translate a message until just before returning,
47861         to avoid unnecessary translation.
47862
47863 2000-08-07  Jim Meyering  <meyering@lucent.com>
47864
47865         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
47866         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
47867         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
47868         getgroups.c, gethostname.c, getopt.h, group-member.c,
47869         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
47870         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
47871         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
47872         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
47873         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
47874         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
47875         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
47876         yesno.c: Back out Copyright date changes for each file with no change
47877         this year.  This eases coordination with other programs using the same
47878         source code modules.  From Paul Eggert.
47879
47880 2000-08-06  Paul Eggert  <eggert@twinsun.com>
47881
47882         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
47883         not char, for compatibility with glibc 2.1.3 strftime.c.
47884
47885 2000-08-03  Greg McGary  <greg@mcgary.org>
47886
47887         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
47888         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
47889         (EXTEND_BUFFER): Use them.
47890
47891 2000-08-01  Jim Meyering  <meyering@lucent.com>
47892
47893         * lib/dirname.c (ISSLASH): Define.
47894         (BACKSLASH_IS_PATH_SEPARATOR): Define.
47895         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
47896         both `\' and `/' may be use as path separators.
47897         Based on a patch from Prashant TR.
47898
47899 2000-07-31  Paul Eggert  <eggert@twinsun.com>
47900
47901         * lib/quotearg.c (quotearg_n_options): Don't make the initial
47902         slot vector a constant, since it might get modified.
47903
47904 2000-07-31  Jim Meyering  <meyering@lucent.com>
47905
47906         * lib/xmalloc.c: Use `virtual memory exhausted', not
47907         `Memory exhausted'.
47908         * lib/obstack.c (print_and_abort): Likewise.
47909
47910 2000-07-30  Paul Eggert  <eggert@twinsun.com>
47911
47912         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
47913         buffer, so that the caller can always quote one small
47914         component of a "memory exhausted" message in slot 0.
47915         From a suggestion by Jim Meyering.
47916
47917 2000-07-30  Jim Meyering  <meyering@lucent.com>
47918
47919         * lib/makepath.c (make_path): Quote the other instance, too.
47920
47921         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
47922         (STATIC_BUF_SIZE): Define.
47923         (quotearg_n_options): Use only statically allocated storage when
47924         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
47925         than STATIC_BUF_SIZE.
47926
47927 2000-07-29  Jim Meyering  <meyering@lucent.com>
47928
47929         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
47930         * lib/dirname.c (dir_name): Likewise.
47931
47932         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
47933         `/'.
47934
47935         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
47936         (dir_name): Assert that there are no trailing slashes.
47937
47938 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
47939
47940         * lib/mbswidth.h (mbswidth): Add a flags argument.
47941         (mbswidth): New declaration.
47942         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
47943         * lib/mbswidth.c (mbswidth): Add a flags argument.
47944         (mbsnwidth): New function.
47945
47946 2000-07-24  Jim Meyering  <meyering@lucent.com>
47947
47948         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
47949
47950 2000-07-23  Paul Eggert  <eggert@twinsun.com>
47951
47952         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
47953
47954 2000-07-23  Paul Eggert  <eggert@twinsun.com>
47955
47956         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
47957         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
47958         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
47959         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
47960         invoke multibyte primitives.
47961
47962 2000-07-23  Paul Eggert  <eggert@twinsun.com>
47963
47964         * lib/quotearg.c:
47965         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
47966         so that mbstate_t is always defined.
47967
47968         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
47969         be 1 in at least one GCC installation, and this configuration
47970         error is likely to be common.  Ignoring MB_LEN_MAX hurts
47971         performance on hosts that have mbrtowc but have only unibyte
47972         locales, but I assume these hosts are rare.
47973
47974 2000-07-23  Paul Eggert  <eggert@twinsun.com>
47975
47976         * lib/mbswidth.c (_XOPEN_SOURCE):
47977         Don't define; this causes problems on Solaris 7.
47978         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
47979
47980 2000-07-23  Jim Meyering  <meyering@lucent.com>
47981
47982         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
47983         too: getgrgid, getpwuid, getuid.
47984
47985 2000-07-23  Jim Meyering  <meyering@lucent.com>
47986
47987         * lib/basename.c (base_name): Add an assertion.
47988
47989 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
47990
47991         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
47992         shadow its mbsinit function.
47993
47994 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
47995
47996         * lib/mbswidth.h: New file.
47997         * lib/mbswidth.c: New file.
47998         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
47999         (noinst_HEADERS): Add mbswidth.h.
48000
48001 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
48002
48003         * lib/config.charset: Add support for FreeBSD. Improve support for
48004         HP-UX and IRIX 6.
48005
48006 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
48007
48008         * m4/mbswidth.m4: New file.
48009         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
48010
48011 2000-07-15  Jim Meyering  <meyering@lucent.com>
48012
48013         * lib/makepath.c: Include quote.h.
48014         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
48015         corresponding argument in a `quote (...)' call.
48016         Give better diagnostics.
48017
48018         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
48019         (noinst_HEADERS): Add quote.h.
48020
48021         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
48022         from tar's src/misc.c.
48023         * lib/quote.h: New file.  Prototypes for same.
48024
48025 2000-07-14  Paul Eggert  <eggert@twinsun.com>
48026
48027         From a suggestion by Bruno Haible.
48028         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
48029         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
48030         to decide whether to define the BeOS workaround macro;
48031         this adjusts to the change to AC_MBSTATE_T.
48032
48033 2000-07-14  Jim Meyering  <meyering@lucent.com>
48034
48035         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
48036         jm_AC_TYPE_UINTMAX_T.
48037
48038 2000-07-13  Paul Eggert  <eggert@twinsun.com>
48039
48040         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
48041
48042         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
48043         quotearg_buffer_restyled): Add support for
48044         clocale_quoting_style.  Undo previous change to
48045         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
48046         and "{RIGHT QUOTATION MARK}" msgids.
48047
48048 2000-07-10  Paul Eggert  <eggert@twinsun.com>
48049
48050         From a suggestion by Bruno Haible.
48051         * m4/mbstate_t.m4 (AC_MBSTATE_T):
48052         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
48053         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
48054         and mbstate_t, to a single-part test that simply defines mbstate_t.
48055         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
48056         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
48057
48058 2000-07-10  Jim Meyering  <meyering@lucent.com>
48059
48060         * m4/strerror_r.m4: Mirror the correction made in autoconf.
48061
48062         * m4/gnu-source.m4: Output to confdefs.h directly.
48063         Suggestion from Akim Demaille.
48064
48065 2000-07-09  Paul Eggert  <eggert@twinsun.com>
48066
48067         The old behavior of quoting `like this' doesn't look good with
48068         newer, ISO-style fonts.  See:
48069         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
48070
48071         Instead, quote "like this" by default.  Let the translator
48072         tailor the locale-specific quoting behavior by providing
48073         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
48074
48075         * lib/quotearg.c (N_): New macro.
48076         (gettext_default): New function.
48077         (quotearg_buffer_restyled): Use
48078         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
48079         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
48080
48081 2000-07-09  Jim Meyering  <meyering@lucent.com>
48082
48083         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
48084         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
48085
48086         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
48087         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
48088
48089 2000-07-09  Jim Meyering  <meyering@lucent.com>
48090
48091         * lib/Most files: Update copyright dates to include 2000.
48092
48093 2000-07-08  Jim Meyering  <meyering@lucent.com>
48094
48095         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
48096         if not defined.
48097         (xgethostname): Remove now-unnecessary #ifdef.
48098         Move declaration of `err' into loop where it's used.
48099
48100 2000-07-05  Paul Eggert  <eggert@twinsun.com>
48101         and Bruno Haible  <haible@clisp.cons.org>
48102
48103         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
48104         only if the test for an object-type mbstate_t fails.  This
48105         prevents us from mistakenly reporting that mbstate_t is a
48106         system object type after we "#define mbstate_t int" to work
48107         around its lack.
48108
48109 2000-07-05  Paul Eggert  <eggert@twinsun.com>
48110         and Bruno Haible  <haible@clisp.cons.org>
48111
48112         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
48113
48114 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48115
48116         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
48117         to strerror_r.
48118         Include <ctype.h> for use of isalpha.
48119
48120 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48121
48122         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
48123         by allocating a larger buffer. Test the gethostname return value for
48124         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
48125         returns an error and ENAMETOOLONG isn't defined.
48126
48127 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48128
48129         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
48130         dimension.
48131
48132 2000-07-04  Jim Meyering  <meyering@lucent.com>
48133
48134         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
48135         of the deprecated AC_CHECKING.
48136
48137 2000-07-04  Jim Meyering  <meyering@lucent.com>
48138
48139         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
48140         Reported by Bruno Haible.
48141
48142 2000-07-04  Jim Meyering  <meyering@lucent.com>
48143
48144         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
48145         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
48146         lacks mbrtowc.
48147
48148 2000-07-03  Paul Eggert  <eggert@twinsun.com>
48149
48150         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
48151         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
48152
48153 2000-07-03  Paul Eggert  <eggert@twinsun.com>
48154         and Bruno Haible  <haible@clisp.cons.org>
48155
48156         * lib/quotearg.c (mbrtowc):
48157         Assign to *pwc, and return 1 only if result is nonzero.
48158         (iswprint): Use ISPRINT when substituting our own mbrtowc.
48159
48160 2000-07-03  Jim Meyering  <meyering@lucent.com>
48161
48162         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
48163
48164 2000-07-03  Jim Meyering  <meyering@lucent.com>
48165
48166         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
48167         This is necessary to get a definition of e.g., UTMP_FILE on
48168         HP-UX 10.20.
48169         From Bob Proulx.
48170
48171 2000-07-02  Jim Meyering  <meyering@lucent.com>
48172
48173         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
48174
48175         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
48176         AC_LIBOBJ(function_name).
48177         * m4/chown.m4: Likewise.
48178         * m4/fnmatch.m4: Likewise.
48179         * m4/ftruncate.m4: Likewise.
48180         * m4/getgroups.m4: Likewise.
48181         * m4/getline.m4: Likewise.
48182         * m4/group-member.m4: Likewise.
48183         * m4/jm-macros.m4: Likewise.
48184         * m4/lstat.m4: Likewise.
48185         * m4/malloc.m4: Likewise.
48186         * m4/memcmp.m4: Likewise.
48187         * m4/nanosleep.m4: Likewise.
48188         * m4/putenv.m4: Likewise.
48189         * m4/realloc.m4: Likewise.
48190         * m4/regex.m4: Likewise.
48191         * m4/stat.m4: Likewise.
48192         * m4/strftime.m4: Likewise.
48193
48194 2000-07-02  Jim Meyering  <meyering@lucent.com>
48195
48196         * lib/quotearg.c (mbstate_t): Don't define here.
48197
48198 2000-07-02  Jim Meyering  <meyering@lucent.com>
48199
48200         * lib/nanosleep.c (SIGCONT): Define if not already defined.
48201
48202 2000-07-01  Jim Meyering  <meyering@lucent.com>
48203
48204         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
48205
48206 2000-07-01  Jim Meyering  <meyering@lucent.com>
48207
48208         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
48209         problem.
48210
48211 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
48212
48213         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
48214         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
48215
48216 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
48217
48218         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
48219         per change in ../m4/ls-mntd-fs.m4.
48220         (read_filesystem_list): Ignore symbolic links.
48221
48222 2000-06-29  Jim Meyering  <meyering@lucent.com>
48223
48224         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
48225         for declaration of strcmp.
48226
48227         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
48228
48229         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
48230         Avoid warning by casting result to `char *' to remove `const'.
48231
48232 2000-06-28  Jim Meyering  <meyering@lucent.com>
48233
48234         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
48235         included by quotearg.c, for which we perform this test.  From
48236         Bruno Haible.
48237
48238 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
48239
48240         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
48241         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
48242         <utmpx.h> exists, put readutmp.o into LIBOBJS.
48243
48244 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
48245
48246         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
48247
48248 2000-06-26  Paul Eggert  <eggert@twinsun.com>
48249
48250         savedir now sets errno on failure and invokes xmalloc to get memory.
48251         Fix a couple of other minor bugs while we're at it.
48252
48253         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
48254         (NAMLEN): Remove macro.
48255         (malloc, realloc): Remove decls.
48256         (stpcpy): Likewise.
48257         ("xalloc.h"): Include.
48258         (NAME_SIZE_DEFAULT): New macro.
48259         (savedir): Use xmalloc / xrealloc to allocate memory.
48260         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
48261         Skip "" directory entries.
48262         Use strlen to calculate directory entry length, since the old method
48263         is rarely used these days and isn't worth supporting.
48264         Don't use a pointer after freeing it.
48265         Check for integer overflow when calculating allocation size.
48266         Use memcpy to copy entries, instead of stpcpy.
48267         Set errno properly when returning NULL.
48268         Check for readdir error.
48269
48270 2000-06-26  Jim Meyering  <meyering@lucent.com>
48271
48272         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
48273
48274 2000-06-25  Jim Meyering  <meyering@lucent.com>
48275
48276         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
48277         Linux header bug when _XOPEN_SOURCE is defined to 500.
48278
48279 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
48280
48281         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
48282         deficiency.
48283
48284 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
48285
48286         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
48287         Include xalloc.h.
48288         Don't include <stdlib.h>.  Don't declare malloc, realloc.
48289
48290 2000-06-24  Jim Meyering  <meyering@lucent.com>
48291
48292         * m4/strerror_r.m4: Revive this file -- to try out an experimental
48293         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
48294         for which strerror does return char*, but which lacks a conveniently
48295         accessible declaration of the function.  If the compile-test says
48296         strerror_r doesn't work, then resort to a `run'-test that works on
48297         BeOS and segfaults on DEC Unix.
48298
48299 2000-06-24  Jim Meyering  <meyering@lucent.com>
48300
48301         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
48302
48303 2000-06-23  Paul Eggert  <eggert@twinsun.com>
48304
48305         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
48306         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
48307
48308 2000-06-23  Paul Eggert  <eggert@twinsun.com>
48309
48310         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
48311         (mbrtowc, mbstate_t): Define substitutes if
48312         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
48313         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
48314         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
48315
48316 2000-06-23  Jim Meyering  <meyering@lucent.com>
48317
48318         * m4/afs.m4: Add missing AC_MSG_RESULT.
48319         Reported by Bruno Haible.
48320
48321         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
48322         Suggestion from Bruno Haible.
48323
48324 2000-06-23  Jim Meyering  <meyering@lucent.com>
48325
48326         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
48327
48328 2000-06-21  Jim Meyering  <meyering@lucent.com>
48329
48330         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
48331
48332 2000-06-21  Jim Meyering  <meyering@lucent.com>
48333
48334         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
48335         (noinst_HEADERS): Add getstr.h.
48336
48337         * lib/getline.c (getstr): Move into a separate file.
48338         * lib/getstr.c (getstr): New file, extracted from getline.c, with
48339         the following changes: new parameter, delim2; both delim[12]
48340         parameters have type `int', not `char'.  The latter would lose
48341         with 8-bit delimiters.
48342         * lib/getstr.h: New file.
48343
48344 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48345
48346         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
48347         than 1024, return a memory chunk of least possible size, instead
48348         of size PATH_MAX + 2. In the loop, increment the size proportionally.
48349         Use free/xmalloc instead of xrealloc to avoid copying for very long
48350         paths.
48351
48352 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48353
48354         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
48355         the empty string.
48356
48357 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48358
48359         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
48360         address, not strdup.  Include <stdlib.h> and don't declare free().
48361
48362 2000-06-19  Jim Meyering  <meyering@lucent.com>
48363
48364         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
48365
48366 2000-06-18  Jim Meyering  <meyering@lucent.com>
48367
48368         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
48369
48370         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
48371         `checking whether...' message to be consistent with that of the
48372         lstat test.
48373
48374 2000-06-18  Jim Meyering  <meyering@lucent.com>
48375
48376         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
48377         Besides, these days every porting target provides a mkdir function.
48378
48379         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
48380         needed. (this snippet comes from src/system.h).
48381
48382 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
48383
48384         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
48385
48386 2000-06-15  Paul Eggert  <eggert@twinsun.com>
48387
48388         * lib/human.c (adjust_value): New function.
48389         (human_readable_inexact): Apply rounding style even when
48390         printing approximate values.
48391
48392 2000-06-14  Paul Eggert  <eggert@twinsun.com>
48393
48394         * lib/human.c (human_readable_inexact): Allow an input block
48395         size that is not a multiple of the output block size, and vice versa.
48396         Reported by Piergiorgio Sartor.
48397
48398 2000-06-14  Paul Eggert  <eggert@twinsun.com>
48399
48400         * lib/getdate.y (get_date): Apply relative times after time
48401         zone indicator, not before.  Reported by Todd A. Jacobs.
48402
48403 2000-06-13  Jim Meyering  <meyering@lucent.com>
48404
48405         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
48406
48407         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
48408
48409 2000-06-12  Paul Eggert  <eggert@twinsun.com>
48410
48411         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
48412
48413 2000-06-12  Jim Meyering  <meyering@lucent.com>
48414
48415         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
48416         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
48417         optional argument.
48418         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
48419         the optional argument, `lib'.
48420
48421 2000-06-08  Jim Meyering  <meyering@lucent.com>
48422
48423         * m4/largefile.m4: Remove file (now that it's part of autoconf).
48424
48425 2000-06-04  Paul Eggert  <eggert@twinsun.com>
48426
48427         Rewrite largefile configuration so that we don't need to run
48428         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
48429         AC_CANONICAL_HOST in configure.in -- jmm]
48430
48431         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
48432         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
48433         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
48434         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
48435         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
48436         All uses changed.
48437         Instead of inspecting the output of getconf, try to compile the
48438         test program without and with the macro definition.
48439         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
48440         for getconf.  Instead, check for the needed flags by compiling
48441         test programs.
48442
48443 2000-06-04  Paul Eggert  <eggert@twinsun.com>
48444
48445         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
48446
48447 2000-06-04  Jim Meyering  <meyering@lucent.com>
48448
48449         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
48450         SunOS 4.1.4 for which gid_t is an unsigned type.
48451
48452 2000-06-03  Jim Meyering  <meyering@lucent.com>
48453
48454         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
48455         now that autoconf requires that.
48456
48457         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
48458         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
48459         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
48460
48461 2000-06-03  Jim Meyering  <meyering@lucent.com>
48462
48463         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
48464
48465 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
48466
48467         * m4/glibc21.m4: New file.
48468         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
48469
48470 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
48471
48472         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
48473         newer, don't install charset.alias.
48474         * lib/config.charset: Change the Linux/glibc rules so they become empty
48475         on glibc-2.1 or newer.
48476
48477 2000-06-02  Jim Meyering  <meyering@lucent.com>
48478
48479         * lib/mountlist.c: Back out last change.  Instead, do this...
48480         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
48481         me_dummy member using the same `ignore'-testing code.
48482         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
48483         fs_type strings.
48484         From Mark D. Roth.
48485
48486 2000-05-29  Jim Meyering  <meyering@lucent.com>
48487
48488         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
48489         mounts with the `ignore' attribute.  Based on a patch from
48490         Mark D. Roth.
48491
48492 2000-05-28  Jim Meyering  <meyering@lucent.com>
48493
48494         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
48495         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48496         * m4/stat.m4: Likewise.
48497         * m4/lstat.m4: Likewise.
48498         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
48499
48500         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
48501         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
48502
48503 2000-05-26  Jim Meyering  <meyering@lucent.com>
48504
48505         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
48506
48507 2000-05-24  Jim Meyering  <meyering@lucent.com>
48508
48509         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
48510         autoconf requires that.
48511         * m4/lib-check.m4: Likewise.
48512         * m4/jm-macros.m4: Likewise.
48513         * m4/strftime.m4: Likewise.
48514
48515         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
48516         AC_CHECK_DECLS, now that autoconf requires that.
48517
48518 2000-05-22  Jim Meyering  <meyering@lucent.com>
48519
48520         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48521         * m4/lstat.m4: Likewise.
48522
48523 2000-05-22  Jim Meyering  <meyering@lucent.com>
48524
48525         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
48526
48527 2000-05-20  Jim Meyering  <meyering@lucent.com>
48528
48529         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
48530         (jm_PREREQ): Use it.
48531
48532 2000-05-18  Jim Meyering  <meyering@lucent.com>
48533
48534         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
48535         back, too, since it may have been modified by allocate_entry.
48536         (hash_delete): Rewrite to use neither the assignment operator
48537         nor the comma operator in an if-expression.
48538
48539 2000-05-15  Paul Eggert  <eggert@twinsun.com>
48540
48541         * lib/closeout.c:
48542         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
48543         Remove; no longer needed.
48544         "quotearg.h": Add include.
48545         (file_name): Do not bother to explicitly initialize to NULL; it's less
48546         efficient on some hosts.
48547         (close_stdout_status): Remove test as to whether stdout was already
48548         closed; it breaks for the case "echo x | sort >&-".
48549         Quote file name colons.
48550         Do not assume that _("write error") lacks format strings.
48551
48552 2000-05-15  Jim Meyering  <meyering@lucent.com>
48553
48554         * lib/version-etc.c (version_etc_copyright): Update the copyright
48555         string used in all --version output.
48556
48557 2000-05-14  Jim Meyering  <meyering@lucent.com>
48558
48559         * lib/closeout.c (close_stdout_set_file_name): New function.
48560         (close_stdout_status): Use new file-scoped global.
48561         Return right away if fstat says the stdout file descriptor is invalid.
48562         * lib/closeout.h (close_stdout_set_file_name): Declare.
48563
48564 2000-05-10  Jim Meyering  <meyering@lucent.com>
48565
48566         * lib/closeout.c [default_exit_status]: New file-scoped variable.
48567         (close_stdout_set_status): New function.
48568         * lib/closeout.h (close_stdout_set_status): Declare.
48569
48570 2000-05-09  Jim Meyering  <meyering@lucent.com>
48571
48572         * m4/gettext.m4: Rename this...
48573         * m4/libintl.m4: ...to this.
48574
48575 2000-05-08  Jim Meyering  <meyering@lucent.com>
48576
48577         * lib/long-options.c: Don't include closeout.h.
48578         (parse_long_options): Don't call close_stdout for --version.
48579
48580 2000-05-06  Paul Eggert  <eggert@twinsun.com>
48581
48582         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
48583         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
48584         2.1.3 bug.  This avoids a clash when files like regex.c define
48585         _GNU_SOURCE.
48586
48587 2000-05-06  Jim Meyering  <meyering@lucent.com>
48588
48589         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
48590         (AC_REPLACE_FUNCS): Add strnlen.
48591
48592         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
48593         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
48594
48595         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
48596         AC_SEARCH_LIBS call for nanosleep.
48597         (LIB_NANOSLEEP): Set and AC_SUBST.
48598
48599 2000-05-06  Jim Meyering  <meyering@lucent.com>
48600
48601         * lib/strnlen.c: Undefine __strnlen and strnlen.
48602         [!weak_alias]: Define __strnlen to strnlen.
48603
48604         * lib/atexit.c: New file, from libiberty.
48605
48606 2000-05-06  Jim Meyering  <meyering@lucent.com>
48607
48608         * lib/closeout.c (close_stdout_status): Also check for errors on the
48609         stderr stream.
48610
48611 2000-05-05  Jim Meyering  <meyering@lucent.com>
48612
48613         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
48614         AC_SEARCH_LIBS call for clock_gettime.
48615         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
48616
48617         * m4/search-libs.m4: Update from autoconf.
48618
48619         su doesn't work on Solaris 2.6.
48620         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
48621         <shadow.h>.  Reported by Dragos Harabor.
48622
48623 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
48624
48625         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
48626         memcpy instead of xmalloc, xrealloc, path_concat.
48627         (locale_charset): Treat empty environment variables as absent.
48628         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
48629
48630 2000-05-04  Jim Meyering  <meyering@lucent.com>
48631
48632         * lib/getopt.c: Update from glibc.
48633         * lib/obstack.c: Likewise.
48634         * lib/obstack.h: Likewise.
48635         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
48636         file
48637
48638         * lib/regex.h: Likewise.
48639         * lib/strndup.c: Likewise.
48640         * lib/strnlen.c: New file, from glibc.
48641
48642 2000-05-03  Jim Meyering  <meyering@lucent.com>
48643
48644         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
48645
48646 2000-05-02  Paul Eggert  <eggert@twinsun.com>
48647
48648         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
48649         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
48650         compile-time test, rather than inspecting host and OS, to
48651         decide whether to define _LARGEFILE_SOURCE.
48652
48653 2000-05-01  Jim Meyering  <meyering@lucent.com>
48654
48655         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
48656
48657         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
48658         Based on a patch from Bruno Haible.
48659
48660 2000-05-01  Jim Meyering  <meyering@lucent.com>
48661
48662         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
48663
48664 2000-04-29  Jim Meyering  <meyering@lucent.com>
48665
48666         * lib/path-concat.c: Declare strdup only if it's not defined.
48667         * lib/canon-host.c: Likewise.
48668
48669 2000-04-28  Jim Meyering  <meyering@lucent.com>
48670
48671         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
48672         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
48673         is included first, then limits.h is included by locale.h by libintl.h.
48674         From John David Anglin.
48675
48676 2000-04-25  Jim Meyering  <meyering@lucent.com>
48677
48678         * lib/makepath.c (S_IRWXUGO): Define.
48679         (make_path): Always perform explicit chmod if MODE specifies any
48680         of the `special' permission bits.  Prompted by a bug report against
48681         install from Mate Wierdl and Joost van Baal.
48682
48683 2000-04-18  Jim Meyering  <meyering@lucent.com>
48684
48685         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
48686         (jm_PREREQ): Use it.
48687
48688 2000-04-18  Jim Meyering  <meyering@lucent.com>
48689
48690         * lib/README: New file.
48691
48692         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
48693         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
48694
48695 2000-04-17  Jim Meyering  <meyering@lucent.com>
48696
48697         Get it right :-)
48698         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
48699         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
48700         Suggestion from Akim Demaille.
48701
48702 2000-04-17  Jim Meyering  <meyering@lucent.com>
48703
48704         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
48705         the definition of it to rpl_strftime also defined-away the system's
48706         declaration.
48707
48708 2000-04-15  Jim Meyering  <meyering@lucent.com>
48709
48710         Use `C' to denote so-called `contiguous' files, the same way
48711         that tar does.
48712         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
48713         (ftypelet): Use S_ISCTG.
48714         From Michael Deutschmann.
48715
48716 2000-04-14  Jim Meyering  <meyering@lucent.com>
48717
48718         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
48719         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
48720         clobbered.
48721
48722 2000-04-14  Jim Meyering  <meyering@lucent.com>
48723
48724         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
48725
48726 2000-04-13  Jim Meyering  <meyering@lucent.com>
48727
48728         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
48729         AH_VERBATIM to insert required #ifndef into config.h.in.
48730         Suggestion from Akim Demaille.
48731
48732 2000-04-12  Jim Meyering  <meyering@lucent.com>
48733
48734         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
48735         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
48736         Christian Krackowizer.
48737
48738         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
48739         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
48740         (AC_SYS_LARGEFILE): Require.
48741         (AM_C_PROTOTYPES): Require.
48742
48743 2000-04-08  Jim Meyering  <meyering@lucent.com>
48744
48745         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
48746         names don't conflict.  Reported by Eli Zaretskii.
48747
48748 2000-04-07  Jim Meyering  <meyering@lucent.com>
48749
48750         * lib/putenv.c: Move inclusion of errno.h so it follows that of
48751         sys/types.h, to work around system header problems on AIX 3.2.5.
48752         From Bruno Haible.
48753
48754 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
48755
48756         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
48757         bug.  Deal with the different error behavior of Irix iconv.
48758
48759 2000-04-05  Paul Eggert  <eggert@twinsun.com>
48760
48761         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
48762         IRIX if the installer said otherwise.
48763
48764 2000-04-05  Jim Meyering  <meyering@lucent.com>
48765
48766         Portability tweaks required for ultrix4.3.
48767         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
48768         (jm_CHECK_DECLS): Add getutent to the list of functions.
48769         (_jm_DECL_HEADERS): Add utmpx.h.
48770         From John David Anglin.
48771
48772         * m4/strftime.m4: Back out the 2000-04-02 change.
48773         Instead of that change, simply undefine putenv in the test program.
48774
48775 2000-04-05  Jim Meyering  <meyering@lucent.com>
48776
48777         Portability tweaks required for ultrix4.3.
48778         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
48779         getutent.
48780         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
48781         * lib/canon-host.c: Declare strdup.
48782         * lib/path-concat.c: Likewise.
48783         From John David Anglin.
48784
48785 2000-04-04  Jim Meyering  <meyering@lucent.com>
48786
48787         Be more DOS 8.3-friendly.
48788         * lib/ref-add.sin: Renamed from ref-add.sed.in.
48789         * lib/ref-del.sin: Renamed from ref-del.sed.in.
48790         * lib/Makefile.am: Reflect renaming.
48791         Reported by Eli Zaretskii.
48792
48793         Use a temporary file name that won't clash with `charset.alias'
48794         in the DOS 8.3 name space.
48795         * lib/Makefile.am (charset_tmp): Define.
48796         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
48797         (uninstall-local): Likewise.
48798         Reported by Eli Zaretskii.
48799
48800 2000-04-03  Jim Meyering  <meyering@lucent.com>
48801
48802         * m4/gettext.m4: Fix typo in comment.
48803
48804         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
48805         textutils/configure.in).  Suggestion from Paul Eggert.
48806         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
48807
48808 2000-04-02  Paul Eggert  <eggert@twinsun.com>
48809
48810         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
48811         variable in the shell rather than using putenv, which isn't
48812         portable.  This avoids the configure-time inter-test dependency
48813         on the potentially-renamed putenv function.
48814
48815 2000-03-30  Paul Eggert  <eggert@twinsun.com>
48816
48817         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
48818         before checking struct stat.st_blksize, so that
48819         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
48820
48821 2000-03-29  Paul Eggert  <eggert@twinsun.com>
48822
48823         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
48824         since strftime.c uses HAVE_STRFTIME to decide whether to use
48825         the underlying strftime.
48826
48827 2000-03-29  Paul Eggert  <eggert@twinsun.com>
48828
48829         * lib/time/strftime.c (my_strftime): Make sure we call the system
48830         strftime, not ourselves, when invoking the underlying strftime.
48831
48832 2000-03-24  Jim Meyering  <meyering@lucent.com>
48833
48834         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
48835         (charset_alias): Define.
48836         (install-exec-local): Factor out common code.
48837         (uninstall-local): Split lines longer than 80.
48838         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
48839         (SUFFIXES): Define.
48840         (.sed.in.sed): New rule.  Don't redirect directly to $@.
48841         (CLEANFILES): Add ref-add.sed and ref-del.sed.
48842
48843 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
48844
48845         * lib/config.charset: Output a line containing "Packages using this
48846         file".
48847         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
48848         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
48849         ref-del.sed): New rules.
48850
48851 2000-03-17  Jim Meyering  <meyering@lucent.com>
48852
48853         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
48854         Otherwise, include <strings.h>
48855
48856 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
48857
48858         * lib/unicodeio.c (utf8_wctomb): New function.
48859         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
48860         format instead of in UCS-4 with platform dependent endianness.
48861
48862 2000-03-10  Jim Meyering  <meyering@lucent.com>
48863
48864         * m4/lib-check.m4: Look for getspnam in -lgen, too.
48865         From Marco Franzen.
48866
48867 2000-03-07  Paul Eggert  <eggert@twinsun.com>
48868
48869         * lib/savedir.c (savedir): Work even if directory size is
48870         negative; this can happen with some screwy NFS configurations.
48871
48872 2000-03-06  Jim Meyering  <meyering@lucent.com>
48873
48874         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
48875         if it's NULL (because we ran out of memory).  From Bruno Haible.
48876
48877 2000-03-05  Jim Meyering  <meyering@lucent.com>
48878
48879         * lib/localcharset.c ("path-concat.h"): Include.
48880         (get_charset_aliases): Use path_concat instead of ANSI string
48881         concatenation.
48882
48883         * lib/unicodeio.h (PARAMS): Define.
48884         Use it to guard prototype.
48885
48886 2000-03-04  Jim Meyering  <meyering@lucent.com>
48887
48888         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
48889         for lib/localcharset.c.
48890
48891 2000-03-04  Jim Meyering  <meyering@lucent.com>
48892
48893         * lib/Makefile.am (install-exec-local): Create $(libdir) before
48894         installing into it.
48895         (uninstall-local): Uncomment this rule so `make distcheck' works
48896         once again.
48897
48898         * lib/unicodeio.c (<errno.h>): Include it.
48899         (errno): Declare if not defined.
48900
48901         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
48902
48903         * lib/config.charset: New version, incorporating remarks from a linux
48904         i18n mailing list.  From Bruno Haible.
48905
48906 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
48907
48908         * m4/codeset.m4: New file.
48909         * m4/iconv.m4: New file.
48910         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
48911
48912 2000-03-03  Jim Meyering  <meyering@lucent.com>
48913
48914         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
48915
48916 2000-03-02  Jim Meyering  <meyering@lucent.com>
48917
48918         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
48919         the messages come out on separate lines.
48920
48921         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
48922         rather than jm_CHECK_DECLARATIONS.
48923         * m4/decl.m4: Remove now-unused file.
48924
48925         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
48926         geteuid.
48927
48928 2000-03-02  Jim Meyering  <meyering@lucent.com>
48929
48930         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
48931
48932 2000-03-01  Jim Meyering  <meyering@lucent.com>
48933
48934         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
48935         * lib/unicodeio.c: Likewise.
48936
48937 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
48938
48939         * lib/config.charset: New file.
48940         * lib/localcharset.c: New file.
48941         * lib/unicodeio.h, lib/unicodeio.c: New files.
48942         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
48943         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
48944         (noinst_HEADERS): Add unicodeio.h.
48945         (all-local, install-exec-local, charset.alias): New targets.
48946
48947 2000-02-28  Paul Eggert  <eggert@twinsun.com>
48948
48949         * lib/quotearg.c (ALERT_CHAR): New macro.
48950         (quotearg_buffer_restyled): Use it.
48951
48952 2000-02-27  Jim Meyering  <meyering@lucent.com>
48953
48954         * m4/check-decl.m4: Add getenv to the list.
48955
48956 2000-02-27  Jim Meyering  <meyering@lucent.com>
48957
48958         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
48959         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
48960
48961         * lib/backupfile.c: Guard inclusion of stdlib.h with
48962         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
48963         Declare malloc if needed.
48964
48965         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
48966         `#ifndef HAVE_DECL..'
48967         now that autoconf always defines the HAVE_DECL_ symbols.
48968         * lib/human.c: Likewise.
48969         * lib/same.c: Likewise.
48970         * lib/strtoumax.c: Likewise.
48971
48972         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
48973         declaration check was not run.
48974         * lib/hash.c: Likewise.
48975         * lib/human.c: Likewise.
48976         * lib/same.c: Likewise.
48977         * lib/strtoumax.c: Likewise.
48978
48979         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
48980         `.', then first look up the entire `.'-containing string as a login
48981         name.
48982
48983 2000-02-23  Jim Meyering  <meyering@lucent.com>
48984
48985         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
48986         in place of my hack.
48987
48988 2000-02-18  Paul Eggert  <eggert@twinsun.com>
48989
48990         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
48991         (textint): New typedef.
48992         (parser_control): Member year changed from int to textint.
48993         All uses changed.
48994         (YYSTYPE): Removed; replaced by %union with int and textint members.
48995         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
48996         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
48997         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
48998         (tSNUMBER, tUNUMBER): Now of type <textintval>.
48999         (date, number, to_year): Use width of number in digits, not its value,
49000         to determine whether it's a 2-digit year, or a 2-digit time.
49001         (yylex): Store number of digits of numeric tokens.
49002         Reported by John Kendall.
49003
49004         (parser_control): Changed from struct parser_control to typedef (for
49005         consistency).  All uses changed.
49006
49007         (tID): Removed; not used.
49008         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
49009
49010 2000-02-14  Paul Eggert  <eggert@twinsun.com>
49011
49012         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
49013         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
49014
49015 2000-02-12  Jim Meyering  <meyering@lucent.com>
49016
49017         * lib/userspec.c (ISDIGIT): Define it.
49018         (isdigit): Remove definition.
49019         (is_number): Use ISDIGIT, not isdigit.
49020         <libintl.h>: Include.
49021         (_ and N_): Define.
49022         (parse_user_spec): Mark translatable strings.
49023
49024 2000-02-10  Jim Meyering  <meyering@lucent.com>
49025
49026         With these changes, nanosleep.[ch] are finally enough like the other
49027         lib/* replacement files to compile on a few more losing systems.
49028
49029         * lib/nanosleep.h: Don't include config.h.
49030         Remove prototype from declaration of nanosleep.
49031         (PARAMS): Remove now-unneeded definition.
49032         * lib/nanosleep.c: #undef nanosleep.
49033         (rpl_nanosleep): Rename from nanosleep.
49034
49035 2000-02-10  Jim Meyering  <meyering@lucent.com>
49036
49037         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
49038         gnu_nanosleep to rpl_nanosleep.
49039
49040 2000-02-09  Jim Meyering  <meyering@lucent.com>
49041
49042         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
49043         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
49044
49045 2000-02-08  Akim Demaille  <akim@epita.fr>
49046
49047         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
49048         `[' and `]' and remove uses of `changequote'.
49049         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
49050         (AC_SYS_LARGEFILE): Likewise.
49051         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
49052         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
49053         of changequote.
49054         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
49055         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
49056         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
49057         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
49058
49059 2000-02-05  Jim Meyering  <meyering@lucent.com>
49060
49061         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
49062         Remove explicit use of AC_HEADER_TIME.  It is required by
49063         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
49064         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
49065         in autoconf whereby the expansion of the latter ended up preceding
49066         the expansion of its prerequisite, AC_HEADER_TIME.
49067         Reported by Volker Borchert.
49068
49069 2000-02-03  Jim Meyering  <meyering@lucent.com>
49070
49071         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
49072
49073 2000-02-03  Jim Meyering  <meyering@lucent.com>
49074
49075         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
49076         rather than with `#if HAVE_UTMPNAME'.
49077
49078 2000-02-02  Jim Meyering  <meyering@lucent.com>
49079
49080         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
49081         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
49082         Reported by Eli Zaretskii.
49083
49084 2000-02-01  Jim Meyering  <meyering@lucent.com>
49085
49086         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
49087
49088 2000-01-31  Jim Meyering  <meyering@lucent.com>
49089
49090         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
49091         functions.  Add the time.h and sys/time.h headers along with the
49092         AC_REQUIRE'ment of AC_HEADER_TIME.
49093
49094 2000-01-31  Jim Meyering  <meyering@lucent.com>
49095
49096         * lib/nanosleep.h (nanosleep): Guard declaration with
49097         `#if ! HAVE_DECL_NANOSLEEP'.
49098         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
49099         the declaration in that vendor's sys/timers.h.
49100         Reported by Christian Krackowizer.
49101
49102         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
49103         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
49104         (ISPRINT): Likewise.
49105         Reported by Tom Tromey.
49106
49107 2000-01-30  Jim Meyering  <meyering@lucent.com>
49108
49109         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
49110
49111         * m4/prereq.m4 (utmp_includes): Define.
49112         Check for ut_user and ut_name members in both struct utmpx
49113         and struct utmp.
49114
49115 2000-01-30  Jim Meyering  <meyering@lucent.com>
49116
49117         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
49118         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
49119         header files where only utmpx.ut_user is declared.
49120
49121         * lib/readutmp.h (UT_USER): Define.
49122
49123 2000-01-29  Jim Meyering  <meyering@lucent.com>
49124
49125         * m4/lib-check.m4: New file containing library-related checks from
49126         fileutils and sh-utils (textutils had none).
49127
49128 2000-01-28  Jim Meyering  <meyering@lucent.com>
49129
49130         * m4/perl.m4: Change format of warning message to look more like that
49131         from the missing script.  Suggestion from François Pinard.
49132
49133 2000-01-25  Jim Meyering  <meyering@lucent.com>
49134
49135         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
49136         well as time.h in the compile check.
49137         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
49138         Fix typo in cross-compiling case: s/yes/no/.
49139
49140 2000-01-23  Jim Meyering  <meyering@lucent.com>
49141
49142         * m4/jm-macros.m4: Move df-related tests here from
49143         fileutils/configure.in
49144
49145         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
49146         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
49147
49148         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
49149         s/space/ac_fsusage_space/.
49150         (jm_FILE_SYSTEM_USAGE): Take two parameters.
49151
49152         * m4/ftruncate.m4: New file (derived from part of
49153         fileutils/configure.in).
49154         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
49155         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
49156
49157         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
49158         AC_SUBST these here, rather than just in sh-util/configure.in, so
49159         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
49160         all the same.
49161         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
49162         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
49163         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
49164         (AC_SUBST(POW_LIBM)): Likewise.
49165         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
49166
49167 2000-01-23  Jim Meyering  <meyering@lucent.com>
49168
49169         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
49170         obstack.c.
49171
49172 2000-01-22  Jim Meyering  <meyering@lucent.com>
49173
49174         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
49175
49176         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
49177
49178         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
49179         configure.in
49180         (AC_CHECK_HEADERS): Likewise for sh-utils.
49181         (AC_CHECK_HEADERS): Likewise for textutils.
49182         Merge the three lists of headers.
49183
49184         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
49185         from fileutils' configure.in.
49186
49187         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
49188         code. Moved tests into their own function (_jm_DECL_HEADERS) in
49189         check-decl.m4.
49190
49191         * m4/check-decl.m4: Use #if rather than #ifdef.
49192         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
49193         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
49194         (_jm_DECL_HEADERS): Define new function.
49195         (jm_CHECK_DECLARATIONS): Require it.
49196
49197 2000-01-22  Jim Meyering  <meyering@lucent.com>
49198
49199         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
49200         [! HAVE_DECL_STRTOULL]: Declare strtoull.
49201         Required for some AIX systems.  Reported by Christian Krackowizer.
49202         [TESTING] (main): New function.
49203
49204         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
49205         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
49206         letters.
49207
49208         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
49209         iswprint.
49210
49211         * lib/strverscmp.c (ISDIGIT): Define.
49212         (strverscmp): Use ISDIGIT, not isdigit.
49213
49214 2000-01-19  Jim Meyering  <meyering@lucent.com>
49215
49216         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
49217         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
49218         defines `struct timespec' in <sys/time.h>
49219
49220         * m4/c-bs-a.m4: Remove uses of changequote altogether.
49221         Thanks to Akim for explaining.
49222
49223 2000-01-17  Paul Eggert  <eggert@twinsun.com>
49224
49225         * lib/nanosleep.c (nanosleep):
49226         Don't use SA_INTERRUPT to decide whether to call sigaction, as
49227         POSIX.1 doesn't require SA_INTERRUPT and some systems
49228         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
49229         it's been part of POSIX.1 since day 1 (in 1988).
49230
49231 2000-01-17  Jim Meyering  <meyering@lucent.com>
49232
49233         * lib/interlock: Remove unused file.  Reported by François Pinard.
49234
49235 2000-01-16  Paul Eggert  <eggert@twinsun.com>
49236
49237         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
49238         alert, backslash, formfeed, and vertical tab unnecessarily in
49239         shell quoting style.
49240
49241 2000-01-16  Jim Meyering  <meyering@lucent.com>
49242
49243         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
49244         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
49245         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
49246         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
49247
49248 2000-01-16  Jim Meyering  <meyering@lucent.com>
49249
49250         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
49251         because the latter didn't work.
49252
49253 2000-01-15  Jim Meyering  <meyering@lucent.com>
49254
49255         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
49256         (AC_REPLACE_FUNCS): Add memcpy and memset.
49257         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
49258         Add strpbrk.
49259         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
49260
49261 2000-01-12  Jim Meyering  <meyering@lucent.com>
49262
49263         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
49264         (jm_PREREQ): Use it.
49265         (jm_PREREQ_READUTMP): New macro.
49266         (jm_PREREQ): Use it.
49267
49268 2000-01-11  Paul Eggert  <eggert@twinsun.com>
49269
49270         Quote multibyte characters correctly.
49271         * m4/c-bs-a.m4: New file.
49272         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
49273         (jm_PREREQ): Use it.
49274
49275 2000-01-11  Paul Eggert  <eggert@twinsun.com>
49276
49277         * m4/uintmax_t.m4: Port to autoconf 2.13.
49278
49279 2000-01-08  Jim Meyering  <meyering@ascend.com>
49280
49281         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
49282         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
49283
49284 2000-01-04  Jim Meyering  <meyering@ascend.com>
49285
49286         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
49287         jm_STRUCT_DIRENT_D_TYPE.
49288         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
49289         jm_STRUCT_DIRENT_D_INO.
49290         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
49291         jm_STRUCT_UTIMBUF.
49292         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
49293         renamings.
49294         * m4/utime.m4: Likewise.
49295
49296         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
49297         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
49298
49299 2000-01-03  Paul Eggert  <eggert@twinsun.com>
49300
49301         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
49302         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
49303
49304 2000-01-02  Jim Meyering  <meyering@ascend.com>
49305
49306         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
49307         remember if this is necessary.
49308
49309 1999-12-26  Jim Meyering  <meyering@ascend.com>
49310
49311         * m4/jm-macros.m4: Use it here.
49312         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
49313
49314 1999-12-23  Jim Meyering  <meyering@ascend.com>
49315
49316         * m4/jm-macros.m4: Check for clock_gettime (moved from
49317         fileutils/configure.in)
49318         Check for gettimeofday.
49319
49320 1999-12-20  Jim Meyering  <meyering@ascend.com>
49321
49322         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
49323         autoconf-2.14a-1999-12-20.
49324
49325 1999-12-19  Jim Meyering  <meyering@ascend.com>
49326
49327         * m4/lstat-slash.m4: New file.
49328         * m4/jm-macros.m4: Use the new macro:
49329         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
49330
49331 1999-12-07  Jim Meyering  <meyering@ascend.com>
49332
49333         * m4/perl.m4: Require that File::Compare be available, too.
49334         Too many systems seem to lack it.
49335
49336         * m4/strftime.m4: Add checks for most of the cpp macros tested in
49337         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
49338
49339 1999-11-18  Paul Eggert  <eggert@twinsun.com>
49340
49341         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
49342         problem with the QNX 4.25 shell, which doesn't propagate exit
49343         status of failed commands inside shell assignments.
49344
49345 1999-11-17  Jim Meyering  <meyering@ascend.com>
49346
49347         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
49348
49349 1999-11-07  Jim Meyering  <meyering@ascend.com>
49350
49351         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
49352
49353 1999-11-06  Jim Meyering  <meyering@ascend.com>
49354
49355         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
49356         * m4/jm-macros.m4 (jm_MACROS): Use it here.
49357
49358 1999-11-05  Jim Meyering  <meyering@ascend.com>
49359
49360         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
49361         configure.in of textutils, fileutils, and sh-utils into this one
49362         (shared between those packages) file.
49363         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
49364         AC_STRUCT_ST_BLKSIZE.
49365
49366 1999-11-03  Jim Meyering  <meyering@ascend.com>
49367
49368         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
49369         of AC_CHECK_TYPE checks includes unistd.h.
49370         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
49371         Suggestion from Akim Demaille.
49372
49373 1999-10-30  Jim Meyering  <meyering@ascend.com>
49374
49375         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
49376         m4-quoted string.
49377         * m4/ls-mntd-fs.m4: Likewise.
49378         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
49379         * m4/jm-winsz1.m4: Likewise.
49380
49381         * m4/const.m4: Remove file, since the fix made it into the experimental
49382         version of autoconf.
49383         * m4/mktime.m4: Likewise.
49384
49385         * m4/check-type.m4: Remove file, now that the latest version of
49386         AC_CHECK_TYPE takes a third arg to specify additional #includes.
49387
49388         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
49389         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
49390         AC_CHECK_TYPE.
49391
49392 1999-10-04  Jim Meyering  <meyering@ascend.com>
49393
49394         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
49395
49396 1999-09-22  Paul Eggert  <eggert@twinsun.com>
49397
49398         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
49399         2.95.1 bug with HP-UX 10.20.
49400
49401 1999-09-17  Jim Meyering  <meyering@ascend.com>
49402
49403         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
49404         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
49405         due to missing strdup (against sh-utils-2.0).
49406
49407 1999-08-29  Jim Meyering  <meyering@ascend.com>
49408
49409         * m4/jm-macros.m4: Require jm_BISON.
49410         * m4/bison.m4: New file.
49411
49412 1999-08-17  Paul Eggert  <eggert@twinsun.com>
49413
49414         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
49415         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
49416
49417 1999-08-05  Jim Meyering  <meyering@ascend.com>
49418
49419         * m4/getline.m4: Rename test file from conftestdata to conftest.data
49420         to avoid conflicts with `conftest' on 8+3 filesystems.
49421         Suggestion from Eli Zaretskii.
49422
49423 1999-08-04  Jim Meyering  <meyering@ascend.com>
49424
49425         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
49426         fileutils and sh-utils (textutils's getline test was inadequate).
49427         (AM_FUNC_GETLINE): Run this test.
49428         (AC_CHECK_FUNCS): Check for getdelim.
49429         Reported by Bob Proulx.
49430
49431 1999-08-02  Jim Meyering  <meyering@ascend.com>
49432
49433         * m4/jm-macros.m4: Add a comment.
49434
49435 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49436
49437         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
49438         <inttypes.h> defines strtoumax as a macro (and not as a
49439         function).
49440
49441 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49442
49443         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
49444         that we can shift, multiply and divide unsigned long long
49445         values; Ultrix cc can't do it.
49446
49447 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49448
49449         * m4/mktime.m4: New file, which is a preview of what should appear
49450         in the next public autoconf release.
49451
49452 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49453
49454         * m4/lfs.m4: Remove this file.
49455         * m4/largefile.m4: New file.  It contains the old contents of
49456         lfs.m4, except that all names with prefix AC_LFS have been
49457         changed to use the prefix AC_SYS_LARGEFILE instead, to be
49458         compatible with future autoconf versions.  Also, some minor m4
49459         quoting problems have been fixed.
49460
49461 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49462
49463         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
49464         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
49465         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
49466         and simplify the shell code.
49467
49468 1999-08-01  Jim Meyering  <meyering@ascend.com>
49469
49470         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
49471         m4.
49472
49473 1999-07-20  Jim Meyering  <meyering@ascend.com>
49474
49475         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
49476
49477 1999-07-15  Jim Meyering  <meyering@ascend.com>
49478
49479         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
49480
49481 1999-05-22  Jim Meyering  <meyering@ascend.com>
49482
49483         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
49484
49485 1999-05-20  Jim Meyering  <meyering@ascend.com>
49486
49487         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
49488         Add a colon after each `then' in case $4 is empty.
49489
49490 1999-05-16  Jim Meyering  <meyering@ascend.com>
49491
49492         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
49493
49494 1999-05-10  Jim Meyering  <meyering@ascend.com>
49495
49496         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
49497
49498         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
49499         AC_FUNC_MKTIME.
49500
49501 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
49502
49503         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
49504
49505 1999-05-04  Paul Eggert  <eggert@twinsun.com>
49506
49507         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
49508         not CPPFLAGS, so that linking works correctly in IRIX.
49509
49510 1999-04-30  Paul Eggert  <eggert@twinsun.com>
49511
49512         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
49513
49514 1999-04-20  Paul Eggert  <eggert@twinsun.com>
49515
49516         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
49517         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
49518         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
49519         jm_AC_TYPE_UNSIGNED_LONG_LONG.
49520         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
49521
49522         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
49523
49524 1999-04-20  Jim Meyering  <meyering@ascend.com>
49525
49526         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
49527         AC_REPLACE xstroull if necessary.  From Paul Eggert.
49528         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
49529
49530 1999-04-18  Jim Meyering  <meyering@ascend.com>
49531
49532         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
49533         * m4/jm-macros.m4: Use it.
49534
49535 1999-04-06  Jim Meyering  <meyering@ascend.com>
49536
49537         * m4/strftime.m4: Remove test for %f.
49538
49539 1999-03-29  Jim Meyering  <meyering@ascend.com>
49540
49541         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
49542         superset of the AC_TYPE_* checks in the textutils, fileutils,
49543         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
49544         AC_TYPE_PID_T.
49545
49546 1999-03-28  Jim Meyering  <meyering@ascend.com>
49547
49548         * m4/jm-macros.m4: Define GNU_PACKAGE here.
49549         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
49550         replaced e.g., in the *.sh files of the sh-utils.
49551
49552 1999-03-20  Jim Meyering  <meyering@ascend.com>
49553
49554         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
49555         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
49556         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
49557
49558 1999-03-19  Jim Meyering  <meyering@ascend.com>
49559
49560         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
49561
49562 1999-03-12  Jim Meyering  <meyering@ascend.com>
49563
49564         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
49565
49566 1999-03-07  Jim Meyering  <meyering@ascend.com>
49567
49568         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
49569         declared.
49570
49571 1999-02-17  Jim Meyering  <meyering@ascend.com>
49572
49573         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
49574         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
49575
49576 1999-02-07  Jim Meyering  <meyering@ascend.com>
49577
49578         * m4/group-member.m4: New file -- extracted from sh-utils'
49579         configure.in.
49580
49581         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
49582         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
49583
49584 1999-02-06  Jim Meyering  <meyering@ascend.com>
49585
49586         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
49587         * m4/fnmatch.m4: Likewise.
49588         * m4/getgroups.m4: Likewise.
49589         * m4/lstat.m4: Likewise.
49590         * m4/malloc.m4: Likewise.
49591         * m4/putenv.m4: Likewise.
49592         * m4/realloc.m4: Likewise.
49593         * m4/regex.m4: Likewise.
49594         * m4/stat.m4: Likewise.
49595         * m4/strftime.m4: Likewise.
49596         Suggestion from Alain Magloire.
49597
49598         * m4/chown.m4: Use `.$ac_objext', not `.o'.
49599         * m4/fnmatch.m4: Likewise.
49600         * m4/getgroups.m4: Likewise.
49601         * m4/getline.m4: Likewise.
49602         * m4/lstat.m4: Likewise.
49603         * m4/malloc.m4: Likewise.
49604         * m4/memcmp.m4: Likewise.
49605         * m4/putenv.m4: Likewise.
49606         * m4/realloc.m4: Likewise.
49607         * m4/regex.m4: Likewise.
49608         * m4/stat.m4: Likewise.
49609         * m4/strftime.m4: Likewise.
49610         Suggestion from Alain Magloire.
49611
49612         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
49613         an argument.
49614
49615         * m4/regex.m4: Add a run-time Test for proper operation of
49616         re_compile_pattern.
49617
49618 1999-01-31  Jim Meyering  <meyering@ascend.com>
49619
49620         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
49621
49622 1999-01-30  Jim Meyering  <meyering@ascend.com>
49623
49624         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
49625
49626         * m4/jm-mktime.m4: Make this a wrapper around the official
49627         AM_FUNC_MKTIME rather than my private copy, now that the official one
49628         is up to date.
49629         * m4/mktime.m4: Remove file.
49630
49631         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
49632         * m4/uptime.m4: Likewise.
49633         * m4/uintmax_t.m4: Likewise.
49634
49635 1999-01-28  Jim Meyering  <meyering@ascend.com>
49636
49637         * m4/jm-macros.m4: Use jm_AFS.
49638         * m4/afs.m4: New file (from fileutils' configure.in).
49639
49640         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
49641         * m4/chown.m4: Likewise.
49642         * m4/d-ino.m4: Likewise.
49643         * m4/d-type.m4: Likewise.
49644         * m4/fnmatch.m4: Likewise.
49645         * m4/getgroups.m4: Likewise.
49646         * m4/gettext.m4: Likewise.
49647         * m4/jm-mktime.m4: Likewise.
49648         * m4/jm-winsz2.m4: Likewise.
49649         * m4/lcmessage.m4: Likewise.
49650         * m4/ls-mntd-fs.m4: Likewise.
49651         * m4/malloc.m4: Likewise.
49652         * m4/memcmp.m4: Likewise.
49653         * m4/putenv.m4: Likewise.
49654         * m4/realloc.m4: Likewise.
49655         * m4/st_mtim.m4: Likewise.
49656         * m4/strftime.m4: Likewise.
49657
49658 1999-01-16  Jim Meyering  <meyering@ascend.com>
49659
49660         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
49661         (ARGMATCH_DIE_DECL): Define.
49662
49663 1999-01-12  Jim Meyering  <meyering@ascend.com>
49664
49665         * m4/Makefile.am.in: Rewrite to avoid using fmt.
49666         Reported by Lars Hecking.
49667
49668 1999-01-10  Jim Meyering  <meyering@ascend.com>
49669
49670         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
49671         gross kludge.
49672         * m4/inttypes_h.m4: Likewise.
49673         * m4/lstat.m4: Likewise.
49674         * m4/malloc.m4: Likewise.
49675         * m4/readdir.m4: Likewise.
49676         * m4/realloc.m4: Likewise.
49677         * m4/st_dm_mode.m4: Likewise.
49678         * m4/stat.m4: Likewise.
49679         * m4/utimbuf.m4: Likewise.
49680         * m4/utimes.m4: Likewise.
49681
49682         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
49683         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
49684         comments in config.h.in are meaningful.
49685
49686         * m4/jm-macros.m4: Require autoconf-2.13 here.
49687
49688         * m4/regex.m4: By default, don't use the included regex.c on systems
49689         with glibc 2.  Suggestion from Uli Drepper.
49690
49691 1999-01-02  Jim Meyering  <meyering@ascend.com>
49692
49693         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
49694
49695 1998-12-18  Jim Meyering  <meyering@ascend.com>
49696
49697         * m4/Makefile.am.in (Makefile.am): Simplify rule.
49698         Based on a suggestion from Lars Hecking.
49699
49700 1998-11-16  Paul Eggert  <eggert@twinsun.com>
49701
49702         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
49703
49704 1998-11-16  Jim Meyering  <meyering@ascend.com>
49705
49706         * m4/lfs.m4: Double-quote the `uname...` expression.
49707
49708 1998-11-14  Jim Meyering  <meyering@ascend.com>
49709
49710         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
49711         * m4/stat.m4: Likewise.
49712
49713 1998-11-03  Jim Meyering  <meyering@ascend.com>
49714
49715         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
49716         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
49717
49718 1998-10-18  Jim Meyering  <meyering@ascend.com>
49719
49720         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
49721
49722 1998-10-17  Jim Meyering  <meyering@ascend.com>
49723
49724         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
49725         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
49726         calls for those previously hard-coded headers.  Instead, take a new
49727         parameter.
49728         (jm_CHECK_DECLARATIONS): Reflect interface change.
49729         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
49730         (jm_CHECK_DECL_LOCALTIME_R): New macro.
49731
49732         * m4/mktime.m4: Test for spring-forward gap before long-running test.
49733
49734 1998-10-14  Jim Meyering  <meyering@ascend.com>
49735
49736         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
49737         instead of "TZ=America/Vancouver".  From Paul Eggert.
49738
49739 1998-10-11  Jim Meyering  <meyering@ascend.com>
49740
49741         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
49742         This adds a test for a recently added compatibility fix for mktime.c.
49743         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
49744
49745 1998-09-27  Jim Meyering  <meyering@ascend.com>
49746
49747         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
49748
49749         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
49750         ../configure.in, including a change from Gordon Matzigkeit to allow
49751         cross-compiling for the Hurd.
49752
49753         * m4/glibc.m4: New file/macro to test for the GNU C Library
49754         versions 1 and 2.  From Gordon Matzigkeit.
49755         Indent.
49756
49757 1998-09-21  Jim Meyering  <meyering@ascend.com>
49758
49759         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
49760
49761 1998-08-18  Paul Eggert  <eggert@twinsun.com>
49762
49763         Port nanosecond-resolution times to UnixWare 2.1.2 and
49764         pedantic Solaris 2.6.
49765
49766         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
49767         AC_STRUCT_ST_MTIM.
49768         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
49769         Generate name of ns member, instead of just 1 or undef.
49770         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
49771
49772 1998-08-15  Jim Meyering  <meyering@ascend.com>
49773
49774         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
49775         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
49776         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
49777         instead of jm_TYPE_SSIZE_T.
49778
49779 1998-08-12  Jim Meyering  <meyering@ascend.com>
49780
49781         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
49782
49783 1998-08-02  Jim Meyering  <meyering@ascend.com>
49784
49785         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
49786         in acconfig.h manually.
49787
49788 1998-07-31  Paul Eggert  <eggert@twinsun.com>
49789
49790         * m4/st_mtim.m4: New file.
49791
49792 1998-07-28  Jim Meyering  <meyering@ascend.com>
49793
49794         * m4/utimes.m4: Undef stat.
49795
49796 1998-07-25  Jim Meyering  <meyering@ascend.com>
49797
49798         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
49799         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
49800
49801 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
49802
49803         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
49804         uid and gid actually remain unchanged.
49805
49806 1998-07-07  Jim Meyering  <meyering@ascend.com>
49807
49808         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
49809
49810 1998-07-04  Jim Meyering  <meyering@ascend.com>
49811
49812         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
49813         to prove that this macro can be used in packages without regex.c.
49814
49815 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
49816
49817         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
49818         is to be used.
49819
49820 1998-07-03  Jim Meyering  <meyering@ascend.com>
49821
49822         * m4/gettext.m4: Add -lintl if it's found to be necessary.
49823
49824         * m4/gettext.m4: New file -- from gettext-0.10.35.
49825         * m4/lcmessage.m4: Likewise.
49826         * m4/progtest.m4: Likewise.
49827
49828         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
49829         * m4/jm-macros.m4: Require the new macro.
49830
49831 1998-06-29  Jim Meyering  <meyering@ascend.com>
49832
49833         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
49834         for the definition of NGROUPS (used in a system header included
49835         by sys/mount.h).
49836
49837 1998-06-28  Jim Meyering  <meyering@ascend.com>
49838
49839         * m4/ls-mntd-fs.m4: New file.
49840         * m4/fstypename.m4: New file.
49841
49842         * m4/jm-macros.m4: Require the new macro.
49843         * m4/jm-glibc-io.m4: New file.
49844
49845 1998-05-19  Jim Meyering  <meyering@ascend.com>
49846
49847         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
49848         * m4/lchown.m4: New file.
49849
49850         * m4/Makefile.am.in: New file.
49851         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
49852
49853 1998-05-14  Jim Meyering  <meyering@ascend.com>
49854
49855         * m4/Makefile.am (EXTRA_DIST): Add them.
49856         * m4/jm-macros.m4: New file.
49857         * m4/utimbuf.m4: New file.
49858
49859 1998-05-12  Jim Meyering  <meyering@ascend.com>
49860
49861         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
49862
49863 1998-05-11  Jim Meyering  <meyering@ascend.com>
49864
49865         * m4/isc-posix.m4: New file.
49866
49867 1998-05-10  Jim Meyering  <meyering@ascend.com>
49868
49869         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
49870
49871 1998-05-09  Jim Meyering  <meyering@ascend.com>
49872
49873         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
49874         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
49875         with automake.
49876
49877         * m4/ssize_t.m4: New file.
49878         * m4/mktime.m4: Remove file -- the new automake has this now.
49879
49880 1998-04-26  Jim Meyering  <meyering@ascend.com>
49881
49882         * m4/assert.m4: New file.
49883         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
49884
49885 1998-04-05  Jim Meyering  <meyering@ascend.com>
49886
49887         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
49888         (jm_PREREQ): Use it here.
49889
49890 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
49891
49892         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
49893         in acconfig.h.
49894
49895 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
49896
49897         * m4/prereq.m4: New file.
49898         * m4/error.m4: New file.
49899         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
49900
49901 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
49902
49903         * m4/getline.m4: Don't set am_cv_func_working_getline before the
49904         cache-check for the same variable -- that defeated the purpose of
49905         the test; the test program was never run.  This was a problem only
49906         on systems with losing getline functions -- HP-UX 10.20 is one.
49907         Reported by Bjorn Helgaas.
49908
49909 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
49910
49911         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
49912
49913 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
49914
49915         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
49916
49917         * m4/const.m4: New file.  Use an initializer in this declaration
49918         typedef int charset[2]; const charset x;
49919         Reported by Bob Glickstein.
49920
49921 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
49922
49923         * m4/chown.m4: Fix reversed types on -1 args to chown.
49924         From Kaveh Ghazi.
49925
49926 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
49927
49928         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
49929         Add lseek and memchr.
49930
49931         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
49932         T.E.Dickey <dickey@clark.net> said that some older preprocessors
49933         have a 20-character limit on names.
49934
49935 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
49936
49937         * m4/inttypes_h.m4: New file.
49938         * m4/uintmax_t.m4: New file.
49939         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
49940
49941
49942         -----
49943
49944         Local Variables:
49945         coding: utf-8
49946         End:
49947
49948         Copyright (C) 1997-2009 Free Software Foundation, Inc.
49949
49950         Copying and distribution of this file, with or without
49951         modification, are permitted provided the copyright notice
49952         and this notice are preserved.