The license of gnu-make and posix-shell is now "GPLed build tool".
[gnulib.git] / ChangeLog
1 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2
3         The license of gnu-make and posix-shell is now "GPLed build tool".
4         * modules/gnu-make (License): Likewise.
5         * modules/posix-shell (License): Likewise.
6
7         New module posix-shell, for determining a POSIX shell
8         or perhaps something that is close enough to a POSIX shell.
9         * m4/posix-shell.m4: New file.
10         * modules/posix-shell: New file.
11
12         * MODULES.html.sh: Mention new module.
13
14         New module gnu-make, for determining whether we're using GNU Make.
15         * m4/gnu-make.m4: New file.
16         * modules/gnu-make: New file.
17         * MODULES.html.sh: Mention new module.
18
19 2007-11-14  Jim Meyering  <meyering@redhat.com>
20
21         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
22         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
23         use this macro to create a function _definition_.
24         Remove useless "#undef ARGMATCH_DIE".
25
26 2007-11-14  Bruno Haible  <bruno@clisp.org>
27
28         * lib/config.charset: Update for OpenBSD 4.1.
29         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
30
31 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
32
33         Document 64-bit #if problems in stdint.texi.
34         * doc/headers/stdint.texi (stdint.h): Mention problems with
35         64-bit-#if, and how to work around them.
36
37         Don't insist on 'long long int' support in the preprocessor.  It
38         breaks too many things.  For example, PRIdMAX still uses a 'long
39         long int' format with the latest Sun compiler, even though
40         HAVE_LONG_LONG_INT isn't defined due to that compiler's
41         preprocessor problem.  This causes the latest coreutils to dump
42         core on Solaris 10 sparc with the Sun C compiler.
43         Instead, fix the 2007-10-16 problem in a different way, by evaluating
44         the troublesome expressions at configure-time, not at #if-time.
45         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
46         preprocessor.
47         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
48         compile-time C checks, done at 'configure'-time.
49         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
50         * modules/inttypes (Makefile): Substitute the new symbols that
51         gl_INTTYPES_H now generates.
52         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
53
54 2007-11-12  Bruno Haible  <bruno@clisp.org>
55
56         Tests for Unicode character classification functions.
57
58         * modules/unictype/bidicategory-byname-tests: New file.
59         * modules/unictype/bidicategory-name-tests: New file.
60         * modules/unictype/bidicategory-of-tests: New file.
61         * modules/unictype/bidicategory-test-tests: New file.
62         * modules/unictype/block-list-tests: New file.
63         * modules/unictype/block-of-tests: New file.
64         * modules/unictype/block-test-tests: New file.
65         * modules/unictype/category-C-tests: New file.
66         * modules/unictype/category-Cc-tests: New file.
67         * modules/unictype/category-Cf-tests: New file.
68         * modules/unictype/category-Cn-tests: New file.
69         * modules/unictype/category-Co-tests: New file.
70         * modules/unictype/category-Cs-tests: New file.
71         * modules/unictype/category-L-tests: New file.
72         * modules/unictype/category-Ll-tests: New file.
73         * modules/unictype/category-Lm-tests: New file.
74         * modules/unictype/category-Lo-tests: New file.
75         * modules/unictype/category-Lt-tests: New file.
76         * modules/unictype/category-Lu-tests: New file.
77         * modules/unictype/category-M-tests: New file.
78         * modules/unictype/category-Mc-tests: New file.
79         * modules/unictype/category-Me-tests: New file.
80         * modules/unictype/category-Mn-tests: New file.
81         * modules/unictype/category-N-tests: New file.
82         * modules/unictype/category-Nd-tests: New file.
83         * modules/unictype/category-Nl-tests: New file.
84         * modules/unictype/category-No-tests: New file.
85         * modules/unictype/category-P-tests: New file.
86         * modules/unictype/category-Pc-tests: New file.
87         * modules/unictype/category-Pd-tests: New file.
88         * modules/unictype/category-Pe-tests: New file.
89         * modules/unictype/category-Pf-tests: New file.
90         * modules/unictype/category-Pi-tests: New file.
91         * modules/unictype/category-Po-tests: New file.
92         * modules/unictype/category-Ps-tests: New file.
93         * modules/unictype/category-S-tests: New file.
94         * modules/unictype/category-Sc-tests: New file.
95         * modules/unictype/category-Sk-tests: New file.
96         * modules/unictype/category-Sm-tests: New file.
97         * modules/unictype/category-So-tests: New file.
98         * modules/unictype/category-Z-tests: New file.
99         * modules/unictype/category-Zl-tests: New file.
100         * modules/unictype/category-Zp-tests: New file.
101         * modules/unictype/category-Zs-tests: New file.
102         * modules/unictype/category-and-not-tests: New file.
103         * modules/unictype/category-and-tests: New file.
104         * modules/unictype/category-byname-tests: New file.
105         * modules/unictype/category-name-tests: New file.
106         * modules/unictype/category-none-tests: New file.
107         * modules/unictype/category-of-tests: New file.
108         * modules/unictype/category-or-tests: New file.
109         * modules/unictype/category-test-withtable-tests: New file.
110         * modules/unictype/combining-class-tests: New file.
111         * modules/unictype/ctype-alnum-tests: New file.
112         * modules/unictype/ctype-alpha-tests: New file.
113         * modules/unictype/ctype-blank-tests: New file.
114         * modules/unictype/ctype-cntrl-tests: New file.
115         * modules/unictype/ctype-digit-tests: New file.
116         * modules/unictype/ctype-graph-tests: New file.
117         * modules/unictype/ctype-lower-tests: New file.
118         * modules/unictype/ctype-print-tests: New file.
119         * modules/unictype/ctype-punct-tests: New file.
120         * modules/unictype/ctype-space-tests: New file.
121         * modules/unictype/ctype-upper-tests: New file.
122         * modules/unictype/ctype-xdigit-tests: New file.
123         * modules/unictype/decimal-digit-tests: New file.
124         * modules/unictype/digit-tests: New file.
125         * modules/unictype/mirror-tests: New file.
126         * modules/unictype/numeric-tests: New file.
127         * modules/unictype/property-alphabetic-tests: New file.
128         * modules/unictype/property-ascii-hex-digit-tests: New file.
129         * modules/unictype/property-bidi-arabic-digit-tests: New file.
130         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
131         * modules/unictype/property-bidi-block-separator-tests: New file.
132         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
133         * modules/unictype/property-bidi-common-separator-tests: New file.
134         * modules/unictype/property-bidi-control-tests: New file.
135         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
136         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
137         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
138         * modules/unictype/property-bidi-european-digit-tests: New file.
139         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
140         * modules/unictype/property-bidi-left-to-right-tests: New file.
141         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
142         * modules/unictype/property-bidi-other-neutral-tests: New file.
143         * modules/unictype/property-bidi-pdf-tests: New file.
144         * modules/unictype/property-bidi-segment-separator-tests: New file.
145         * modules/unictype/property-bidi-whitespace-tests: New file.
146         * modules/unictype/property-byname-tests: New file.
147         * modules/unictype/property-combining-tests: New file.
148         * modules/unictype/property-composite-tests: New file.
149         * modules/unictype/property-currency-symbol-tests: New file.
150         * modules/unictype/property-dash-tests: New file.
151         * modules/unictype/property-decimal-digit-tests: New file.
152         * modules/unictype/property-default-ignorable-code-point-tests: New file.
153         * modules/unictype/property-deprecated-tests: New file.
154         * modules/unictype/property-diacritic-tests: New file.
155         * modules/unictype/property-extender-tests: New file.
156         * modules/unictype/property-format-control-tests: New file.
157         * modules/unictype/property-grapheme-base-tests: New file.
158         * modules/unictype/property-grapheme-extend-tests: New file.
159         * modules/unictype/property-grapheme-link-tests: New file.
160         * modules/unictype/property-hex-digit-tests: New file.
161         * modules/unictype/property-hyphen-tests: New file.
162         * modules/unictype/property-id-continue-tests: New file.
163         * modules/unictype/property-id-start-tests: New file.
164         * modules/unictype/property-ideographic-tests: New file.
165         * modules/unictype/property-ids-binary-operator-tests: New file.
166         * modules/unictype/property-ids-trinary-operator-tests: New file.
167         * modules/unictype/property-ignorable-control-tests: New file.
168         * modules/unictype/property-iso-control-tests: New file.
169         * modules/unictype/property-join-control-tests: New file.
170         * modules/unictype/property-left-of-pair-tests: New file.
171         * modules/unictype/property-line-separator-tests: New file.
172         * modules/unictype/property-logical-order-exception-tests: New file.
173         * modules/unictype/property-lowercase-tests: New file.
174         * modules/unictype/property-math-tests: New file.
175         * modules/unictype/property-non-break-tests: New file.
176         * modules/unictype/property-not-a-character-tests: New file.
177         * modules/unictype/property-numeric-tests: New file.
178         * modules/unictype/property-other-alphabetic-tests: New file.
179         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
180         * modules/unictype/property-other-grapheme-extend-tests: New file.
181         * modules/unictype/property-other-id-continue-tests: New file.
182         * modules/unictype/property-other-id-start-tests: New file.
183         * modules/unictype/property-other-lowercase-tests: New file.
184         * modules/unictype/property-other-math-tests: New file.
185         * modules/unictype/property-other-uppercase-tests: New file.
186         * modules/unictype/property-paired-punctuation-tests: New file.
187         * modules/unictype/property-paragraph-separator-tests: New file.
188         * modules/unictype/property-pattern-syntax-tests: New file.
189         * modules/unictype/property-pattern-white-space-tests: New file.
190         * modules/unictype/property-private-use-tests: New file.
191         * modules/unictype/property-punctuation-tests: New file.
192         * modules/unictype/property-quotation-mark-tests: New file.
193         * modules/unictype/property-radical-tests: New file.
194         * modules/unictype/property-sentence-terminal-tests: New file.
195         * modules/unictype/property-soft-dotted-tests: New file.
196         * modules/unictype/property-space-tests: New file.
197         * modules/unictype/property-terminal-punctuation-tests: New file.
198         * modules/unictype/property-test-tests: New file.
199         * modules/unictype/property-titlecase-tests: New file.
200         * modules/unictype/property-unassigned-code-value-tests: New file.
201         * modules/unictype/property-unified-ideograph-tests: New file.
202         * modules/unictype/property-uppercase-tests: New file.
203         * modules/unictype/property-variation-selector-tests: New file.
204         * modules/unictype/property-white-space-tests: New file.
205         * modules/unictype/property-xid-continue-tests: New file.
206         * modules/unictype/property-xid-start-tests: New file.
207         * modules/unictype/property-zero-width-tests: New file.
208         * modules/unictype/scripts-tests: New file.
209         * modules/unictype/syntax-c-ident-tests: New file.
210         * modules/unictype/syntax-c-whitespace-tests: New file.
211         * modules/unictype/syntax-java-ident-tests: New file.
212         * modules/unictype/syntax-java-whitespace-tests: New file.
213         * tests/unictype/test-bidi_byname.c: New file.
214         * tests/unictype/test-bidi_name.c: New file.
215         * tests/unictype/test-bidi_of.c: New file.
216         * tests/unictype/test-bidi_test.c: New file.
217         * tests/unictype/test-block_list.c: New file.
218         * tests/unictype/test-block_of.c: New file.
219         * tests/unictype/test-block_test.c: New file.
220         * tests/unictype/test-categ_and.c: New file.
221         * tests/unictype/test-categ_and_not.c: New file.
222         * tests/unictype/test-categ_byname.c: New file.
223         * tests/unictype/test-categ_name.c: New file.
224         * tests/unictype/test-categ_none.c: New file.
225         * tests/unictype/test-categ_of.c: New file.
226         * tests/unictype/test-categ_or.c: New file.
227         * tests/unictype/test-categ_test_withtable.c: New file.
228         * tests/unictype/test-combining.c: New file.
229         * tests/unictype/test-decdigit.c: New file.
230         * tests/unictype/test-digit.c: New file.
231         * tests/unictype/test-mirror.c: New file.
232         * tests/unictype/test-numeric.c: New file.
233         * tests/unictype/test-pr_byname.c: New file.
234         * tests/unictype/test-pr_test.c: New file.
235         * tests/unictype/test-predicate-part1.h: New file.
236         * tests/unictype/test-predicate-part2.h: New file.
237         * tests/unictype/test-scripts.c: New file.
238         * tests/unictype/test-sy_c_ident.c: New file.
239         * tests/unictype/test-sy_java_ident.c: New file.
240
241         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
242         for Unicode 5.0.0.
243         * tests/unictype/test-categ_Cc.c: Likewise.
244         * tests/unictype/test-categ_Cf.c: Likewise.
245         * tests/unictype/test-categ_Cn.c: Likewise.
246         * tests/unictype/test-categ_Co.c: Likewise.
247         * tests/unictype/test-categ_Cs.c: Likewise.
248         * tests/unictype/test-categ_L.c: Likewise.
249         * tests/unictype/test-categ_Ll.c: Likewise.
250         * tests/unictype/test-categ_Lm.c: Likewise.
251         * tests/unictype/test-categ_Lo.c: Likewise.
252         * tests/unictype/test-categ_Lt.c: Likewise.
253         * tests/unictype/test-categ_Lu.c: Likewise.
254         * tests/unictype/test-categ_M.c: Likewise.
255         * tests/unictype/test-categ_Mc.c: Likewise.
256         * tests/unictype/test-categ_Me.c: Likewise.
257         * tests/unictype/test-categ_Mn.c: Likewise.
258         * tests/unictype/test-categ_N.c: Likewise.
259         * tests/unictype/test-categ_Nd.c: Likewise.
260         * tests/unictype/test-categ_Nl.c: Likewise.
261         * tests/unictype/test-categ_No.c: Likewise.
262         * tests/unictype/test-categ_P.c: Likewise.
263         * tests/unictype/test-categ_Pc.c: Likewise.
264         * tests/unictype/test-categ_Pd.c: Likewise.
265         * tests/unictype/test-categ_Pe.c: Likewise.
266         * tests/unictype/test-categ_Pf.c: Likewise.
267         * tests/unictype/test-categ_Pi.c: Likewise.
268         * tests/unictype/test-categ_Po.c: Likewise.
269         * tests/unictype/test-categ_Ps.c: Likewise.
270         * tests/unictype/test-categ_S.c: Likewise.
271         * tests/unictype/test-categ_Sc.c: Likewise.
272         * tests/unictype/test-categ_Sk.c: Likewise.
273         * tests/unictype/test-categ_Sm.c: Likewise.
274         * tests/unictype/test-categ_So.c: Likewise.
275         * tests/unictype/test-categ_Z.c: Likewise.
276         * tests/unictype/test-categ_Zl.c: Likewise.
277         * tests/unictype/test-categ_Zp.c: Likewise.
278         * tests/unictype/test-categ_Zs.c: Likewise.
279         * tests/unictype/test-ctype_alnum.c: Likewise.
280         * tests/unictype/test-ctype_alpha.c: Likewise.
281         * tests/unictype/test-ctype_blank.c: Likewise.
282         * tests/unictype/test-ctype_cntrl.c: Likewise.
283         * tests/unictype/test-ctype_digit.c: Likewise.
284         * tests/unictype/test-ctype_graph.c: Likewise.
285         * tests/unictype/test-ctype_lower.c: Likewise.
286         * tests/unictype/test-ctype_print.c: Likewise.
287         * tests/unictype/test-ctype_punct.c: Likewise.
288         * tests/unictype/test-ctype_space.c: Likewise.
289         * tests/unictype/test-ctype_upper.c: Likewise.
290         * tests/unictype/test-ctype_xdigit.c: Likewise.
291         * tests/unictype/test-decdigit.h: Likewise.
292         * tests/unictype/test-digit.h: Likewise.
293         * tests/unictype/test-numeric.h: Likewise.
294         * tests/unictype/test-pr_alphabetic.c: Likewise.
295         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
296         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
297         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
298         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
299         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
300         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
301         * tests/unictype/test-pr_bidi_control.c: Likewise.
302         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
303         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
304         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
305         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
306         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
307         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
308         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
309         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
310         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
311         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
312         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
313         * tests/unictype/test-pr_combining.c: Likewise.
314         * tests/unictype/test-pr_composite.c: Likewise.
315         * tests/unictype/test-pr_currency_symbol.c: Likewise.
316         * tests/unictype/test-pr_dash.c: Likewise.
317         * tests/unictype/test-pr_decimal_digit.c: Likewise.
318         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
319         * tests/unictype/test-pr_deprecated.c: Likewise.
320         * tests/unictype/test-pr_diacritic.c: Likewise.
321         * tests/unictype/test-pr_extender.c: Likewise.
322         * tests/unictype/test-pr_format_control.c: Likewise.
323         * tests/unictype/test-pr_grapheme_base.c: Likewise.
324         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
325         * tests/unictype/test-pr_grapheme_link.c: Likewise.
326         * tests/unictype/test-pr_hex_digit.c: Likewise.
327         * tests/unictype/test-pr_hyphen.c: Likewise.
328         * tests/unictype/test-pr_id_continue.c: Likewise.
329         * tests/unictype/test-pr_id_start.c: Likewise.
330         * tests/unictype/test-pr_ideographic.c: Likewise.
331         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
332         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
333         * tests/unictype/test-pr_ignorable_control.c: Likewise.
334         * tests/unictype/test-pr_iso_control.c: Likewise.
335         * tests/unictype/test-pr_join_control.c: Likewise.
336         * tests/unictype/test-pr_left_of_pair.c: Likewise.
337         * tests/unictype/test-pr_line_separator.c: Likewise.
338         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
339         * tests/unictype/test-pr_lowercase.c: Likewise.
340         * tests/unictype/test-pr_math.c: Likewise.
341         * tests/unictype/test-pr_non_break.c: Likewise.
342         * tests/unictype/test-pr_not_a_character.c: Likewise.
343         * tests/unictype/test-pr_numeric.c: Likewise.
344         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
345         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
346         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
347         * tests/unictype/test-pr_other_id_continue.c: Likewise.
348         * tests/unictype/test-pr_other_id_start.c: Likewise.
349         * tests/unictype/test-pr_other_lowercase.c: Likewise.
350         * tests/unictype/test-pr_other_math.c: Likewise.
351         * tests/unictype/test-pr_other_uppercase.c: Likewise.
352         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
353         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
354         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
355         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
356         * tests/unictype/test-pr_private_use.c: Likewise.
357         * tests/unictype/test-pr_punctuation.c: Likewise.
358         * tests/unictype/test-pr_quotation_mark.c: Likewise.
359         * tests/unictype/test-pr_radical.c: Likewise.
360         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
361         * tests/unictype/test-pr_soft_dotted.c: Likewise.
362         * tests/unictype/test-pr_space.c: Likewise.
363         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
364         * tests/unictype/test-pr_titlecase.c: Likewise.
365         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
366         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
367         * tests/unictype/test-pr_uppercase.c: Likewise.
368         * tests/unictype/test-pr_variation_selector.c: Likewise.
369         * tests/unictype/test-pr_white_space.c: Likewise.
370         * tests/unictype/test-pr_xid_continue.c: Likewise.
371         * tests/unictype/test-pr_xid_start.c: Likewise.
372         * tests/unictype/test-pr_zero_width.c: Likewise.
373         * tests/unictype/test-sy_c_whitespace.c: Likewise.
374         * tests/unictype/test-sy_java_whitespace.c: Likewise.
375
376 2007-11-12  Bruno Haible  <bruno@clisp.org>
377
378         Unicode character classification functions.
379         * lib/unictype.h: New file.
380         * modules/unictype/base: New file.
381         * modules/unictype/category-L: New file.
382         * modules/unictype/category-Lu: New file.
383         * modules/unictype/category-Ll: New file.
384         * modules/unictype/category-Lt: New file.
385         * modules/unictype/category-Lm: New file.
386         * modules/unictype/category-Lo: New file.
387         * modules/unictype/category-M: New file.
388         * modules/unictype/category-Mn: New file.
389         * modules/unictype/category-Mc: New file.
390         * modules/unictype/category-Me: New file.
391         * modules/unictype/category-N: New file.
392         * modules/unictype/category-Nd: New file.
393         * modules/unictype/category-Nl: New file.
394         * modules/unictype/category-No: New file.
395         * modules/unictype/category-P: New file.
396         * modules/unictype/category-Pc: New file.
397         * modules/unictype/category-Pd: New file.
398         * modules/unictype/category-Ps: New file.
399         * modules/unictype/category-Pe: New file.
400         * modules/unictype/category-Pi: New file.
401         * modules/unictype/category-Pf: New file.
402         * modules/unictype/category-Po: New file.
403         * modules/unictype/category-S: New file.
404         * modules/unictype/category-Sm: New file.
405         * modules/unictype/category-Sc: New file.
406         * modules/unictype/category-Sk: New file.
407         * modules/unictype/category-So: New file.
408         * modules/unictype/category-Z: New file.
409         * modules/unictype/category-Zs: New file.
410         * modules/unictype/category-Zl: New file.
411         * modules/unictype/category-Zp: New file.
412         * modules/unictype/category-C: New file.
413         * modules/unictype/category-Cc: New file.
414         * modules/unictype/category-Cf: New file.
415         * modules/unictype/category-Cs: New file.
416         * modules/unictype/category-Co: New file.
417         * modules/unictype/category-Cn: New file.
418         * modules/unictype/category-or: New file.
419         * modules/unictype/category-of: New file.
420         * modules/unictype/category-test: New file.
421         * modules/unictype/category-test-withtable: New file.
422         * modules/unictype/category-byname: New file.
423         * modules/unictype/category-none: New file.
424         * modules/unictype/category-and: New file.
425         * modules/unictype/category-and-not: New file.
426         * modules/unictype/category-name: New file.
427         * modules/unictype/combining-class: New file.
428         * modules/unictype/category-all: New file.
429         * modules/unictype/bidicategory-all: New file.
430         * modules/unictype/bidicategory-byname: New file.
431         * modules/unictype/bidicategory-name: New file.
432         * modules/unictype/bidicategory-of: New file.
433         * modules/unictype/bidicategory-test: New file.
434         * modules/unictype/decimal-digit: New file.
435         * modules/unictype/digit: New file.
436         * modules/unictype/numeric: New file.
437         * modules/unictype/mirror: New file.
438         * modules/unictype/property-white-space: New file.
439         * modules/unictype/property-alphabetic: New file.
440         * modules/unictype/property-other-alphabetic: New file.
441         * modules/unictype/property-not-a-character: New file.
442         * modules/unictype/property-default-ignorable-code-point: New file.
443         * modules/unictype/property-other-default-ignorable-code-point: New
444         file.
445         * modules/unictype/property-deprecated: New file.
446         * modules/unictype/property-logical-order-exception: New file.
447         * modules/unictype/property-variation-selector: New file.
448         * modules/unictype/property-private-use: New file.
449         * modules/unictype/property-unassigned-code-value: New file.
450         * modules/unictype/property-uppercase: New file.
451         * modules/unictype/property-other-uppercase: New file.
452         * modules/unictype/property-lowercase: New file.
453         * modules/unictype/property-other-lowercase: New file.
454         * modules/unictype/property-titlecase: New file.
455         * modules/unictype/property-soft-dotted: New file.
456         * modules/unictype/property-id-start: New file.
457         * modules/unictype/property-other-id-start: New file.
458         * modules/unictype/property-id-continue: New file.
459         * modules/unictype/property-other-id-continue: New file.
460         * modules/unictype/property-xid-start: New file.
461         * modules/unictype/property-xid-continue: New file.
462         * modules/unictype/property-pattern-white-space: New file.
463         * modules/unictype/property-pattern-syntax: New file.
464         * modules/unictype/property-join-control: New file.
465         * modules/unictype/property-grapheme-base: New file.
466         * modules/unictype/property-grapheme-extend: New file.
467         * modules/unictype/property-other-grapheme-extend: New file.
468         * modules/unictype/property-grapheme-link: New file.
469         * modules/unictype/property-bidi-control: New file.
470         * modules/unictype/property-bidi-left-to-right: New file.
471         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
472         * modules/unictype/property-bidi-arabic-right-to-left: New file.
473         * modules/unictype/property-bidi-european-digit: New file.
474         * modules/unictype/property-bidi-eur-num-separator: New file.
475         * modules/unictype/property-bidi-eur-num-terminator: New file.
476         * modules/unictype/property-bidi-arabic-digit: New file.
477         * modules/unictype/property-bidi-common-separator: New file.
478         * modules/unictype/property-bidi-block-separator: New file.
479         * modules/unictype/property-bidi-segment-separator: New file.
480         * modules/unictype/property-bidi-whitespace: New file.
481         * modules/unictype/property-bidi-non-spacing-mark: New file.
482         * modules/unictype/property-bidi-boundary-neutral: New file.
483         * modules/unictype/property-bidi-pdf: New file.
484         * modules/unictype/property-bidi-embedding-or-override: New file.
485         * modules/unictype/property-bidi-other-neutral: New file.
486         * modules/unictype/property-hex-digit: New file.
487         * modules/unictype/property-ascii-hex-digit: New file.
488         * modules/unictype/property-ideographic: New file.
489         * modules/unictype/property-unified-ideograph: New file.
490         * modules/unictype/property-radical: New file.
491         * modules/unictype/property-ids-binary-operator: New file.
492         * modules/unictype/property-ids-trinary-operator: New file.
493         * modules/unictype/property-zero-width: New file.
494         * modules/unictype/property-space: New file.
495         * modules/unictype/property-non-break: New file.
496         * modules/unictype/property-iso-control: New file.
497         * modules/unictype/property-format-control: New file.
498         * modules/unictype/property-dash: New file.
499         * modules/unictype/property-hyphen: New file.
500         * modules/unictype/property-punctuation: New file.
501         * modules/unictype/property-line-separator: New file.
502         * modules/unictype/property-paragraph-separator: New file.
503         * modules/unictype/property-quotation-mark: New file.
504         * modules/unictype/property-sentence-terminal: New file.
505         * modules/unictype/property-terminal-punctuation: New file.
506         * modules/unictype/property-currency-symbol: New file.
507         * modules/unictype/property-math: New file.
508         * modules/unictype/property-other-math: New file.
509         * modules/unictype/property-paired-punctuation: New file.
510         * modules/unictype/property-left-of-pair: New file.
511         * modules/unictype/property-combining: New file.
512         * modules/unictype/property-composite: New file.
513         * modules/unictype/property-decimal-digit: New file.
514         * modules/unictype/property-numeric: New file.
515         * modules/unictype/property-diacritic: New file.
516         * modules/unictype/property-extender: New file.
517         * modules/unictype/property-ignorable-control: New file.
518         * modules/unictype/property-test: New file.
519         * modules/unictype/property-byname: New file.
520         * modules/unictype/property-all: New file.
521         * modules/unictype/scripts: New file.
522         * modules/unictype/scripts-all: New file.
523         * modules/unictype/block-of: New file.
524         * modules/unictype/block-test: New file.
525         * modules/unictype/block-list: New file.
526         * modules/unictype/block-all: New file.
527         * modules/unictype/syntax-c-whitespace: New file.
528         * modules/unictype/syntax-java-whitespace: New file.
529         * modules/unictype/syntax-c-ident: New file.
530         * modules/unictype/syntax-java-ident: New file.
531         * modules/unictype/ctype-alnum: New file.
532         * modules/unictype/ctype-alpha: New file.
533         * modules/unictype/ctype-cntrl: New file.
534         * modules/unictype/ctype-digit: New file.
535         * modules/unictype/ctype-graph: New file.
536         * modules/unictype/ctype-lower: New file.
537         * modules/unictype/ctype-print: New file.
538         * modules/unictype/ctype-punct: New file.
539         * modules/unictype/ctype-space: New file.
540         * modules/unictype/ctype-upper: New file.
541         * modules/unictype/ctype-xdigit: New file.
542         * modules/unictype/ctype-blank: New file.
543         * lib/unictype/bidi_byname.c: New file.
544         * lib/unictype/bidi_name.c: New file.
545         * lib/unictype/bidi_of.c: New file.
546         * lib/unictype/bidi_test.c: New file.
547         * lib/unictype/bitmap.h: New file.
548         * lib/unictype/block_test.c: New file.
549         * lib/unictype/blocks.c: New file.
550         * lib/unictype/categ_C.c: New file.
551         * lib/unictype/categ_Cc.c: New file.
552         * lib/unictype/categ_Cf.c: New file.
553         * lib/unictype/categ_Cn.c: New file.
554         * lib/unictype/categ_Co.c: New file.
555         * lib/unictype/categ_Cs.c: New file.
556         * lib/unictype/categ_L.c: New file.
557         * lib/unictype/categ_Ll.c: New file.
558         * lib/unictype/categ_Lm.c: New file.
559         * lib/unictype/categ_Lo.c: New file.
560         * lib/unictype/categ_Lt.c: New file.
561         * lib/unictype/categ_Lu.c: New file.
562         * lib/unictype/categ_M.c: New file.
563         * lib/unictype/categ_Mc.c: New file.
564         * lib/unictype/categ_Me.c: New file.
565         * lib/unictype/categ_Mn.c: New file.
566         * lib/unictype/categ_N.c: New file.
567         * lib/unictype/categ_Nd.c: New file.
568         * lib/unictype/categ_Nl.c: New file.
569         * lib/unictype/categ_No.c: New file.
570         * lib/unictype/categ_P.c: New file.
571         * lib/unictype/categ_Pc.c: New file.
572         * lib/unictype/categ_Pd.c: New file.
573         * lib/unictype/categ_Pe.c: New file.
574         * lib/unictype/categ_Pf.c: New file.
575         * lib/unictype/categ_Pi.c: New file.
576         * lib/unictype/categ_Po.c: New file.
577         * lib/unictype/categ_Ps.c: New file.
578         * lib/unictype/categ_S.c: New file.
579         * lib/unictype/categ_Sc.c: New file.
580         * lib/unictype/categ_Sk.c: New file.
581         * lib/unictype/categ_Sm.c: New file.
582         * lib/unictype/categ_So.c: New file.
583         * lib/unictype/categ_Z.c: New file.
584         * lib/unictype/categ_Zl.c: New file.
585         * lib/unictype/categ_Zp.c: New file.
586         * lib/unictype/categ_Zs.c: New file.
587         * lib/unictype/categ_and.c: New file.
588         * lib/unictype/categ_and_not.c: New file.
589         * lib/unictype/categ_byname.c: New file.
590         * lib/unictype/categ_name.c: New file.
591         * lib/unictype/categ_none.c: New file.
592         * lib/unictype/categ_of.c: New file.
593         * lib/unictype/categ_or.c: New file.
594         * lib/unictype/categ_test.c: New file.
595         * lib/unictype/combining.c: New file.
596         * lib/unictype/ctype_alnum.c: New file.
597         * lib/unictype/ctype_alpha.c: New file.
598         * lib/unictype/ctype_blank.c: New file.
599         * lib/unictype/ctype_cntrl.c: New file.
600         * lib/unictype/ctype_digit.c: New file.
601         * lib/unictype/ctype_graph.c: New file.
602         * lib/unictype/ctype_lower.c: New file.
603         * lib/unictype/ctype_print.c: New file.
604         * lib/unictype/ctype_punct.c: New file.
605         * lib/unictype/ctype_space.c: New file.
606         * lib/unictype/ctype_upper.c: New file.
607         * lib/unictype/ctype_xdigit.c: New file.
608         * lib/unictype/decdigit.c: New file.
609         * lib/unictype/digit.c: New file.
610         * lib/unictype/identsyntaxmap.h: New file.
611         * lib/unictype/mirror.c: New file.
612         * lib/unictype/numeric.c: New file.
613         * lib/unictype/pr_alphabetic.c: New file.
614         * lib/unictype/pr_ascii_hex_digit.c: New file.
615         * lib/unictype/pr_bidi_arabic_digit.c: New file.
616         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
617         * lib/unictype/pr_bidi_block_separator.c: New file.
618         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
619         * lib/unictype/pr_bidi_common_separator.c: New file.
620         * lib/unictype/pr_bidi_control.c: New file.
621         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
622         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
623         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
624         * lib/unictype/pr_bidi_european_digit.c: New file.
625         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
626         * lib/unictype/pr_bidi_left_to_right.c: New file.
627         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
628         * lib/unictype/pr_bidi_other_neutral.c: New file.
629         * lib/unictype/pr_bidi_pdf.c: New file.
630         * lib/unictype/pr_bidi_segment_separator.c: New file.
631         * lib/unictype/pr_bidi_whitespace.c: New file.
632         * lib/unictype/pr_byname.c: New file.
633         * lib/unictype/pr_byname.gperf: New file.
634         * lib/unictype/pr_combining.c: New file.
635         * lib/unictype/pr_composite.c: New file.
636         * lib/unictype/pr_currency_symbol.c: New file.
637         * lib/unictype/pr_dash.c: New file.
638         * lib/unictype/pr_decimal_digit.c: New file.
639         * lib/unictype/pr_default_ignorable_code_point.c: New file.
640         * lib/unictype/pr_deprecated.c: New file.
641         * lib/unictype/pr_diacritic.c: New file.
642         * lib/unictype/pr_extender.c: New file.
643         * lib/unictype/pr_format_control.c: New file.
644         * lib/unictype/pr_grapheme_base.c: New file.
645         * lib/unictype/pr_grapheme_extend.c: New file.
646         * lib/unictype/pr_grapheme_link.c: New file.
647         * lib/unictype/pr_hex_digit.c: New file.
648         * lib/unictype/pr_hyphen.c: New file.
649         * lib/unictype/pr_id_continue.c: New file.
650         * lib/unictype/pr_id_start.c: New file.
651         * lib/unictype/pr_ideographic.c: New file.
652         * lib/unictype/pr_ids_binary_operator.c: New file.
653         * lib/unictype/pr_ids_trinary_operator.c: New file.
654         * lib/unictype/pr_ignorable_control.c: New file.
655         * lib/unictype/pr_iso_control.c: New file.
656         * lib/unictype/pr_join_control.c: New file.
657         * lib/unictype/pr_left_of_pair.c: New file.
658         * lib/unictype/pr_line_separator.c: New file.
659         * lib/unictype/pr_logical_order_exception.c: New file.
660         * lib/unictype/pr_lowercase.c: New file.
661         * lib/unictype/pr_math.c: New file.
662         * lib/unictype/pr_non_break.c: New file.
663         * lib/unictype/pr_not_a_character.c: New file.
664         * lib/unictype/pr_numeric.c: New file.
665         * lib/unictype/pr_other_alphabetic.c: New file.
666         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
667         * lib/unictype/pr_other_grapheme_extend.c: New file.
668         * lib/unictype/pr_other_id_continue.c: New file.
669         * lib/unictype/pr_other_id_start.c: New file.
670         * lib/unictype/pr_other_lowercase.c: New file.
671         * lib/unictype/pr_other_math.c: New file.
672         * lib/unictype/pr_other_uppercase.c: New file.
673         * lib/unictype/pr_paired_punctuation.c: New file.
674         * lib/unictype/pr_paragraph_separator.c: New file.
675         * lib/unictype/pr_pattern_syntax.c: New file.
676         * lib/unictype/pr_pattern_white_space.c: New file.
677         * lib/unictype/pr_private_use.c: New file.
678         * lib/unictype/pr_punctuation.c: New file.
679         * lib/unictype/pr_quotation_mark.c: New file.
680         * lib/unictype/pr_radical.c: New file.
681         * lib/unictype/pr_sentence_terminal.c: New file.
682         * lib/unictype/pr_soft_dotted.c: New file.
683         * lib/unictype/pr_space.c: New file.
684         * lib/unictype/pr_terminal_punctuation.c: New file.
685         * lib/unictype/pr_test.c: New file.
686         * lib/unictype/pr_titlecase.c: New file.
687         * lib/unictype/pr_unassigned_code_value.c: New file.
688         * lib/unictype/pr_unified_ideograph.c: New file.
689         * lib/unictype/pr_uppercase.c: New file.
690         * lib/unictype/pr_variation_selector.c: New file.
691         * lib/unictype/pr_white_space.c: New file.
692         * lib/unictype/pr_xid_continue.c: New file.
693         * lib/unictype/pr_xid_start.c: New file.
694         * lib/unictype/pr_zero_width.c: New file.
695         * lib/unictype/scripts.c: New file.
696         * lib/unictype/sy_c_ident.c: New file.
697         * lib/unictype/sy_c_whitespace.c: New file.
698         * lib/unictype/sy_java_ident.c: New file.
699         * lib/unictype/sy_java_whitespace.c: New file.
700
701         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
702         Unicode 5.0.0.
703         * lib/unictype/blocks.h: Likewise.
704         * lib/unictype/categ_C.h: Likewise.
705         * lib/unictype/categ_Cc.h: Likewise.
706         * lib/unictype/categ_Cf.h: Likewise.
707         * lib/unictype/categ_Cn.h: Likewise.
708         * lib/unictype/categ_Co.h: Likewise.
709         * lib/unictype/categ_Cs.h: Likewise.
710         * lib/unictype/categ_L.h: Likewise.
711         * lib/unictype/categ_Ll.h: Likewise.
712         * lib/unictype/categ_Lm.h: Likewise.
713         * lib/unictype/categ_Lo.h: Likewise.
714         * lib/unictype/categ_Lt.h: Likewise.
715         * lib/unictype/categ_Lu.h: Likewise.
716         * lib/unictype/categ_M.h: Likewise.
717         * lib/unictype/categ_Mc.h: Likewise.
718         * lib/unictype/categ_Me.h: Likewise.
719         * lib/unictype/categ_Mn.h: Likewise.
720         * lib/unictype/categ_N.h: Likewise.
721         * lib/unictype/categ_Nd.h: Likewise.
722         * lib/unictype/categ_Nl.h: Likewise.
723         * lib/unictype/categ_No.h: Likewise.
724         * lib/unictype/categ_P.h: Likewise.
725         * lib/unictype/categ_Pc.h: Likewise.
726         * lib/unictype/categ_Pd.h: Likewise.
727         * lib/unictype/categ_Pe.h: Likewise.
728         * lib/unictype/categ_Pf.h: Likewise.
729         * lib/unictype/categ_Pi.h: Likewise.
730         * lib/unictype/categ_Po.h: Likewise.
731         * lib/unictype/categ_Ps.h: Likewise.
732         * lib/unictype/categ_S.h: Likewise.
733         * lib/unictype/categ_Sc.h: Likewise.
734         * lib/unictype/categ_Sk.h: Likewise.
735         * lib/unictype/categ_Sm.h: Likewise.
736         * lib/unictype/categ_So.h: Likewise.
737         * lib/unictype/categ_Z.h: Likewise.
738         * lib/unictype/categ_Zl.h: Likewise.
739         * lib/unictype/categ_Zp.h: Likewise.
740         * lib/unictype/categ_Zs.h: Likewise.
741         * lib/unictype/categ_of.h: Likewise.
742         * lib/unictype/combining.h: Likewise.
743         * lib/unictype/ctype_alnum.h: Likewise.
744         * lib/unictype/ctype_alpha.h: Likewise.
745         * lib/unictype/ctype_blank.h: Likewise.
746         * lib/unictype/ctype_cntrl.h: Likewise.
747         * lib/unictype/ctype_digit.h: Likewise.
748         * lib/unictype/ctype_graph.h: Likewise.
749         * lib/unictype/ctype_lower.h: Likewise.
750         * lib/unictype/ctype_print.h: Likewise.
751         * lib/unictype/ctype_punct.h: Likewise.
752         * lib/unictype/ctype_space.h: Likewise.
753         * lib/unictype/ctype_upper.h: Likewise.
754         * lib/unictype/ctype_xdigit.h: Likewise.
755         * lib/unictype/decdigit.h: Likewise.
756         * lib/unictype/digit.h: Likewise.
757         * lib/unictype/mirror.h: Likewise.
758         * lib/unictype/numeric.h: Likewise.
759         * lib/unictype/pr_alphabetic.h: Likewise.
760         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
761         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
762         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
763         * lib/unictype/pr_bidi_block_separator.h: Likewise.
764         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
765         * lib/unictype/pr_bidi_common_separator.h: Likewise.
766         * lib/unictype/pr_bidi_control.h: Likewise.
767         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
768         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
769         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
770         * lib/unictype/pr_bidi_european_digit.h: Likewise.
771         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
772         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
773         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
774         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
775         * lib/unictype/pr_bidi_pdf.h: Likewise.
776         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
777         * lib/unictype/pr_bidi_whitespace.h: Likewise.
778         * lib/unictype/pr_combining.h: Likewise.
779         * lib/unictype/pr_composite.h: Likewise.
780         * lib/unictype/pr_currency_symbol.h: Likewise.
781         * lib/unictype/pr_dash.h: Likewise.
782         * lib/unictype/pr_decimal_digit.h: Likewise.
783         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
784         * lib/unictype/pr_deprecated.h: Likewise.
785         * lib/unictype/pr_diacritic.h: Likewise.
786         * lib/unictype/pr_extender.h: Likewise.
787         * lib/unictype/pr_format_control.h: Likewise.
788         * lib/unictype/pr_grapheme_base.h: Likewise.
789         * lib/unictype/pr_grapheme_extend.h: Likewise.
790         * lib/unictype/pr_grapheme_link.h: Likewise.
791         * lib/unictype/pr_hex_digit.h: Likewise.
792         * lib/unictype/pr_hyphen.h: Likewise.
793         * lib/unictype/pr_id_continue.h: Likewise.
794         * lib/unictype/pr_id_start.h: Likewise.
795         * lib/unictype/pr_ideographic.h: Likewise.
796         * lib/unictype/pr_ids_binary_operator.h: Likewise.
797         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
798         * lib/unictype/pr_ignorable_control.h: Likewise.
799         * lib/unictype/pr_iso_control.h: Likewise.
800         * lib/unictype/pr_join_control.h: Likewise.
801         * lib/unictype/pr_left_of_pair.h: Likewise.
802         * lib/unictype/pr_line_separator.h: Likewise.
803         * lib/unictype/pr_logical_order_exception.h: Likewise.
804         * lib/unictype/pr_lowercase.h: Likewise.
805         * lib/unictype/pr_math.h: Likewise.
806         * lib/unictype/pr_non_break.h: Likewise.
807         * lib/unictype/pr_not_a_character.h: Likewise.
808         * lib/unictype/pr_numeric.h: Likewise.
809         * lib/unictype/pr_other_alphabetic.h: Likewise.
810         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
811         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
812         * lib/unictype/pr_other_id_continue.h: Likewise.
813         * lib/unictype/pr_other_id_start.h: Likewise.
814         * lib/unictype/pr_other_lowercase.h: Likewise.
815         * lib/unictype/pr_other_math.h: Likewise.
816         * lib/unictype/pr_other_uppercase.h: Likewise.
817         * lib/unictype/pr_paired_punctuation.h: Likewise.
818         * lib/unictype/pr_paragraph_separator.h: Likewise.
819         * lib/unictype/pr_pattern_syntax.h: Likewise.
820         * lib/unictype/pr_pattern_white_space.h: Likewise.
821         * lib/unictype/pr_private_use.h: Likewise.
822         * lib/unictype/pr_punctuation.h: Likewise.
823         * lib/unictype/pr_quotation_mark.h: Likewise.
824         * lib/unictype/pr_radical.h: Likewise.
825         * lib/unictype/pr_sentence_terminal.h: Likewise.
826         * lib/unictype/pr_soft_dotted.h: Likewise.
827         * lib/unictype/pr_space.h: Likewise.
828         * lib/unictype/pr_terminal_punctuation.h: Likewise.
829         * lib/unictype/pr_titlecase.h: Likewise.
830         * lib/unictype/pr_unassigned_code_value.h: Likewise.
831         * lib/unictype/pr_unified_ideograph.h: Likewise.
832         * lib/unictype/pr_uppercase.h: Likewise.
833         * lib/unictype/pr_variation_selector.h: Likewise.
834         * lib/unictype/pr_white_space.h: Likewise.
835         * lib/unictype/pr_xid_continue.h: Likewise.
836         * lib/unictype/pr_xid_start.h: Likewise.
837         * lib/unictype/pr_zero_width.h: Likewise.
838         * lib/unictype/scripts.h: Likewise.
839         * lib/unictype/scripts_byname.gperf: Likewise.
840         * lib/unictype/sy_c_ident.h: Likewise.
841         * lib/unictype/sy_c_whitespace.h: Likewise.
842         * lib/unictype/sy_java_ident.h: Likewise.
843         * lib/unictype/sy_java_whitespace.h: Likewise.
844
845         * lib/unictype/Makefile: New file.
846         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
847         glibc.
848         * lib/unictype/3level.h: New file, copied from glibc.
849         * lib/unictype/3levelbit.h: New file.
850
851 2007-11-11  Bruno Haible  <bruno@clisp.org>
852
853         * modules/gperf: New file.
854         * modules/iconv_open (Depends-on): Add it.
855         (Makefile.am): Remove the GPERF definition.
856
857 2007-11-11  Bruno Haible  <bruno@clisp.org>
858
859         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
860         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
861
862 2007-11-11  Bruno Haible  <bruno@clisp.org>
863
864         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
865         (usage): Remove function.
866
867 2007-11-11  Bruno Haible  <bruno@clisp.org>
868
869         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
870         gl_FUNC_CEILF_LIBS.
871         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
872         gl_FUNC_CEIL_LIBS.
873         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
874         gl_FUNC_CEILL_LIBS.
875         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
876         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
877         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
878
879 2007-11-11  Bruno Haible  <bruno@clisp.org>
880
881         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
882         roundf were declared but do not exist on functions.
883         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
884         roundl were declared but do not exist on functions.
885         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
886         HAVE_FLOORL_AND_CEILL, respectively.
887         Needed for Sun C on Solaris 10.
888
889 2007-11-11  Bruno Haible  <bruno@clisp.org>
890
891         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
892         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
893         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
894         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
895         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
896         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
897         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
898         HAVE_DECL_ROUNDF.
899         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
900         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
901         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
902         of HAVE_DECL_ROUND*.
903         * modules/math (Makefile.am): Update.
904
905 2007-11-10  Bruno Haible  <bruno@clisp.org>
906
907         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
908         ptrdiff_t as m4/intl.m4.
909
910 2007-11-10  Jim Meyering  <meyering@redhat.com>
911
912         Avoid link failure for the argmatch test.
913         * tests/test-argmatch.c (usage): Define function to avoid a link
914         failure: argmatch_die requires a usage function.
915
916 2007-11-09  Bruno Haible  <bruno@clisp.org>
917
918         * doc/functions/snprintf.texi: Mention BeOS deficiency.
919         * doc/functions/vsnprintf.texi: Likewise.
920         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
921         with a size argument < 2.
922
923 2007-11-09  Bruno Haible  <bruno@clisp.org>
924
925         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
926         buffer. Fixes an inefficiency introduced on 2007-11-03.
927
928 2007-11-09  Bruno Haible  <bruno@clisp.org>
929
930         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
931         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
932
933 2007-11-08  Jim Meyering  <meyering@redhat.com>
934
935         Change cache variable name prefix "jm_" to "gl_" everywhere.
936         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
937         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
938         * m4/uptime.m4: s/gl_/jm_/
939
940 2007-11-07  Bruno Haible  <bruno@clisp.org>
941
942         Update to GNU gettext 0.17.
943         * m4/intl.m4: Update to GNU gettext 0.17.
944         * m4/po.m4: Likewise.
945         * modules/gettext (Files): Remove m4/ulonglong.m4.
946         (configure.ac): Require gettext infrastructure from version 0.17.
947
948 2007-11-06  Bruno Haible  <bruno@clisp.org>
949
950         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
951         symbolic values are not defined in a public header.
952         * lib/freadable.c (freadable) [QNX]: Likewise.
953         * lib/freadahead.c (freadahead) [QNX]: Likewise.
954         * lib/freading.c (freading) [QNX]: Likewise.
955         * lib/fseterr.c (fseterr) [QNX]: Likewise.
956         * lib/fwritable.c (fwritable) [QNX]: Likewise.
957         * lib/fwriting.c (fwriting) [QNX]: Likewise.
958         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
959         Reported by Alain Magloire.
960
961         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
962
963 2007-11-05  Bruno Haible  <bruno@clisp.org>
964
965         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
966         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
967         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
968         Reported by Eric Blake.
969
970 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
971             Bruno Haible  <bruno@clisp.org>
972
973         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
974         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
975         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
976         (malloc): Undefine also before including <stdlib.h>.
977         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
978         Needed on OSF/1 4.0.
979
980 2007-11-05  Jim Meyering  <meyering@redhat.com>
981
982         git-version-gen: sync from coreutils.
983         * build-aux/git-version-gen: Add comments.
984         Change the first '-' to '.' in the snapshot version string,
985         e.g., 6.9-377-08144 -> 6.9.377-08144
986         Remove first parameter.
987         Don't declare a version "-dirty" merely because a time
988         stamp has changed.
989
990 2007-11-04  Bruno Haible  <bruno@clisp.org>
991
992         * lib/lock.h: Protect all macro definitions containing an 'if'
993         statement through a "do { ... } while (0)".
994         * lib/tls.h: Likewise.
995
996 2007-11-04  Bruno Haible  <bruno@clisp.org>
997
998         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
999
1000 2007-11-04  Bruno Haible  <bruno@clisp.org>
1001
1002         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
1003         * modules/fprintf-posix (Depends-on): Add nocrash.
1004         * modules/snprintf-posix (Depends-on): Likewise.
1005         * modules/sprintf-posix (Depends-on): Likewise.
1006         * modules/vasnprintf-posix (Depends-on): Likewise.
1007         * modules/vasprintf-posix (Depends-on): Likewise.
1008         * modules/vfprintf-posix (Depends-on): Likewise.
1009         * modules/vsnprintf-posix (Depends-on): Likewise.
1010         * modules/vsprintf-posix (Depends-on): Likewise.
1011         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
1012         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
1013         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
1014         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
1015         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
1016         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
1017         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
1018
1019 2007-11-04  Bruno Haible  <bruno@clisp.org>
1020
1021         * modules/nocrash: New file.
1022         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
1023         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
1024
1025 2007-11-04  Bruno Haible  <bruno@clisp.org>
1026
1027         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
1028         precision handling.
1029         * tests/test-vasprintf-posix.c (test_function): Likewise.
1030         * tests/test-snprintf-posix.h (test_function): Likewise.
1031         * tests/test-sprintf-posix.h (test_function): Likewise.
1032
1033         Fix *printf behaviour for large precisions on mingw and BeOS.
1034         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
1035         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
1036         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
1037         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
1038         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1039         gl_PRINTF_PRECISION and test its result. Invoke
1040         gl_PREREQ_VASNPRINTF_PRECISION.
1041         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1042         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1043         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1044         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1045         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1046         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1047         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1048         * doc/functions/fprintf.texi: Update.
1049         * doc/functions/printf.texi: Update.
1050         * doc/functions/snprintf.texi: Update.
1051         * doc/functions/sprintf.texi: Update.
1052         * doc/functions/vfprintf.texi: Update.
1053         * doc/functions/vprintf.texi: Update.
1054         * doc/functions/vsnprintf.texi: Update.
1055         * doc/functions/vsprintf.texi: Update.
1056
1057 2007-11-04  Bruno Haible  <bruno@clisp.org>
1058
1059         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
1060
1061 2007-11-04  Bruno Haible  <bruno@clisp.org>
1062
1063         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
1064         Reported by Sylvain Beucler <beuc@gnu.org>.
1065
1066 2007-11-03  Bruno Haible  <bruno@clisp.org>
1067
1068         * tests/test-fprintf-posix2.sh: New file.
1069         * tests/test-fprintf-posix2.c: New file.
1070         * modules/fprintf-posix-tests (Files): Add them.
1071         (TESTS): Add test-fprintf-posix2.sh.
1072         (configure.ac): Check for getrlimit and setrlimit.
1073         (check_PROGRAMS): Add test-fprintf-posix2.
1074
1075         * tests/test-printf-posix2.sh: New file.
1076         * tests/test-printf-posix2.c: New file.
1077         * modules/printf-posix-tests (Files): Add them.
1078         (TESTS): Add test-printf-posix2.sh.
1079         (configure.ac): Check for getrlimit and setrlimit.
1080         (check_PROGRAMS): Add test-printf-posix2.
1081
1082         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
1083         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
1084         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
1085         (decode_double): New function, copied from decode_long_double.
1086         (scale10_round_decimal_decoded): New function, extracted from
1087         scale10_round_decimal_long_double.
1088         (scale10_round_decimal_long_double): Use it.
1089         (scale10_round_decimal_double): New function.
1090         (floorlog10): New function.
1091         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
1092         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
1093         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
1094         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1095         gl_PRINTF_ENOMEM and test its result. Invoke
1096         gl_PREREQ_VASNPRINTF_ENOMEM.
1097         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1098         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1099         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1100         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1101         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1102         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1103         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1104         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
1105         * modules/snprintf-posix (Depends-on): Likewise.
1106         * modules/sprintf-posix (Depends-on): Likewise.
1107         * modules/vasnprintf-posix (Depends-on): Likewise.
1108         * modules/vasprintf-posix (Depends-on): Likewise.
1109         * modules/vfprintf-posix (Depends-on): Likewise.
1110         * modules/vsnprintf-posix (Depends-on): Likewise.
1111         * modules/vsprintf-posix (Depends-on): Likewise.
1112         * doc/functions/fprintf.texi: Update.
1113         * doc/functions/printf.texi: Update.
1114         * doc/functions/snprintf.texi: Update.
1115         * doc/functions/sprintf.texi: Update.
1116         * doc/functions/vfprintf.texi: Update.
1117         * doc/functions/vprintf.texi: Update.
1118         * doc/functions/vsnprintf.texi: Update.
1119         * doc/functions/vsprintf.texi: Update.
1120
1121 2007-11-03  Bruno Haible  <bruno@clisp.org>
1122
1123         * modules/frexp-nolibm-tests: New file.
1124
1125         * modules/frexp-nolibm: New file.
1126         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
1127
1128 2007-11-03  Bruno Haible  <bruno@clisp.org>
1129
1130         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
1131         value is C99 compliant.
1132         Needed for OSF/1 5.1.
1133
1134 2007-11-03  Bruno Haible  <bruno@clisp.org>
1135
1136         Fix out-of-memory handling of vasnprintf.
1137         * lib/printf-parse.c: Include <errno.h>.
1138         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
1139         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
1140         is already set.
1141
1142 2007-11-02  Eric Blake  <ebb9@byu.net>
1143
1144         Fix tests on cygwin.
1145         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
1146
1147 2007-11-01  Bruno Haible  <bruno@clisp.org>
1148
1149         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
1150         warning.
1151         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
1152         needed for POSIX compatibility.
1153
1154 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
1155
1156         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
1157         for compatibility with GNU.
1158
1159 2007-11-01  Bruno Haible  <bruno@clisp.org>
1160
1161         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
1162         (putenv): Renamed from rpl_putenv. Change argument type from
1163         'const char *' to 'char *'.
1164         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
1165         of defining putenv in config.h, just set REPLACE_PUTENV.
1166         * modules/putenv (Depends-on): Add stdlib.
1167         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1168         (Include): Use <stdlib.h>.
1169         * lib/stdlib.in.h (putenv): New declaration.
1170         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
1171         REPLACE_PUTENV.
1172         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
1173         REPLACE_PUTENV.
1174         Needed for MacOS X 10.5.0.
1175         Reported by Peter O'Gorman <peter@pogma.com>.
1176
1177 2007-11-01  Jim Meyering  <meyering@redhat.com>
1178
1179         Treat an empty date string exactly like "0".
1180         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
1181         if the remaining date string (to be parsed) is empty, use "0".
1182         Reported by Mischa Molhoek and discussed in this thread:
1183         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
1184
1185 2007-10-31  Bruno Haible  <bruno@clisp.org>
1186
1187         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
1188         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
1189         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
1190         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
1191         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
1192         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
1193
1194 2007-10-31  Bruno Haible  <bruno@clisp.org>
1195
1196         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
1197         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
1198         (AC_TYPE_LONG_LONG_INT): Use it.
1199         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
1200         it as well.
1201         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
1202         to m4/longlong.m4.
1203         * modules/stdint (Files): Remove m4/ulonglong.m4.
1204         * modules/strtoull (Files): Use m4/longlong.m4 instead of
1205         m4/ulonglong.m4.
1206         * modules/strtoumax (Files): Likewise.
1207
1208 2007-10-30  Bruno Haible  <bruno@clisp.org>
1209
1210         * modules/xvasprintf-posix: New file.
1211         Suggested by Eric Blake.
1212
1213 2007-10-30  Bruno Haible  <bruno@clisp.org>
1214
1215         * modules/xprintf-posix-tests: New file.
1216         * tests/test-xprintf-posix.sh: New file.
1217         * tests/test-xprintf-posix.c: New file.
1218         * tests/test-xfprintf-posix.c: New file.
1219
1220         * modules/xprintf-posix: New file.
1221
1222 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1223
1224         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
1225         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
1226         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
1227
1228 2007-10-29  Bruno Haible  <bruno@clisp.org>
1229
1230         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
1231         contain the special marker '_cv_'.
1232         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
1233         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
1234         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
1235         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
1236         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
1237         Reported by Ralf Wildenhues.
1238
1239 2007-10-29  Bruno Haible  <bruno@clisp.org>
1240
1241         * gnulib-tool (func_import): When --lgpl is not specified, set
1242         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
1243         GPLv3.
1244         Reported by Simon Josefsson.
1245
1246 2007-10-28  Bruno Haible  <bruno@clisp.org>
1247
1248         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
1249         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
1250         HAVE_DECL_ISFINITE.
1251         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
1252         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
1253         HAVE_DECL_ISFINITE.
1254
1255 2007-10-28  Bruno Haible  <bruno@clisp.org>
1256
1257         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
1258         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
1259
1260 2007-10-28  Bruno Haible  <bruno@clisp.org>
1261
1262         Fix link errors with Sun C 5.0 on Solaris 10.
1263         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
1264         function is declared but not present in the compiler's libm.
1265         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
1266         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
1267         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
1268         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
1269         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
1270         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
1271         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
1272         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
1273         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
1274         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
1275         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
1276         HAVE_DECL_FLOORL.
1277
1278 2007-10-28  Bruno Haible  <bruno@clisp.org>
1279
1280         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
1281         gl_FUNC_FLOORL. Cache the result.
1282         (gl_FUNC_FLOORL): Use it.
1283         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
1284         gl_FUNC_CEILL. Cache the result.
1285         (gl_FUNC_CEILL): Use it.
1286
1287         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
1288         gl_FUNC_FLOOR. Cache the result.
1289         (gl_FUNC_FLOOR): Use it.
1290         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
1291         gl_FUNC_CEIL. Cache the result.
1292         (gl_FUNC_CEIL): Use it.
1293
1294         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
1295         gl_FUNC_FLOORF. Cache the result.
1296         (gl_FUNC_FLOORF): Use it.
1297         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
1298         gl_FUNC_CEILF. Cache the result.
1299         (gl_FUNC_CEILF): Use it.
1300
1301 2007-10-28  Bruno Haible  <bruno@clisp.org>
1302
1303         * gnulib-tool: Allow specifying the LGPL version number through
1304         --lgpl=2 or --lgpl=3.
1305         (func_usage): Document --lgpl with argument.
1306         Handle --lgpl=... arguments.
1307         (func_import): Recognize also gl_LGPL calls with an argument. When
1308         --lgpl=2 is used and the module's license is just LGPL, report an
1309         error. Set sed_transform_lib_file according to the lgpl variable. In
1310         the generated files, use --lgpl or gl_LGPL invocations with argument,
1311         if necessary.
1312         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
1313         an LGPv2+ license.
1314         * doc/gnulib-tool.texi (Modified imports): Update explanation of
1315         gl_LGPL macro.
1316
1317 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1318             Bruno Haible  <bruno@clisp.org>
1319
1320         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
1321         (u16_uctomb_aux): Likewise.
1322         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
1323         !HAVE_INLINE.
1324         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
1325
1326 2007-10-28  Bruno Haible  <bruno@clisp.org>
1327
1328         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
1329         Invoke AM_GETTEXT_OPTION if it exists.
1330         * modules/vasprintf: Likewise.
1331         * modules/verror: Likewise.
1332         * modules/xprintf: Likewise.
1333         * modules/xvasprintf: Likewise.
1334
1335 2007-10-27  Ben Pfaff  <blp@gnu.org>
1336
1337         * lib/math.in.h: Define isfinite macro and prototypes for
1338         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
1339         implementations.
1340         * m4/math_h.m4: New substitutions for isfinite module.
1341         * lib/isfinite.c: New file.
1342         * m4/isfinite.m4: New file.
1343         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
1344         * modules/isfinite: New file.
1345         * modules/isfinite-tests: New file.
1346         * tests/tests-isfinite.c: New file.
1347         * doc/functions/isfinite.texi: Mention isfinite module.
1348         * MODULES.html.sh: Mention new module.
1349
1350 2007-10-27  Ben Pfaff  <blp@gnu.org>
1351
1352         Ralf Wildenhues reported that Tru64 4.0D declares the round
1353         functions but does not have definitions.
1354         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
1355         cannot be found in any library, set the output variable to
1356         "missing" instead of "".
1357         * m4/round.m4: Also use our substitute if we cannot find round in
1358         any library, even if it is declared.
1359         * m4/roundf.m4: Likewise for roundf.
1360         * m4/roundl.m4: Likewise for roundl.
1361         * lib/math.in.h: Undefine roundf, round, roundl before defining
1362         their replacements, to allow for hypothetical systems where these
1363         may be defined as macros but not available in libraries.
1364
1365 2007-10-27  Bruno Haible  <bruno@clisp.org>
1366
1367         * doc/gnulib.texi: Invoke @firstparagraphindent.
1368         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
1369         changes in gnulib.
1370         (Source changes): New section.
1371
1372 2007-10-26  Bruno Haible  <bruno@clisp.org>
1373
1374         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
1375         borrowed from autoconf.
1376
1377 2007-10-26  Bruno Haible  <bruno@clisp.org>
1378
1379         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
1380         strerror returned the empty string. Needed on HP-UX 11.00.
1381
1382 2007-10-24  Micah Cowan  <micah@cowan.name>
1383
1384         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
1385         * build-aux/bootstrap: Remove support for now-unnecessary option,
1386         --cvs-user, and envvars CVS_USER, CVS_RSH.
1387
1388 2007-10-24  Jim Meyering  <meyering@redhat.com>
1389
1390         Avoid diagnostics from sha1sum when there is no cached checksum.
1391         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
1392         if the po.s1 file hasn't been created yet.
1393
1394         * build-aux/bootstrap: Sync from coreutils:
1395         2007-10-24  Jim Meyering  <meyering@redhat.com>
1396         Get gnulib from the git repository, not from an obsolete cvs one.
1397         * build-aux/bootstrap: Suggestion from Micah Cowan.
1398         2007-10-04  Jim Meyering  <jim@meyering.net>
1399         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
1400         (update_po_files): Work also when there are no .po files in po/.
1401
1402 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1403
1404         * README: Append ".git" to git and cg examples.
1405         Problem reported by Benoit Sigoure.
1406
1407 2007-10-23  Micah Cowan  <micah@cowan.name>
1408
1409         * users.txt: Add wget.
1410
1411 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1412
1413         Fix linking of some unistdio tests on FreeBSD.
1414         * modules/unistdio/u16-vsnprintf-tests
1415         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
1416         * modules/unistdio/u16-vsprintf-tests
1417         (test_u16_vsnprintf1_LDADD): Likewise.
1418         * modules/unistdio/u32-vsnprintf-tests
1419         (test_u32_vsnprintf1_LDADD): Likewise.
1420         * modules/unistdio/u32-vsprintf-tests
1421         (test_u32_vsprintf1_LDADD): Likewise.
1422         * modules/unistdio/u8-vsnprintf-tests
1423         (test_u8_vsnprintf1_LDADD): Likewise.
1424         * modules/unistdio/u8-vsprintf-tests
1425         (test_u8_vsprintf1_LDADD): Likewise.
1426         * modules/unistdio/ulc-vsnprintf-tests
1427         (test_ulc_vsnprintf1_LDADD): Likewise.
1428         * modules/unistdio/ulc-vsprintf-tests
1429         (test_ulc_vsprintf1_LDADD): Likewise.
1430
1431         Fix linking of some uniconv tests on FreeBSD.
1432         * modules/uniconv/u16-conv-from-enc-tests
1433         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
1434         * modules/uniconv/u16-conv-to-enc-tests
1435         (test_u16_conv_to_enc_LDADD): Likewise.
1436         * modules/uniconv/u16-strconv-from-enc-tests
1437         (test_u16_strconv_from_enc_LDADD): Likewise.
1438         * modules/uniconv/u16-strconv-to-enc-tests
1439         (test_u16_strconv_to_enc_LDADD): Likewise.
1440         * modules/uniconv/u32-conv-from-enc-tests
1441         (test_u32_conv_from_enc_LDADD): Likewise.
1442         * modules/uniconv/u32-conv-to-enc-tests
1443         (test_u32_conv_to_enc_LDADD): Likewise.
1444         * modules/uniconv/u32-strconv-from-enc-tests
1445         (test_u32_strconv_from_enc_LDADD): Likewise.
1446         * modules/uniconv/u32-strconv-to-enc-tests
1447         (test_u32_strconv_to_enc_LDADD): Likewise.
1448         * modules/uniconv/u8-conv-from-enc-tests
1449         (test_u8_conv_from_enc_LDADD): Likewise.
1450         * modules/uniconv/u8-conv-to-enc-tests
1451         (test_u8_conv_to_enc_LDADD): Likewise.
1452         * modules/uniconv/u8-strconv-from-enc-tests
1453         (test_u8_strconv_from_enc_LDADD): Likewise.
1454         * modules/uniconv/u8-strconv-to-enc-tests
1455         (test_u8_strconv_to_enc_LDADD): Likewise.
1456
1457 2007-10-22  Bruno Haible  <bruno@clisp.org>
1458
1459         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
1460         size.
1461
1462 2007-10-22  Eric Blake  <ebb9@byu.net>
1463
1464         Tweak x*printf documentation.
1465         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
1466         variable name and comments.
1467         Suggested by Bruno Haible.
1468
1469 2007-10-22  Bruno Haible  <bruno@clisp.org>
1470
1471         * lib/acl.c (copy_acl): Fix file name in comment.
1472
1473 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1474
1475         Fix Tru64 problem with stdbool.h.
1476         * lib/stdbool.in.h (false, true):
1477         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
1478         Don't declare as an enum in this situation; it runs afoul of Tru64.
1479         Problem reported by Steven M. Schweda in
1480         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
1481
1482 2007-10-22  Eric Blake  <ebb9@byu.net>
1483
1484         Also wrap vf?printf.
1485         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
1486         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
1487         (xvprintf, xvfprintf): New functions.
1488
1489 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1490
1491         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
1492         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
1493
1494         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
1495         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
1496
1497 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1498
1499         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
1500         by Bruno Haible.
1501
1502 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1503
1504         * lib/getloadavg.c
1505         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
1506         Undef `sys' after including sys/table.h, for Tru64 4.0D.
1507
1508         * tests/test-i-ring.c: Work for C89.
1509
1510 2007-10-22  Bruno Haible  <bruno@clisp.org>
1511
1512         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
1513         -1u, in preprocessor expression, so that we don't test for the bug
1514         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
1515         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
1516
1517 2007-10-22  Eric Blake  <ebb9@byu.net>
1518
1519         * tests/test-yesno.sh: Silence stderr during test.
1520
1521 2007-10-22  Simon Josefsson  <simon@josefsson.org>
1522
1523         * modules/crypto/gc-camellia: New file.
1524
1525         * m4/gc-camellia.m4: New file.
1526
1527         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
1528
1529         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
1530
1531 2007-10-22  Simon Josefsson  <simon@josefsson.org>
1532
1533         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
1534         --help to stdout.  Reported by sms@antinode.org (Steven
1535         M. Schweda).
1536
1537 2007-10-22  Simon Josefsson  <simon@josefsson.org>
1538
1539         * users.txt: Fix link to libksba.
1540
1541 2007-10-21  Ben Pfaff  <blp@gnu.org>
1542
1543         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
1544         round.c roundf implementation that depends on floorf and ceilf to
1545         be tested unconditionally.
1546
1547 2007-10-21  Ben Pfaff  <blp@gnu.org>
1548
1549         * m4/check-libm-func.m4: Removed.
1550         * m4/check-math-lib.m4: New file.
1551         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
1552         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
1553         definition and lack of AC_LIBOBJ([roundf]).
1554         * m4/roundl.m4: Ditto, and similarly for roundl.
1555         * modules/round: Reference new m4 file.
1556         * modules/roundf: Ditto.
1557         * modules/roundl: Ditto.
1558         * tests/test-round2.c (main): Use ROUND instead of round.
1559         Bug report from Bruno Haible.
1560
1561 2007-10-21  Bruno Haible  <bruno@clisp.org>
1562
1563         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
1564         context.
1565
1566 2007-10-21  Bruno Haible  <bruno@clisp.org>
1567
1568         * tests/test-wcwidth.c (main): Allow negative result for some control
1569         characters.
1570
1571         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
1572         Needed on OSF/1 5.1.
1573
1574 2007-10-21  Bruno Haible  <bruno@clisp.org>
1575
1576         * tests/test-floorf1.c: Include isnanf.h.
1577         (main): Use isnanf() instead of isnan().
1578         * tests/test-ceilf1.c: Include isnanf.h.
1579         (main): Use isnanf() instead of isnan().
1580         * tests/test-truncf1.c: Include isnanf.h.
1581         (main): Use isnanf() instead of isnan().
1582         * tests/test-roundf1.c: Include isnanf.h.
1583         (main): Use isnanf() instead of isnan().
1584
1585 2007-10-21  Eric Blake  <ebb9@byu.net>
1586
1587         * users.txt: Update URL for m4.
1588
1589 2007-10-21  Bruno Haible  <bruno@clisp.org>
1590
1591         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
1592
1593 2007-10-21  Bruno Haible  <bruno@clisp.org>
1594
1595         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
1596         Git's management files if the CVS files are not present.
1597
1598 2007-10-20  Bruno Haible  <bruno@clisp.org>
1599
1600         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
1601         gcc-3.4.x.
1602
1603 2007-10-20  Ben Pfaff  <blp@gnu.org>
1604
1605         * lib/math.in.h: Declare round, roundf, roundl if we are providing
1606         implementations.
1607         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
1608         * lib/round.c: New file.
1609         * lib/roundf.c: New file.
1610         * lib/roundl.c: New file.
1611         * m4/round.m4: New file.
1612         * m4/roundf.m4: New file.
1613         * m4/roundl.m4: New file.
1614         * m4/check-libm-func-m4: New file.
1615         * modules/math: Replace round, roundf, roundl related @VARS@ in
1616         math.in.h.
1617         * modules/round: New file.
1618         * modules/round-tests: New file.
1619         * modules/roundf: New file.
1620         * modules/roundf-tests: New file.
1621         * modules/roundl: New file.
1622         * modules/roundl-tests: New file.
1623         * tests/test-round1.c: New file.
1624         * tests/test-round2.c: New file.
1625         * tests/test-roundf1.c: New file.
1626         * tests/test-roundf2.c: New file.
1627         * tests/test-roundl.c: New file.
1628         * doc/functions/round.texi: Mention round module.
1629         * doc/functions/roundf.texi: Mention roundf module.
1630         * doc/functions/roundl.texi: Mention roundl module.
1631         * MODULES.html.sh: Mention new modules.
1632         Thanks to Bruno Haible for suggestions.
1633
1634 2007-10-20  Jim Meyering  <meyering@redhat.com>
1635
1636         * lib/xprintf.c: Include <config.h> unconditionally.
1637
1638         Change xprintf's license to GPL.
1639         * modules/xprintf (License): s/LGPL/GPL/, since this module
1640         depends on modules (exit and exitfail) which are GPL.
1641         Suggestion from Bruno Haible.
1642
1643         xprintf fixes.
1644         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
1645         Use a clearer diagnostic.
1646         Patch from Bruno Haible.
1647
1648 2007-10-20  Bruno Haible  <bruno@clisp.org>
1649
1650         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
1651         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
1652         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1653
1654 2007-10-20  Bruno Haible  <bruno@clisp.org>
1655
1656         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
1657         precision in the comparison result > x - 1 or similar.
1658         * tests/test-ceilf2.c (correct_result_p): Likewise.
1659         * tests/test-truncf2.c (correct_result_p): Likewise.
1660         * tests/test-trunc2.c (correct_result_p): Likewise.
1661         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1662
1663 2007-10-20  Bruno Haible  <bruno@clisp.org>
1664
1665         * modules/ceil: New file.
1666         * m4/ceil.m4: New file.
1667         * doc/functions/ceil.texi: Mention the 'ceil' module.
1668
1669 2007-10-20  Bruno Haible  <bruno@clisp.org>
1670
1671         * modules/floor: New file.
1672         * m4/floor.m4: New file.
1673         * doc/functions/floor.texi: Mention the 'floor' module.
1674
1675 2007-10-20  Bruno Haible  <bruno@clisp.org>
1676
1677         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
1678         of %a.
1679         * modules/floorf-tests (Depends-on): Likewise.
1680         * modules/truncf-tests (Depends-on): Likewise.
1681         * modules/trunc-tests (Depends-on): Likewise.
1682         Reported by Ben Pfaff.
1683
1684 2007-10-19  Jim Meyering  <meyering@redhat.com>
1685
1686         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
1687         Don't bother testing specific errno values.  Just test ferror.
1688
1689         New module: xprintf
1690         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
1691
1692 2007-10-19  Bruno Haible  <bruno@clisp.org>
1693
1694         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
1695         syntax.
1696         * modules/javaexec (Makefile.am): Likewise.
1697         * modules/relocatable-prog (Makefile.am): Likewise.
1698         Suggested by Jim Meyering.
1699
1700 2007-10-18  Bruno Haible  <bruno@clisp.org>
1701
1702         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
1703         Reported by Jim Meyering.
1704
1705 2007-10-18  Eric Blake  <ebb9@byu.net>
1706
1707         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
1708
1709 2007-10-18  Bruno Haible  <bruno@clisp.org>
1710
1711         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
1712         the format string into writable memory. Needed in Fortify conditions.
1713
1714 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
1715             Bruno Haible  <bruno@clisp.org>
1716
1717         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
1718         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
1719         * modules/trim (Depends-on): Add mbchar.
1720         (configure.ac): Add gl_FUNC_MBRTOWC.
1721         (Makefile.am): Augment lib_SOURCES.
1722
1723 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
1724
1725         Modify glob.c to use fstatat and dirfd, to simplify it.
1726         Suggested by Eric Blake.
1727         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
1728         Don't include <stdbool.h>; not used.
1729         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
1730         (link_exists_p): Simplify implementation, since we can now assume
1731         dirfd and fstatat.
1732         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
1733
1734 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1735
1736         * gnulib-tool (func_get_dependencies): Fix sed script to
1737         match only tests.
1738
1739 2007-10-17  Bruno Haible  <bruno@clisp.org>
1740
1741         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
1742         allow locale names without encoding suffix.
1743         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
1744         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
1745
1746 2007-10-16  Bruno Haible  <bruno@clisp.org>
1747
1748         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
1749         * lib/getgroups.c (getgroups): Likewise.
1750         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
1751
1752 2007-10-16  Bruno Haible  <bruno@clisp.org>
1753
1754         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
1755         * modules/malloc-posix (License): Likewise.
1756         * modules/realloc-posix (License): Likewise.
1757         * modules/calloc-posix (License): Likewise.
1758         * modules/intprops (License): Change from GPL to LGPL, with
1759         Paul Eggert's approval.
1760
1761 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1762
1763         Merge glibc changes into lib/glob.c.
1764
1765         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
1766         2007-10-15 04:59:03 UTC.  Here are the changes:
1767
1768         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
1769
1770         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
1771
1772         * lib/glob.c: Add some branch prediction throughout.
1773
1774         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
1775
1776         [BZ #5103]
1777         * lib/glob.c (glob): Recognize patterns starting \/.
1778
1779         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
1780
1781         [BZ #3996]
1782         * lib/glob.c (attribute_hidden): Define if not defined.
1783         (glob): Unescape dirname, filename or username when needed and not
1784         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
1785         is NULL.  Handle unescaped [ in pattern without closing ].
1786         Don't pass GLOB_CHECK down to recursive glob for directories.
1787         (__glob_pattern_type): New function.
1788         (__glob_pattern_p): Implement using __glob_pattern_type.
1789         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
1790         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
1791         Remove unreachable code.
1792
1793         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
1794
1795         * lib/glob.c (glob_in_dir): Add some comments and asserts to
1796         explain why there are no leaks.
1797
1798         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
1799
1800         [BZ #3253]
1801         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
1802         time, rather allocate increasingly bigger arrays of pointers, if
1803         possible with alloca, if too large with malloc.
1804
1805 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1806
1807         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
1808         Problem reported by H.Merijn Brand in
1809         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
1810         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
1811         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
1812
1813 2007-10-15  Bruno Haible  <bruno@clisp.org>
1814
1815         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
1816         with explicit rpl_ prefix.
1817         * lib/fopen.c (fopen): Likewise.
1818         * lib/freopen.c (freopen): Likewise.
1819         * lib/iconv.c (iconv): Likewise.
1820         * lib/iconv_close.c (iconv_close): Likewise.
1821
1822 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1823
1824         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
1825
1826 2007-10-15  Bruno Haible  <bruno@clisp.org>
1827
1828         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
1829         <stddef.h> instead of <stdlib.h> since we only need NULL.
1830         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1831
1832 2007-10-15  Bruno Haible  <bruno@clisp.org>
1833
1834         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
1835         Replace paragraph talking about LIBOBJS.
1836         Reported by Colin Watson <cjwatson@debian.org>.
1837
1838 2007-10-15  Bruno Haible  <bruno@clisp.org>
1839
1840         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
1841         <stdlib.h> before using NULL.
1842
1843 2007-10-15  Simon Josefsson  <simon@josefsson.org>
1844
1845         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
1846         Reported by Albert Chin <china@thewrittenword.com>.
1847
1848 2007-10-14  Bruno Haible  <bruno@clisp.org>
1849
1850         * modules/iconv_open-utf-tests: New file.
1851         * tests/test-iconv-utf.c: New file.
1852
1853         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
1854         * modules/iconv_open-utf: New file.
1855         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
1856         (iconv, iconv_close): New declarations.
1857         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
1858         be defined.
1859         (iconv_open): Add special handling of conversion between UTF-8 and
1860         UTF-{16,32}{BE,LE}.
1861         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
1862         * lib/iconv_close.c: New file.
1863         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
1864         gl_FUNC_ICONV_OPEN.
1865         (gl_FUNC_ICONV_OPEN): Use it.
1866         (gl_FUNC_ICONV_OPEN_UTF): New macro.
1867         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
1868         and REPLACE_ICONV_UTF.
1869         * modules/iconv_open (Depends-on): Add c-strcase.
1870         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
1871         ICONV_CONST.
1872         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
1873
1874 2007-10-13  Albert Chin  <china@thewrittenword.com>
1875             Bruno Haible  <bruno@clisp.org>
1876
1877         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
1878         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
1879
1880 2007-10-13  Bruno Haible  <bruno@clisp.org>
1881
1882         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
1883         defined, use the ISO C99 inline semantics.
1884         * lib/argp.h (ARGP_EI): Likewise.
1885
1886 2007-10-13  Bruno Haible  <bruno@clisp.org>
1887
1888         Handle 'inline' change in gcc 4.3.0.
1889         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
1890         argp_fmtstream_write, argp_fmtstream_set_lmargin,
1891         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
1892         argp_fmtstream_point): Disable 'extern' declaration if the function
1893         definition is going to be provided inline.
1894         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
1895         semantics, not the ISO C99 inline semantics.
1896         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
1897         'extern' declaration if the function definition is going to be provided
1898         inline.
1899         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
1900         the GNU C inline semantics, not the ISO C99 inline semantics. With
1901         GCC 4.2, avoid a warning.
1902
1903 2007-10-13  Bruno Haible  <bruno@clisp.org>
1904
1905         * lib/freading.h (freading): Enable the use of __freading for
1906         glibc >= 2.7.
1907         * lib/freading.c (freading): Likewise.
1908
1909 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1910
1911         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
1912         "warning: C99 inline functions are not supported; using GNU89".
1913
1914 2007-10-12  Bruno Haible  <bruno@clisp.org>
1915
1916         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
1917         of 2.
1918         * tests/test-ceilf2.c: New file.
1919         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
1920
1921         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
1922         * modules/ceilf-tests: Update.
1923
1924 2007-10-12  Bruno Haible  <bruno@clisp.org>
1925
1926         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
1927         of 2.
1928         * tests/test-floorf2.c: New file.
1929         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
1930
1931         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
1932         * modules/floorf-tests: Update.
1933
1934 2007-10-12  Bruno Haible  <bruno@clisp.org>
1935
1936         * tests/test-trunc2.c: New file.
1937         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
1938
1939         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
1940         * modules/trunc-tests: Update.
1941
1942 2007-10-12  Bruno Haible  <bruno@clisp.org>
1943
1944         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
1945         of 2.
1946         * tests/test-truncf2.c: New file.
1947         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
1948
1949         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
1950         * modules/truncf-tests: Update.
1951
1952 2007-10-11  Eric Blake  <ebb9@byu.net>
1953
1954         Don't claim strerror is broken on Interix.
1955         * doc/functions/strerror.texi (strerror): Known broken systems are
1956         now Solaris 8, and not Interix.
1957         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
1958         Interix on cross-compile.
1959         Reported by Martin Koeppe in
1960         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
1961
1962 2007-10-11  Bruno Haible  <bruno@clisp.org>
1963
1964         * modules/i-ring-tests: New file.
1965         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
1966         instead of assert.
1967
1968 2007-10-11  Bruno Haible  <bruno@clisp.org>
1969
1970         * modules/filenamecat-tests: New file.
1971         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
1972         * lib/filenamecat.c: Remove test code.
1973
1974 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1975
1976         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
1977
1978         * lib/strerror.c: Include <string.h> always, to test interface,
1979         and to remove the need for the dummy.
1980         Include intprops.h to compute width instead of doing it ourselves
1981         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
1982         (strerror): Define it to return NULL if there's no system strerror.
1983         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
1984         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
1985         ancient pre-strerror Unix systems well any more.  Saying "unknown
1986         system error" is enough.
1987         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
1988         simpler strerror.c implementation.
1989         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
1990         Simplify the tests to reflect the simpler strerror implementation.
1991         * modules/strerror (Depends-on): Add intprops.
1992
1993 2007-10-09  Eric Blake  <ebb9@byu.net>
1994
1995         Silence test-fpending.
1996         * modules/fpending-tests (Files): Add wrapper script.
1997         * tests/test-fpending.sh: New file.
1998
1999 2007-10-09  Bruno Haible  <bruno@clisp.org>
2000
2001         * MODULES.html.sh (func_module): Don't create a hyperlink for
2002         function names like 'printf_frexp'.
2003         (Misc): Add crc, memxor.
2004         (Characteristics of floating types): New section.
2005         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
2006         isnanf-nolibm, signbit, trunc, truncf, truncl.
2007         (Enhancements for ISO C 99 functions): New subsection Input/output.
2008         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
2009         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
2010         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
2011         (Compatibility checks for POSIX:2001 functions): Add clock-time.
2012         (Enhancements for POSIX:2001 functions): Add chdir-long.
2013         (File system functions): Add areadlink, chdir-safer, read-file.
2014         Remove cycle-check.
2015         (File system as inode set): New section.
2016         (Date and time): Add gethrxtime.
2017         (Multithreading): Add openmp.
2018         (Internationalization functions): Add localename.
2019         (Unicode string functions): Add unistr/u*-mbsnlen.
2020         (Support for maintaining and releasing projects): Add git-version-gen.
2021         (Lone files): Remove directories.
2022
2023 2007-10-08  Ben Pfaff  <blp@gnu.org>
2024
2025         * lib/xmalloca.h: Fix typo in comment.
2026
2027 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2028
2029         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
2030         when avoiding problems with integer overflow.  Use a portable test
2031         instead.
2032
2033 2007-10-08  Simon Josefsson  <simon@josefsson.org>
2034
2035         * modules/dummy (License): Change to LGPLv2+.
2036         * modules/float (License): Likewise
2037         * modules/realloc (License): Likewise
2038         * modules/stdlib (License): Likewise
2039
2040 2007-10-07  Bruno Haible  <bruno@clisp.org>
2041
2042         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
2043         * floor.c (TWO_MANT_DIG): Likewise.
2044         * ceil.c (TWO_MANT_DIG): Likewise.
2045         Reported by Ben Pfaff.
2046
2047 2007-10-07  Bruno Haible  <bruno@clisp.org>
2048
2049         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
2050         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
2051         * lib/frexp.c (FUNC): Likewise.
2052         * lib/printf-frexp.h (printf_frexp): Likewise.
2053         * lib/printf-frexpl.h (printf_frexpl): Likewise.
2054         * lib/printf-frexp.c (FUNC): Likewise.
2055         Suggested by Jim Meyering.
2056
2057 2007-10-07  Jim Meyering  <meyering@redhat.com>
2058
2059         Make xnanosleep's integer overflow test more robust.
2060         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
2061         so that gcc-4.3.0 doesn't optimize away this test for overflow.
2062
2063 2007-10-07  Bruno Haible  <bruno@clisp.org>
2064
2065         * NEWS: Mention the license change.
2066
2067         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
2068         abbreviations in the modules files.
2069
2070         Change copyright notice from GPLv2+ to GPLv3+.
2071         * README: Change copyright notice.
2072         * MODULES.html.sh: Likewise.
2073         * build-aux/bootstrap.conf: Likewise.
2074         * build-aux/config.libpath: Likewise.
2075         * build-aux/csharpcomp.sh.in: Likewise.
2076         * build-aux/csharpexec.sh.in: Likewise.
2077         * build-aux/install-reloc: Likewise.
2078         * build-aux/javacomp.sh.in: Likewise.
2079         * build-aux/javaexec.sh.in: Likewise.
2080         * build-aux/ldd.sh.in: Likewise.
2081         * build-aux/reloc-ldflags: Likewise.
2082         * build-aux/relocatable.sh.in: Likewise.
2083         * build-aux/x-to-1.in: Likewise.
2084         * check-module: Likewise.
2085         * config/srclistvars.sh: Likewise.
2086         * gnulib-tool: Likewise.
2087         * lib/acl-internal.h: Likewise.
2088         * lib/acl.c: Likewise.
2089         * lib/acl.h: Likewise.
2090         * lib/acl_entries.c: Likewise.
2091         * lib/areadlink-with-size.c: Likewise.
2092         * lib/areadlink.c: Likewise.
2093         * lib/areadlink.h: Likewise.
2094         * lib/argmatch.c: Likewise.
2095         * lib/argmatch.h: Likewise.
2096         * lib/argp-ba.c: Likewise.
2097         * lib/argp-eexst.c: Likewise.
2098         * lib/argp-fmtstream.c: Likewise.
2099         * lib/argp-fmtstream.h: Likewise.
2100         * lib/argp-fs-xinl.c: Likewise.
2101         * lib/argp-help.c: Likewise.
2102         * lib/argp-namefrob.h: Likewise.
2103         * lib/argp-parse.c: Likewise.
2104         * lib/argp-pin.c: Likewise.
2105         * lib/argp-pv.c: Likewise.
2106         * lib/argp-pvh.c: Likewise.
2107         * lib/argp-xinl.c: Likewise.
2108         * lib/argp.h: Likewise.
2109         * lib/at-func.c: Likewise.
2110         * lib/atanl.c: Likewise.
2111         * lib/backupfile.c: Likewise.
2112         * lib/backupfile.h: Likewise.
2113         * lib/basename.c: Likewise.
2114         * lib/binary-io.h: Likewise.
2115         * lib/byteswap.in.h: Likewise.
2116         * lib/c-stack.c: Likewise.
2117         * lib/c-stack.h: Likewise.
2118         * lib/c-strcasestr.c: Likewise.
2119         * lib/c-strcasestr.h: Likewise.
2120         * lib/c-strstr.c: Likewise.
2121         * lib/c-strstr.h: Likewise.
2122         * lib/c-strtod.c: Likewise.
2123         * lib/calloc.c: Likewise.
2124         * lib/canon-host.c: Likewise.
2125         * lib/canon-host.h: Likewise.
2126         * lib/canonicalize-lgpl.c: Likewise.
2127         * lib/canonicalize.c: Likewise.
2128         * lib/canonicalize.h: Likewise.
2129         * lib/ceil.c: Likewise.
2130         * lib/ceilf.c: Likewise.
2131         * lib/ceill.c: Likewise.
2132         * lib/chdir-long.c: Likewise.
2133         * lib/chdir-long.h: Likewise.
2134         * lib/chdir-safer.c: Likewise.
2135         * lib/chdir-safer.h: Likewise.
2136         * lib/chown.c: Likewise.
2137         * lib/classpath.c: Likewise.
2138         * lib/classpath.h: Likewise.
2139         * lib/clean-temp.c: Likewise.
2140         * lib/clean-temp.h: Likewise.
2141         * lib/cloexec.c: Likewise.
2142         * lib/close-stream.c: Likewise.
2143         * lib/closein.c: Likewise.
2144         * lib/closein.h: Likewise.
2145         * lib/closeout.c: Likewise.
2146         * lib/closeout.h: Likewise.
2147         * lib/concat-filename.c: Likewise.
2148         * lib/copy-file.c: Likewise.
2149         * lib/copy-file.h: Likewise.
2150         * lib/count-one-bits.h: Likewise.
2151         * lib/crc.c: Likewise.
2152         * lib/crc.h: Likewise.
2153         * lib/creat-safer.c: Likewise.
2154         * lib/csharpcomp.c: Likewise.
2155         * lib/csharpcomp.h: Likewise.
2156         * lib/csharpexec.c: Likewise.
2157         * lib/csharpexec.h: Likewise.
2158         * lib/cycle-check.c: Likewise.
2159         * lib/cycle-check.h: Likewise.
2160         * lib/diacrit.c: Likewise.
2161         * lib/diacrit.h: Likewise.
2162         * lib/diffseq.h: Likewise.
2163         * lib/dirchownmod.c: Likewise.
2164         * lib/dirent.in.h: Likewise.
2165         * lib/dirfd.c: Likewise.
2166         * lib/dirfd.h: Likewise.
2167         * lib/dirname.c: Likewise.
2168         * lib/dirname.h: Likewise.
2169         * lib/dummy.c: Likewise.
2170         * lib/dup-safer.c: Likewise.
2171         * lib/dup2.c: Likewise.
2172         * lib/eealloc.h: Likewise.
2173         * lib/error.c: Likewise.
2174         * lib/error.h: Likewise.
2175         * lib/euidaccess.c: Likewise.
2176         * lib/exclude.c: Likewise.
2177         * lib/exclude.h: Likewise.
2178         * lib/execute.c: Likewise.
2179         * lib/execute.h: Likewise.
2180         * lib/exitfail.c: Likewise.
2181         * lib/exitfail.h: Likewise.
2182         * lib/expl.c: Likewise.
2183         * lib/fatal-signal.c: Likewise.
2184         * lib/fatal-signal.h: Likewise.
2185         * lib/fbufmode.c: Likewise.
2186         * lib/fbufmode.h: Likewise.
2187         * lib/fchdir.c: Likewise.
2188         * lib/fchmodat.c: Likewise.
2189         * lib/fchownat.c: Likewise.
2190         * lib/fcntl--.h: Likewise.
2191         * lib/fcntl-safer.h: Likewise.
2192         * lib/fcntl.in.h: Likewise.
2193         * lib/fd-safer.c: Likewise.
2194         * lib/fflush.c: Likewise.
2195         * lib/file-has-acl.c: Likewise.
2196         * lib/file-set.c: Likewise.
2197         * lib/file-type.c: Likewise.
2198         * lib/file-type.h: Likewise.
2199         * lib/fileblocks.c: Likewise.
2200         * lib/filemode.c: Likewise.
2201         * lib/filemode.h: Likewise.
2202         * lib/filename.h: Likewise.
2203         * lib/filenamecat.c: Likewise.
2204         * lib/filenamecat.h: Likewise.
2205         * lib/findprog.c: Likewise.
2206         * lib/findprog.h: Likewise.
2207         * lib/float.in.h: Likewise.
2208         * lib/floor.c: Likewise.
2209         * lib/floorf.c: Likewise.
2210         * lib/floorl.c: Likewise.
2211         * lib/fopen-safer.c: Likewise.
2212         * lib/fopen.c: Likewise.
2213         * lib/fpending.c: Likewise.
2214         * lib/fpending.h: Likewise.
2215         * lib/fprintf.c: Likewise.
2216         * lib/fprintftime.h: Likewise.
2217         * lib/fpucw.h: Likewise.
2218         * lib/fpurge.c: Likewise.
2219         * lib/fpurge.h: Likewise.
2220         * lib/freadable.c: Likewise.
2221         * lib/freadable.h: Likewise.
2222         * lib/freadahead.c: Likewise.
2223         * lib/freadahead.h: Likewise.
2224         * lib/freading.c: Likewise.
2225         * lib/freading.h: Likewise.
2226         * lib/free.c: Likewise.
2227         * lib/freopen.c: Likewise.
2228         * lib/frexp.c: Likewise.
2229         * lib/frexpl.c: Likewise.
2230         * lib/fseek.c: Likewise.
2231         * lib/fseterr.c: Likewise.
2232         * lib/fseterr.h: Likewise.
2233         * lib/fstatat.c: Likewise.
2234         * lib/fstrcmp.c: Likewise.
2235         * lib/fstrcmp.h: Likewise.
2236         * lib/fsusage.c: Likewise.
2237         * lib/fsusage.h: Likewise.
2238         * lib/ftell.c: Likewise.
2239         * lib/ftello.c: Likewise.
2240         * lib/fts-cycle.c: Likewise.
2241         * lib/fts.c: Likewise.
2242         * lib/fts_.h: Likewise.
2243         * lib/full-read.c: Likewise.
2244         * lib/full-read.h: Likewise.
2245         * lib/full-write.c: Likewise.
2246         * lib/full-write.h: Likewise.
2247         * lib/fwritable.c: Likewise.
2248         * lib/fwritable.h: Likewise.
2249         * lib/fwriteerror.c: Likewise.
2250         * lib/fwriteerror.h: Likewise.
2251         * lib/fwriting.c: Likewise.
2252         * lib/fwriting.h: Likewise.
2253         * lib/gcd.c: Likewise.
2254         * lib/gcd.h: Likewise.
2255         * lib/getcwd.c: Likewise.
2256         * lib/getdate.h: Likewise.
2257         * lib/getdate.y: Likewise.
2258         * lib/getdomainname.c: Likewise.
2259         * lib/getdomainname.h: Likewise.
2260         * lib/getgroups.c: Likewise.
2261         * lib/gethostname.c: Likewise.
2262         * lib/gethrxtime.c: Likewise.
2263         * lib/gethrxtime.h: Likewise.
2264         * lib/getloadavg.c: Likewise.
2265         * lib/getndelim2.c: Likewise.
2266         * lib/getndelim2.h: Likewise.
2267         * lib/getnline.c: Likewise.
2268         * lib/getnline.h: Likewise.
2269         * lib/getopt.c: Likewise.
2270         * lib/getopt.in.h: Likewise.
2271         * lib/getopt1.c: Likewise.
2272         * lib/getopt_int.h: Likewise.
2273         * lib/getpagesize.h: Likewise.
2274         * lib/getsubopt.c: Likewise.
2275         * lib/gettime.c: Likewise.
2276         * lib/getugroups.c: Likewise.
2277         * lib/getugroups.h: Likewise.
2278         * lib/getusershell.c: Likewise.
2279         * lib/gl_anyavltree_list1.h: Likewise.
2280         * lib/gl_anyavltree_list2.h: Likewise.
2281         * lib/gl_anyhash_list1.h: Likewise.
2282         * lib/gl_anyhash_list2.h: Likewise.
2283         * lib/gl_anylinked_list1.h: Likewise.
2284         * lib/gl_anylinked_list2.h: Likewise.
2285         * lib/gl_anyrbtree_list1.h: Likewise.
2286         * lib/gl_anyrbtree_list2.h: Likewise.
2287         * lib/gl_anytree_list1.h: Likewise.
2288         * lib/gl_anytree_list2.h: Likewise.
2289         * lib/gl_anytree_oset.h: Likewise.
2290         * lib/gl_anytreehash_list1.h: Likewise.
2291         * lib/gl_anytreehash_list2.h: Likewise.
2292         * lib/gl_array_list.c: Likewise.
2293         * lib/gl_array_list.h: Likewise.
2294         * lib/gl_array_oset.c: Likewise.
2295         * lib/gl_array_oset.h: Likewise.
2296         * lib/gl_avltree_list.c: Likewise.
2297         * lib/gl_avltree_list.h: Likewise.
2298         * lib/gl_avltree_oset.c: Likewise.
2299         * lib/gl_avltree_oset.h: Likewise.
2300         * lib/gl_avltreehash_list.c: Likewise.
2301         * lib/gl_avltreehash_list.h: Likewise.
2302         * lib/gl_carray_list.c: Likewise.
2303         * lib/gl_carray_list.h: Likewise.
2304         * lib/gl_linked_list.c: Likewise.
2305         * lib/gl_linked_list.h: Likewise.
2306         * lib/gl_linkedhash_list.c: Likewise.
2307         * lib/gl_linkedhash_list.h: Likewise.
2308         * lib/gl_list.c: Likewise.
2309         * lib/gl_list.h: Likewise.
2310         * lib/gl_oset.c: Likewise.
2311         * lib/gl_oset.h: Likewise.
2312         * lib/gl_rbtree_list.c: Likewise.
2313         * lib/gl_rbtree_list.h: Likewise.
2314         * lib/gl_rbtree_oset.c: Likewise.
2315         * lib/gl_rbtree_oset.h: Likewise.
2316         * lib/gl_rbtreehash_list.c: Likewise.
2317         * lib/gl_rbtreehash_list.h: Likewise.
2318         * lib/gl_sublist.c: Likewise.
2319         * lib/gl_sublist.h: Likewise.
2320         * lib/group-member.c: Likewise.
2321         * lib/group-member.h: Likewise.
2322         * lib/hard-locale.c: Likewise.
2323         * lib/hard-locale.h: Likewise.
2324         * lib/hash-pjw.c: Likewise.
2325         * lib/hash-pjw.h: Likewise.
2326         * lib/hash-triple.c: Likewise.
2327         * lib/hash.c: Likewise.
2328         * lib/hash.h: Likewise.
2329         * lib/human.c: Likewise.
2330         * lib/human.h: Likewise.
2331         * lib/i-ring.c: Likewise.
2332         * lib/i-ring.h: Likewise.
2333         * lib/idcache.c: Likewise.
2334         * lib/imaxabs.c: Likewise.
2335         * lib/imaxdiv.c: Likewise.
2336         * lib/inet_pton.c: Likewise.
2337         * lib/inet_pton.h: Likewise.
2338         * lib/intprops.h: Likewise.
2339         * lib/inttostr.c: Likewise.
2340         * lib/inttostr.h: Likewise.
2341         * lib/inttypes.in.h: Likewise.
2342         * lib/isapipe.c: Likewise.
2343         * lib/isdir.c: Likewise.
2344         * lib/isnan.c: Likewise.
2345         * lib/isnan.h: Likewise.
2346         * lib/isnanf.c: Likewise.
2347         * lib/isnanf.h: Likewise.
2348         * lib/isnanl-nolibm.h: Likewise.
2349         * lib/isnanl.c: Likewise.
2350         * lib/isnanl.h: Likewise.
2351         * lib/javacomp.c: Likewise.
2352         * lib/javacomp.h: Likewise.
2353         * lib/javaexec.c: Likewise.
2354         * lib/javaexec.h: Likewise.
2355         * lib/javaversion.c: Likewise.
2356         * lib/javaversion.h: Likewise.
2357         * lib/javaversion.java: Likewise.
2358         * lib/lbrkprop.h: Likewise.
2359         * lib/lchmod.h: Likewise.
2360         * lib/lchown.c: Likewise.
2361         * lib/ldexpl.c: Likewise.
2362         * lib/linebreak.c: Likewise.
2363         * lib/linebreak.h: Likewise.
2364         * lib/linebuffer.c: Likewise.
2365         * lib/linebuffer.h: Likewise.
2366         * lib/locale.in.h: Likewise.
2367         * lib/logl.c: Likewise.
2368         * lib/long-options.c: Likewise.
2369         * lib/long-options.h: Likewise.
2370         * lib/lstat.c: Likewise.
2371         * lib/lstat.h: Likewise.
2372         * lib/math.in.h: Likewise.
2373         * lib/mbchar.c: Likewise.
2374         * lib/mbchar.h: Likewise.
2375         * lib/mbfile.h: Likewise.
2376         * lib/mbiter.h: Likewise.
2377         * lib/mbscasecmp.c: Likewise.
2378         * lib/mbscasestr.c: Likewise.
2379         * lib/mbschr.c: Likewise.
2380         * lib/mbscspn.c: Likewise.
2381         * lib/mbslen.c: Likewise.
2382         * lib/mbsncasecmp.c: Likewise.
2383         * lib/mbsnlen.c: Likewise.
2384         * lib/mbspbrk.c: Likewise.
2385         * lib/mbspcasecmp.c: Likewise.
2386         * lib/mbsrchr.c: Likewise.
2387         * lib/mbssep.c: Likewise.
2388         * lib/mbsspn.c: Likewise.
2389         * lib/mbsstr.c: Likewise.
2390         * lib/mbstok_r.c: Likewise.
2391         * lib/mbswidth.c: Likewise.
2392         * lib/mbswidth.h: Likewise.
2393         * lib/mbuiter.h: Likewise.
2394         * lib/memcasecmp.c: Likewise.
2395         * lib/memcasecmp.h: Likewise.
2396         * lib/memchr.c: Likewise.
2397         * lib/memcmp.c: Likewise.
2398         * lib/memcoll.c: Likewise.
2399         * lib/memcoll.h: Likewise.
2400         * lib/memcpy.c: Likewise.
2401         * lib/memrchr.c: Likewise.
2402         * lib/mkancesdirs.c: Likewise.
2403         * lib/mkdir-p.c: Likewise.
2404         * lib/mkdir-p.h: Likewise.
2405         * lib/mkdir.c: Likewise.
2406         * lib/mkdirat.c: Likewise.
2407         * lib/mkdtemp.c: Likewise.
2408         * lib/mkstemp-safer.c: Likewise.
2409         * lib/mkstemp.c: Likewise.
2410         * lib/modechange.c: Likewise.
2411         * lib/modechange.h: Likewise.
2412         * lib/mountlist.c: Likewise.
2413         * lib/mountlist.h: Likewise.
2414         * lib/mpsort.c: Likewise.
2415         * lib/nanosleep.c: Likewise.
2416         * lib/obstack.c: Likewise.
2417         * lib/obstack.h: Likewise.
2418         * lib/open-safer.c: Likewise.
2419         * lib/open.c: Likewise.
2420         * lib/openat-die.c: Likewise.
2421         * lib/openat-priv.h: Likewise.
2422         * lib/openat-proc.c: Likewise.
2423         * lib/openat.c: Likewise.
2424         * lib/openat.h: Likewise.
2425         * lib/pagealign_alloc.c: Likewise.
2426         * lib/pagealign_alloc.h: Likewise.
2427         * lib/physmem.c: Likewise.
2428         * lib/physmem.h: Likewise.
2429         * lib/pipe-safer.c: Likewise.
2430         * lib/pipe.c: Likewise.
2431         * lib/pipe.h: Likewise.
2432         * lib/posixtm.c: Likewise.
2433         * lib/posixtm.h: Likewise.
2434         * lib/posixver.c: Likewise.
2435         * lib/printf-frexp.c: Likewise.
2436         * lib/printf-frexp.h: Likewise.
2437         * lib/printf-frexpl.c: Likewise.
2438         * lib/printf-frexpl.h: Likewise.
2439         * lib/printf.c: Likewise.
2440         * lib/progname.c: Likewise.
2441         * lib/progname.h: Likewise.
2442         * lib/progreloc.c: Likewise.
2443         * lib/putenv.c: Likewise.
2444         * lib/quote.c: Likewise.
2445         * lib/quote.h: Likewise.
2446         * lib/quotearg.c: Likewise.
2447         * lib/quotearg.h: Likewise.
2448         * lib/raise.c: Likewise.
2449         * lib/readline.c: Likewise.
2450         * lib/readline.h: Likewise.
2451         * lib/readlink.c: Likewise.
2452         * lib/readtokens.c: Likewise.
2453         * lib/readtokens.h: Likewise.
2454         * lib/readtokens0.c: Likewise.
2455         * lib/readtokens0.h: Likewise.
2456         * lib/readutmp.c: Likewise.
2457         * lib/readutmp.h: Likewise.
2458         * lib/realloc.c: Likewise.
2459         * lib/relocwrapper.c: Likewise.
2460         * lib/rename-dest-slash.c: Likewise.
2461         * lib/rename.c: Likewise.
2462         * lib/rmdir.c: Likewise.
2463         * lib/rpmatch.c: Likewise.
2464         * lib/safe-read.c: Likewise.
2465         * lib/safe-read.h: Likewise.
2466         * lib/safe-write.c: Likewise.
2467         * lib/safe-write.h: Likewise.
2468         * lib/same-inode.h: Likewise.
2469         * lib/same.c: Likewise.
2470         * lib/same.h: Likewise.
2471         * lib/save-cwd.c: Likewise.
2472         * lib/save-cwd.h: Likewise.
2473         * lib/savedir.c: Likewise.
2474         * lib/savedir.h: Likewise.
2475         * lib/savewd.c: Likewise.
2476         * lib/savewd.h: Likewise.
2477         * lib/search.in.h: Likewise.
2478         * lib/setenv.c: Likewise.
2479         * lib/setenv.h: Likewise.
2480         * lib/settime.c: Likewise.
2481         * lib/sh-quote.c: Likewise.
2482         * lib/sh-quote.h: Likewise.
2483         * lib/sig2str.c: Likewise.
2484         * lib/sig2str.h: Likewise.
2485         * lib/signal.in.h: Likewise.
2486         * lib/signbitd.c: Likewise.
2487         * lib/signbitf.c: Likewise.
2488         * lib/signbitl.c: Likewise.
2489         * lib/sigprocmask.c: Likewise.
2490         * lib/sincosl.c: Likewise.
2491         * lib/sleep.c: Likewise.
2492         * lib/sprintf.c: Likewise.
2493         * lib/sqrtl.c: Likewise.
2494         * lib/stat-time.h: Likewise.
2495         * lib/stdio--.h: Likewise.
2496         * lib/stdio-safer.h: Likewise.
2497         * lib/stdlib--.h: Likewise.
2498         * lib/stdlib-safer.h: Likewise.
2499         * lib/stdlib.in.h: Likewise.
2500         * lib/stpcpy.c: Likewise.
2501         * lib/stpncpy.c: Likewise.
2502         * lib/strchrnul.c: Likewise.
2503         * lib/strcspn.c: Likewise.
2504         * lib/strerror.c: Likewise.
2505         * lib/strftime.c: Likewise.
2506         * lib/strftime.h: Likewise.
2507         * lib/striconveh.c: Likewise.
2508         * lib/striconveh.h: Likewise.
2509         * lib/striconveha.c: Likewise.
2510         * lib/striconveha.h: Likewise.
2511         * lib/stripslash.c: Likewise.
2512         * lib/strnlen1.c: Likewise.
2513         * lib/strnlen1.h: Likewise.
2514         * lib/strtod.c: Likewise.
2515         * lib/strtoimax.c: Likewise.
2516         * lib/strtok_r.c: Likewise.
2517         * lib/strtol.c: Likewise.
2518         * lib/strtoll.c: Likewise.
2519         * lib/strtoul.c: Likewise.
2520         * lib/strtoull.c: Likewise.
2521         * lib/sysexits.in.h: Likewise.
2522         * lib/tempname.c: Likewise.
2523         * lib/tempname.h: Likewise.
2524         * lib/timespec.h: Likewise.
2525         * lib/tls.c: Likewise.
2526         * lib/tls.h: Likewise.
2527         * lib/tmpdir.c: Likewise.
2528         * lib/tmpdir.h: Likewise.
2529         * lib/tmpfile-safer.c: Likewise.
2530         * lib/tmpfile.c: Likewise.
2531         * lib/trigl.c: Likewise.
2532         * lib/trigl.h: Likewise.
2533         * lib/trim.c: Likewise.
2534         * lib/trim.h: Likewise.
2535         * lib/trunc.c: Likewise.
2536         * lib/truncf.c: Likewise.
2537         * lib/truncl.c: Likewise.
2538         * lib/tsearch.c: Likewise.
2539         * lib/unicodeio.c: Likewise.
2540         * lib/unicodeio.h: Likewise.
2541         * lib/unistd--.h: Likewise.
2542         * lib/unistd-safer.h: Likewise.
2543         * lib/unistdio/ulc-fprintf.c: Likewise.
2544         * lib/unistdio/ulc-vfprintf.c: Likewise.
2545         * lib/unlinkdir.c: Likewise.
2546         * lib/unlinkdir.h: Likewise.
2547         * lib/unlocked-io.h: Likewise.
2548         * lib/unsetenv.c: Likewise.
2549         * lib/userspec.c: Likewise.
2550         * lib/utime.c: Likewise.
2551         * lib/utimecmp.c: Likewise.
2552         * lib/utimecmp.h: Likewise.
2553         * lib/utimens.c: Likewise.
2554         * lib/verify.h: Likewise.
2555         * lib/verror.c: Likewise.
2556         * lib/verror.h: Likewise.
2557         * lib/version-etc-fsf.c: Likewise.
2558         * lib/version-etc.c: Likewise.
2559         * lib/version-etc.h: Likewise.
2560         * lib/vfprintf.c: Likewise.
2561         * lib/vprintf.c: Likewise.
2562         * lib/vsprintf.c: Likewise.
2563         * lib/w32spawn.h: Likewise.
2564         * lib/wait-process.c: Likewise.
2565         * lib/wait-process.h: Likewise.
2566         * lib/wcwidth.c: Likewise.
2567         * lib/write-any-file.c: Likewise.
2568         * lib/xalloc-die.c: Likewise.
2569         * lib/xalloc.h: Likewise.
2570         * lib/xasprintf.c: Likewise.
2571         * lib/xgetcwd.c: Likewise.
2572         * lib/xgetcwd.h: Likewise.
2573         * lib/xgetdomainname.c: Likewise.
2574         * lib/xgetdomainname.h: Likewise.
2575         * lib/xgethostname.c: Likewise.
2576         * lib/xmalloc.c: Likewise.
2577         * lib/xmalloca.c: Likewise.
2578         * lib/xmalloca.h: Likewise.
2579         * lib/xmemcoll.c: Likewise.
2580         * lib/xnanosleep.c: Likewise.
2581         * lib/xreadlink.c: Likewise.
2582         * lib/xreadlink.h: Likewise.
2583         * lib/xsetenv.c: Likewise.
2584         * lib/xsetenv.h: Likewise.
2585         * lib/xstriconv.c: Likewise.
2586         * lib/xstriconv.h: Likewise.
2587         * lib/xstrndup.c: Likewise.
2588         * lib/xstrndup.h: Likewise.
2589         * lib/xstrtod.c: Likewise.
2590         * lib/xstrtod.h: Likewise.
2591         * lib/xstrtol-error.c: Likewise.
2592         * lib/xstrtol.c: Likewise.
2593         * lib/xstrtol.h: Likewise.
2594         * lib/xtime.h: Likewise.
2595         * lib/xvasprintf.c: Likewise.
2596         * lib/xvasprintf.h: Likewise.
2597         * lib/yesno.c: Likewise.
2598         * lib/yesno.h: Likewise.
2599         * posix-modules: Likewise.
2600         * tests/test-alloca-opt.c: Likewise.
2601         * tests/test-arcfour.c: Likewise.
2602         * tests/test-arctwo.c: Likewise.
2603         * tests/test-argmatch.c: Likewise.
2604         * tests/test-argp-2.sh: Likewise.
2605         * tests/test-argp.c: Likewise.
2606         * tests/test-arpa_inet.c: Likewise.
2607         * tests/test-array_list.c: Likewise.
2608         * tests/test-array_oset.c: Likewise.
2609         * tests/test-atexit.c: Likewise.
2610         * tests/test-avltree_list.c: Likewise.
2611         * tests/test-avltree_oset.c: Likewise.
2612         * tests/test-avltreehash_list.c: Likewise.
2613         * tests/test-base64.c: Likewise.
2614         * tests/test-binary-io.c: Likewise.
2615         * tests/test-byteswap.c: Likewise.
2616         * tests/test-c-ctype.c: Likewise.
2617         * tests/test-c-strcasecmp.c: Likewise.
2618         * tests/test-c-strcasestr.c: Likewise.
2619         * tests/test-c-strncasecmp.c: Likewise.
2620         * tests/test-c-strstr.c: Likewise.
2621         * tests/test-canonicalize-lgpl.c: Likewise.
2622         * tests/test-canonicalize.c: Likewise.
2623         * tests/test-carray_list.c: Likewise.
2624         * tests/test-ceilf.c: Likewise.
2625         * tests/test-ceill.c: Likewise.
2626         * tests/test-count-one-bits.c: Likewise.
2627         * tests/test-crc.c: Likewise.
2628         * tests/test-dirname.c: Likewise.
2629         * tests/test-fbufmode.c: Likewise.
2630         * tests/test-fcntl.c: Likewise.
2631         * tests/test-fflush.c: Likewise.
2632         * tests/test-floorf.c: Likewise.
2633         * tests/test-floorl.c: Likewise.
2634         * tests/test-fopen.c: Likewise.
2635         * tests/test-fprintf-posix.c: Likewise.
2636         * tests/test-fprintf-posix.h: Likewise.
2637         * tests/test-fpurge.c: Likewise.
2638         * tests/test-freadable.c: Likewise.
2639         * tests/test-freadahead.c: Likewise.
2640         * tests/test-freading.c: Likewise.
2641         * tests/test-freopen.c: Likewise.
2642         * tests/test-frexp.c: Likewise.
2643         * tests/test-frexpl.c: Likewise.
2644         * tests/test-fseek.c: Likewise.
2645         * tests/test-fseeko.c: Likewise.
2646         * tests/test-fseterr.c: Likewise.
2647         * tests/test-fstrcmp.c: Likewise.
2648         * tests/test-ftell.c: Likewise.
2649         * tests/test-ftello.c: Likewise.
2650         * tests/test-fwritable.c: Likewise.
2651         * tests/test-fwriting.c: Likewise.
2652         * tests/test-getaddrinfo.c: Likewise.
2653         * tests/test-getpass.c: Likewise.
2654         * tests/test-gettimeofday.c: Likewise.
2655         * tests/test-hmac-md5.c: Likewise.
2656         * tests/test-hmac-sha1.c: Likewise.
2657         * tests/test-iconv.c: Likewise.
2658         * tests/test-iconvme.c: Likewise.
2659         * tests/test-inttypes.c: Likewise.
2660         * tests/test-isnan.c: Likewise.
2661         * tests/test-isnanf.c: Likewise.
2662         * tests/test-isnanl-nolibm.c: Likewise.
2663         * tests/test-isnanl.c: Likewise.
2664         * tests/test-isnanl.h: Likewise.
2665         * tests/test-ldexpl.c: Likewise.
2666         * tests/test-linked_list.c: Likewise.
2667         * tests/test-linkedhash_list.c: Likewise.
2668         * tests/test-locale.c: Likewise.
2669         * tests/test-localename.c: Likewise.
2670         * tests/test-lock.c: Likewise.
2671         * tests/test-lseek.c: Likewise.
2672         * tests/test-malloca.c: Likewise.
2673         * tests/test-math.c: Likewise.
2674         * tests/test-mbscasecmp.c: Likewise.
2675         * tests/test-mbscasestr1.c: Likewise.
2676         * tests/test-mbscasestr2.c: Likewise.
2677         * tests/test-mbscasestr3.c: Likewise.
2678         * tests/test-mbscasestr4.c: Likewise.
2679         * tests/test-mbschr.c: Likewise.
2680         * tests/test-mbscspn.c: Likewise.
2681         * tests/test-mbsncasecmp.c: Likewise.
2682         * tests/test-mbspbrk.c: Likewise.
2683         * tests/test-mbspcasecmp.c: Likewise.
2684         * tests/test-mbsrchr.c: Likewise.
2685         * tests/test-mbsspn.c: Likewise.
2686         * tests/test-mbsstr1.c: Likewise.
2687         * tests/test-mbsstr2.c: Likewise.
2688         * tests/test-mbsstr3.c: Likewise.
2689         * tests/test-md5.c: Likewise.
2690         * tests/test-memmem.c: Likewise.
2691         * tests/test-netinet_in.c: Likewise.
2692         * tests/test-open.c: Likewise.
2693         * tests/test-printf-frexp.c: Likewise.
2694         * tests/test-printf-frexpl.c: Likewise.
2695         * tests/test-printf-posix.c: Likewise.
2696         * tests/test-printf-posix.h: Likewise.
2697         * tests/test-rbtree_list.c: Likewise.
2698         * tests/test-rbtree_oset.c: Likewise.
2699         * tests/test-rbtreehash_list.c: Likewise.
2700         * tests/test-read-file.c: Likewise.
2701         * tests/test-rijndael.c: Likewise.
2702         * tests/test-search.c: Likewise.
2703         * tests/test-signbit.c: Likewise.
2704         * tests/test-sleep.c: Likewise.
2705         * tests/test-snprintf-posix.c: Likewise.
2706         * tests/test-snprintf-posix.h: Likewise.
2707         * tests/test-snprintf.c: Likewise.
2708         * tests/test-sprintf-posix.c: Likewise.
2709         * tests/test-sprintf-posix.h: Likewise.
2710         * tests/test-stat-time.c: Likewise.
2711         * tests/test-stdbool.c: Likewise.
2712         * tests/test-stdint.c: Likewise.
2713         * tests/test-stdio.c: Likewise.
2714         * tests/test-stdlib.c: Likewise.
2715         * tests/test-stpncpy.c: Likewise.
2716         * tests/test-strcasestr.c: Likewise.
2717         * tests/test-striconv.c: Likewise.
2718         * tests/test-striconveh.c: Likewise.
2719         * tests/test-striconveha.c: Likewise.
2720         * tests/test-string.c: Likewise.
2721         * tests/test-sys_select.c: Likewise.
2722         * tests/test-sys_socket.c: Likewise.
2723         * tests/test-sys_stat.c: Likewise.
2724         * tests/test-sys_time.c: Likewise.
2725         * tests/test-sysexits.c: Likewise.
2726         * tests/test-time.c: Likewise.
2727         * tests/test-tls.c: Likewise.
2728         * tests/test-trunc.c: Likewise.
2729         * tests/test-truncf.c: Likewise.
2730         * tests/test-truncl.c: Likewise.
2731         * tests/test-unistd.c: Likewise.
2732         * tests/test-vasnprintf-posix.c: Likewise.
2733         * tests/test-vasnprintf-posix2.c: Likewise.
2734         * tests/test-vasnprintf.c: Likewise.
2735         * tests/test-vasprintf-posix.c: Likewise.
2736         * tests/test-vasprintf.c: Likewise.
2737         * tests/test-verify.c: Likewise.
2738         * tests/test-vfprintf-posix.c: Likewise.
2739         * tests/test-vprintf-posix.c: Likewise.
2740         * tests/test-vsnprintf-posix.c: Likewise.
2741         * tests/test-vsnprintf.c: Likewise.
2742         * tests/test-vsprintf-posix.c: Likewise.
2743         * tests/test-wchar.c: Likewise.
2744         * tests/test-wctype.c: Likewise.
2745         * tests/test-wcwidth.c: Likewise.
2746         * tests/test-xstrtol.c: Likewise.
2747         * tests/test-xvasprintf.c: Likewise.
2748         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
2749         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
2750         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
2751         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
2752         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
2753         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
2754         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
2755         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
2756         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
2757         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
2758         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
2759         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
2760         * tests/uniname/test-uninames.c: Likewise.
2761         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
2762         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
2763         * tests/unistdio/test-u16-printf1.h: Likewise.
2764         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
2765         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
2766         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
2767         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
2768         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
2769         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
2770         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
2771         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
2772         * tests/unistdio/test-u32-printf1.h: Likewise.
2773         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
2774         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
2775         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
2776         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
2777         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
2778         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
2779         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
2780         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
2781         * tests/unistdio/test-u8-printf1.h: Likewise.
2782         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
2783         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
2784         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
2785         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
2786         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
2787         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
2788         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
2789         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
2790         * tests/unistdio/test-ulc-printf1.h: Likewise.
2791         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
2792         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
2793         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
2794         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
2795         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
2796         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
2797         * tests/uniwidth/test-u16-strwidth.c: Likewise.
2798         * tests/uniwidth/test-u16-width.c: Likewise.
2799         * tests/uniwidth/test-u32-strwidth.c: Likewise.
2800         * tests/uniwidth/test-u32-width.c: Likewise.
2801         * tests/uniwidth/test-u8-strwidth.c: Likewise.
2802         * tests/uniwidth/test-u8-width.c: Likewise.
2803         * tests/uniwidth/test-uc_width.c: Likewise.
2804         * config/srclist-update: Likewise.
2805         (fixlicense): Update to GPLv3+.
2806
2807         Change copyright notice from LGPLv2.1+ to LGPLv3+.
2808         * tests/test-tsearch.c: Change copyright notice.
2809
2810         Change copyright notice from LGPLv2.0+ to LGPLv3+.
2811         * lib/c-strcaseeq.h: Change copyright notice.
2812         * lib/streq.h: Likewise.
2813         * lib/uniconv.h: Likewise.
2814         * lib/uniconv/u-conv-from-enc.h: Likewise.
2815         * lib/uniconv/u-conv-to-enc.h: Likewise.
2816         * lib/uniconv/u-strconv-from-enc.h: Likewise.
2817         * lib/uniconv/u-strconv-to-enc.h: Likewise.
2818         * lib/uniconv/u16-conv-from-enc.c: Likewise.
2819         * lib/uniconv/u16-conv-to-enc.c: Likewise.
2820         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
2821         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
2822         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
2823         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
2824         * lib/uniconv/u32-conv-from-enc.c: Likewise.
2825         * lib/uniconv/u32-conv-to-enc.c: Likewise.
2826         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
2827         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
2828         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
2829         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
2830         * lib/uniconv/u8-conv-from-enc.c: Likewise.
2831         * lib/uniconv/u8-conv-to-enc.c: Likewise.
2832         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
2833         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
2834         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
2835         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
2836         * lib/uniname.h: Likewise.
2837         * lib/uniname/uniname.c: Likewise.
2838         * lib/unistdio.h: Likewise.
2839         * lib/unistdio/u-asnprintf.h: Likewise.
2840         * lib/unistdio/u-asprintf.h: Likewise.
2841         * lib/unistdio/u-printf-args.c: Likewise.
2842         * lib/unistdio/u-printf-args.h: Likewise.
2843         * lib/unistdio/u-printf-parse.h: Likewise.
2844         * lib/unistdio/u-snprintf.h: Likewise.
2845         * lib/unistdio/u-sprintf.h: Likewise.
2846         * lib/unistdio/u-vasprintf.h: Likewise.
2847         * lib/unistdio/u-vsnprintf.h: Likewise.
2848         * lib/unistdio/u-vsprintf.h: Likewise.
2849         * lib/unistdio/u16-asnprintf.c: Likewise.
2850         * lib/unistdio/u16-asprintf.c: Likewise.
2851         * lib/unistdio/u16-printf-parse.c: Likewise.
2852         * lib/unistdio/u16-snprintf.c: Likewise.
2853         * lib/unistdio/u16-sprintf.c: Likewise.
2854         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
2855         * lib/unistdio/u16-u16-asprintf.c: Likewise.
2856         * lib/unistdio/u16-u16-snprintf.c: Likewise.
2857         * lib/unistdio/u16-u16-sprintf.c: Likewise.
2858         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
2859         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
2860         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
2861         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
2862         * lib/unistdio/u16-vasnprintf.c: Likewise.
2863         * lib/unistdio/u16-vasprintf.c: Likewise.
2864         * lib/unistdio/u16-vsnprintf.c: Likewise.
2865         * lib/unistdio/u16-vsprintf.c: Likewise.
2866         * lib/unistdio/u32-asnprintf.c: Likewise.
2867         * lib/unistdio/u32-asprintf.c: Likewise.
2868         * lib/unistdio/u32-printf-parse.c: Likewise.
2869         * lib/unistdio/u32-snprintf.c: Likewise.
2870         * lib/unistdio/u32-sprintf.c: Likewise.
2871         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
2872         * lib/unistdio/u32-u32-asprintf.c: Likewise.
2873         * lib/unistdio/u32-u32-snprintf.c: Likewise.
2874         * lib/unistdio/u32-u32-sprintf.c: Likewise.
2875         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
2876         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
2877         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
2878         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
2879         * lib/unistdio/u32-vasnprintf.c: Likewise.
2880         * lib/unistdio/u32-vasprintf.c: Likewise.
2881         * lib/unistdio/u32-vsnprintf.c: Likewise.
2882         * lib/unistdio/u32-vsprintf.c: Likewise.
2883         * lib/unistdio/u8-asnprintf.c: Likewise.
2884         * lib/unistdio/u8-asprintf.c: Likewise.
2885         * lib/unistdio/u8-printf-parse.c: Likewise.
2886         * lib/unistdio/u8-snprintf.c: Likewise.
2887         * lib/unistdio/u8-sprintf.c: Likewise.
2888         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
2889         * lib/unistdio/u8-u8-asprintf.c: Likewise.
2890         * lib/unistdio/u8-u8-snprintf.c: Likewise.
2891         * lib/unistdio/u8-u8-sprintf.c: Likewise.
2892         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
2893         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
2894         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
2895         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
2896         * lib/unistdio/u8-vasnprintf.c: Likewise.
2897         * lib/unistdio/u8-vasprintf.c: Likewise.
2898         * lib/unistdio/u8-vsnprintf.c: Likewise.
2899         * lib/unistdio/u8-vsprintf.c: Likewise.
2900         * lib/unistdio/ulc-asnprintf.c: Likewise.
2901         * lib/unistdio/ulc-asprintf.c: Likewise.
2902         * lib/unistdio/ulc-printf-parse.c: Likewise.
2903         * lib/unistdio/ulc-snprintf.c: Likewise.
2904         * lib/unistdio/ulc-sprintf.c: Likewise.
2905         * lib/unistdio/ulc-vasnprintf.c: Likewise.
2906         * lib/unistdio/ulc-vasprintf.c: Likewise.
2907         * lib/unistdio/ulc-vsnprintf.c: Likewise.
2908         * lib/unistdio/ulc-vsprintf.c: Likewise.
2909         * lib/unistr.h: Likewise.
2910         * lib/unistr/u-cpy-alloc.h: Likewise.
2911         * lib/unistr/u-cpy.h: Likewise.
2912         * lib/unistr/u-endswith.h: Likewise.
2913         * lib/unistr/u-move.h: Likewise.
2914         * lib/unistr/u-set.h: Likewise.
2915         * lib/unistr/u-startswith.h: Likewise.
2916         * lib/unistr/u-stpcpy.h: Likewise.
2917         * lib/unistr/u-stpncpy.h: Likewise.
2918         * lib/unistr/u-strcat.h: Likewise.
2919         * lib/unistr/u-strcpy.h: Likewise.
2920         * lib/unistr/u-strcspn.h: Likewise.
2921         * lib/unistr/u-strdup.h: Likewise.
2922         * lib/unistr/u-strlen.h: Likewise.
2923         * lib/unistr/u-strncat.h: Likewise.
2924         * lib/unistr/u-strncpy.h: Likewise.
2925         * lib/unistr/u-strnlen.h: Likewise.
2926         * lib/unistr/u-strpbrk.h: Likewise.
2927         * lib/unistr/u-strspn.h: Likewise.
2928         * lib/unistr/u-strstr.h: Likewise.
2929         * lib/unistr/u-strtok.h: Likewise.
2930         * lib/unistr/u16-check.c: Likewise.
2931         * lib/unistr/u16-chr.c: Likewise.
2932         * lib/unistr/u16-cmp.c: Likewise.
2933         * lib/unistr/u16-cpy-alloc.c: Likewise.
2934         * lib/unistr/u16-cpy.c: Likewise.
2935         * lib/unistr/u16-endswith.c: Likewise.
2936         * lib/unistr/u16-mblen.c: Likewise.
2937         * lib/unistr/u16-mbsnlen.c: Likewise.
2938         * lib/unistr/u16-mbtouc-aux.c: Likewise.
2939         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
2940         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
2941         * lib/unistr/u16-mbtouc.c: Likewise.
2942         * lib/unistr/u16-mbtoucr.c: Likewise.
2943         * lib/unistr/u16-move.c: Likewise.
2944         * lib/unistr/u16-next.c: Likewise.
2945         * lib/unistr/u16-prev.c: Likewise.
2946         * lib/unistr/u16-set.c: Likewise.
2947         * lib/unistr/u16-startswith.c: Likewise.
2948         * lib/unistr/u16-stpcpy.c: Likewise.
2949         * lib/unistr/u16-stpncpy.c: Likewise.
2950         * lib/unistr/u16-strcat.c: Likewise.
2951         * lib/unistr/u16-strchr.c: Likewise.
2952         * lib/unistr/u16-strcmp.c: Likewise.
2953         * lib/unistr/u16-strcpy.c: Likewise.
2954         * lib/unistr/u16-strcspn.c: Likewise.
2955         * lib/unistr/u16-strdup.c: Likewise.
2956         * lib/unistr/u16-strlen.c: Likewise.
2957         * lib/unistr/u16-strmblen.c: Likewise.
2958         * lib/unistr/u16-strmbtouc.c: Likewise.
2959         * lib/unistr/u16-strncat.c: Likewise.
2960         * lib/unistr/u16-strncmp.c: Likewise.
2961         * lib/unistr/u16-strncpy.c: Likewise.
2962         * lib/unistr/u16-strnlen.c: Likewise.
2963         * lib/unistr/u16-strpbrk.c: Likewise.
2964         * lib/unistr/u16-strrchr.c: Likewise.
2965         * lib/unistr/u16-strspn.c: Likewise.
2966         * lib/unistr/u16-strstr.c: Likewise.
2967         * lib/unistr/u16-strtok.c: Likewise.
2968         * lib/unistr/u16-to-u32.c: Likewise.
2969         * lib/unistr/u16-to-u8.c: Likewise.
2970         * lib/unistr/u16-uctomb-aux.c: Likewise.
2971         * lib/unistr/u16-uctomb.c: Likewise.
2972         * lib/unistr/u32-check.c: Likewise.
2973         * lib/unistr/u32-chr.c: Likewise.
2974         * lib/unistr/u32-cmp.c: Likewise.
2975         * lib/unistr/u32-cpy-alloc.c: Likewise.
2976         * lib/unistr/u32-cpy.c: Likewise.
2977         * lib/unistr/u32-endswith.c: Likewise.
2978         * lib/unistr/u32-mblen.c: Likewise.
2979         * lib/unistr/u32-mbsnlen.c: Likewise.
2980         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
2981         * lib/unistr/u32-mbtouc.c: Likewise.
2982         * lib/unistr/u32-mbtoucr.c: Likewise.
2983         * lib/unistr/u32-move.c: Likewise.
2984         * lib/unistr/u32-next.c: Likewise.
2985         * lib/unistr/u32-prev.c: Likewise.
2986         * lib/unistr/u32-set.c: Likewise.
2987         * lib/unistr/u32-startswith.c: Likewise.
2988         * lib/unistr/u32-stpcpy.c: Likewise.
2989         * lib/unistr/u32-stpncpy.c: Likewise.
2990         * lib/unistr/u32-strcat.c: Likewise.
2991         * lib/unistr/u32-strchr.c: Likewise.
2992         * lib/unistr/u32-strcmp.c: Likewise.
2993         * lib/unistr/u32-strcpy.c: Likewise.
2994         * lib/unistr/u32-strcspn.c: Likewise.
2995         * lib/unistr/u32-strdup.c: Likewise.
2996         * lib/unistr/u32-strlen.c: Likewise.
2997         * lib/unistr/u32-strmblen.c: Likewise.
2998         * lib/unistr/u32-strmbtouc.c: Likewise.
2999         * lib/unistr/u32-strncat.c: Likewise.
3000         * lib/unistr/u32-strncmp.c: Likewise.
3001         * lib/unistr/u32-strncpy.c: Likewise.
3002         * lib/unistr/u32-strnlen.c: Likewise.
3003         * lib/unistr/u32-strpbrk.c: Likewise.
3004         * lib/unistr/u32-strrchr.c: Likewise.
3005         * lib/unistr/u32-strspn.c: Likewise.
3006         * lib/unistr/u32-strstr.c: Likewise.
3007         * lib/unistr/u32-strtok.c: Likewise.
3008         * lib/unistr/u32-to-u16.c: Likewise.
3009         * lib/unistr/u32-to-u8.c: Likewise.
3010         * lib/unistr/u32-uctomb.c: Likewise.
3011         * lib/unistr/u8-check.c: Likewise.
3012         * lib/unistr/u8-chr.c: Likewise.
3013         * lib/unistr/u8-cmp.c: Likewise.
3014         * lib/unistr/u8-cpy-alloc.c: Likewise.
3015         * lib/unistr/u8-cpy.c: Likewise.
3016         * lib/unistr/u8-endswith.c: Likewise.
3017         * lib/unistr/u8-mblen.c: Likewise.
3018         * lib/unistr/u8-mbsnlen.c: Likewise.
3019         * lib/unistr/u8-mbtouc-aux.c: Likewise.
3020         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
3021         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
3022         * lib/unistr/u8-mbtouc.c: Likewise.
3023         * lib/unistr/u8-mbtoucr.c: Likewise.
3024         * lib/unistr/u8-move.c: Likewise.
3025         * lib/unistr/u8-next.c: Likewise.
3026         * lib/unistr/u8-prev.c: Likewise.
3027         * lib/unistr/u8-set.c: Likewise.
3028         * lib/unistr/u8-startswith.c: Likewise.
3029         * lib/unistr/u8-stpcpy.c: Likewise.
3030         * lib/unistr/u8-stpncpy.c: Likewise.
3031         * lib/unistr/u8-strcat.c: Likewise.
3032         * lib/unistr/u8-strchr.c: Likewise.
3033         * lib/unistr/u8-strcmp.c: Likewise.
3034         * lib/unistr/u8-strcpy.c: Likewise.
3035         * lib/unistr/u8-strcspn.c: Likewise.
3036         * lib/unistr/u8-strdup.c: Likewise.
3037         * lib/unistr/u8-strlen.c: Likewise.
3038         * lib/unistr/u8-strmblen.c: Likewise.
3039         * lib/unistr/u8-strmbtouc.c: Likewise.
3040         * lib/unistr/u8-strncat.c: Likewise.
3041         * lib/unistr/u8-strncmp.c: Likewise.
3042         * lib/unistr/u8-strncpy.c: Likewise.
3043         * lib/unistr/u8-strnlen.c: Likewise.
3044         * lib/unistr/u8-strpbrk.c: Likewise.
3045         * lib/unistr/u8-strrchr.c: Likewise.
3046         * lib/unistr/u8-strspn.c: Likewise.
3047         * lib/unistr/u8-strstr.c: Likewise.
3048         * lib/unistr/u8-strtok.c: Likewise.
3049         * lib/unistr/u8-to-u16.c: Likewise.
3050         * lib/unistr/u8-to-u32.c: Likewise.
3051         * lib/unistr/u8-uctomb-aux.c: Likewise.
3052         * lib/unistr/u8-uctomb.c: Likewise.
3053         * lib/unitypes.h: Likewise.
3054         * lib/uniwidth.h: Likewise.
3055         * lib/uniwidth/cjk.h: Likewise.
3056         * lib/uniwidth/u16-strwidth.c: Likewise.
3057         * lib/uniwidth/u16-width.c: Likewise.
3058         * lib/uniwidth/u32-strwidth.c: Likewise.
3059         * lib/uniwidth/u32-width.c: Likewise.
3060         * lib/uniwidth/u8-strwidth.c: Likewise.
3061         * lib/uniwidth/u8-width.c: Likewise.
3062         * lib/uniwidth/width.c: Likewise.
3063
3064 2007-10-07  Bruno Haible  <bruno@clisp.org>
3065
3066         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
3067         The file is still under LGPL (see modules/inttypes).
3068
3069 2007-10-06  Bruno Haible  <bruno@clisp.org>
3070
3071         * modules/trunc (Dependencies): Add 'extensions'.
3072         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
3073         Reported by Ben Pfaff <blp@gnu.org>.
3074
3075 2007-10-06  Bruno Haible  <bruno@clisp.org>
3076
3077         * modules/freopen-tests: New file.
3078         * tests/test-freopen.c: New file.
3079
3080         * modules/fopen-tests: New file.
3081         * tests/test-fopen.c: New file.
3082
3083         * modules/fopen: New file.
3084         * lib/fopen.c: New file.
3085         * m4/fopen.m4: New file.
3086         * modules/freopen: New file.
3087         * lib/freopen.c: New file.
3088         * m4/freopen.m4: New file.
3089         * lib/stdio.in.h (fopen, freopen): New declarations.
3090         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
3091         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
3092         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
3093         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
3094         * doc/functions/fopen.texi: Mention the 'fopen' module.
3095         * doc/functions/freopen.texi: Mention the 'freopen' module.
3096
3097 2007-10-06  Bruno Haible  <bruno@clisp.org>
3098
3099         * modules/open-tests: New file.
3100         * tests/test-open.c: New file.
3101
3102         * modules/open: New file.
3103         * lib/open.c: New file.
3104         * m4/open.m4: New file.
3105         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
3106         lib/open.c does.
3107         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
3108         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
3109         macros.
3110         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
3111         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
3112         REPLACE_OPEN.
3113         * doc/functions/open.texi: Mention the 'open' module.
3114
3115 2007-10-04  Bruno Haible  <bruno@clisp.org>
3116
3117         * modules/ceill-tests: New file.
3118         * tests/test-ceill.c: New file.
3119
3120         * modules/ceill: New file.
3121         * lib/ceill.c: Replace entire file.
3122         * m4/ceill.m4: New file.
3123         * lib/math.in.h (ceill): Replace declaration.
3124         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
3125         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
3126         * doc/functions/ceill.texi: Mention the 'ceill' module.
3127         * modules/mathl (Files): Remove lib/ceill.c.
3128         (Depends-on): Add ceill.
3129
3130 2007-10-04  Bruno Haible  <bruno@clisp.org>
3131
3132         * modules/ceilf-tests: New file.
3133         * tests/test-ceilf.c: New file.
3134
3135         * modules/ceilf: New file.
3136         * lib/ceil.c: New file.
3137         * lib/ceilf.c: New file.
3138         * m4/ceilf.m4: New file.
3139         * lib/math.in.h (ceilf): New declaration.
3140         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
3141         HAVE_DECL_CEILF.
3142         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
3143         HAVE_DECL_CEILF.
3144         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
3145
3146 2007-10-04  Bruno Haible  <bruno@clisp.org>
3147
3148         * modules/floorl-tests: New file.
3149         * tests/test-floorl.c: New file.
3150
3151         * modules/floorl: New file.
3152         * lib/floorl.c: Replace entire file.
3153         * m4/floorl.m4: New file.
3154         * lib/math.in.h (floorl): Replace declaration.
3155         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
3156         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
3157         * doc/functions/floorl.texi: Mention the 'floorl' module.
3158         * modules/mathl (Files): Remove lib/floorl.c.
3159         (Depends-on): Add floorl.
3160
3161 2007-10-04  Bruno Haible  <bruno@clisp.org>
3162
3163         * modules/floorf-tests: New file.
3164         * tests/test-floorf.c: New file.
3165
3166         * modules/floorf: New file.
3167         * lib/floor.c: New file.
3168         * lib/floorf.c: New file.
3169         * m4/floorf.m4: New file.
3170         * lib/math.in.h (floorf): New declaration.
3171         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
3172         HAVE_DECL_FLOORF.
3173         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
3174         HAVE_DECL_FLOORF.
3175         * doc/functions/floorf.texi: Mention the 'floorf' module.
3176
3177 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
3178             Bruno Haible  <bruno@clisp.org>
3179
3180         Advertise for the Git server instead of the CVS server.
3181         * doc/gnulib-intro.texi (Steady Development): Mention the Git
3182         repository instead of the CVS one.
3183         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
3184         about all VCS systems generically.
3185         * doc/gnulib.texi (Introduction): Capitalize `Git'.
3186
3187 2007-10-04  Bruno Haible  <bruno@clisp.org>
3188
3189         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
3190         means.
3191         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
3192
3193 2007-10-04  Bruno Haible  <bruno@clisp.org>
3194
3195         * modules/truncl-tests: New file.
3196         * tests/test-truncl.c: New file.
3197
3198         * modules/truncl: New file.
3199         * lib/truncl.c: New file.
3200         * m4/truncl.m4: New file.
3201         * lib/math.in.h (truncl): New declaration.
3202         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
3203         HAVE_DECL_TRUNCL.
3204         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
3205         HAVE_DECL_TRUNCL.
3206         * doc/functions/truncl.texi: Mention the 'truncl' module.
3207
3208 2007-10-04  Bruno Haible  <bruno@clisp.org>
3209
3210         * modules/truncf-tests: New file.
3211         * tests/test-truncf.c: New file.
3212
3213         * modules/truncf: New file.
3214         * lib/trunc.c: Make paramerizable through USE_* macros.
3215         * lib/truncf.c: New file.
3216         * m4/truncf.m4: New file.
3217         * lib/math.in.h (truncf): New declaration.
3218         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
3219         HAVE_DECL_TRUNCF.
3220         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
3221         HAVE_DECL_TRUNCF.
3222         * doc/functions/truncf.texi: Mention the 'truncf' module.
3223
3224 2007-10-03  Bruno Haible  <bruno@clisp.org>
3225
3226         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
3227         augmentation also for tests modules.
3228         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
3229         * modules/atexit-tests (Makefile.am): Likewise.
3230         * modules/binary-io-tests (Makefile.am): Likewise.
3231         * modules/c-strcase-tests (Makefile.am): Likewise.
3232         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
3233         * modules/canonicalize-tests (Makefile.am): Likewise.
3234         * modules/closein-tests (Makefile.am): Likewise.
3235         * modules/fprintf-posix-tests (Makefile.am): Likewise.
3236         * modules/freadahead-tests (Makefile.am): Likewise.
3237         * modules/fseek-tests (Makefile.am): Likewise.
3238         * modules/fseeko-tests (Makefile.am): Likewise.
3239         * modules/ftell-tests (Makefile.am): Likewise.
3240         * modules/ftello-tests (Makefile.am): Likewise.
3241         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
3242         * modules/isnanl-tests (Makefile.am): Likewise.
3243         * modules/lseek-tests (Makefile.am): Likewise.
3244         * modules/mbscasecmp-tests (Makefile.am): Likewise.
3245         * modules/mbscasestr-tests (Makefile.am): Likewise.
3246         * modules/mbschr-tests (Makefile.am): Likewise.
3247         * modules/mbscspn-tests (Makefile.am): Likewise.
3248         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
3249         * modules/mbspbrk-tests (Makefile.am): Likewise.
3250         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
3251         * modules/mbsrchr-tests (Makefile.am): Likewise.
3252         * modules/mbsspn-tests (Makefile.am): Likewise.
3253         * modules/mbsstr-tests (Makefile.am): Likewise.
3254         * modules/printf-posix-tests (Makefile.am): Likewise.
3255         * modules/snprintf-posix-tests (Makefile.am): Likewise.
3256         * modules/sprintf-posix-tests (Makefile.am): Likewise.
3257         * modules/tsearch-tests (Makefile.am): Likewise.
3258         * modules/uniname/uniname-tests (Makefile.am): Likewise.
3259         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
3260         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
3261         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
3262         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
3263         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
3264         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
3265         * modules/vprintf-posix-tests (Makefile.am): Likewise.
3266         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
3267         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
3268         * modules/xstrtoimax-tests (Makefile.am): Likewise.
3269         * modules/xstrtol-tests (Makefile.am): Likewise.
3270         * modules/xstrtoumax-tests (Makefile.am): Likewise.
3271         * modules/yesno-tests (Makefile.am): Likewise.
3272
3273 2007-10-03  Bruno Haible  <bruno@clisp.org>
3274
3275         * modules/trunc-tests: New file.
3276         * tests/test-trunc.c: New file.
3277
3278         * modules/trunc: New file.
3279         * lib/trunc.c: New file.
3280         * m4/trunc.m4: New file.
3281         * lib/math.in.h (trunc): New declaration.
3282         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
3283         HAVE_DECL_TRUNC.
3284         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
3285         HAVE_DECL_TRUNC.
3286         * doc/functions/trunc.texi: Mention the 'trunc' module.
3287
3288 2007-10-03  Bruno Haible  <bruno@clisp.org>
3289
3290         * tests/test-fpending.c: New file, mostly copied
3291         from coreutils/lib/t-fpending.c.
3292         * modules/fpending-tests: New file.
3293
3294 2007-10-03  Bruno Haible  <bruno@clisp.org>
3295
3296         Port the stdio extensions to QNX (untested).
3297         * lib/fseterr.c (fseterr): Add support for QNX.
3298         * lib/fbufmode.c (fbufmode): Likewise.
3299         * lib/freadable.c (freadable): Likewise.
3300         * lib/fwritable.c (fwritable): Likewise.
3301         * lib/freading.c (freading): Likewise.
3302         * lib/fwriting.c (fwriting): Likewise.
3303         * lib/freadahead.c (freadahed): Likewise.
3304         * lib/fpurge.c (fpurge): Likewise.
3305         * lib/fseeko.c (rpl_fseeko): Likewise.
3306
3307 2007-10-03  Bruno Haible  <bruno@clisp.org>
3308             Jim Meyering  <jim@meyering.net>
3309             Eric Blake  <ebb9@byu.net>
3310
3311         * doc/relocatable.texi: Use @command instead of @program.
3312
3313 2007-10-02  Jim Meyering  <jim@meyering.net>
3314
3315         Perform one more "_.h" -> ".in.h" substitution.
3316         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
3317         instead of unistd_.h here, too.
3318
3319 2007-10-01  Bruno Haible  <bruno@clisp.org>
3320
3321         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
3322         Needed for the alloca-opt module.
3323
3324 2007-09-30  Bruno Haible  <bruno@clisp.org>
3325
3326         * lib/alloca.in.h: Renamed from lib/alloca_.h.
3327         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
3328         alloca_.h.
3329         * lib/argz.in.h: Renamed from lib/argz_.h.
3330         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
3331         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
3332         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
3333         byteswap_.h.
3334         * lib/dirent.in.h: Renamed from lib/dirent_.h.
3335         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
3336         dirent_.h.
3337         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
3338         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
3339         fcntl_.h.
3340         * lib/float.in.h: Renamed from lib/float_.h.
3341         * modules/float (Files, Makefile.am): Use float.in.h instead of
3342         float_.h.
3343         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
3344         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
3345         fnmatch_.h.
3346         * lib/getopt.in.h: Renamed from lib/getopt_.h.
3347         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
3348         getopt_.h.
3349         * lib/glob.in.h: Renamed from lib/glob_.h.
3350         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
3351         * lib/iconv.in.h: Renamed from lib/iconv_.h.
3352         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
3353         iconv_.h.
3354         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
3355         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
3356         inttypes_.h.
3357         * lib/locale.in.h: Renamed from lib/locale_.h.
3358         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
3359         locale_.h.
3360         * lib/math.in.h: Renamed from lib/math_.h.
3361         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
3362         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
3363         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
3364         of netinet_in_.h. Add dependency.
3365         * lib/poll.in.h: Renamed from lib/poll_.h.
3366         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
3367         * lib/search.in.h: Renamed from lib/search_.h.
3368         * modules/search (Files, Makefile.am): Use search.in.h instead of
3369         search_.h.
3370         * lib/signal.in.h: Renamed from lib/signal_.h.
3371         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
3372         _signal.h.
3373         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
3374         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
3375         stdbool_.h.
3376         * lib/stdint.in.h: Renamed from lib/stdint_.h.
3377         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
3378         stdint_.h.
3379         * lib/stdio.in.h: Renamed from lib/stdio_.h.
3380         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
3381         stdio_.h.
3382         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
3383         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
3384         stdlib_.h.
3385         * lib/string.in.h: Renamed from lib/string_.h.
3386         * modules/string (Files, Makefile.am): Use string.in.h instead of
3387         string_.h.
3388         * doc/gnulib-tool.texi (Initial import): Update.
3389         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
3390         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
3391         of sys_select_.h. Add dependency.
3392         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
3393         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
3394         of sys_socket_.h.
3395         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
3396         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
3397         sys_stat_.h.
3398         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
3399         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
3400         sys_time_.h.
3401         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
3402         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
3403         sysexits_.h.
3404         * lib/time.in.h: Renamed from lib/time_.h.
3405         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
3406         * lib/unistd.in.h: Renamed from lib/unistd_.h.
3407         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
3408         unistd_.h.
3409         * lib/wchar.in.h: Renamed from lib/wchar_.h.
3410         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
3411         wchar_.h.
3412         * lib/wctype.in.h: Renamed from lib/wctype_.h.
3413         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
3414         wctype_.h.
3415         * build-aux/bootstrap (slurp): Update.
3416         * lib/.cppi-disable: Update.
3417
3418 2007-09-30  Bruno Haible  <bruno@clisp.org>
3419
3420         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
3421         Needed on BeOS.
3422
3423 2007-09-30  Bruno Haible  <bruno@clisp.org>
3424
3425         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
3426
3427 2007-09-29  Bruno Haible  <bruno@clisp.org>
3428
3429         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
3430
3431 2007-09-29  Bruno Haible  <bruno@clisp.org>
3432
3433         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
3434         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
3435         * build-aux/install-reloc: Compile also areadlink.c.
3436         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
3437
3438 2007-09-29  Bruno Haible  <bruno@clisp.org>
3439
3440         * gnulib-tool (func_emit_initmacro_done): Indentation.
3441
3442 2007-09-29  Bruno Haible  <bruno@clisp.org>
3443
3444         * README: Add CVS checkout update instructions.
3445         Info from Bob Proulx <bob@proulx.com>.
3446
3447 2007-09-28  Eric Blake  <ebb9@byu.net>
3448
3449         Provide move-if-change.
3450         * build-aux/move-if-change: New file, based on best practice
3451         rather than any canonical upstream location.
3452
3453 2007-09-28  Jim Meyering  <jim@meyering.net>
3454
3455         Fix canonicalize loop-detection corner case.
3456         Do not attempt to stat the symlink values stored via seen_triple.
3457         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
3458         on linux-2.6.18, (but not 2.6.22).
3459         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
3460         triple_compare.  The former compares dev,ino,filename, while the latter
3461         would actually stat dirname(filename) when dev and ino were equal.
3462         * lib/hash-triple.c: Install <string.h>.
3463         (STREQ): Define.
3464         (triple_compare_ino_str): New function.
3465         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
3466
3467 2007-09-28  Eric Blake  <ebb9@byu.net>
3468
3469         Enforce that AC_REPLACE_FUNCS files exist.
3470         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
3471         override check for typos.
3472
3473         Fix test-closein on Solaris 10.
3474         * tests/test-closein.c (main): Don't assume stdin can be inherited
3475         closed on all systems.
3476         * tests/test-closein.sh: Likewise.
3477         Reported by Piotr Tarnowski.
3478
3479 2007-09-28  Jim Meyering  <jim@meyering.net>
3480
3481         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
3482
3483 2007-09-27  Jim Meyering  <jim@meyering.net>
3484
3485         canonicalize: Avoid a false-positive cycle failure.
3486         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
3487         Sort.  Remove cycle-check.
3488         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
3489         not cycle-check.h.
3490         (seen_triple): New function.
3491         (canonicalize_filename_mode): Use it instead of cycle-check.
3492         * tests/test-canonicalize.c: Add a test for this bug.
3493         * tests/test-canonicalize.sh: Set up and run the test.
3494
3495         New module, file-set, from coreutils.
3496         * modules/file-set: Define it.
3497         * lib/file-set.c, lib/file-set.h: Implement.
3498
3499         New module, hash-triple, from coreutils.
3500         * modules/hash-triple: Define it.
3501         * lib/hash-triple.c, lib/hash-triple.h: Implement.
3502
3503 2007-09-25  Eric Blake  <ebb9@byu.net>
3504
3505         Fix strerror on Interix.
3506         * lib/string_.h (strerror): Declare replacement.
3507         * doc/functions/strerror.texi (strerror): Document the Interix
3508         shortcoming.
3509         * modules/string (Makefile.am): Support new hooks.
3510         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
3511         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
3512         gl_FUNC_STRERROR_SEPARATE.
3513         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
3514         * lib/strerror.c (rpl_strerror): Provide replacement.
3515         * modules/strerror (Depends-on): Add string.
3516         (configure.ac): Detect use of module.
3517         * tests/test-strerror.c: New file.
3518         * modules/strerror-tests: New test module.
3519         * modules/argp (Depends-on): Add strerror.
3520         * modules/error (Depends-on): Likewise.
3521         Reported by Martin Koeppe.
3522
3523 2007-09-24  Bruno Haible  <bruno@clisp.org>
3524
3525         * README: Update git instructions.
3526
3527 2007-09-24  Eric Blake  <ebb9@byu.net>
3528
3529         Revert fpending breakage from 2007-09-08.
3530         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
3531         __fpending.c.
3532
3533 2007-09-24  Jim Meyering  <jim@meyering.net>
3534
3535         filenamecat.c: Add a test.
3536         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
3537         showing how the function works when DIR is the empty string.
3538
3539 2007-09-21  Simon Josefsson  <simon@josefsson.org>
3540
3541         * tests/test-canonicalize.sh: Turn on executable bit.
3542
3543 2007-09-19  Eric Blake  <ebb9@byu.net>
3544
3545         * README: Update CVS instructions.
3546
3547 2007-09-18  Bruno Haible  <bruno@clisp.org>
3548
3549         * modules/areadlink: New file.
3550         * lib/areadlink.h (areadlink): New declaration.
3551         * lib/areadlink.c: New file, based on lib/xreadlink.c.
3552
3553 2007-09-17  Jim Meyering  <jim@meyering.net>
3554
3555         * lib/savewd.c (ESTALE) [!defined]: Define.
3556         Reported to be required on Interix by Martin Koeppe.
3557
3558 2007-09-17  Bruno Haible  <bruno@clisp.org>
3559
3560         * gnulib-tool (func_version): Use $version.
3561
3562 2007-09-16  Bruno Haible  <bruno@clisp.org>
3563
3564         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
3565         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
3566         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
3567         Reported by Greg Schafer <gschafer@zip.com.au>.
3568
3569 2007-09-15  Bruno Haible  <bruno@clisp.org>
3570
3571         * gnulib-tool (sed): Try a little harder to make bash understand the
3572         alias.
3573         Reported by Bruce Korb <bruce.korb@gmail.com>.
3574
3575 2007-09-13  Eric Blake  <ebb9@byu.net>
3576
3577         * ChangeLog: Remove conflict markers.
3578
3579 2007-09-13  Simon Josefsson  <simon@josefsson.org>
3580
3581         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
3582         Reported by Bruno Haible <bruno@clisp.org>.
3583
3584 2007-09-12  Bruno Haible  <bruno@clisp.org>
3585
3586         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
3587         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
3588         is not defined.
3589
3590 2007-09-12  Eric Blake  <ebb9@byu.net>
3591
3592         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
3593         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
3594         Autoconf definition.
3595         * modules/euidaccess (Depends-on): Add extensions, for
3596         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
3597         * modules/fnmatch (Depends-on): Likewise.
3598         * modules/getaddrinfo (Depends-on): Likewise.
3599         * modules/getdelim (Depends-on): Likewise.
3600         * modules/getline (Depends-on): Likewise.
3601         * modules/getsubopt (Depends-on): Likewise.
3602         * modules/gettext (Depends-on): Likewise.
3603         * modules/group-member (Depends-on): Likewise.
3604         * modules/mbchar (Depends-on): Likewise.
3605         * modules/memmem (Depends-on): Likewise.
3606         * modules/mempcpy (Depends-on): Likewise.
3607         * modules/memrchr (Depends-on): Likewise.
3608         * modules/pagealign_alloc (Depends-on): Likewise.
3609         * modules/readutmp (Depends-on): Likewise.
3610         * modules/stpcpy (Depends-on): Likewise.
3611         * modules/stpncpy (Depends-on): Likewise.
3612         * modules/strchrnul (Depends-on): Likewise.
3613         * modules/strndup (Depends-on): Likewise.
3614         * modules/strsep (Depends-on): Likewise.
3615         * modules/strverscmp (Depends-on): Likewise.
3616         * modules/vasprintf (Depends-on): Likewise.
3617         * modules/wcwidth (Depends-on): Likewise.
3618         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
3619         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
3620         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
3621         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
3622         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
3623         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
3624         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
3625         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
3626         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
3627         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
3628         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
3629         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3630         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3631         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
3632         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
3633         * m4/readutmp.m4 (gl_READUTMP): Likewise.
3634         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3635         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3636         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3637         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3638         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3639         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3640         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3641         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
3642         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
3643         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3644         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
3645         so that lock.m4 can be used in gettext without extensions module.
3646
3647 2007-09-11  Bruno Haible  <bruno@clisp.org>
3648
3649         * m4/isc-posix.m4: Remove file.
3650         Suggested by Eric Blake.
3651
3652 2007-09-11  Eric Blake  <ebb9@byu.net>
3653
3654         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
3655
3656 2007-09-10  Bruno Haible  <bruno@clisp.org>
3657
3658         * posix-modules: Fix typo in error message.
3659         Reported by Matt <mkraai@beckman.com>.
3660
3661 2007-09-09  Bruno Haible  <bruno@clisp.org>
3662
3663         * doc/functions/getdelim.texi: Update list of platforms lacking the
3664         function.
3665         * doc/functions/getline.texi: Likewise.
3666
3667 2007-09-09  Jim Meyering  <jim@meyering.net>
3668
3669         * lib/hash.c (hash_initialize): Detect calloc failure.
3670         Reported by Bruno Haible.
3671
3672 2007-09-09  Bruno Haible  <bruno@clisp.org>
3673
3674         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
3675         malloc or realloc fails.
3676
3677 2007-09-09  Bruno Haible  <bruno@clisp.org>
3678
3679         * modules/getcwd (Depends-on): Add malloc-posix.
3680         * modules/glob (Depends-on): Likewise.
3681         * modules/putenv (Depends-on): Likewise.
3682         * modules/strdup (Depends-on): Likewise.
3683         * modules/getdelim (Depends-on): Add realloc-posix.
3684         * modules/read-file (Depends-on): Likewise.
3685
3686 2007-09-09  Bruno Haible  <bruno@clisp.org>
3687
3688         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
3689         (gl_FUNC_MALLOC_POSIX): Require it.
3690         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
3691         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
3692         * modules/realloc (Files): Add m4/malloc.m4.
3693         * modules/calloc (Files): Likewise.
3694
3695 2007-09-09  Bruno Haible  <bruno@clisp.org>
3696
3697         * modules/malloc-posix: New file.
3698         * modules/malloc (Depends-on): Add malloc-posix.
3699         * lib/malloc.c: Include errno.h.
3700         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
3701         and a POSIX-compatible malloc into a single function. Set ENOMEM
3702         when returning NULL.
3703         * m4/malloc.m4: New file.
3704         * doc/functions/malloc.texi: Mention the malloc-posix module.
3705         * lib/stdlib_.h (malloc): New declaration.
3706         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
3707         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
3708         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
3709         and HAVE_MALLOC_POSIX.
3710
3711 2007-09-09  Bruno Haible  <bruno@clisp.org>
3712
3713         * modules/realloc-posix: New file.
3714         * modules/realloc (Depends-on): Add realloc-posix.
3715         * lib/realloc.c: Include errno.h.
3716         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
3717         and a POSIX-compatible realloc into a single function. Set ENOMEM
3718         when returning NULL.
3719         * m4/realloc.m4: New file.
3720         * doc/functions/realloc.texi: Mention the realloc-posix module.
3721         * lib/stdlib_.h (realloc): New declaration.
3722         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
3723         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
3724         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
3725         and HAVE_REALLOC_POSIX.
3726
3727 2007-09-09  Bruno Haible  <bruno@clisp.org>
3728
3729         * modules/calloc-posix: New file.
3730         * modules/calloc (Depends-on): Add calloc-posix.
3731         * lib/calloc.c: Include errno.h.
3732         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
3733         and a POSIX-compatible calloc into a single function. Set ENOMEM
3734         when returning NULL.
3735         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
3736         * doc/functions/calloc.texi: Mention the calloc-posix module.
3737         * lib/stdlib_.h (calloc): New declaration.
3738         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
3739         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
3740         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
3741         and HAVE_CALLOC_POSIX.
3742
3743 2007-09-09  Bruno Haible  <bruno@clisp.org>
3744
3745         Allow for modules to show an arbitrary notice.
3746         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
3747         * gnulib-tool: New option --extract-notice.
3748         (func_usage): Document it.
3749         (sed_extract_prog): Update.
3750         (func_get_notice): New function.
3751         (func_modules_notice): New function.
3752         (func_import, func_create_testdir): Invoke it.
3753         Suggested by Jim Meyering.
3754
3755 2007-09-09  Bruno Haible  <bruno@clisp.org>
3756
3757         * gnulib-tool: New options --verbose, --quiet.
3758         (func_usage): Document them.
3759         (verbose): New variable.
3760         (func_execute_command): New function.
3761         (func_import): Don't show the module list and the file list if
3762         $verbose < 0.
3763         (func_create_testdir): Likewise. Use func_execute_command.
3764         (func_create_megatestdir): Use func_execute_command.
3765
3766 2007-09-08  Bruno Haible  <bruno@clisp.org>
3767
3768         * gnulib-tool (func_import): Prefer rsync over wget when available,
3769         for fetching the PO files.
3770
3771 2007-09-08  Bruno Haible  <bruno@clisp.org>
3772
3773         * posix-modules: New file. Portions copied from gnulib-tool.
3774         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
3775
3776 2007-09-08  Jim Meyering  <jim@meyering.net>
3777
3778         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
3779         * lib/fpending.h: Rename from __fpending.h.
3780         * lib/fpending.c: Rename from __fpending.c.
3781         Include "fpending.h", not "__fpending.h".
3782         * lib/__fpending.h, lib/__fpending.c: Remove files.
3783         * modules/fpending (Files): Reflect new file names.
3784         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
3785
3786 2007-09-08  Bruno Haible  <bruno@clisp.org>
3787
3788         * m4/inttypes-h.m4: Remove stub file.
3789
3790 2007-09-07  Simon Josefsson  <simon@josefsson.org>
3791
3792         * doc/headers/stdint.texi: Discuss #include_next issue.
3793
3794 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3795
3796         * build-aux/bootstrap: Remove obsolete comment about wget --help.
3797
3798 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3799
3800         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
3801         in variable name.
3802
3803 2007-09-03  Jim Meyering  <jim@meyering.net>
3804
3805         New module: git-version-gen.
3806         * modules/git-version-gen: New file.
3807
3808         Import changes from coreutils for bootstrap script.
3809
3810         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
3811
3812         bootstrap: uses rsync to download the .po files
3813         * build-aux/bootstrap (po_download_command_format): New global.
3814         (download_po_files): Use rsync.
3815         (update_po_files): Don't remove .po files after download,
3816         so future rsync runs can take advantage of the copies.
3817
3818         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
3819
3820         Solve the unnecessary-.po-file-regeneration problem once and for all.
3821         * build-aux/bootstrap (download_po_files): New function, renamed from
3822         get_translations.  Now, downloads, but doesn't update LINGUAS.
3823         (update_po_files): New function.
3824
3825         bootstrap: Ignore more.
3826         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
3827         uniwidth to e.g., lib/.gitignore.
3828         (slurp): Handle the sys_stat_.h -> sys mapping, too.
3829
3830         * build-aux/bootstrap: New setting: vc_ignore.
3831         (insert_sorted_if_absent): Create $file if absent.
3832         Adapt to new, possibly empty, list: $vc_ignore.
3833
3834         bootstrap: generate more ignorable names
3835         * build-aux/bootstrap (slurp): When generating ignorable names,
3836         also map .sin to .sed, .gperf to .c, and .y to .c.
3837
3838 2007-09-03  Jim Meyering  <jim@meyering.net>
3839
3840         * build-aux/git-version-gen: New file, from coreutils.  For details, see
3841         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
3842
3843 2007-09-02  Bruno Haible  <bruno@clisp.org>
3844
3845         Fix mis-recognition of 'mcs' on QNX 6.
3846         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
3847         output contains the string "Mono".
3848         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
3849         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
3850
3851 2007-09-01  Bruno Haible  <bruno@clisp.org>
3852
3853         Fix collision between uniwidth/* and linebreak modules.
3854         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
3855         u32_width): Remove declarations.
3856         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
3857         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
3858         streq3, streq2, streq1, streq0): Remove functions.
3859         (STREQ): Remove macro.
3860         (is_cjk_encoding): Remove function.
3861         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
3862         (uc_width, u8_width, u16_width, u32_width): Remove functions.
3863         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
3864         * NEWS: Document the change.
3865
3866 2007-09-01  Bruno Haible  <bruno@clisp.org>
3867
3868         * lib/streq.h: Add double-inclusion guard.
3869
3870 2007-09-01  Karl Berry  <karl@gnu.org>
3871
3872         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
3873
3874 2007-08-28  Jim Meyering  <jim@meyering.net>
3875
3876         Rename mreadlink_with_size to areadlink_with_size.
3877         * NEWS: Document the change.
3878         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
3879         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
3880         * lib/mreadlink.h: Rename this to...
3881         * lib/areadlink.h: ...this.
3882         * modules/mreadlink-with-size: Rename this to...
3883         * modules/areadlink-with-size: ...this.
3884         * lib/canonicalize.c: Reflect the renaming.
3885         * modules/canonicalize: Likewise.
3886
3887 2007-08-26  Bruno Haible  <bruno@clisp.org>
3888
3889         * gnulib-tool (func_import): When deciding which files to remove,
3890         consider also dangling symbolic links.
3891         Reported by Eric Blake.
3892
3893 2007-08-26  Bruno Haible  <bruno@clisp.org>
3894
3895         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
3896
3897 2007-08-23  Simon Josefsson  <simon@josefsson.org>
3898
3899         * lib/readline.c: Don't include getline.h, the prototype is now
3900         found in stdio.h.
3901
3902 2007-08-23  Jim Meyering  <jim@meyering.net>
3903
3904         Getdelim touchup.
3905         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
3906         around the funlockfile call, since funlockfile never sets errno.
3907         Don't set errno upon failed realloc.
3908
3909 2007-08-22  Eric Blake  <ebb9@byu.net>
3910
3911         Getline touchups.
3912         * lib/getdelim.c (getdelim): Revert regression that required *n to
3913         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
3914         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
3915         getdelim, rather than whether implementation is missing.
3916         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
3917         * lib/stdio_.h (getline): Also declare if replacement is
3918         required.
3919         * doc/functions/getdelim.texi: New file.
3920         * doc/functions/getline.texi: Likewise.
3921         * doc/gnulib.texi (Function Substitutes): Add new files.
3922         Reported by Bruno Haible.
3923
3924 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
3925
3926         * users.txt: Add Guile.
3927
3928 2007-08-22  Eric Blake  <ebb9@byu.net>
3929
3930         * tests/test-getdelim.c (main): Use remove, not unlink.
3931         * tests/test-getline.c (main): Likewise.
3932
3933         Move getline and getdelim into stdio.h, per POSIX 200x.
3934         * modules/getline (Files): Remove getline.h.
3935         (Depends-on): Add stdio.
3936         (configure.ac): Add module indicator.
3937         * modules/getdelim (Files): Remove getdelim.h.
3938         (Depends-on): Add stdio.
3939         (configure.ac): Add module indicator.
3940         * modules/stdio (Makefile.am): Work with new indicators.
3941         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
3942         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
3943         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
3944         * lib/getdelim.h: Delete.
3945         * lib/getline.h: Delete.
3946         * lib/stdio_.h (getdelim, getline): Declare.
3947         * modules/getdelim-tests: New module.
3948         * modules/getline-tests: Likewise.
3949         * tests/test-getdelim.c: New file.
3950         * tests/test-getline.c: Likewise.
3951         * NEWS: Document the change.
3952         * lib/getline.c: Update choice of header.
3953         * lib/csharpcomp.c: Likewise.
3954         * lib/getpass.c: Likewise.
3955         * lib/javacomp.c: Likewise.
3956         * lib/javaversion.c: Likewise.
3957         * lib/yesno.c: Likewise.
3958         * lib/getdelim.c: Likewise.
3959         (getdelim): Set errno on failure, and avoid memory leak.
3960
3961 2007-08-19  Bruno Haible  <bruno@clisp.org>
3962
3963         * modules/closein (Depends-on): Add freadahead.
3964         * lib/closein.c: Include freadahead.h.
3965         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
3966         is zero.
3967
3968 2007-08-19  Bruno Haible  <bruno@clisp.org>
3969
3970         * modules/freadahead-tests: New file.
3971         * tests/test-freadahead.sh: New file.
3972         * tests/test-freadahead.c: New file.
3973
3974         * modules/freadahead: New file.
3975         * lib/freadahead.h: New file.
3976         * lib/freadahead.c: New file.
3977         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
3978         fbufmode, fpurge, freadable, fwritable.
3979
3980 2007-08-19  Eric Blake  <ebb9@byu.net>
3981
3982         Test yesno in combination with closein.
3983         * lib/yesno.c (yesno): Document use of stdin.
3984         * modules/yesno-tests (Files): New module.
3985         * tests/test-yesno.c (main): New file.
3986         * tests/test-yesno.sh: Likewise.
3987
3988 2007-08-19  Bruno Haible  <bruno@clisp.org>
3989
3990         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
3991         * lib/fseeko.c (rpl_fseeko): Likewise.
3992         * lib/fseterr.c (fseterr): Likewise.
3993
3994 2007-08-19  Bruno Haible  <bruno@clisp.org>
3995
3996         * tests/test-lseek.c (main): Disable a test for BeOS.
3997         * doc/functions/lseek.texi: Document the BeOS bug.
3998
3999 2007-08-19  Bruno Haible  <bruno@clisp.org>
4000             Eric Blake  <ebb9@byu.net>
4001
4002         * lib/lseek.c: Include <sys/stat.h>.
4003         (rpl_lseek): Add workaround code also for Unix platforms.
4004         Needed for BeOS.
4005         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
4006         * doc/functions/lseek.texi: Document BeOS definiency.
4007
4008 2007-08-18  Bruno Haible  <bruno@clisp.org>
4009
4010         * modules/fstrcmp-tests: New file.
4011         * tests/test-fstrcmp.c: New file.
4012
4013 2007-08-18  Bruno Haible  <bruno@clisp.org>
4014
4015         * modules/fstrcmp: New file, from GNU gettext with modifications.
4016         * lib/fstrcmp.h: New file, from GNU gettext.
4017         * lib/fstrcmp.c: New file, from GNU gettext.
4018         * MODULES.html.sh (String handling): Add fstrcmp.
4019
4020 2007-08-18  Bruno Haible  <bruno@clisp.org>
4021
4022         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
4023         'bool'.
4024         (diag, compareseq): Remove const from the ctxt argument.
4025         (USE_HEURISTIC): Undefine at the end.
4026
4027 2007-08-18  Jim Meyering  <jim@meyering.net>
4028
4029         New file: lib/idcache.h
4030         * NEWS: Mention the addition.
4031         * modules/idcache (Files): Add lib/idcache.h
4032         * lib/idcache.c: Include "idcache.h".
4033         Don't include <sys/types.h>.
4034         Add a FIXME comment.
4035         Move file-scoped "static" declarations to the top.
4036         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
4037
4038 2007-08-17  Bruno Haible  <bruno@clisp.org>
4039         and Paul Eggert  <eggert@cs.ucla.edu>
4040
4041         * MODULES.html.sh: Add diffseq.
4042         * modules/diffseq: New file.
4043         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
4044         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
4045
4046 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4047
4048         Import changes from coreutils for bootstrap script.
4049
4050         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
4051
4052         * build-aux/bootstrap (slurp): Work even in environments where
4053         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
4054         current code does not slurp files whose names start with ".", and
4055         this looks like it might be a troublesome area.
4056
4057         2007-07-11  Jim Meyering  <jim@meyering.net>
4058
4059         If there's a GPL vN copyright comment, require that N == 3.
4060
4061         2007-07-08  Jim Meyering  <jim@meyering.net>
4062
4063         Run the coreutils-specific code only if tests/Makefile.am.in exists.
4064         * build-aux/bootstrap (mam_template): Move definition out of loop.
4065
4066         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
4067
4068         * build-aux/bootstrap (symlink_to_dir): Rename function from
4069         symlink_to_gnulib.  Add a directory parameter.  Update all
4070         callers.
4071         (cp_mark_as_generated): Also check for -- and link to -- files in
4072         gl/.
4073
4074         2007-07-08  Jim Meyering  <jim@meyering.net>
4075
4076         Adapt to deeper hierarchy in gnulib.
4077         * build-aux/bootstrap (symlink_to_dir): If the destination
4078         directory doesn't exist, create it. This is required at least for
4079         "lib/uniwidth/cjk.h".
4080
4081         2007-05-15  Jim Meyering  <jim@meyering.net>
4082
4083         * build-aux/bootstrap: Now that generated Makefile.am files
4084         are no longer under version control, they must be created at
4085         bootstrap time.
4086
4087 2007-08-14  Ben Pfaff  <blp@gnu.org>
4088
4089         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
4090
4091 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4092
4093         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
4094         given the changes below.
4095         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
4096         even on hosts that have padding bits beyond the supported 64.
4097
4098 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4099
4100         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
4101         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
4102         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
4103         depends on it.
4104         (xstrtol_error): Remove.
4105         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
4106         but with a different signature.
4107         (ATTRIBUTE_NORETURN, __attribute__): New macros.
4108         * lib/xstrtol-error.c: Include exitfail.h.
4109         (xstrtol_fatal): New function, with a different signature from the
4110         old xstrtol_error, so that the caller need not worry about passing
4111         in an exit status, or about storage management of the option argument.
4112         (xstrtol_error): Now a static function.  Redo signature to
4113         implement xstrtol_fatal.  Output the correct number of hyphens in
4114         front of the option so that the caller need not worry about
4115         storage management.
4116         (N_): New macro.
4117         (_): Remove; not used now.
4118         * modules/xstrtol: Depend on getopt.
4119         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
4120         of old STRTOL_FATAL_ERROR macro.
4121         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
4122         of test program.
4123         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
4124         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
4125
4126 2007-08-08  Eric Blake  <ebb9@byu.net>
4127
4128         * lib/xstrtol-error.c: Add missing include.
4129
4130         Move xstrtol messages into gnulib domain, when --pobase is used.
4131         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
4132         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
4133         * modules/xstrtol (Files): Distribute new file.
4134         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
4135         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
4136         * tests/test-xstrtol.c: ...into new file.
4137         * tests/test-xstrtoul.c: Also test xstrtoul.
4138         * tests/test-xstrtoimax.c: Also test xstrtoimax.
4139         * tests/test-xstrtoumax.c: Also test xstrtoumax.
4140         * tests/test-xstrtol.sh: Drive the tests.
4141         * tests/test-xstrtoimax.sh: Likewise.
4142         * tests/test-xstrtoumax.sh: Likewise.
4143         * modules/xstrtol-tests: New module.
4144         * modules/xstrtoimax-tests: Likewise.
4145         * modules/xstrtoumax-tests: Likewise.
4146
4147 2007-08-08  Jim Meyering  <jim@meyering.net>
4148
4149         New function: mfile_name_concat.
4150         * lib/filenamecat.c (mfile_name_concat): New function, just like
4151         file_name_concat, but return NULL upon failure rather than exiting
4152         with a diagnostic.
4153         * lib/filenamecat.h: Declare it.
4154
4155 2007-08-07  Bruno Haible  <bruno@clisp.org>
4156
4157         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
4158         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
4159         warning from gcc.
4160         Reported by Eric Blake.
4161
4162 2007-08-07  Simon Josefsson  <simon@josefsson.org>
4163
4164         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
4165         * modules/crypto/arcfour (License): Likewise.
4166         * modules/crypto/des-tests (License): Likewise.
4167         * modules/crypto/gc-arctwo-tests (License): Likewise.
4168         * modules/crypto/gc-des-tests (License): Likewise.
4169         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
4170         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
4171         * modules/crypto/gc-md2-tests (License): Likewise.
4172         * modules/crypto/gc-md4-tests (License): Likewise.
4173         * modules/crypto/gc-md5-tests (License): Likewise.
4174         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
4175         * modules/crypto/gc-rijndael-tests (License): Likewise.
4176         * modules/crypto/gc-sha1-tests (License): Likewise.
4177         * modules/crypto/gc-tests (License): Likewise.
4178         * modules/crypto/hmac-md5 (License): Likewise.
4179         * modules/crypto/hmac-sha1 (License): Likewise.
4180         * modules/crypto/md2-tests (License): Likewise.
4181         * modules/crypto/md4-tests (License): Likewise.
4182         * modules/crypto/md5 (License): Likewise.
4183         * modules/crypto/rijndael (License): Likewise.
4184         * modules/crypto/sha1 (License): Likewise.
4185         * modules/memxor (License): Likewise.
4186
4187 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
4188         and Bruno Haible  <bruno@clisp.org>
4189
4190         * NEWS: Describe interface changes to human, xstrtol.
4191         * lib/human.h: Include <xstrtol.h>.
4192         (human_options): Return enum strtol_error, not int.  Remove
4193         bool arg; take int * instead.
4194         * lib/human.c: Don't include "gettext.h".
4195         (_): Remove; no longer used.
4196         Don't include <xstrtol.h>, since human.h does it.
4197         (human_options): Adjust to abovementioned interface changes.
4198         Do not report error to stderr; that's now the caller's
4199         responsibility.
4200         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
4201         interface change.
4202         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
4203         Str, Argument_type_string.  All uses changed.  Put " argument"
4204         in diagnostics to make them clearer.  Change wording of suffix
4205         message for clarity.
4206         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
4207         Argument_type_string.
4208         (STRTOL_FATAL_WARN): Remove; no longer used.
4209         * modules/human (Depends-on): Remove gettext-h.
4210
4211 2007-08-06  Simon Josefsson  <simon@josefsson.org>
4212
4213         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
4214
4215 2007-07-31  Bruno Haible  <bruno@clisp.org>
4216
4217         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
4218         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
4219         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
4220
4221 2007-07-31  Bruno Haible  <bruno@clisp.org>
4222
4223         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
4224         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
4225
4226 2007-07-30  Bruno Haible  <bruno@clisp.org>
4227
4228         * modules/base64 (License): Use the synonymous term "LGPLv2+".
4229         * modules/c-ctype (License): Likewise.
4230         * modules/c-strcase (License): Likewise.
4231         * modules/check-version (License): Likewise.
4232         * modules/iconv (License): Likewise.
4233         * modules/iconv_open (License): Likewise.
4234         * modules/read-file (License): Likewise.
4235         * modules/striconv (License): Likewise.
4236         * modules/strverscmp (License): Likewise.
4237         * modules/vasprintf (License): Likewise.
4238         * modules/crypto/des (License): Likewise.
4239         * modules/crypto/gc (License): Likewise.
4240         * modules/crypto/gc-arcfour (License): Likewise.
4241         * modules/crypto/gc-arctwo (License): Likewise.
4242         * modules/crypto/gc-des (License): Likewise.
4243         * modules/crypto/gc-hmac-md5 (License): Likewise.
4244         * modules/crypto/gc-hmac-sha1 (License): Likewise.
4245         * modules/crypto/gc-md2 (License): Likewise.
4246         * modules/crypto/gc-md4 (License): Likewise.
4247         * modules/crypto/gc-md5 (License): Likewise.
4248         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
4249         * modules/crypto/gc-random (License): Likewise.
4250         * modules/crypto/gc-rijndael (License): Likewise.
4251         * modules/crypto/gc-sha1 (License): Likewise.
4252         * modules/crypto/md2 (License): Likewise.
4253         * modules/crypto/md4 (License): Likewise.
4254
4255 2007-07-30  Jim Meyering  <jim@meyering.net>
4256
4257         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
4258         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
4259         it has valid stat data.  This bug would cause du not to count the
4260         sizes of inaccessible directories.
4261         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
4262         in <http://bugzilla.redhat.com/250077>.
4263
4264 2007-07-25  Peter O'Gorman  <peter@pogma.com>
4265             Bruno Haible  <bruno@clisp.org>
4266
4267         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
4268         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
4269         #include_next, gives a diagnostic about it, but reports no error in
4270         the exit code.
4271         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
4272
4273 2007-07-24  Ben Pfaff  <blp@gnu.org>
4274
4275         Improve name: "count-one-bits" is better than "popcount".
4276         * MODULES.html.sh: Update name.
4277         * lib/popcount.h: Renamed lib/count-one-bits.h.
4278         (popcount): Renamed count_one_bits.
4279         (popcountl): Renamed count_one_bits_l.
4280         (popcountll): Renamed count_one_bits_ll.
4281         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
4282         * modules/popcount: Renamed module/count-one-bits.
4283         * modules/popcount-tests: Renamed module/count-one-bits-tests.
4284         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
4285
4286 2007-07-23  Ben Pfaff  <blp@gnu.org>
4287
4288         * lib/popcount.h (popcount32): Reduce size of constants, to allow
4289         better code generation, and add U to large constants to avoid
4290         warnings, in non-GCC case.
4291         Suggested by Bruno Haible.
4292
4293 2007-07-23  Ben Pfaff  <blp@gnu.org>
4294
4295         * lib/popcount.h: Use verify_true instead of if...abort.
4296         * modules/popcount: Depend on verify module.
4297         Suggested by Jim Meyering.
4298
4299 2007-07-23  Bruno Haible  <bruno@clisp.org>
4300
4301         * gnulib-tool (func_import): Create a .cvsignore file also when the
4302         directory is not yet in CVS but the toplevel directory is. When
4303         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
4304         Reported by Karl Berry.
4305
4306 2007-07-22  Ben Pfaff  <blp@gnu.org>
4307
4308         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
4309         case.
4310         Suggested by Eric Blake.
4311
4312 2007-07-22  Ben Pfaff  <blp@gnu.org>
4313
4314         New module: popcount.
4315         * MODULES.html.sh: Add popcount.
4316         * modules/popcount: New file.
4317         * modules/popcount-tests: New file.
4318         * tests/test-popcount.c: New file.
4319         * lib/popcount.h: New file.
4320         * m4/popcount.m4: New file.
4321
4322 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4323
4324         * build-aux/announce-gen: Update to GPLv3.
4325
4326         * build-aux/config.guess: Update from config.
4327
4328 2007-07-21  Bruno Haible  <bruno@clisp.org>
4329
4330         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
4331         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
4332
4333 2007-07-20  Jim Meyering  <jim@meyering.net>
4334
4335         * check-module: Diagnose a self-dependency.
4336
4337 2007-07-19  Bruno Haible  <bruno@clisp.org>
4338
4339         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
4340         empty.
4341         Reported by Eric Blake.
4342
4343 2007-07-18  Bruno Haible  <bruno@clisp.org>
4344
4345         * gnulib-tool: New options --po-base, --po-domain.
4346         (func_usage): Document them.
4347         (pobase, po_domain): New variables.
4348         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
4349         DEFAULT_TEXT_DOMAIN.
4350         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
4351         (func_import): Consider pobase and po_domain. Create a po/ directory.
4352         (func_create_testdir): Set pobase and po_domain to empty.
4353         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
4354         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
4355
4356 2007-07-18  Bruno Haible  <bruno@clisp.org>
4357
4358         * gnulib-tool (func_get_automake_snippet): Synthesize also an
4359         EXTRA_DIST augmentation for files in build-aux/.
4360
4361 2007-07-16  Bruno Haible  <bruno@clisp.org>
4362
4363         * modules/lseek (License): Use the synonymous term "LGPLv2+".
4364         * modules/getdelim (License): Likewise.
4365
4366 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4367
4368         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
4369         * modules/d-type (License): Likewise.
4370         * modules/extensions (License): Likewise.
4371         * modules/fnmatch (License): Likewise.
4372         * modules/fseeko (License): Likewise.
4373         * modules/getaddrinfo (License): Likewise.
4374         * modules/getline (License): Likewise.
4375         * modules/getlogin_r (License): Likewise.
4376         * modules/getpass (License): Likewise.
4377         * modules/gettimeofday (License): Likewise.
4378         * modules/glob (License): Likewise.
4379         * modules/inet_ntop (License): Likewise.
4380         * modules/malloc (License): Likewise.
4381         * modules/malloca (License): Likewise.
4382         * modules/memmem (License): Likewise.
4383         * modules/mempcpy (License): Likewise.
4384         * modules/memset (License): Likewise.
4385         * modules/minmax (License): Likewise.
4386         * modules/mktime (License): Likewise.
4387         * modules/netinet_in (License): Likewise.
4388         * modules/pathmax (License): Likewise.
4389         * modules/poll (License): Likewise.
4390         * modules/regex (License): Likewise.
4391         * modules/snprintf (License): Likewise.
4392         * modules/stdbool (License): Likewise.
4393         * modules/stdint (License): Likewise.
4394         * modules/stdio (License): Likewise.
4395         * modules/strcase (License): Likewise.
4396         * modules/strcasestr (License): Likewise.
4397         * modules/strdup (License): Likewise.
4398         * modules/string (License): Likewise.
4399         * modules/strndup (License): Likewise.
4400         * modules/strnlen (License): Likewise.
4401         * modules/strpbrk (License): Likewise.
4402         * modules/strptime (License): Likewise.
4403         * modules/strsep (License): Likewise.
4404         * modules/sys_select (License): Likewise.
4405         * modules/sys_socket (License): Likewise.
4406         * modules/sys_stat (License): Likewise.
4407         * modules/sys_time (License): Likewise.
4408         * modules/time (License): Likewise.
4409         * modules/time_r (License): Likewise.
4410         * modules/timegm (License): Likewise.
4411         * modules/unistd (License): Likewise.
4412         * modules/vsnprintf (License): Likewise.
4413         * modules/wctype (License): Likewise.
4414
4415 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4416
4417         * modules/argz (License): LGPLv2+.
4418
4419 2007-07-15  Karl Berry  <karl@gnu.org>
4420
4421         * doc/gnulib.texi: revise node structure per new fdl.texi.
4422
4423 2007-07-14  Bruno Haible  <bruno@clisp.org>
4424
4425         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
4426         the output file.
4427         * lib/uniname/uninames.h: Regenerated.
4428
4429 2007-07-14  Karl Berry  <karl@gnu.org>
4430
4431         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
4432         omitting sectioning and index commands.
4433
4434 2007-07-13  Bruno Haible  <bruno@clisp.org>
4435
4436         New gnulib-tool option --more-symlinks.
4437         * gnulib-tool (func_usage): Document --more-symlinks.
4438         (do_copyrights): New variable.
4439         Recognize option --more-symlinks.
4440         (func_import): Don't add a copyright notice transform to
4441         sed_transform_lib_file if do_copyrights is empty.
4442
4443 2007-07-13  Bruno Haible  <bruno@clisp.org>
4444
4445         * lib/vasnprintf.c (decimal_point_char): Define also if
4446         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
4447         && !NEED_PRINTF_DIRECTIVE_A.
4448         Reported by Clemens Koller <clemens.koller@anagramm.de> via
4449         Gary V. Vaughan <gary@gnu.org>.
4450
4451 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
4452
4453         * lib/inttypes_.h: Undo previous change, since it was fixed
4454         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
4455
4456 2007-07-13  Bruno Haible  <bruno@clisp.org>
4457
4458         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
4459         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
4460
4461 2007-07-13  Jim Meyering  <jim@meyering.net>
4462
4463         df: Don't fail for Tru64's "file-on-file mount".
4464         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
4465         so we fall through and use statfs instead.  Details here:
4466         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
4467         Reported by Albert Chin.
4468
4469 2007-07-13  Bruno Haible  <bruno@clisp.org>
4470
4471         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
4472         * modules/configmake (License): Likewise.
4473         * modules/gettext (License): Likewise.
4474         * modules/gettext-h (License): Likewise.
4475         * modules/include_next (License): Likewise.
4476         * modules/link-warning (License): Likewise.
4477         * modules/localcharset (License): Likewise.
4478         * modules/localename (License): Likewise.
4479         * modules/lock (License): Likewise.
4480         * modules/relocatable-lib-lgpl (License): Likewise.
4481         * modules/size_max (License): Likewise.
4482         * modules/vasnprintf (License): Likewise.
4483         * modules/wchar (License): Likewise.
4484         * modules/xsize (License): Likewise.
4485
4486 2007-07-13  Bruno Haible  <bruno@clisp.org>
4487
4488         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
4489         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
4490
4491 2007-07-12  Bruno Haible  <bruno@clisp.org>
4492
4493         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
4494         in the modules files.
4495
4496 2007-07-11  Karl Berry  <karl@gnu.org>
4497
4498         * MODULES.html.sh (func_module): use
4499          sed -e '\|^'"${includefile}"'$|d'
4500          instead of /.../d, to avoid errors on $includefile's containing /.
4501
4502 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4503
4504         * gnulib-tool (func_import): Avoid duplication of --avoid
4505         statements
4506         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
4507         names to `_' in variable names.
4508
4509 2007-07-10  Eric Blake  <ebb9@byu.net>
4510
4511         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
4512         * NEWS: Document this change.
4513
4514 2007-07-08  Bruno Haible  <bruno@clisp.org>
4515
4516         Update to Unicode 5.0.
4517         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
4518         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
4519         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
4520         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
4521         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
4522         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
4523         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
4524         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
4525         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
4526         U+10A3F, U+1D242..U+1D244.
4527         (nonspacing_table_ind): Update.
4528         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
4529         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
4530
4531 2007-07-08  Bruno Haible  <bruno@clisp.org>
4532
4533         Update to Unicode 5.0.
4534         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
4535         code transform. Extend the name index field of unicode_name_to_code and
4536         unicode_code_to_name from 16 to 24 bits.
4537         * lib/uniname/uniname.c (unicode_character_name,
4538         unicode_name_character): Add the range 0x12xxx to the code transform.
4539         * lib/uniname/uninames.h: Regenerated.
4540         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
4541
4542 2007-07-07  Bruno Haible  <bruno@clisp.org>
4543
4544         * modules/wcwidth-tests: New file.
4545         * tests/test-wcwidth.c: New file.
4546
4547         Work around MacOS X wcwidth() bug.
4548         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
4549         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
4550         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
4551         original wcwidth in non-UTF-8 locales.
4552         * modules/wcwidth (Depends-on): Add localcharset, streq,
4553         uniwidth/width.
4554         * doc/functions/wcwidth.texi: Update.
4555
4556 2007-07-07  Bruno Haible  <bruno@clisp.org>
4557
4558         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
4559         (wcwidth): New declaration.
4560         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
4561         macros.
4562         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
4563         here. Prepare for creating <wchar.h> unconditionally.
4564         * modules/wchar (Depends-on): Add link-warning.
4565         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
4566         REPLACE_WCWIDTH, and GL_LINK_WARNING.
4567         * lib/wcwidth.h: Remove file.
4568         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
4569         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
4570         * modules/wcwidth (Files): Remove lib/wcwidth.h.
4571         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
4572         (Include): Replace wcwidth.h with <wchar.h>.
4573         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
4574         * lib/mbchar.h: Don't include wcwidth.h.
4575         * lib/mbswidth.c: Likewise.
4576         * NEWS: Mention the change.
4577
4578 2007-07-07  Bruno Haible  <bruno@clisp.org>
4579
4580         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
4581         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
4582         definition with an external declaration.
4583         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
4584         defined as a function. Remove AC_C_INLINE requirement.
4585         * modules/wcwidth (Files): Add lib/wcwidth.c.
4586         (Makefile.am): Remove redundant statement.
4587
4588 2007-07-07  Bruno Haible  <bruno@clisp.org>
4589
4590         * MODULES.html.sh (Unicode string functions): Add the new modules.
4591
4592         * tests/uniwidth/test-u32-strwidth.c: New file.
4593         * modules/uniwidth/u32-strwidth-tests: New file.
4594
4595         * lib/uniwidth/u32-strwidth.c: New file.
4596         * modules/uniwidth/u32-strwidth: New file.
4597
4598         * tests/uniwidth/test-u16-strwidth.c: New file.
4599         * modules/uniwidth/u16-strwidth-tests: New file.
4600
4601         * lib/uniwidth/u16-strwidth.c: New file.
4602         * modules/uniwidth/u16-strwidth: New file.
4603
4604         * tests/uniwidth/test-u8-strwidth.c: New file.
4605         * modules/uniwidth/u8-strwidth-tests: New file.
4606
4607         * lib/uniwidth/u8-strwidth.c: New file.
4608         * modules/uniwidth/u8-strwidth: New file.
4609
4610         * tests/uniwidth/test-u32-width.c: New file.
4611         * modules/uniwidth/u32-width-tests: New file.
4612
4613         * lib/uniwidth/u32-width.c: New file.
4614         * modules/uniwidth/u32-width: New file.
4615
4616         * tests/uniwidth/test-u16-width.c: New file.
4617         * modules/uniwidth/u16-width-tests: New file.
4618
4619         * lib/uniwidth/u16-width.c: New file.
4620         * modules/uniwidth/u16-width: New file.
4621
4622         * tests/uniwidth/test-u8-width.c: New file.
4623         * modules/uniwidth/u8-width-tests: New file.
4624
4625         * lib/uniwidth/u8-width.c: New file.
4626         * modules/uniwidth/u8-width: New file.
4627
4628         * tests/uniwidth/test-uc_width.c: New file.
4629         * modules/uniwidth/width-tests: New file.
4630
4631         * lib/uniwidth/width.c: New file, from GNU libiconv.
4632         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
4633         * modules/uniwidth/width: New file.
4634
4635         * lib/uniwidth.h: New file, from GNU libiconv.
4636         * modules/uniwidth/base: New file.
4637
4638 2007-07-07  Bruno Haible  <bruno@clisp.org>
4639
4640         * lib/uniname.h: New file, from GNU gettext.
4641         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
4642         * lib/uniname/uninames.h: New file, from GNU gettext.
4643         * lib/uniname/uniname.c: New file, from GNU gettext.
4644         * tests/uniname/test-uninames.sh: New file.
4645         * tests/uniname/test-uninames.c: New file, from GNU gettext.
4646         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
4647         * modules/uniname/base: New file.
4648         * modules/uniname/uniname: New file.
4649         * modules/uniname/uniname-tests: New file.
4650         * MODULES.html.sh (Unicode string functions): Add the new modules.
4651
4652 2007-07-06  Bruno Haible  <bruno@clisp.org>
4653
4654         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
4655
4656 2007-07-06  Bruno Haible  <bruno@clisp.org>
4657
4658         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
4659         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
4660         includes <cygwin/sys_time.h> which includes <sys/select.h> which
4661         include <sys/time.h>.
4662         Reported by Eric Blake.
4663
4664 2007-07-06  Eric Blake  <ebb9@byu.net>
4665
4666         Fix testing canonicalize on cygwin.
4667         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
4668         Revert patch from 2007-06-19.
4669         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
4670         canonicalize module is also in use.
4671         * tests/test-canonicalize.c: New file.
4672         * tests/test-canonicalize.sh: Likewise.
4673         * modules/canonicalize-tests: Likewise.
4674
4675 2007-07-06  Jim Meyering  <jim@meyering.net>
4676
4677         * lib/getugroups.c (getugroups): Detect getgrent failure.
4678         Adjust comment to reflect reality: this function may return -1.
4679
4680 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
4681
4682         * build-aux/bootstrap (TP_URL,get_translations): Update to use
4683         the new TP address.
4684         (usage): Fix typo
4685         (gnulib_mk): New variable.
4686
4687 2007-07-05  Jim Meyering  <jim@meyering.net>
4688
4689         Don't let endgrent clobber errno, no matter how improbable.
4690         * lib/getugroups.c (getugroups): Save and restore errno around
4691         endgrent call.
4692
4693         Close the group DB even when failing with 2^31 or more members.
4694         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
4695
4696 2007-07-04  Jim Meyering  <jim@meyering.net>
4697
4698         * lib/getugroups.h: New file.
4699         * lib/getugroups.c: Include "getugroups.h".
4700         Remove uses of "register" keyword.
4701         Move local variable, "cp", down into scope where used.
4702         Give "username" parameter the "const" attribute.
4703         * modules/getugroups (Files): Add lib/getugroups.h
4704
4705 2007-07-04  Karl Berry  <karl@gnu.org>
4706
4707         * MODULES.html.sh (func_all_modules): Complete rename of
4708         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
4709
4710 2007-07-02  Bruno Haible  <bruno@clisp.org>
4711
4712         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
4713         mode, when inttypes.h comes from gnulib.
4714         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
4715
4716 2007-07-02  Simon Josefsson  <simon@josefsson.org>
4717
4718         * NEWS: Mention lgpl module name change.
4719
4720         * modules/lgpl-2.1: Renamed from lgpl.
4721
4722         * NEWS: Mention gpl module name change.
4723
4724         * modules/gpl-3.0: New file, based on gpl-2.0.
4725
4726         * modules/gpl-2.0: Renamed from gpl.
4727
4728         * modules/gpl: Fix filename, doc/gpl.texi is now found at
4729         doc/gpl-2.0.texi.
4730
4731 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
4732
4733         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
4734         #define __STDC_LIMIT_MACROS temporarily while including
4735         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
4736         Problem reported by Joel E. Denny in
4737         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
4738
4739 2007-07-01  Bruno Haible  <bruno@clisp.org>
4740
4741         * lib/unistdio.h: New file.
4742         * lib/unistdio/u-asnprintf.h: New file.
4743         * lib/unistdio/u-asprintf.h: New file.
4744         * lib/unistdio/u-printf-args.c: New file.
4745         * lib/unistdio/u-printf-args.h: New file.
4746         * lib/unistdio/u-printf-parse.h: New file.
4747         * lib/unistdio/u-snprintf.h: New file.
4748         * lib/unistdio/u-sprintf.h: New file.
4749         * lib/unistdio/u-vasprintf.h: New file.
4750         * lib/unistdio/u-vsnprintf.h: New file.
4751         * lib/unistdio/u-vsprintf.h: New file.
4752         * lib/unistdio/ulc-asnprintf.c: New file.
4753         * lib/unistdio/ulc-asprintf.c: New file.
4754         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
4755         * lib/unistdio/ulc-printf-parse.c: New file.
4756         * lib/unistdio/ulc-snprintf.c: New file.
4757         * lib/unistdio/ulc-sprintf.c: New file.
4758         * lib/unistdio/ulc-vasnprintf.c: New file.
4759         * lib/unistdio/ulc-vasprintf.c: New file.
4760         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
4761         * lib/unistdio/ulc-vsnprintf.c: New file.
4762         * lib/unistdio/ulc-vsprintf.c: New file.
4763         * lib/unistdio/u8-asnprintf.c: New file.
4764         * lib/unistdio/u8-asprintf.c: New file.
4765         * lib/unistdio/u8-printf-parse.c: New file.
4766         * lib/unistdio/u8-snprintf.c: New file.
4767         * lib/unistdio/u8-sprintf.c: New file.
4768         * lib/unistdio/u8-vasnprintf.c: New file.
4769         * lib/unistdio/u8-vasprintf.c: New file.
4770         * lib/unistdio/u8-vsnprintf.c: New file.
4771         * lib/unistdio/u8-vsprintf.c: New file.
4772         * lib/unistdio/u8-u8-asnprintf.c: New file.
4773         * lib/unistdio/u8-u8-asprintf.c: New file.
4774         * lib/unistdio/u8-u8-snprintf.c: New file.
4775         * lib/unistdio/u8-u8-sprintf.c: New file.
4776         * lib/unistdio/u8-u8-vasnprintf.c: New file.
4777         * lib/unistdio/u8-u8-vasprintf.c: New file.
4778         * lib/unistdio/u8-u8-vsnprintf.c: New file.
4779         * lib/unistdio/u8-u8-vsprintf.c: New file.
4780         * lib/unistdio/u16-asnprintf.c: New file.
4781         * lib/unistdio/u16-asprintf.c: New file.
4782         * lib/unistdio/u16-printf-parse.c: New file.
4783         * lib/unistdio/u16-snprintf.c: New file.
4784         * lib/unistdio/u16-sprintf.c: New file.
4785         * lib/unistdio/u16-vasnprintf.c: New file.
4786         * lib/unistdio/u16-vasprintf.c: New file.
4787         * lib/unistdio/u16-vsnprintf.c: New file.
4788         * lib/unistdio/u16-vsprintf.c: New file.
4789         * lib/unistdio/u16-u16-asnprintf.c: New file.
4790         * lib/unistdio/u16-u16-asprintf.c: New file.
4791         * lib/unistdio/u16-u16-snprintf.c: New file.
4792         * lib/unistdio/u16-u16-sprintf.c: New file.
4793         * lib/unistdio/u16-u16-vasnprintf.c: New file.
4794         * lib/unistdio/u16-u16-vasprintf.c: New file.
4795         * lib/unistdio/u16-u16-vsnprintf.c: New file.
4796         * lib/unistdio/u16-u16-vsprintf.c: New file.
4797         * lib/unistdio/u32-asnprintf.c: New file.
4798         * lib/unistdio/u32-asprintf.c: New file.
4799         * lib/unistdio/u32-printf-parse.c: New file.
4800         * lib/unistdio/u32-snprintf.c: New file.
4801         * lib/unistdio/u32-sprintf.c: New file.
4802         * lib/unistdio/u32-vasnprintf.c: New file.
4803         * lib/unistdio/u32-vasprintf.c: New file.
4804         * lib/unistdio/u32-vsnprintf.c: New file.
4805         * lib/unistdio/u32-vsprintf.c: New file.
4806         * lib/unistdio/u32-u32-asnprintf.c: New file.
4807         * lib/unistdio/u32-u32-asprintf.c: New file.
4808         * lib/unistdio/u32-u32-snprintf.c: New file.
4809         * lib/unistdio/u32-u32-sprintf.c: New file.
4810         * lib/unistdio/u32-u32-vasnprintf.c: New file.
4811         * lib/unistdio/u32-u32-vasprintf.c: New file.
4812         * lib/unistdio/u32-u32-vsnprintf.c: New file.
4813         * lib/unistdio/u32-u32-vsprintf.c: New file.
4814         * tests/unistdio/test-ulc-asnprintf1.c: New file.
4815         * tests/unistdio/test-ulc-asnprintf1.h: New file.
4816         * tests/unistdio/test-ulc-printf1.h: New file.
4817         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
4818         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
4819         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
4820         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
4821         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
4822         * tests/unistdio/test-ulc-vasprintf1.c: New file.
4823         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
4824         * tests/unistdio/test-ulc-vsprintf1.c: New file.
4825         * tests/unistdio/test-u8-asnprintf1.c: New file.
4826         * tests/unistdio/test-u8-asnprintf1.h: New file.
4827         * tests/unistdio/test-u8-printf1.h: New file.
4828         * tests/unistdio/test-u8-vasnprintf1.c: New file.
4829         * tests/unistdio/test-u8-vasnprintf2.c: New file.
4830         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
4831         * tests/unistdio/test-u8-vasnprintf3.c: New file.
4832         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
4833         * tests/unistdio/test-u8-vasprintf1.c: New file.
4834         * tests/unistdio/test-u8-vsnprintf1.c: New file.
4835         * tests/unistdio/test-u8-vsprintf1.c: New file.
4836         * tests/unistdio/test-u16-asnprintf1.c: New file.
4837         * tests/unistdio/test-u16-asnprintf1.h: New file.
4838         * tests/unistdio/test-u16-printf1.h: New file.
4839         * tests/unistdio/test-u16-vasnprintf1.c: New file.
4840         * tests/unistdio/test-u16-vasnprintf2.c: New file.
4841         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
4842         * tests/unistdio/test-u16-vasnprintf3.c: New file.
4843         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
4844         * tests/unistdio/test-u16-vasprintf1.c: New file.
4845         * tests/unistdio/test-u16-vsnprintf1.c: New file.
4846         * tests/unistdio/test-u16-vsprintf1.c: New file.
4847         * tests/unistdio/test-u32-asnprintf1.c: New file.
4848         * tests/unistdio/test-u32-asnprintf1.h: New file.
4849         * tests/unistdio/test-u32-printf1.h: New file.
4850         * tests/unistdio/test-u32-vasnprintf1.c: New file.
4851         * tests/unistdio/test-u32-vasnprintf2.c: New file.
4852         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
4853         * tests/unistdio/test-u32-vasnprintf3.c: New file.
4854         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
4855         * tests/unistdio/test-u32-vasprintf1.c: New file.
4856         * tests/unistdio/test-u32-vsnprintf1.c: New file.
4857         * tests/unistdio/test-u32-vsprintf1.c: New file.
4858         * modules/unistdio/base: New file.
4859         * modules/unistdio/u-printf-args: New file.
4860         * modules/unistdio/ulc-asnprintf: New file.
4861         * modules/unistdio/ulc-asprintf: New file.
4862         * modules/unistdio/ulc-fprintf: New file.
4863         * modules/unistdio/ulc-printf-parse: New file.
4864         * modules/unistdio/ulc-snprintf: New file.
4865         * modules/unistdio/ulc-sprintf: New file.
4866         * modules/unistdio/ulc-vasnprintf: New file.
4867         * modules/unistdio/ulc-vasprintf: New file.
4868         * modules/unistdio/ulc-vfprintf: New file.
4869         * modules/unistdio/ulc-vsnprintf: New file.
4870         * modules/unistdio/ulc-vsprintf: New file.
4871         * modules/unistdio/u8-asnprintf: New file.
4872         * modules/unistdio/u8-asprintf: New file.
4873         * modules/unistdio/u8-printf-parse: New file.
4874         * modules/unistdio/u8-snprintf: New file.
4875         * modules/unistdio/u8-sprintf: New file.
4876         * modules/unistdio/u8-vasnprintf: New file.
4877         * modules/unistdio/u8-vasprintf: New file.
4878         * modules/unistdio/u8-vsnprintf: New file.
4879         * modules/unistdio/u8-vsprintf: New file.
4880         * modules/unistdio/u8-u8-asnprintf: New file.
4881         * modules/unistdio/u8-u8-asprintf: New file.
4882         * modules/unistdio/u8-u8-snprintf: New file.
4883         * modules/unistdio/u8-u8-sprintf: New file.
4884         * modules/unistdio/u8-u8-vasnprintf: New file.
4885         * modules/unistdio/u8-u8-vasprintf: New file.
4886         * modules/unistdio/u8-u8-vsnprintf: New file.
4887         * modules/unistdio/u8-u8-vsprintf: New file.
4888         * modules/unistdio/u16-asnprintf: New file.
4889         * modules/unistdio/u16-asprintf: New file.
4890         * modules/unistdio/u16-printf-parse: New file.
4891         * modules/unistdio/u16-snprintf: New file.
4892         * modules/unistdio/u16-sprintf: New file.
4893         * modules/unistdio/u16-vasnprintf: New file.
4894         * modules/unistdio/u16-vasprintf: New file.
4895         * modules/unistdio/u16-vsnprintf: New file.
4896         * modules/unistdio/u16-vsprintf: New file.
4897         * modules/unistdio/u16-u16-asnprintf: New file.
4898         * modules/unistdio/u16-u16-asprintf: New file.
4899         * modules/unistdio/u16-u16-snprintf: New file.
4900         * modules/unistdio/u16-u16-sprintf: New file.
4901         * modules/unistdio/u16-u16-vasnprintf: New file.
4902         * modules/unistdio/u16-u16-vasprintf: New file.
4903         * modules/unistdio/u16-u16-vsnprintf: New file.
4904         * modules/unistdio/u16-u16-vsprintf: New file.
4905         * modules/unistdio/u32-asnprintf: New file.
4906         * modules/unistdio/u32-asprintf: New file.
4907         * modules/unistdio/u32-printf-parse: New file.
4908         * modules/unistdio/u32-snprintf: New file.
4909         * modules/unistdio/u32-sprintf: New file.
4910         * modules/unistdio/u32-vasnprintf: New file.
4911         * modules/unistdio/u32-vasprintf: New file.
4912         * modules/unistdio/u32-vsnprintf: New file.
4913         * modules/unistdio/u32-vsprintf: New file.
4914         * modules/unistdio/u32-u32-asnprintf: New file.
4915         * modules/unistdio/u32-u32-asprintf: New file.
4916         * modules/unistdio/u32-u32-snprintf: New file.
4917         * modules/unistdio/u32-u32-sprintf: New file.
4918         * modules/unistdio/u32-u32-vasnprintf: New file.
4919         * modules/unistdio/u32-u32-vasprintf: New file.
4920         * modules/unistdio/u32-u32-vsnprintf: New file.
4921         * modules/unistdio/u32-u32-vsprintf: New file.
4922         * modules/unistdio/ulc-asnprintf-tests: New file.
4923         * modules/unistdio/ulc-vasnprintf-tests: New file.
4924         * modules/unistdio/ulc-vasprintf-tests: New file.
4925         * modules/unistdio/ulc-vsnprintf-tests: New file.
4926         * modules/unistdio/ulc-vsprintf-tests: New file.
4927         * modules/unistdio/u8-asnprintf-tests: New file.
4928         * modules/unistdio/u8-vasnprintf-tests: New file.
4929         * modules/unistdio/u8-vasprintf-tests: New file.
4930         * modules/unistdio/u8-vsnprintf-tests: New file.
4931         * modules/unistdio/u8-vsprintf-tests: New file.
4932         * modules/unistdio/u16-asnprintf-tests: New file.
4933         * modules/unistdio/u16-vasnprintf-tests: New file.
4934         * modules/unistdio/u16-vasprintf-tests: New file.
4935         * modules/unistdio/u16-vsnprintf-tests: New file.
4936         * modules/unistdio/u16-vsprintf-tests: New file.
4937         * modules/unistdio/u32-asnprintf-tests: New file.
4938         * modules/unistdio/u32-vasnprintf-tests: New file.
4939         * modules/unistdio/u32-vasprintf-tests: New file.
4940         * modules/unistdio/u32-vsnprintf-tests: New file.
4941         * modules/unistdio/u32-vsprintf-tests: New file.
4942         * MODULES.html.sh (Unicode string functions): Add the new modules.
4943
4944 2007-07-01  Bruno Haible  <bruno@clisp.org>
4945
4946         * lib/sprintf.c (sprintf): Limit the available length estimation,
4947         to avoid address wraparound.
4948         * lib/vsprintf.c (vsprintf): Likewise.
4949         * modules/sprintf-posix (Dependencies): Add stdint.
4950         * modules/vsprintf-posix (Dependencies): Likewise.
4951
4952 2007-07-01  Bruno Haible  <bruno@clisp.org>
4953
4954         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
4955         Windows PATH as well. Conservative double-quoting. Comments.
4956
4957 2007-07-01  Bruno Haible  <bruno@clisp.org>
4958             Eric Blake  <ebb9@byu.net>
4959             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4960
4961         * gnulib-tool (self_abspathname): Fix algorithm to cope with
4962         empty components in $PATH, denoting '.'.
4963
4964 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4965
4966         * gnulib-tool: Fix indentation.
4967         (func_create_megatestdir): Likewise.
4968         Report by Bruno Haible.
4969
4970 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4971
4972         Sync from Automake.
4973         * build-aux/gnupload: Fix shell portability issues with for loops.
4974         Report by Karl Berry.
4975
4976 2007-06-29  Simon Josefsson  <simon@josefsson.org>
4977
4978         * build-aux/maint.mk (POURL): Use translationproject.org.
4979
4980 2007-06-27  Simon Josefsson  <simon@josefsson.org>
4981             Bruno Haible  <bruno@clisp.org>
4982
4983         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
4984         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
4985         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
4986         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
4987         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
4988
4989 2007-06-27  Bruno Haible  <bruno@clisp.org>
4990
4991         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
4992         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
4993
4994 2007-06-26  Karl Berry  <karl@gnu.org>
4995
4996         * MODULES.html.sh: remove xreadlink-with-size.
4997
4998 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4999
5000         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
5001         method that I hope also handles the double-include problem noted
5002         by Bruno Haible in
5003         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
5004
5005 2007-06-23  Bruno Haible  <bruno@clisp.org>
5006
5007         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5008         Don't let the 'mostlyclean' target fail if the last subdirectory could
5009         not be removed.
5010         Reported by Karl Berry.
5011
5012 2007-06-23  Bruno Haible  <bruno@clisp.org>
5013
5014         * gnulib-tool (echo): Add a speedier workaround for ksh.
5015         * tests/test-echo.sh: Likewise.
5016
5017 2007-06-23  Bruno Haible  <bruno@clisp.org>
5018
5019         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
5020         * tests/test-echo.sh: Likewise.
5021
5022 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5023
5024         * gnulib-tool (IFS): Initialize early, so we don't set it to
5025         empty later.
5026         (self_abspathname): Rewrite algorithm to set it, reindent.
5027         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
5028         (func_create_megatestdir): Merge some sed scripts.
5029
5030 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
5031
5032         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
5033         exposed by Sun Studio 11 cc on Solaris 8.
5034
5035 2007-06-22  Bruno Haible  <bruno@clisp.org>
5036
5037         * gnulib-tool (echo): Ensure the echo primitive does not interpret
5038         backslashes.
5039         * tests/test-echo.sh: New file.
5040
5041 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5042
5043         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
5044         simplify `sed_replace_build_aux' scripts, they are portable but
5045         echoing them with `echo' is not.
5046         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
5047
5048 2007-06-21  Karl Berry  <karl@gnu.org>
5049
5050         * config/srclist.txt: guess we can't handle the licenses via
5051         srclist at the moment.
5052
5053 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
5054
5055         * MODULES.html.sh: Add include_next.
5056         * modules/include_next: New file.
5057
5058 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
5059
5060         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
5061         INCLUDE_NEXT.
5062         (gl_CHECK_NEXT_HEADERS): New macro.
5063         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
5064         the obsolescent gl_ABSOLUTE_HEADER.
5065         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
5066         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
5067         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
5068         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
5069         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
5070         * m4/math_h.m4 (gl_MATH_H): Likewise.
5071         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
5072         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
5073         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
5074         * m4/stdint.m4 (gl_STDINT_H): Likewise.
5075         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
5076         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
5077         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
5078         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5079         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
5080         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
5081         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
5082         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
5083         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
5084         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
5085         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
5086         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
5087         * m4/inttypes.m4 (gl_INTTYPES_H): Define
5088         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
5089         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
5090         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
5091         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
5092         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
5093         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
5094         * lib/float_.h: Likewise.
5095         * lib/inttypes_.h: Likewise.
5096         * lib/math_.h: Likewise.
5097         * lib/search_.h: Likewise.
5098         * lib/signal_.h: Likewise.
5099         * lib/stdint_.h: Likewise.
5100         * lib/stdio_.h: Likewise.
5101         * lib/stdlib_.h: Likewise.
5102         * lib/string_.h: Likewise.
5103         * lib/sys_stat_.h: Likewise.
5104         * lib/sys_time_.h: Likewise.
5105         * lib/time_.h: Likewise.
5106         * lib/unistd_.h: Likewise.
5107         * lib/wchar_.h: Likewise.
5108         * lib/wctype_.h: Likewise.
5109         * lib/dirent_.h: Likewise.
5110         * lib/iconv_.h: Likewise.
5111         * lib/locale_.h: Likewise.
5112         * lib/netinet_in_.h: Likewise.
5113         * lib/sys_select_.h: Likewise.
5114         * lib/sys_socket_.h: Likewise.
5115         * lib/sysexits_.h: Likewise.
5116         * modules/fcntl (Depends-on): Depend on include_next, not
5117         absolute_header.
5118         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
5119         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
5120         * modules/fchdir: Likewise.
5121         * modules/float: Likewise.
5122         * modules/iconv_open: Likewise.
5123         * modules/inttypes: Likewise.
5124         * modules/locale: Likewise.
5125         * modules/math: Likewise.
5126         * modules/netinet_in: Likewise.
5127         * modules/search: Likewise.
5128         * modules/signal: Likewise.
5129         * modules/stdint: Likewise.
5130         * modules/stdio: Likewise.
5131         * modules/stdlib: Likewise.
5132         * modules/string: Likewise.
5133         * modules/sys_select: Likewise.
5134         * modules/sys_socket: Likewise.
5135         * modules/sys_stat: Likewise.
5136         * modules/sys_time: Likewise.
5137         * modules/sysexits: Likewise.
5138         * modules/time: Likewise.
5139         * modules/unistd: Likewise.
5140         * modules/wchar: Likewise.
5141         * modules/wctype: Likewise.
5142         * modules/sys_stat: Change maintainer to "all".
5143         * modules/unistd: Likewise.
5144
5145 2007-06-20  Karl Berry  <karl@gnu.org>
5146
5147         * config/srclist.txt: track www changes in license files.
5148
5149 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
5150
5151         * build-aux/bootstrap: Remove stray dot.
5152         Make sure build_aux settings are honored when linking
5153         gnulib_extra_files.
5154
5155 2007-06-19  Eric Blake  <ebb9@byu.net>
5156
5157         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
5158         Allow compilation on cygwin.
5159
5160 2007-06-19  Jim Meyering  <jim@meyering.net>
5161
5162         xreadlink-with-size: Remove module.  No longer used.
5163         Ex-callers now use xreadlink or mreadlink-with-size.
5164         * modules/xreadlink-with-size: Remove module.
5165         * lib/xreadlink-with-size.c: Remove file.
5166         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
5167         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
5168         just before the function definition *is* accurate.
5169
5170         Eliminate one way canonicalize_filename_mode could exit.
5171         * lib/canonicalize.c (canonicalize_filename_mode):
5172         Use mreadlink_with_size, not xreadlink_with_size.
5173
5174 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
5175
5176         Detect porting problems to FreeBSD/arm, which has time_t wider than
5177         long int.  Original problem reported for GNU diff by Xin Li in
5178         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
5179         * modules/getdate (Depends-on): Add intprops, verify.
5180         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
5181         is an integer type no wider than long int.
5182
5183 2007-06-18  Jim Meyering  <jim@meyering.net>
5184
5185         New module: mreadlink-with-size.
5186         * MODULES.html.sh: Add mreadlink-with-size.
5187         * modules/mreadlink-with-size: New module
5188         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
5189         not xreadlink-with-size.
5190         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
5191
5192 2007-06-16  Bruno Haible  <bruno@clisp.org>
5193
5194         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
5195         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
5196         Reported by Gary V. Vaughan <gary@gnu.org>.
5197
5198 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
5199
5200         Revamp lchown so that it lives in unistd.h where it belongs.
5201         * lib/lchown.h: Remove.
5202         * lib/dirchownmod.c: Don't include lib/lchown.h.
5203         * lib/fchownat.c: Likewise.
5204         * lib/openat.c: Likewise.
5205         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
5206         does not follow symlinks.
5207         (EOPNOTSUPP): Define if not defined.
5208         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
5209         is defined to 0.
5210         (lchown): New decl.
5211         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
5212         Do not check for lchown decl.
5213         Set REPLACE_LCHOWN.
5214         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
5215         REPLACE_LCHOWN.
5216         * modules/chown: Make it clear it follows symlinks.
5217         * modules/lchown: Make it clear it doesn't follow symlinks.
5218         (Files): Remove lib/lchown.h
5219         (Depends-on): Add unistd.
5220         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
5221         (Include): Include <unistd.h>, not "lchown.h".
5222         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
5223         REPLACE_LCHOWN.
5224
5225 2007-06-15  Jim Meyering  <jim@meyering.net>
5226
5227         Change license (GPL to LGPL) of fsusage and dependents.
5228         * modules/fsusage (License): Change to LGPL.
5229         * modules/full-read (License): Likewise.
5230         * modules/full-write (License): Likewise.
5231         * modules/safe-read (License): Likewise.
5232         * modules/safe-write (License): Likewise.
5233
5234 2007-06-14  Ben Pfaff  <blp@gnu.org>
5235
5236         Missing part of allocsa -> malloca transition.
5237         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
5238         gl_MALLOCA.
5239
5240 2007-06-12  Bruno Haible  <bruno@clisp.org>
5241
5242         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
5243         to ia64, x86_64, i386.
5244         Reported by Eric Blake.
5245
5246 2007-06-12  Bruno Haible  <bruno@clisp.org>
5247
5248         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
5249         cross-compiling to x86_64.
5250
5251 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
5252
5253         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
5254         glitch reported by Ralf Wildenhues in
5255         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
5256
5257         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
5258         Vin Shelton.
5259
5260 2007-06-11  Bruno Haible  <bruno@clisp.org>
5261
5262         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
5263         replacement string.
5264         Reported by Eric Blake.
5265
5266 2007-06-10  Bruno Haible  <bruno@clisp.org>
5267
5268         Prepare vasnprintf code for use with Unicode strings.
5269         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
5270         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
5271         TYPE_U32_STRING.
5272         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
5273         a_u32_string variants.
5274         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
5275         * lib/printf-args.c: Don't include config.h and the specification
5276         header if PRINTF_FETCHARGS is already defined.
5277         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
5278         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
5279         TYPE_U16_STRING, TYPE_U32_STRING.
5280         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
5281         u16_directive, u16_directives, u32_directive, u32_directives): New
5282         types.
5283         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
5284         New declarations.
5285         * lib/printf-parse.c: Don't include config.h and the specification
5286         header if PRINTF_PARSE is already defined. Eliminate the set of
5287         parameters for WIDE_CHAR_VERSION; the user of this file must provide
5288         them now. Include c-ctype.h.
5289         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
5290         directive and CHAR_T_ONLY_ASCII.
5291         * lib/vasnprintf.c: Don't include config.h and the specification header
5292         if VASNPRINTF is already defined.
5293         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
5294         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
5295         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
5296         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
5297         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
5298         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
5299         code accordingly.
5300         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
5301         pad_ourselves also in this case, with the 'c' and 's' directives, and
5302         with a different notion of "width".
5303         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
5304
5305 2007-06-10  Bruno Haible  <bruno@clisp.org>
5306
5307         * modules/unistr/u32-mbsnlen: New file.
5308         * lib/unistr/u32-mbsnlen.c: New file.
5309
5310         * modules/unistr/u16-mbsnlen: New file.
5311         * lib/unistr/u16-mbsnlen.c: New file.
5312
5313         * modules/unistr/u8-mbsnlen: New file.
5314         * lib/unistr/u8-mbsnlen.c: New file.
5315
5316         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
5317         declarations.
5318
5319 2007-06-10  Bruno Haible  <bruno@clisp.org>
5320
5321         * lib/string_.h (mbsnlen): New declaration.
5322         * lib/mbsnlen.c: New file.
5323         * m4/mbsnlen.m4: New file.
5324         * modules/mbsnlen: New file.
5325         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
5326         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
5327         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
5328
5329 2007-06-10  Bruno Haible  <bruno@clisp.org>
5330
5331         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
5332
5333 2007-06-10  Bruno Haible  <bruno@clisp.org>
5334
5335         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
5336         * lib/mbuiter.h: Likewise.
5337
5338 2007-06-10  Bruno Haible  <bruno@clisp.org>
5339
5340         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
5341         declaration.
5342
5343 2007-06-10  Karl Berry  <karl@gnu.org>
5344
5345         * config/srclist.txt: remove gettext entries, Bruno prefers
5346         to update individually.
5347
5348 2007-06-10  Bruno Haible  <bruno@clisp.org>
5349
5350         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
5351         'maxlen'. Ensure only length + width bytes are allocated, not
5352         length + 1 + width.
5353
5354 2007-06-09  Bruno Haible  <bruno@clisp.org>
5355
5356         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
5357         (CHAR_T): Remove macro.
5358         (VASNPRINTF): Update.
5359
5360 2007-06-09  Bruno Haible  <bruno@clisp.org>
5361
5362         * MODULES.html.sh (Unicode string functions): Add the new modules.
5363
5364         * modules/uniconv/u32-conv-to-enc: New file.
5365         * lib/uniconv/u32-conv-to-enc.c: New file.
5366         * modules/uniconv/u32-conv-to-enc-tests: New file.
5367         * tests/uniconv/test-u32-conv-to-enc.c: New file.
5368
5369         * modules/uniconv/u16-conv-to-enc: New file.
5370         * lib/uniconv/u16-conv-to-enc.c: New file.
5371         * lib/uniconv/u-conv-to-enc.h: New file.
5372         * modules/uniconv/u16-conv-to-enc-tests: New file.
5373         * tests/uniconv/test-u16-conv-to-enc.c: New file.
5374
5375         * modules/uniconv/u8-conv-to-enc: New file.
5376         * lib/uniconv/u8-conv-to-enc.c: New file.
5377         * modules/uniconv/u8-conv-to-enc-tests: New file.
5378         * tests/uniconv/test-u8-conv-to-enc.c: New file.
5379
5380         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
5381         u32_conv_to_encoding): New declarations.
5382
5383 2007-06-09  Bruno Haible  <bruno@clisp.org>
5384
5385         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
5386
5387 2007-06-09  Bruno Haible  <bruno@clisp.org>
5388
5389         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
5390         * modules/malloca: Renamed from modules/allocsa, updated.
5391         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
5392         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
5393         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
5394         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
5395         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
5396         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
5397         * modules/xmalloca: Renamed from modules/xallocsa, updated.
5398         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
5399         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
5400         * modules/c-strcasestr (Depends-on): Update.
5401         * lib/c-strcasestr.c: Update.
5402         * modules/c-strstr (Depends-on): Update.
5403         * lib/c-strstr.c: Update.
5404         * modules/canonicalize-lgpl (Depends-on): Update.
5405         * lib/canonicalize-lgpl.c: Update.
5406         * modules/clean-temp (Depends-on): Update.
5407         * lib/clean-temp.c: Update.
5408         * modules/csharpcomp (Depends-on): Update.
5409         * lib/csharpcomp.c: Update.
5410         * modules/csharpexec (Depends-on): Update.
5411         * lib/csharpexec.c: Update.
5412         * modules/javacomp (Depends-on): Update.
5413         * lib/javacomp.c: Update.
5414         * modules/javaexec (Depends-on): Update.
5415         * lib/javaexec.c: Update.
5416         * modules/mbscasestr (Depends-on): Update.
5417         * lib/mbscasestr.c: Update.
5418         * modules/mbsstr (Depends-on): Update.
5419         * lib/mbsstr.c: Update.
5420         * modules/setenv (Depends-on): Update.
5421         * lib/setenv.c: Update.
5422         * modules/strcasestr (Depends-on): Update.
5423         * lib/strcasestr.c: Update.
5424         * modules/striconveha (Depends-on): Update.
5425         * lib/striconveha.c: Update.
5426         * modules/relocatable-prog-wrapper (Files): Update.
5427         * lib/relocwrapper.c: Update.
5428         * build-aux/install-reloc: Update.
5429         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
5430
5431 2007-06-08  Bruno Haible  <bruno@clisp.org>
5432
5433         Port to uClibc.
5434         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
5435         * lib/fpurge.c (fpurge): Likewise.
5436         * lib/freading.c (freading): Likewise.
5437         * lib/fseeko.c (rpl_fseeko): Likewise.
5438         * lib/fseterr.c (fseterr): Likewise.
5439         * lib/fwriting.c (fwriting): Likewise.
5440         * tests/test-fflush.c (main): Avoid a failure on uClibc.
5441
5442 2007-06-08  Bruno Haible  <bruno@clisp.org>
5443
5444         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
5445         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
5446         * modules/gettext (Files): Add m4/intlmacosx.m4.
5447
5448 2007-06-07  Bruno Haible  <bruno@clisp.org>
5449
5450         * modules/localename-tests: New file.
5451         * tests/test-localename.c: New file.
5452
5453         New module 'localename'.
5454         * lib/localename.h: New file.
5455         * lib/localename.c: New file, from GNU gettext.
5456         * m4/localename.m4: New file.
5457         * modules/localename: New file.
5458
5459 2007-06-07  Bruno Haible  <bruno@clisp.org>
5460
5461         Work around the lack of <wchar.h> on some builds of uClibc.
5462         * doc/headers/wchar.texi: Update.
5463         * lib/wchar_.h: Include <wchar.h> only if it exists.
5464         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
5465         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
5466         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
5467         doesn't exist.
5468         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
5469         * modules/mbfile (Depends-on): Add wchar.
5470         * modules/mbiter (Depends-on): Likewise.
5471         * modules/mbuiter (Depends-on): Likewise.
5472         Reported by Simon Josefsson.
5473
5474 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
5475
5476         Work around problem reported by Steven M. Schweda in
5477         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
5478         Tru64 5.1B with the Compaq compiler environment installed declares
5479         an 'isblank' function but does not define it in the C library.
5480         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
5481         * lib/regex_internal.h (isblank): Likewise.
5482         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
5483         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5484
5485 2007-06-05  Bruno Haible  <bruno@clisp.org>
5486
5487         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
5488         ia64.
5489         * modules/printf-safe: New file.
5490         * modules/fprintf-posix (Depends-on): Add printf-safe.
5491         * modules/printf-posix (Depends-on): Likewise.
5492         * modules/snprintf-posix (Depends-on): Likewise.
5493         * modules/sprintf-posix (Depends-on): Likewise.
5494         * modules/vasnprintf-posix (Depends-on): Likewise.
5495         * modules/vasprintf-posix (Depends-on): Likewise.
5496         * modules/vfprintf-posix (Depends-on): Likewise.
5497         * modules/vprintf-posix (Depends-on): Likewise.
5498         * modules/vsnprintf-posix (Depends-on): Likewise.
5499         * modules/vsprintf-posix (Depends-on): Likewise.
5500         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
5501         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
5502         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
5503         "no" on i386, x86_64, ia64.
5504         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
5505         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
5506         on i386, x86_64, ia64.
5507         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
5508         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
5509         on i386, x86_64, ia64.
5510         * tests/test-vasnprintf-posix.c: Include float.h.
5511         (LDBL80_WORDS): New macro.
5512         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
5513         on i386, x86_64, ia64.
5514         * tests/test-vasprintf-posix.c: Include float.h.
5515         (LDBL80_WORDS): New macro.
5516         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
5517         on i386, x86_64, ia64.
5518         * tests/test-snprintf-posix.c: Include float.h.
5519         * tests/test-sprintf-posix.c: Likewise.
5520         * tests/test-vsnprintf-posix.c: Likewise.
5521         * tests/test-vsprintf-posix.c: Likewise.
5522
5523 2007-06-05  Bruno Haible  <bruno@clisp.org>
5524
5525         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
5526         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
5527         non-IEEE numbers on i386, x86_64, ia64.
5528         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
5529         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
5530         * tests/test-isnanl.h: Include float.h.
5531         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
5532
5533 2007-06-05  Bruno Haible  <bruno@clisp.org>
5534
5535         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
5536         also the %a / %A. Handle the %a / %A code before this extra handling.
5537
5538 2007-06-05  Bruno Haible  <bruno@clisp.org>
5539
5540         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
5541         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
5542
5543 2007-06-05  Bruno Haible  <bruno@clisp.org>
5544
5545         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
5546         typo in variable name.
5547
5548 2007-06-05  Eric Blake  <ebb9@byu.net>
5549
5550         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
5551         Reported by Simon Josefsson.
5552
5553 2007-06-04  Bruno Haible  <bruno@clisp.org>
5554
5555         Avoid test failures on some PowerPC platforms.
5556         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
5557         Define differently for PowerPC.
5558         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
5559         Reported by Gary V. Vaughan <gary@gnu.org>.
5560
5561 2007-06-02  Bruno Haible  <bruno@clisp.org>
5562
5563         Fix test-stdint failure on FreeBSD/ia64.
5564         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
5565         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
5566         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
5567         * doc/headers/stdint.texi: Update.
5568
5569 2007-06-01  Bruno Haible  <bruno@clisp.org>
5570
5571         * tests/test-binary-io.c (main): Pass a third argument to open().
5572         Reported by Gary V. Vaughan <gary@gnu.org>.
5573
5574 2007-06-01  Bruno Haible  <bruno@clisp.org>
5575
5576         * doc/functions/frexpl.texi: Update for mingw.
5577
5578 2007-06-01  Bruno Haible  <bruno@clisp.org>
5579
5580         * tests/test-lseek.c (main): Disable test of errno for invalid third
5581         argument.
5582         * doc/functions/lseek.texi: Update.
5583         Reported by Gary V. Vaughan <gary@gnu.org>.
5584
5585 2007-05-28  Bruno Haible  <bruno@clisp.org>
5586
5587         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
5588
5589 2007-05-31  Eric Blake  <ebb9@byu.net>
5590
5591         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
5592         cross compiling.
5593
5594 2007-05-30  Eric Blake  <ebb9@byu.net>
5595         and Bruno Haible  <bruno@clisp.org>
5596
5597         Work around mingw test failures exposed by m4-1.4.9b.
5598         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
5599         * tests/test-unistd.c: Disable uid_t and git_t tests for the
5600         moment.
5601
5602 2007-05-30  Bruno Haible  <bruno@clisp.org>
5603
5604         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
5605         assuming that they are closed. Needed on HP-UX 11.
5606
5607 2007-05-29  Bruno Haible  <bruno@clisp.org>
5608
5609         Fix a problem with #include_next.
5610         * lib/dirent_.h: Split the double-inclusion guard.
5611         * lib/fcntl_.h: Likewise.
5612         * lib/float_.h: Likewise.
5613         * lib/iconv_.h: Likewise.
5614         * lib/inttypes_.h: Likewise.
5615         * lib/locale_.h: Likewise.
5616         * lib/math_.h: Likewise.
5617         * lib/netinet_in_.h: Likewise.
5618         * lib/search_.h: Likewise.
5619         * lib/signal_.h: Likewise.
5620         * lib/stdint_.h: Likewise.
5621         * lib/stdio_.h: Likewise.
5622         * lib/stdlib_.h: Likewise.
5623         * lib/string_.h: Likewise.
5624         * lib/sys_select_.h: Likewise.
5625         * lib/sys_socket_.h: Likewise.
5626         * lib/sys_stat_.h: Likewise.
5627         * lib/sys_time_.h: Likewise.
5628         * lib/sysexits_.h: Likewise.
5629         * lib/time_.h: Likewise.
5630         * lib/unistd_.h: Likewise.
5631         * lib/wchar_.h: Likewise.
5632         * lib/wctype_.h: Likewise.
5633
5634 2007-05-29  Bruno Haible  <bruno@clisp.org>
5635
5636         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
5637         for the moment.
5638
5639 2007-05-29  Bruno Haible  <bruno@clisp.org>
5640
5641         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
5642         invocation.
5643         Reported by Eric Blake.
5644
5645 2007-05-29  Bruno Haible  <bruno@clisp.org>
5646
5647         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
5648         compiling case.
5649
5650 2007-05-29  Eric Blake  <ebb9@byu.net>
5651             Bruno Haible  <bruno@clisp.org>
5652
5653         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
5654         cross compiles.
5655
5656 2007-05-28  Eric Blake  <ebb9@byu.net>
5657
5658         * modules/closein-tests (test_closein_LDADD): Support test on
5659         cygwin with libtool.
5660
5661 2007-05-28  Bruno Haible  <bruno@clisp.org>
5662
5663         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
5664         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5665         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5666         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5667         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5668         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5669         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5670         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5671         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5672
5673 2007-05-28  Eric Blake  <ebb9@byu.net>
5674
5675         Unconditionally include <config.h> in unit tests.
5676         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
5677         * tests/test-allocsa.c, tests/test-arcfour.c,
5678         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
5679         tests/test-array_list.c, tests/test-array_oset.c,
5680         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
5681         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
5682         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
5683         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
5684         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
5685         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
5686         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
5687         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
5688         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
5689         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
5690         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
5691         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
5692         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
5693         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
5694         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
5695         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
5696         test-md5.c, test-memmem.c, test-printf-posix.c,
5697         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
5698         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
5699         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
5700         test-strcasestr.c, test-striconv.c, test-striconveh.c,
5701         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
5702         test-vasnprintf-posix2.c, test-vasnprintf.c,
5703         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
5704         test-vfprintf-posix.c, test-vprintf-posix.c,
5705         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
5706         test-xvasprintf.c: Likewise.
5707
5708 2007-05-28  Bruno Haible  <bruno@clisp.org>
5709
5710         * gnulib-tool (func_import): Remember the --with-tests command-line
5711         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
5712         Reported by Eric Blake.
5713
5714 2007-05-28  Bruno Haible  <bruno@clisp.org>
5715
5716         * modules/ftell-tests: New file.
5717         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
5718         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
5719
5720         * lib/ftell.c: New file.
5721         * modules/ftell: New file.
5722         * m4/ftell.m4: New file.
5723         * doc/functions/ftell.texi: Update.
5724         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
5725         REPLACE_FTELL.
5726         * lib/stdio_.h (rpl_ftell): New declaration.
5727         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
5728         REPLACE_FTELL.
5729
5730 2007-05-28  Eric Blake  <ebb9@byu.net>
5731
5732         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
5733
5734 2007-05-28  Bruno Haible  <bruno@clisp.org>
5735
5736         * modules/fseek-tests: New file.
5737         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
5738         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
5739
5740         * lib/fseek.c: New file.
5741         * modules/fseek: New file.
5742         * m4/fseek.m4: New file.
5743         * doc/functions/fseek.texi: Update.
5744         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
5745         REPLACE_FSEEK.
5746         * lib/stdio_.h (rpl_fseek): New declaration.
5747         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
5748         REPLACE_FSEEK.
5749
5750 2007-05-28  Bruno Haible  <bruno@clisp.org>
5751
5752         * lib/stdio_.h (fflush): More comments.
5753
5754 2007-05-28  Bruno Haible  <bruno@clisp.org>
5755
5756         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
5757         runtime test.
5758
5759 2007-05-28  Eric Blake  <ebb9@byu.net>
5760
5761         Improve lseek module.
5762         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
5763         * lib/unistd_.h (lseek): Scale back link warning message.
5764         * tests/test-lseek.c: Beef up test.
5765         * tests/test-lseek.sh: Exercise more facets of lseek.
5766         Reported by Bruno Haible.
5767
5768 2007-05-28  Bruno Haible  <bruno@clisp.org>
5769
5770         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
5771         to define.
5772
5773 2007-05-27  Bruno Haible  <bruno@clisp.org>
5774
5775         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
5776
5777 2007-05-27  Bruno Haible  <bruno@clisp.org>
5778
5779         * modules/openmp: New file.
5780         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
5781         Noah Misch.
5782
5783 2007-05-26  Bruno Haible  <bruno@clisp.org>
5784
5785         * modules/chdir-long (Depends-on): Add fchdir.
5786         * modules/chdir-safer (Depends-on): Likewise.
5787         * modules/fts (Depends-on): Likewise.
5788         * modules/fts-lgpl (Depends-on): Likewise.
5789         * modules/openat (Depends-on): Likewise.
5790         * modules/savewd (Depends-on): Likewise.
5791
5792 2007-05-24  Eric Blake  <ebb9@byu.net>
5793
5794         Fix lseek on mingw.
5795         * modules/lseek: New module.
5796         * m4/lseek.m4: New file.
5797         * lib/lseek.c: New file.
5798         * modules/lseek-tests: New file.
5799         * tests/test-lseek.c: New file.
5800         * tests/test-lseek.sh: New file.
5801         * MODULES.html.sh: Document lseek module.
5802         * modules/fflush (Depends-on): Add lseek, fseeko.
5803         * modules/fseeko (Depends-on): Likewise.
5804         * modules/ftello (Depends-on): Likewise.
5805         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
5806         broken.
5807         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
5808         broken.
5809         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
5810         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
5811         * lib/ftello.c (rpl_ftello): Likewise.
5812         * tests/test-fseeko.c (main): Test this.
5813         * tests/test-fseeko.sh: Likewise.
5814         * tests/test-ftello.c (main): Likewise.
5815         * tests/test-ftello.sh: Likewise.
5816         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
5817         implies replacing fseek.
5818         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
5819         HAVE_FTELLO.
5820         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
5821         * modules/unistd (Makefile.am): Likewise.
5822         * lib/unistd_.h (lseek): Declare a replacement.
5823         * doc/functions/lseek.texi (lseek): Document this fix.
5824         * doc/functions/fseek.texi (fseek): Likewise.
5825         * doc/functions/ftell.texi (ftell): Likewise.
5826
5827 2007-05-24  Bruno Haible  <bruno@clisp.org>
5828
5829         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
5830         in the printed representation of a NaN.
5831         * tests/test-vasprintf-posix.c (test_function): Likewise.
5832         * tests/test-snprintf-posix.h (test_function): Likewise.
5833         * tests/test-sprintf-posix.h (test_function): Likewise.
5834         Reported by Eric Blake.
5835
5836 2007-05-23  Eric Blake  <ebb9@byu.net>
5837
5838         Fix fseeko/ftello on cygwin 1.5.24.
5839         * doc/functions/fseeko.texi (fseeko): Document the fix.
5840         * doc/functions/ftello.texi (ftello): Document the fix.
5841         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
5842         * doc/functions/stdout.text (stdout): New file.
5843         * doc/functions/stderr.text (stderr): New file.
5844         * doc/gnulib.texi (Function Substitutes): Use new files.
5845         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
5846         prior to 1.7.0.
5847         * tests/test-ftello.c (main): Likewise for ftello.
5848         * tests/test-fseeko.sh: New file.
5849         * tests/test-ftello.sh: New file.
5850         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
5851         with seekable stdin.
5852         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
5853         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
5854         (gl_REPLACE_FSEEKO): New macro.
5855         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
5856         * modules/fseeko (Files): Distribute fseeko.c.
5857         * modules/ftello (Files): Distribute ftello.c.
5858         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
5859         mode.
5860         * lib/ftello.c (rpl_ftello): New file.
5861         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
5862         fseeko, ftello.
5863         (gl_STDIN_LARGE_OFFSET): New macro.
5864         * modules/stdio (Makefile.am): Perform the replacement.
5865         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
5866
5867 2007-05-23  Bruno Haible  <bruno@clisp.org>
5868
5869         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
5870         GNULIB_POSIXCHECK is defined.
5871
5872 2007-05-21  Bruno Haible  <bruno@clisp.org>
5873
5874         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
5875         Check also the output for NaN arguments. When cross-compiling, guess
5876         no on IRIX.
5877         * lib/vasnprintf.c: Update comments.
5878         * tests/test-vasnprintf-posix.c (strisnan): New function.
5879         (test_function): Use it.
5880         * tests/test-vasprintf-posix.c (strisnan): New function.
5881         (test_function): Use it.
5882         * tests/test-snprintf-posix.h (strisnan): New function.
5883         (test_function): Use it.
5884         * tests/test-sprintf-posix.h (strisnan): New function.
5885         (test_function): Use it.
5886         Reported by Eric Blake.
5887
5888 2007-05-20  Bruno Haible  <bruno@clisp.org>
5889
5890         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
5891         numbers that fails on BeOS.
5892         * doc/functions/frexpl.texi: Update.
5893
5894 2007-05-20  Jim Meyering  <jim@meyering.net>
5895
5896         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
5897         forced upon us by glibc-2.6.
5898
5899 2007-05-20  Bruno Haible  <bruno@clisp.org>
5900
5901         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
5902         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
5903         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
5904         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
5905         NEED_PRINTF_INFINITE.
5906         (is_infinitel): New function.
5907         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
5908         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
5909         gl_PREREQ_VASNPRINTF_INFINITE.
5910         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
5911         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5912         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
5913         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
5914         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
5915         gl_PREREQ_VASNPRINTF_INFINITE.
5916         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5917         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5918         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5919         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5920         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5921         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5922         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5923         * doc/functions/fprintf.texi: Update.
5924         * doc/functions/printf.texi: Update.
5925         * doc/functions/snprintf.texi: Update.
5926         * doc/functions/sprintf.texi: Update.
5927         * doc/functions/vfprintf.texi: Update.
5928         * doc/functions/vprintf.texi: Update.
5929         * doc/functions/vsnprintf.texi: Update.
5930         * doc/functions/vsprintf.texi: Update.
5931
5932 2007-05-20  Bruno Haible  <bruno@clisp.org>
5933
5934         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
5935         was not found in libc.
5936         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
5937
5938 2007-05-20  Bruno Haible  <bruno@clisp.org>
5939
5940         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
5941         printed as "-nan" instead of "nan".
5942         * tests/test-vasprintf-posix.c (test_function): Likewise.
5943         * tests/test-snprintf-posix.h (test_function): Likewise.
5944         * tests/test-sprintf-posix.h (test_function): Likewise.
5945         Needed for HP-UX 11.
5946
5947 2007-05-20  Jim Meyering  <jim@meyering.net>
5948
5949         Fix buggy test for the fchownat-deref bug.
5950         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
5951         symlink required for the run-test.  Without it, this test would
5952         always declare that fchownat doesn't work, and client code would
5953         unnecessarily use the replacement function with fixed libc.
5954         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
5955         Reported by Greg Schafer.
5956
5957 2007-05-19  Bruno Haible  <bruno@clisp.org>
5958
5959         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
5960         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
5961         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
5962         Needed for IRIX 6.5 and Solaris 2.5.1.
5963
5964 2007-05-19  Bruno Haible  <bruno@clisp.org>
5965
5966         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
5967         (test_function): Skip tests involving -0.0 on platforms where
5968         -0.0 = 0.0.
5969         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
5970         (test_function): Skip tests involving -0.0 on platforms where
5971         -0.0 = 0.0.
5972         * tests/test-snprintf-posix.h (have_minus_zero): New function.
5973         (test_function): Skip tests involving -0.0 on platforms where
5974         -0.0 = 0.0.
5975         * tests/test-sprintf-posix.h (have_minus_zero): New function.
5976         (test_function): Skip tests involving -0.0 on platforms where
5977         -0.0 = 0.0.
5978         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
5979         tests.
5980         * tests/test-printf-posix.h (test_function): Likewise.
5981         * tests/test-printf-posix.output: Remove all -0.0 related results.
5982         Needed for IRIX 6.5.
5983
5984 2007-05-19  Bruno Haible  <bruno@clisp.org>
5985
5986         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
5987         printed as "nan0x7fffffff" instead of "nan".
5988         * tests/test-vasprintf-posix.c (test_function): Likewise.
5989         * tests/test-snprintf-posix.h (test_function): Likewise.
5990         * tests/test-sprintf-posix.h (test_function): Likewise.
5991         * tests/test-fprintf-posix.h (NaN): Remove macro.
5992         (test_function): Remove all NaN related tests.
5993         * tests/test-printf-posix.h (NaN): Remove macro.
5994         (test_function): Remove all NaN related tests.
5995         * tests/test-printf-posix.output: Remove all NaN related results.
5996         Needed for IRIX 6.5.
5997
5998 2007-05-19  Bruno Haible  <bruno@clisp.org>
5999
6000         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
6001         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
6002
6003 2007-05-19  Bruno Haible  <bruno@clisp.org>
6004
6005         * lib/float_.h: New file.
6006         * m4/float_h.m4: New file.
6007         * modules/float: New file.
6008         * modules/isnanl (Dependencies): Add float.
6009         * modules/isnanl-nolibm (Dependencies): Likewise.
6010         * modules/mathl (Dependencies): Likewise.
6011         * modules/printf-frexpl (Dependencies): Likewise.
6012         * modules/signbit (Dependencies): Likewise.
6013         * modules/vasnprintf (Dependencies): Likewise.
6014         * doc/headers/float.texi: Update.
6015
6016 2007-05-19  Jim Meyering  <jim@meyering.net>
6017
6018         * lib/utimens.c (gl_futimens): Rename from futimens,
6019         now that glibc-2.6 declares futimens.
6020         * lib/utimens.h: Likewise.
6021
6022 2007-05-19  Bruno Haible  <bruno@clisp.org>
6023
6024         Avoid test failures on mingw.
6025         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
6026         * tests/test-printf-posix.sh: Likewise.
6027         * tests/test-vfprintf-posix.sh: Likewise.
6028         * tests/test-vprintf-posix.sh: Likewise.
6029
6030 2007-05-19  Bruno Haible  <bruno@clisp.org>
6031
6032         Fix *printf result for NaN, Inf, -0.0 on mingw.
6033         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
6034         * lib/vasnprintf.c: Include math.h and isnan.h.
6035         (is_infinite_or_zero): New function.
6036         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
6037         values in the %f, %F, %e, %E, %g, %G directives.
6038         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
6039         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6040         gl_PRINTF_INFINITE and test its result. Invoke
6041         gl_PREREQ_VASNPRINTF_INFINITE.
6042         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6043         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6044         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6045         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6046         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6047         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6048         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6049         * doc/functions/fprintf.texi: Update.
6050         * doc/functions/printf.texi: Update.
6051         * doc/functions/snprintf.texi: Update.
6052         * doc/functions/sprintf.texi: Update.
6053         * doc/functions/vfprintf.texi: Update.
6054         * doc/functions/vprintf.texi: Update.
6055         * doc/functions/vsnprintf.texi: Update.
6056         * doc/functions/vsprintf.texi: Update.
6057
6058 2007-05-19  Bruno Haible  <bruno@clisp.org>
6059
6060         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
6061         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
6062         Instead of multiplying with 10^k, set extra_zeroes to k.
6063         (scale10_round_long_double): Remove function.
6064
6065 2007-05-18  Bruno Haible  <bruno@clisp.org>
6066
6067         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
6068         introduced on 2007-05-06.
6069
6070 2007-05-18  Bruno Haible  <bruno@clisp.org>
6071
6072         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
6073         %g directives.
6074         * tests/test-vasprintf-posix.c (test_function): Likewise.
6075         * tests/test-snprintf-posix.h (test_function): Likewise.
6076         * tests/test-sprintf-posix.h (test_function): Likewise.
6077
6078 2007-05-18  Bruno Haible  <bruno@clisp.org>
6079
6080         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
6081         (strmatch): New function.
6082         (test_function): Test the %f directive on numbers of various exponents.
6083         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
6084         (strmatch): New function.
6085         (test_function): Test the %f directive on numbers of various exponents.
6086         * tests/test-snprintf-posix.h (strmatch): New function.
6087         (test_function): Test the %f directive on numbers of various exponents.
6088         * tests/test-sprintf-posix.h (strmatch): New function.
6089         (test_function): Test the %f directive on numbers of various exponents.
6090         * tests/test-snprintf-posix.c (SIZEOF): New macro.
6091         * tests/test-sprintf-posix.c (SIZEOF): New macro.
6092         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
6093         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
6094
6095 2007-05-18  Bruno Haible  <bruno@clisp.org>
6096
6097         Add support for 'long double' number output.
6098         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
6099         * lib/vasnprintf.c: Include math.h and float+.h.
6100         (mp_limb_t): New type.
6101         (GMP_LIMB_BITS): New macro.
6102         (mp_twolimb_t): New type.
6103         (GMP_TWOLIMB_BITS): New macro.
6104         (mpn_t): New type.
6105         (multiply, divide, convert_to_decimal, decode_long_double,
6106         scale10_round_long_double, scale10_round_decimal_long_double,
6107         floorlog10l): New functions.
6108         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
6109         for the %f, %F, %e, %E, %g, %G directives.
6110         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
6111         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6112         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
6113         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
6114         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6115         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6116         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6117         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6118         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6119         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6120         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6121         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
6122         * modules/snprintf-posix (Depends-on): Likewise.
6123         * modules/sprintf-posix (Depends-on): Likewise.
6124         * modules/vasnprintf-posix (Depends-on): Likewise.
6125         * modules/vasprintf-posix (Depends-on): Likewise.
6126         * modules/vfprintf-posix (Depends-on): Likewise.
6127         * modules/vsnprintf-posix (Depends-on): Likewise.
6128         * modules/vsprintf-posix (Depends-on): Likewise.
6129         * modules/vasnprintf (Files): Add lib/float+.h.
6130         * doc/functions/fprintf.texi: Update.
6131         * doc/functions/printf.texi: Update.
6132         * doc/functions/snprintf.texi: Update.
6133         * doc/functions/sprintf.texi: Update.
6134         * doc/functions/vfprintf.texi: Update.
6135         * doc/functions/vprintf.texi: Update.
6136         * doc/functions/vsnprintf.texi: Update.
6137         * doc/functions/vsprintf.texi: Update.
6138
6139 2007-05-18  Bruno Haible  <bruno@clisp.org>
6140
6141         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
6142
6143 2007-05-18  Bruno Haible  <bruno@clisp.org>
6144
6145         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
6146         for printing 64-bit integers. Needed for mingw.
6147
6148 2007-05-18  Bruno Haible  <bruno@clisp.org>
6149
6150         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
6151         gl_FUNC_FREXPL_WORKS.
6152         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
6153
6154 2007-05-18  Bruno Haible  <bruno@clisp.org>
6155
6156         * modules/frexpl-nolibm-tests: New file.
6157
6158         * modules/frexpl-nolibm: New file.
6159         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
6160
6161 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
6162
6163         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
6164         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
6165         GCC 4.2, which otherwise issues a lot of warnings.
6166         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
6167         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
6168         Likewise.
6169         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
6170         * modules/iconv_open (iconv.h): Likewise.
6171         * modules/locale (locale.h): Likewise.
6172         * modules/netinet_in (netinet/in.h): Likewise.
6173         * modules/sys_select (sys_select.h): Likewise.
6174         * modules/sys_socket (sys/socket.h): Likewise.
6175         * modules/sys_stat (sys/stat.h): Likewise.
6176         * modules/sysexits (sysexits.h): Likewise.
6177         * modules/unistd (unistd.h): Likewise.
6178
6179 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6180
6181         * modules/closein-tests (Makefile.am): Distribute
6182         `test-closein.sh'.
6183
6184 2007-05-17  Bruno Haible  <bruno@clisp.org>
6185
6186         * tests/test-printf-posix.output: Renamed from
6187         tests/test-fprintf-posix.out.
6188         * modules/fprintf-posix-tests: Update.
6189         * modules/printf-posix-tests: Update.
6190         * modules/vfprintf-posix-tests: Update.
6191         * modules/vprintf-posix-tests: Update.
6192         * tests/test-fprintf-posix.sh: Update.
6193         * tests/test-printf-posix.sh: Update.
6194         * tests/test-vfprintf-posix.sh: Update.
6195         * tests/test-vprintf-posix.sh: Update.
6196         Reported by Ralf Wildenhues.
6197
6198 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
6199
6200         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
6201         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
6202         GCC 4.2, which otherwise issues a lot of warnings.
6203         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
6204         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
6205         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
6206         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
6207         it should no longer be needed.
6208         * lib/string_.h: Likewise.
6209         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
6210         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
6211         * modules/inttypes (inttypes.h): Likewise.
6212         * modules/math (math.h): Likewise.
6213         * modules/search (search.h): Likewise.
6214         * modules/signal (signal.h): Likewise.
6215         * modules/stdint (stdint.h): Likewise.
6216         * modules/stdio (stdio.h): Likewise.
6217         * modules/stdlib (stdlib.h): Likewise.
6218         * modules/string (string.h): Likewise.
6219         * modules/sys_time (sys/time.h): Likewise.
6220         * modules/time (time.h): Likewise.
6221         * modules/wchar (wchar.h): Likewise.
6222         * modules/wctype (wtype.h): Likewise.
6223
6224 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
6225
6226         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
6227
6228 2007-05-13  Bruno Haible  <bruno@clisp.org>
6229
6230         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
6231         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6232         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
6233         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6234         (gl_PREREQ_STRTOK_R): Don't require it here.
6235
6236 2007-05-13  Bruno Haible  <bruno@clisp.org>
6237
6238         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
6239         when used in C++ mode.
6240
6241 2007-05-12  Bruno Haible  <bruno@clisp.org>
6242
6243         * lib/linebuffer.h: Tweak doc.
6244         * lib/linebuffer.c: Likewise.
6245
6246 2007-05-12  James Youngman  <jay@gnu.org>
6247
6248         * lib/linebuffer.c (readlinebuffer_delim): New function,
6249         like readlinebuffer, but use a caller-specified delimiter.
6250         (readlinebuffer): Just call readlinebuffer_delim with '\n'
6251         as the delimiter.
6252         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
6253
6254 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6255
6256         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
6257         * modules/openat (Files): Remove openat-die.c.
6258         (Depends-on): Add openat-die.
6259         * modules/openat-die: New module.
6260
6261 2007-05-06  Bruno Haible  <bruno@clisp.org>
6262
6263         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
6264         Update with info about Cygwin.
6265         * doc/functions/fprintf.texi: Update.
6266         * doc/functions/printf.texi: Update.
6267         * doc/functions/snprintf.texi: Update.
6268         * doc/functions/sprintf.texi: Update.
6269         * doc/functions/vfprintf.texi: Update.
6270         * doc/functions/vprintf.texi: Update.
6271         * doc/functions/vsnprintf.texi: Update.
6272         * doc/functions/vsprintf.texi: Update.
6273         Reported by Eric Blake.
6274
6275 2007-05-06  Bruno Haible  <bruno@clisp.org>
6276
6277         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
6278         padding ourselves for the floating-point directives.
6279         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
6280         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
6281         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6282         gl_PRINTF_FLAG_ZERO and test its result. Invoke
6283         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
6284         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6285         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
6286         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6287         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6288         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6289         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6290         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6291         * tests/test-snprintf-posix.h (test_function): Also check the width
6292         and some flags in the %f directive.
6293         * tests/test-sprintf-posix.h (test_function): Likewise.
6294         * tests/test-vasnprintf-posix.c (test_function): Likewise.
6295         * tests/test-vasprintf-posix.c (test_function): Likewise.
6296         * doc/functions/fprintf.texi: Update.
6297         * doc/functions/printf.texi: Update.
6298         * doc/functions/snprintf.texi: Update.
6299         * doc/functions/sprintf.texi: Update.
6300         * doc/functions/vfprintf.texi: Update.
6301         * doc/functions/vprintf.texi: Update.
6302         * doc/functions/vsnprintf.texi: Update.
6303         * doc/functions/vsprintf.texi: Update.
6304
6305 2007-05-06  Bruno Haible  <bruno@clisp.org>
6306
6307         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
6308         pass the ' flag character to sprintf or snprintf.
6309         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
6310         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
6311         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6312         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
6313         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
6314         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6315         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
6316         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6317         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6318         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6319         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6320         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6321         * tests/test-snprintf-posix.h (test_function): Also check the grouping
6322         flag.
6323         * tests/test-sprintf-posix.h (test_function): Likewise.
6324         * tests/test-vasnprintf-posix.c (test_function): Likewise.
6325         * tests/test-vasprintf-posix.c (test_function): Likewise.
6326         * doc/functions/fprintf.texi: Update.
6327         * doc/functions/printf.texi: Update.
6328         * doc/functions/snprintf.texi: Update.
6329         * doc/functions/sprintf.texi: Update.
6330         * doc/functions/vfprintf.texi: Update.
6331         * doc/functions/vprintf.texi: Update.
6332         * doc/functions/vsnprintf.texi: Update.
6333         * doc/functions/vsprintf.texi: Update.
6334
6335 2007-05-01  Bruno Haible  <bruno@clisp.org>
6336
6337         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
6338
6339 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
6340
6341         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
6342         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
6343
6344 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6345
6346         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
6347         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
6348         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
6349
6350 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
6351
6352         * lib/argp-help.c (struct hol_entry): New member `ord'.
6353         (HOL_ENTRY_PTRCMP): Use ord for comparison
6354         (hol_sort): Initialize ord.
6355
6356 2007-05-01  Bruno Haible  <bruno@clisp.org>
6357
6358         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
6359         Reported by Eric Blake.
6360         * doc/gnulib.texi (Function Substitutes): Update.
6361
6362 2007-05-01  Bruno Haible  <bruno@clisp.org>
6363
6364         * doc/functions.texi: Remove file, now redundant through
6365         doc/functions/*.texi.
6366
6367 2007-05-01  Bruno Haible  <bruno@clisp.org>
6368
6369         * modules/argp (Depends-on): Add sleep.
6370
6371 2007-05-01  Bruno Haible  <bruno@clisp.org>
6372
6373         * modules/sleep-tests: New file.
6374         * tests/test-sleep.c: New file.
6375
6376         * modules/sleep: New file.
6377         * lib/sleep.c: New file.
6378         * m4/sleep.m4: New file.
6379         * lib/unistd_.h (sleep): New declaration.
6380         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
6381         HAVE_SLEEP.
6382         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
6383         * doc/functions/sleep.texi: Document the sleep module.
6384
6385 2007-05-01  Bruno Haible  <bruno@clisp.org>
6386
6387         * lib/sigprocmask.h: Remove file.
6388         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
6389         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
6390         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
6391         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
6392         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
6393         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
6394         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
6395         HAVE_SIGSET_T as a shell variable.
6396         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
6397         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
6398         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
6399         (Depends-on): Add signal. Remove verify.
6400         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
6401         (Include): Mention <signal.h> instead of sigprocmask.h.
6402         * NEWS: Mention the change.
6403         * lib/fatal-signal.c: Don't include sigprocmask.h.
6404
6405 2007-05-01  Bruno Haible  <bruno@clisp.org>
6406
6407         * modules/signal: New file.
6408         * lib/signal_.h: New file.
6409         * m4/signal_h.m4: New file.
6410
6411 2007-05-01  Bruno Haible  <bruno@clisp.org>
6412
6413         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
6414         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
6415         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
6416         HAVE_WCTYPE_CTMP_BUG into wctype.h.
6417
6418 2007-05-01  Bruno Haible  <bruno@clisp.org>
6419
6420         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
6421         configure time.
6422         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
6423         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
6424         * modules/sys_stat (Makefile.am): Substitute their values into
6425         sys/stat.h.
6426
6427 2007-05-01  Bruno Haible  <bruno@clisp.org>
6428
6429         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
6430         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
6431         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
6432
6433 2007-05-01  Bruno Haible  <bruno@clisp.org>
6434
6435         * doc/header/assert.texi: Undo last change: don't mention the gnulib
6436         'assert' module here.
6437
6438 2007-05-01  Bruno Haible  <bruno@clisp.org>
6439
6440         * doc/functions/*.texi: New files.
6441         * doc/functions/google-ranking.txt: New file.
6442         * doc/gnulib.texi (Function Substitutes): New chapter.
6443         (ctime, inet_ntoa): Remove sections.
6444         * doc/ctime.texi: Remove file.
6445         * doc/inet_ntoa.texi: Remove file.
6446         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
6447         dependencies.
6448         (%.info): New rule, specifying a --reference-limit.
6449
6450 2007-05-01  Bruno Haible  <bruno@clisp.org>
6451
6452         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
6453
6454 2007-05-01  Bruno Haible  <bruno@clisp.org>
6455
6456         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
6457         the portability of 'mkdir' to mingw systems.
6458
6459 2007-05-01  Bruno Haible  <bruno@clisp.org>
6460
6461         * doc/headers/google-ranking.txt: New file.
6462
6463 2007-04-30  Eric Blake  <ebb9@byu.net>
6464
6465         Prefer fseeko to fseek.
6466         * modules/getpass (Depends-on): Add fseeko.
6467         * lib/getpass.c (getpass): Use fseeko, not fseek.
6468
6469 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
6470
6471         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
6472         assumes the sorting is stable, while most qsort implementations
6473         are not.  Use argument addresses to ensure they never compare as
6474         equal.
6475
6476         * tests/test-argp-2.sh (usage-indent test): Fix output
6477         (func_compare): Restore diff options
6478         * tests/test-argp.c: Restore #include "progname.h"
6479
6480 2007-04-29  Bruno Haible  <bruno@clisp.org>
6481
6482         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
6483         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6484         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
6485         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6486         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
6487         (configure.ac): Define CHECK_SNPRINTF_POSIX.
6488         (TESTS, check_PROGRAMS): Add test-snprintf.
6489         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
6490         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
6491         (TESTS, check_PROGRAMS): Add test-vsnprintf.
6492         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
6493         assertions that fail on HP-UX, OSF/1, or IRIX.
6494         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
6495
6496 2007-04-29  Bruno Haible  <bruno@clisp.org>
6497
6498         * MODULES.html.sh (posix_functions): Remove 'contents'.
6499
6500 2007-04-29  Karl Berry  <karl@gnu.org>
6501
6502         * config/srclist.txt (gendocs_template_min): new entry.
6503
6504 2007-04-29  Bruno Haible  <bruno@clisp.org>
6505
6506         Work around fpurge bug on BSD systems.
6507         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
6508         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
6509         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
6510         fpurge to rpl_fpurge if the system already has this function.
6511         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
6512         the case where the system already has this function. Correct invariants
6513         on BSD systems.
6514         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
6515         BSD systems.
6516
6517 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
6518
6519         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
6520         proposed by Sven Verdoolaege.
6521
6522         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
6523         options.
6524         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
6525         (usage and help tests): Update
6526
6527 2007-04-29  Bruno Haible  <bruno@clisp.org>
6528
6529         * tests/test-fflush.c (main): Use a file of size 17, not 10.
6530         Print more information in case of failure. Disable a test on BeOS.
6531
6532 2007-04-29  Bruno Haible  <bruno@clisp.org>
6533
6534         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
6535         This helps debugging on systems on which no gdb is available.
6536
6537 2007-04-29  Bruno Haible  <bruno@clisp.org>
6538
6539         * lib/freading.h: Improve comments.
6540         * lib/fwriting.h: Likewise.
6541         * tests/test-freading.c (main): Don't check freading immediately after
6542         repositioning. Needed for glibc.
6543
6544 2007-04-29  Bruno Haible  <bruno@clisp.org>
6545
6546         * lib/freading.c (freading): Trivial simplification.
6547
6548 2007-04-28  Bruno Haible  <bruno@clisp.org>
6549
6550         * tests/test-fwriting.c (main): Also test the interaction between
6551         fflush and fwriting.
6552         * modules/fwriting-tests (Depends-on): Add fflush.
6553
6554         * tests/test-freading.c (main): Also test the interaction between
6555         fflush and freading.
6556         * modules/freading-tests (Depends-on): Add fflush.
6557
6558 2007-04-28  Bruno Haible  <bruno@clisp.org>
6559
6560         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
6561         fseeko and ftello.
6562         Suggested by Eric Blake.
6563
6564 2007-04-28  Jim Meyering  <jim@meyering.net>
6565
6566         Avoid false-negative in gl_STDINT_H's C99 conformance test.
6567         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
6568         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
6569
6570 2007-04-27  Eric Blake  <ebb9@byu.net>
6571
6572         * doc/headers/assert.texi (assert.h): Document assert module use.
6573
6574 2007-04-27  Bruno Haible  <bruno@clisp.org>
6575
6576         * doc/headers/*.texi: New files.
6577         * doc/gnulib.texi (Header File Substitutes): New chapter.
6578         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
6579         dependencies.
6580         (standards.info ,standards.html, standards.dvi): Update dependencies.
6581         (mostlyclean, clean): New targets.
6582
6583 2007-04-27  Bruno Haible  <bruno@clisp.org>
6584
6585         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
6586         * modules/sysexits (Files, Makefile.am): Update.
6587
6588         * lib/sys_socket_.h: Renamed from lib/socket_.h.
6589         * modules/sys_socket (Files, Makefile.am): Update.
6590
6591         * lib/sys_stat_.h: Renamed from lib/stat_.h.
6592         * modules/sys_stat (Files, Makefile.am): Update.
6593
6594 2007-04-27  Eric Blake  <ebb9@byu.net>
6595
6596         * lib/freading.h: Improve comments.
6597         * lib/fwriting.h: Likewise.
6598         * lib/fflush.c: Likewise.
6599
6600         Fix closein for mingw.
6601         * modules/closein-tests: Add tests for closein.
6602         * tests/test-closein.c: New file.
6603         * tests/test-closein.sh: Likewise.
6604         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
6605         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
6606
6607 2007-04-27  Bruno Haible  <bruno@clisp.org>
6608
6609         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
6610         version is < 6.
6611         * lib/math_.h [__DECC]: Likewise.
6612         * lib/stdio_.h [__DECC]: Likewise.
6613         * lib/stdlib_.h [__DECC]: Likewise.
6614         * lib/string_.h [__DECC]: Likewise.
6615         * lib/time_.h [__DECC]: Likewise.
6616         * lib/wchar_.h [__DECC]: Likewise.
6617         * lib/wctype_.h [__DECC]: Likewise.
6618
6619 2007-04-27  Bruno Haible  <bruno@clisp.org>
6620
6621         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
6622
6623 2007-04-27  Bruno Haible  <bruno@clisp.org>
6624
6625         * lib/fflush.c: Add comments.
6626         * modules/fpurge-tests (Depends-on): Add fflush.
6627         * modules/freadable-tests (Depends-on): Likewise.
6628         * modules/fwritable-tests (Depends-on): Likewise.
6629
6630 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
6631
6632         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
6633         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
6634         Report by Bruno Haible <bruno@clisp.org>.
6635
6636 2007-04-26  Eric Blake  <ebb9@byu.net>
6637
6638         Fix fflush on mingw.
6639         * modules/fflush (Depends-on): Add freading.
6640         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
6641         but unread data.
6642
6643 2007-04-26  Eric Blake  <ebb9@byu.net>
6644         and Bruno Haible  <bruno@clisp.org>
6645
6646         Implement freading and fwriting.
6647         * lib/freading.c: New file.
6648         * lib/freading.h: Likewise.
6649         * m4/freading.m4: Likewise.
6650         * modules/freading: Likewise.
6651         * modules/freading-tests: Likewise.
6652         * tests/test-freading.c: Likewise.
6653         * lib/fwriting.c: New file.
6654         * lib/fwriting.h: Likewise.
6655         * m4/fwriting.m4: Likewise.
6656         * modules/fwriting: Likewise.
6657         * modules/fwriting-tests: Likewise.
6658         * tests/test-fwriting.c: Likewise.
6659         * MODULES.html.sh (File stream based Input/Output): Mention them.
6660
6661 2007-04-26  Bruno Haible  <bruno@clisp.org>
6662
6663         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
6664         'long' when we assume it.
6665         Suggested by Eric Blake.
6666
6667 2007-04-26  Bruno Haible  <bruno@clisp.org>
6668
6669         Ensure fseeko, ftello are declared on glibc systems.
6670         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
6671         * modules/fseeko (configure.ac-early): Likewise.
6672         * modules/ftello (configure.ac-early): Likewise.
6673         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
6674         AC_FUNC_FSEEKO for this.
6675         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
6676         (gl_CHECK_FSEEKO): Remove macro.
6677
6678 2007-04-26  Bruno Haible  <bruno@clisp.org>
6679
6680         * tests/test-fflush.c (main): Also check the ftell result after
6681         fflush and fseek/fseeko.
6682         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
6683         file descriptor position cache in the stream.
6684         * lib/fseeko.c (rpl_fseeko): Likewise.
6685
6686 2007-04-26  Bruno Haible  <bruno@clisp.org>
6687
6688         * modules/fflush-tests (Depends-on): Add fseeko.
6689
6690 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
6691             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6692
6693         * lib/argz_.h: ensure error_t definition is obtained in same
6694         mechanism system argz.h would have.
6695         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
6696         argz facilities are known bad.  Err on the side of caution if
6697         cross-compiling.
6698
6699 2007-04-25  Eric Blake  <ebb9@byu.net>
6700
6701         * lib/fpurge.c (includes): Use stdlib.h for free.
6702         * tests/test-fflush.c (main): Also test fflush-fseeko.
6703
6704 2007-04-25  Bruno Haible  <bruno@clisp.org>
6705
6706         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
6707         * lib/fseeko.c: New file.
6708         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
6709         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
6710         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
6711         gl_FUNC_FSEEKO.
6712         (gl_FUNC_FSEEKO): Invoke it.
6713         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
6714         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
6715         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
6716
6717 2007-04-25  Bruno Haible  <bruno@clisp.org>
6718
6719         * modules/fflush (Depends-on): Add ftello.
6720
6721 2007-04-25  Bruno Haible  <bruno@clisp.org>
6722
6723         * modules/ftello-tests: New file.
6724         * tests/test-ftello.c: New file.
6725
6726         * modules/ftello: New file.
6727         * m4/ftello.m4: New file.
6728         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
6729         HAVE_FTELLO.
6730         * lib/stdio_.h (ftello): New declaration.
6731         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
6732         HAVE_FTELLO.
6733
6734 2007-04-25  Bruno Haible  <bruno@clisp.org>
6735
6736         * modules/fseeko-tests: New file.
6737         * tests/test-fseeko.c: New file.
6738
6739         * modules/fseeko: New file.
6740         * m4/fseeko.m4: New file.
6741         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
6742         HAVE_FSEEKO.
6743         * lib/stdio_.h (fseeko): New declaration.
6744         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
6745         HAVE_FSEEKO.
6746
6747 2007-04-25  Bruno Haible  <bruno@clisp.org>
6748
6749         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
6750
6751 2007-04-25  Bruno Haible  <bruno@clisp.org>
6752
6753         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
6754         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
6755         * tests/test-unistd.c: Likewise.
6756         * tests/test-fcntl.c: Likewise.
6757
6758 2007-04-23  Eric Blake  <ebb9@byu.net>
6759
6760         * lib/fflush.c: Fix missing include.
6761         Reported by Bruno Haible.
6762
6763 2007-04-23  Bruno Haible  <bruno@clisp.org>
6764
6765         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
6766         Reported by Eric Blake.
6767
6768 2007-04-23  Bruno Haible  <bruno@clisp.org>
6769
6770         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
6771
6772 2007-04-23  Bruno Haible  <bruno@clisp.org>
6773
6774         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
6775
6776 2007-04-23  Bruno Haible  <bruno@clisp.org>
6777
6778         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
6779         Needed on HP-UX 11.
6780
6781 2007-04-16  Eric Blake  <ebb9@byu.net>
6782
6783         Make fflush rely on fpurge.
6784         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
6785         open coding all variants.
6786         * modules/fflush (Depends-on): Add fpurge and unistd.
6787         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
6788         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
6789
6790         Fix --with-tests compilation on cygwin.
6791         * modules/argmatch-tests (Makefile.am): List gnulib library first
6792         in LDADD.
6793         * modules/argp-tests (Makefile.am): Likewise.
6794         * modules/array-list-tests (Makefile.am): Likewise.
6795         * modules/array-oset-tests (Makefile.am): Likewise.
6796         * modules/avltree-list-tests (Makefile.am): Likewise.
6797         * modules/avltree-oset-tests (Makefile.am): Likewise.
6798         * modules/avltreehash-list-tests (Makefile.am): Likewise.
6799         * modules/carray-list-tests (Makefile.am): Likewise.
6800         * modules/dirname-tests (Makefile.am): Likewise.
6801         * modules/frexp-tests (Makefile.am): Likewise.
6802         * modules/isnanl-tests (Makefile.am): Likewise.
6803         * modules/linked-list-tests (Makefile.am): Likewise.
6804         * modules/linkedhash-list-tests (Makefile.am): Likewise.
6805         * modules/lock-tests (Makefile.am): Likewise.
6806         * modules/rbtree-list-tests (Makefile.am): Likewise.
6807         * modules/rbtree-oset-tests (Makefile.am): Likewise.
6808         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
6809         * modules/tls-tests (Makefile.am): Likewise.
6810         * modules/tsearch-tests (Makefile.am): Likewise.
6811         * modules/xvasprintf-tests (Makefile.am): Likewise.
6812
6813         Fix fpurge for cygwin.
6814         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
6815         value.
6816         * modules/fpurge-tests (Depends-on): Clean up trash.
6817
6818 2007-04-16  Simon Josefsson  <simon@josefsson.org>
6819
6820         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
6821
6822         * m4/autobuild.m4: Re-indent.
6823
6824 2007-04-13  Bruno Haible  <bruno@clisp.org>
6825
6826         * modules/fpurge-tests: New file.
6827         * tests/test-fpurge.c: New file.
6828
6829         * modules/fpurge: New file.
6830         * lib/fpurge.h: New file.
6831         * lib/fpurge.c: New file.
6832         * m4/fpurge.m4: New file.
6833
6834 2007-04-13  Bruno Haible  <bruno@clisp.org>
6835
6836         * modules/fbufmode-tests: New file.
6837         * tests/test-fbufmode.c: New file.
6838
6839         * modules/fbufmode: New file.
6840         * lib/fbufmode.h: New file.
6841         * lib/fbufmode.c: New file.
6842         * m4/fbufmode.m4: New file.
6843
6844 2007-04-13  Bruno Haible  <bruno@clisp.org>
6845
6846         * modules/fwritable-tests: New file.
6847         * tests/test-fwritable.c: New file.
6848
6849         * modules/fwritable: New file.
6850         * lib/fwritable.h: New file.
6851         * lib/fwritable.c: New file.
6852         * m4/fwritable.m4: New file.
6853
6854 2007-04-13  Bruno Haible  <bruno@clisp.org>
6855
6856         * modules/freadable-tests: New file.
6857         * tests/test-freadable.c: New file.
6858
6859         * modules/freadable: New file.
6860         * lib/freadable.h: New file.
6861         * lib/freadable.c: New file.
6862         * m4/freadable.m4: New file.
6863
6864 2007-04-13  Bruno Haible  <bruno@clisp.org>
6865
6866         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
6867         MOSTLYCLEANFILES.
6868
6869 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
6870
6871         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
6872         gzip bootstrap.conf to avoid dragging in i18n machinery.
6873         (gnulib_tool_option): Use it.
6874
6875 2007-04-13  Bruno Haible  <bruno@clisp.org>
6876
6877         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
6878         %F directives.
6879         * tests/test-vasprintf-posix.c (test_function): Likewise.
6880         * tests/test-snprintf-posix.h (test_function): Likewise.
6881         * tests/test-sprintf-posix.h (test_function): Likewise.
6882         * tests/test-fprintf-posix.h (test_function): Likewise.
6883         * tests/test-printf-posix.h (test_function): Likewise.
6884         * tests/test-fprintf-posix.out: Likewise.
6885
6886 2007-04-13  Bruno Haible  <bruno@clisp.org>
6887
6888         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
6889         * modules/tls-tests (configure.ac): Likewise.
6890         Reported by Arto C. Nirkko <anirkko@insel.ch>.
6891
6892 2007-04-13  Bruno Haible  <bruno@clisp.org>
6893
6894         * lib/tls.c (glthread_tls_get): Fix return type.
6895         Patch by Arto C. Nirkko <anirkko@insel.ch>.
6896
6897 2007-04-12  Eric Blake  <ebb9@byu.net>
6898
6899         * modules/gettime (Depends-on): Remove gettime.
6900         Reported by Dmitry V. Levin.
6901
6902 2007-04-12  Bruno Haible  <bruno@clisp.org>
6903
6904         * modules/fflush (Include): Mention <stdio.h>.
6905         * modules/strtoimax (Include): Mention <inttypes.h>.
6906         * modules/strtoumax (Include): Likewise.
6907
6908 2007-04-12  Eric Blake  <ebb9@byu.net>
6909
6910         * .cvsignore: New file.
6911         * .gitignore: Likewise.
6912
6913 2007-04-12  Bruno Haible  <bruno@clisp.org>
6914
6915         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
6916         not before, since $(LDADD) often contains libgnu.a.
6917         * modules/striconv-tests (test_striconv_LDADD): Likewise.
6918         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
6919         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
6920         Needed on Cygwin.
6921
6922 2007-04-12  Eric Blake  <ebb9@byu.net>
6923
6924         Work around glibc's failure to flush stdin on fclose.
6925         * lib/closein.c (close_stdin): Flush stdin before closing.
6926
6927         Work around glibc's failure to reset seekable stdin on exit.
6928         * modules/closein: New module.
6929         * lib/closein.c: New file.
6930         * lib/closein.h: Likewise.
6931         * m4/closein.m4: Likewise.
6932         * MODULES.html.sh (File stream based Input/Output): Document it.
6933
6934 2007-04-12  Simon Josefsson  <simon@josefsson.org>
6935
6936         * gnulib-tool: Rename generated 'autobuild' script to
6937         'do-autobuild' in --create-megatestdir output.
6938
6939         * doc/gnulib.texi (Build robot for gnulib): Fix.
6940
6941 2007-04-12  Simon Josefsson  <simon@josefsson.org>
6942
6943         * modules/sysexits (Depends-on): Add absolute-header.
6944
6945 2007-04-12  Eric Blake  <ebb9@byu.net>
6946
6947         No need to preserve errno on success.
6948         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
6949         Reported by Bruno Haible.
6950
6951 2007-04-12  Simon Josefsson  <simon@josefsson.org>
6952
6953         * MODULES.html.sh (Support for maintaining and releasing
6954         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
6955
6956 2007-04-12  Simon Josefsson  <simon@josefsson.org>
6957
6958         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
6959
6960 2007-04-12  Simon Josefsson  <simon@josefsson.org>
6961
6962         * modules/autobuild: New module.
6963
6964         * m4/autobuild.m4: New file.
6965
6966 2007-04-11  Bruno Haible  <bruno@clisp.org>
6967
6968         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
6969         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
6970         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
6971         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
6972         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6973         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
6974         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
6975         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6976         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
6977         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
6978         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
6979         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
6980         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
6981         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
6982         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
6983         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
6984         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
6985         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
6986         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
6987         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
6988         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
6989         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
6990         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
6991         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
6992         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
6993         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
6994         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
6995         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
6996         Reported by Eric Blake.
6997
6998 2007-04-11  Bruno Haible  <bruno@clisp.org>
6999
7000         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
7001
7002 2007-04-10  Bruno Haible  <bruno@clisp.org>
7003
7004         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
7005         for NaN and Infinity. Needed on FreeBSD 6.1.
7006         * tests/test-vasnprintf-posix.c (test_function): Undo last change
7007         regarding results for "%010a" of Infinity and NaN.
7008         * tests/test-vasprintf-posix.c (test_function): Likewise.
7009         * tests/test-snprintf-posix.h (test_function): Likewise.
7010         * tests/test-sprintf-posix.h (test_function): Likewise.
7011         * tests/test-fprintf-posix.h (test_function): Likewise.
7012         * tests/test-printf-posix.h (test_function): Likewise.
7013         * tests/test-fprintf-posix.out: Likewise.
7014
7015 2007-04-10  Bruno Haible  <bruno@clisp.org>
7016
7017         * modules/locale-tests: New file.
7018         * tests/test-locale.c: New file.
7019
7020         * modules/locale: New file.
7021         * lib/locale_.h: New file.
7022         * m4/locale_h.m4: New file.
7023
7024 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
7025             Bruno Haible  <bruno@clisp.org>
7026
7027         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
7028         be determined, test for availability of the copysignf, copysign,
7029         copysignl functions.
7030         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
7031         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
7032         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
7033
7034 2007-04-09  Eric Blake  <ebb9@byu.net>
7035
7036         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
7037         * modules/stdio (Makefile.am): Support fflush.
7038         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7039         * modules/fflush: New file.
7040         * lib/fflush.c: Likewise.
7041         * m4/fflush.m4: Likewise.
7042         * modules/fflush-tests: New test.
7043         * tests/test-fflush.c: Likewise.
7044         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
7045
7046 2007-04-06  Bruno Haible  <bruno@clisp.org>
7047
7048         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
7049         (VASNPRINTF): Use signbit for faster determination whether to print a
7050         minus sign.
7051         * modules/vasnprintf (Files): Remove lib/float+.h.
7052         * modules/fprintf-posix (Depends-on): Add signbit.
7053         * modules/snprintf-posix (Depends-on): Likewise.
7054         * modules/sprintf-posix (Depends-on): Likewise.
7055         * modules/vasnprintf-posix (Depends-on): Likewise.
7056         * modules/vasprintf-posix (Depends-on): Likewise.
7057         * modules/vfprintf-posix (Depends-on): Likewise.
7058         * modules/vsnprintf-posix (Depends-on): Likewise.
7059         * modules/vsprintf-posix (Depends-on): Likewise.
7060
7061 2007-04-06  Bruno Haible  <bruno@clisp.org>
7062
7063         * tests/test-frexp.c (main): Test also the sign bit of zero results.
7064         * tests/test-frexpl.c (main): Likewise.
7065         * tests/test-ldexpl.c (main): Likewise.
7066         * modules/frexp-tests (Depends-on): Add signbit.
7067         * modules/frexpl-tests (Depdends-on): Likewise.
7068         * modules/ldexpl-tests (Depdends-on): Likewise.
7069
7070 2007-04-06  Bruno Haible  <bruno@clisp.org>
7071
7072         * modules/signbit-tests: New file.
7073         * tests/test-signbit.c: New file.
7074
7075         * modules/signbit: New file.
7076         * lib/signbitf.c: New file.
7077         * lib/signbitd.c: New file.
7078         * lib/signbitl.c: New file.
7079         * m4/signbit.m4: New file.
7080         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
7081         (signbit): New macro.
7082         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
7083         REPLACE_SIGNBIT.
7084         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
7085         REPLACE_FREXPL into math.h.
7086
7087 2007-04-06  Bruno Haible  <bruno@clisp.org>
7088
7089         * modules/isnanf-nolibm-tests: New file.
7090         * tests/test-isnanf.c: New file.
7091
7092         * modules/isnanf-nolibm: New file.
7093         * lib/isnanf.h: New file.
7094         * lib/isnanf.c: New file.
7095         * lib/isnan.c: Consider the USE_FLOAT macro.
7096         * m4/isnanf.m4: New file.
7097
7098 2007-04-06  Bruno Haible  <bruno@clisp.org>
7099
7100         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
7101         (Link): New section.
7102
7103         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
7104
7105 2007-04-06  Bruno Haible  <bruno@clisp.org>
7106
7107         Assume the 'long double' type.
7108         * m4/longdouble.m4: Remove file.
7109         * config/srclist.txt: Don't mention longdouble.m4.
7110         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
7111         * lib/float+.h: Likewise.
7112         * lib/frexp.c: Likewise.
7113         * lib/printf-args.h: Likewise.
7114         * lib/printf-args.c: Likewise.
7115         * lib/printf-frexp.c: Likewise.
7116         * lib/printf-parse.c: Likewise.
7117         * lib/vasnprintf.c: Likewise.
7118         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
7119         * m4/intl.m4: Likewise.
7120         * m4/isnanl.m4: Likewise.
7121         * m4/printf.m4: Likewise.
7122         * m4/printf-frexpl.m4: Likewise.
7123         * m4/vasnprintf.m4: Likewise.
7124         * modules/allocsa (Files): Remove m4/longdouble.m4.
7125         * modules/gettext (Files): Likewise.
7126         * modules/relocatable-prog-wrapper (Files): Likewise.
7127         * modules/vasnprintf (Files): Likewise.
7128         * modules/isnanl (Files): Likewise.
7129         (Include): Simplify.
7130         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
7131         (Include): Simplify.
7132         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
7133         (Include): Simplify.
7134         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
7135         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7136         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
7137         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7138         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
7139         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7140         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
7141         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7142         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
7143         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7144         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
7145         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7146         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
7147         * tests/test-isnanl.c: Likewise.
7148         * tests/test-snprintf-posix.h: Likewise.
7149         * tests/test-sprintf-posix.h: Likewise.
7150         * tests/test-vasnprintf-posix.c: Likewise.
7151         * tests/test-vasnprintf-posix2.c: Likewise.
7152         * tests/test-vasprintf-posix.c: Likewise.
7153
7154 2007-04-06  Bruno Haible  <bruno@clisp.org>
7155
7156         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
7157         * lib/math_.h [__DECC]: Include the overridden include file through
7158         #include_next, outside the double-inclusion guard.
7159         * lib/stdio_.h [__DECC]: Likewise.
7160         * lib/stdlib_.h [__DECC]: Likewise.
7161         * lib/string_.h [__DECC]: Likewise.
7162         * lib/time_.h [__DECC]: Likewise.
7163         * lib/wchar_.h [__DECC]: Likewise.
7164         * lib/wctype_.h [__DECC]: Likewise.
7165         * lib/inttypes_.h [__DECC]: Likewise.
7166         Reported by Albert Chin <china@thewrittenword.com> in
7167         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
7168
7169 2007-04-04  Eric Blake  <ebb9@byu.net>
7170
7171         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
7172         1.5.x.
7173
7174 2007-04-04  Bruno Haible  <bruno@clisp.org>
7175
7176         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
7177         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
7178
7179 2007-04-04  Bruno Haible  <bruno@clisp.org>
7180
7181         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
7182         results for "%010a" of Infinity and NaN.
7183         * tests/test-vasprintf-posix.c (test_function): Likewise.
7184         * tests/test-snprintf-posix.h (test_function): Likewise.
7185         * tests/test-sprintf-posix.h (test_function): Likewise.
7186         * tests/test-fprintf-posix.h (test_function): Remove these tests.
7187         * tests/test-printf-posix.h (test_function): Likewise.
7188         * tests/test-fprintf-posix.out: Update.
7189         Needed for FreeBSD 6.1.
7190
7191 2007-04-04  Bruno Haible  <bruno@clisp.org>
7192
7193         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
7194         directly used by the gnulib modules nor by gnulib-tool.
7195
7196 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
7197
7198         * DEPENDENCIES: Give overall description of version dependency
7199         desirability.  Use more-typical names for apps.
7200         Add shell, coreutils, diffutils, grep, tar, gzip.
7201
7202 2007-04-04  Simon Josefsson  <simon@josefsson.org>
7203
7204         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
7205
7206 2007-04-04  Karl Berry  <karl@gnu.org>
7207
7208         * MODULES.html.sh (func_module): missing '.
7209
7210 2007-04-03  Bruno Haible  <bruno@clisp.org>
7211
7212         * modules/argmatch-tests (Makefile.am): New variable
7213         test_argmatch_LDADD.
7214         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
7215         * modules/array-list-tests (Makefile.am): New variable
7216         test_array_list_LDADD.
7217         * modules/array-oset-tests (Makefile.am): New variable
7218         test_array_oset_LDADD.
7219         * modules/avltree-list-tests (Makefile.am): New variable
7220         test_avltree_list_LDADD.
7221         * modules/avltree-oset-tests (Makefile.am): New variable
7222         test_avltree_oset_LDADD.
7223         * modules/avltreehash-list-tests (Makefile.am): New variable
7224         test_avltreehash_list_LDADD.
7225         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
7226         test_canonicalize_lgpl_LDADD.
7227         * modules/carray-list-tests (Makefile.am): New variable
7228         test_carray_list_LDADD.
7229         * modules/dirname-tests (Makefile.am): New variable
7230         test_dirname_LDADD.
7231         * modules/linked-list-tests (Makefile.am): New variable
7232         test_linked_list_LDADD.
7233         * modules/linkedhash-list-tests (Makefile.am): New variable
7234         test_linkedhash_list_LDADD.
7235         * modules/rbtree-list-tests (Makefile.am): New variable
7236         test_rbtree_list_LDADD.
7237         * modules/rbtree-oset-tests (Makefile.am): New variable
7238         test_rbtree_oset_LDADD.
7239         * modules/rbtreehash-list-tests (Makefile.am): New variable
7240         test_rbtreehash_list_LDADD.
7241         * modules/xvasprintf-tests (Makefile.am): New variable
7242         test_xvasprintf_LDADD.
7243         Reported by Eric Blake.
7244
7245 2007-04-03  Eric Blake  <ebb9@byu.net>
7246
7247         * DEPENDENCIES: Weaken m4 requirements.
7248
7249 2007-04-03  Bruno Haible  <bruno@clisp.org>
7250
7251         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
7252         * modules/isnanl-tests (configure.ac): Likewise.
7253
7254 2007-04-03  Ben Pfaff  <blp@gnu.org>
7255
7256         * modules/iconv_open: Add $(srcdir)/ to source directory
7257         references in Makefile fragments that call gperf, to fix VPATH
7258         builds.
7259
7260 2007-04-03  Bruno Haible  <bruno@clisp.org>
7261
7262         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
7263         * lib/ldexpl.c: Undo last change.
7264
7265 2007-04-03  Bruno Haible  <bruno@clisp.org>
7266
7267         * modules/printf-frexpl (Depends-on): Undo last change.
7268         (Files): Add m4/ldexpl.m4.
7269
7270 2007-04-03  Bruno Haible  <bruno@clisp.org>
7271
7272         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
7273         * modules/isnanl (Link): New section.
7274
7275         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
7276         * modules/frexp (Link): New section.
7277
7278         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
7279         * modules/frexpl (Link): New section.
7280
7281         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
7282         * modules/ldexpl (Link): New section.
7283
7284 2007-04-03  Bruno Haible  <bruno@clisp.org>
7285
7286         * modules/TEMPLATE-EXTENDED: New file.
7287         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
7288
7289 2007-04-03  Bruno Haible  <bruno@clisp.org>
7290
7291         * DEPENDENCIES: New file.
7292         Suggested by Simon Josefsson.
7293
7294 2007-04-03  Bruno Haible  <bruno@clisp.org>
7295
7296         * doc/gnulib.texi: Escape @.
7297
7298 2007-04-03  James Youngman  <jay@gnu.org>
7299         and Paul Eggert  <eggert@cs.ucla.edu>
7300
7301         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
7302         birthtime on all systems that have birthtime, not just those which
7303         use st_birthtimensec rather than st_birthtim.  Putting zero in
7304         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
7305         that the birth time is not available for files on an NFS mount.
7306
7307 2007-04-03  Simon Josefsson  <simon@josefsson.org>
7308
7309         * modules/memxor: Move back from crypto/, suggested by Bruno.
7310         * modules/crypto/hmac-sha1: Fix memxor dependency.
7311
7312         * modules/crypto/gc: Moved from ../.
7313
7314 2007-04-02  Eric Blake  <ebb9@byu.net>
7315
7316         * lib/ldexpl.c (includes): Avoid libm.
7317
7318         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
7319
7320 2007-04-02  Bruno Haible  <bruno@clisp.org>
7321
7322         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
7323         on IRIX.
7324
7325 2007-04-02  Bruno Haible  <bruno@clisp.org>
7326
7327         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
7328         x86 or x86_64 platforms running MacOS X.
7329         Reported by Ryan Schmidt <@ryandesign.com>.
7330
7331 2007-04-02  Bruno Haible  <bruno@clisp.org>
7332
7333         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
7334         i386.
7335
7336 2007-04-01  Simon Josefsson  <simon@josefsson.org>
7337
7338         * modules/crypto/arcfour: Moved from ../.
7339         * modules/crypto/arcfour-tests: Moved from ../.
7340         * modules/crypto/arctwo: Moved from ../.
7341         * modules/crypto/arctwo-tests: Moved from ../.
7342         * modules/crypto/des: Moved from ../.
7343         * modules/crypto/des-tests: Moved from ../.
7344         * modules/crypto/gc-arcfour: Moved from ../.
7345         * modules/crypto/gc-arcfour-tests: Moved from ../.
7346         * modules/crypto/gc-arctwo: Moved from ../.
7347         * modules/crypto/gc-arctwo-tests: Moved from ../.
7348         * modules/crypto/gc-des: Moved from ../.
7349         * modules/crypto/gc-des-tests: Moved from ../.
7350         * modules/crypto/gc-hmac-md5: Moved from ../.
7351         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
7352         * modules/crypto/gc-hmac-sha1: Moved from ../.
7353         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
7354         * modules/crypto/gc-md2: Moved from ../.
7355         * modules/crypto/gc-md2-tests: Moved from ../.
7356         * modules/crypto/gc-md4: Moved from ../.
7357         * modules/crypto/gc-md4-tests: Moved from ../.
7358         * modules/crypto/gc-md5: Moved from ../.
7359         * modules/crypto/gc-md5-tests: Moved from ../.
7360         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
7361         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
7362         * modules/crypto/gc-random: Moved from ../.
7363         * modules/crypto/gc-rijndael: Moved from ../.
7364         * modules/crypto/gc-rijndael-tests: Moved from ../.
7365         * modules/crypto/gc-sha1: Moved from ../.
7366         * modules/crypto/gc-sha1-tests: Moved from ../.
7367         * modules/crypto/gc-tests: Moved from ../.
7368         * modules/crypto/hmac-md5: Moved from ../.
7369         * modules/crypto/hmac-md5-tests: Moved from ../.
7370         * modules/crypto/hmac-sha1: Moved from ../.
7371         * modules/crypto/hmac-sha1-tests: Moved from ../.
7372         * modules/crypto/md2: Moved from ../.
7373         * modules/crypto/md2-tests: Moved from ../.
7374         * modules/crypto/md4: Moved from ../.
7375         * modules/crypto/md4-tests: Moved from ../.
7376         * modules/crypto/md5: Moved from ../.
7377         * modules/crypto/md5-tests: Moved from ../.
7378         * modules/crypto/memxor: Moved from ../.
7379         * modules/crypto/rijndael: Moved from ../.
7380         * modules/crypto/rijndael-tests: Moved from ../.
7381         * modules/crypto/sha1: Moved from ../.
7382
7383 2007-03-30  James Youngman  <jay@gnu.org>
7384
7385         * tests/test-stat-time.c (prepare_test): use chmod() rather than
7386         rename() to change the ctime of a file (because ctime is unaffected
7387         by rename on jfs2 on AIX 5.1).
7388         (main): Start by doing cleanup, in case a previous run failed leaving
7389         test files behind.
7390
7391 2007-03-31  Bruno Haible  <bruno@clisp.org>
7392
7393         Support old proprietary implementations of iconv.
7394         * modules/iconv_open: New file.
7395         * lib/iconv_.h: New file.
7396         * m4/iconv_h.m4: New file.
7397         * lib/iconv_open.c: New file.
7398         * lib/iconv_open-aix.gperf: New file.
7399         * lib/iconv_open-hpux.gperf: New file.
7400         * lib/iconv_open-irix.gperf: New file.
7401         * lib/iconv_open-osf.gperf: New file.
7402         * m4/iconv_open.m4: New file.
7403         * modules/linebreak (Depends-on): Add iconv_open.
7404         * modules/striconv (Depends-on): Likewise.
7405         * modules/striconveh (Depends-on): Likewise.
7406         * modules/unicodeio (Depends-on): Likewise.
7407         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
7408         (iconv_t)(-1).
7409         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
7410         conversion if cd is (iconv_t)(-1).
7411         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
7412         is not possible.
7413
7414 2007-03-31  Bruno Haible  <bruno@clisp.org>
7415
7416         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
7417         work on Solaris either. Protect also second use of "autodetect_jp".
7418
7419 2007-03-31  Bruno Haible  <bruno@clisp.org>
7420
7421         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
7422         the function is not present.
7423
7424 2007-03-31  Bruno Haible  <bruno@clisp.org>
7425
7426         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
7427         the function is not present.
7428
7429 2007-03-31  Bruno Haible  <bruno@clisp.org>
7430
7431         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
7432         a bug in HP-UX iconv_open().
7433
7434 2007-03-31  Bruno Haible  <bruno@clisp.org>
7435
7436         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
7437         (Mathematics <math.h>): New section, add fpieee.
7438         (Input/output <stdio.h>): Add fseterr.
7439         (Mathematics <math.h>): New section, add printf-frexp.
7440         (Container data structures): Add sublist.
7441         (Core language properties): Add fpucw, inline.
7442         (Functions for greatest-width integer types <inttypes.h>): Add
7443         imaxabs, imaxdiv, inttypes.
7444         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
7445         isnanl-nolibm, ldexp.
7446         (Mathematics <math.h>): New section, add printf-frexpl.
7447         (Support for systems lacking POSIX:2001): Add fprintf-posix,
7448         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
7449         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
7450         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
7451         (Unicode string functions): Add unistr/u*-mbtoucr.
7452         (Java): Add javacomp-script, javaexec-script.
7453         (C#): Add csharpcomp-script, csharpexec-script.
7454         (Support for building libraries and executables): Add havelib,
7455         relocatable-*.
7456         (Support for maintaining and releasing projects): Renamed from
7457         'Support for maintaining and release projects'. Add announce-gen.
7458
7459 2007-03-31  Bruno Haible  <bruno@clisp.org>
7460
7461         * README: Talk primarily about git.
7462         (git and CVS): Renamed from CVS.
7463         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
7464         gnulib is available through git.
7465         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
7466
7467 2007-03-30  Bruno Haible  <bruno@clisp.org>
7468
7469         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
7470         * lib/poll_.h: Likewise.
7471         * lib/stat_.h: Likewise.
7472         * lib/sys_time_.h: Likewise.
7473         * lib/sysexit_.h: Likewise.
7474         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
7475         * lib/stdbool_.h: Likewise.
7476         * lib/byteswap_.h: Add double-inclusion guard.
7477
7478 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
7479
7480         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
7481
7482 2007-03-30  Karl Berry  <karl@gnu.org>
7483
7484         * config/srclist-update: double space after USA in the license
7485         substitution, since that's how it's usually (?) written.
7486
7487 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
7488
7489         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
7490         reported by Bruno Haible.
7491
7492 2007-03-29  Bruno Haible  <bruno@clisp.org>
7493
7494         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
7495         a bug in AIX iconv().
7496
7497 2007-03-29  Bruno Haible  <bruno@clisp.org>
7498
7499         * modules/ldexpl-tests: New file.
7500         * tests/test-ldexpl.c: New file.
7501
7502 2007-03-29  Bruno Haible  <bruno@clisp.org>
7503
7504         * lib/ldexpl.c: Include fpucw.h.
7505         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
7506         multiplication.
7507         * modules/ldexpl (Depends-on): Add fpucw.
7508
7509 2007-03-29  Bruno Haible  <bruno@clisp.org>
7510
7511         * modules/ldexpl: New file.
7512         * m4/ldexpl.m4: New file.
7513         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
7514         set.
7515         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
7516         REPLACE_LDEXPL.
7517         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
7518         REPLACE_LDEXPL.
7519         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
7520         gl_FUNC_LDEXPL_WORKS.
7521         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
7522         * modules/mathl (Files): Remove lib/ldexpl.c.
7523         (Depends-on): Add ldexpl.
7524
7525 2007-03-29  Bruno Haible  <bruno@clisp.org>
7526
7527         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
7528
7529 2007-03-29  Bruno Haible  <bruno@clisp.org>
7530
7531         * tests/test-striconveh.c (main): Don't assume that a direct conversion
7532         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
7533         and possibly also HP-UX.
7534         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
7535         work on AIX, IRIX, HP-UX, OSF/1.
7536         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
7537         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
7538         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
7539         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
7540         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
7541         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
7542
7543 2007-03-29  Bruno Haible  <bruno@clisp.org>
7544
7545         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
7546
7547 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
7548
7549         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
7550         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
7551
7552 2007-03-29  Eric Blake  <ebb9@byu.net>
7553
7554         * lib/acl-internal.h: Remove redundant include.
7555         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
7556         Cygwin when a file is locked.
7557
7558 2007-03-29  Bruno Haible  <bruno@clisp.org>
7559
7560         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
7561         file.
7562         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
7563
7564 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
7565
7566         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
7567         try to remove a parent directory if the child couldn't be removed
7568         (except for the first rmdir, which could fail because the child
7569         doesn't exist).  Problem reported by Jeff Blaine in
7570         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
7571
7572 2007-03-28  Bruno Haible  <bruno@clisp.org>
7573
7574         * lib/striconveh.c (utf8conv_carefully): New function.
7575         (mem_cd_iconveh_internal): Invoke it.
7576
7577 2007-03-28  Bruno Haible  <bruno@clisp.org>
7578
7579         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
7580         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
7581         input.
7582         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
7583         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
7584         unistr/u8-uctomb.
7585
7586 2007-03-28  Bruno Haible  <bruno@clisp.org>
7587
7588         * modules/unistr/u8-mbtoucr: New file.
7589         * lib/unistr/u8-mbtoucr.c: New file.
7590         * modules/unistr/u16-mbtoucr: New file.
7591         * lib/unistr/u16-mbtoucr.c: New file.
7592         * modules/unistr/u16-mbtoucr: New file.
7593         * lib/unistr/u16-mbtoucr.c: New file.
7594         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
7595
7596 2007-03-27  Simon Josefsson  <simon@josefsson.org>
7597             Bruno Haible  <bruno@clisp.org>
7598
7599         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
7600         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
7601         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
7602
7603         * m4/stdio_h.m4: Add stubs for vasprintf too.
7604
7605         * modules/stdio: Support vasprintf in sed command.
7606
7607         * modules/vasprintf: Depend on stdio for prototypes.  Remove
7608         vasprintf.h.  Add stdio module indicator.
7609
7610         * lib/stdio_.h: Declare asprintf and vasprintf, based on
7611         vasprintf.h.
7612
7613         * lib/vasprintf.h: File removed.
7614
7615         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
7616         * lib/vasprintf.c: Ditto.
7617         * lib/xvasprintf.c: Ditto.
7618         * tests/test-vasprintf-posix.c: Ditto.
7619         * tests/test-vasprintf.c: Ditto.
7620
7621 2007-03-27  Bruno Haible  <bruno@clisp.org>
7622
7623         Make vasnprintf multithread-safe.
7624         * lib/vasnprintf.c (decimal_point_char): New function.
7625         (VASNPRINTF): Use it.
7626         Suggested by Simon Josefsson.
7627
7628 2007-03-27  Eric Blake  <ebb9@byu.net>
7629
7630         Support sub-second birthtime on cygwin.
7631         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
7632         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
7633         (get_stat_birthtime): Also work with st_birthtim.
7634
7635 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
7636
7637         * lib/stat-time.h (USE_BIRTHTIME): Remove.
7638         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
7639         (get_stat_birthtime_ns): Do not try to use "spare" fields.
7640         (get_stat_birthtime_ns): Simplify compile-time tests.
7641         (get_stat_birthtime): Change the API to look like
7642         get_stat_mtime etc., except return a negative tv_nsec on error.
7643         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
7644         Don't check for "spare" fields.
7645         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
7646         or for struct stat.st_birthtime, as these tests aren't used.
7647         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
7648
7649 2007-03-27  Bruno Haible  <bruno@clisp.org>
7650
7651         * lib/stat-time.h: Include <sys/stat.h>.
7652
7653 2007-03-27  James Youngman  <jay@gnu.org>
7654
7655         * lib/stat-time.h (get_stat_birthtime): New function for
7656           retrieving st_birthtime as provided by UFS2 (hence *BSD).
7657         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
7658           and its variants.
7659         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
7660         * modules/stat-time-test: New file.
7661         * tests/test-stat-time.c: New test, devised by Bruno Haible.
7662
7663 2007-03-26  Bruno Haible  <bruno@clisp.org>
7664
7665         Better support of signalling NaNs.
7666         * lib/atanl.c: Include isnanl.h.
7667         (atanl): Perform test for NaN at the beginning of the function and
7668         through a call to isnanl.
7669         * lib/cosl.c: Include isnanl.h.
7670         (cosl): Perform test for NaN at the beginning of the function and
7671         through a call to isnanl.
7672         * lib/ldexpl.c: Include isnanl.h.
7673         (ldexpl): Perform test for NaN through a call to isnanl.
7674         * lib/logl.c: Include isnanl.h.
7675         (logl): Perform test for NaN at the beginning of the function and
7676         through a call to isnanl.
7677         * lib/sinl.c: Include isnanl.h.
7678         (sinl): Perform test for NaN at the beginning of the function and
7679         through a call to isnanl.
7680         * lib/sqrtl.c: Include isnanl.h.
7681         (sqrtl): Perform test for NaN at the beginning of the function and
7682         through a call to isnanl.
7683         * lib/tanl.c: Include isnanl.h.
7684         (tanl): Perform test for NaN at the beginning of the function and
7685         through a call to isnanl.
7686         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
7687         * modules/mathl (Depends-on): Add isnanl.
7688
7689 2007-03-26  Eric Blake  <ebb9@byu.net>
7690
7691         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
7692         regression in logic sense of previous patch.
7693
7694 2007-03-26  Bruno Haible  <bruno@clisp.org>
7695
7696         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
7697         unportable shell command "if ! ...".
7698         Reported by Ralf Wildenhues.
7699
7700 2007-03-25  Bruno Haible  <bruno@clisp.org>
7701
7702         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
7703         <sysexits.h> file, and only add EX_CONFIG.
7704         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
7705         absolute file name and whether it is sufficient. Substitute also
7706         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
7707         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
7708         ABSOLUTE_SYSEXITS_H into sysexits.h.
7709
7710 2007-03-25  Bruno Haible  <bruno@clisp.org>
7711
7712         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
7713         hints is NULL.
7714
7715 2007-03-25  Bruno Haible  <bruno@clisp.org>
7716
7717         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
7718         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
7719
7720 2007-03-25  Bruno Haible  <bruno@clisp.org>
7721
7722         * lib/vasnprintf.c: Include langinfo.h.
7723         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
7724         multithread-safe.
7725         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
7726         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
7727         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7728         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7729         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7730         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7731         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7732         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
7733         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7734         Reported by Simon Josefsson.
7735
7736 2007-03-25  Bruno Haible  <bruno@clisp.org>
7737
7738         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
7739         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
7740         * modules/vasnprintf (Depends-on): Add stdint.
7741
7742 2007-03-25  Bruno Haible  <bruno@clisp.org>
7743
7744         * modules/fpieee: New file.
7745         * m4/fpieee.m4: New file.
7746         * modules/isnan-nolibm (Depends-on): Add fpieee.
7747         * modules/isnanl-nolibm (Depends-on): Add fpieee.
7748         * modules/isnanl (Depends-on): Add fpieee.
7749
7750 2007-03-25  Bruno Haible  <bruno@clisp.org>
7751
7752         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
7753
7754 2007-03-25  Bruno Haible  <bruno@clisp.org>
7755
7756         Avoid test failures on IRIX 6.5.
7757         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
7758         (main): Use it.
7759         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
7760         macros.
7761         (main): Use them.
7762
7763 2007-03-25  Bruno Haible  <bruno@clisp.org>
7764
7765         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
7766         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
7767         exists but doesn't work.
7768         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
7769         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
7770         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
7771         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
7772
7773 2007-03-25  Bruno Haible  <bruno@clisp.org>
7774
7775         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
7776         returns inf. Needed on IRIX 6.5.
7777
7778 2007-03-25  Bruno Haible  <bruno@clisp.org>
7779
7780         * tests/test-frexpl.c: Include isnanl-nolibm.h.
7781         (main): Use isnanl instead of x != x idiom.
7782         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
7783
7784         * tests/test-frexp.c: Include isnan.h.
7785         (main): Use isnan instead of x != x idiom.
7786         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
7787
7788 2007-03-25  Bruno Haible  <bruno@clisp.org>
7789
7790         * tests/test-frexp.c (NaN): New function/macro.
7791         (main): Use it instead of 0.0 / 0.0.
7792         * tests/test-isnan.c (NaN): New function/macro.
7793         (main): Use it instead of 0.0 / 0.0.
7794         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
7795         (test_function): Use it instead of 0.0 / 0.0.
7796         * tests/test-vasprintf-posix.c (NaN): New function/macro.
7797         (test_function): Use it instead of 0.0 / 0.0.
7798         * tests/test-snprintf-posix.h (NaN): New function/macro.
7799         (test_function): Use it instead of 0.0 / 0.0.
7800         * tests/test-sprintf-posix.h (NaN): New function/macro.
7801         (test_function): Use it instead of 0.0 / 0.0.
7802         * tests/test-fprintf-posix.h (NaN): New function/macro.
7803         (test_function): Use it instead of 0.0 / 0.0.
7804         * tests/test-printf-posix.h (NaN): New function/macro.
7805         (test_function): Use it instead of 0.0 / 0.0.
7806
7807         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
7808
7809 2007-03-25  Bruno Haible  <bruno@clisp.org>
7810
7811         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
7812
7813 2007-03-25  Bruno Haible  <bruno@clisp.org>
7814
7815         * lib/regexec.c (merge_state_with_log): Make static.
7816
7817 2007-03-25  Bruno Haible  <bruno@clisp.org>
7818
7819         * lib/trigl.c (kernel_rem_pio2): Make static.
7820
7821 2007-03-25  Bruno Haible  <bruno@clisp.org>
7822
7823         * lib/sincosl.c (sincosl_table): Make static.
7824
7825 2007-03-25  Bruno Haible  <bruno@clisp.org>
7826
7827         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
7828         if the compiler does not support C99.
7829
7830 2007-03-25  Bruno Haible  <bruno@clisp.org>
7831
7832         * modules/time (Makefile.am): Ensure all rule action lines start with a
7833         tab.
7834
7835 2007-03-24  Bruno Haible  <bruno@clisp.org>
7836
7837         * modules/tsearch-tests: New file.
7838         * tests/test-tsearch.sh: New file.
7839         * tests/test-tsearch.c: New file, mostly copied from glibc.
7840
7841         * modules/search-tests: New file.
7842         * tests/test-search.c: New file.
7843
7844         * modules/search: New file.
7845         * lib/search_.h: New file, incorporating lib/tsearch.h.
7846         * m4/search_h.m4: New file.
7847         * lib/tsearch.h: Remove file.
7848         * lib/tsearch.c: Include search.h instead of tsearch.h.
7849         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
7850         HAVE_TSEARCH.
7851         * modules/tsearch (Files): Remove lib/tsearch.h.
7852         (Depends-on): Add search.
7853         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
7854         (Include): Change tsearch.h into search.h.
7855
7856 2007-03-24  Bruno Haible  <bruno@clisp.org>
7857
7858         * modules/fpucw: New file.
7859         * lib/fpucw.h: New file.
7860         * lib/frexp.c: Include fpucw.h.
7861         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
7862         (FUNC): Use them.
7863         * lib/printf-frexp.c: Include fpucw.h.
7864         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
7865         (FUNC): Use them.
7866         * lib/vasnprintf.c: Include fpucw.h.
7867         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
7868         'long double' calculations.
7869         * tests/test-frexpl.c: Include fpucw.h.
7870         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
7871         * tests/test-printf-frexpl.c: Include fpucw.h.
7872         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
7873         * modules/frexpl (Depends-on): Add fpucw.
7874         * modules/printf-frexpl (Depends-on): Likewise.
7875         * modules/fprintf-posix (Depends-on): Likewise.
7876         * modules/snprintf-posix (Depends-on): Likewise.
7877         * modules/sprintf-posix (Depends-on): Likewise.
7878         * modules/vasnprintf-posix (Depends-on): Likewise.
7879         * modules/vasprintf-posix (Depends-on): Likewise.
7880         * modules/vfprintf-posix (Depends-on): Likewise.
7881         * modules/vsnprintf-posix (Depends-on): Likewise.
7882         * modules/vsprintf-posix (Depends-on): Likewise.
7883         * modules/frexpl-tests (Depends-on): Likewise.
7884         * modules/printf-frexpl-tests (Depends-on): Likewise.
7885
7886 2007-03-24  Bruno Haible  <bruno@clisp.org>
7887
7888         * lib/float+.h: New file.
7889         * lib/isnan.c: Include float+.h.
7890         (SIZE): New macro.
7891         (FUNC): Compare only SIZE bytes of the value.
7892         * lib/vasnprintf.c: Include float+.h.
7893         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
7894         SIZEOF_LDBL or SIZEOF_DBL bytes.
7895         * modules/isnan-nolibm (Files): Add lib/float+.h.
7896         * modules/isnanl-nolibm (Files): Add lib/float+.h.
7897         * modules/isnanl (Files): Add lib/float+.h.
7898         * modules/vasnprintf (Files): Add lib/float+.h.
7899
7900 2007-03-24  Bruno Haible  <bruno@clisp.org>
7901
7902         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
7903         include isnanl-nolibm.h.
7904
7905 2007-03-24  Bruno Haible  <bruno@clisp.org>
7906
7907         * tests/test-read-file.c (main): Don't produce spurious output for
7908         expected situations. Make the test fail if it encountered unexpected
7909         results.
7910
7911 2007-03-24  Bruno Haible  <bruno@clisp.org>
7912
7913         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
7914         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
7915
7916 2007-03-24  Bruno Haible  <bruno@clisp.org>
7917
7918         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
7919
7920 2007-03-24  Bruno Haible  <bruno@clisp.org>
7921
7922         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
7923         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
7924
7925         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
7926         * modules/utf8-ucs4: Turn into a symbolic link to module
7927         unistr/u8-mbtouc.
7928
7929         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
7930         utf8-ucs4-unsafe.
7931         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
7932         unistr/u8-mbtouc-unsafe.
7933
7934         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
7935         * modules/utf16-ucs4: Turn into a symbolic link to module
7936         unistr/u16-mbtouc.
7937
7938         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
7939         utf16-ucs4-unsafe.
7940         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
7941         unistr/u16-mbtouc-unsafe.
7942
7943         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
7944         * modules/ucs4-utf8: Turn into a symbolic link to module
7945         unistr/u8-ubtomb.
7946
7947         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
7948         * modules/ucs4-utf16: Turn into a symbolic link to module
7949         unistr/u16-ubtomb.
7950
7951 2007-03-24  Bruno Haible  <bruno@clisp.org>
7952
7953         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
7954         Enable the function only if HAVE_INLINE.
7955         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
7956         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
7957         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
7958         Enable the function only if HAVE_INLINE.
7959         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
7960         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
7961         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
7962         Enable the function only if HAVE_INLINE.
7963         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
7964         Enable the function only if HAVE_INLINE.
7965         * modules/utf8-ucs4: Update.
7966         * modules/utf8-ucs4-unsafe: Update.
7967         * modules/utf16-ucs4: Update.
7968         * modules/utf16-ucs4-unsafe: Update.
7969         * modules/ucs4-utf8: Update.
7970         * modules/ucs4-utf16: Update.
7971
7972 2007-03-24  Bruno Haible  <bruno@clisp.org>
7973
7974         * lib/utf8-ucs4.h: Remove file.
7975         * lib/utf8-ucs4-unsafe.h: Remove file.
7976         * lib/utf16-ucs4.h: Remove file.
7977         * lib/utf16-ucs4-unsafe.h: Remove file.
7978         * lib/ucs4-utf8.h: Remove file.
7979         * lib/ucs4-utf16.h: Remove file.
7980         * lib/unistr.h: Include their previous contents.
7981         * m4/utf-ucs4.m4: Remove file.
7982         * m4/ucs4-utf.m4: Remove file.
7983         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
7984         (Depends-on): Add unistr/base.
7985         (configure.ac): Remove gl_UTF_UCS4.
7986         (Makefile.am): Update.
7987         (Include): Change to unistr.h.
7988         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
7989         (Depends-on): Add unistr/base.
7990         (configure.ac): Remove gl_UTF_UCS4.
7991         (Makefile.am): Update.
7992         (Include): Change to unistr.h.
7993         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
7994         (Depends-on): Add unistr/base.
7995         (configure.ac): Remove gl_UTF_UCS4.
7996         (Makefile.am): Update.
7997         (Include): Change to unistr.h.
7998         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
7999         (Depends-on): Add unistr/base.
8000         (configure.ac): Remove gl_UTF_UCS4.
8001         (Makefile.am): Update.
8002         (Include): Change to unistr.h.
8003         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
8004         (Depends-on): Add unistr/base.
8005         (configure.ac): Remove gl_UCS4_UTF.
8006         (Makefile.am): Update.
8007         (Include): Change to unistr.h.
8008         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
8009         (Depends-on): Add unistr/base.
8010         (configure.ac): Remove gl_UCS4_UTF.
8011         (Makefile.am): Update.
8012         (Include): Change to unistr.h.
8013         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
8014         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
8015         utf8-ucs4-unsafe.h.
8016         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
8017         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
8018         utf16-ucs4-unsafe.h.
8019         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
8020         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
8021         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
8022         * lib/unistr/u8-strchr.c: Likewise.
8023         * lib/unistr/u8-strrchr.c: Likewise.
8024         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
8025         * lib/unistr/u16-strchr.c: Likewise.
8026         * lib/unistr/u16-strrchr.c: Likewise.
8027         * lib/striconveh.c: Update.
8028         * lib/linebreak.c: Update.
8029
8030 2007-03-24  Bruno Haible  <bruno@clisp.org>
8031
8032         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
8033         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
8034
8035 2007-03-22  Bruno Haible  <bruno@clisp.org>
8036
8037         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
8038
8039 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
8040
8041         * MODULES.html.sh (File system functions): New module write-any-file.
8042         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
8043         * m4/write-any-file.m4: New files.
8044
8045 2007-03-23  Eric Blake  <ebb9@byu.net>
8046
8047         * gnulib-tool: Rearrange space-tab sequences, since some editors
8048         like to eat them.
8049
8050 2007-03-23  Eric Blake  <ebb9@byu.net>
8051
8052         * lib/version-etc.c (version_etc_va): Update license wording to
8053         be more concise.  Recommended by Richard Stallman.
8054
8055 2007-03-22  Bruno Haible  <bruno@clisp.org>
8056
8057         * lib/poll.c (MSG_PEEK): New fallback definition.
8058
8059 2007-03-22  Bruno Haible  <bruno@clisp.org>
8060
8061         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
8062         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
8063         (main): Update.
8064         Fixes a compilation error on BeOS.
8065
8066 2007-03-22  Bruno Haible  <bruno@clisp.org>
8067
8068         * modules/frexpl-tests: New file.
8069         * tests/test-frexpl.c: New file.
8070
8071         * modules/frexpl: New file.
8072         * m4/frexpl.m4: New file.
8073         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
8074         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
8075         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
8076         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
8077         (Depends-on): Add frexpl. Remove isnanl-nolibm.
8078         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
8079
8080 2007-03-22  Bruno Haible  <bruno@clisp.org>
8081
8082         * lib/frexpl.c: Share code with lib/frexp.c.
8083         * modules/mathl (Files): Add lib/frexp.c.
8084         (Depends-on): Add isnanl-nolibm.
8085
8086 2007-03-22  Bruno Haible  <bruno@clisp.org>
8087
8088         * modules/printf-frexp (Files): Add m4/frexp.m4.
8089         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
8090         only if the found frexp function actually works.
8091
8092 2007-03-22  Bruno Haible  <bruno@clisp.org>
8093
8094         * lib/frexp.c: Remove older implementation that uses divisions.
8095
8096 2007-03-21  Bruno Haible  <bruno@clisp.org>
8097
8098         * modules/frexp-tests: New file.
8099         * tests/test-frexp.c: New file.
8100
8101         * modules/frexp: New file.
8102         * lib/frexp.c: New file.
8103         * m4/frexp.m4: New file.
8104         * lib/math_.h (frexp): New declaration.
8105         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
8106         REPLACE_FREXP.
8107         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
8108
8109 2007-03-21  Bruno Haible  <bruno@clisp.org>
8110
8111         * modules/isnanl-tests: New file.
8112         * tests/test-isnanl.c: New file.
8113
8114         * modules/isnanl: New file.
8115         * lib/isnanl.h: New file.
8116         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
8117         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
8118         gl_FUNC_ISNANL_WORKS.
8119         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
8120         New macros.
8121
8122 2007-03-21  Bruno Haible  <bruno@clisp.org>
8123
8124         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
8125         lib/isnanl.h.
8126         (Include): Update.
8127         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
8128         * lib/vasnprintf.c: Update.
8129         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
8130         tests/test-isnanl.h, remove tests/test-isnanl.c.
8131         (Makefile.am): Update.
8132         * tests/test-isnanl-nolibm.c: New file.
8133         * tests/test-isnanl.h: New file.
8134         * tests/test-isnanl.c: Remove file.
8135
8136 2007-03-21  Jim Meyering  <jim@meyering.net>
8137
8138         When trying to open ".", treat ESTALE like EACCES.
8139         * lib/savewd.c (savewd_save): Resort to forking not just upon
8140         failure with EACCES, but also when errno is ESTALE.
8141
8142 2007-03-20  Bruno Haible  <bruno@clisp.org>
8143
8144         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
8145         Needed on AIX 5.1. Reported by Matthew Woehlke.
8146
8147 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
8148
8149         Suggestions by Bruno Haible:
8150         * lib/acl-internal.h: Include "gettext.h" rather than rolling
8151         our own.
8152         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
8153         * modules/acl (Depends-on): Add gettext.
8154
8155 2007-03-19  Bruno Haible  <bruno@clisp.org>
8156
8157         * modules/iconvme: Remove file.
8158         * lib/iconvme.h: Remove file.
8159         * lib/iconvme.c: Remove file.
8160         * m4/iconvme.m4: Remove file.
8161
8162 2007-03-19  Bruno Haible  <bruno@clisp.org>
8163
8164         * doc/relocatable-maint.texi: Break long shell script line.
8165         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
8166
8167 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
8168
8169         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
8170         handle file_has_acl.
8171         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
8172         * lib/acl.c: Move header inclusions and related macro defns into
8173         lib/acl-internal.h.
8174         (S_ISLNK): Remove defn, since that's now done for us.
8175         (file_has_acl): Move to lib/file-has-acl.c.
8176         Call acl_trivial if available.  This is the crucial part of the fix.
8177         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
8178         shared within the library.  Rewrite a bit, partly to make it compatible
8179         with the GNU coding style.
8180         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
8181         Remove unnecessary double-quotes.
8182         Don't test for acl_to_text; the build will catch that.
8183         Replace acl_entries if it doesn't exist and it is needed.
8184         Check for -lsec and acl_trivial (as used on Solaris 10).
8185         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
8186         lib/file-has-acl.c.
8187         (Depends-on): Add sys_stat, for S_ISLNK.
8188
8189 2007-03-19  Ben Pfaff  <blp@gnu.org>
8190
8191         * doc/gnulib.texi: Fix typos.
8192         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
8193
8194 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
8195
8196         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
8197         If size is zero here, buf must be zero.
8198
8199 2007-03-19  Simon Josefsson  <simon@josefsson.org>
8200
8201         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
8202         <bruno@clisp.org>.
8203
8204 2007-03-18  Bruno Haible  <bruno@clisp.org>
8205
8206         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
8207         Suggested by Eric Blake.
8208
8209 2007-03-18  Ben Pfaff  <blp@gnu.org>
8210
8211         * doc/relocatable.texi: Recommend using as prefix a directory
8212         that does not exist and will never be created.  Based on
8213         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
8214         and others.
8215
8216 2007-03-17  Bruno Haible  <bruno@clisp.org>
8217
8218         * lib/fchownat.c: Include lchown.h.
8219
8220 2007-03-17  Bruno Haible  <bruno@clisp.org>
8221
8222         Fix endless loop when the given allocated size was > INT_MAX.
8223         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
8224         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
8225         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
8226         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
8227         * lib/sprintf.c (sprintf): Likewise.
8228
8229 2007-03-17  Bruno Haible  <bruno@clisp.org>
8230
8231         * tests/test-argp-2.sh (func_compare): Output a context diff.
8232
8233 2007-03-17  Bruno Haible  <bruno@clisp.org>
8234
8235         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
8236         locale's decimal-point character.
8237
8238 2007-03-17  Bruno Haible  <bruno@clisp.org>
8239
8240         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
8241         before comparing it. Needed because on some platforms (e.g. x86) a
8242         'long double' occupies less bytes than sizeof (long double).
8243
8244 2007-03-17  Bruno Haible  <bruno@clisp.org>
8245
8246         * tests/test-crc.c (main): Make printf statements 64-bit clean.
8247         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
8248         * tests/test-getaddrinfo.c (simple): Likewise.
8249         * tests/test-read-file.c (main): Likewise.
8250
8251 2007-03-17  Bruno Haible  <bruno@clisp.org>
8252
8253         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
8254
8255 2007-03-17  Bruno Haible  <bruno@clisp.org>
8256
8257         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
8258         unused variable.
8259
8260 2007-03-17  Bruno Haible  <bruno@clisp.org>
8261
8262         * tests/test-c-strcasecmp.c: Include c-strcase.h.
8263         * tests/test-c-strncasecmp.c: Likewise.
8264
8265 2007-03-17  Bruno Haible  <bruno@clisp.org>
8266
8267         * modules/stdlib (Depends-on): Add unistd.
8268         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
8269         Needed for MacOS X 10.3.
8270
8271 2007-03-17  Bruno Haible  <bruno@clisp.org>
8272
8273         * lib/unistr/u-strdup.h: Include <stdlib.h>.
8274
8275 2007-03-17  Bruno Haible  <bruno@clisp.org>
8276
8277         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
8278
8279 2007-03-17  Bruno Haible  <bruno@clisp.org>
8280
8281         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
8282         to reflect files copied from gnulib (with or without modifications).
8283         Suggested by Jim Meyering.
8284
8285 2007-03-17  Eric Blake  <ebb9@byu.net>
8286
8287         * NEWS: Document stdlib change from 2007-02-18.
8288
8289 2007-03-17  Jim Meyering  <jim@meyering.net>
8290
8291         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
8292         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
8293         someone uses a name containing shell meta-characters.
8294         Reported by Alfred M. Szmidt.
8295
8296         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
8297
8298 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
8299
8300         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
8301         and copy gettext configuration files only if configure.ac contains
8302         a use of AM_GNU_GETTEXT_VERSION.
8303
8304 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
8305
8306         * build-aux/bootstrap (gnulib_name): New variable.
8307         (gnulib_tool_options): Use it.
8308
8309 2007-03-13  Simon Josefsson  <simon@josefsson.org>
8310
8311         * tests/test-des.c: Use new namespace.
8312
8313 2007-03-15  Bruno Haible  <bruno@clisp.org>
8314
8315         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
8316         Reported by James Youngman <jay@gnu.org>.
8317
8318 2007-03-15  Bruno Haible  <bruno@clisp.org>
8319
8320         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
8321         declared prototype. Needed with cc on OSF/1 5.1.
8322
8323 2007-03-15  Bruno Haible  <bruno@clisp.org>
8324
8325         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
8326         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
8327         (struct gl_list_implementation): Add dispose_fn argument to the
8328         'create_empty', 'create' methods.
8329         (struct gl_list_impl_base): Add field 'dispose_fn'.
8330         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
8331         argument.
8332         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
8333         dispose_fn argument.
8334         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
8335         dispose_fn on the dropped values.
8336         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
8337         dispose_fn argument.
8338         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
8339         dropped values.
8340         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
8341         (gl_tree_remove_node): Call dispose_fn on the dropped value.
8342         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
8343         (gl_tree_remove_node): Call dispose_fn on the dropped value.
8344         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
8345         argument.
8346         (gl_tree_list_free): Call dispose_fn on the dropped values.
8347         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
8348         the dropped values.
8349         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8350         Add dispose_fn argument.
8351         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
8352         Call dispose_fn on the dropped values.
8353         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
8354         Add dispose_fn argument.
8355         (gl_sublist_create): Initialize the 'dispose_fn' field.
8356         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
8357         * tests/test-array_list.c (main): Update.
8358         * tests/test-carray_list.c (main): Update.
8359         * tests/test-avltree_list.c (main): Update.
8360         * tests/test-rbtree_list.c (main): Update.
8361         * tests/test-avltreehash_list.c (main): Update.
8362         * tests/test-rbtreehash_list.c (main): Update.
8363         * tests/test-linked_list.c (main): Update.
8364         * tests/test-linkedhash_list.c (main): Update.
8365         * tests/test-array_oset.c (main): Update.
8366
8367 2007-03-15  Bruno Haible  <bruno@clisp.org>
8368
8369         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
8370         (gl_oset_create_empty): Add dispose_fn argument.
8371         (struct gl_oset_implementation): Add dispose_fn argument to
8372         'create_empty' method.
8373         (struct gl_oset_impl_base): Add dispose_fn field.
8374         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
8375         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
8376         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
8377         values.
8378         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
8379         (gl_tree_oset_free): Call dispose_fn on the dropped values.
8380         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
8381         dropped value.
8382         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
8383         dropped value.
8384         * tests/test-array_oset.c (main): Update.
8385         * tests/test-avltree_oset.c (main): Update.
8386         * tests/test-rbtree_oset.c (main): Update.
8387         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
8388
8389 2007-03-13  Bruno Haible  <bruno@clisp.org>
8390
8391         * tests/test-stdbool.c (i): Update after last patch.
8392
8393 2007-03-12  Bruno Haible  <bruno@clisp.org>
8394
8395         * lib/quotearg.c: Include <wctype.h> early, before the definition of
8396         the iswprint macro. Needed on Solaris 2.5.1.
8397
8398 2007-03-12  Bruno Haible  <bruno@clisp.org>
8399
8400         * tests/test-printf-frexp.c (main): Declare x as volatile.
8401
8402 2007-03-12  Simon Josefsson  <simon@josefsson.org>
8403
8404         * doc/gnulib.texi (Build robot for gnulib): New section.
8405
8406 2007-03-12  Jim Meyering  <jim@meyering.net>
8407
8408         * build-aux/bootstrap: New file.
8409         * build-aux/bootstrap.conf: New file, from coreutils.
8410
8411 2007-03-11  Bruno Haible  <bruno@clisp.org>
8412
8413         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
8414
8415 2007-03-12  Simon Josefsson  <simon@josefsson.org>
8416
8417         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
8418         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
8419         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
8420
8421 2007-03-11  Bruno Haible  <bruno@clisp.org>
8422
8423         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
8424         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
8425
8426 2007-03-11  Bruno Haible  <bruno@clisp.org>
8427
8428         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
8429         formula. Needed for SunPRO C 5.0.
8430
8431 2007-03-11  Bruno Haible  <bruno@clisp.org>
8432
8433         * modules/long-options (Depends-on): Add getopt.
8434
8435 2007-03-11  Bruno Haible  <bruno@clisp.org>
8436
8437         * modules/modechange (Depends-on): Add stdbool.
8438
8439 2007-03-11  Bruno Haible  <bruno@clisp.org>
8440
8441         * modules/i-ring (Depends-on): Add stdbool.
8442
8443 2007-03-11  Bruno Haible  <bruno@clisp.org>
8444
8445         * modules/gc-des (Depends-on): Add stdbool.
8446
8447 2007-03-11  Bruno Haible  <bruno@clisp.org>
8448
8449         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
8450
8451 2007-03-11  Bruno Haible  <bruno@clisp.org>
8452
8453         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
8454
8455 2007-03-11  Bruno Haible  <bruno@clisp.org>
8456
8457         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
8458
8459 2007-03-11  Bruno Haible  <bruno@clisp.org>
8460
8461         * lib/vasnprintf.c (sprintf): Undefine.
8462
8463 2007-03-11  Bruno Haible  <bruno@clisp.org>
8464
8465         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
8466         initializers in SunPRO C and Compaq C compilers.
8467
8468 2007-03-11  Bruno Haible  <bruno@clisp.org>
8469
8470         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
8471         decrementing code ANSI C compliant.
8472
8473 2007-03-11  Bruno Haible  <bruno@clisp.org>
8474
8475         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
8476         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
8477
8478 2007-03-11  Bruno Haible  <bruno@clisp.org>
8479
8480         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
8481         <stdbool.h> substitute doesn't pass.
8482
8483 2007-03-11  Bruno Haible  <bruno@clisp.org>
8484
8485         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
8486
8487 2007-03-11  Bruno Haible  <bruno@clisp.org>
8488
8489         * gnulib-tool (func_create_megatestdir): Create also an autobuild
8490         script, for submission to autobuild.josefsson.org.
8491
8492 2007-03-10  Bruno Haible  <bruno@clisp.org>
8493
8494         * modules/canonicalize-lgpl-tests: New file.
8495         * tests/test-canonicalize-lgpl.sh: New file.
8496         * tests/test-canonicalize-lgpl.c: New file.
8497
8498         * modules/c-strcase-tests: New file.
8499         * tests/test-c-strcase.sh: New file.
8500         * tests/test-c-strcasecmp.c: New file.
8501         * tests/test-c-strncasecmp.c: New file.
8502
8503         * modules/atexit-tests: New file.
8504         * tests/test-atexit.sh: New file.
8505         * tests/test-atexit.c: New file.
8506
8507 2007-03-10  Bruno Haible  <bruno@clisp.org>
8508
8509         * tests/test-binary-io.sh: Use temporary filenames that are not so
8510         likely to clash with those of other tests (in a parallel make).
8511         * tests/test-binary-io.c: Likewise.
8512
8513 2007-03-10  Bruno Haible  <bruno@clisp.org>
8514
8515         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
8516         fallback; use #error instead.
8517         Suggested by Simon Josefsson.
8518
8519 2007-03-10  Bruno Haible  <bruno@clisp.org>
8520
8521         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
8522         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
8523         first and the last.
8524
8525 2007-03-10  Bruno Haible  <bruno@clisp.org>
8526
8527         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
8528
8529 2007-03-10  Bruno Haible  <bruno@clisp.org>
8530
8531         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
8532         "make distcheck".
8533         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
8534         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
8535         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
8536
8537 2007-03-10  Bruno Haible  <bruno@clisp.org>
8538
8539         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
8540         variable.
8541         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
8542         variable.
8543
8544 2007-03-09  Eric Blake  <ebb9@byu.net>
8545         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
8546
8547         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
8548         types are not being provided by gnulib.
8549         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
8550         types are supported.
8551
8552 2007-03-10  Bruno Haible  <bruno@clisp.org>
8553
8554         * lib/stdio_.h (__attribute__): New macro.
8555         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
8556         vsprintf): Specify __attribute__ __format__ for GCC.
8557         Suggested by Eric Blake.
8558
8559 2007-03-09  Bruno Haible  <bruno@clisp.org>
8560
8561         * modules/printf-posix-tests: New file.
8562         * tests/test-printf-posix.sh: New file.
8563         * tests/test-printf-posix.c: New file.
8564
8565         * modules/printf-posix: New file.
8566         * lib/printf.c: New file.
8567         * m4/printf-posix-rpl.m4: New file.
8568         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
8569         REPLACE_PRINTF.
8570         * lib/stdio_.h (printf): New declaration.
8571         (format, __format__, ____printf____, ____scanf____, ____strftime____,
8572         ____strfmon____): New macros.
8573         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
8574         REPLACE_PRINTF.
8575
8576 2007-03-09  Bruno Haible  <bruno@clisp.org>
8577
8578         * tests/test-vasnprintf-posix2.sh: New file.
8579         * tests/test-vasnprintf-posix2.c: New file.
8580         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
8581         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
8582         (Makefile.am): Activate test-vasnprintf-posix2.sh.
8583
8584         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
8585         a locale dependent decimal point, rather than always '.'.
8586
8587 2007-03-09  Eric Blake  <ebb9@byu.net>
8588
8589         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
8590         spite of platforms like Tandem/NSK that define it to -1.
8591
8592 2007-03-08  Bruno Haible  <bruno@clisp.org>
8593
8594         * modules/vprintf-posix-tests: New file.
8595         * tests/test-vprintf-posix.sh: New file.
8596         * tests/test-vprintf-posix.c: New file.
8597         * tests/test-printf-posix.h: New file.
8598
8599         * modules/vprintf-posix: New file.
8600         * lib/vprintf.c: New file.
8601         * m4/vprintf-posix.m4: New file.
8602         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
8603         REPLACE_VPRINTF.
8604         * lib/stdio_.h (vprintf): New declaration.
8605         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
8606         REPLACE_VPRINTF.
8607
8608 2007-03-08  Bruno Haible  <bruno@clisp.org>
8609
8610         * modules/fprintf-posix-tests: New file.
8611         * tests/test-fprintf-posix.sh: New file.
8612         * tests/test-fprintf-posix.c: New file.
8613
8614         * modules/fprintf-posix: New file.
8615         * lib/fprintf.c: New file.
8616         * m4/fprintf-posix.m4: New file.
8617         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
8618         REPLACE_FPRINTF.
8619         * lib/stdio_.h (fprintf): New declaration.
8620         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
8621         REPLACE_FPRINTF.
8622
8623 2007-03-08  Bruno Haible  <bruno@clisp.org>
8624
8625         * modules/vfprintf-posix-tests: New file.
8626         * tests/test-vfprintf-posix.sh: New file.
8627         * tests/test-vfprintf-posix.c: New file.
8628         * tests/test-fprintf-posix.h: New file.
8629         * tests/test-fprintf-posix.out: New file.
8630
8631         * modules/vfprintf-posix: New file.
8632         * lib/vfprintf.c: New file.
8633         * m4/vfprintf-posix.m4: New file.
8634         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
8635         REPLACE_VFPRINTF.
8636         * lib/stdio_.h (vfprintf): New declaration.
8637         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
8638         REPLACE_VFPRINTF.
8639
8640 2007-03-08  Bruno Haible  <bruno@clisp.org>
8641
8642         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
8643
8644 2007-03-08  Bruno Haible  <bruno@clisp.org>
8645
8646         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
8647         instead of 'expr' invocations.
8648         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8649         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8650         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8651         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8652         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8653         Suggested by Paul Eggert.
8654
8655 2007-03-08  Bruno Haible  <bruno@clisp.org>
8656
8657         * modules/fseterr-tests: New file.
8658         * tests/test-fseterr.c: New file.
8659
8660         * modules/fseterr: New file.
8661         * lib/fseterr.h: New file.
8662         * lib/fseterr.c: New file.
8663
8664 2007-03-08  Bruno Haible  <bruno@clisp.org>
8665
8666         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
8667         * lib/getopt_.h: Likewise.
8668         * lib/mbswidth.h: Likewise.
8669         * lib/setenv.h: Likewise.
8670         * lib/vasnprintf.h: Likewise.
8671         * lib/vasprintf.h: Likewise.
8672         * lib/verror.h: Likewise.
8673         * lib/xsetenv.h: Likewise.
8674         * lib/xvasprintf.h: Likewise.
8675
8676 2007-03-08  Jim Meyering  <jim@meyering.net>
8677
8678         * users.txt: Add parted.
8679
8680         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
8681
8682 2007-03-07  Bruno Haible  <bruno@clisp.org>
8683
8684         * m4/printf.m4: Make the shell script snippets copy&pastable.
8685
8686 2007-03-02  Bruno Haible  <bruno@clisp.org>
8687
8688         * lib/netinet_in_.h: New file.
8689         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
8690         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
8691         * modules/netinet_in (Files): Add lib/netinet_in_.h.
8692         (Depends-on): Add absolute-header.
8693         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
8694         into netinet/in.h.
8695
8696 2007-03-03  Bruno Haible  <bruno@clisp.org>
8697
8698         * lib/sys_select_.h: New file.
8699         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
8700         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
8701         * modules/sys_select (Files): Add lib/sys_select_.h.
8702         (Depends-on): Add absolute-header.
8703         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
8704         into sys/select.h.
8705
8706 2007-03-02  Bruno Haible  <bruno@clisp.org>
8707
8708         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
8709         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
8710         values.
8711         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
8712         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
8713         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
8714         * modules/sys_socket (Depends-on): Add absolute-header.
8715         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
8716         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
8717         (Include): Remove requirement of inclusion of <sys/types.h>.
8718
8719 2007-03-02  Bruno Haible  <bruno@clisp.org>
8720
8721         * lib/byteswap_.h (bswap_32): Fix formula.
8722
8723 2007-03-06  Bruno Haible  <bruno@clisp.org>
8724
8725         * modules/sprintf-posix-tests: New file.
8726         * tests/test-sprintf-posix.c: New file.
8727
8728         * modules/sprintf-posix: New file.
8729         * lib/sprintf.c: New file.
8730         * m4/sprintf-posix.m4: New file.
8731         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
8732         REPLACE_SPRINTF.
8733         * lib/stdio_.h (sprintf): New declaration.
8734         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
8735         REPLACE_SPRINTF.
8736
8737 2007-03-06  Bruno Haible  <bruno@clisp.org>
8738
8739         * modules/vsprintf-posix-tests: New file.
8740         * tests/test-vsprintf-posix.c: New file.
8741         * tests/test-sprintf-posix.h: New file.
8742
8743         * modules/vsprintf-posix: New file.
8744         * lib/vsprintf.c: New file.
8745         * m4/vsprintf-posix.m4: New file.
8746         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
8747         REPLACE_VSPRINTF.
8748         * lib/stdio_.h (vsprintf): New declaration.
8749         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
8750         REPLACE_VSPRINTF.
8751
8752 2007-03-06  Bruno Haible  <bruno@clisp.org>
8753
8754         * modules/vsnprintf (Depend-on): Remove minmax.
8755
8756 2007-03-06  Bruno Haible  <bruno@clisp.org>
8757
8758         * modules/snprintf-posix-tests: New file.
8759         * tests/test-snprintf-posix.c: New file.
8760
8761         * modules/snprintf-posix: New file.
8762         * m4/snprintf-posix.m4: New file.
8763         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
8764         gl_FUNC_SNPRINTF.
8765         (gl_FUNC_SNPRINTF): Invoke it.
8766         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
8767         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
8768         is set.
8769         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
8770
8771 2007-03-06  Bruno Haible  <bruno@clisp.org>
8772
8773         * modules/vsnprintf-posix-tests: New file.
8774         * tests/test-vsnprintf-posix.c: New file.
8775         * tests/test-snprintf-posix.h: New file.
8776
8777         * modules/vsnprintf-posix: New file.
8778         * m4/vsnprintf-posix.m4: New file.
8779         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
8780         gl_FUNC_VSNPRINTF.
8781         (gl_FUNC_VSNPRINTF): Invoke it.
8782         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
8783         * lib/stdio_.h (vsnprintf): Define as a replacement if
8784         REPLACE_VSNPRINTF is set.
8785         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
8786
8787 2007-03-06  Bruno Haible  <bruno@clisp.org>
8788
8789         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
8790         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
8791
8792 2007-03-06  Bruno Haible  <bruno@clisp.org>
8793
8794         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
8795         (asinl): Declare also if HAVE_DECL_ASINL is set.
8796         (atanl): Declare also if HAVE_DECL_ATANL is set.
8797         (ceill): Declare also if HAVE_DECL_CEILL is set.
8798         (cosl): Declare also if HAVE_DECL_COSL is set.
8799         (expl): Declare also if HAVE_DECL_EXPL is set.
8800         (floorl): Declare also if HAVE_DECL_FLOORL is set.
8801         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
8802         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
8803         (logl): Declare also if HAVE_DECL_LOGL is set.
8804         (sinl): Declare also if HAVE_DECL_SINL is set.
8805         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
8806         (tanl): Declare also if HAVE_DECL_TANL is set.
8807         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
8808         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
8809         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
8810         declaration of frexpl, ldexpl.
8811         * modules/printf-frexpl (Depends-on): Add math.
8812         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
8813
8814 2007-03-05  Bruno Haible  <bruno@clisp.org>
8815
8816         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
8817         frexpl and ldexpl are declared.
8818         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
8819
8820 2007-03-05  Bruno Haible  <bruno@clisp.org>
8821
8822         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
8823         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
8824
8825 2007-03-05  Bruno Haible  <bruno@clisp.org>
8826
8827         * lib/stdio_.h: Include <stddef.h>.
8828
8829 2007-03-05  Bruno Haible  <bruno@clisp.org>
8830
8831         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
8832
8833 2007-03-05  Bruno Haible  <bruno@clisp.org>
8834
8835         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
8836         NetBSD 4, from Ralf Wildenhues.
8837
8838 2007-03-04  Bruno Haible  <bruno@clisp.org>
8839
8840         * lib/vasprintf.h: Update #if logic for the case when the functions
8841         exist but are overridden.
8842
8843 2007-03-04  Bruno Haible  <bruno@clisp.org>
8844
8845         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
8846         implementations: glibc-2.4 and MacOS X 10.3.
8847         * tests/test-vasnprintf-posix.c (test_function): Test also the case
8848         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
8849         * tests/test-vasprintf-posix.c (test_function): Likewise.
8850
8851 2007-03-04  Bruno Haible  <bruno@clisp.org>
8852
8853         * modules/vasprintf-posix-tests: New file.
8854         * tests/test-vasprintf-posix.c: New file.
8855
8856         * modules/vasprintf-posix: New file.
8857         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
8858         defined.
8859         * m4/vasprintf-posix.m4: New file.
8860         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
8861         gl_FUNC_VASPRINTF.
8862         (gl_FUNC_VASPRINTF): Invoke it.
8863         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
8864         here.
8865         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
8866
8867 2007-03-04  Bruno Haible  <bruno@clisp.org>
8868
8869         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
8870         REPLACE_GETTIMEOFDAY.
8871         * modules/sys_time (Makefile.am): Likewise.
8872         * m4/sys_time_h.m4: Likewise.
8873         * m4/gettimeofday.m4: Likewise.
8874
8875 2007-03-04  Bruno Haible  <bruno@clisp.org>
8876
8877         * modules/vasnprintf-posix-tests: New file.
8878         * tests/test-vasnprintf-posix.c: New file.
8879
8880         * modules/vasnprintf-posix: New file.
8881         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
8882         printf-frexpl.h.
8883         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
8884         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
8885         REPLACE_VASNPRINTF is defined.
8886         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
8887         gl_FUNC_VASNPRINTF.
8888         (gl_FUNC_VASNPRINTF): Invoke it.
8889         * m4/vasnprintf-posix.m4: New file.
8890         * m4/printf.m4: New file.
8891
8892 2007-03-04  Bruno Haible  <bruno@clisp.org>
8893
8894         Compile progreloc.c only if --enable-relocatable is specified.
8895         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
8896         if --enable-relocatable was specified.
8897         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
8898         lib_SOURCES.
8899
8900 2007-03-04  Jim Meyering  <jim@meyering.net>
8901
8902         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
8903         Use it consistently, rather than enumerating errno constants.
8904
8905 2007-03-04  Bruno Haible  <bruno@clisp.org>
8906
8907         * modules/xvasprintf-tests: New file.
8908         * tests/test-xvasprintf.c: New file.
8909
8910         * modules/vasprintf-tests: New file.
8911         * tests/test-vasprintf.c: New file.
8912
8913         * modules/vasnprintf-tests: New file.
8914         * tests/test-vasnprintf.c: New file.
8915
8916         * modules/vsnprintf-tests: New file.
8917         * tests/test-vsnprintf.c: New file.
8918
8919         * modules/snprintf-tests: New file.
8920         * tests/test-snprintf.c: New file.
8921
8922 2007-03-04  Bruno Haible  <bruno@clisp.org>
8923
8924         Compile relocatable.c only if --enable-relocatable is specified.
8925         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
8926         gl_RELOCATABLE_LIBRARY.
8927         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
8928         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
8929         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
8930         gl_RELOCATABLE_LIBRARY.
8931         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
8932         (Makefile.am): Remove lib_SOURCES.
8933         * modules/relocatable-lib-lgpl (configure.ac): Invoke
8934         gl_RELOCATABLE_LIBRARY.
8935         (Makefile.am): Remove lib_SOURCES.
8936         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
8937         always.
8938         * modules/relocatable-prog-wrapper (configure.ac): Invoke
8939         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
8940
8941 2007-03-04  Bruno Haible  <bruno@clisp.org>
8942
8943         * modules/argmatch-tests: New file.
8944         * tests/test-argmatch.c: New file.
8945
8946         * tests/test-allocsa.c (main): Halve the number of loop runs.
8947
8948         * modules/alloca-opt-tests: New file.
8949         * tests/test-alloca-opt.c: New file.
8950
8951 2007-03-04  Jim Meyering  <jim@meyering.net>
8952
8953         Work around difference between Linux ACLs and Solaris 10 ZFS.
8954         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
8955         for EINVAL.
8956
8957 2007-03-03  Bruno Haible  <bruno@clisp.org>
8958
8959         * modules/relocatable-prog (Depends-on): Add back progreloc's
8960         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
8961
8962 2007-03-03  Bruno Haible  <bruno@clisp.org>
8963
8964         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
8965         * modules/relocatable-lib: New file.
8966
8967 2007-03-03  Bruno Haible  <bruno@clisp.org>
8968
8969         * modules/relocatable-prog: Renamed from modules/relocatable.
8970         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
8971
8972 2007-03-03  Bruno Haible  <bruno@clisp.org>
8973
8974         * modules/relocatable-script (Files): Add doc/relocatable.texi,
8975         m4/relocatable-lib.m4.
8976         (Depends-on): Remove 'relocatable'.
8977         (configure.ac): Add gl_RELOCATABLE_NOP.
8978
8979 2007-03-03  Bruno Haible  <bruno@clisp.org>
8980
8981         * modules/relocatable-prog-wrapper: New file.
8982         * modules/relocatable (Depends-on): Add it. Remove all other
8983         dependencies except progname.
8984         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
8985
8986         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
8987         (gl_FUNC_STRERROR): Nop.
8988         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
8989
8990         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
8991         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
8992
8993         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
8994         (gl_FUNC_READLINK): Update.
8995
8996         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
8997
8998 2007-03-03  Bruno Haible  <bruno@clisp.org>
8999
9000         * lib/xreadlink.c: Include <unistd.h> unconditionally.
9001         * modules/xreadlink (Depends-on): Add unistd.
9002         * modules/xreadlink-with-size (Depends-on): Likewise.
9003
9004 2007-03-03  Bruno Haible  <bruno@clisp.org>
9005
9006         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
9007         extracted from gt_FUNC_SETENV.
9008         (gt_FUNC_SETENV): Remove macro.
9009         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
9010         remove gt_FUNC_SETENV.
9011
9012 2007-03-03  Bruno Haible  <bruno@clisp.org>
9013
9014         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
9015         ENABLE_RELOCATABLE here.
9016         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
9017
9018 2007-03-03  Bruno Haible  <bruno@clisp.org>
9019
9020         * modules/rbtreehash-list-tests (Depends-on): Add progname.
9021         * tests/test-rbtreehash_list.c: Include progname.h.
9022         (main): Call set_program_name.
9023
9024         * modules/rbtree-oset-tests (Depends-on): Add progname.
9025         * tests/test-rbtree_oset.c: Include progname.h.
9026         (main): Call set_program_name.
9027
9028         * modules/rbtree-list-tests (Depends-on): Add progname.
9029         * tests/test-rbtree_list.c: Include progname.h.
9030         (main): Call set_program_name.
9031
9032         * modules/linked-list-tests (Depends-on): Add progname.
9033         * tests/test-linked_list.c: Include progname.h.
9034         (main): Call set_program_name.
9035
9036 2007-03-03  Bruno Haible  <bruno@clisp.org>
9037
9038         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
9039         All uses of __restrict changed to _Restrict_.
9040         * lib/glob_.h (__restrict): Remove macro.
9041
9042 2007-03-02  Bruno Haible  <bruno@clisp.org>
9043
9044         * modules/gettext (configure.ac): Require gettext infrastructure
9045         from version 0.16.1.
9046
9047 2007-03-02  Bruno Haible  <bruno@clisp.org>
9048
9049         * modules/linkedhash-list-tests (Depends-on): Add progname.
9050         * tests/test-linkedhash_list.c: Include progname.h.
9051         (main): Call set_program_name.
9052
9053         * modules/carray-list-tests (Depends-on): Add progname.
9054         * tests/test-carray_list.c: Include progname.h.
9055         (main): Call set_program_name.
9056
9057         * modules/avltreehash-list-tests (Depends-on): Add progname.
9058         * tests/test-avltreehash_list.c: Include progname.h.
9059         (main): Call set_program_name.
9060
9061         * modules/avltree-oset-tests (Depends-on): Add progname.
9062         * tests/test-avltree_oset.c: Include progname.h.
9063         (main): Call set_program_name.
9064
9065         * modules/avltree-list-tests (Depends-on): Add progname.
9066         * tests/test-avltree_list.c: Include progname.h.
9067         (main): Call set_program_name.
9068
9069         * modules/array-oset-tests (Depends-on): Add progname.
9070         * tests/test-array_oset.c: Include progname.h.
9071         (main): Call set_program_name.
9072
9073         * modules/array-list-tests (Depends-on): Add progname.
9074         * tests/test-array_list.c: Include progname.h.
9075         (main): Call set_program_name.
9076
9077         * modules/argp-tests (Depends-on): Add progname.
9078         * tests/test-argp.c: Include argp.h first. Include progname.h.
9079         (main): Call set_program_name.
9080
9081 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
9082
9083         * doc/gnulib-tool.texi (Initial import): Reword description of
9084         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
9085         limited effect even if defined after the first system include.
9086
9087 2007-03-01  Bruno Haible  <bruno@clisp.org>
9088
9089         * build-aux/config.libpath: Update to libtool-1.5.22.
9090         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
9091
9092 2007-03-01  Bruno Haible  <bruno@clisp.org>
9093
9094         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
9095         foo_CFLAGS.
9096         Reported by Ralf Wildenhues.
9097
9098 2007-03-01  Bruno Haible  <bruno@clisp.org>
9099
9100         * build-aux/install-reloc: Remove object files left over by some
9101         compilers.
9102         Reported by Ralf Wildenhues.
9103
9104 2007-03-01  Bruno Haible  <bruno@clisp.org>
9105
9106         * build-aux/install-reloc: Break long lines.
9107
9108 2007-03-01  Bruno Haible  <bruno@clisp.org>
9109
9110         * doc/relocatable.texi: Document that it may not work on OpenBSD.
9111         Reported by Ralf Wildenhues.
9112
9113 2007-03-01  Bruno Haible  <bruno@clisp.org>
9114
9115         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
9116         include ordering constraints.
9117
9118 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9119
9120         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
9121         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
9122         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
9123         as another example.
9124         * lib/time_.h: Fix misspelling.
9125         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9126         Require gl_HEADER_TIME_H_DEFAULTS.
9127         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
9128         * m4/time_r.m4 (gl_TIME_R): Likewise.
9129         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
9130
9131 2007-03-01  Bruno Haible  <bruno@clisp.org>
9132
9133         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
9134         * m4/utimens.m4 (gl_UTIMENS): Likewise.
9135
9136 2007-03-01  Jim Meyering  <jim@meyering.net>
9137
9138         * modules/xreadlink (Maintainer): Add my name.
9139         * modules/xreadlink-with-size (Depends-on): Alphabetize.
9140
9141 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
9142             Bruno Haible  <bruno@clisp.org>
9143
9144         * build-aux/install-reloc: Compile also c-ctype.c.
9145         * build-aux/relocatable.sh.in: New file.
9146         * doc/relocatable.texi: New file.
9147         * doc/relocatable-maint.texi: New file.
9148         * doc/gnulib.texi: Include relocatable-maint.texi.
9149         * lib/progreloc.c: Include unistd.h unconditionally.
9150         * lib/relocwrapper.c: Include unistd.h unconditionally.
9151         Include c-ctype.h.
9152         (add_dotbin): Use c_tolower.
9153         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
9154         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
9155         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
9156         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
9157         to m4/relocatable-lib.m4.
9158         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
9159         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
9160         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
9161         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
9162         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
9163         * modules/relocatable: New file.
9164         * modules/relocatable-lib: New file.
9165         * modules/relocatable-script: New file.
9166
9167 2007-02-28  Bruno Haible  <bruno@clisp.org>
9168
9169         Import --enable-relocatable infrastructure.
9170         * build-aux/config.libpath: New file, from GNU gettext.
9171         * build-aux/install-reloc: New file, from GNU gettext.
9172         * build-aux/reloc-ldflags: New file, from GNU gettext.
9173         * lib/relocatable.h: New file, from GNU gettext.
9174         * lib/relocatable.c: New file, from GNU gettext.
9175         * lib/relocwrapper.c: New file, from GNU gettext.
9176         * m4/relocatable.m4: New file, from GNU gettext.
9177
9178 2007-02-28  Bruno Haible  <bruno@clisp.org>
9179
9180         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
9181
9182         * modules/xreadlink: New file, from GNU gettext with modifications.
9183         * lib/xreadlink.c: New file, from GNU gettext.
9184         * lib/xreadlink.h: Add comments.
9185         (xreadlink): New declaration.
9186
9187         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
9188         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
9189         lib/xreadlink-with-size.c.
9190         (configure.ac): Remove gl_XREADLINK invocation.
9191         (Makefile.am): Augment lib_SOURCES.
9192         * m4/xreadlink.m4: Remove file.
9193         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
9194         (xreadlink_with_size): Renamed from xreadink.
9195         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
9196         * modules/canonicalize (Depends-on): Replace xreadlink with
9197         xreadlink-with-size.
9198         * lib/canonicalize.c (canonicalize_filename_mode): Update.
9199
9200 2007-02-25  Jim Meyering  <jim@meyering.net>
9201
9202         * build-aux/announce-gen: When complaining about excess arguments,
9203         list them.
9204
9205 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
9206
9207         * README: Document signed integer overflow situation more
9208         accurately.
9209
9210 2007-02-25  Bruno Haible  <bruno@clisp.org>
9211
9212         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
9213         'a' or 'A' conversion.
9214
9215 2007-02-25  Bruno Haible  <bruno@clisp.org>
9216
9217         * modules/filename: Renamed from modules/pathname.
9218         (Files): Replace lib/pathname.h with lib/filename.h. Replace
9219         lib/concatpath.c with lib/concat-filename.c.
9220         (Makefile.am): Update.
9221         (Include): Replace pathname.h with filename.h.
9222         * lib/filename.h: Renamed from lib/pathname.h.
9223         (concatenated_filename): Renamed from concatenated_pathname.
9224         * lib/concat-filename.c: Renamed from lib/concatpath.c.
9225         (concatenated_filename): Renamed from concatenated_pathname.
9226         * lib/findprog.c: Include filename.h instead of pathname.h.
9227         (find_in_path): Update.
9228         * lib/javacomp.c: Include filename.h instead of pathname.h.
9229         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
9230         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
9231         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
9232         is_oldgcj_14_13_usable, is_javac_usable): Update.
9233         * lib/javaexec.c: Include filename.h instead of pathname.h.
9234         (execute_java_class): Update.
9235         * modules/findprog: Update.
9236         * modules/javacomp: Update.
9237         * modules/javaexec: Update.
9238         * MODULES.html.sh (File system functions): Add 'filename', remove
9239         'pathname'.
9240
9241 2007-02-25  Bruno Haible  <bruno@clisp.org>
9242
9243         * modules/printf-frexpl-tests: New file.
9244         * tests/test-printf-frexpl.c: New file.
9245
9246         * modules/printf-frexpl: New file.
9247         * lib/printf-frexpl.h: New file.
9248         * lib/printf-frexpl.c: New file.
9249         * m4/printf-frexpl.m4: New file.
9250
9251 2007-02-25  Bruno Haible  <bruno@clisp.org>
9252
9253         * modules/printf-frexp-tests: New file.
9254         * tests/test-printf-frexp.c: New file.
9255
9256         * modules/printf-frexp: New file.
9257         * lib/printf-frexp.h: New file.
9258         * lib/printf-frexp.c: New file.
9259         * m4/printf-frexp.m4: New file.
9260
9261 2007-02-25  Bruno Haible  <bruno@clisp.org>
9262
9263         Assume automake >= 1.10 for the tests.
9264         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
9265         * modules/arctwo-tests: Likewise.
9266         * modules/argp-tests: Likewise.
9267         * modules/avltree-list-tests: Likewise.
9268         * modules/avltree-oset-tests: Likewise.
9269         * modules/avltreehash-list-tests: Likewise.
9270         * modules/carray-list-tests: Likewise.
9271         * modules/crc-tests: Likewise.
9272         * modules/des-tests: Likewise.
9273         * modules/gc-arcfour-tests: Likewise.
9274         * modules/gc-arctwo-tests: Likewise.
9275         * modules/gc-des-tests: Likewise.
9276         * modules/gc-hmac-md5-tests: Likewise.
9277         * modules/gc-hmac-sha1-tests: Likewise.
9278         * modules/gc-md2-tests: Likewise.
9279         * modules/gc-md4-tests: Likewise.
9280         * modules/gc-md5-tests: Likewise.
9281         * modules/gc-pbkdf2-sha1-tests: Likewise.
9282         * modules/gc-rijndael-tests: Likewise.
9283         * modules/gc-sha1-tests: Likewise.
9284         * modules/gc-tests: Likewise.
9285         * modules/getaddrinfo-tests: Likewise.
9286         * modules/hmac-md5-tests: Likewise.
9287         * modules/hmac-sha1-tests: Likewise.
9288         * modules/linked-list-tests: Likewise.
9289         * modules/linkedhash-list-tests: Likewise.
9290         * modules/lock-tests: Likewise.
9291         * modules/md2-tests: Likewise.
9292         * modules/md4-tests: Likewise.
9293         * modules/md5-tests: Likewise.
9294         * modules/rbtree-list-tests: Likewise.
9295         * modules/rbtree-oset-tests: Likewise.
9296         * modules/rbtreehash-list-tests: Likewise.
9297         * modules/read-file-tests: Likewise.
9298         * modules/rijndael-tests: Likewise.
9299         * modules/stdint-tests: Likewise.
9300         * modules/tls-tests: Likewise.
9301
9302 2007-02-24  Bruno Haible  <bruno@clisp.org>
9303
9304         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
9305         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
9306         function; instead check whether isnan with a double argument links.
9307         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
9308         function; instead check whether isnan with a 'long double' argument
9309         links.
9310         Reported by Eric Blake <ebb9@byu.net>.
9311
9312 2007-02-24  Bruno Haible  <bruno@clisp.org>
9313
9314         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
9315         defined.
9316         * lib/isnanl.c: Remove all code. Just include isnan.c.
9317         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
9318
9319 2007-02-25  Jim Meyering  <jim@meyering.net>
9320
9321         Avoid conflicting types for 'unsetenv' on FreeBSD.
9322         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
9323         conflicting with FreeBSD's (5.0 and 6.1) function declaration
9324         in stdlib.h.
9325
9326 2007-02-24  Bruno Haible  <bruno@clisp.org>
9327
9328         * modules/isnanl-nolibm-tests: New file.
9329         * tests/test-isnanl.c: New file.
9330
9331         * modules/isnanl-nolibm: New file.
9332         * lib/isnanl.h: New file.
9333         * lib/isnanl.c: New file.
9334         * m4/isnanl.m4: New file.
9335
9336 2007-02-24  Bruno Haible  <bruno@clisp.org>
9337
9338         * modules/isnan-nolibm-tests: New file.
9339         * tests/test-isnan.c: New file.
9340
9341         * modules/isnan-nolibm: New file.
9342         * lib/isnan.h: New file.
9343         * lib/isnan.c: New file.
9344         * m4/isnan.m4: New file.
9345
9346 2007-02-24  Bruno Haible  <bruno@clisp.org>
9347
9348         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
9349         assume that an exponent fits in 20 bits.
9350
9351 2007-02-24  Jim Meyering  <jim@meyering.net>
9352
9353         * m4/regex.m4: Update the description of the configure-time option,
9354         --without-included-regex, to state accurately what the defaults are,
9355         and perhaps to give people an idea why using this option is risky.
9356
9357 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9358
9359         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
9360         loops on small arguments.  This attempts to avoid the problem
9361         Bruno Haible reported for AIX 4.3.2 in
9362         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
9363
9364 2007-02-23  Bruno Haible  <bruno@clisp.org>
9365
9366         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
9367         Needed for help2man.
9368
9369 2007-02-23  Karl Berry  <karl@gnu.org>
9370
9371         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
9372         exists, foo.h should be cvs-ignored, not committed.
9373
9374 2007-02-23  Eric Blake  <ebb9@byu.net>
9375
9376         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
9377         * lib/stat-time.h (includes): Likewise.
9378         * lib/utimecmp.c (includes): Likewise.
9379         * lib/utimens.h (includes): Likewise.
9380         * lib/getdate.y (includes): Also include "timespec.h" for use
9381         internal to the module.
9382         * modules/utimens (Depends-on): Revert yesterday's patch.
9383         * modules/nanosleep (Depends-on): Add missing dependency.
9384
9385 2007-02-22  Bruno Haible  <bruno@clisp.org>
9386
9387         * lib/glob.c: Don't include getlogin_r.h.
9388
9389 2007-02-22  Jim Meyering  <jim@meyering.net>
9390
9391         * modules/utimens (Depends-on): Add timespec, required for
9392         utimens.h's inclusion of timespec.h.
9393
9394 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
9395
9396         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
9397         long unreadable paths in GNU/Linux.  Problem reported by Andreas
9398         Schwab in
9399         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
9400         I'll try to think of a better way to fix the Solaris problem.
9401
9402         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
9403         like glibc; on Solaris 10, it fails with errno == EINVAL.
9404         POSIX says the behavior is unspecified if the first argument is NULL,
9405         so play it safe and never pass NULL to the system getcwd.
9406
9407 2007-02-21  Jim Meyering  <jim@meyering.net>
9408
9409         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
9410         of gettimeofday.  It would conflict with the one now always
9411         provided via sys_time_.h.  Reported by Matthew Woehlke, as
9412         an IRIX 6.5 build failure.
9413
9414 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9415
9416         Minor fixups to port to Solaris 10 with Sun C 5.8.
9417         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
9418         * modules/getcwd (Depends-on): Add dirfd.
9419         * lib/putenv.c (putenv): #undef it.
9420         (rpl_putenv): New decl.
9421         (malloc, free): Include <stdlib.h> rather than prototyping separately.
9422
9423 2007-02-20  Bruno Haible  <bruno@clisp.org>
9424
9425         * modules/stdio-tests: New file.
9426         * tests/test-stdio.c: New file.
9427
9428         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
9429         (Depends-on): Add stdio.
9430         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
9431         (Include): Use <stdio.h> instead of vsnprintf.h.
9432         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
9433         HAVE_DECL_VSNPRINTF.
9434         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
9435
9436         * modules/snprintf (Files): Remove lib/snprintf.h.
9437         (Depends-on): Add stdio.
9438         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
9439         (Include): Use <stdio.h> instead of snprintf.h.
9440         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
9441         HAVE_DECL_SNPRINTF.
9442         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
9443         * lib/getaddrinfo.c: Likewise.
9444
9445         * modules/stdio: New file.
9446         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
9447         * lib/snprintf.h: Remove file.
9448         * lib/vsnprintf.h: Remove file.
9449         * lib/.cppi-disable: Remove snprintf.h.
9450         * m4/stdio_h.m4: New file.
9451         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
9452
9453 2007-02-20  Jim Meyering  <jim@meyering.net>
9454
9455         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
9456         used by e.g., mingw.  From Bruno Haible.
9457
9458 2007-02-19  Bruno Haible  <bruno@clisp.org>
9459
9460         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
9461         warnings.
9462         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9463
9464 2007-02-19  Bruno Haible  <bruno@clisp.org>
9465
9466         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
9467         from mingw users.
9468
9469 2007-02-19  Bruno Haible  <bruno@clisp.org>
9470
9471         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
9472         warnings.
9473         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
9474
9475 2007-02-19  Jim Meyering  <jim@meyering.net>
9476
9477         Don't use FD after a successful "fdopendir (fd)".
9478         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
9479         Reset it by calling dirfd on the just-obtained DIR*.
9480
9481         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
9482         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
9483
9484 2007-02-18  Bruno Haible  <bruno@clisp.org>
9485
9486         * lib/readlink.c: Include <unistd.h>.
9487         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
9488         HAVE_READLINK.
9489         * modules/readlink (Depends-on): Add unistd.
9490         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9491         (Include): Add <unistd.h>.
9492
9493         * lib/getlogin_r.h: Remove file.
9494         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
9495         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
9496         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
9497         HAVE_DECL_GETLOGIN_R.
9498         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
9499         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9500         (Include): Use <unistd.h> instead of getlogin_r.h.
9501
9502         * lib/getcwd.h: Remove file.
9503         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
9504         * lib/xgetcwd.c: Likewise.
9505         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
9506         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
9507         * modules/getcwd (Files): Remove lib/getcwd.h.
9508         (Depends-on): Add unistd.
9509         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9510         (Include): Use <unistd.h> instad of getcwd.h.
9511
9512         * lib/ftruncate.c: Include <unistd.h> first.
9513         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
9514         Set HAVE_FTRUNCATE.
9515         * modules/ftruncate (Depends-on): Add unistd.
9516         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9517
9518         * lib/fchdir.c: Include <unistd.h> first.
9519         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
9520         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
9521         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
9522         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9523         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
9524
9525         * lib/dup2.c: Include <unistd.h> first.
9526         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
9527         HAVE_DUP2.
9528         * modules/dup2 (Depends-on): Add unistd.
9529         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9530
9531         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
9532         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
9533         REPLACE_CHOWN. Don't define chown as a macro here.
9534         * modules/chown (Depends-on): Add unistd.
9535         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9536
9537         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
9538         Add definition for GL_LINK_WARNING.
9539         (chown, dup2): New declarations.
9540         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
9541         link warning.
9542         (ftruncate): New declaration.
9543         (getcwd): New declaration, taken from old getcwd.h.
9544         (getlogin_r): New declaration, taken from old getlogin_r.h.
9545         (readlink): New declaration.
9546         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
9547         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
9548         (gl_PREREQ_UNISTD): Remove macro.
9549         (gl_UNISTD_MODULE_INDICATOR): New macro.
9550         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
9551         many new variables. Don't set UNISTD_H.
9552         * modules/unistd (Description): Change.
9553         (Depends-on): Add link-warning.
9554         (configure.ac): Update.
9555         (Makefile.am): Create unistd.h always. Substitute many new variables
9556         into it.
9557
9558 2007-02-18  Bruno Haible  <bruno@clisp.org>
9559
9560         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
9561         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
9562         HAVE_GETSUBOPT.
9563         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
9564         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
9565         * lib/getsubopt.h: Remove file.
9566         * modules/getsubopt (Files): Remove lib/getsubopt.h.
9567         (Depends-on): Add stdlib.
9568         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9569         (Includes): Use <stdlib.h> instead of getsubopt.h.
9570         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
9571         Set HAVE_GETSUBOPT.
9572         * lib/getsubopt.c: Don't include getsubopt.h.
9573
9574 2007-02-18  Bruno Haible  <bruno@clisp.org>
9575
9576         * modules/fchdir (Depends-on): Add dup2.
9577
9578 2007-02-18  Bruno Haible  <bruno@clisp.org>
9579
9580         * lib/stdlib_.h: Handle glibc's special invocation convention
9581         specially.
9582
9583 2007-02-18  Bruno Haible  <bruno@clisp.org>
9584
9585         * modules/stdlib-tests: New file.
9586         * tests/test-stdlib.c: New file.
9587
9588         * modules/mkstemp (Files): Remove lib/mkstemp.h.
9589         (Depends-on): Add stdlib.
9590         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9591         (Includes): Use <stdlib.h> instead of mkstemp.h.
9592         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
9593         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
9594         * lib/mkstemp.c: Don't include mkstemp.h.
9595         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
9596         * lib/stdlib--.h: Don't include mkstemp.h.
9597
9598         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
9599         (Depends-on): Add stdlib.
9600         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9601         (Includes): Use <stdlib.h> instead of mkdtemp.h.
9602         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
9603         HAVE_MKDTEMP.
9604         * lib/mkdtemp.c: Don't include mkdtemp.h.
9605         * lib/clean-temp.c: Don't include mkdtemp.h.
9606
9607         * modules/exit (Files): Remove lib/exit.h.
9608         (Depends-on): Add stdlib.
9609         (Makefile.am): Remove lib_SOURCES.
9610         (Include): Use <stdlib.h> instead of exit.h.
9611         * lib/argmatch.c: Don't include exit.h.
9612         * lib/execute.c: Likewise.
9613         * lib/pagealign_alloc.c: Likewise.
9614         * lib/pipe.c: Likewise.
9615         * lib/wait-process.c: Likewise.
9616         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
9617         * lib/exitfail.c: Likewise.
9618         * lib/savewd.c: Likewise.
9619         * lib/xsetenv.c: Likewise.
9620
9621         * modules/stdlib: New file.
9622         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
9623         and extra comments about mkstemp().
9624         * lib/exit.h: Remove file.
9625         * lib/mkdtemp.h: Remove file.
9626         * lib/mkstemp.h: Remove file.
9627         * m4/stdlib_h.m4: New file.
9628         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
9629
9630 2007-02-18  Bruno Haible  <bruno@clisp.org>
9631
9632         * modules/math-tests: New file.
9633         * tests/test-math.c: New file.
9634
9635         * modules/math: New file.
9636         * modules/mathl (Files): Remove lib/mathl.h.
9637         (Depends-on): Add math.
9638         (Makefile.am): Don't mention mathl.h.
9639         (Include): Use <math.h> instead of mathl.h.
9640         * lib/math_.h: New file.
9641         * lib/mathl.h: Remove file.
9642         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
9643         mathl.h.
9644         * lib/asinl.c: Likewise.
9645         * lib/atanl.c: Likewise.
9646         * lib/ceill.c: Likewise.
9647         * lib/cosl.c: Likewise.
9648         * lib/expl.c: Likewise.
9649         * lib/floorl.c: Likewise.
9650         * lib/frexpl.c: Likewise.
9651         * lib/ldexpl.c: Likewise.
9652         * lib/logl.c: Likewise.
9653         * lib/sincosl.c: Likewise.
9654         * lib/sinl.c: Likewise.
9655         * lib/sqrtl.c: Likewise.
9656         * lib/tanl.c: Likewise.
9657         * lib/trigl.c: Likewise.
9658         * m4/math_h.m4: New file.
9659         * MODULES.html.sh (Mathematics): Add math.
9660
9661 2007-02-17  Bruno Haible  <bruno@clisp.org>
9662
9663         * modules/wctype-tests: New file.
9664         * tests/test-wctype.c: New file.
9665
9666         * modules/wchar-tests: New file.
9667         * tests/test-wchar.c: New file.
9668
9669         * modules/unistd-tests: New file.
9670         * tests/test-unistd.c: New file.
9671
9672         * modules/time-tests: New file.
9673         * tests/test-time.c: New file.
9674
9675         * modules/sysexits-tests: New file.
9676         * tests/test-sysexits.c: New file.
9677
9678         * modules/sys_time-tests: New file.
9679         * tests/test-sys_time.c: New file.
9680
9681         * modules/sys_stat-tests: New file.
9682         * tests/test-sys_stat.c: New file.
9683
9684         * modules/sys_socket-tests: New file.
9685         * tests/test-sys_socket.c: New file.
9686
9687         * modules/sys_select-tests: New file.
9688         * tests/test-sys_select.c: New file.
9689
9690         * modules/string-tests: New file.
9691         * tests/test-string.c: New file.
9692
9693         * modules/stdbool-tests: New file.
9694         * tests/test-stdbool.c: New file.
9695
9696         * modules/netinet_in-tests: New file.
9697         * tests/test-netinet_in.c: New file.
9698
9699         * modules/inttypes-tests: New file.
9700         * tests/test-inttypes.c: New file.
9701
9702         * modules/fcntl-tests: New file.
9703         * tests/test-fcntl.c: New file.
9704
9705         * modules/byteswap-tests: New file.
9706         * tests/test-byteswap.c: New file.
9707
9708         * modules/arpa_inet-tests: New file.
9709         * tests/test-arpa_inet.c: New file.
9710
9711 2007-02-17  Bruno Haible  <bruno@clisp.org>
9712
9713         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
9714         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
9715         if the corresponding module is not enabled. Emit link warnings if
9716         the function is used nevertheless.
9717         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
9718         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
9719         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
9720         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
9721         * modules/inttypes (Depends-on): Add link-warning.
9722         (Makefile.am): Copy the contents of build-aux/link-warning.h into
9723         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
9724         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
9725         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
9726         * modules/imaxdiv (configure.ac): Likewise.
9727         * modules/strtoimax (configure.ac): Likewise.
9728         * modules/strtoumax (configure.ac): Likewise.
9729
9730 2007-02-17  Bruno Haible  <bruno@clisp.org>
9731
9732         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
9733         gl_STRING_MODULE_INDICATOR_DEFAULTS.
9734         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
9735         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
9736
9737 2007-02-17  Bruno Haible  <bruno@clisp.org>
9738
9739         * modules/link-warning: New file.
9740         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
9741         * lib/string_.h (GL_LINK_WARNING): Remove definition.
9742         * modules/string (Depends-on): Add link-warning.
9743         (Makefile.am): Copy the contents of build-aux/link-warning.h into
9744         string.h.
9745         * MODULES.html.sh (Support for building libraries and executables): Add
9746         link-warning.
9747
9748 2007-02-17  Bruno Haible  <bruno@clisp.org>
9749
9750         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
9751         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
9752         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
9753         long lines.
9754
9755 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
9756             Bruno Haible  <bruno@clisp.org>
9757
9758         * modules/tmpfile: New file.
9759         * lib/tmpfile.c: New file.
9760         * m4/tmpfile.m4: New file.
9761         * MODULES.html.sh (func_all_modules): New section "Input/output".
9762
9763 2007-02-15  Bruno Haible  <bruno@clisp.org>
9764
9765         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
9766         (supports_delete_on_close): New function.
9767         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
9768
9769 2007-02-14  Bruno Haible  <bruno@clisp.org>
9770
9771         * modules/mbspcasecmp-tests: New file.
9772         * tests/test-mbspcasecmp.sh: New file.
9773         * tests/test-mbspcasecmp.c: New file.
9774
9775         New module mbspcasecmp.
9776         * modules/mbspcasecmp: New file.
9777         * lib/mbspcasecmp.c: New file.
9778         * lib/string_.h (strncasecmp): Change warning message.
9779         (mbspcasecmp): New declaration.
9780         * m4/mbspcasecmp.m4: New file.
9781         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9782         GNULIB_MBSPCASECMP.
9783         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
9784         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
9785
9786 2007-02-14  Bruno Haible  <bruno@clisp.org>
9787
9788         * modules/mbsncasecmp-tests: New file.
9789         * tests/test-mbsncasecmp.sh: New file.
9790         * tests/test-mbsncasecmp.c: New file.
9791
9792         New module mbsncasecmp.
9793         * modules/mbsncasecmp: New file.
9794         * lib/mbsncasecmp.c: New file.
9795         * lib/string_.h (mbsncasecmp): New declaration.
9796         * m4/mbsncasecmp.m4: New file.
9797         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9798         GNULIB_MBSNCASECMP.
9799         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
9800         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
9801
9802 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9803
9804         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
9805         Verify that it doesn't overlap with our flags.
9806         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
9807         do not have the desired effect in multibyte locales; instead, use
9808         mbscasecmp.
9809         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
9810         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
9811         we don't require GNU fnmatch ourselves (if our users require it, they
9812         should do so explicitly).
9813
9814         Fix regex code so it doesn't rely on strcasecmp.
9815         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
9816         Otherwise, include gnulib's langinfo.h.
9817         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
9818         undesirable behavior in non-C locales.  Instead, rely on localecharset.
9819         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
9820         * modules/regex (FILES): Remove m4/codeset.m4.
9821         (Depends-on): Add localcharset.  Remove strcase.
9822
9823 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9824
9825         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
9826         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
9827
9828 2007-02-13  Bruno Haible  <bruno@clisp.org>
9829
9830         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
9831         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9832
9833 2007-02-12  Bruno Haible  <bruno@clisp.org>
9834
9835         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
9836         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
9837         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
9838         time warning rather than a link error.
9839
9840 2007-02-12  Bruno Haible  <bruno@clisp.org>
9841
9842         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
9843         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
9844         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9845
9846 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
9847
9848         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
9849         args, not 2.
9850
9851 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
9852
9853         New module 'time', so that apps can include <time.h> as per
9854         POSIX and GNU instead of separate include files like time_r.h
9855         and timegm.h.  This implementation tries out a simpler approach
9856         for replacing decls in standard include files (as compared to
9857         the string module), somewhat as an experiment.
9858
9859         * config/srclist.txt: Comment out mktime.c for now.
9860         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
9861         since it doesn't apply any more.  Use generic wording instead.
9862         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
9863         'time'.
9864         * lib/time_.h, m4/time_h.m4, modules/time: New files.
9865         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
9866         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
9867         Don't include <sys/types.h>; no longer needed since we assume C89.
9868         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
9869         * lib/strftime.c: Likewise.
9870         * lib/time_r.c: Likewise.
9871         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
9872         * lib/nanosleep.c: Include <time.h> first, to check interface.
9873         * lib/strptime.c: Likewise.
9874         * lib/time_r.c: Likewise.
9875         * lib/timegm.c: Likewise.
9876         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
9877         needed.
9878         * lib/timegm.c: Don't include timegm.h; no longer needed.
9879         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
9880         time.h now handles any problems in that area.
9881         (struct timespec, nanosleep): Remove; time.h now arranges for these.
9882         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
9883         that time.h defines struct timespec.
9884         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
9885         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
9886         handles that.
9887         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
9888         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
9889         needed.  Set REPLACE_LOCALTIME.
9890         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
9891         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
9892         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
9893         nanosleep; time_h.m4 now does that.  Don't require
9894         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
9895         module handles this now.
9896         * modules/getdate (Depends-on): Remove timespec.  Add time.
9897         * modules/nanosleep (Depends-on): Likewise.
9898         * modules/stat-time (Depends-on): Likewise.
9899         * modules/nanosleep (Include): Include time.h, not timespec.h.
9900         * modules/strptime (Files): Remove lib/strptime.h.
9901         (Depends-on): Add extensions, time.
9902         (Include): Include time.h, not strptime.h.
9903         * modules/time_r (Files): Remove lib/time_r.h.
9904         (Depends-on): Add time.
9905         (Include): Include time.h, not time_r.h.
9906         * modules/timegm: Likewise.
9907         * modules/timespec (Description): Now does timespec-related decls
9908         of our own, instead of struct timespec itself.
9909         (Depends-on): Add time; remove extensions.
9910         (Maintainer): Add self.
9911         * modules/utimecmp (Depends-on): Add time; remove timespec.
9912         * modules/utimens (Depends-on): Likewise.
9913         * modules/xnanosleep (Depends-on): Likewise.
9914
9915 2007-02-11  Bruno Haible  <bruno@clisp.org>
9916
9917         * lib/c-strstr.c: Include allocsa.h.
9918         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
9919         * lib/c-strcasestr.c: Include allocsa.h.
9920         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
9921         * lib/strcasestr.c: Include allocsa.h.
9922         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
9923         * lib/mbsstr.c: Include allocsa.h.
9924         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
9925         allocsa/freesa instead of malloc/free.
9926         * lib/mbscasestr.c: Include allocsa.h.
9927         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
9928         allocsa/freesa instead of malloc/free.
9929         * modules/c-strstr (Depends-on): Add allocsa.
9930         * modules/c-strcasestr (Depends-on): Likewise.
9931         * modules/strcasestr (Depends-on): Likewise.
9932         * modules/mbsstr (Depends-on): Likewise.
9933         * modules/mbscasestr (Depends-on): Likewise.
9934
9935 2007-02-11  Bruno Haible  <bruno@clisp.org>
9936
9937         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
9938
9939         * modules/mbsspn-tests: New file.
9940         * tests/test-mbsspn.sh: New file.
9941         * tests/test-mbsspn.c: New file.
9942
9943 2007-02-11  Bruno Haible  <bruno@clisp.org>
9944
9945         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
9946
9947         * modules/mbspbrk-tests: New file.
9948         * tests/test-mbspbrk.sh: New file.
9949         * tests/test-mbspbrk.c: New file.
9950
9951 2007-02-11  Bruno Haible  <bruno@clisp.org>
9952
9953         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
9954         unneeded cast.
9955
9956         * modules/mbscspn-tests: New file.
9957         * tests/test-mbscspn.sh: New file.
9958         * tests/test-mbscspn.c: New file.
9959
9960 2007-02-11  Bruno Haible  <bruno@clisp.org>
9961
9962         * modules/mbscasecmp-tests: New file.
9963         * tests/test-mbscasecmp.sh: New file.
9964         * tests/test-mbscasecmp.c: New file.
9965
9966 2007-02-11  Bruno Haible  <bruno@clisp.org>
9967
9968         Ensure O(n) worst-case complexity of mbscasestr.
9969         * lib/mbscasestr.c: Include stdbool.h.
9970         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
9971         functions.
9972         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
9973         the bookkeeping indicates that it's worth it.
9974         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
9975
9976         * modules/mbscasestr-tests: New file.
9977         * tests/test-mbscasestr1.c: New file.
9978         * tests/test-mbscasestr2.sh: New file.
9979         * tests/test-mbscasestr2.c: New file.
9980         * tests/test-mbscasestr3.sh: New file.
9981         * tests/test-mbscasestr3.c: New file.
9982         * tests/test-mbscasestr4.sh: New file.
9983         * tests/test-mbscasestr4.c: New file.
9984         * m4/locale-tr.m4: New file.
9985
9986 2007-02-11  Bruno Haible  <bruno@clisp.org>
9987
9988         Ensure O(n) worst-case complexity of mbsstr.
9989         * lib/mbsstr.c: Include stdbool.h.
9990         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
9991         functions.
9992         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
9993         bookkeeping indicates that it's worth it.
9994         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
9995
9996         * modules/mbsstr-tests: New file.
9997         * tests/test-mbsstr1.c: New file.
9998         * tests/test-mbsstr2.sh: New file.
9999         * tests/test-mbsstr2.c: New file.
10000         * tests/test-mbsstr3.sh: New file.
10001         * tests/test-mbsstr3.c: New file.
10002         * m4/locale-fr.m4: New file.
10003
10004 2007-02-11  Bruno Haible  <bruno@clisp.org>
10005
10006         * lib/mbsrchr.c (mbsrchr): Fix bug.
10007
10008         * modules/mbsrchr-tests: New file.
10009         * tests/test-mbsrchr.sh: New file.
10010         * tests/test-mbsrchr.c: New file.
10011
10012 2007-02-11  Bruno Haible  <bruno@clisp.org>
10013
10014         * lib/mbschr.c (mbschr): Fix bug.
10015
10016         * modules/mbschr-tests: New file.
10017         * tests/test-mbschr.sh: New file.
10018         * tests/test-mbschr.c: New file.
10019         * m4/locale-zh.m4: New file.
10020
10021 2007-02-11  Bruno Haible  <bruno@clisp.org>
10022
10023         Support for copying multibyte string iterators.
10024         * lib/mbiter.h: Include <string.h>.
10025         (mbiter_multi_copy): New function.
10026         (mbi_copy): New macro.
10027         * lib/mbuiter.h: Include <string.h>.
10028         (mbuiter_multi_copy): New function.
10029         (mbui_copy): New macro.
10030
10031 2007-02-11  Bruno Haible  <bruno@clisp.org>
10032
10033         New module mbslen.
10034         * modules/mbslen: New file.
10035         * lib/mbslen.c: New file.
10036         * lib/string_.h (mbslen): New declaration.
10037         * m4/mbslen.m4: New file.
10038         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10039         GNULIB_MBSLEN.
10040         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
10041         * MODULES.html.sh (Internationalization functions): Add mbslen.
10042
10043 2007-02-11  Bruno Haible  <bruno@clisp.org>
10044
10045         Ensure O(n) worst-case complexity of strcasestr substitute.
10046         * lib/strcasestr.c: Include stdbool.h.
10047         (knuth_morris_pratt): New function.
10048         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
10049         bookkeeping indicates that it's worth it.
10050         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
10051
10052         * modules/strcasestr-tests: New file.
10053         * tests/test-strcasestr.c: New file.
10054
10055 2007-02-11  Bruno Haible  <bruno@clisp.org>
10056
10057         Ensure O(n) worst-case complexity of c_strcasestr.
10058         * lib/c-strcasestr.c: Include stdbool.h, string.h.
10059         (knuth_morris_pratt): New function.
10060         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
10061         the bookkeeping indicates that it's worth it.
10062         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
10063
10064         * modules/c-strcasestr-tests: New file.
10065         * tests/test-c-strcasestr.c: New file.
10066
10067 2007-02-11  Bruno Haible  <bruno@clisp.org>
10068
10069         Ensure O(n) worst-case complexity of c_strstr.
10070         * lib/c-strstr.c: Include stdbool.h, string.h.
10071         (knuth_morris_pratt): New function.
10072         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
10073         bookkeeping indicates that it's worth it.
10074         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
10075
10076         * lib/c-strstr.c: Complete rewrite for maintainability.
10077
10078         * modules/c-strstr-tests: New file.
10079         * tests/test-c-strstr.c: New file.
10080
10081 2007-02-11  Bruno Haible  <bruno@clisp.org>
10082
10083         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
10084         5.2.1 and earlier, whereby \055 was treated just like the range
10085         delimiter '-'.
10086         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
10087
10088 2007-02-08  Bruno Haible  <bruno@clisp.org>
10089
10090         * modules/regex (Depends-on): Add stdbool.
10091         Reported by Dalibor Topic <robilad@kaffe.org>.
10092
10093 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
10094
10095         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
10096         Prefer returning from main to exiting from it.
10097         Remove unnecessary parens after sizeof.
10098
10099 2007-02-05  Bruno Haible  <bruno@clisp.org>
10100
10101         New module mbssep.
10102         * modules/mbssep: New file.
10103         * lib/mbssep.c: New file.
10104         * lib/string_.h (strsep): Add a conditional link warning.
10105         (mbssep): New declaration.
10106         * m4/mbssep.m4: New file.
10107         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10108         GNULIB_MBSSEP.
10109         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
10110         * MODULES.html.sh (Internationalization functions): Add mbssep.
10111
10112 2007-02-05  Bruno Haible  <bruno@clisp.org>
10113
10114         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
10115         Optimize search in case of 1 delimiter.
10116
10117 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
10118
10119         * lib/acl.h: Include sys/types.h before sys/acl.h.
10120
10121 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
10122
10123         Merge upstream fix for glibc bugzilla #3957:
10124
10125         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
10126
10127         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
10128         bit for RE_HAT_LISTS_NOT_NEWLINE.
10129         (build_charclass_op): Remove bogus comment.
10130
10131 2007-02-05  Simon Josefsson  <simon@josefsson.org>
10132
10133         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
10134
10135 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
10136
10137         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
10138         * lib/memmem.c [!defined _LIBC]: Include config.h.
10139
10140 2007-02-04  Bruno Haible  <bruno@clisp.org>
10141
10142         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
10143         warning message.
10144
10145 2007-02-04  Bruno Haible  <bruno@clisp.org>
10146
10147         New module mbstok_r.
10148         * modules/mbstok_r: New file.
10149         * lib/mbstok_r.c: New file.
10150         * lib/string_.h (strtok_r): Change argument names to match the
10151         comments. Add a conditional link warning.
10152         (mbstok_r): New declaration.
10153         * m4/mbstok_r.m4: New file.
10154         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10155         GNULIB_MBSTOK_R.
10156         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
10157         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
10158
10159 2007-02-04  Bruno Haible  <bruno@clisp.org>
10160
10161         New module mbsspn.
10162         * modules/mbsspn: New file.
10163         * lib/mbsspn.c: New file.
10164         * lib/string_.h (strspn): Add a conditional link warning.
10165         (mbsspn): New declaration.
10166         * m4/mbsspn.m4: New file.
10167         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10168         GNULIB_MBSSPN.
10169         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
10170         * MODULES.html.sh (Internationalization functions): Add mbsspn.
10171
10172 2007-02-04  Bruno Haible  <bruno@clisp.org>
10173
10174         New module mbspbrk.
10175         * modules/mbspbrk: New file.
10176         * lib/mbspbrk.c: New file.
10177         * lib/string_.h (strpbrk): Add a conditional link warning.
10178         (mbspbrk): New declaration.
10179         * m4/mbspbrk.m4: New file.
10180         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10181         GNULIB_MBSPBRK.
10182         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
10183         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
10184
10185 2007-02-04  Bruno Haible  <bruno@clisp.org>
10186
10187         New module mbscspn.
10188         * modules/mbscspn: New file.
10189         * lib/mbscspn.c: New file.
10190         * lib/string_.h (strcspn): Add a conditional link warning.
10191         (mbscspn): New declaration.
10192         * m4/mbscspn.m4: New file.
10193         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10194         GNULIB_MBSCSPN.
10195         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
10196         * MODULES.html.sh (Internationalization functions): Add mbscspn.
10197
10198 2007-02-04  Bruno Haible  <bruno@clisp.org>
10199
10200         New module mbscasestr, reduced goal of strcasestr.
10201         * modules/mbscasestr: New file.
10202         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
10203         (mbscasestr): Renamed from strcasestr.
10204         * lib/strcasestr.c: Don't include mbuiter.h.
10205         (strcasestr): Remove support for multibyte locales.
10206         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
10207         Change the conditional link warning.
10208         (mbscasestr): New declaration.
10209         * m4/mbscasestr.m4: New file.
10210         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
10211         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
10212         REPLACE_STRCASESTR.
10213         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
10214         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10215         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
10216         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
10217         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
10218         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
10219         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
10220         (Depends-on): Remove mbuiter.
10221         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
10222
10223 2007-02-04  Bruno Haible  <bruno@clisp.org>
10224
10225         Simplify handling of strncasecmp.
10226         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
10227         the conditional link warning.
10228         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10229         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
10230         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
10231         * modules/strcase (configure.ac): Don't invoke
10232         gl_STRING_MODULE_INDICATOR.
10233         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
10234
10235 2007-02-04  Bruno Haible  <bruno@clisp.org>
10236
10237         New module mbscasecmp, reduced goal of strcasecmp.
10238         * modules/mbscasecmp: New file.
10239         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
10240         (mbscasecmp): Renamed from strcasecmp.
10241         * lib/strcasecmp.c: Don't include mbuiter.h.
10242         (strcasecmp): Remove support for multibyte locales.
10243         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
10244         Change the conditional link warning.
10245         (mbscasecmp): New declaration.
10246         * m4/mbscasecmp.m4: New file.
10247         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
10248         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
10249         REPLACE_STRCASECMP.
10250         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
10251         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10252         GNULIB_MBSCASECMP.
10253         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
10254         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
10255         * modules/strcase (Files): Remove m4/mbrtowc.m4.
10256         (Depends-on): Remove mbuiter.
10257         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
10258
10259 2007-02-04  Bruno Haible  <bruno@clisp.org>
10260
10261         New module mbsstr. Remove module strstr.
10262         * modules/mbsstr: New file.
10263         * modules/strstr: Remove file.
10264         * lib/mbsstr.c: Renamed from lib/strstr.c.
10265         (mbsstr): Renamed from strstr.
10266         * lib/string_.h (strstr): Remove declaration. Change the conditional
10267         link warning.
10268         (mbsstr): New declaration.
10269         * m4/mbsstr.m4: New file.
10270         * m4/strstr.m4: Remove file.
10271         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
10272         REPLACE_STRSTR.
10273         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
10274         Don't initialize GNULIB_STRSTR.
10275         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
10276         substitute GNULIB_STRSTR and REPLACE_STRSTR.
10277         * MODULES.html.sh (Internationalization functions): Add mbsstr.
10278         (Support for systems lacking ANSI C 89): Remove strstr.
10279
10280 2007-02-04  Bruno Haible  <bruno@clisp.org>
10281
10282         New module mbsrchr.
10283         * modules/mbsrchr: New file.
10284         * lib/mbsrchr.c: New file.
10285         * lib/string_.h (strrchr): Add a conditional link warning.
10286         (mbsrchr): New declaration.
10287         * m4/mbsrchr.m4: New file.
10288         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10289         GNULIB_MBSRCHR.
10290         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
10291         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
10292
10293 2007-02-04  Bruno Haible  <bruno@clisp.org>
10294
10295         New module mbschr.
10296         * modules/mbschr: New file.
10297         * lib/mbschr.c: New file.
10298         * lib/string_.h (strchr): Add a conditional link warning.
10299         (mbschr): New declaration.
10300         * m4/mbschr.m4: New file.
10301         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10302         GNULIB_MBSCHR.
10303         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
10304         * MODULES.html.sh (Internationalization functions): Add mbschr.
10305
10306 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
10307
10308         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
10309
10310         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
10311
10312 2007-02-04  Bruno Haible  <bruno@clisp.org>
10313
10314         New module description section 'configure.ac-early'.
10315         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
10316         (func_get_autoconf_early_snippet): New function.
10317         (func_import, func_create_testdir): Use it. Remove special cases for
10318         modules 'extensions' and 'lock'.
10319         * modules/extensions (configure.ac-early): Require
10320         gl_USE_SYSTEM_EXTENSIONS.
10321         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
10322
10323 2007-02-04  Bruno Haible  <bruno@clisp.org>
10324
10325         Make use of gcj-4.3's -fsource and -ftarget option.
10326         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
10327         and if so try the options -fsource and -ftarget.
10328         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
10329         source_version, ftarget_option, target_version arguments.
10330         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
10331         (is_envjavac_oldgcj_14_14_usable): Renamed from
10332         is_envjavac_gcj_14_14_usable.
10333         (is_envjavac_oldgcj_14_13_usable): Renamed from
10334         is_envjavac_gcj_14_13_usable.
10335         (is_gcj_present): Update.
10336         (is_gcj_43, is_gcj43_usable): New functions.
10337         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
10338         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
10339         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
10340         try the options -fsource and -ftarget.
10341
10342 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
10343
10344         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
10345         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
10346         larger value.
10347
10348 2007-02-03  Jim Meyering  <jim@meyering.net>
10349
10350         Give tools a better chance to allocate space for very large buffers.
10351         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
10352
10353         Make pwd and readlink work also when run with an unreadable parent dir
10354         on systems with openat support.
10355         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
10356         provided getcwd function, even when we have openat support.
10357         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
10358
10359 2007-02-02  Bruno Haible  <bruno@clisp.org>
10360
10361         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
10362         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
10363         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
10364         portability problems if one of these functions is only used on specific
10365         platforms.
10366         Reported by Paul Eggert.
10367
10368 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
10369
10370         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
10371         is causing more trouble than it's curing.
10372         * lib/regex_internal.h (__mempcpy): Remove.
10373         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
10374         (and make the code a tad smaller to boot).
10375         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
10376
10377 2007-02-02  Jim Meyering  <jim@meyering.net>
10378
10379         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
10380         section, not in the Makefile.am: one.
10381
10382 2007-02-02  Eric Blake  <ebb9@byu.net>
10383
10384         * lib/strchrnul.c: Always include config.h first.
10385
10386         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
10387         gnulib strstr is not necessary here.
10388
10389 2007-02-02  Simon Josefsson  <simon@josefsson.org>
10390
10391         * m4/socklen.m4: Fix typo.
10392
10393 2007-02-02  Eric Blake  <ebb9@byu.net>
10394
10395         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
10396         * modules/netinet_in (Makefile.am): Likewise.
10397
10398 2007-02-01  Bruno Haible  <bruno@clisp.org>
10399
10400         * lib/string_.h (GL_LINK_WARNING): New macro.
10401         (strcasecmp, strstr, strcasestr): If provided by the system,
10402         conditionally define as a macro that leads to a warning instead of to
10403         an error.
10404         (strncasecmp): Conditionally define as a macro that leads to a warning.
10405
10406 2007-02-01  Karl Berry  <karl@gnu.org>
10407
10408         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
10409
10410 2007-02-01  Bruno Haible  <bruno@clisp.org>
10411
10412         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
10413         renamings.
10414
10415 2007-02-01  Eric Blake  <ebb9@byu.net>
10416
10417         * modules/regex (Depends-on): Revert dependence on mempcpy.
10418         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
10419         module's definition of mempcpy.
10420         Reported by Paul Eggert.
10421
10422 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
10423
10424         * lib/string_.h: If the gnulib module XYZ is not present, undefine
10425         the symbol XYZ before redefining it.  This fixes a problem with
10426         programs that don't use XYZ, when compiled on systems that define
10427         XYZ to something else.
10428
10429 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
10430
10431         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
10432         occurs when "mkdir -m foo" creates a setgid directory that is (1)
10433         writeable to group or other and (2) is intended to have a special
10434         mode bit that is set or cleared.  In such a case, the directory
10435         should be neither group- nor other-writeable until the special
10436         mode bits are right.
10437
10438 2007-01-31  Eric Blake  <ebb9@byu.net>
10439
10440         * modules/mountlist (Depends-on): Add strstr.
10441
10442         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
10443         bug.
10444         * modules/string (Makefile.am): Remove redundant replacement.
10445         * modules/regex (Depends-on): Add mempcpy.
10446
10447 2007-01-31  Bruno Haible  <bruno@clisp.org>
10448
10449         New module description field 'Link'.
10450         * gnulib-tool (func_usage): Document --extract-link-directive.
10451         (sed_extract_prog): Recognize 'Link' directive.
10452         (func_get_link_directive): New function.
10453         (func_import): Show summary of link directives.
10454         Handle --extract-link-directive option.
10455         * modules/acl (Link): New section.
10456         * modules/clock-time (Link): New section.
10457         * modules/euidaccess (Link): New section.
10458         * modules/gettext (Link): New section.
10459         * modules/iconv (Link): New section.
10460         * modules/lock (Link): New section.
10461         * modules/nanosleep (Link): New section.
10462         * modules/readline (Link): New section.
10463
10464 2007-01-27  Bruno Haible  <bruno@clisp.org>
10465
10466         Enforce the use of gnulib modules for unportable <string.h> functions.
10467         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
10468         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
10469         (gl_HEADER_STRING_H_BODY): Require it.
10470         * lib/string_.h: If the gnulib module XYZ is not present, redefine
10471         the symbol XYZ to one that gives a link error.
10472         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
10473         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
10474         * modules/mempcpy (configure.ac): Likewise.
10475         * modules/memrchr (configure.ac): Likewise.
10476         * modules/stpcpy (configure.ac): Likewise.
10477         * modules/stpncpy (configure.ac): Likewise.
10478         * modules/strcase (configure.ac): Likewise.
10479         * modules/strcasestr (configure.ac): Likewise.
10480         * modules/strchrnul (configure.ac): Likewise.
10481         * modules/strdup (configure.ac): Likewise.
10482         * modules/strndup (configure.ac): Likewise.
10483         * modules/strnlen (configure.ac): Likewise.
10484         * modules/strpbrk (configure.ac): Likewise.
10485         * modules/strsep (configure.ac): Likewise.
10486         * modules/strstr (configure.ac): Likewise.
10487         * modules/strtok_r (configure.ac): Likewise.
10488
10489 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
10490
10491         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
10492
10493 2007-01-30  Jim Meyering  <jim@meyering.net>
10494
10495         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
10496
10497 2007-01-29  Bruno Haible  <bruno@clisp.org>
10498
10499         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
10500         * lib/execute.c: Likewise.
10501         * lib/pipe.c: Likewise.
10502         * lib/printf-args.h: Likewise.
10503         * lib/printf-args.c: Likewise.
10504         * lib/printf-parse.c: Likewise.
10505         * lib/vasnprintf.c: Likewise.
10506
10507 2007-01-29  Eric Blake  <ebb9@byu.net>
10508
10509         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
10510         declaration.
10511
10512 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
10513
10514         * lib/strptime.h (strptime): Use 'restrict' for args where
10515         POSIX requires this.
10516         * lib/strptime.c (strptime): Likewise.
10517         Change license notice from LGPL to GPL, since gnulib-tool will
10518         change this as needed.
10519         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
10520         defined.
10521         Include "strptime.h" first, to check interface.
10522         Do not #undef _LIBC and _NL_CURRENT.
10523         Do not include <stdlib.h>; no longer needed.
10524         Include "time_r.h" and declare ptime_locale_status
10525         only if _LIBC is not defined.
10526         (__P): Remove unused macro.
10527         (match_string): Bring back glibc version, but use it only if _LIBC
10528         is defined.
10529         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
10530         Remove unnecessary assertion and abort() call.
10531         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
10532         * m4/strptime.m4: Fix serial number comment.
10533         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
10534         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
10535         (Depends-on): Add time_r.
10536
10537 2007-01-29  Bruno Haible  <bruno@clisp.org>
10538
10539         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10540         strptime.
10541         * modules/strptime (Depends-on): Add stdbool.
10542         * lib/strptime.h: Include <time.h> always. Add comments.
10543
10544 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
10545
10546         * modules/strptime: New file.
10547         * lib/strptime.h: New file.
10548         * lib/strptime.c: New file.
10549         * m4/strptime.m4: New file.
10550
10551 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
10552
10553         * MODULES.html.sh: New module mpsort.
10554         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
10555
10556         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
10557         a circularity problem with HP-UX ia64 reported by Bob Proulx in
10558         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
10559         All uses changed.
10560         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
10561         All uses changed.
10562         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
10563         to _Restrict_.
10564         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
10565         the parameter matches the prototype.
10566
10567 2007-01-28  Jim Meyering  <jim@meyering.net>
10568
10569         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
10570         sys/time.h here, reverting that part of the previous patch:
10571         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
10572
10573 2007-01-28  Bruno Haible  <bruno@clisp.org>
10574
10575         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
10576         value of $(SYS_TIME_H).
10577         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
10578         remove it conditionally, too. [added by Jim Meyering]
10579         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
10580         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
10581         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
10582         GETTIMEOFDAY_REPLACEMENT to 1.
10583
10584 2007-01-28  Bruno Haible  <bruno@clisp.org>
10585
10586         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
10587         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
10588         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
10589         Set UNISTD_H instead of UNISTD_H2.
10590         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
10591
10592 2007-01-28  Bruno Haible  <bruno@clisp.org>
10593
10594         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
10595         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
10596
10597 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10598
10599         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
10600         (func_create_testdir): Ensure C locale for `grep' and `tr'
10601         character ranges.
10602         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
10603         ACLOCAL_AMFLAGS parsing state machine.
10604
10605 2007-01-27  Bruno Haible  <bruno@clisp.org>
10606
10607         * modules/unistr/base: Update.
10608
10609 2007-01-27  Bruno Haible  <bruno@clisp.org>
10610
10611         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
10612         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
10613         * modules/unistr/u32-mbtouc-unsafe: Renamed from
10614         modules/unistr/u32-mbtouc.
10615         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
10616         * lib/unistr.h: Update.
10617         * lib/linebreak.c: Update.
10618         * modules/unistr/u32-mbtouc: Renamed from
10619         modules/unistr/u32-mbtouc-safe.
10620         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
10621         * lib/unistr.h: Update.
10622         * lib/unistr/u32-to-u8.c: Update.
10623         * lib/unistr/u32-to-u16.c: Update.
10624
10625 2007-01-27  Bruno Haible  <bruno@clisp.org>
10626
10627         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
10628         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
10629         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
10630         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
10631         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
10632         * modules/unistr/u16-mbtouc-unsafe: Renamed from
10633         modules/unistr/u16-mbtouc.
10634         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
10635         * lib/unistr.h: Update.
10636         * lib/linebreak.c: Update.
10637         * modules/linebreak: Update.
10638         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
10639         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
10640         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
10641         * modules/unistr/u16-mbtouc: Renamed from
10642         modules/unistr/u16-mbtouc-safe.
10643         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
10644         * lib/unistr.h: Update.
10645         * lib/unistr/u16-to-u8.c: Update.
10646         * modules/unistr/u16-to-u8: Update.
10647         * lib/unistr/u16-to-u32.c: Update.
10648         * modules/unistr/u16-to-u32: Update.
10649
10650 2007-01-27  Bruno Haible  <bruno@clisp.org>
10651
10652         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
10653         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
10654         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
10655         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
10656         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
10657         * modules/unistr/u8-mbtouc-unsafe: Renamed from
10658         modules/unistr/u8-mbtouc.
10659         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
10660         * lib/unistr.h: Update.
10661         * lib/striconveh.c: Update.
10662         * modules/striconveh: Update.
10663         * lib/linebreak.c: Update.
10664         * modules/linebreak: Update.
10665         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
10666         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
10667         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
10668         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
10669         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
10670         * lib/unistr.h: Update.
10671         * lib/striconveh.c: Update.
10672         * modules/striconveh: Update.
10673         * lib/unistr/u8-to-u16.c: Update.
10674         * modules/unistr/u8-to-u16: Update.
10675         * lib/unistr/u8-to-u32.c: Update.
10676         * modules/unistr/u8-to-u32: Update.
10677
10678 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10679
10680         Sync from Libtool.
10681         * lib/argz.c: Do not include strings.h nor memory.h, include
10682         string.h unconditionally.  Patch by Simon Josefsson.
10683
10684 2007-01-27  Bruno Haible  <bruno@clisp.org>
10685
10686         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
10687         from gl_HEADER_STRING_H_BODY.
10688         (gl_HEADER_STRING_H_BODY): Require it.
10689         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
10690         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
10691         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
10692         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
10693         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
10694         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
10695         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
10696         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
10697         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
10698         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
10699         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
10700         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
10701         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
10702         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
10703         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
10704
10705 2007-01-27  Bruno Haible  <bruno@clisp.org>
10706
10707         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
10708         check_PROGRAMS into noinst_PROGRAMS.
10709         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
10710         check_PROGRAMS in this case.
10711         (func_import): Set for_test to false.
10712         (func_create_testdir): Set for_test to true.
10713
10714 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10715             Bruno Haible  <bruno@clisp.org>
10716
10717         * modules/strcasestr (Files): Remove lib/strcasestr.h.
10718         (Depends-on): Add string.
10719         (Includes): Use <string.h> instead of strcasestr.h.
10720         * modules/string (Makefile.am): Also substitute the value of
10721         REPLACE_STRCASESTR.
10722         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
10723         assume strcasestr is declared in <string.h> not <strings.h>. Also
10724         set REPLACE_STRCASESTR.
10725         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
10726         REPLACE_STRCASESTR.
10727         * lib/strcasestr.h: Remove file.
10728         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
10729         * lib/string_.h (strcasestr): New declaration.
10730
10731 2007-01-27  Bruno Haible  <bruno@clisp.org>
10732
10733         * lib/string_.h: Use 'extern'.
10734
10735 2007-01-27  Jim Meyering  <jim@meyering.net>
10736
10737         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
10738         of set-but-not-used local, "q".
10739
10740         * lib/mempcpy.c: Include <config.h> before <string.h>.
10741         This fixes a compilation error on HP-UX, due to the system's
10742         "restrict"-using mempcpy prototype.
10743
10744 2007-01-26  Bruno Haible  <bruno@clisp.org>
10745
10746         Small optimization.
10747         * lib/javacomp.c: Include c-strstr.h.
10748          (is_envjavac_gcj): Use c_strstr instead of strstr.
10749         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
10750
10751 2007-01-26  Bruno Haible  <bruno@clisp.org>
10752
10753         * MODULES.html.sh (Unicode string functions): Add the new modules.
10754
10755         * modules/uniconv/u32-strconv-to-locale: New file.
10756         * lib/uniconv/u32-strconv-to-locale.c: New file.
10757
10758         * modules/uniconv/u16-strconv-to-locale: New file.
10759         * lib/uniconv/u16-strconv-to-locale.c: New file.
10760
10761         * modules/uniconv/u8-strconv-to-locale: New file.
10762         * lib/uniconv/u8-strconv-to-locale.c: New file.
10763
10764         * modules/uniconv/u32-strconv-from-locale: New file.
10765         * lib/uniconv/u32-strconv-from-locale.c: New file.
10766
10767         * modules/uniconv/u16-strconv-from-locale: New file.
10768         * lib/uniconv/u16-strconv-from-locale.c: New file.
10769
10770         * modules/uniconv/u8-strconv-from-locale: New file.
10771         * lib/uniconv/u8-strconv-from-locale.c: New file.
10772
10773         * modules/uniconv/u32-strconv-to-enc: New file.
10774         * lib/uniconv/u32-strconv-to-enc.c: New file.
10775         * modules/uniconv/u32-strconv-to-enc-tests: New file.
10776         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
10777
10778         * modules/uniconv/u16-strconv-to-enc: New file.
10779         * lib/uniconv/u16-strconv-to-enc.c: New file.
10780         * lib/uniconv/u-strconv-to-enc.h: New file.
10781         * modules/uniconv/u16-strconv-to-enc-tests: New file.
10782         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
10783
10784         * modules/uniconv/u8-strconv-to-enc: New file.
10785         * lib/uniconv/u8-strconv-to-enc.c: New file.
10786         * modules/uniconv/u8-strconv-to-enc-tests: New file.
10787         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
10788
10789         * modules/uniconv/u32-strconv-from-enc: New file.
10790         * lib/uniconv/u32-strconv-from-enc.c: New file.
10791         * modules/uniconv/u32-strconv-from-enc-tests: New file.
10792         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
10793
10794         * modules/uniconv/u16-strconv-from-enc: New file.
10795         * lib/uniconv/u16-strconv-from-enc.c: New file.
10796         * modules/uniconv/u16-strconv-from-enc-tests: New file.
10797         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
10798
10799         * modules/uniconv/u8-strconv-from-enc: New file.
10800         * lib/uniconv/u8-strconv-from-enc.c: New file.
10801         * lib/uniconv/u-strconv-from-enc.h: New file.
10802         * modules/uniconv/u8-strconv-from-enc-tests: New file.
10803         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
10804
10805         * modules/uniconv/u32-conv-from-enc: New file.
10806         * lib/uniconv/u32-conv-from-enc.c: New file.
10807         * modules/uniconv/u32-conv-from-enc-tests: New file.
10808         * tests/uniconv/test-u32-conv-from-enc.c: New file.
10809
10810         * modules/uniconv/u16-conv-from-enc: New file.
10811         * lib/uniconv/u16-conv-from-enc.c: New file.
10812         * lib/uniconv/u-conv-from-enc.h: New file.
10813         * modules/uniconv/u16-conv-from-enc-tests: New file.
10814         * tests/uniconv/test-u16-conv-from-enc.c: New file.
10815
10816         * modules/uniconv/u8-conv-from-enc: New file.
10817         * lib/uniconv/u8-conv-from-enc.c: New file.
10818         * modules/uniconv/u8-conv-from-enc-tests: New file.
10819         * tests/uniconv/test-u8-conv-from-enc.c: New file.
10820
10821         * modules/uniconv/base: New file.
10822         * lib/uniconv.h: New file.
10823
10824 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
10825
10826         * doc/gnulib-tool.texi (Initial import): Update to match current
10827         behavior with strdup module.
10828         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
10829         * lib/memmem.h: Remove; all uses removed.  This is now done
10830         by <string.h>.
10831         * lib/mempcpy.h: Likewise.
10832         * lib/memrchr.h: Likewise.
10833         * lib/stpcpy.h: Likewise.
10834         * lib/stpncpy.h: Likewise.
10835         * lib/strcase.h: Likewise.
10836         * lib/strchrnul.h: Likewise.
10837         * lib/strdup.h: Likewise.
10838         * lib/strndup.h: Likewise.
10839         * lib/strnlen.h: Likewise.
10840         * lib/strpbrk.h: Likewise.
10841         * lib/strsep.h: Likewise.
10842         * lib/strstr.h: Likewise.
10843         * lib/strtok_r.h: Likewise.
10844         * lib/string_.h: New file.
10845         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
10846         Rely on <string.h> instead.
10847         * lib/canon-host.c: Likewise.
10848         * lib/chdir-long.c: Likewise.
10849         * lib/concatpath.c: Likewise.
10850         * lib/exclude.c: Likewise.
10851         * lib/fchdir.c: Likewise.
10852         * lib/getaddrinfo.c: Likewise.
10853         * lib/getcwd.c: Likewise.
10854         * lib/getsubopt.c: Likewise.
10855         * lib/glob.c: Likewise.
10856         * lib/hard-locale.c: Likewise.
10857         * lib/iconvme.c: Likewise.
10858         * lib/javacomp.c: Likewise.
10859         * lib/mempcpy.c: Likewise.
10860         * lib/memrchr.c: Likewise.
10861         * lib/regex_internal.h: Likewise.
10862         * lib/stpncpy.c: Likewise.
10863         * lib/strcasecmp.c: Likewise.
10864         * lib/strchrnul.c: Likewise.
10865         * lib/strdup.c: Likewise.
10866         * lib/striconv.c: Likewise.
10867         * lib/striconveh.c: Likewise.
10868         * lib/striconveha.c: Likewise.
10869         * lib/strncasecmp.c: Likewise.
10870         * lib/strndup.c: Likewise.
10871         * lib/strnlen.c: Likewise.
10872         * lib/strsep.c: Likewise.
10873         * lib/strstr.c: Likewise.
10874         * lib/strtok_r.c: Likewise.
10875         * lib/userspec.c: Likewise.
10876         * lib/w32spawn.h: Likewise.
10877         * lib/xstrndup.c: Likewise.
10878         * lib/mountlist.c (strstr): Remove decl.
10879         * m4/string_h.m4: New file.
10880         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
10881         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
10882         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
10883         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
10884         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
10885         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
10886         Set REPLACE_STRCASECMP if necessary.
10887         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
10888         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
10889         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
10890         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
10891         HAVE_DECL_STRDUP if necessary.
10892         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
10893         since gl_FUNC_STRNDUP does that now.
10894         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
10895         Check for decl here...
10896         (gl_PREREQ_STRNLEN): ... not here.
10897         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
10898         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
10899         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
10900         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
10901         necessary.
10902         * modules/string: New file.
10903         * modules/memmem (Files): Remove special-purpose include file.
10904         (Depends-on): Add string.
10905         (Include): Include <string.h>, not the removed file.
10906         * modules/mempcpy: Likewise.
10907         * modules/memrchr: Likewise.
10908         * modules/stpcpy: Likewise.
10909         * modules/stpncpy: Likewise.
10910         * modules/strcase: Likewise.
10911         * modules/strchrnul: Likewise.
10912         * modules/strdup: Likewise.
10913         * modules/strndup: Likewise.
10914         * modules/strnlen: Likewise.
10915         * modules/strpbrk: Likewise.
10916         * modules/strsep: Likewise.
10917         * modules/strstr: Likewise.
10918         * modules/strtok_r: Likewise.
10919         * tests/test-dirname.c: Don't include "strdup.h", since
10920         <string.h> now suffices.
10921         * tests/test-memmem.c: Don't include "memmem.h", since
10922         <string.h> now suffices.
10923
10924 2007-01-25  Bruno Haible  <bruno@clisp.org>
10925
10926         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
10927         *resultp is 0.
10928
10929         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
10930         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
10931         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
10932         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
10933
10934         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
10935         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
10936         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
10937         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
10938         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
10939         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
10940
10941 2007-01-24  Bruno Haible  <bruno@clisp.org>
10942
10943         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
10944         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
10945         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
10946         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
10947         gl_FUNC_FTS_CORE.
10948         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
10949         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
10950         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
10951         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
10952         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
10953         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
10954         gl_FUNC_FCHOWNAT.
10955         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
10956         gl_FUNC_STRFTIME.
10957         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
10958         Reported by Ralf Wildenhues.
10959
10960 2007-01-24  Bruno Haible  <bruno@clisp.org>
10961
10962         Drop AC_REQUIRE calls that are redundant with the module dependencies.
10963         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
10964         gl_GETADDRINFO.
10965         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
10966         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
10967         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
10968
10969 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
10970
10971         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
10972         Don't use 'exit'; just return from 'main'.
10973         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
10974
10975         * lib/fnmatch_.h: Readjust white space and comments to match
10976         glibc, to avoid spurious diffs.
10977
10978 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10979
10980         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
10981         2004-12-01 change by Jakub Jelinek, since this code won't compile
10982         if !LIBC.  Problem reported by Bob Proulx.
10983
10984 2007-01-23  Bruno Haible  <bruno@clisp.org>
10985
10986         * lib/striconveh.c: Include c-strcaseeq.h.
10987         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
10988         * modules/striconveh (Depends-on): Add c-strcaseeq.
10989
10990 2007-01-23  Bruno Haible  <bruno@clisp.org>
10991
10992         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
10993
10994         * modules/c-strcaseeq: New file.
10995         * lib/c-strcaseeq.h: New file.
10996
10997         * modules/streq: New file.
10998         * lib/streq.h: New file.
10999
11000 2007-01-23  Bruno Haible  <bruno@clisp.org>
11001
11002         * modules/striconveha-tests: New file.
11003         * tests/test-striconveha.c: New file.
11004
11005         * lib/striconveha.h: Include <stdbool.h>.
11006         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
11007         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
11008         (mem_iconveha_notranslit): Renamed from mem_iconveha.
11009         (mem_iconveha): New function.
11010         (str_iconveha_notranslit): Renamed from str_iconveha.
11011         (str_iconveha): New function.
11012         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
11013         c-strcase.
11014
11015 2007-01-23  Bruno Haible  <bruno@clisp.org>
11016
11017         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
11018         encodings without forgiving before trying any encoding with handler.
11019         (str_iconveha): Try all encodings without forgiving before trying any
11020         encoding with handler.
11021
11022 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11023
11024         Import the following changes from libc.
11025
11026         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11027
11028         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
11029
11030         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
11031
11032         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
11033         normal_bracket label.
11034
11035         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
11036
11037         [BZ #361]
11038         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
11039         to normal_bracket after fetching the next character.
11040
11041 2007-01-22  Bruno Haible  <bruno@clisp.org>
11042
11043         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
11044         argument.
11045         * lib/striconveh.c (iconv_carefully_1): New function.
11046         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
11047         argument.
11048         (str_cd_iconveh): Update.
11049         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
11050         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
11051         * tests/test-striconveh.c (MAGIC): New macro.
11052         (new_offsets): New function.
11053         (main): Test call with and without offsets.
11054
11055 2007-01-22  Bruno Haible  <bruno@clisp.org>
11056
11057         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
11058         * modules/sys_select (Makefile.am): Likewise.
11059         * modules/sys_socket (Makefile.am): Likewise.
11060         * modules/sys_time (Makefile.am): Likewise.
11061
11062 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
11063
11064         * modules/gettimeofday (License): Change from GPL to LGPL, since
11065         gettimeofday is a library function.
11066
11067 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11068
11069         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
11070
11071 2007-01-21  Bruno Haible  <bruno@clisp.org>
11072
11073         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
11074
11075 2007-01-21  Bruno Haible  <bruno@clisp.org>
11076
11077         * modules/striconveha: New file.
11078         * lib/striconveha.h: New file.
11079         * lib/striconveha.c: New file.
11080         * MODULES.html.sh (Internationalization functions): Add striconveha.
11081         * lib/striconv.c (str_iconv): Optimize the case of an empty input
11082         string.
11083         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
11084
11085 2007-01-21  Bruno Haible  <bruno@clisp.org>
11086
11087         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
11088         * lib/striconveh.c (str_iconveh): Likewise.
11089
11090 2007-01-21  Bruno Haible  <bruno@clisp.org>
11091
11092         * lib/striconveh.h (mem_iconveh): New declaration.
11093         * lib/striconveh.c (mem_iconveh): New function.
11094         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
11095
11096 2007-01-21  Bruno Haible  <bruno@clisp.org>
11097
11098         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
11099
11100         * lib/striconveh.h (mem_cd_iconveh): Change specification.
11101         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
11102         original result buffer.
11103         (str_cd_iconveh): Update.
11104         * tests/test-striconveh.c (main): Update.
11105
11106         * lib/striconv.h (mem_cd_iconv): Change specification.
11107         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
11108         result buffer.
11109         (str_cd_iconv): Update.
11110         * tests/test-striconv.c (main): Update.
11111
11112 2007-01-21  Bruno Haible  <bruno@clisp.org>
11113
11114         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
11115
11116 2007-01-20  Jim Meyering  <jim@meyering.net>
11117
11118         * lib/userspec.c (parse_with_separator): If a user or group string
11119         starts with "+", skip the corresponding name-to-ID look-up, since
11120         such a look-up must fail: user and group names may not include "+".
11121
11122 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
11123
11124         * lib/poll.c: Include sys/time.h and time.h unconditionally,
11125         since we now assume the sys_time module.
11126         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
11127         check for sys/time.h; no longer needed.
11128         * modules/poll (Depends-on): Depend on sys_time.
11129
11130 2007-01-18  Bruno Haible  <bruno@clisp.org>
11131
11132         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
11133         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
11134
11135         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
11136         gettimeofday.
11137
11138         * tests/test-gettimeofday.c: Include <time.h>.
11139         (dummy): Remove variable.
11140
11141         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
11142         gl_HEADER_SYS_TIME_H.
11143         (gl_HEADER_SYS_TIME_H): New macro.
11144
11145         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
11146         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11147         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
11148         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
11149         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11150         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
11151         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
11152         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11153         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
11154         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
11155         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11156
11157         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
11158         last change; it caused a compilation error when cross-compiling to
11159         Cygwin.
11160
11161 2007-01-18  Jim Meyering  <jim@meyering.net>
11162
11163         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
11164         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
11165         than the race-prone "test -d sys || mkdir sys".
11166         (configure.ac): Use AC_PROG_MKDIR_P.
11167         * modules/sys_select: Likewise.
11168         * modules/sys_socket: Likewise.
11169         * modules/sys_time: Likewise.
11170
11171 2007-01-18  Eric Blake  <ebb9@byu.net>
11172
11173         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
11174         replace gettimeofday.
11175         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
11176         name, to avoid infinite recursion.
11177
11178 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
11179
11180         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
11181         module sys_time.
11182         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
11183         assume timespec.h defines struct timeval.
11184         * lib/settime.c: Likewise.
11185         * lib/utimens.c: Likewise.
11186         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
11187         since we now assume the gettimeofday module.
11188         * lib/tempname.c (__gen_tempname): Likewise.
11189         * lib/gettimeofday.h: Remove.
11190         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
11191         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
11192         Include <time.h>, for 'time()'.
11193         (localtime_buffer_addr): Also use this workaround if
11194         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
11195         to simplify the uses.  All uses changed.
11196         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
11197         that #undef is inside {}, and 'const' follows type name consistently.
11198         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
11199         (gettimeofday): Do not use the maximum possible value for
11200         tv->tv_usec, since that might break usages other than ls.c.
11201         Instead, we'll leave ls.c alone.  This undoes today's patch
11202         by Bruno.  Add a compile-time warning for 1s-clock resolution;
11203         we've never observed the problem but might as well keep the
11204         canary.
11205         * lib/nanosleep.c: Include timespec.h first, for interface check.
11206         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
11207         now assume the sys_time module.
11208         * lib/tempname.c: Likewise.
11209         * lib/timespec.h: Likewise.
11210         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
11211         needed.
11212         * lib/strftime.c: Likewise.
11213         * lib/timespec.h: Likewise.
11214         * lib/posixtm.c: Include posixtm.h first, for interface check.
11215         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
11216         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
11217         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
11218         * lib/sys_time_.h: New file.
11219         * lib/timespec.h (struct timespec): Use long int, not long.
11220         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
11221         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
11222         Remove obsolescent call to AC_HEADER_TIME.
11223         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
11224         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11225         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
11226         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
11227         Likewise.
11228         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
11229         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
11230         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
11231         into the sys_time module.  Check for gettimeofday just once.
11232         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
11233         for gettimeofday signature to just check the signature.  Merely
11234         compile it, since linking doesn't test signature.  Improve test for
11235         whether gettimeofday.o is actually needed.
11236         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
11237         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
11238         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
11239         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11240         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
11241         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
11242         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
11243         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
11244         than worrying about sys/time.h.
11245         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11246         Don't bother worrying about TIME_WITH_SYS_TIME.
11247         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
11248         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
11249         * m4/sys_time_h.m4: New file.
11250         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
11251         Don't include sys/time.h.  Return from main rather than exiting.
11252         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
11253         all uses changed.
11254         * modules/gethrxtime (Depends-on): Add sys_time.
11255         * modules/gettime (Depends-on): Likewise.
11256         * modules/gettimeofday (Depends-on): Likewise.
11257         * modules/nanosleep (Depends-on): Likewise.
11258         * modules/settime (Depends-on): Likewise.
11259         * modules/tempname (Depends-on): Likewise.
11260         * modules/utimens (Depends-on): Likewise.
11261         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
11262         (Include:) Change back to <sys/time.h>.
11263         (Maintainer:) Add self.
11264         * modules/sys_time: New file.
11265         * modules/tempname (Depends-on): Add gettimeofday.
11266         * tests/test-gettimeofday.c: Include <sys/time.h>
11267         rather than gettimeofday.h.
11268
11269 2007-01-17  Bruno Haible  <bruno@clisp.org>
11270
11271         * gnulib-tool (func_get_license): Revert last patch. Instead, let
11272         the license default to GPL.
11273         (func_create_testdir): Don't complain if a module is LGPL and its
11274         tests module depends on GPLed modules.
11275
11276 2007-01-17  Bruno Haible  <bruno@clisp.org>
11277
11278         * lib/gettimeofday.c (gettimeofday): Add code for the case
11279         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
11280         maximum possible value for tv->tv_usec, rather than the minimum one.
11281
11282 2005-10-08  Martin Lambers  <marlam@marlam.de>
11283 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
11284 2007-01-16  Bruno Haible  <bruno@clisp.org>
11285
11286         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
11287         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
11288         gl_FUNC_GETTIMEOFDAY.
11289         (Include): Add gettimeofday.h.
11290         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
11291         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
11292         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
11293         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
11294         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
11295         * lib/gettimeofday.h: New file.
11296         * lib/gettimeofday.c: Include <sys/timeb.h>.
11297         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
11298         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11299         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
11300         fall back on time().
11301
11302         * tests/test-gettimeofday.c: New file.
11303         * modules/gettimeofday-tests: New file.
11304
11305 2007-01-16  Eric Blake  <ebb9@byu.net>
11306
11307         * modules/fnmatch (Depends-on): Depend on wchar.
11308         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
11309         * m4/fnmatch.m4: Likewise.
11310         * modules/mbchar (Makefile.am): Assume <wchar.h>.
11311         * m4/mbchar.m4: Likewise.
11312         * modules/mbswidth (Depends-on): Depend on wchar.
11313         * lib/mbswidth.c: Assume <wchar.h>.
11314         * m4/mbswidth.m4: Likewise.
11315         * modules/quotearg (Depends-on): Depend on wchar.
11316         * lib/quotearg.c: Assume <wchar.h>.
11317         * m4/quotearg.m4: Likewise.
11318         * modules/regex (Depends-on): Depend on wchar.
11319         * lib/regex_internal.h: Assume <wchar.h>.
11320         * m4/regex.m4: Likewise.
11321         * modules/stdint (Depends-on): Depend on wchar.
11322         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
11323         * m4/stdint.m4: Likewise.
11324         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
11325         * modules/strftime (Depends-on): Depend on wchar.
11326         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
11327         * modules/strtol (Depends-on): Depend on wchar.
11328         * lib/strtol.c: Assume <wchar.h>.
11329         * modules/wcwidth (Depends-on): Depend on wchar.
11330         * lib/wcwidth.h: Assume <wchar.h>.
11331         * m4/wcwidth.m4: Likewise.
11332
11333 2007-01-16  Bruno Haible  <bruno@clisp.org>
11334
11335         * modules/csharpexec-script: New, created from...
11336         * modules/csharpexec: ... this.
11337
11338 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
11339
11340         * modules/javaexec-script: New, created from...
11341         * modules/javaexec: ... this.
11342
11343 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11344
11345         * modules/poll (Dependencies): Add sys_select.
11346
11347 2007-01-15  Jim Meyering  <jim@meyering.net>
11348
11349         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
11350         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
11351         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
11352         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
11353
11354 2007-01-15  Bruno Haible  <bruno@clisp.org>
11355
11356         * modules/striconveh: New file.
11357         * lib/striconveh.h: New file.
11358         * lib/striconveh.c: New file.
11359         * MODULES.html.sh (Internationalization functions): Add striconveh.
11360
11361         * modules/striconveh-tests: New file.
11362         * tests/test-striconveh.c: New file.
11363
11364 2007-01-15  Bruno Haible  <bruno@clisp.org>
11365
11366         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
11367         not from GNU libiconv or GNU libc.
11368
11369 2007-01-15  Bruno Haible  <bruno@clisp.org>
11370
11371         * doc/gnulib-intro.texi (Copyright): Explain the different license
11372         terms for module descriptions, autoconf macros, tests, documentation.
11373
11374 2007-01-14  Bruno Haible  <bruno@clisp.org>
11375
11376         * modules/striconv-tests: New file.
11377         * tests/test-striconv.c: New file.
11378
11379 2007-01-14  Bruno Haible  <bruno@clisp.org>
11380
11381         * modules/iconv-tests: New file.
11382         * tests/test-iconv.c: New file.
11383
11384 2007-01-14  Bruno Haible  <bruno@clisp.org>
11385
11386         * gnulib-tool (func_get_license): For test modules, use the license of
11387         the main module.
11388
11389 2007-01-14  Bruno Haible  <bruno@clisp.org>
11390
11391         * modules/iconv (Include): Clarify that <iconv.h> can only be included
11392         if iconv is found to exist.
11393
11394 2007-01-14  Bruno Haible  <bruno@clisp.org>
11395
11396         * modules/c-ctype-tests: New file.
11397         * tests/test-c-ctype.c: New file.
11398
11399 2007-01-14  Bruno Haible  <bruno@clisp.org>
11400
11401         * modules/binary-io-tests: New file.
11402         * tests/test-binary-io.sh: New file.
11403         * tests/test-binary-io.c: New file.
11404
11405 2007-01-14  Bruno Haible  <bruno@clisp.org>
11406
11407         * modules/array-oset-tests: New file.
11408         * tests/test-array_oset.c: New file.
11409
11410 2007-01-14  Bruno Haible  <bruno@clisp.org>
11411
11412         * modules/array-list-tests: New file.
11413         * tests/test-array_list.c: New file.
11414
11415 2007-01-14  Bruno Haible  <bruno@clisp.org>
11416
11417         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
11418         and make.
11419         Reported by Simon Josefsson in
11420         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
11421
11422 2007-01-14  Bruno Haible  <bruno@clisp.org>
11423
11424         * modules/allocsa-tests: New file.
11425         * tests/test-allocsa.c: New file.
11426
11427 2007-01-14  Bruno Haible  <bruno@clisp.org>
11428
11429         * modules/fchdir (Depends-on): Add absolute-header.
11430         * modules/unistd (Depends-on): Likewise.
11431
11432 2006-12-30  Bruno Haible  <bruno@clisp.org>
11433
11434         * modules/fchdir: New file.
11435         * modules/unistd (Files): Add lib/unistd_.h.
11436         (Makefile.am): Generate unistd.h from unistd_.h.
11437         * lib/fchdir.c: New file.
11438         * lib/dirent_.h: New file.
11439         * lib/unistd_.h: New file.
11440         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
11441         * m4/fchdir.m4: New file.
11442         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
11443         (gl_HEADER_UNISTD): Invoke it.
11444         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
11445         function.
11446         * lib/backupfile.c (opendir, closedir): Undefine.
11447         * lib/chown.c (open, close): Undefine.
11448         * lib/clean-temp.c (open, close): Undefine.
11449         * lib/copy-file.c (open, close): Undefine.
11450         * lib/execute.c (open, close): Undefine.
11451         * lib/fsusage.c (open, close): Undefine.
11452         * lib/gc-gnulib.c (open, close): Undefine.
11453         * lib/getcwd.c (opendir, closedir): Undefine.
11454         * lib/glob.c (opendir, closedir): Undefine.
11455         * lib/javacomp.c (open, close): Undefine.
11456         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
11457         * lib/openat-proc.c (open, close): Undefine.
11458         * lib/pagealign_alloc.c (open, close): Undefine.
11459         * lib/pipe.c (open, close): Undefine.
11460         * lib/progreloc.c (open, close): Undefine.
11461         * lib/savedir.c (opendir, closedir): Undefine.
11462         * lib/utime.c (open, close): Undefine.
11463         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
11464
11465 2007-01-10  Bruno Haible  <bruno@clisp.org>
11466
11467         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
11468
11469 2007-01-12  Eric Blake  <ebb9@byu.net>
11470
11471         Provide a robust <wchar.h>.  Further simplifications are now
11472         possible in other modules, but not included here.
11473         * modules/wchar: New module.
11474         * m4/wchar.m4: New file.
11475         * lib/wchar_.h: Likewise.
11476         * modules/mbchar (Depends-on): Depend on wchar, as the first use
11477         of the new module.
11478         * MODULES.html.sh (Extended multibyte and wide character utilities):
11479         New section.
11480
11481 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
11482
11483         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
11484         to a reasonable default for memory allocation.
11485         (xreadlink): Don't allocate a huge buffer, to work around a buggy
11486         file system that reports garbage st_size values for symlinks.
11487         Problem reported by Liyang Hu.
11488
11489 2007-01-11  Simon Josefsson  <simon@josefsson.org>
11490
11491         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
11492         Emacs .#* auto-save files).
11493
11494 2007-01-11  Bruno Haible  <bruno@clisp.org>
11495
11496         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
11497         directory.
11498
11499 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11500
11501         Use @...@ consistently in lib/wctype_.h.
11502         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
11503         on it being set to 1 or 0.
11504         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
11505         go back to AC_SUBSTing it.
11506         * modules/wctype (Makefile.am): Undo previous change.
11507
11508 2007-01-10  Eric Blake  <ebb9@byu.net>
11509
11510         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
11511         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
11512         * modules/wctype (Makefile.am): Likewise.
11513         Reported by Chris McGuire.
11514
11515 2007-01-10  Jim Meyering  <jim@meyering.net>
11516
11517         fts.c: a small readability/maintainability improvement
11518         * lib/fts.c (fts_read): Make this code slightly more readable and
11519         maintainable by hoisting the "sp->fts_cur = p" assignments to
11520         immediately follow the statements that set P.  Derived from
11521         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
11522
11523 2007-01-10  Eric Blake  <ebb9@byu.net>
11524
11525         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
11526         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
11527         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
11528         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
11529         Reported by Chris McGuire.
11530
11531 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11532
11533         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
11534         in sed script.
11535
11536 2007-01-09  Bruno Haible  <bruno@clisp.org>
11537
11538         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
11539         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
11540         variables.
11541         (func_module): Use them.
11542
11543 2007-01-09  Bruno Haible  <bruno@clisp.org>
11544
11545         * modules/unistr/base: New file.
11546         * lib/unistr.h: New file.
11547
11548         * modules/unistr/u8-to-u16: New file.
11549         * lib/unistr/u8-to-u16.c: New file.
11550
11551         * modules/unistr/u8-to-u32: New file.
11552         * lib/unistr/u8-to-u32.c: New file.
11553
11554         * modules/unistr/u16-to-u8: New file.
11555         * lib/unistr/u16-to-u8.c: New file.
11556
11557         * modules/unistr/u16-to-u32: New file.
11558         * lib/unistr/u16-to-u32.c: New file.
11559
11560         * modules/unistr/u32-to-u8: New file.
11561         * lib/unistr/u32-to-u8.c: New file.
11562
11563         * modules/unistr/u32-to-u16: New file.
11564         * lib/unistr/u32-to-u16.c: New file.
11565
11566         * modules/unistr/u8-check: New file.
11567         * modules/unistr/u16-check: New file.
11568         * modules/unistr/u32-check: New file.
11569         * lib/unistr/u8-check.c: New file.
11570         * lib/unistr/u16-check.c: New file.
11571         * lib/unistr/u32-check.c: New file.
11572
11573         * modules/unistr/u8-chr: New file.
11574         * modules/unistr/u16-chr: New file.
11575         * modules/unistr/u32-chr: New file.
11576         * lib/unistr/u8-chr.c: New file.
11577         * lib/unistr/u16-chr.c: New file.
11578         * lib/unistr/u32-chr.c: New file.
11579
11580         * modules/unistr/u8-cmp: New file.
11581         * modules/unistr/u16-cmp: New file.
11582         * modules/unistr/u32-cmp: New file.
11583         * lib/unistr/u8-cmp.c: New file.
11584         * lib/unistr/u16-cmp.c: New file.
11585         * lib/unistr/u32-cmp.c: New file.
11586
11587         * modules/unistr/u8-cpy: New file.
11588         * modules/unistr/u16-cpy: New file.
11589         * modules/unistr/u32-cpy: New file.
11590         * lib/unistr/u8-cpy.c: New file.
11591         * lib/unistr/u16-cpy.c: New file.
11592         * lib/unistr/u32-cpy.c: New file.
11593         * lib/unistr/u-cpy.h: New file.
11594
11595         * modules/unistr/u8-cpy-alloc: New file.
11596         * modules/unistr/u16-cpy-alloc: New file.
11597         * modules/unistr/u32-cpy-alloc: New file.
11598         * lib/unistr/u8-cpy-alloc.c: New file.
11599         * lib/unistr/u16-cpy-alloc.c: New file.
11600         * lib/unistr/u32-cpy-alloc.c: New file.
11601         * lib/unistr/u-cpy-alloc.h: New file.
11602
11603         * modules/unistr/u8-endswith: New file.
11604         * modules/unistr/u16-endswith: New file.
11605         * modules/unistr/u32-endswith: New file.
11606         * lib/unistr/u8-endswith.c: New file.
11607         * lib/unistr/u16-endswith.c: New file.
11608         * lib/unistr/u32-endswith.c: New file.
11609         * lib/unistr/u-endswith.h: New file.
11610
11611         * modules/unistr/u8-mblen: New file.
11612         * modules/unistr/u16-mblen: New file.
11613         * modules/unistr/u32-mblen: New file.
11614         * lib/unistr/u8-mblen.c: New file.
11615         * lib/unistr/u16-mblen.c: New file.
11616         * lib/unistr/u32-mblen.c: New file.
11617
11618         * modules/unistr/u8-mbtouc: New file.
11619         * modules/unistr/u16-mbtouc: New file.
11620         * modules/unistr/u32-mbtouc: New file.
11621         * lib/unistr/u8-mbtouc.c: New file.
11622         * lib/unistr/u16-mbtouc.c: New file.
11623         * lib/unistr/u32-mbtouc.c: New file.
11624
11625         * modules/unistr/u8-mbtouc-safe: New file.
11626         * modules/unistr/u16-mbtouc-safe: New file.
11627         * modules/unistr/u32-mbtouc-safe: New file.
11628         * lib/unistr/u8-mbtouc-safe.c: New file.
11629         * lib/unistr/u16-mbtouc-safe.c: New file.
11630         * lib/unistr/u32-mbtouc-safe.c: New file.
11631
11632         * modules/unistr/u8-move: New file.
11633         * modules/unistr/u16-move: New file.
11634         * modules/unistr/u32-move: New file.
11635         * lib/unistr/u8-move.c: New file.
11636         * lib/unistr/u16-move.c: New file.
11637         * lib/unistr/u32-move.c: New file.
11638         * lib/unistr/u-move.h: New file.
11639
11640         * modules/unistr/u8-next: New file.
11641         * modules/unistr/u16-next: New file.
11642         * modules/unistr/u32-next: New file.
11643         * lib/unistr/u8-next.c: New file.
11644         * lib/unistr/u16-next.c: New file.
11645         * lib/unistr/u32-next.c: New file.
11646
11647         * modules/unistr/u8-prev: New file.
11648         * modules/unistr/u16-prev: New file.
11649         * modules/unistr/u32-prev: New file.
11650         * lib/unistr/u8-prev.c: New file.
11651         * lib/unistr/u16-prev.c: New file.
11652         * lib/unistr/u32-prev.c: New file.
11653
11654         * modules/unistr/u8-set: New file.
11655         * modules/unistr/u16-set: New file.
11656         * modules/unistr/u32-set: New file.
11657         * lib/unistr/u8-set.c: New file.
11658         * lib/unistr/u16-set.c: New file.
11659         * lib/unistr/u32-set.c: New file.
11660         * lib/unistr/u-set.h: New file.
11661
11662         * modules/unistr/u8-startswith: New file.
11663         * modules/unistr/u16-startswith: New file.
11664         * modules/unistr/u32-startswith: New file.
11665         * lib/unistr/u8-startswith.c: New file.
11666         * lib/unistr/u16-startswith.c: New file.
11667         * lib/unistr/u32-startswith.c: New file.
11668         * lib/unistr/u-startswith.h: New file.
11669
11670         * modules/unistr/u8-stpcpy: New file.
11671         * modules/unistr/u16-stpcpy: New file.
11672         * modules/unistr/u32-stpcpy: New file.
11673         * lib/unistr/u8-stpcpy.c: New file.
11674         * lib/unistr/u16-stpcpy.c: New file.
11675         * lib/unistr/u32-stpcpy.c: New file.
11676         * lib/unistr/u-stpcpy.h: New file.
11677
11678         * modules/unistr/u8-stpncpy: New file.
11679         * modules/unistr/u16-stpncpy: New file.
11680         * modules/unistr/u32-stpncpy: New file.
11681         * lib/unistr/u8-stpncpy.c: New file.
11682         * lib/unistr/u16-stpncpy.c: New file.
11683         * lib/unistr/u32-stpncpy.c: New file.
11684         * lib/unistr/u-stpncpy.h: New file.
11685
11686         * modules/unistr/u8-strcat: New file.
11687         * modules/unistr/u16-strcat: New file.
11688         * modules/unistr/u32-strcat: New file.
11689         * lib/unistr/u8-strcat.c: New file.
11690         * lib/unistr/u16-strcat.c: New file.
11691         * lib/unistr/u32-strcat.c: New file.
11692         * lib/unistr/u-strcat.h: New file.
11693
11694         * modules/unistr/u8-strchr: New file.
11695         * modules/unistr/u16-strchr: New file.
11696         * modules/unistr/u32-strchr: New file.
11697         * lib/unistr/u8-strchr.c: New file.
11698         * lib/unistr/u16-strchr.c: New file.
11699         * lib/unistr/u32-strchr.c: New file.
11700
11701         * modules/unistr/u8-strcmp: New file.
11702         * modules/unistr/u16-strcmp: New file.
11703         * modules/unistr/u32-strcmp: New file.
11704         * lib/unistr/u8-strcmp.c: New file.
11705         * lib/unistr/u16-strcmp.c: New file.
11706         * lib/unistr/u32-strcmp.c: New file.
11707
11708         * modules/unistr/u8-strcpy: New file.
11709         * modules/unistr/u16-strcpy: New file.
11710         * modules/unistr/u32-strcpy: New file.
11711         * lib/unistr/u8-strcpy.c: New file.
11712         * lib/unistr/u16-strcpy.c: New file.
11713         * lib/unistr/u32-strcpy.c: New file.
11714         * lib/unistr/u-strcpy.h: New file.
11715
11716         * modules/unistr/u8-strcspn: New file.
11717         * modules/unistr/u16-strcspn: New file.
11718         * modules/unistr/u32-strcspn: New file.
11719         * lib/unistr/u8-strcspn.c: New file.
11720         * lib/unistr/u16-strcspn.c: New file.
11721         * lib/unistr/u32-strcspn.c: New file.
11722         * lib/unistr/u-strcspn.h: New file.
11723
11724         * modules/unistr/u8-strdup: New file.
11725         * modules/unistr/u16-strdup: New file.
11726         * modules/unistr/u32-strdup: New file.
11727         * lib/unistr/u8-strdup.c: New file.
11728         * lib/unistr/u16-strdup.c: New file.
11729         * lib/unistr/u32-strdup.c: New file.
11730         * lib/unistr/u-strdup.h: New file.
11731
11732         * modules/unistr/u8-strlen: New file.
11733         * modules/unistr/u16-strlen: New file.
11734         * modules/unistr/u32-strlen: New file.
11735         * lib/unistr/u8-strlen.c: New file.
11736         * lib/unistr/u16-strlen.c: New file.
11737         * lib/unistr/u32-strlen.c: New file.
11738         * lib/unistr/u-strlen.h: New file.
11739
11740         * modules/unistr/u8-strmblen: New file.
11741         * modules/unistr/u16-strmblen: New file.
11742         * modules/unistr/u32-strmblen: New file.
11743         * lib/unistr/u8-strmblen.c: New file.
11744         * lib/unistr/u16-strmblen.c: New file.
11745         * lib/unistr/u32-strmblen.c: New file.
11746
11747         * modules/unistr/u8-strmbtouc: New file.
11748         * modules/unistr/u16-strmbtouc: New file.
11749         * modules/unistr/u32-strmbtouc: New file.
11750         * lib/unistr/u8-strmbtouc.c: New file.
11751         * lib/unistr/u16-strmbtouc.c: New file.
11752         * lib/unistr/u32-strmbtouc.c: New file.
11753
11754         * modules/unistr/u8-strncat: New file.
11755         * modules/unistr/u16-strncat: New file.
11756         * modules/unistr/u32-strncat: New file.
11757         * lib/unistr/u8-strncat.c: New file.
11758         * lib/unistr/u16-strncat.c: New file.
11759         * lib/unistr/u32-strncat.c: New file.
11760         * lib/unistr/u-strncat.h: New file.
11761
11762         * modules/unistr/u8-strncmp: New file.
11763         * modules/unistr/u16-strncmp: New file.
11764         * modules/unistr/u32-strncmp: New file.
11765         * lib/unistr/u8-strncmp.c: New file.
11766         * lib/unistr/u16-strncmp.c: New file.
11767         * lib/unistr/u32-strncmp.c: New file.
11768
11769         * modules/unistr/u8-strncpy: New file.
11770         * modules/unistr/u16-strncpy: New file.
11771         * modules/unistr/u32-strncpy: New file.
11772         * lib/unistr/u8-strncpy.c: New file.
11773         * lib/unistr/u16-strncpy.c: New file.
11774         * lib/unistr/u32-strncpy.c: New file.
11775         * lib/unistr/u-strncpy.h: New file.
11776
11777         * modules/unistr/u8-strnlen: New file.
11778         * modules/unistr/u16-strnlen: New file.
11779         * modules/unistr/u32-strnlen: New file.
11780         * lib/unistr/u8-strnlen.c: New file.
11781         * lib/unistr/u16-strnlen.c: New file.
11782         * lib/unistr/u32-strnlen.c: New file.
11783         * lib/unistr/u-strnlen.h: New file.
11784
11785         * modules/unistr/u8-strpbrk: New file.
11786         * modules/unistr/u16-strpbrk: New file.
11787         * modules/unistr/u32-strpbrk: New file.
11788         * lib/unistr/u8-strpbrk.c: New file.
11789         * lib/unistr/u16-strpbrk.c: New file.
11790         * lib/unistr/u32-strpbrk.c: New file.
11791         * lib/unistr/u-strpbrk.h: New file.
11792
11793         * modules/unistr/u8-strrchr: New file.
11794         * modules/unistr/u16-strrchr: New file.
11795         * modules/unistr/u32-strrchr: New file.
11796         * lib/unistr/u8-strrchr.c: New file.
11797         * lib/unistr/u16-strrchr.c: New file.
11798         * lib/unistr/u32-strrchr.c: New file.
11799
11800         * modules/unistr/u8-strspn: New file.
11801         * modules/unistr/u16-strspn: New file.
11802         * modules/unistr/u32-strspn: New file.
11803         * lib/unistr/u8-strspn.c: New file.
11804         * lib/unistr/u16-strspn.c: New file.
11805         * lib/unistr/u32-strspn.c: New file.
11806         * lib/unistr/u-strspn.h: New file.
11807
11808         * modules/unistr/u8-strstr: New file.
11809         * modules/unistr/u16-strstr: New file.
11810         * modules/unistr/u32-strstr: New file.
11811         * lib/unistr/u8-strstr.c: New file.
11812         * lib/unistr/u16-strstr.c: New file.
11813         * lib/unistr/u32-strstr.c: New file.
11814         * lib/unistr/u-strstr.h: New file.
11815
11816         * modules/unistr/u8-strtok: New file.
11817         * modules/unistr/u16-strtok: New file.
11818         * modules/unistr/u32-strtok: New file.
11819         * lib/unistr/u8-strtok.c: New file.
11820         * lib/unistr/u16-strtok.c: New file.
11821         * lib/unistr/u32-strtok.c: New file.
11822         * lib/unistr/u-strtok.h: New file.
11823
11824         * modules/unistr/u8-uctomb: New file.
11825         * modules/unistr/u16-uctomb: New file.
11826         * modules/unistr/u32-uctomb: New file.
11827         * lib/unistr/u8-uctomb.c: New file.
11828         * lib/unistr/u16-uctomb.c: New file.
11829         * lib/unistr/u32-uctomb.c: New file.
11830
11831         * MODULES.html.sh (Unicode string functions): Add the new modules.
11832
11833 2007-01-08  Bruno Haible  <bruno@clisp.org>
11834
11835         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
11836         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
11837         subdirectories.
11838
11839 2007-01-08  Karl Berry  <karl@gnu.org>
11840
11841         * doc/error.texi: mention that main() fns must set program_name
11842         when progname is used.
11843
11844 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
11845
11846         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
11847         WCTYPE_H is empty, for the benefit of builds from non-distclean
11848         directories.  Problem reported by Eric Blake in
11849         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
11850
11851 2007-01-08  Bruno Haible  <bruno@clisp.org>
11852
11853         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
11854         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
11855         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
11856         PROVIDE_CANONICALIZE_FILENAME_MODE.
11857         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
11858
11859 2007-01-08  Bruno Haible  <bruno@clisp.org>
11860
11861         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
11862         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
11863         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
11864         * lib/fts.c: Likewise.
11865         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
11866
11867 2006-12-25  Bruno Haible  <bruno@clisp.org>
11868
11869         * modules/utf8-ucs4-safe: New file.
11870         * lib/utf8-ucs4-safe.h: New file.
11871         * lib/unistr/utf8-ucs4-safe.c: New file.
11872
11873         * modules/utf16-ucs4-safe: New file.
11874         * lib/utf16-ucs4-safe.h: New file.
11875         * lib/unistr/utf16-ucs4-safe.c: New file.
11876
11877         * MODULES.html.sh (Unicode string functions): Add the new modules.
11878
11879 2007-01-08  Bruno Haible  <bruno@clisp.org>
11880
11881         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
11882         (Depends-on): Add unitypes.
11883         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
11884         (u8_mbtouc_aux): Move out to separate file.
11885         (u8_mbtouc): Use ucs4_t, uint8_t types.
11886         * lib/unistr/utf8-ucs4.c: New file.
11887
11888         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
11889         (Depends-on): Add unitypes.
11890         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
11891         (u16_mbtouc_aux): Move out to separate file.
11892         (u16_mbtouc): Use ucs4_t, uint16_t types.
11893         * lib/unistr/utf16-ucs4.c: New file.
11894
11895         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
11896         (Depends-on): Add unitypes.
11897         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
11898         (u8_uctomb_aux): Move out to separate file.
11899         (u8_uctomb): Use ucs4_t, uint8_t types.
11900         * lib/unistr/ucs4-utf8.c: New file.
11901
11902         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
11903         (Depends-on): Add unitypes.
11904         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
11905         (u16_uctomb_aux): Move out to separate file.
11906         (u16_uctomb): Use ucs4_t, uint16_t types.
11907         * lib/unistr/ucs4-utf16.c: New file.
11908
11909 2006-12-25  Bruno Haible  <bruno@clisp.org>
11910
11911         * modules/unitypes: New file.
11912         * lib/unitypes.h: New file.
11913         * MODULES.html.sh (func_all_modules): New section "Unicode string
11914         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
11915         this section. Add unitypes.
11916
11917 2007-01-08  Bruno Haible  <bruno@clisp.org>
11918
11919         Avoid variable names that conflict with those from libtool.
11920         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
11921         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
11922         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
11923         library_names_spec to acl_library_names_spec, hardcode_* to
11924         acl_hardcode_*.
11925         Reported by Ralf Wildenhues.
11926
11927 2007-01-08  Bruno Haible  <bruno@clisp.org>
11928
11929         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
11930         definition.
11931         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
11932         definition.
11933         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
11934         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
11935         definition.
11936         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
11937         definition.
11938         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
11939         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
11940         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
11941         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
11942         definition.
11943         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
11944         definition.
11945         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
11946         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
11947         GC_USE_<algorithm>.
11948         * lib/gc-libgcrypt.c: Likewise.
11949         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
11950         * modules/gc-arctwo (configure.ac): Likewise.
11951         * modules/gc-des (configure.ac): Likewise.
11952         * modules/gc-hmac-md5 (configure.ac): Likewise.
11953         * modules/gc-hmac-sha1 (configure.ac): Likewise.
11954         * modules/gc-md2 (configure.ac): Likewise.
11955         * modules/gc-md4 (configure.ac): Likewise.
11956         * modules/gc-md5 (configure.ac): Likewise.
11957         * modules/gc-random (configure.ac): Likewise.
11958         * modules/gc-rijndael (configure.ac): Likewise.
11959         * modules/gc-sha1 (configure.ac): Likewise.
11960
11961 2007-01-08  Bruno Haible  <bruno@clisp.org>
11962
11963         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
11964         macro definition.
11965         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
11966         definition.
11967         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
11968         definition.
11969         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
11970         * modules/fcntl-safer (configure.ac): Likewise.
11971         * modules/fopen-safer (configure.ac): Likewise.
11972         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
11973         GNULIB_FWRITEERROR macro definition.
11974
11975 2007-01-08  Bruno Haible  <bruno@clisp.org>
11976
11977         * m4/gnulib-common.m4: New file.
11978         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
11979         (func_get_filelist): Add m4/gnulib-common.m4.
11980
11981 2007-01-08  Bruno Haible  <bruno@clisp.org>
11982
11983         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
11984         command.
11985
11986 2007-01-08  Jim Meyering  <jim@meyering.net>
11987
11988         Use a more robust test for a "can't happen" condition.
11989         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
11990         narrowed the st_size value.  Presuming the "can't happen" condition
11991         is true, that narrowing could conceivably convert an invalid st_size
11992         value into a valid one.  Instead, use a change based on Matthew
11993         Woehlke's original patch.
11994
11995         Slight readability improvement: use an assert-like macro
11996         in place of literal "abort ()" uses.
11997         * lib/fts.c (fts_assert): Define.
11998         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
11999         Use this macro instead of a bare 'abort'.
12000
12001 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
12002
12003         Don't worry about using IRIX 5.3's wctype.h broken definitions;
12004         simply work around them.
12005         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
12006         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
12007         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
12008         declaring.
12009         Don't bother to define as macros, since the standard doesn't require it.
12010         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
12011         longer worry about IRIX 5.3.
12012         (HAVE_WCTYPE_CTMP_BUG): Remove.
12013
12014 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12015
12016         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
12017         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
12018         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
12019         Problems reported by Georg Schwarz for IRIX 5.3.
12020
12021         * gnulib-tool (autoconf_minversion): Take the maximum version number
12022         found, not the minimum.  Problem reported by James Youngman.
12023
12024 2007-01-03  Karl Berry  <karl@gnu.org>
12025
12026         * doc/error.texi: new file, explaining interaction with progname.
12027         * doc/gnulib.texi: include it.  Update copyright.
12028
12029 2007-01-03  Simon Josefsson  <simon@josefsson.org>
12030
12031         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
12032         AC_CANONICAL_HOST, to improve autobuild outputs.
12033
12034 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
12035             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
12036
12037         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
12038         sockets, server sockets, and other file descriptors.  Count errors
12039         to compute the return value.  Reorder the code a bit to be easier
12040         to follow.  Don't set event bits that were not requested (except
12041         POLLERR and POLLHUP).
12042
12043 2007-01-01  Bruno Haible  <bruno@clisp.org>
12044
12045         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
12046
12047 2007-01-03  Jim Meyering  <jim@meyering.net>
12048
12049         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
12050
12051 2007-01-02  Bruno Haible  <bruno@clisp.org>
12052
12053         * modules/settime (Include): Require timespec.h.
12054         * modules/nanosleep (Include): Likewise.
12055
12056 2007-01-01  Bruno Haible  <bruno@clisp.org>
12057
12058         * gnulib-tool (func_emit_copyright_notice): Bump year.
12059         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
12060
12061 2007-01-01  Bruno Haible  <bruno@clisp.org>
12062
12063         Improve support for OpenBSD.
12064         * build-aux/config.rpath (libname_spec): Export.
12065         (library_names_spec): New variable. Export.
12066         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
12067         library_names_spec from the config.rpath output. Locate shared library
12068         through the name pattern in library_names_spec.
12069
12070 2007-01-01  Eric Blake  <ebb9@byu.net>
12071
12072         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
12073
12074 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
12075
12076         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
12077         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
12078         assume the C locale, and avoid an "eval" that could cause trouble.
12079         Problem with SORT reported by Bob Proulx.
12080
12081         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
12082         Define.  Trivial patch from Henning Nielsen Lund, originally
12083         sent to bug-grep@gnu.org today.
12084
12085 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
12086
12087         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
12088         struct stat.  Problem reported by Henning Nielsen Lund.
12089         * lib/acl.c: Include acl.h first, to check interface.  Don't
12090         bother to include sys/types.h and sys/stat.h again.
12091
12092 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
12093
12094         Import the following change from libc; problem reported by
12095         Sven Verdoolaege.
12096
12097         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
12098
12099         [BZ #1373]
12100         * lib/argp.h: Remove __NTH for __argp_usage inline function.
12101
12102 2006-12-28  Jim Meyering  <jim@meyering.net>
12103
12104         * build-aux/announce-gen: Do not assume that the package
12105         builds any of tar.gz, tar.bz2, and .xdelta files.
12106         Suggestion from Simon Josefsson.
12107
12108 2006-12-28  Simon Josefsson  <simon@josefsson.org>
12109
12110         * modules/announce-gen: New file.
12111
12112 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
12113
12114         * lib/mbchar.h: Just include <wctype.h>; the wctype module
12115         handles its gotchas now.
12116         * lib/mbswidth.c: Likewise.
12117         * lib/wcwidth.h: Likewise.
12118         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
12119         and iswcntrl; the wctype module does this stuff now.
12120         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
12121         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
12122         * modules/mbchar (Depends-on): Add wctype.
12123         * modules/mbswidth (Depends-on): Likewise.
12124         * modules/wcwidth (Depends-on): Likewise.
12125
12126 2006-12-27  Eric Blake  <ebb9@byu.net>
12127
12128         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
12129         module uses more than what <wctype.h> is required to provide.
12130
12131 2006-12-26  Eric Blake  <ebb9@byu.net>
12132
12133         * gnulib-tool (sed_extract_prog): Avoid space-tab.
12134
12135 2006-12-26  Eric Blake  <ebb9@byu.net>
12136
12137         * modules/absolute-header: New module.
12138         * modules/fcntl (Depends-on): Depend on it.
12139         * modules/inttypes (Depends-on): Likewise.
12140         * modules/stdint (Depends-on): Likewise.
12141         * modules/sys_stat (Depends-on): Likewise.
12142         * modules/wctype (Depends-on): Likewise.
12143         * MODULES.html.sh (Support for building libraries and
12144         executables): Document it.
12145
12146 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
12147
12148         * gnulib-tool (SED): Remove, undoing previous change.
12149         The problem was that it broke coreutils on Solaris, because
12150         "sed --posix" leaked into a makefile.
12151         (sed): New alias, if 'alias' and GNU sed.
12152
12153 2006-12-24  Jim Meyering  <jim@meyering.net>
12154
12155         Work around an fchownat bug in glibc-2.4:
12156         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
12157         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
12158         in spite of the -P option.
12159         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
12160         New macros.
12161         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
12162         * modules/openat (Files): Add lib/fchownat.c.
12163         * lib/openat.c (fchownat): Don't define here.  Move to...
12164         * lib/fchownat.c: ...this new file.
12165
12166 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
12167
12168         Fix bug reported by Bruno Haible in
12169         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
12170         where quotearg.c didn't compile on Mac OS X 10.2 because it
12171         lacks <wchar.h> and wint_t.
12172         * lib/wctype_.h (__wctype_wint_t): New type.
12173         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
12174         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
12175         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
12176         Arg is now of type __wctype_wint_t, not wint_t.
12177         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
12178         substitute HAVE_WINT_T.
12179         * modules/wctype (Files): Add m4/wint_t.m4.
12180         (wctype.h): Substitute HAVE_WINT_T.
12181
12182 2006-12-23  Bruno Haible  <bruno@clisp.org>
12183
12184         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
12185
12186 2006-12-23  Bruno Haible  <bruno@clisp.org>
12187
12188         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
12189         S_ISLNK.
12190         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
12191         mingw.
12192
12193 2006-12-22  Bruno Haible  <bruno@clisp.org>
12194
12195         * lib/copy-file.c: Include acl.h.
12196         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
12197         Close the file descriptors only after being done with copy_acl.
12198         * modules/copy-file (Depends-on): Add acl.
12199
12200 2006-12-22  Bruno Haible  <bruno@clisp.org>
12201
12202         * gnulib-tool (SED): New variable.
12203         Use $SED instead of sed everywhere.
12204
12205 2006-12-22  Bruno Haible  <bruno@clisp.org>
12206
12207         * modules/no-c++: New file.
12208         * m4/no-c++.m4: New file.
12209         * MODULES.html.sh (Support for building libraries and executables):
12210         Add no-c++.
12211
12212 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
12213
12214         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
12215         Include <limits.h>, and use its INT_MAX to rewrite the
12216         j loop so that it does not overflow 'int'.  Problem reported by
12217         Ralf Wildenhues in
12218         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
12219         Play it safe by shifting left by 1 rather than multiplying by 2,
12220         as GCC is less likely to optimize this away when the value
12221         is signed (when it assumes overflow leads to undefined behavior).
12222         Also, don't assume time_t uses two's complement.
12223
12224 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
12225
12226         * MODULES.html.sh: New module wctype.
12227         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
12228         * lib/fnmatch.c: Don't bother to include <wchar.h> before
12229         <wctype.h>, since the new wctype module should fix this.
12230         * lib/quotearg.c: Include <wctype.h> unconditionally, since
12231         the wctype module should arrange for it.
12232         * lib/regex_internal.h: Likewise.
12233         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
12234         since the wctype module should handle this now.
12235         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
12236         * modules/fnmatch (Depends-on): Add wctype.
12237         * modules/quotearg (Depends-on): Likewise.
12238         * modules/regex (Depends-on): Likewise.
12239
12240 2006-12-19  Bruno Haible  <bruno@clisp.org>
12241
12242         * lib/strdup.h [C++]: Wrap definitions in extern "C".
12243         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
12244
12245 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12246
12247         * modules/savewd (Depends-on): Fix dependency on fcntl.
12248
12249 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
12250
12251         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
12252         conforms to C99, rather than relying on the user's environment
12253         setting of STDINT_H.
12254
12255 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
12256         and Eric Blake  <ebb9@byu.net>
12257
12258         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
12259         This is more consistent with the other defines here.
12260         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
12261         Port to z/OS.  Problem reported by Paul Gilmartin.
12262         Change local vars to use gl_ prefix rather than ac_.
12263         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
12264         with other defines.
12265         * modules/double-slash-root: New module.
12266         * modules/dirname (Files): Remove m4/double-slash-root.m4.
12267         (Depends-on): Add double-slash-root.
12268         * MODULES.html.sh (File system functions): Mention new module.
12269
12270 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
12271
12272         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
12273         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
12274         This is for the benefit of gzip, which doesn't do i18n.
12275
12276 2006-12-12  Jim Meyering  <jim@meyering.net>
12277
12278         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
12279         Reported by Andreas Schwab <schwab@suse.de>.
12280
12281 2006-12-12  Bruno Haible  <bruno@clisp.org>
12282
12283         Merge these changes.
12284         2006-09-05  Bruno Haible  <bruno@clisp.org>
12285         * lib/iconvme.c (iconv_string): No need to save and restore errno when
12286         iconv_alloc succeeded.
12287         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
12288         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
12289         test for " && dest " at the end - dest is always != NULL there. Call
12290         iconv with 4xNULL arguments initially, to reset the state. Call iconv
12291         with 2xNULL arguments, also to flush the state storage. Handle the
12292         IRIX iconv behaviour. Realloc the final result, to throw away unused
12293         memory.
12294
12295 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
12296
12297         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
12298         and fchmodat unconditionally, since glibc 2.4 has them.
12299         Problem reported by Arkadiusz Miskiewicz.
12300
12301 2006-12-10  Bruno Haible  <bruno@clisp.org>
12302
12303         * gnulib-tool (func_import): Show the include files only for those
12304         modules that are copied and specified.
12305         Reported by Karl Berry.
12306
12307 2006-12-08  Jim Meyering  <jim@meyering.net>
12308
12309         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
12310         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
12311
12312         * build-aux/announce-gen: Add two new options, both optional:
12313         --bootstrap-tools=TOOL_LIST
12314               a comma-separated list of tools, e.g.,
12315               autoconf,automake,bison,gnulib
12316         --gnulib-snapshot-date=DATE
12317               if gnulib is in the bootstrap tool list,
12318               then report this as the snapshot date.
12319               If not specified, use the current date/time.
12320               If you specify a date here, be sure it's UTC.
12321
12322 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12323
12324         * tests/test-argp-2.sh: Fix test to match actual output.
12325         (func_compare): Fix sed script to be portable.
12326
12327 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
12328
12329         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
12330         workaround for this case.  It is not autoconfigured now; offhand
12331         it's hard to see how to autoconfigure it.
12332
12333 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
12334
12335         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
12336         a directory that is about to be chowned.  Such a directory's
12337         initial file permissions should permit the owner only and this
12338         should not be changed until after the chown, since the group and
12339         other bits would be incorrect if they granted permission before
12340         the chown.
12341
12342         Fix porting problem for iswctype reported by Georg Schwarz in:
12343         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
12344         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
12345         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
12346         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
12347         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
12348
12349 2006-12-03  Jim Meyering  <jim@meyering.net>
12350
12351         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
12352         p->fts_statp may not yet be defined.
12353         (fts_read): Instead, set it in the caller, once p->fts_statp is
12354         sure to be defined, and corresponds to a top-level directory.
12355         This bug made du -x fail.  Here's the coreutils test case:
12356         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
12357         Reported by Mike Frysinger.
12358
12359 2006-12-01  Jim Meyering  <jim@meyering.net>
12360
12361         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
12362         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
12363         Reported by Simon Josefsson.
12364
12365 2006-11-30  Jim Meyering  <jim@meyering.net>
12366
12367         * m4/warning.m4: Use the all-permissive copyright notice
12368         recommended by RMS (rather than LGPL).
12369         * m4/vararrays.m4: Likewise.
12370         * m4/flexmember.m4: Likewise.
12371
12372 2006-11-29  Bruno Haible  <bruno@clisp.org>
12373
12374         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
12375         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
12376         using +=.
12377         Reported by Simon Josefsson <simon@josefsson.org>.
12378
12379 2006-11-28  James Youngman <jay@gnu.org>
12380
12381         * README: Advise users that they might find the bug-gnulib@gnu.org
12382         and autotools-announce@gnu.org mailing lists useful.
12383
12384 2006-11-28  Bruno Haible  <bruno@clisp.org>
12385
12386         * m4/ptrdiff_max.m4: Remove file.
12387
12388 2006-11-21  Bruno Haible  <bruno@clisp.org>
12389
12390         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
12391         _AC_COMPUTE_INT.
12392         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
12393         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
12394         _AC_COMPUTE_INT.
12395         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
12396         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
12397         _AC_COMPUTE_INT.
12398         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
12399
12400 2006-11-28  Jim Meyering  <jim@meyering.net>
12401
12402         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
12403         warning from "gcc -Wshadow" about shadowing the builtin.
12404
12405 2006-11-27  Bruno Haible  <bruno@clisp.org>
12406
12407         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
12408         _AC_COMPUTE_INT.
12409         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
12410
12411 2006-11-27  Bruno Haible  <bruno@clisp.org>
12412             Paul Eggert  <eggert@cs.ucla.edu>
12413
12414         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
12415
12416 2006-11-26  Bruno Haible  <bruno@clisp.org>
12417
12418         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
12419         noinst_LTLIBRARIES.
12420
12421 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
12422             Bruno Haible  <bruno@clisp.org>
12423
12424         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
12425         if compiling with "gcc -ansi".
12426
12427 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
12428
12429         Fix some incompatibilities with gcc -ansi -pedantic.
12430         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
12431         if compiling pedantically with GCC, unless it's C99 or later.
12432         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
12433         it mishandles gcc -ansi -pedantic as well.
12434         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
12435         if gcc -pedantic.
12436         * lib/regexec.c (check_node_accept_bytes): Don't use auto
12437         initializers for struct if -pedantic, unless it's C99 or later.
12438
12439 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
12440
12441         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
12442         Don't close an fd more than once. Identical atimes indicate
12443         success, not failure.
12444
12445 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
12446
12447         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
12448
12449 2006-11-23  Jim Meyering  <jim@meyering.net>
12450
12451         * build-aux/announce-gen: New file.  From coreutils.
12452
12453 2006-11-22  Jim Meyering  <jim@meyering.net>
12454
12455         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
12456         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
12457         (fts_read): Use a temporary to narrow the overused st_size member
12458         before using it in a switch statement.  Reported by Matthew Woehlke.
12459
12460         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
12461         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
12462
12463 2006-11-20  Bruno Haible  <bruno@clisp.org>
12464
12465         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
12466         changequote instead of pairs of brackets.
12467         Reported by Andreas Schwab <schwab@suse.de>.
12468
12469 2006-11-21  Jim Meyering  <jim@meyering.net>
12470
12471         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
12472         so as to remain compatible with older compilers.
12473         Patch from Michael Deutschmann.
12474
12475 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
12476
12477         * MODULES.html.sh (File system functions): Add openat.
12478
12479         * lib/openat.h (rpl_fstatat): New macro, if
12480         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
12481         (fstatat): Define to rpl_fstatat under the same conditions,
12482         unless COMPILING_FSTATAT.
12483         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
12484         seems to have the bug.
12485         * lib/fstatat.c: New file.
12486         * modules/openat (Files): Add it.
12487
12488 2006-11-20  Bruno Haible  <bruno@clisp.org>
12489
12490         * Makefile: New file.
12491
12492 2006-11-20  Jim Meyering  <jim@meyering.net>
12493
12494         The beginnings of syntax-related checks for gnulib.
12495         * lib/Makefile: New file.
12496         * lib/t-idcache: New script.  Ensure that the two halves of
12497         idcache.c stay in sync.
12498
12499         * lib/idcache.c: Adjust comments in user- and group- portions to
12500         be more accurate, and to be consistent with one another.
12501
12502 2006-11-20  Jim Meyering  <jim@meyering.net>
12503
12504         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
12505         continue using the flexible array member (thus, this module performs
12506         half as many malloc calls), with the addition that...
12507         (getgroup, getuser): Consistently record a non-match via an empty
12508         "name" string, and map an empty string match to a NULL return value.
12509         * modules/idcache (Depends-on): Re-add flexmember.
12510
12511         * lib/idcache.c (getuser): Remove all uses of the register keyword.
12512         (getuidbyname, getgroup, getgidbyname): Likewise.
12513
12514         Use cleaner syntax: NULL rather than 0.
12515         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
12516
12517 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
12518
12519         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
12520         It mishandled the case where the group was missing.
12521         Problem reported by Greg Schafer.
12522         * modules/idcache: Likewise.
12523
12524 2006-11-18  Jim Meyering  <jim@meyering.net>
12525
12526         * check-module (%exempt_header): Add exception for some
12527         conditionally-included headers.
12528
12529         * modules/i-ring (Depends-on): Add verify.
12530         (License): Change to LGPL.
12531
12532 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12533
12534         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
12535         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
12536         and inttostr.h.  Use snprintf rather than uinttostr, so that
12537         LGPLed code doesn't depend on GPLed.
12538
12539 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
12540
12541         * modules/inline (License): Change from GPL to LGPL.
12542
12543 2006-11-17  Jim Meyering  <jim@meyering.net>
12544
12545         * modules/d-type (License): Switch to LGPL.
12546
12547 2006-11-15  Bruno Haible  <bruno@clisp.org>
12548
12549         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
12550
12551 2006-11-15  Eric Blake  <ebb9@byu.net>
12552
12553         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
12554         the module dependency.
12555
12556 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12557             Bruno Haible  <bruno@clisp.org>
12558
12559         * gnulib-tool (func_create_testdir): Add license consistency check.
12560
12561 2006-11-15  Eric Blake  <ebb9@byu.net>
12562
12563         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
12564         random "(cached)" in configure output.
12565
12566 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12567
12568         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
12569         test for conforming inttypes.h is both announced and cached.
12570
12571         * MODULES.html.sh (seen_modules, seen_files): New variables.
12572         (func_module): Rewrite to use a few less gnulib-tool and sed
12573         invocations.  Avoid a couple of quadratic algorithms for ...
12574         (missed_modules, missed_files): ... these, with ...
12575         (func_append, func_tmpdir): ... these new functions, from
12576         gnulib-tool.  Analogously, install traps for cleanup.
12577
12578         * tests/test-gc.c (main): Remove unused variables.
12579         * tests/test-read-file.c: Include stdlib.h, for 'free'.
12580
12581 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
12582
12583         * modules/inttostr (License): Change to LGPL.
12584
12585 2006-11-14  Eric Blake  <ebb9@byu.net>
12586
12587         * modules/tempname (License): Change to LGPL.
12588
12589 2006-11-14  Eric Blake  <ebb9@byu.net>
12590
12591         * doc/functions.texi (Function Portability): *printf functions on
12592         Cygwin now understand all POSIX size specifiers.
12593
12594 2006-11-14  Bruno Haible  <bruno@clisp.org>
12595
12596         * modules/c-ctype (License): Change to LGPL.
12597
12598 2006-11-12  Bruno Haible  <bruno@clisp.org>
12599
12600         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
12601         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
12602         for GNOME libraries, for which the include files are installed in
12603         subdirectories of $prefix/include.
12604
12605 2006-11-12  Bruno Haible  <bruno@clisp.org>
12606
12607         * m4/lib-link.m4: Require at least autoconf-2.54.
12608         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
12609         name to underscores for the --with option.
12610
12611 2006-11-13  Bruno Haible  <bruno@clisp.org>
12612
12613         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
12614         the tests directory.
12615         Reported by Ralf Wildenhues.
12616
12617 2006-11-13  Bruno Haible  <bruno@clisp.org>
12618
12619         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
12620         (func_emit_initmacro_end): Undo the override here.
12621         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
12622         Works around the famous automake error in coreutils.
12623
12624 2006-11-13  Eric Blake  <ebb9@byu.net>
12625
12626         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
12627         element, not its node.
12628
12629 2006-11-12  Bruno Haible  <bruno@clisp.org>
12630
12631         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
12632         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
12633
12634 2006-11-12  Bruno Haible  <bruno@clisp.org>
12635
12636         * gnulib-tool: New option --local-symlink.
12637         (func_usage): Document it.
12638         (lsymbolic): New variable.
12639         (func_import, func_create_testdir): If --symlink was not specified,
12640         test whether --local-symlink was specified and the file comes from
12641         the local_gnulib_dir.
12642
12643 2006-11-12  Bruno Haible  <bruno@clisp.org>
12644
12645         * gnulib-tool (func_ln): New function.
12646         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
12647
12648 2006-11-12  Bruno Haible  <bruno@clisp.org>
12649
12650         Finish support for source files in subdirectories.
12651         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
12652         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
12653         AUTOMAKE_OPTIONS.
12654         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
12655
12656 2006-11-12  Bruno Haible  <bruno@clisp.org>
12657
12658         * gnulib-tool (func_get_automake_snippet): Synthesize also an
12659         EXTRA_lib_SOURCES augmentation.
12660         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
12661
12662 2006-11-12  Jim Meyering  <jim@meyering.net>
12663
12664         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
12665         file descriptors.  This also averts a failure on systems with
12666         native openat support when a traversed directory lacks "x" access.
12667         * lib/fts_.h: Include "i-ring.h"
12668         (struct FTS) [fts_fd_ring]: New member.
12669         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
12670         (FCHDIR): Add parentheses.
12671         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
12672         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
12673         When descending, rather than simply closing the previous
12674         fts_cwd_fd value, push that file descriptor onto the ring.
12675         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
12676         (fts_open): Initialize the new fd_ring member.
12677         (fts_close): Clear the ring.
12678         (fts_safe_changedir): When possible, use our new fd_ring to skip
12679         the diropen and fstat and dev/ino comparison that would normally
12680         accompany a virtual `chdir ("..")'.
12681
12682         * modules/fts (Depends-on): Add i-ring.
12683         * modules/i-ring: New module.
12684         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
12685         * m4/i-ring.m4: New file.
12686
12687 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12688
12689         * gnulib-tool (func_create_testdir): Fix replacement of
12690         `build-aux' in configure.ac.  Run autotools in gltests
12691         subdirectory.
12692         (func_create_testdir, func_create_megatestdir, test): There is
12693         no need for '--force' in most autotool invocations in a new
12694         tree.  Actually fail the whole test if any of the tools, or the
12695         configure or make stages fail.
12696
12697         Sync from Automake.
12698         * build-aux/gnupload: Revert last change.  Add pointer to upload
12699         instructions of the GNU Maintenance Instructions.
12700         Suggestion by Karl Berry.
12701
12702 2006-11-10  Jim Meyering  <jim@meyering.net>
12703
12704         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
12705
12706 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
12707
12708         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
12709         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
12710         (bind_textdomain_codeset) [! ENABLE_NLS]:
12711         Evaluate all the arguments.  That way, callers get compatible behavior
12712         if the arguments have side effects.  Also, it avoids some GCC
12713         diagnostics in some cases; Joel E. Denny reported problems when Bison
12714         was configured with --enable-gcc-warnigs.
12715
12716 2006-11-10  Jim Meyering  <jim@meyering.net>
12717
12718         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
12719         relevant options in CFLAGS (like -O, -fno-inline) are taken into
12720         account.
12721
12722 2006-11-10  Jim Meyering  <jim@meyering.net>
12723
12724         * modules/inline: New file/module.
12725         * modules/xalloc (Files): Remove m4/inline.m4.
12726         (Depends-on): Add inline, instead.
12727         * modules/oset: Likewise.
12728         * modules/list: Likewise.
12729
12730 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
12731
12732         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
12733         Problem reported by Matthew Woehlke.
12734
12735 2006-11-09  Bruno Haible  <bruno@clisp.org>
12736
12737         * lib/tempname.c (gen_tempname): Remove variant that invokes
12738         __gen_tempname.
12739         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
12740         __gen_tempname.
12741
12742 2006-11-08  Bruno Haible  <bruno@clisp.org>
12743
12744         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
12745         to 'yes' instead of 'cross-compiling'.
12746
12747 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
12748
12749         * lib/quotearg.h (quotearg_free): New decl.
12750         * lib/quotearg.c (quotearg_free): New function.
12751         (slot0, nslots, slotvec0, slotvec):
12752         Now file-scope so that quotearg_free can get at them.
12753
12754 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12755
12756         Sync from Automake.
12757         * build-aux/gnupload: Add missing 'gnu' to example URL.
12758         Report by Karl Berry.
12759
12760 2006-11-08  Bruno Haible  <bruno@clisp.org>
12761
12762         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
12763         Suggested by Paul Eggert.
12764
12765 2006-11-08  Jim Meyering  <jim@meyering.net>
12766
12767         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
12768         It's already included if !_LIBC.
12769         (fts_safe_changedir): Add a comment.
12770
12771 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
12772
12773         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
12774         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
12775         Matthew Woehlke.
12776
12777         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
12778         definitions up, to avoid colliding with change below.
12779         (static_inline) [HAVE_INLINE]: New macro.
12780         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
12781         Provide extern decls when !HAVE_INLINE.  Do not define unless
12782         static_inline is defined, either by us or by xmalloc.c.  Use
12783         static_inline rather than static inline.
12784         (XCALLOC): Optimize sizeof(T) = 1 case.
12785         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
12786
12787 2006-11-07  Bruno Haible  <bruno@clisp.org>
12788
12789         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
12790         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
12791         AC_C_INLINE.
12792         * modules/xalloc (Files): Add m4/inline.m4.
12793
12794 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12795
12796         * README: Fix typo.
12797         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
12798         (Miscellanous Notes): ...from this.
12799
12800 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
12801
12802         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
12803         Mention that offsetof should be used instead of sizeof.
12804         From Bruno Haible.
12805
12806 2006-11-07  Bruno Haible  <bruno@clisp.org>
12807
12808         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
12809
12810 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
12811
12812         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
12813         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
12814         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
12815         (gl_tree_add_before, gl_tree_add_after):
12816         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
12817         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
12818         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
12819         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
12820         (gl_linked_add_after, gl_linked_add_at): Likewise.
12821         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
12822         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
12823         (gl_tree_add_before, gl_tree_add_after): Likewise.
12824         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
12825         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
12826         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
12827
12828 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12829
12830         * lib/gl_oset.h: Use C comment style, not C++ comment style.
12831
12832 2006-11-06  Bruno Haible  <bruno@clisp.org>
12833
12834         * m4/inline.m4: New file.
12835         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
12836         * modules/list (Files): Add m4/inline.m4.
12837         * modules/oset (Files): Likewise.
12838
12839 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
12840
12841         * lib/idcache.c: Include <stddef.h>, for offsetof.
12842         (struct userid.name): Change from char * to a flexible array member.
12843         All uses changed.
12844         * modules/idcache (Depends-on): Add flexmember.
12845
12846         * MODULES.html.sh (Core language properties): New module flexmember.
12847         * modules/flexmember, m4/flexmember.m4: New files.
12848
12849         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
12850         inline functions that are identical with the old xnmalloc_inline,
12851         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
12852         that we can avoid some unnecessary integer multiplications and
12853         divisions in the common case where the element size is known at
12854         compile time.
12855         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
12856         needed.
12857         (xnboundedmalloc): Remove.
12858         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
12859         arguments, for consistency with rest of this header.
12860         (xcharalloc): Rewrite using XNMALLOC.
12861         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
12862         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
12863         versions have been moved to lib/xalloc.h and renamed to be the
12864         non-*_inline versions.
12865         (xmalloc, xrealloc): Implement without reference to the xnmalloc
12866         and xnrealloc functions, since those functions are now inline and
12867         now call us.
12868         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
12869         renaming described above.
12870         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
12871         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
12872         captures the dependency in AC_C_INLINE.
12873
12874         New module canonicalize-lgpl, proposed by Charles Wilson in
12875         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
12876         with a few small changes afterwards.
12877         * MODULES.html.sh (File system functions): New module
12878         canonicalize-lgpl.
12879         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
12880         and canonicalize_file_name.
12881         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
12882         * modules/canonicalize-lgpl: New files.
12883
12884 2006-11-05  Bruno Haible  <bruno@clisp.org>
12885
12886         * gnulib-tool (func_import, func_create_testdir): Create directories
12887         also for files in subdirectories of lib/.
12888
12889 2006-11-05  Bruno Haible  <bruno@clisp.org>
12890
12891         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
12892         ANSI C compliant.
12893
12894 2006-11-03  Bruno Haible  <bruno@clisp.org>
12895
12896         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
12897         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
12898         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
12899         (xnboundedmalloc): New inline function.
12900         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
12901         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
12902         xmalloc.
12903         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
12904         xmalloc.
12905         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
12906         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
12907         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
12908         xmalloc.
12909         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
12910         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
12911         xmalloc.
12912         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
12913         gl_tree_add_after): Use XMALLOC instead of xmalloc.
12914         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
12915         xmalloc.
12916         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
12917         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
12918         gl_tree_add_after): Use XMALLOC instead of xmalloc.
12919         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
12920         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
12921         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
12922         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
12923
12924 2006-11-03  Bruno Haible  <bruno@clisp.org>
12925
12926         * lib/c-ctype.h [C++]: Define functions without name mangling.
12927         * lib/fwriteerror.h [C++]: Likewise.
12928         * lib/gcd.h [C++]: Likewise.
12929         * lib/linebreak.h [C++]: Likewise.
12930
12931 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
12932
12933         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
12934         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
12935         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
12936         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
12937         Check for functions and headers just once.
12938         Check for declaration of canonicalize_file_name.
12939         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
12940
12941 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12942
12943         * gnulib-tool (func_import): Fix typo in actioncmd.
12944
12945 2006-11-02  Bruno Haible  <bruno@clisp.org>
12946
12947         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
12948         newline sequence in the Makefile.am snippet as a space, like "make"
12949         does.
12950         Reported by Roger Persson <perrog@gmail.com>.
12951
12952 2006-11-01  Bruno Haible  <bruno@clisp.org>
12953
12954         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
12955         already declared in <string.h>.
12956         * lib/strcase.h (strncasecmp): Don't declare it if yes.
12957
12958 2006-11-01  Bruno Haible  <bruno@clisp.org>
12959
12960         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
12961         * lib/strcase.h: Include <string.h>.
12962         (strcasecmp): Define to rpl_strcasecmp here.
12963
12964 2006-11-01  Bruno Haible  <bruno@clisp.org>
12965
12966         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
12967
12968 2006-11-01  Eric Blake  <ebb9@byu.net>
12969
12970         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
12971
12972         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
12973
12974 2006-10-29  Bruno Haible  <bruno@clisp.org>
12975
12976         Make it compile in C++ mode.
12977         * lib/full-write.c (full_rw): Add a cast.
12978
12979 2006-11-01  Bruno Haible  <bruno@clisp.org>
12980
12981         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
12982         be POSIX compliant.
12983         Reported by Roger Persson <perrog@gmail.com>.
12984
12985 2006-11-01  Eric Blake  <ebb9@byu.net>
12986
12987         * lib/getopt_.h: Fix comments.
12988
12989 2006-10-31  Eric Blake  <ebb9@byu.net>
12990
12991         * modules/tmpdir (Depends-on): Add sys_stat.
12992         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
12993         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
12994         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
12995         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
12996         tempname.
12997
12998 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
12999
13000         Avoid some C++ diagnostics reported by Bruno Haible.
13001         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
13002         xmalloc.
13003         (quotearg_alloc): Use xcharalloc rather than xmalloc.
13004         (struct slotvec): Move to top level.
13005         (quotearg_n_options): Rewrite to avoid xmalloc.
13006         * lib/xalloc.h (xcharalloc): New function.
13007         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
13008         [defined __cplusplus]: Add function template that provides result
13009         type propagation.  This part of the change is from Bruno Haible.
13010
13011 2006-10-29  Bruno Haible  <bruno@clisp.org>
13012
13013         Make it compile in C++ mode.
13014         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
13015         * lib/strnlen1.c (strnlen1): Cast memchr result.
13016         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
13017         * lib/clean-temp.c (string_equals, string_hash): Add casts.
13018         (create_temp_dir): Rename local variable 'template'.
13019         (compile_csharp_using_sscli): Add cast.
13020         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
13021         * lib/findprog.c (find_in_path): Likewise.
13022         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
13023         * lib/wait-process.c (register_slave_subprocess): Likewise.
13024
13025 2006-10-22  Bruno Haible  <bruno@clisp.org>
13026
13027         * modules/tsearch: New file.
13028         * lib/tsearch.h: New file.
13029         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
13030         * m4/tsearch.m4: New file.
13031         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
13032
13033 2006-10-29  Eric Blake  <ebb9@byu.net>
13034
13035         * lib/arcfour.c: Assume config.h.
13036         * lib/arctwo.c: Likewise.
13037         * lib/base64.c: Likewise.
13038         * lib/check-version.c: Likewise.
13039         * lib/crc.c: Likewise.
13040         * lib/des.c: Likewise.
13041         * lib/gc-gnulib.c: Likewise.
13042         * lib/gc-libgcrypt.c: Likewise.
13043         * lib/gc-pbkdf2-sha1.c: Likewise.
13044         * lib/getaddrinfo.c: Likewise.
13045         * lib/getdelim.c: Likewise.
13046         * lib/getline.c: Likewise.
13047         * lib/hmac-md5.c: Likewise.
13048         * lib/hmac-sha1.c: Likewise.
13049         * lib/iconvme.c: Likewise.
13050         * lib/md2.c: Likewise.
13051         * lib/md4.c: Likewise.
13052         * lib/memxor.c: Likewise.
13053         * lib/read-file.c: Likewise.
13054         * lib/readline.c: Likewise.
13055         * lib/rijndael-alg-fst.c: Likewise.
13056         * lib/rijndael-api-fst.c: Likewise.
13057         * lib/xgetdomainname.c: Likewise.
13058
13059 2006-10-28  Eric Blake  <ebb9@byu.net>
13060
13061         * lib/xstrndup.c: Assume config.h.
13062
13063 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
13064
13065         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
13066         stat-macros.h is now for our own macros, whereas stat_h is for
13067         macros in the <sys/stat.h> name space.
13068         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
13069         (STAT_MACROS_H): Remove.
13070         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
13071         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
13072         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
13073         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
13074         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
13075         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
13076         Move these macros to ...
13077         * lib/stat_.h: here.  Don't include stat-macros.h.
13078         * lib/canonicalize.c: Don't include stat-macros.h.
13079         * lib/chown.c: Likewise.
13080         * lib/euidaccess.c: Likewise.
13081         * lib/file-type.c: Likewise.
13082         * lib/filemode.c: Likewise.
13083         * lib/glob.c: Likewise.
13084         * lib/isapipe.c: Likewise.
13085         * lib/lchown.c: Likewise.
13086         * lib/lstat.c: Likewise.
13087         * lib/mkdir-p.c: Likewise.
13088         * lib/rmdir.c: Likewise.
13089         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
13090         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
13091         unless mkdir isn't declared, to speed up 'configure'.
13092         Always create sys/stat.h, since it's unlikely any real sys/stat.h
13093         would define all the S_* symbols.
13094         * modules/canonicalize (Depends-on):
13095         Depend on sys_stat, not stat-macros.
13096         * modules/chown: Likewise.
13097         * modules/euidaccess: Likewise.
13098         * modules/filemode: Likewise.
13099         * modules/file-type: Likewise.
13100         * modules/glob: Likewise.
13101         * modules/isapipe: Likewise.
13102         * modules/lchown: Likewise.
13103         * modules/lstat: Likewise.
13104         * modules/mkancesdirs: Likewise.
13105         * modules/rmdir: Likewise.
13106         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
13107         * modules/modechange: Likewise.
13108         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
13109         (configure.ac): Remove gl_STAT_MACROS.
13110         * modules/sys_stat (Depends-on): Remove stat-macros.
13111
13112 2006-10-27  Bruno Haible  <bruno@clisp.org>
13113
13114         * m4/signed.m4: Remove file.
13115         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
13116         invocation.
13117         * modules/vasnprintf (Files): Remove m4/signed.m4.
13118
13119 2006-10-27  Bruno Haible  <bruno@clisp.org>
13120
13121         Update to GNU gettext 0.16.
13122         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
13123         m4/inttypes-h.m4, m4/signed.m4.
13124         * m4/gettext.m4: Update to GNU gettext 0.16.
13125         * m4/intl.m4: New file, from GNU gettext.
13126         * m4/intldir.m4: New file, from GNU gettext.
13127         * config/srclist.txt: Update
13128
13129 2006-10-27  Eric Blake  <ebb9@byu.net>
13130
13131         * MODULES.html.sh: Document tempname.
13132         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
13133         dependencies.
13134         (Files): Move lib/tempname.c...
13135         * modules/tempname: ...to this new module.
13136         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
13137         (gl_PREREQ_TEMPNAME): Move...
13138         * m4/tempname.m4: ...to this new file.
13139         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
13140         * modules/sys_stat (Depends-on): Add stat-macros.
13141         * lib/stat_.h (includes): Pick up stat macros.
13142         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
13143         if stat macros are broken.
13144         * lib/tempname.c (includes): No need to include "stat-macros.h".
13145         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
13146         (direxists, __path_search) [!_LIBC]: Don't compile these in
13147         gnulib; the tmpdir module covers that.
13148         * lib/tempname.h: New file.
13149
13150 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
13151
13152         * COPYING: Explain how gnulib-tool converts licence headers.
13153         Almost all wording by Eric Blake.
13154
13155 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
13156
13157         * lib/mbchar.h (is_basic_table): Make read-only.
13158         * lib/mbchar.c (is_basic_table): Likewise.
13159         Reported by John Darrington.
13160
13161 2006-10-25  Bruno Haible  <bruno@clisp.org>
13162
13163         * lib/progname.h (set_program_name): Undefine before defining.
13164
13165 2006-10-25  Bruno Haible  <bruno@clisp.org>
13166
13167         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
13168         false for non-gcc C++ compilers.
13169         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
13170
13171 2006-10-24  Bruno Haible  <bruno@clisp.org>
13172
13173         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
13174         iconv implementations like Irix iconv.
13175
13176 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13177
13178         * modules/vararrays: New file.
13179         * m4/vararrays.m4: New file, taken from diffutils.
13180         * MODULES.html.sh: New module vararrays.
13181
13182 2006-10-24  Karl Berry  <karl@gnu.org>
13183
13184         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
13185         Don't call GNU Unix.
13186
13187 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13188
13189         * users.txt: Add Libtool.
13190
13191         Sync from Libtool:
13192
13193         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13194
13195         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
13196         to gnulib's policy of including config.h unconditionally.
13197
13198 2006-10-24  Bruno Haible  <bruno@clisp.org>
13199
13200         * modules/wcwidth (Files): Add m4/wint_t.m4.
13201         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
13202         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
13203
13204 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13205
13206         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
13207         to pacify GCC with some -W flags enabled.  Problem reported by
13208         Bruno Haible.
13209
13210 2006-10-24  Jim Meyering  <jim@meyering.net>
13211
13212         * MODULES.html.sh: Remove uinttostr.  It's not a module.
13213         Reported by Karl Berry.
13214
13215 2006-10-23  Bruno Haible  <bruno@clisp.org>
13216
13217         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
13218
13219 2006-10-24  Bruno Haible  <bruno@clisp.org>
13220
13221         * lib/gl_list.h: Use C comment style, not C++ comment style.
13222
13223 2006-10-23  Eric Blake  <ebb9@byu.net>
13224
13225         * lib/getaddrinfo.c (includes): Add missing include.
13226
13227 2006-10-23  Bruno Haible  <bruno@clisp.org>
13228             Paul Eggert  <eggert@cs.ucla.edu>
13229
13230         Ability to rename obstack_free.
13231         * lib/obstack.h (__obstack_free): New macro. Declare instead of
13232         obstack_free.
13233         (obstack_free): Invoke the __obstack_free macro.
13234         * lib/obstack.c (obstack_free): Use __obstack_free macro.
13235
13236 2006-10-23  Bruno Haible  <bruno@clisp.org>
13237             Paul Eggert  <eggert@cs.ucla.edu>
13238
13239         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
13240         __argc, __argv from the declaration. (They are defined as macros on
13241         mingw.)
13242
13243 2006-10-22  Bruno Haible  <bruno@clisp.org>
13244
13245         * doc/gnulib-intro.texi: New file.
13246         * doc/gnulib.texi: Include it.
13247
13248 2006-10-21  Bruno Haible  <bruno@clisp.org>
13249
13250         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
13251         "Introduction", "Miscellanous Notes", "Particular Modules".
13252
13253 2006-10-21  Bruno Haible  <bruno@clisp.org>
13254
13255         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13256         Change mostlyclean-local rule to avoid sh syntax error from bash
13257         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
13258
13259 2006-10-23  Jim Meyering  <jim@meyering.net>
13260
13261         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
13262         in place of snprintf.
13263
13264         * modules/inttostr (Files): Add lib/uinttostr.c.
13265         * lib/uinttostr.c (inttostr): New file/function.
13266         * lib/inttostr.h (uinttostr): Declare.
13267         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
13268         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
13269         Add uinttostr.
13270         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
13271
13272 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
13273
13274         * lib/canonicalize.c (ELOOP): Define if not already defined.
13275         Problem reported by Bruno Haible in
13276         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
13277
13278 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
13279
13280         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
13281         Problem reported by Perry Smith and Ville Laurikari.
13282
13283         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
13284         uses.
13285
13286 2006-10-19  Bruno Haible  <bruno@clisp.org>
13287
13288         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
13289         for mingw.
13290
13291 2006-10-19  Bruno Haible  <bruno@clisp.org>
13292
13293         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
13294         Needed for mingw.
13295
13296 2006-10-19  Bruno Haible  <bruno@clisp.org>
13297
13298         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
13299
13300 2006-10-19  Bruno Haible  <bruno@clisp.org>
13301
13302         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
13303         it.
13304
13305 2006-10-19  Bruno Haible  <bruno@clisp.org>
13306
13307         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
13308         invocation.
13309
13310 2006-10-19  Bruno Haible  <bruno@clisp.org>
13311
13312         * gnulib-tool (func_create_testdir): Don't include ftruncate and
13313         mountlist by default.
13314
13315 2006-10-16  Bruno Haible  <bruno@clisp.org>
13316
13317         * lib/c-strstr.c: Include c-strstr.h.
13318
13319 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13320
13321         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
13322         in a slash.
13323
13324 2006-10-18  Bruno Haible  <bruno@clisp.org>
13325
13326         * lib/lock.h [C++]: Wrap definitions in extern "C".
13327
13328 2006-10-18  Bruno Haible  <bruno@clisp.org>
13329
13330         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
13331         gl_LIBOBJS list.
13332
13333 2006-10-18  Bruno Haible  <bruno@clisp.org>
13334
13335         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
13336
13337 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
13338
13339         * lib/xstrtol.h: Include gettext.h.
13340         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
13341         Problem reported by Eric Blake.
13342         * modules/xstrtol (Depends-on): Add gettext-h.
13343
13344 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
13345
13346         * lib/strftime.c (advance): New macro.
13347         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
13348         incomplete type, so you can't add 0 to it.  Problem and patch
13349         reported by Eelco Dolstra for dietlibc.
13350
13351 2006-10-18  Jim Meyering  <jim@meyering.net>
13352
13353         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
13354         type for a local, and rename it: s/up/user_proc/.
13355
13356 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
13357
13358         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
13359         READ_UTMP_USER_PROCESS.
13360         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
13361
13362 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
13363
13364         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
13365         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
13366
13367 2006-10-17  Eric Blake  <ebb9@byu.net>
13368
13369         * lib/sigprocmask.c (sigprocmask): Fix typo.
13370
13371         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
13372
13373         * modules/clean-temp (Makefile.am): Don't add to make output...
13374         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
13375         config.h.
13376
13377 2006-10-17  Bruno Haible  <bruno@clisp.org>
13378
13379         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
13380         differently if DEFAULT_TEXT_DOMAIN is set.
13381
13382 2006-10-16  Bruno Haible  <bruno@clisp.org>
13383
13384         * lib/clean-temp.c: Include fwriteerror.h.
13385
13386 2006-10-16  Bruno Haible  <bruno@clisp.org>
13387
13388         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
13389
13390 2006-10-16  Bruno Haible  <bruno@clisp.org>
13391
13392         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
13393         * lib/sigprocmask.h: Include <sys/types.h>.
13394         (sigset_t): Use the system's definition if present.
13395
13396 2006-10-17  Eric Blake  <ebb9@byu.net>
13397
13398         * lib/xvasprintf.c (includes): Assume config.h.
13399         * lib/xasprintf.c (includes): Likewise.
13400
13401 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
13402
13403         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
13404         at least as wide as intmax_t.
13405
13406 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
13407
13408         (Imported from Automake.)
13409         * build-aux/gnupload: Update to version 1.1 of directive file.
13410
13411 2006-10-16  Eric Blake  <ebb9@byu.net>
13412
13413         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
13414         match Automake 1.10a.
13415
13416 2006-10-14  Bruno Haible  <bruno@clisp.org>
13417
13418         * modules/sigprocmask: New file.
13419         * lib/sigprocmask.h: New file.
13420         * lib/sigprocmask.c: New file.
13421         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
13422         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
13423         request sigprocmask.o.
13424         (gl_PREREQ_SIGPROCMASK): New macro.
13425         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
13426         (Depends-on): Add sigprocmask.
13427         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
13428         gt_SIGNALBLOCKING. Test for 'raise' only once.
13429         * lib/fatal-signal.c: Include sigprocmask.h.
13430         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
13431         unblock_fatal_signals): Define always.
13432         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13433         sigprocmask.
13434
13435 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13436
13437         Sync from Automake.
13438         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
13439         which incorrectly sets the mode of an existing destination
13440         directory.  In some cases the unpatched install-sh could do the
13441         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
13442         system.  We hope this is rare in practice, but it's clearly worth
13443         fixing.  Problem reported by Alex Unleashed in
13444         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
13445         Also, don't bother to check for -m bugs unless we're using -m;
13446         suggested by Stepan Kasal.
13447
13448 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13449
13450         Sync from Automake.
13451         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
13452         `-c' flag, so they appear at the same position as in %FASTDEP%
13453         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
13454         which ignores unknown options only after the first non-option.
13455         Bug report against M4 by Nelson H. F. Beebe.
13456
13457 2006-10-13  Jim Meyering  <jim@meyering.net>
13458
13459         Fix a bug in yesterday's change.
13460         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
13461         p->fts_statp->st_dev would be used uninitialized.
13462         Ensures that we always call fts_stat on the very first entry.
13463         Miklos Szeredi reported that find -xdev stopped working.
13464
13465 2006-10-12  Bruno Haible  <bruno@clisp.org>
13466
13467         * gnulib-tool (func_get_automake_snippet): Append an automatically
13468         computed EXTRA_DIST augmentation.
13469         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
13470         * modules/alloca-opt (Makefile.am): Likewise.
13471         * modules/allocsa (Makefile.am): Likewise.
13472         * modules/arcfour (Makefile.am): Likewise.
13473         * modules/arctwo (Makefile.am): Likewise.
13474         * modules/argmatch (Makefile.am): Likewise.
13475         * modules/argz (Makefile.am): Likewise.
13476         * modules/atexit (Makefile.am): Likewise.
13477         * modules/backupfile (Makefile.am): Likewise.
13478         * modules/byteswap (Makefile.am): Likewise.
13479         * modules/c-strtod (Makefile.am): Likewise.
13480         * modules/c-strtold (Makefile.am): Likewise.
13481         * modules/calloc (Makefile.am): Likewise.
13482         * modules/canon-host (Makefile.am): Likewise.
13483         * modules/canonicalize (Makefile.am): Likewise.
13484         * modules/chdir-long (Makefile.am): Likewise.
13485         * modules/chdir-safer (Makefile.am): Likewise.
13486         * modules/check-version (Makefile.am): Likewise.
13487         * modules/chown (Makefile.am): Likewise.
13488         * modules/cloexec (Makefile.am): Likewise.
13489         * modules/close-stream (Makefile.am): Likewise.
13490         * modules/closeout (Makefile.am): Likewise.
13491         * modules/crc (Makefile.am): Likewise.
13492         * modules/csharpexec (Makefile.am): Likewise.
13493         * modules/cycle-check (Makefile.am): Likewise.
13494         * modules/des (Makefile.am): Likewise.
13495         * modules/dev-ino (Makefile.am): Likewise.
13496         * modules/dirfd (Makefile.am): Likewise.
13497         * modules/dirname (Makefile.am): Likewise.
13498         * modules/dup2 (Makefile.am): Likewise.
13499         * modules/eealloc (Makefile.am): Likewise.
13500         * modules/error (Makefile.am): Likewise.
13501         * modules/euidaccess (Makefile.am): Likewise.
13502         * modules/exclude (Makefile.am): Likewise.
13503         * modules/exitfail (Makefile.am): Likewise.
13504         * modules/fcntl-safer (Makefile.am): Likewise.
13505         * modules/fcntl (Makefile.am): Likewise.
13506         * modules/file-type (Makefile.am): Likewise.
13507         * modules/fileblocks (Makefile.am): Likewise.
13508         * modules/filemode (Makefile.am): Likewise.
13509         * modules/filenamecat (Makefile.am): Likewise.
13510         * modules/fnmatch (Makefile.am): Likewise.
13511         * modules/fopen-safer (Makefile.am): Likewise.
13512         * modules/fpending (Makefile.am): Likewise.
13513         * modules/fprintftime (Makefile.am): Likewise.
13514         * modules/free (Makefile.am): Likewise.
13515         * modules/fsusage (Makefile.am): Likewise.
13516         * modules/ftruncate (Makefile.am): Likewise.
13517         * modules/fts (Makefile.am): Likewise.
13518         * modules/gc-arcfour (Makefile.am): Likewise.
13519         * modules/gc-des (Makefile.am): Likewise.
13520         * modules/gc-hmac-md5 (Makefile.am): Likewise.
13521         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
13522         * modules/gc-md4 (Makefile.am): Likewise.
13523         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
13524         * modules/gc-sha1 (Makefile.am): Likewise.
13525         * modules/gc (Makefile.am): Likewise.
13526         * modules/getaddrinfo (Makefile.am): Likewise.
13527         * modules/getcwd (Makefile.am): Likewise.
13528         * modules/getdelim (Makefile.am): Likewise.
13529         * modules/getdomainname (Makefile.am): Likewise.
13530         * modules/getgroups (Makefile.am): Likewise.
13531         * modules/gethostname (Makefile.am): Likewise.
13532         * modules/gethrxtime (Makefile.am): Likewise.
13533         * modules/getline (Makefile.am): Likewise.
13534         * modules/getloadavg (Makefile.am): Likewise.
13535         * modules/getlogin_r (Makefile.am): Likewise.
13536         * modules/getndelim2 (Makefile.am): Likewise.
13537         * modules/getopt (Makefile.am): Likewise.
13538         * modules/getpagesize (Makefile.am): Likewise.
13539         * modules/getpass-gnu (Makefile.am): Likewise.
13540         * modules/getpass (Makefile.am): Likewise.
13541         * modules/getsubopt (Makefile.am): Likewise.
13542         * modules/gettime (Makefile.am): Likewise.
13543         * modules/gettimeofday (Makefile.am): Likewise.
13544         * modules/getugroups (Makefile.am): Likewise.
13545         * modules/getusershell (Makefile.am): Likewise.
13546         * modules/glob (Makefile.am): Likewise.
13547         * modules/group-member (Makefile.am): Likewise.
13548         * modules/hard-locale (Makefile.am): Likewise.
13549         * modules/hash (Makefile.am): Likewise.
13550         * modules/hmac-md5 (Makefile.am): Likewise.
13551         * modules/hmac-sha1 (Makefile.am): Likewise.
13552         * modules/human (Makefile.am): Likewise.
13553         * modules/idcache (Makefile.am): Likewise.
13554         * modules/imaxabs (Makefile.am): Likewise.
13555         * modules/imaxdiv (Makefile.am): Likewise.
13556         * modules/inet_ntop (Makefile.am): Likewise.
13557         * modules/inet_pton (Makefile.am): Likewise.
13558         * modules/intprops (Makefile.am): Likewise.
13559         * modules/inttostr (Makefile.am): Likewise.
13560         * modules/inttypes (Makefile.am): Likewise.
13561         * modules/isapipe (Makefile.am): Likewise.
13562         * modules/javaversion (Makefile.am): Likewise.
13563         * modules/lchmod (Makefile.am): Likewise.
13564         * modules/lchown (Makefile.am): Likewise.
13565         * modules/localcharset (Makefile.am): Likewise.
13566         * modules/long-options (Makefile.am): Likewise.
13567         * modules/lstat (Makefile.am): Likewise.
13568         * modules/malloc (Makefile.am): Likewise.
13569         * modules/mathl (Makefile.am): Likewise.
13570         * modules/mbchar (Makefile.am): Likewise.
13571         * modules/md2 (Makefile.am): Likewise.
13572         * modules/md4 (Makefile.am): Likewise.
13573         * modules/md5 (Makefile.am): Likewise.
13574         * modules/memcasecmp (Makefile.am): Likewise.
13575         * modules/memchr (Makefile.am): Likewise.
13576         * modules/memcmp (Makefile.am): Likewise.
13577         * modules/memcoll (Makefile.am): Likewise.
13578         * modules/memcpy (Makefile.am): Likewise.
13579         * modules/memmem (Makefile.am): Likewise.
13580         * modules/memmove (Makefile.am): Likewise.
13581         * modules/mempcpy (Makefile.am): Likewise.
13582         * modules/memrchr (Makefile.am): Likewise.
13583         * modules/memset (Makefile.am): Likewise.
13584         * modules/memxor (Makefile.am): Likewise.
13585         * modules/mkancesdirs (Makefile.am): Likewise.
13586         * modules/mkdir-p (Makefile.am): Likewise.
13587         * modules/mkdir (Makefile.am): Likewise.
13588         * modules/mkdtemp (Makefile.am): Likewise.
13589         * modules/mkstemp (Makefile.am): Likewise.
13590         * modules/mktime (Makefile.am): Likewise.
13591         * modules/modechange (Makefile.am): Likewise.
13592         * modules/mountlist (Makefile.am): Likewise.
13593         * modules/nanosleep (Makefile.am): Likewise.
13594         * modules/obstack (Makefile.am): Likewise.
13595         * modules/openat (Makefile.am): Likewise.
13596         * modules/pagealign_alloc (Makefile.am): Likewise.
13597         * modules/pathmax (Makefile.am): Likewise.
13598         * modules/physmem (Makefile.am): Likewise.
13599         * modules/poll (Makefile.am): Likewise.
13600         * modules/posixtm (Makefile.am): Likewise.
13601         * modules/posixver (Makefile.am): Likewise.
13602         * modules/putenv (Makefile.am): Likewise.
13603         * modules/quote (Makefile.am): Likewise.
13604         * modules/quotearg (Makefile.am): Likewise.
13605         * modules/raise (Makefile.am): Likewise.
13606         * modules/read-file (Makefile.am): Likewise.
13607         * modules/readline (Makefile.am): Likewise.
13608         * modules/readlink (Makefile.am): Likewise.
13609         * modules/readtokens (Makefile.am): Likewise.
13610         * modules/readutmp (Makefile.am): Likewise.
13611         * modules/realloc (Makefile.am): Likewise.
13612         * modules/regex (Makefile.am): Likewise.
13613         * modules/rename-dest-slash (Makefile.am): Likewise.
13614         * modules/rename (Makefile.am): Likewise.
13615         * modules/rijndael (Makefile.am): Likewise.
13616         * modules/rmdir (Makefile.am): Likewise.
13617         * modules/rpmatch (Makefile.am): Likewise.
13618         * modules/safe-read (Makefile.am): Likewise.
13619         * modules/safe-write (Makefile.am): Likewise.
13620         * modules/same-inode (Makefile.am): Likewise.
13621         * modules/same (Makefile.am): Likewise.
13622         * modules/save-cwd (Makefile.am): Likewise.
13623         * modules/savedir (Makefile.am): Likewise.
13624         * modules/setenv (Makefile.am): Likewise.
13625         * modules/settime (Makefile.am): Likewise.
13626         * modules/sha1 (Makefile.am): Likewise.
13627         * modules/sig2str (Makefile.am): Likewise.
13628         * modules/snprintf (Makefile.am): Likewise.
13629         * modules/stat-macros (Makefile.am): Likewise.
13630         * modules/stat-time (Makefile.am): Likewise.
13631         * modules/stdbool (Makefile.am): Likewise.
13632         * modules/stdint (Makefile.am): Likewise.
13633         * modules/stdlib-safer (Makefile.am): Likewise.
13634         * modules/stpcpy (Makefile.am): Likewise.
13635         * modules/stpncpy (Makefile.am): Likewise.
13636         * modules/strcase (Makefile.am): Likewise.
13637         * modules/strcasestr (Makefile.am): Likewise.
13638         * modules/strchrnul (Makefile.am): Likewise.
13639         * modules/strcspn (Makefile.am): Likewise.
13640         * modules/strdup (Makefile.am): Likewise.
13641         * modules/strerror (Makefile.am): Likewise.
13642         * modules/strftime (Makefile.am): Likewise.
13643         * modules/strndup (Makefile.am): Likewise.
13644         * modules/strnlen (Makefile.am): Likewise.
13645         * modules/strpbrk (Makefile.am): Likewise.
13646         * modules/strsep (Makefile.am): Likewise.
13647         * modules/strstr (Makefile.am): Likewise.
13648         * modules/strtod (Makefile.am): Likewise.
13649         * modules/strtoimax (Makefile.am): Likewise.
13650         * modules/strtok_r (Makefile.am): Likewise.
13651         * modules/strtol (Makefile.am): Likewise.
13652         * modules/strtoll (Makefile.am): Likewise.
13653         * modules/strtoul (Makefile.am): Likewise.
13654         * modules/strtoull (Makefile.am): Likewise.
13655         * modules/strtoumax (Makefile.am): Likewise.
13656         * modules/strverscmp (Makefile.am): Likewise.
13657         * modules/sys_socket (Makefile.am): Likewise.
13658         * modules/sys_stat (Makefile.am): Likewise.
13659         * modules/sysexits (Makefile.am): Likewise.
13660         * modules/time_r (Makefile.am): Likewise.
13661         * modules/timegm (Makefile.am): Likewise.
13662         * modules/timespec (Makefile.am): Likewise.
13663         * modules/tmpfile-safer (Makefile.am): Likewise.
13664         * modules/trim (Makefile.am): Likewise.
13665         * modules/unistd-safer (Makefile.am): Likewise.
13666         * modules/unlinkdir (Makefile.am): Likewise.
13667         * modules/unlocked-io (Makefile.am): Likewise.
13668         * modules/userspec (Makefile.am): Likewise.
13669         * modules/utime (Makefile.am): Likewise.
13670         * modules/utimecmp (Makefile.am): Likewise.
13671         * modules/utimens (Makefile.am): Likewise.
13672         * modules/vasnprintf (Makefile.am): Likewise.
13673         * modules/vasprintf (Makefile.am): Likewise.
13674         * modules/vsnprintf (Makefile.am): Likewise.
13675         * modules/xalloc (Makefile.am): Likewise.
13676         * modules/xgetcwd (Makefile.am): Likewise.
13677         * modules/xnanosleep (Makefile.am): Likewise.
13678         * modules/xreadlink (Makefile.am): Likewise.
13679         * modules/xstrtod (Makefile.am): Likewise.
13680         * modules/xstrtol (Makefile.am): Likewise.
13681         * modules/xstrtold (Makefile.am): Likewise.
13682         * modules/yesno (Makefile.am): Likewise.
13683         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
13684
13685 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
13686
13687         * modules/error (Makefile.am): Distribute files through
13688         EXTRA_DIST, not lib_SOURCES.
13689
13690 2006-10-12  Eric Blake  <ebb9@byu.net>
13691
13692         * modules/error (Makefile.am): Distribute files in /lib.
13693         * modules/obstack (Makefile.am): Likewise.
13694
13695 2006-10-12  Bruno Haible  <bruno@clisp.org>
13696
13697         * modules/acl (Makefile.am): Distribute all files in lib/ through
13698         EXTRA_DIST.
13699         * modules/arcfour (Makefile.am): Likewise.
13700         * modules/arctwo (Makefile.am): Likewise.
13701         * modules/argmatch (Makefile.am): Likewise.
13702         * modules/argz (Makefile.am): Likewise.
13703         * modules/atexit (Makefile.am): Likewise.
13704         * modules/backupfile (Makefile.am): Likewise.
13705         * modules/c-strtod (Makefile.am): Likewise.
13706         * modules/c-strtold (Makefile.am): Likewise.
13707         * modules/calloc (Makefile.am): Likewise.
13708         * modules/canon-host (Makefile.am): Likewise.
13709         * modules/canonicalize (Makefile.am): Likewise.
13710         * modules/chdir-long (Makefile.am): Likewise.
13711         * modules/chdir-safer (Makefile.am): Likewise.
13712         * modules/check-version (Makefile.am): Likewise.
13713         * modules/chown (Makefile.am): Likewise.
13714         * modules/cloexec (Makefile.am): Likewise.
13715         * modules/close-stream (Makefile.am): Likewise.
13716         * modules/closeout (Makefile.am): Likewise.
13717         * modules/crc (Makefile.am): Likewise.
13718         * modules/cycle-check (Makefile.am): Likewise.
13719         * modules/des (Makefile.am): Likewise.
13720         * modules/dirfd (Makefile.am): Likewise.
13721         * modules/dirname (Makefile.am): Likewise.
13722         * modules/dup2 (Makefile.am): Likewise.
13723         * modules/euidaccess (Makefile.am): Likewise.
13724         * modules/exclude (Makefile.am): Likewise.
13725         * modules/exitfail (Makefile.am): Likewise.
13726         * modules/fcntl-safer (Makefile.am): Likewise.
13727         * modules/file-type (Makefile.am): Likewise.
13728         * modules/fileblocks (Makefile.am): Likewise.
13729         * modules/filemode (Makefile.am): Likewise.
13730         * modules/filenamecat (Makefile.am): Likewise.
13731         * modules/fnmatch (Makefile.am): Likewise.
13732         * modules/fopen-safer (Makefile.am): Likewise.
13733         * modules/fpending (Makefile.am): Likewise.
13734         * modules/fprintftime (Makefile.am): Likewise.
13735         * modules/free (Makefile.am): Likewise.
13736         * modules/fsusage (Makefile.am): Likewise.
13737         * modules/ftruncate (Makefile.am): Likewise.
13738         * modules/fts (Makefile.am): Likewise.
13739         * modules/gc (Makefile.am): Likewise.
13740         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
13741         * modules/getaddrinfo (Makefile.am): Likewise.
13742         * modules/getcwd (Makefile.am): Likewise.
13743         * modules/getdelim (Makefile.am): Likewise.
13744         * modules/getdomainname (Makefile.am): Likewise.
13745         * modules/getgroups (Makefile.am): Likewise.
13746         * modules/gethostname (Makefile.am): Likewise.
13747         * modules/gethrxtime (Makefile.am): Likewise.
13748         * modules/getline (Makefile.am): Likewise.
13749         * modules/getloadavg (Makefile.am): Likewise.
13750         * modules/getlogin_r (Makefile.am): Likewise.
13751         * modules/getopt (Makefile.am): Likewise.
13752         * modules/getpass (Makefile.am): Likewise.
13753         * modules/getpass-gnu (Makefile.am): Likewise.
13754         * modules/getsubopt (Makefile.am): Likewise.
13755         * modules/gettime (Makefile.am): Likewise.
13756         * modules/gettimeofday (Makefile.am): Likewise.
13757         * modules/getugroups (Makefile.am): Likewise.
13758         * modules/getusershell (Makefile.am): Likewise.
13759         * modules/glob (Makefile.am): Likewise.
13760         * modules/group-member (Makefile.am): Likewise.
13761         * modules/hard-locale (Makefile.am): Likewise.
13762         * modules/hash (Makefile.am): Likewise.
13763         * modules/hmac-md5 (Makefile.am): Likewise.
13764         * modules/hmac-sha1 (Makefile.am): Likewise.
13765         * modules/human (Makefile.am): Likewise.
13766         * modules/idcache (Makefile.am): Likewise.
13767         * modules/imaxabs (Makefile.am): Likewise.
13768         * modules/imaxdiv (Makefile.am): Likewise.
13769         * modules/inet_ntop (Makefile.am): Likewise.
13770         * modules/inet_pton (Makefile.am): Likewise.
13771         * modules/inttostr (Makefile.am): Likewise.
13772         * modules/isapipe (Makefile.am): Likewise.
13773         * modules/lchown (Makefile.am): Likewise.
13774         * modules/long-options (Makefile.am): Likewise.
13775         * modules/lstat (Makefile.am): Likewise.
13776         * modules/malloc (Makefile.am): Likewise.
13777         * modules/mathl (Makefile.am): Likewise.
13778         * modules/mbchar (Makefile.am): Likewise.
13779         * modules/md2 (Makefile.am): Likewise.
13780         * modules/md4 (Makefile.am): Likewise.
13781         * modules/md5 (Makefile.am): Likewise.
13782         * modules/memcasecmp (Makefile.am): Likewise.
13783         * modules/memchr (Makefile.am): Likewise.
13784         * modules/memcmp (Makefile.am): Likewise.
13785         * modules/memcoll (Makefile.am): Likewise.
13786         * modules/memcpy (Makefile.am): Likewise.
13787         * modules/memmem (Makefile.am): Likewise.
13788         * modules/memmove (Makefile.am): Likewise.
13789         * modules/mempcpy (Makefile.am): Likewise.
13790         * modules/memrchr (Makefile.am): Likewise.
13791         * modules/memset (Makefile.am): Likewise.
13792         * modules/memxor (Makefile.am): Likewise.
13793         * modules/mkancesdirs (Makefile.am): Likewise.
13794         * modules/mkdir (Makefile.am): Likewise.
13795         * modules/mkdir-p (Makefile.am): Likewise.
13796         * modules/mkdtemp (Makefile.am): Likewise.
13797         * modules/mkstemp (Makefile.am): Likewise.
13798         * modules/mktime (Makefile.am): Likewise.
13799         * modules/modechange (Makefile.am): Likewise.
13800         * modules/mountlist (Makefile.am): Likewise.
13801         * modules/nanosleep (Makefile.am): Likewise.
13802         * modules/openat (Makefile.am): Likewise.
13803         * modules/pagealign_alloc (Makefile.am): Likewise.
13804         * modules/physmem (Makefile.am): Likewise.
13805         * modules/poll (Makefile.am): Likewise.
13806         * modules/posixtm (Makefile.am): Likewise.
13807         * modules/posixver (Makefile.am): Likewise.
13808         * modules/putenv (Makefile.am): Likewise.
13809         * modules/quote (Makefile.am): Likewise.
13810         * modules/quotearg (Makefile.am): Likewise.
13811         * modules/raise (Makefile.am): Likewise.
13812         * modules/read-file (Makefile.am): Likewise.
13813         * modules/readline (Makefile.am): Likewise.
13814         * modules/readlink (Makefile.am): Likewise.
13815         * modules/readtokens (Makefile.am): Likewise.
13816         * modules/readutmp (Makefile.am): Likewise.
13817         * modules/realloc (Makefile.am): Likewise.
13818         * modules/regex (Makefile.am): Likewise.
13819         * modules/rename (Makefile.am): Likewise.
13820         * modules/rename-dest-slash (Makefile.am): Likewise.
13821         * modules/rijndael (Makefile.am): Likewise.
13822         * modules/rmdir (Makefile.am): Likewise.
13823         * modules/rpmatch (Makefile.am): Likewise.
13824         * modules/safe-read (Makefile.am): Likewise.
13825         * modules/safe-write (Makefile.am): Likewise.
13826         * modules/same (Makefile.am): Likewise.
13827         * modules/save-cwd (Makefile.am): Likewise.
13828         * modules/savedir (Makefile.am): Likewise.
13829         * modules/setenv (Makefile.am): Likewise.
13830         * modules/settime (Makefile.am): Likewise.
13831         * modules/sha1 (Makefile.am): Likewise.
13832         * modules/sig2str (Makefile.am): Likewise.
13833         * modules/snprintf (Makefile.am): Likewise.
13834         * modules/stdlib-safer (Makefile.am): Likewise.
13835         * modules/stpcpy (Makefile.am): Likewise.
13836         * modules/stpncpy (Makefile.am): Likewise.
13837         * modules/strcase (Makefile.am): Likewise.
13838         * modules/strcasestr (Makefile.am): Likewise.
13839         * modules/strchrnul (Makefile.am): Likewise.
13840         * modules/strcspn (Makefile.am): Likewise.
13841         * modules/strdup (Makefile.am): Likewise.
13842         * modules/strerror (Makefile.am): Likewise.
13843         * modules/strftime (Makefile.am): Likewise.
13844         * modules/strndup (Makefile.am): Likewise.
13845         * modules/strnlen (Makefile.am): Likewise.
13846         * modules/strpbrk (Makefile.am): Likewise.
13847         * modules/strsep (Makefile.am): Likewise.
13848         * modules/strstr (Makefile.am): Likewise.
13849         * modules/strtod (Makefile.am): Likewise.
13850         * modules/strtoimax (Makefile.am): Likewise.
13851         * modules/strtok_r (Makefile.am): Likewise.
13852         * modules/strtol (Makefile.am): Likewise.
13853         * modules/strtoll (Makefile.am): Likewise.
13854         * modules/strtoul (Makefile.am): Likewise.
13855         * modules/strtoull (Makefile.am): Likewise.
13856         * modules/strtoumax (Makefile.am): Likewise.
13857         * modules/strverscmp (Makefile.am): Likewise.
13858         * modules/time_r (Makefile.am): Likewise.
13859         * modules/timegm (Makefile.am): Likewise.
13860         * modules/tmpfile-safer (Makefile.am): Likewise.
13861         * modules/unistd-safer (Makefile.am): Likewise.
13862         * modules/unlinkdir (Makefile.am): Likewise.
13863         * modules/userspec (Makefile.am): Likewise.
13864         * modules/utime (Makefile.am): Likewise.
13865         * modules/utimecmp (Makefile.am): Likewise.
13866         * modules/utimens (Makefile.am): Likewise.
13867         * modules/vasnprintf (Makefile.am): Likewise.
13868         * modules/vasprintf (Makefile.am): Likewise.
13869         * modules/vsnprintf (Makefile.am): Likewise.
13870         * modules/xalloc (Makefile.am): Likewise.
13871         * modules/xgetcwd (Makefile.am): Likewise.
13872         * modules/xnanosleep (Makefile.am): Likewise.
13873         * modules/xreadlink (Makefile.am): Likewise.
13874         * modules/xstrtod (Makefile.am): Likewise.
13875         * modules/xstrtol (Makefile.am): Likewise.
13876         * modules/xstrtold (Makefile.am): Likewise.
13877         * modules/yesno (Makefile.am): Likewise.
13878
13879 2006-10-12  Jim Meyering  <jim@meyering.net>
13880
13881         * m4/getloadavg.m4: Revert the change below.
13882
13883         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
13884         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
13885         fail with a symlink, which is what coreutils' ./bootstrap now
13886         creates by default.
13887
13888 2006-10-12  Bruno Haible  <bruno@clisp.org>
13889
13890         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
13891         mingw.
13892         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
13893         MSVC and mingw explicitly.
13894
13895 2006-10-11  Simon Josefsson  <jas@extundo.com>
13896             Bruno Haible  <bruno@clisp.org>
13897
13898         Add support for multiple gnulib-tool invocations in the scope of a
13899         single configure.ac file.
13900         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
13901         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
13902         with the same contents as the _LIBADD variable.
13903         (func_emit_initmacro_start, func_emit_initmacro_end,
13904         func_emit_initmacro_done): New functions.
13905         (func_import, func_create_testdir): Invoke them. Allow the identifiers
13906         gl_LIBOBJS and gl_LTLIBOBJS.
13907
13908 2006-10-11  Bruno Haible  <bruno@clisp.org>
13909
13910         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
13911         (func_create_testdir): Don't create po/Makefile.am, don't invoke
13912         autoreconf. Instead, invoke autopoint explicitly but move back the
13913         *.m4 files from gnulib.
13914
13915 2006-10-11  Bruno Haible  <bruno@clisp.org>
13916
13917         * gnulib-tool (func_usage): Make module names after --create-testdir
13918         optional.
13919         (func_create_testdir): If no module was specified, use nearly all
13920         modules.
13921
13922 2006-10-12  Jim Meyering  <jim@meyering.net>
13923
13924         Big performance improvement for fts-based tools that use FTS_NOSTAT.
13925         Avoid spurious inode-mismatch problems on non-POSIX file systems.
13926         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
13927         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
13928         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
13929         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
13930         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
13931         (fts_set_stat_required): New function.
13932         (fts_open): Defer the calls to fts_stat, if possible or requested.
13933         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
13934         into fts_stat itself.
13935         (fts_read): Perform any required (deferred) fts_stat call.
13936         (fts_build): Likewise, for the directory we're about to open and read.
13937         In the readdir loop, carefully decide whether each entry will require
13938         an eventual call to fts_stat, using dirent.d_type info if available.
13939         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
13940         a command line argument into this function.  Update all callers.
13941         Map a return value of FTS_DOT to FTS_D for a command line argument.
13942         * modules/fts (Depends-on): Add d-type.  Alphabetize.
13943         Thanks to Miklos Szeredi for his tenacity and for the initial
13944         bug report about "find" failing on a FUSE-based file system.
13945
13946         * lib/fts.c (fts_open): Use consistent indentation.
13947
13948 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
13949
13950         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
13951         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
13952         reported by Jim Meyering.  All uses of cache variables renamed
13953         to match Autoconf's.
13954         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
13955         the other one.
13956
13957         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
13958         Fix misspelling in diagnostic.
13959
13960 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
13961
13962         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
13963         defined.  Problem reported by Matthew Woehlke.
13964
13965         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
13966         Add support for Tandem NonStop R series.
13967         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
13968         Use new macro.
13969
13970         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
13971         (has_trailing_slash): Omit size arg; all callers changed.
13972         Omit 'inline', since it doesn't help performance and we'd
13973         need to configure it.
13974         Don't count //, ///, etc. as having a trailing slash.
13975         As a side effect, this removes a C99ism reported by Matthew Woehlke.
13976         (rpl_rename_dest_slash): On failure, use rename's errno rather
13977         than (in some cases) an incorrect or junk errno.
13978         Simplify code by removing need to compute length; this does
13979         cause it to make two passes instead of one over the file name,
13980         but it's worth it.
13981
13982         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
13983         change, since Autoconf's version may no longer be appropriate now
13984         that we are using CVS Autoconf's version.  Add support for Tandem.
13985
13986 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
13987             Bruno Haible  <bruno@clisp.org>
13988
13989         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
13990         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
13991         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
13992         gl_AC_TYPE_LONG_LONG.
13993
13994         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
13995         instead of HAVE_LONG_LONG.
13996         * lib/printf-args.c (printf_fetchargs): Likewise.
13997         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
13998         * lib/vasnprintf.c (VASNPRINTF): Likewise.
13999         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
14000         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
14001         gl_AC_TYPE_LONG_LONG.
14002
14003 2006-10-11  Bruno Haible  <bruno@clisp.org>
14004
14005         * m4/longlong.m4: Add comments.
14006         * m4/ulonglong.m4: Likewise.
14007
14008 2006-10-10  Bruno Haible  <bruno@clisp.org>
14009
14010         Make it possible to #define stpcpy, strdup to aliases.
14011         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
14012         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
14013
14014 2006-10-10  Bruno Haible  <bruno@clisp.org>
14015
14016         Make it possible to #define gcd to an alias.
14017         * lib/gcd.c: Include config.h.
14018
14019 2006-10-10  Bruno Haible  <bruno@clisp.org>
14020
14021         Make it possible to #define c_isascii to an alias.
14022         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
14023         defined. Undefine the macros before defining them, to avoid gcc
14024         warnings.
14025         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
14026         define NO_C_CTYPE_MACROS early.
14027
14028 2006-10-10  Bruno Haible  <bruno@clisp.org>
14029
14030         Make it possible to #define set_program_name to an alias.
14031         * lib/progname.c: Don't undefine set_program_name; instead, undefine
14032         ENABLE_RELOCATABLE early.
14033
14034 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14035
14036         Port to Tandem NSK OSS, which has 64-bit signed int but at most
14037         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
14038         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
14039         More generally, don't assume that 64-bit signed int is available
14040         if unsigned int is, and vice versa.
14041         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
14042         unsigned symbols, not on their signed counterparts.
14043         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
14044         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
14045         (UINT64_C, UINTMAX_C):
14046         Likewise.
14047         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
14048         unsigned counterparts.
14049         (Have_long_long, Unsigned): New macros.
14050         (Int): Renamed from INT.
14051         (strtoimax): Use the new macros.
14052         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
14053         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
14054         * modules/inttypes (inttypes.h): Substitute
14055         HAVE_UNSIGNED_LONG_LONG_INT.
14056         * modules/stdint (stdint.h): Likewise.
14057         (Files): Add m4/ulonglong.m4.
14058
14059 2006-10-10  Bruno Haible  <bruno@clisp.org>
14060
14061         Fix a gcc -Wshadow warning.
14062         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
14063         to 'bucket'.
14064         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
14065         gl_linked_indexof_from_to): Likewise.
14066         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
14067         Likewise.
14068         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
14069         Likewise.
14070         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
14071         Reported by Eric Blake.
14072
14073 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
14074
14075         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
14076         for NetBSD.  Problem reported by Bruno Haible.
14077
14078 2006-10-09  Jim Meyering  <jim@meyering.net>
14079
14080         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
14081         Patch from Bruno Haible.
14082
14083 2006-10-09  Jim Meyering  <jim@meyering.net>
14084
14085         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
14086         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
14087         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
14088
14089 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
14090
14091         Don't include <config.h> twice; this doesn't work in some cases,
14092         e.g., when config.h has "#define intmax_t long long int" and
14093         we include <config.h>, <inttypes.h>, <config.h> in that order.
14094         Problem reported by Matthew Woehlke in:
14095         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
14096         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
14097         * lib/fts-cycle.c: Don't include config.h.
14098         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
14099         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
14100         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
14101         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
14102         inttypes.h.
14103         * lib/xstrtoumax.c: Likewise.
14104         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
14105         __strtol and the like, so that this module is more like its siblings.
14106         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
14107         Remove; no longer needed now that we assume gnulib inttypes.h.
14108
14109 2006-10-08  Bruno Haible  <bruno@clisp.org>
14110
14111         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
14112         option.
14113
14114 2006-10-07  Jim Meyering  <jim@meyering.net>
14115
14116         * modules/inttypes (inttypes.h): Revert what seems to have been
14117         an inadvertent part of today's change: use "|", not "/" in the
14118         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
14119
14120 2006-10-07  Bruno Haible  <bruno@clisp.org>
14121
14122         * modules/sublist: New file.
14123
14124 2006-10-07  Bruno Haible  <bruno@clisp.org>
14125
14126         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
14127         * modules/argz (argz.h): Likewise.
14128         * modules/arpa_inet (arpa/inet.h): Likewise.
14129         * modules/byteswap (byteswap.h): Likewise.
14130         * modules/configmake (configmake.h): Likewise.
14131         * modules/fcntl (fcntl.h): Likewise.
14132         * modules/fnmatch (fnmatch.h): Likewise.
14133         * modules/getopt (getopt.h): Likewise.
14134         * modules/glob (glob.h): Likewise.
14135         * modules/inttypes (inttypes.h): Likewise.
14136         * modules/netinet_in (netinet/in.h): Likewise.
14137         * modules/poll (poll.h): Likewise.
14138         * modules/stdbool (stdbool.h): Likewise.
14139         * modules/stdint (stdint.h): Likewise.
14140         * modules/sys_select (sys/select.h): Likewise.
14141         * modules/sys_socket (sys/socket.h): Likewise.
14142         * modules/sys_stat (sys/stat.h): Likewise.
14143         * modules/sysexits (sysexits.h): Likewise.
14144         * modules/unistd (unistd.h): Likewise.
14145         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14146         Add a "DO NOT EDIT" comment to the generated file.
14147         (func_import): Likewise for gnulib-comp.m4.
14148
14149 2006-10-07  Bruno Haible  <bruno@clisp.org>
14150
14151         * lib/gl_sublist.h: New file.
14152         * lib/gl_sublist.c: New file.
14153
14154 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14155
14156         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
14157         name (relative to the original working directory) and the file
14158         name component (relative to the temporary working directory).  All
14159         callers changed.
14160         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
14161         * lib/mkdir-p.c (make_dir_parents): Likewise.
14162         * lib/mkdir-p.h (make_dir_parents): Likewise.
14163
14164 2006-10-06  Eric Blake  <ebb9@byu.net>
14165
14166         Define several macros for use by the clean-temp module.
14167         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
14168         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
14169         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
14170
14171         * lib/clean-temp.h (close_stream_temp): New declaration.
14172         * lib/clean-temp.c (includes): Pull in headers according to what
14173         other modules are in use.
14174         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
14175
14176 2006-10-06  Bruno Haible  <bruno@clisp.org>
14177
14178         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
14179         instead of fopen, fwriteerror.
14180
14181 2006-10-06  Bruno Haible  <bruno@clisp.org>
14182
14183         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
14184         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
14185         int.
14186         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
14187         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
14188         Return an error indicator.
14189         Suggested by Eric Blake.
14190
14191 2006-10-06  Bruno Haible  <bruno@clisp.org>
14192
14193         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
14194         Reported by Eric Blake.
14195
14196 2006-10-06  Bruno Haible  <bruno@clisp.org>
14197
14198         * modules/closeout (Description): Mention stderr too.
14199
14200 2006-10-06  Bruno Haible  <bruno@clisp.org>
14201         and Paul Eggert  <eggert@cs.ucla.edu>
14202
14203         * lib/closeout.c (close_stdout): Also close stderr.
14204         * lib/closeout.h: Update comment.
14205
14206 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
14207
14208         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
14209         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
14210         * lib/dirchownmod.c: Include lchown.h.
14211         * lib/lchown.c: Don't include files that lchown.h now includes.
14212         Don't declare chown, since lchown.h now does that.
14213         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
14214         (lchown): Define to rpl_chown if lchown is declared but
14215         does not exist.  Declare using a prototype if lchown is not
14216         declared.  Add a copyright notice.
14217         * lib/mkstemp.h: Include <unistd.h>.
14218         * lib/openat.c: Include lchown.h.
14219
14220         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
14221         we now test for that separately.
14222         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
14223         rather than O_NOFOLLOW, when testing whether it's possible to
14224         avoid a race condition reliably.
14225         * lib/savewd.c (savewd_chdir): Likewise.
14226
14227         Remove macros that are no longer needed now that stdint.h is
14228         reliable.
14229         * lib/fsusage.c (UINTMAX_MAX): Remove.
14230         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
14231         * lib/utimecmp.c (SIZE_MAX): Remove.
14232
14233         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
14234
14235         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
14236         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
14237         O_NOATIME works.
14238
14239 2006-10-05  Bruno Haible  <bruno@clisp.org>
14240
14241         * lib/gl_list.h (gl_sortedlist_search_from_to,
14242         gl_sortedlist_indexof_from_to): New declarations.
14243         (gl_list_implementation): New fields sortedlist_search_from_to,
14244         sortedlist_indexof_from_to.
14245         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
14246         inline functions.
14247         * lib/gl_list.c (gl_sortedlist_search_from_to,
14248         gl_sortedlist_indexof_from_to): New functions.
14249         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
14250         function.
14251         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
14252         (gl_array_sortedlist_search_from_to): New function.
14253         (gl_array_list_implementation): Update.
14254         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
14255         function.
14256         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
14257         (gl_carray_sortedlist_search_from_to): New function.
14258         (gl_carray_list_implementation): Update.
14259         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
14260         gl_linked_sortedlist_indexof_from_to): New functions.
14261         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
14262         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
14263         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
14264         gl_tree_sortedlist_indexof_from_to): New functions.
14265         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
14266         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
14267         Update.
14268         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
14269         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
14270         Update.
14271
14272 2006-10-05  Bruno Haible  <bruno@clisp.org>
14273
14274         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
14275         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
14276         (struct gl_list_implementation): Add fields search_from_to,
14277         indexof_from_to. Remove fields search, indexof.
14278         (gl_list_search): Use the search_from_to method.
14279         (gl_list_search_from, gl_list_search_from_to): New functions.
14280         (gl_list_indexof): Use the indexof_from_to method.
14281         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
14282         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
14283         (gl_list_search_from, gl_list_search_from_to): New functions.
14284         (gl_list_indexof): Use the indexof_from_to method.
14285         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
14286         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
14287         gl_array_indexof. Add start_index, end_index arguments.
14288         (gl_array_search_from_to): Renamed from gl_array_search. Add
14289         start_index, end_index arguments.
14290         (gl_array_remove, gl_array_list_implementation): Update.
14291         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
14292         gl_carray_indexof. Add start_index, end_index arguments.
14293         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
14294         start_index, end_index arguments.
14295         (gl_carray_remove, gl_carray_list_implementation): Update.
14296         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
14297         gl_linked_search. Add start_index, end_index arguments.
14298         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
14299         start_index, end_index arguments.
14300         (gl_linked_remove): Update.
14301         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
14302         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
14303         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
14304         field to 'size_t'.
14305         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
14306         gl_tree_search. Add start_index, end_index arguments.
14307         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
14308         start_index, end_index arguments.
14309         (gl_tree_remove): Update.
14310         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
14311         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
14312         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
14313         function.
14314         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
14315         gl_tree_search. Add start_index, end_index arguments.
14316         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
14317         start_index, end_index arguments.
14318         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
14319         Update.
14320         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
14321
14322 2006-10-05  Bruno Haible  <bruno@clisp.org>
14323
14324         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
14325
14326         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
14327         fwriteerror_temp): New declarations.
14328         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
14329         (descriptors): New variable.
14330         (cleanup): First, close the descriptors.
14331         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
14332         fclose_temp, fwriteerror_temp): New functions.
14333
14334 2006-10-04  Jim Meyering  <jim@meyering.net>
14335
14336         * lib/fts.c (fts_open): Tiny comment change.
14337
14338 2006-10-04  Bruno Haible  <bruno@clisp.org>
14339
14340         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
14341         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
14342         gl_LOCK_BODY.
14343         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
14344         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
14345         gl_LOCK_EARLY_BODY.
14346         (gl_LOCK): Require gl_LOCK_BODY.
14347
14348 2006-10-04  Bruno Haible  <bruno@clisp.org>
14349
14350         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
14351         (gl_oset_search_atleast): New declaration.
14352         (struct gl_oset_implementation): Add field 'search_atleast'.
14353         (gl_oset_search_atleast): New inline function.
14354         * lib/gl_oset.c (gl_oset_search_atleast): New function.
14355         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
14356         (gl_array_oset_implementation): Update.
14357         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
14358         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
14359         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
14360
14361 2006-10-04  Bruno Haible  <bruno@clisp.org>
14362
14363         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
14364
14365 2006-10-03  Bruno Haible  <bruno@clisp.org>
14366
14367         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
14368         from gl_avltreehash_list_implementation.
14369
14370 2006-10-03  Bruno Haible  <bruno@clisp.org>
14371
14372         * lib/gl_oset.c (gl_oset_add): Fix return type.
14373
14374 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
14375
14376         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
14377
14378 2006-10-02  Eric Blake  <ebb9@byu.net>
14379
14380         * modules/strnlen (Depends-on): Add extensions.
14381
14382 2006-10-02  Eric Blake  <ebb9@byu.net>
14383
14384         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
14385         definition in 2.60+.
14386
14387 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
14388
14389         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
14390         checks.
14391
14392 2006-10-02  Bruno Haible  <bruno@clisp.org>
14393
14394         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
14395         to the AUTOMAKE_OPTIONS.
14396         Reported by Jim Meyering.
14397
14398 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
14399
14400         Work around bug in Solaris 10 /proc file system:
14401         /proc/self/fd/NNN/.. isn't the parent directory of
14402         the directory whose file descriptor is NNN.  This needs to
14403         be worked around at run time, not compile time, since a
14404         program might be built on Solaris 8, where things work, and
14405         run on Solaris 10.
14406         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
14407         to use the following interface instead:
14408         (OPENAT_BUFFER_SIZE): New macro.
14409         (openat_proc_name): New function.
14410         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
14411         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
14412         Likewise.
14413         * lib/openat-proc.c: New file.
14414         * modules/openat (Files): Add lib/openat-proc.c.
14415         (Depends-on): Add same-inode, stdbool.
14416         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
14417
14418 2006-09-29  Bruno Haible  <bruno@clisp.org>
14419
14420         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
14421         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
14422         argument. Set stdout_closed before testing for ferror, not after.
14423         (fwriteerror, fwriteerror_no_ebadf): New functions.
14424
14425 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14426
14427         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
14428
14429 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
14430
14431         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
14432         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
14433
14434 2006-09-28  Jim Meyering  <jim@meyering.net>
14435
14436         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
14437         Include <unistd.h>.
14438
14439 2006-09-28  Bruno Haible  <bruno@clisp.org>
14440
14441         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
14442         * modules/linkedhash-list (Depends-on): Likewise.
14443         * modules/rbtreehash-list (Depends-on): Likewise.
14444
14445 2006-09-28  Bruno Haible  <bruno@clisp.org>
14446
14447         * lib/strndup.h: Simplify the redefinition of strndup.
14448         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
14449         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
14450
14451 2006-09-28  Bruno Haible  <bruno@clisp.org>
14452
14453         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
14454         * lib/gl_linkedhash_list.c: Likewise.
14455         * lib/gl_rbtreehash_list.c: Likewise.
14456
14457 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
14458
14459         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
14460         getaddrinfo.
14461
14462         * lib/__fpending.h: Don't include <stdio_ext.h> unless
14463         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
14464         it causes <stdio_ext.h> to cause a compile-time error.
14465         Problem reported by Nelson H. F. Beebe.
14466         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
14467         of HAVE_DECL___PENDING.
14468
14469         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
14470         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
14471         declaration.
14472
14473 2006-09-27  Jim Meyering  <jim@meyering.net>
14474
14475         This file could end up with a definition for a function
14476         named __strndup, rather than rpl_strndup on a system with
14477         incomplete weak_alias support.
14478         * lib/strndup.c (strndup): Rename from __strndup.
14479         Remove #defines that used to map __strndup to strndup.
14480         Don't use K&R prototypes.
14481         Remove LIBC-related code, since this file is not sync'd with glibc.
14482         * lib/strndup.h: Revamp, accordingly.
14483         * m4/strndup.m4: Modernize.
14484
14485 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
14486
14487         * modules/savewd (Depends-on): Add 'raise'.
14488         * lib/savewd.c: Include <signal.h>, for 'raise'.
14489
14490 2006-09-26  Jim Meyering  <jim@meyering.net>
14491
14492         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
14493         when we detect Darwin 8.7.0's acl_get_file bug.
14494         Rearrange to perform the new (below) run-test while $LIBS
14495         contains any acl-related library.  Set USE_ACL at the end.
14496         (gl_ACL_GET_FILE): New function.
14497
14498 2006-09-26  Eric Blake  <ebb9@byu.net>
14499
14500         * lib/verror.c: Include <config.h> unconditionally.
14501
14502 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
14503
14504         * modules/clock-time (Maintainer): Add self.
14505         * modules/getlogin_r (Depends-on): Add extensions.
14506
14507 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14508
14509         * modules/clock-time: New module.
14510         * modules/nanosleep (Depends-on): Add clock-time.
14511         * modules/gethrxtime (Depends-on): Likewise.
14512         * modules/gettime (Depends-on): Likewise.
14513         * modules/settime (Depends-on): Likewise.
14514
14515         * modules/fts-lgpl: Depend on openat.
14516         * modules/mkancesdirs: Depend on savewd.
14517         * modules/mkdir-p: Likewise.
14518
14519 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14520
14521         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
14522
14523         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
14524         `gl_have_arbitrary_file_name_length_limit' to
14525         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
14526         actually works between configure runs.
14527
14528 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14529             Bruno Haible  <bruno@clisp.org>
14530
14531         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
14532
14533 2006-09-25  Jim Meyering  <jim@meyering.net>
14534
14535         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
14536         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
14537
14538 2006-09-25  Eric Blake  <ebb9@byu.net>
14539
14540         * gnulib-tool (func_import, func_create_testdir): Fix typos in
14541         exec's in 2006-09-18 patch when shuffling fds.
14542
14543 2006-09-25  Bruno Haible  <bruno@clisp.org>
14544
14545         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
14546         Reported by Jim Meyering.
14547
14548 2006-09-24  Jim Meyering  <jim@meyering.net>
14549
14550         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
14551         compare a pointer against a literal "0".  That caused failures with
14552         at least HP-UX's hpcc.
14553
14554 2006-09-22  Simon Josefsson  <jas@extundo.com>
14555
14556         * modules/gc-sha1:
14557         * modules/gc-md4:
14558         * modules/gc-hmac-sha1:
14559         * modules/gc-hmac-md5:
14560         * modules/gc-des:
14561         * modules/gc-arcfour: Distribute more files.
14562
14563 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14564
14565         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
14566         (gl_linked_iterator_from_to): Initialize struct completely.
14567         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
14568         (gl_tree_iterator_from_to): Likewise
14569         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
14570         * lib/gl_array_list.c [lint] (gl_array_iterator)
14571         (gl_array_iterator_from_to): Likewise.
14572         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
14573         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
14574         (gl_carray_iterator_from_to): Likewise.
14575
14576         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
14577         * lib/md4.c (md4_process_block): Remove unused variable.
14578         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
14579         parentheses for clarity.
14580
14581 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14582
14583         * modules/bison-i18n (Depends-on): Add gettext.
14584
14585 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14586
14587         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
14588         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
14589         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
14590         also add missing comma that caused broken test.
14591         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
14592         stdlib.h, for `abort'.
14593         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
14594         variables.
14595         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
14596         include unistd.h if present, for `rmdir'.
14597         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
14598         variables.
14599         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
14600         in the process include standard headers for prototypes.
14601         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
14602         gets declared on GNU/Linux.
14603         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
14604         unistd.h, for `rmdir'.
14605         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
14606
14607         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
14608         always true.
14609         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
14610
14611         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
14612
14613 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14614
14615         * gnulib-tool (func_version): Create output all at once.  This
14616         may help avoid triggering unnecessary SIGPIPEs, and at any
14617         rate it doesn't hurt.
14618
14619 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14620             Bruno Haible  <bruno@clisp.org>
14621
14622         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
14623         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
14624         * m4/signed.m4 (bh_C_SIGNED): Likewise.
14625
14626         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
14627         (gl_FUNC_VASPRINTF): Invoke it.
14628
14629 2006-09-22  Bruno Haible  <bruno@clisp.org>
14630
14631         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
14632         getloadavg.c as first argument.
14633
14634 2006-09-22  Bruno Haible  <bruno@clisp.org>
14635
14636         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
14637         at the beginning of the gl_INIT macro.
14638         * modules/getloadavg (configure.ac): Pass $gl_source_base to
14639         gl_GETLOADAVG.
14640
14641 2006-09-22  Bruno Haible  <bruno@clisp.org>
14642
14643         * gnulib-tool (func_create_megatestdir): Don't include the config-h
14644         module.
14645         Suggested by Ralf Wildenhues.
14646
14647 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14648
14649         Import this patch from libc:
14650
14651         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
14652
14653         * lib/regex_internal.c (re_string_reconstruct): Handle
14654         offset < pstr->valid_raw_len && pstr->offsets_needed case.
14655         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
14656         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
14657         re_string_context_at.
14658
14659         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
14660         now requires it.
14661         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
14662         gl_REGEX now does it for us.
14663         (gl_REGEX): Add test taken from
14664         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
14665
14666         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
14667         Check that large offsets work.  Modernize Autoconf usages.
14668         Prefer "yes" to mean a good thing rather than a bad.
14669         Don't put "#define mkstemp" in config.h, as this might interfere
14670         with standard system headers that "#define mkstemp mkstemp64".
14671
14672         * modules/mkstemp (Depends-on): Add extensions, so that
14673         mkstemp is visible on some platforms.
14674         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
14675         (Include): Change to "mkstemp.h" from <stdlib.h>.
14676         (Files): Add mkstemp.h.
14677
14678         * lib/mkstemp.h: New file, since some standard headers
14679         #define mkstemp.
14680         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
14681         Include "mkstemp.h".
14682         Make the _LIBC code resemble glibc original more,
14683         e.g., use K&R style.
14684         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
14685         (mkstemp): Remove, since mkstemp.h does this for us.
14686         * lib/stdlib--.h: Include mkstemp.h.
14687
14688         Import this patch from libc:
14689
14690         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
14691
14692         * lib/tempname.c (__gen_tempname): Change attempts_min
14693         into a macro.  Use preprocessor to decide how to initialize
14694         attempts [Coverity CID 67].
14695
14696 2006-09-20  Bruno Haible  <bruno@clisp.org>
14697
14698         * lib/mkdtemp.c: Import from libc.
14699         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
14700                 * sysdeps/posix/tempname.c (__gen_tempname): Change
14701                 attempts_min into a macro.  Use preprocessor to decide how to
14702                 initialize attempts [Coverity CID 67].
14703         2001-11-27  Paul Eggert  <eggert@twinsun.com>
14704                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
14705                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
14706
14707 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14708
14709         * gnulib-tool (func_exit): New function, to allow to pass the
14710         exit status portably through the trap.  Use everywhere.
14711         (--help, --version): Signal a write error.
14712         (trap): catch SIGPIPE, for write errors.
14713         Exit at the end of the trap, with the correct exit status.
14714
14715 2006-09-19  Karl Berry  <karl@gnu.org>
14716
14717         * doc/gnulib.texi: note about the license texinfo files.
14718
14719 2006-09-19  Eric Blake  <ebb9@byu.net>
14720
14721         * gnulib-tool: Avoid space-tab.
14722
14723 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
14724
14725         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
14726         that prevented coreutils 6.1 from building.  Problem reported
14727         by Petter Reinholdtsen.
14728
14729 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
14730
14731         * gnulib-tool (avoidlist): Fix typo that broke options like
14732         --avoid=lock that are used by coreutils bootstrap.
14733
14734 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
14735
14736         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
14737         more systematically.
14738
14739 2006-09-18  Jim Meyering  <jim@meyering.net>
14740
14741         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
14742
14743 2006-09-18  Bruno Haible  <bruno@clisp.org>
14744
14745         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
14746
14747 2006-09-18  Bruno Haible  <bruno@clisp.org>
14748
14749         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
14750         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
14751         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
14752         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
14753         * m4/gettext.m4: Require autoconf >= 2.52.
14754         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
14755         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
14756         of gl_cv_header_inttypes_h.
14757
14758 2006-09-18  Bruno Haible  <bruno@clisp.org>
14759
14760         * lib/javaversion.c: Include configmake.h.
14761
14762 2006-09-18  Bruno Haible  <bruno@clisp.org>
14763
14764         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
14765         avoid that the while loops be executed in a subshell.
14766
14767 2006-09-18  Bruno Haible  <bruno@clisp.org>
14768
14769         * MODULES.html.sh (func_module): Break long lines.
14770         Suggested by Bruce Korb <bkorb@gnu.org>.
14771
14772 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14773
14774         Speed up by a factor of 1.12.
14775         * gnulib-tool (nl): New variable.
14776         (func_import): Rewrite include directive extraction to only read each
14777         directive once.
14778
14779 2006-09-17  Bruno Haible  <bruno@clisp.org>
14780
14781         * modules/javaversion (Makefile.am): Remove DEFS setting.
14782         (Depends-on): Add configmake, for PKGDATADIR definition.
14783
14784 2006-09-17  Bruno Haible  <bruno@clisp.org>
14785
14786         * gnulib-tool (func_create_testdir): Rewrite all files at once.
14787
14788 2006-09-17  Bruno Haible  <bruno@clisp.org>
14789
14790         * gnulib-tool (func_append): New function, stolen from libtool.m4.
14791         (func_modules_transitive_closure, func_modules_add_dummy,
14792         func_modules_to_filelist, func_import, func_create_testdir,
14793         func_create_megatestdir, ...): Use it wherever possible.
14794         Suggested by Ralf Wildenhues.
14795
14796 2006-09-16  Karl Berry  <karl@gnu.org>
14797
14798         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
14799         to avoid sectioning errors.
14800         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
14801         [ifinfo]: blank line after @center-ed titles.
14802         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
14803         Spell FSF address consistently with others.
14804         (These changes approved by rms.)
14805
14806 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14807
14808         Speed up by a factor of 1.61.
14809         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
14810         already checked module names again.
14811
14812 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14813
14814         Speed up by a factor of 1.13.
14815         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
14816         for new_files, and the input to func_add_or_update.
14817
14818 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14819
14820         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
14821         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
14822
14823 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14824
14825         * modules/mkancesdirs (Depends-on): Add fcntl.
14826         * modules/savewd: New file.
14827         * MODULES.html.sh (File system functions): Add savewd.
14828
14829         * modules/configmake (Makefile.am): Add support for the
14830         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
14831
14832 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14833
14834         * m4/savewd.m4: New file.
14835
14836 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14837
14838         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
14839         (dirchownmod): New arg FD.  All callers changed.
14840         Use FD rather than opening the directory ourself, as opening is
14841         now the caller's responsibility.
14842         * lib/dirchownmod.h: Likewise.
14843         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
14844         hosts that require <sys/types.h> before <sys/stat.h>.  Include
14845         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
14846         (test_dir): Remove.
14847         (mkancesdirs): Return length of prefix of FILE that has already
14848         been made, or -2 if there is a child doing the work.  Redo
14849         algorithm so that it is O(N) rather than O(N**2).  Optimize away
14850         ".", and treat ".." specially since it might stray back into
14851         already-created areas.  Use a subprocess if necessary.  New arg
14852         WD; all users changed.  MAKE_DIR function should now return 1
14853         if it creates a directory that is not readable.  Return -2 if
14854         a child process is spun off.
14855         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
14856         Adjust signature to match code.
14857         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
14858         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
14859         all users changed.
14860         * lib/savewd.c, lib/savewd.h: New files.
14861
14862 2006-09-15  Jim Meyering  <jim@meyering.net>
14863
14864         * modules/rename-dest-slash: New module.
14865         * MODULES.html.sh (posix_compat): Add it here.
14866
14867         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
14868
14869 2006-09-15  Jim Meyering  <jim@meyering.net>
14870
14871         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
14872         file.
14873
14874         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
14875
14876 2006-09-15  Jim Meyering  <jim@meyering.net>
14877
14878         * lib/rename-dest-slash.c (has_trailing_slash): Use
14879         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
14880         (rpl_rename_dest_slash): Perform the cheaper trailing slash
14881         test before testing whether SRC is a directory.
14882         Suggestions from Bruno Haible.
14883
14884         Avoid a warning about an unused variable.
14885         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
14886         into the #ifdef block where it's used.
14887
14888         * lib/rename-dest-slash.c: New file.
14889
14890 2006-09-14  Bruno Haible  <bruno@clisp.org>
14891
14892         * lib/allocsa.c: Include <config.h> unconditionally.
14893         * lib/asnprintf.c: Likewise.
14894         * lib/asprintf.c: Likewise.
14895         * lib/c-strcasecmp.c: Likewise.
14896         * lib/c-strcasestr.c: Likewise.
14897         * lib/c-strncasecmp.c: Likewise.
14898         * lib/c-strstr.c: Likewise.
14899         * lib/classpath.c: Likewise.
14900         * lib/clean-temp.c: Likewise.
14901         * lib/concatpath.c: Likewise.
14902         * lib/copy-file.c: Likewise.
14903         * lib/csharpcomp.c: Likewise.
14904         * lib/csharpexec.c: Likewise.
14905         * lib/execute.c: Likewise.
14906         * lib/fatal-signal.c: Likewise.
14907         * lib/findprog.c: Likewise.
14908         * lib/fwriteerror.c: Likewise.
14909         * lib/gl_array_list.c: Likewise.
14910         * lib/gl_array_oset.c: Likewise.
14911         * lib/gl_avltree_list.c: Likewise.
14912         * lib/gl_avltree_oset.c: Likewise.
14913         * lib/gl_avltreehash_list.c: Likewise.
14914         * lib/gl_carray_list.c: Likewise.
14915         * lib/gl_linked_list.c: Likewise.
14916         * lib/gl_linkedhash_list.c: Likewise.
14917         * lib/gl_list.c: Likewise.
14918         * lib/gl_oset.c: Likewise.
14919         * lib/gl_rbtree_list.c: Likewise.
14920         * lib/gl_rbtree_oset.c: Likewise.
14921         * lib/gl_rbtreehash_list.c: Likewise.
14922         * lib/imaxabs.c: Likewise.
14923         * lib/imaxdiv.c: Likewise.
14924         * lib/javacomp.c: Likewise.
14925         * lib/javaexec.c: Likewise.
14926         * lib/javaversion.c: Likewise.
14927         * lib/linebreak.c: Likewise.
14928         * lib/localcharset.c: Likewise.
14929         * lib/lock.c: Likewise.
14930         * lib/mbchar.c: Likewise.
14931         * lib/mbswidth.c: Likewise.
14932         * lib/mkdtemp.c: Likewise.
14933         * lib/pipe.c: Likewise.
14934         * lib/printf-args.c: Likewise.
14935         * lib/printf-parse.c: Likewise.
14936         * lib/progname.c: Likewise.
14937         * lib/progreloc.c: Likewise.
14938         * lib/readlink.c: Likewise.
14939         * lib/sh-quote.c: Likewise.
14940         * lib/stpcpy.c: Likewise.
14941         * lib/stpncpy.c: Likewise.
14942         * lib/strcasecmp.c: Likewise.
14943         * lib/strcasestr.c: Likewise.
14944         * lib/strcspn.c: Likewise.
14945         * lib/striconv.c: Likewise.
14946         * lib/strncasecmp.c: Likewise.
14947         * lib/strnlen1.c: Likewise.
14948         * lib/strstr.c: Likewise.
14949         * lib/strtok_r.c: Likewise.
14950         * lib/tls.c: Likewise.
14951         * lib/tmpdir.c: Likewise.
14952         * lib/unicodeio.c: Likewise.
14953         * lib/unsetenv.c: Likewise.
14954         * lib/vasnprintf.c: Likewise.
14955         * lib/vasprintf.c: Likewise.
14956         * lib/wait-process.c: Likewise.
14957         * lib/xallocsa.c: Likewise.
14958         * lib/xsetenv.c: Likewise.
14959         * lib/xstriconv.c: Likewise.
14960
14961 2006-09-13  Simon Josefsson  <jas@extundo.com>
14962
14963         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
14964         that internally, suggested by Ralf Wildenhues
14965         <Ralf.Wildenhues@gmx.de>.
14966
14967 2006-09-13  Simon Josefsson  <jas@extundo.com>
14968
14969         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
14970         @LIBOBJS@.
14971         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14972
14973 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14974
14975         * lib/_fpending.c: Include <config.h> unconditionally, since we no
14976         longer worry about uses that don't define HAVE_CONFIG_H.
14977         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
14978         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
14979         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
14980         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
14981         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
14982         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
14983         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
14984         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
14985         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
14986         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
14987         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
14988         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
14989         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
14990         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
14991         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
14992         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
14993         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
14994         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
14995         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
14996         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
14997         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
14998         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
14999         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
15000         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
15001         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
15002         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
15003         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
15004         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
15005         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
15006         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
15007         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
15008         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
15009         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
15010         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
15011         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
15012         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
15013         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
15014         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
15015         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
15016         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
15017         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
15018         Likewise.
15019
15020 2006-09-13  Eric Blake  <ebb9@byu.net>
15021
15022         * lib/getopt.c: Fix typo in last commit.
15023
15024 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
15025
15026         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
15027         dgettext.
15028
15029 2006-09-12  Jim Meyering  <jim@meyering.net>
15030
15031         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
15032         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
15033         Reported by Nelson H. F. Beebe.
15034
15035 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15036
15037         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
15038         program_invocation_name and program_invocation_short_name are
15039         initialized.
15040         * lib/argp-namefrob.h: Move declarations of program_invocation_name
15041         and program_invocation_short_name to argp.h, so they are visible
15042         to user programs.
15043         * lib/argp.h: Likewise
15044
15045 2006-09-10  Bruno Haible  <bruno@clisp.org>
15046
15047         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
15048         m4/inttypes_h.m4, m4/uintmax_t.m4.
15049
15050 2006-09-10  Bruno Haible  <bruno@clisp.org>
15051
15052         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
15053         gl_AC_TYPE_UINTMAX_T.
15054
15055 2006-09-10  Bruno Haible  <bruno@clisp.org>
15056
15057         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
15058
15059 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15060
15061         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
15062         convention.  Text proposed by Bruno Haible.
15063         (struct argp_option): Document the use of N_() wrappers.
15064
15065         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
15066         '\v', and translate the two parts separately, instead of feeding
15067         the whole string to gettext.  This allows to exclude
15068         '\v' from the strings visible to the translator by writing doc
15069         strings as N_("..") "\v" N_("..").
15070
15071 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
15072
15073         * config/srclist.txt: Undo latest change; the bug was fixed.
15074
15075 2006-09-09  Bruno Haible  <bruno@clisp.org>
15076
15077         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
15078         assignments if building a library without libtool.
15079         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
15080         in func_emit_lib_Makefile_am.
15081         (func_import): When building a static library libfoo.a, arrange to
15082         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
15083         (func_create_testdir): Likewise.
15084         * modules/gc (configure.ac, Makefile.am): If building statically,
15085         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
15086         * modules/iconvme (configure.ac, Makefile.am): Likewise.
15087         * modules/striconv (configure.ac, Makefile.am): Likewise.
15088         Based on a suggestion by Ralf Wildenhues.
15089
15090 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15091
15092         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
15093         Check for unistd.h too, since Autoconf doesn't assume POSIX.
15094         Also:
15095
15096         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15097         Add year_2050_test to catch glibc bug 2821
15098         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
15099
15100         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15101         Prefer #ifdef to #if.
15102
15103         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
15104         Return from 'main' instead of calling 'exit'.
15105
15106 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15107
15108         * lib/mktime.c (guess_time_tm): Fix bug where mktime
15109         returned the maximum time_t value rather than (time_t) -1.
15110         Problem originally reported by William Bardwell
15111         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
15112
15113         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
15114         Moved to here ...
15115         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
15116         ... from here.
15117
15118 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15119
15120         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
15121         2821 is fixed.
15122
15123 2006-09-08  Jim Meyering  <jim@meyering.net>
15124
15125         Don't make generated files read-only.  That would bother too many
15126         people.  However, do retain the ability to work when targets are
15127         read-only: remove the destination and temporary files before writing
15128         them (when generated via sed or echo), or by using the -f option for
15129         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
15130         * modules/alloca-opt, modules/argz, modules/arpa_inet:
15131         * modules/byteswap, modules/configmake, modules/fcntl:
15132         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
15133         * modules/localcharset, modules/netinet_in, modules/poll:
15134         * modules/stdbool, modules/stdint, modules/sys_select:
15135         * modules/sys_socket, modules/sys_stat, modules/sysexits:
15136
15137 2006-09-08  Jim Meyering  <jim@meyering.net>
15138
15139         Avoid new build failure on FreeBSD 6.0.
15140         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
15141         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
15142         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
15143
15144 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15145
15146         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
15147
15148 2006-09-07  Jim Meyering  <jim@meyering.net>
15149
15150         Fix global typo in last change: use chmod u-w, not chmod u-x.
15151         Spotted by Paul Eggert and Bruce Korb.
15152         * modules/alloca-opt, modules/argz, modules/arpa_inet:
15153         * modules/byteswap, modules/configmake, modules/fcntl:
15154         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
15155         * modules/localcharset, modules/netinet_in, modules/poll:
15156         * modules/stdbool, modules/stdint, modules/sys_select:
15157         * modules/sys_socket, modules/sys_stat, modules/sysexits:
15158
15159 2006-09-06  Jim Meyering  <jim@meyering.net>
15160
15161         Make generated files be read-only.
15162         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
15163         Ensure that each generated file is now read-only.
15164         * modules/argz: Likewise.
15165         * modules/arpa_inet: Likewise.
15166         * modules/byteswap: Likewise.
15167         * modules/configmake: Likewise.
15168         * modules/fcntl: Likewise.
15169         * modules/fnmatch: Likewise.
15170         * modules/getopt: Likewise.
15171         * modules/glob: Likewise.
15172         * modules/inttypes: Likewise.
15173         * modules/netinet_in: Likewise.
15174         * modules/poll: Likewise.
15175         * modules/stdbool: Likewise.
15176         * modules/stdint: Likewise.
15177         * modules/sys_select: Likewise.
15178         * modules/sys_socket: Likewise.
15179         * modules/sys_stat: Likewise.
15180         * modules/sysexits: Likewise.
15181         * modules/localcharset: Same as above, but continue using temporary
15182         file named "t-$@" (why different?) rather than the "$@-t" used
15183         everywhere else.
15184
15185         * modules/sysexits (Makefile.am): Replace literal occurrences
15186         of "sysexit.h" more readable, and more consistent, "$@".
15187
15188 2006-09-06  Bruno Haible  <bruno@clisp.org>
15189
15190         * modules/striconv: New file.
15191         * modules/xstriconv: New file.
15192         * MODULES.html.sh (Internationalization functions): Add striconv,
15193         xstriconv.
15194
15195 2006-09-06  Bruno Haible  <bruno@clisp.org>
15196
15197         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
15198         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
15199         not using libtool correctly.
15200
15201 2006-09-06  Bruno Haible  <bruno@clisp.org>
15202
15203         * lib/striconv.h: New file.
15204         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
15205         iconvstring.c.
15206         * lib/xstriconv.h: New file.
15207         * lib/xstriconv.c: New file.
15208
15209 2006-09-06  Bruno Haible  <bruno@clisp.org>
15210
15211         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
15212         lib_..._LDFLAGS.
15213
15214 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15215
15216         * lib/argz_.h: Sync from Libtool.
15217
15218         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
15219                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15220
15221         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
15222
15223 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
15224
15225         * modules/trim: New file.
15226
15227 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
15228
15229         * lib/trim.h: New file.
15230         * lib/trim.c: New file.
15231
15232 2006-09-05  Bruno Haible  <bruno@clisp.org>
15233
15234         * MODULES.html.sh (String handling): Add trim.
15235
15236 2006-09-04  Karl Berry  <karl@gnu.org>
15237
15238         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
15239         until next release.
15240
15241 2006-09-03  Bruno Haible  <bruno@clisp.org>
15242
15243         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
15244         correctly.
15245
15246 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15247
15248         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
15249         not gl_GETLOADAVG.  Omit unneeded semicolons.
15250         Problems reported by Ralf Wildenhues in
15251         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
15252         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
15253         at the end, which is the usual gnulib style.
15254
15255         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
15256         of doing all the work ourselves.
15257         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
15258         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
15259
15260 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15261
15262         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
15263         Problem reported by Ralf Wildenhues in
15264         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
15265
15266         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
15267         HAVE_STRUCT_STATFS_F_FSTYPENAME.
15268
15269 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15270
15271         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
15272         yesterday's patch by changing test -n to test -z.
15273
15274 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15275
15276         * modules/getloadavg (Files): Add m4/getloadavg.m4.
15277         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
15278         the former is now obsolescent.
15279
15280         * modules/chdir-long (Depends-on): Add fcntl.
15281
15282 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15283
15284         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
15285         obsolescent, and programs should use gnulib instead.
15286         * m4/getloadavg.m4: New file, with contents taken from Autoconf
15287         but with prefixes changed.
15288
15289 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15290
15291         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
15292         or stdbool.h, because they might not exist while configuring.
15293
15294         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
15295         Don't include unistd.h or limits.h; not needed, since chdir-long.h
15296         does that for us.
15297         (O_DIRECTORY): Remove.
15298
15299 2006-08-31  Eric Blake  <ebb9@byu.net>
15300
15301         * gnulib-tool: Don't let emacs change spaces to TAB.
15302
15303 2006-08-31  Bruno Haible  <bruno@clisp.org>
15304
15305         * gnulib-tool: When calling func_import more than once, do it in a
15306         subshell.
15307         Reported by Eric Blake <ebb9@byu.net>.
15308
15309 2006-08-31  Bruno Haible  <bruno@clisp.org>
15310
15311         * gnulib-tool (nl): Remove variable.
15312         (sed_transform_lib_file): Use more robust test for config-h module.
15313         (func_import): Fix typo in 2006-08-25 patch.
15314
15315 2006-08-31  Bruno Haible  <bruno@clisp.org>
15316
15317         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
15318         specified, augment Makefile.am variables instead of assigning them.
15319
15320 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
15321
15322         Work around a bug in both the Linux and SunOS 64-bit kernels:
15323         nanosleep mishandles sleeps for longer than 2**31 seconds.
15324         Problem reported by Frank v Waveren in
15325         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
15326         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
15327         Check for nanosleep bug.
15328         (LIB_NANOSLEEP): Append clock_gettime library if needed.
15329
15330 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
15331
15332         Work around a bug in both the Linux and SunOS 64-bit kernels:
15333         nanosleep mishandles sleeps for longer than 2**31 seconds.
15334         Problem reported by Frank v Waveren in
15335         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
15336         * lib/nanosleep.c (BILLION): New constant.
15337         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
15338         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
15339         implementation.
15340
15341 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
15342
15343         * modules/nanosleep (Depends-on): Add gettime.
15344
15345 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
15346         and Simon Josefsson  <jas@extundo.com>
15347         and Oskar Liljeblad  <oskar@osk.mine.nu>
15348
15349         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
15350         * gnulib-tool (func_import): New license type 'unmodifiable license
15351         text'.
15352         * modules/fdl: Use it.  Longer description.
15353         * module/gpl, module/lgpl: New files.
15354
15355 2006-08-30  Jim Meyering  <jim@meyering.net>
15356
15357         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
15358         shadowing the parameter.
15359
15360 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15361
15362         Sync from Libtool:
15363
15364         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15365
15366         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
15367         sharing with gnulib.  Report by Eric Blake.
15368
15369 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
15370
15371         * modules/isapipe: New file.
15372         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
15373
15374 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
15375
15376         * modules/configmake (Makefile.am): Add a comment, and omit
15377         the CONFIGMAKE_ prefix from generated macro names.  Suggested
15378         by Bruno Haible.
15379
15380 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
15381
15382         * m4/isapipe.m4: New file.
15383
15384 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
15385
15386         * lib/isapipe.c, lib/isapipe.h: New files.
15387
15388 2006-08-29  Jim Meyering  <jim@meyering.net>
15389
15390         * modules/configmake (Makefile.am): Make configmake.h depend on
15391         Makefile.  Otherwise, a stale configmake.h could hang around.
15392
15393 2006-08-29  Eric Blake  <ebb9@byu.net>
15394
15395         * lib/error.c (error_at_line, print_errno_message): Match libc, after
15396         resolution of upstream bug 3044.
15397
15398 2006-08-29  Bruno Haible  <bruno@clisp.org>
15399
15400         * modules/localcharset (Depends-on): Add configmake.
15401         (Makefile.am): Remove setting of LIBDIR through DEFS.
15402
15403 2006-08-29  Bruno Haible  <bruno@clisp.org>
15404
15405         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
15406         defined.
15407
15408 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
15409
15410         * modules/fcntl: New file.
15411         * modules/chdir-safer (Depends-on): Add fcntl.
15412         * modules/fts: Likewise.
15413         * modules/mkdir-p: Likewise.
15414
15415         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
15416         This undoes the most recent change, since we're now addressing the
15417         problem in a different way.
15418
15419         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
15420         into output, since the output might be called Makefile.am even
15421         if $makefile_name is something different.
15422         (func_import): Use $makefile_am rather than
15423         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
15424         empty.
15425
15426         * modules/inttypes (Files): Add m4/inttypes-h.m4.
15427
15428 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
15429
15430         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
15431         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
15432         recent change to stdint.m4, since we're now addressing the problem in a
15433         different way.
15434
15435 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
15436
15437         * m4/fcntl_h.m4: New file.
15438
15439 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
15440
15441         * lib/fcntl_.h: New file.
15442         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
15443         the fcntl module.
15444         * lib/dirchownmod.c: Likewise.
15445         * lib/fts.c: Likewise.
15446
15447         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
15448         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
15449         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
15450         just before including <inttypes.h>, to avoid circular inclusion.
15451
15452 2006-08-28  Jim Meyering  <jim@meyering.net>
15453
15454         * doc/visibility.texi: Actually read and correct the grammar of the
15455         sentence affected by yesterday's change.
15456
15457 2006-08-28  Eric Blake  <ebb9@byu.net>
15458
15459         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
15460         needs wrapper.
15461
15462 2006-08-28  Eric Blake  <ebb9@byu.net>
15463
15464         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
15465
15466 2006-08-28  Eric Blake  <ebb9@byu.net>
15467
15468         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
15469
15470 2006-08-28  Bruno Haible  <bruno@clisp.org>
15471
15472         * modules/c-strstr: New file, from GNU gettext.
15473         * MODULES.html.sh (String handling): Add c-strstr.
15474
15475 2006-08-28  Bruno Haible  <bruno@clisp.org>
15476
15477         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
15478         macros.
15479         Reported by Eric Blake.
15480
15481 2006-08-28  Bruno Haible  <bruno@clisp.org>
15482
15483         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
15484         (VASNPRINTF): Return a string of length > INT_MAX without failing.
15485         * lib/vasprintf.c: Include errno.h, limits.h.
15486         (EOVERFLOW): New fallback definition.
15487         (vasprintf): Test here whether the string length is > INT_MAX.
15488         * lib/vsnprintf.c: Include errno.h, limits.h.
15489         (EOVERFLOW): New fallback definition.
15490         (vsnprintf): Fix bug when generated string was too long for the buffer.
15491         Test here whether the string length is > INT_MAX.
15492
15493 2006-08-28  Bruno Haible  <bruno@clisp.org>
15494
15495         * lib/inttypes_.h (SCNX*): Remove definitions.
15496         Reported by Eric Blake.
15497
15498 2006-08-28  Bruno Haible  <bruno@clisp.org>
15499
15500         * lib/c-strstr.h: New file, from GNU gettext.
15501         * lib/c-strstr.c: New file, from GNU gettext.
15502
15503 2006-08-28  Bruno Haible  <bruno@clisp.org>
15504
15505         * gnulib-tool: Reorder some statements.
15506
15507 2006-08-28  Bruno Haible  <bruno@clisp.org>
15508
15509         * gnulib-tool: New option --makefile-name.
15510         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
15511         $makefile_name.
15512         (func_import): Write $makefile_name to the cache file, and read it from
15513         there unless explicitly specified. Use $makefile_name as file name
15514         instead of Makefile.am. Adjust the recommendations accordingly.
15515
15516 2006-08-28  Bruno Haible  <bruno@clisp.org>
15517
15518         * gnulib-tool (func_verify_module): Check against misapplying patch.
15519
15520 2006-08-28  Bruno Haible  <bruno@clisp.org>
15521
15522         * gnulib-tool (func_relativize, func_relconcat): New functions.
15523         Give an error if --local-dir is given with --update.
15524         Remove trailing slashes from $local_gnulib_dir.
15525         (func_import): Store the relativized $local_gnulib_dir in
15526         gnulib-cache.m4, and read it from there if not specified explicitly.
15527
15528 2006-08-28  Bruno Haible  <bruno@clisp.org>
15529
15530         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
15531         is the current directory. Respect also $local_gnulib_dir.
15532
15533 2006-08-28  Bruno Haible  <bruno@clisp.org>
15534             Simon Josefsson  <jas@extundo.com>
15535
15536         BeOS portability.
15537         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
15538
15539 2006-08-27  Jim Meyering  <jim@meyering.net>
15540
15541         * doc/visibility.texi: Remove duplicate word: "pointer".
15542
15543 2006-08-26  Bruno Haible  <bruno@clisp.org>
15544
15545         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
15546         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
15547         (Makefile.am): Create inttypes.h from inttypes_.h.
15548         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
15549
15550         * modules/imaxabs: New file.
15551
15552         * modules/imaxdiv: New file.
15553
15554 2006-08-26  Bruno Haible  <bruno@clisp.org>
15555
15556         * m4/inttypes.m4: New file.
15557         * m4/_inttypes_h.m4: Remove file.
15558         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
15559         PRI_MACROS_BROKEN.
15560         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
15561
15562         * m4/imaxabs.m4: New file.
15563
15564         * m4/imaxdiv.m4: New file.
15565
15566 2006-08-26  Bruno Haible  <bruno@clisp.org>
15567
15568         * lib/inttypes_.h: New file.
15569         * lib/inttypes.h: Remove file.
15570         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
15571
15572         * lib/imaxabs.c: New file.
15573
15574         * lib/imaxdiv.c: New file.
15575
15576 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15577
15578         New config-h module, so that "make" output needn't be cluttered
15579         by -DHAVE_CONFIG_H.
15580         * MODULES.html.sh (Support for building libraries and executables):
15581         Add config-h.
15582         * modules/config-h: New file.
15583         * gnulib-tool (nl, sed_transform_lib_file): New vars.
15584         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
15585         the config-h module is used.
15586
15587         New configmake module, so that "make" output needn't be cluttered
15588         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
15589         * MODULES.html.sh (Support for building libraries and executables):
15590         Add configmake.
15591         * modules/configmake: New file.
15592
15593 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15594
15595         * m4/config-h.m4: New file.
15596
15597 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15598
15599         * config/srclist.txt: Add elisp-comp.
15600
15601 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15602
15603         * MODULES.html.sh (Support for building libraries and executables):
15604         Add elisp-comp.
15605         * build-aux/elisp-comp: New file.
15606         * modules/elisp-comp: New file.
15607
15608 2006-08-24  Bruno Haible  <bruno@clisp.org>
15609
15610         * gnulib-tool (func_create_testdir): Use non-default values of
15611         sourcebase and m4base.
15612
15613 2006-08-24  Bruno Haible  <bruno@clisp.org>
15614
15615         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
15616         HTML structure.
15617
15618 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15619
15620         * modules/openat (Depends-on): Add lchown.
15621
15622 2006-08-23  Bruno Haible  <bruno@clisp.org>
15623
15624         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
15625         of gl_LOCK_EARLY instead of gl_LOCK.
15626
15627 2006-08-23  Bruno Haible  <bruno@clisp.org>
15628
15629         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
15630         on OSF/1 to no.
15631         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
15632
15633 2006-08-23  Bruno Haible  <bruno@clisp.org>
15634
15635         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
15636         as unusable.
15637
15638         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
15639         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
15640         (gl_LOCK): New macro.
15641
15642 2006-08-22  Simon Josefsson  <jas@extundo.com>
15643
15644         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
15645         to md5 module.
15646
15647 2006-08-22  Simon Josefsson  <jas@extundo.com>
15648
15649         * MODULES.html.sh: Add "Support for maintaining and release
15650         projects".
15651
15652         * build-aux/gnupload: New file, from coreutils.
15653
15654 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
15655
15656         Avoid the need for AC_LIBSOURCES in m4 macros.
15657         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
15658         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
15659         * modules/check-version (EXTRA_DIST): Add check-version.h.
15660         * modules/crc (EXTRA_DIST): Add crc.h.
15661         * modules/des (EXTRA_DIST): Add des.h.
15662         * modules/gc (EXTRA_DIST): Add gc.h.
15663         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
15664         * modules/getline (EXTRA_DIST): Add getline.h.
15665         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
15666         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
15667         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
15668         * modules/md2 (EXTRA_DIST): Add md2.h.
15669         * modules/md4 (EXTRA_DIST): Add md4.h.
15670         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
15671         * modules/read-file (EXTRA_DIST): Add read-file.h.
15672         * modules/readline (EXTRA_DIST): Add readline.h.
15673         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
15674         rijndael-api-fst.h.
15675
15676 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
15677
15678         * m4/rijndael.m4 (gl_ARCFOUR):
15679         * m4/arctwo.m4 (gl_ARCTWO):
15680         * m4/check-version.m4 (gl_CHECK_VERSION):
15681         * m4/crc.m4 (gl_CRC):
15682         * m4/des.m4 (gl_DES):
15683         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
15684         * m4/gc.m4 (gl_GC):
15685         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
15686         * m4/getline.m4 (gl_FUNC_GETLINE):
15687         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
15688         * m4/hmac-md5.m4 (gl_HMAC_MD5):
15689         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
15690         * m4/md2.m4 (gl_MD2):
15691         * m4/md4.m4 (gl_MD4):
15692         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
15693         * m4/read-file.m4 (gl_FUNC_READ_FILE):
15694         * m4/readline.m4 (gl_FUNC_READLINE):
15695         * m4/rijndael.m4 (gl_RIJNDAEL):
15696         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
15697         to get the necessary .h files and whatnot.
15698
15699 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
15700
15701         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
15702         gnulib rather than the other way around.
15703         * config/srclistvars.sh (COREUTILS): Remove.
15704
15705 2006-08-22  Jim Meyering  <jim@meyering.net>
15706
15707         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
15708
15709         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
15710
15711 2006-08-22  Eric Blake  <ebb9@byu.net>
15712
15713         * modules/regexprops-generic: New file.
15714         * MODULES.html.sh (Support for building documentation): List it.
15715
15716 2006-08-22  Eric Blake  <ebb9@byu.net>
15717
15718         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
15719         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
15720         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
15721         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
15722
15723 2006-08-22  Bruno Haible  <bruno@clisp.org>
15724
15725         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
15726         and lib_LTLIBRARIES like the other lib_* variables.
15727
15728 2006-08-22  Bruno Haible  <bruno@clisp.org>
15729
15730         * build-aux/x-to-1.in: New file, from GNU gettext.
15731
15732 2006-08-22  Bruno Haible  <bruno@clisp.org>
15733
15734         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
15735         <utmpx.h> exists.
15736
15737 2006-08-22  Bruno Haible  <bruno@clisp.org>
15738
15739         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
15740         <utmpx.h> exists.
15741
15742 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
15743
15744         BeOS portability.
15745         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
15746         exist.
15747         Problem reported by Bruno Haible.
15748
15749 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
15750
15751         Avoid the need for AC_LIBSOURCES in m4 macros.
15752         * modules/acl (EXTRA_DIST): Add acl.h.
15753         * modules/argmatch (Files): Add m4/argmatch.m4.
15754         (configure.ac): Add gl_ARGMATCH.
15755         (EXTRA_DIST): Renamed from lib_SOURCES, for
15756         consistency with the other modules.  Remove argmatch.c.
15757         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
15758         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
15759         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
15760         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
15761         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
15762         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
15763         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
15764         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
15765         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
15766         * modules/closeout (EXTRA_DIST): Add closeout.h.
15767         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
15768         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
15769         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
15770         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
15771         dirname.h; remove basename.c and stripslash.c.
15772         * modules/exclude (EXTRA_DIST): Add exclude.h.
15773         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
15774         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
15775         * modules/file-type (EXTRA_DIST): Add file-type.h.
15776         * modules/filemode (EXTRA_DIST): Add filemode.h.
15777         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
15778         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
15779         * modules/fpending (EXTRA_DIST): Add __fpending.h.
15780         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
15781         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
15782         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
15783         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
15784         * modules/getdate (EXTRA_DIST): Add getdate.c.
15785         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
15786         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
15787         * modules/getpass (EXTRA_DIST): Add getpass.h.
15788         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
15789         * modules/group-member (EXTRA_DIST): Add group-member.h.
15790         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
15791         * modules/hash (EXTRA_DIST): Add hash.h.
15792         * modules/human (EXTRA_DIST): Add human.h.
15793         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
15794         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
15795         * modules/lchown (EXTRA_DIST): Add lchown.h.
15796         * modules/long-options (EXTRA_DIST): Add long-options.h.
15797         * modules/lstat (EXTRA_DIST): Add lstat.h.
15798         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
15799         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
15800         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
15801         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
15802         * modules/memxor (EXTRA_DIST): Add memxor.h.
15803         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
15804         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
15805         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
15806         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
15807         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
15808         * modules/physmem (EXTRA_DIST): Add physmem.h.
15809         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
15810         * modules/posixver (EXTRA_DIST): Add posixver.h.
15811         * modules/quote (EXTRA_DIST): Add quote.h.
15812         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
15813         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
15814         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
15815         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
15816         regex_internal.h regexec.c.
15817         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
15818         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
15819         * modules/same (EXTRA_DIST): Add same.h.
15820         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
15821         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
15822         * modules/savedir (EXTRA_DIST): Add savedir.h.
15823         * modules/sha1 (EXTRA_DIST): Add sha1.h.
15824         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
15825         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
15826         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
15827         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
15828         * modules/strdup (EXTRA_DIST): Add strdup.h.
15829         * modules/strftime (EXTRA_DIST): Add strftime.h.
15830         * modules/strndup (EXTRA_DIST): Add strndup.h.
15831         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
15832         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
15833         * modules/time_r (EXTRA_DIST): Add time_r.h.
15834         * modules/timespec (EXTRA_DIST): Add timespec.h.
15835         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
15836         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
15837         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
15838         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
15839         * modules/userspec (EXTRA_DIST): Add userspec.h.
15840         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
15841         * modules/utimens (EXTRA_DIST): Add utimens.h.
15842         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
15843         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
15844         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
15845         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
15846         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
15847         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
15848         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
15849         * modules/yesno (EXTRA_DIST): Add yesno.h.
15850
15851 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
15852
15853         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
15854
15855         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
15856         * m4/dev-ino.m4, same-inode.m4: Remove.
15857
15858         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
15859         * m4/acl.m4 (AC_FUNC_ACL):
15860         * m4/backupfile.m4 (gl_BACKUPFILE):
15861         * m4/c-strtod.m4 (gl_C99_STRTOLD):
15862         * m4/canon-host.m4 (gl_CANON_HOST):
15863         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
15864         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
15865         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
15866         * m4/cloexec.m4 (gl_CLOEXEC):
15867         * m4/close-stream.m4 (gl_CLOSE_STREAM):
15868         * m4/closeout.m4 (gl_CLOSEOUT):
15869         * m4/dirfd.m4 (gl_FUNC_DIRFD):
15870         * m4/dirname.m4 (gl_DIRNAME):
15871         * m4/exclude.m4 (gl_EXCLUDE):
15872         * m4/exitfail.m4 (gl_EXITFAIL):
15873         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
15874         * m4/file-type.m4 (gl_FILE_TYPE):
15875         * m4/filemode.m4 (gl_FILEMODE):
15876         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
15877         * m4/fpending.m4 (gl_FUNC_FPENDING):
15878         * m4/fprintftime.m4 (gl_FPRINTFTIME):
15879         * m4/fts.m4 (gl_FUNC_FTS):
15880         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
15881         * m4/getdate.m4 (gl_GETDATE):
15882         * m4/gethrxtime.m4 (gl_GETHRXTIME):
15883         * m4/getpagesize.m4 (gl_GETPAGESIZE):
15884         * m4/getpass.m4 (gl_FUNC_GETPASS):
15885         * m4/gettime.m4 (gl_GETTIME):
15886         * m4/getugroups.m4 (gl_GETUGROUPS):
15887         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
15888         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
15889         * m4/hard-locale.m4 (gl_HARD_LOCALE):
15890         * m4/hash.m4 (gl_HASH):
15891         * m4/idcache.m4 (gl_IDCACHE):
15892         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
15893         * m4/lchown.m4 (gl_FUNC_LCHOWN):
15894         * m4/long-options.m4 (gl_LONG_OPTIONS):
15895         * m4/lstat.m4 (gl_FUNC_LSTAT):
15896         * m4/md5.m4 (gl_MD5):
15897         * m4/memcasecmp.m4 (gl_MEMCASECMP):
15898         * m4/memcoll.m4 (gl_MEMCOLL):
15899         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
15900         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
15901         * m4/memxor.m4 (gl_MEMXOR):
15902         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
15903         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
15904         * m4/modechange.m4 (gl_MODECHANGE):
15905         * m4/mountlist.m4 (gl_MOUNTLIST):
15906         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
15907         * m4/openat.m4 (gl_FUNC_OPENAT):
15908         * m4/pathmax.m4 (gl_PATHMAX):
15909         * m4/physmem.m4 (gl_PHYSMEM):
15910         * m4/posixtm.m4 (gl_POSIXTM):
15911         * m4/posixver.m4 (gl_POSIXVER):
15912         * m4/quote.m4 (gl_QUOTE):
15913         * m4/quotearg.m4 (gl_QUOTEARG):
15914         * m4/readtokens.m4 (gl_READTOKENS):
15915         * m4/readutmp.m4 (gl_READUTMP):
15916         * m4/regex.m4 (gl_REGEX):
15917         * m4/safe-read.m4 (gl_SAFE_READ):
15918         * m4/safe-write.m4 (gl_SAFE_WRITE):
15919         * m4/same.m4 (gl_SAME):
15920         * m4/save-cwd.m4 (gl_SAVE_CWD):
15921         * m4/savedir.m4 (gl_SAVEDIR):
15922         * m4/settime.m4 (gl_SETTIME):
15923         * m4/sha1.m4 (gl_SHA1):
15924         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
15925         * m4/stat-macros.m4 (gl_STAT_MACROS):
15926         * m4/stat-time.m4 (gl_STAT_TIME):
15927         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
15928         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
15929         * m4/strdup.m4 (gl_FUNC_STRDUP):
15930         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
15931         * m4/strndup.m4 (gl_FUNC_STRNDUP):
15932         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
15933         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
15934         * m4/time_r.m4 (gl_TIME_R):
15935         * m4/timespec.m4 (gl_TIMESPEC):
15936         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
15937         * m4/unlinkdir.m4 (gl_UNLINKDIR):
15938         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
15939         * m4/userspec.m4 (gl_USERSPEC):
15940         * m4/utimecmp.m4 (gl_UTIMECMP):
15941         * m4/utimens.m4 (gl_UTIMENS):
15942         * m4/xalloc.m4 (gl_XALLOC):
15943         * m4/xgetcwd.m4 (gl_XGETCWD):
15944         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
15945         * m4/xreadlink.m4 (gl_XREADLINK):
15946         * m4/xstrtod.m4 (gl_XSTRTOD):
15947         * m4/yesno.m4 (gl_YESNO):
15948         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
15949         to get the necessary .h files and whatnot.
15950
15951 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
15952             Bruno Haible  <bruno@clisp.org>
15953
15954         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
15955         /bin/sh understanding of '!' conditional negation.
15956
15957 2006-08-21  Jim Meyering  <jim@meyering.net>
15958
15959         * modules/openat (Depends-on): Really alphabetize.
15960
15961         * modules/acl (Depends-on): Add error and quote.
15962
15963         * check-module (find_included_lib_files): Add at-func.c to the
15964         ok-to-include-more-than-once white list.
15965
15966         * modules/openat (Depends-on): Add lstat.  Alphabetize.
15967
15968 2006-08-21  Bruno Haible  <bruno@clisp.org>
15969
15970         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15971         Emit a pkgdata_DATA variable only if some snippets add contents to it.
15972         Reported by Martin Lambers <marlam@marlam.de>.
15973
15974 2006-08-21  Bruno Haible  <bruno@clisp.org>
15975
15976         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
15977         specify an installation location, don't emit a noinst_LIBRARIES or
15978         noinst_LTLIBRARIES assignment.
15979
15980 2006-08-21  Bruno Haible  <bruno@clisp.org>
15981
15982         BeOS portability.
15983         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
15984         BeOS has mbrtowc() but no <wctype.h>.
15985
15986 2006-08-21  Bruno Haible  <bruno@clisp.org>
15987
15988         BeOS portability.
15989         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
15990         exist.
15991
15992 2006-08-21  Bruno Haible  <bruno@clisp.org>
15993
15994         BeOS portability.
15995         * lib/mbchar.h: Include <wctype.h> only if it exists.
15996
15997 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15998
15999         Remove files that are no longer needed by their respective modules.
16000         * m4/obstack.m4: Remove.
16001         * m4/strerror_r.m4: Remove.
16002         * m4/uint32_t.m4: Remove.
16003         * m4/uintptr_t.m4: Remove.
16004         * m4/ullong_max.m4: Remove.
16005         * m4/xstrtoimax.m4: Remove.
16006         * m4/xstrtoumax.m4: Remove.
16007
16008         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
16009         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
16010         dependencies now capture this.
16011
16012         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
16013         Do not use AC_LIBSOURCES, since gnulib modules now do this.
16014         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
16015         * m4/human.m4 (gl_HUMAN): Likewise.
16016         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
16017         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
16018
16019         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
16020
16021         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
16022         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
16023         stdint.
16024         * m4/human.m4 (gl_HUMAN): Likewise.
16025         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
16026         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
16027         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
16028         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
16029         * m4/xstrtol (gl_XSTRTOL): Likewise.
16030
16031         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
16032         AC_TYPE_LONG_LONG_INT.
16033         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
16034         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
16035         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
16036         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
16037
16038         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
16039         on stdbool.
16040
16041         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
16042         (gl_PREREQ_XSTRTOUL): Remove.
16043
16044         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
16045
16046         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
16047         mode.
16048
16049 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16050
16051         Add and change modules to make it easier for coreutils to use
16052         gnulib-tool.
16053         * modules/backupfile (Files): Remove m4/d-ino.m4.
16054         (Depends-on): Add d-ino.
16055         * modules/cycle-check (Depends-on): Add stdint.
16056         (lib_SOURCES): Add cycle-check.h.
16057         * modules/d-ino: New module.
16058         * modules/d-type: New module.
16059         * modules/error (Files): Remove m4/strerror_r.m4.
16060         * modules/filemode (Files): Add m4/st_dm_mode.m4.
16061         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
16062         m4/inttypes_h.m4, m4/uintmax_t.m4.
16063         (Depends-on): Add stdint.
16064         (lib_SOURCES): Add fsusage.h.
16065         * modules/getcwd (Files): Remove d-ino.m4.
16066         (Depends-on): Add d-ino.
16067         * modules/getndelim2 (Depends-on): Add stdint.
16068         * modules/glob (Files): Remove m4/d-type.m4.
16069         (Depends-on): Add d-type.
16070         * modules/host-os: New module.
16071         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
16072         m4/inttypes_h.m4, m4/uintmax_t.m4.
16073         * Depends-on: Add stdint.
16074         (lib_SOURCES): Add human.h.
16075         * modules/inttostr (Files): Remove m4/intmax_t.m4,
16076         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
16077         m4/uintmax_t.m4, m4/ulonglong.m4.
16078         (Depends-on): Add stdint.
16079         (EXTRA_DIST): Add inttostr.h.
16080         * modules/lchmod: New module.
16081         * modules/link-follow: New module.
16082         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
16083         (Depends-on): Add lchmod.
16084         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
16085         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
16086         (Depends-on): Add stdint.
16087         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
16088         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
16089         (Depends-on): Add stdint.
16090         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
16091         * modules/perl: New module.
16092         * modules/regex (Depends-on): Add stdint.
16093         * modules/rmdir-errno: New module.
16094         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
16095         m4/intmax_t.m4.
16096         (Depends-on): Add stdint.
16097         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
16098         m4/uintmax_t.m4.
16099         (Depends-on): Add stdint.
16100         * modules/unlink-busy: New module.
16101         * modules/utimecmp (Depends-on): Add stdint.
16102         * modules/uptime: New module.
16103         * modules/winsz-ioctl: New module.
16104         * modules/winsz-termios: New module.
16105         * modules/xnanosleep (Depends-on): Add nanosleep.
16106         * modules/ullong_max: Remove.
16107         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
16108         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
16109         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
16110         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
16111         (Depends-on): Add inttypes.
16112         (lib_SOURCES): Add xstrtol.h.
16113         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
16114         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
16115         * MODULES.html.sh: Move 'assert' into the assert section.
16116         Move 'dummy' into the linking section.
16117         Remove ullong_max.
16118         Add section for compatibility checks for POSIX:2001 functions,
16119         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
16120         winsz-ioctl, and winsz-termios into it.
16121         Add lchmod.
16122         Add top-level Misc section and put host-os, perl, and uptime
16123         into it.
16124
16125 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16126
16127         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
16128         now assume the stdint module.  Do not include inttypes.h.
16129         * lib/fsusage.h: Likewise.
16130         * lib/getndelim2.c: Likewise.
16131         * lib/human.h: Likewise.
16132         * lib/inttostr.h: Likewise.
16133         * lib/obstack.c: Likewise.
16134         * lib/regex_internal.h: Likewise.
16135         * lib/tempname.c: Likewise.
16136         * lib/utimecmp.c: Likewise.
16137         * lib/xstrtol.h: Likewise.
16138
16139         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
16140
16141         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
16142         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
16143         * lib/xtime.h: Likewise.
16144
16145 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16146
16147         * modules/openat (Files): Add lib/fchmodat.c.
16148         Fixes problem reported by Jay Youngman.
16149
16150 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16151
16152         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
16153         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
16154
16155 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
16156             Bruno Haible  <bruno@clisp.org>
16157
16158         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
16159         and is a script that invokes bison. Tighten the code. Add comments.
16160
16161 2006-08-18  Jim Meyering  <jim@meyering.net>
16162
16163         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
16164         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
16165         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
16166         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
16167
16168 2006-08-18  Bruno Haible  <bruno@clisp.org>
16169
16170         * modules/bison-i18n: New file.
16171         * MODULES.html.sh (Internationalization functions): Add it.
16172
16173 2006-08-18  Bruno Haible  <bruno@clisp.org>
16174
16175         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
16176         sys/statvfs.h. When getmntinfo was found, check its declaration and
16177         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
16178
16179 2006-08-18  Bruno Haible  <bruno@clisp.org>
16180
16181         * m4/bison-i18n.m4: New file, from bison.
16182
16183 2006-08-18  Bruno Haible  <bruno@clisp.org>
16184
16185         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
16186         (ME_DUMMY): Treat "kernfs" as a dummy.
16187         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
16188
16189 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16190
16191         Update from coreutils.
16192
16193         2006-08-15  Jim Meyering  <jim@meyering.net>
16194
16195         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
16196
16197         2006-01-17  Jim Meyering  <jim@meyering.net>
16198
16199         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
16200
16201         2006-01-11  Jim Meyering  <jim@meyering.net>
16202
16203         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
16204         Check for the lchmod function.
16205
16206 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16207
16208         Update from coreutils.
16209
16210         * lib/__fpending.h: Add copyright notice.
16211         * lib/fprintftime.h: Likewise.
16212         * lib/savedir.c: Use (C) in copyright notice.
16213         * lib/savedir.h: Likewise.
16214
16215         2006-08-15  Jim Meyering  <jim@meyering.net>
16216
16217         * lib/at-func.c: New file, with the logic of all emulated at-functions.
16218         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
16219         in support of the EXPECTED_ERRNO macro.
16220         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
16221         definitions.  Instead, define the appropriate symbols and include
16222         "at-func.c".
16223         * lib/mkdirat.c (mkdirat): Likewise.
16224         * lib/fchmodat.c (fchmodat): Likewise.
16225         (ENOSYS): Remove definition.
16226         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
16227         it.  Don't include "unistd--.h" -- it wasn't ever used.
16228
16229         2006-01-17  Jim Meyering  <jim@meyering.net>
16230
16231         Rewrite fts.c not to change the current working directory,
16232         by using openat, fstatat, fdopendir, etc..
16233
16234         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
16235         (HAVE_OPENAT_SUPPORT): Define.
16236         [_LIBC] (fchdir): Don't undef or define; no longer used.
16237         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
16238         Now, this `function' always succeeds, and consumes its file descriptor
16239         parameter -- so callers must not close such FDs.  Update callers.
16240         (diropen_fd, opendirat, cwd_advance_fd): New functions.
16241         (diropen): Add parameter, SP.  Adjust all callers.
16242         Implement using diropen_fd, rather than open.
16243         (fts_open): Initialize new member, fts_cwd_fd.
16244         Remove fts_rft-setting code.
16245         (fts_close): Close fts_cwd_fd, if necessary.
16246         (__opendir2): Define in terms of opendir or opendirat,
16247         depending on whether the FST_NOCHDIR flag is set.
16248         (fts_build): Since fts_safe_changedir consumes its FD, and since
16249         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
16250         and close the dup'd file descriptor upon failure.
16251         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
16252         (fts_safe_changedir): Tweak semantics to reflect that this function
16253         now calls cwd_advance_fd and hence consumes its FD argument.
16254         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
16255         [struct FTS] (fts_rft): Remove now-unused member.
16256         [struct FTS] (fts_cycle.state): Improve comment.
16257
16258         * lib/openat.c (openat_needs_fchdir): New function.
16259         * lib/openat.h (openat_needs_fchdir): Declare it.
16260
16261 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
16262
16263         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
16264         Problem and fix reported by Pádraig Brady in
16265         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
16266
16267 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16268
16269         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
16270
16271 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16272
16273         * lib/memcoll.c (memcoll): Optimize for the common case where the
16274         arguments are bytewise equal.
16275
16276 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16277
16278         * doc/regexprops-generic.texi: Add a copyright notice.
16279
16280 2006-08-15  Bruno Haible  <bruno@clisp.org>
16281
16282         * modules/tmpdir (License): Change to LGPL.
16283
16284 2006-08-15  Bruno Haible  <bruno@clisp.org>
16285
16286         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
16287         module.
16288
16289 2006-08-14  Simon Josefsson  <jas@extundo.com>
16290
16291         * config/srclist.txt: Add gnupload.
16292
16293 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
16294
16295         Change copyright notice from LGPL 2 to GPL 2, since that's the
16296         standard form used in the gnulib repository.
16297         * tests/test-lock.c: Likewise.
16298         * tests/test-stdint.c: Likewise.
16299         * tests/test-tls.c: Likewise.
16300
16301         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
16302         prelude-manager.  User shorter URLs for GNU projects, without '?'.
16303         Add copyright notice.
16304
16305         * check-module: Add copyright notice.  Output a copyright
16306         notice if "--version" is specified.
16307         * modules/COPYING: New file.
16308         * tests/test-getaddrinfo.c: Add copyright notice.
16309         * tests/test-verify.c: Likewise.
16310
16311 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
16312
16313         Change copyright notice from LGPL 2 to GPL 2, since that's the
16314         standard form used in the gnulib repository.
16315         * lib/lock.c: LGPL -> GPL.
16316         * lib/lock.h: Likewise.
16317         * lib/strnlen1.c: Likewise.
16318         * lib/strnlen1.h: Likewise.
16319         * lib/tls.c: Likewise.
16320         * lib/tls.h: Likewise.
16321         * lib/tmpdir.c: Likewise.
16322
16323         * lib/TODO: Remove; this belongs only in coreutils.
16324
16325 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
16326
16327         Add copyright notices to long-enough files that lack them, since
16328         otherwise the files aren't clearly free.  Use the same notice that
16329         getdate.texi already uses.
16330         * doc/alloca-opt.texi: Add copyright notice.
16331         * doc/alloca.texi: Likewise.
16332         * doc/ctime.texi: Likewise.
16333         * doc/functions.texi: Likewise.
16334         * doc/gcd.texi: Likewise.
16335         * doc/gnulib-tool.texi: Likewise.
16336         * doc/inet_ntoa.texi: Likewise.
16337         * doc/visibility.texi: Likewise.
16338
16339         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
16340         * doc/quote.texi: Add copyright notice.
16341
16342         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
16343         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
16344         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
16345         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
16346         is now obsolete, and give a pointer to the Sun list.
16347         Add copyright notice.
16348
16349 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
16350
16351         * config/srclistvars.sh: Add copyright notice.
16352
16353 2006-08-14  Eric Blake  <ebb9@byu.net>
16354
16355         Import the following change from libc:
16356
16357         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
16358
16359         Upstream bug 2997.
16360         * lib/misc/error.c: Add space between program name and message if file
16361         name is missing.
16362
16363 2006-08-12  Karl Berry  <karl@gnu.org>
16364
16365         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
16366         remove, these originate in gnulib now.
16367
16368 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16369
16370         * doc/Makefile (standards.info standards.html standards.dvi):
16371         Also depend on make-stds.texi.
16372
16373 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16374
16375         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
16376         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
16377
16378         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
16379         in wchar_t.  Problem reported by Eric Blake.
16380
16381         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
16382         LEN is smaller than SIZE.  Suggested by Bruno Haible.
16383         Also, help the compiler to keep LEN in a register.
16384
16385 2006-08-11  Eric Blake  <ebb9@byu.net>
16386
16387         * users.txt: Sort.  Add tar.
16388
16389 2006-08-11  Bruno Haible  <bruno@clisp.org>
16390
16391         * users.txt: New file.
16392
16393 2006-08-11  Bruno Haible  <bruno@clisp.org>
16394
16395         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
16396         before <wchar.h>. Needed for OSF/1 and BSD/OS.
16397
16398 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
16399
16400         * modules/snprintf (Depends-on): Remove minmax.
16401         (Maintainer): Add self and Bruno.
16402
16403 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
16404
16405         * lib/.cppi-disable: Add snprintf.h, socket_.h.
16406         * lib/snprintf.c: Include <errno.h> and <limits.h>.
16407         (EOVERFLOW): Define if the system does not.
16408         Do not include "minmax.h"; it wasn't used.
16409         (snprintf): Don't assume size_t promotes to an unsigned type.
16410         Fix bug when generated string was too long for the buffer: the
16411         buffer's contents are supposed to be the initial prefix of the
16412         output.  Don't assume vasnprintf returns EOVERFLOW if the size
16413         exceeds INT_MAX; do the check ourselves.
16414
16415         Import the following changes from libc:
16416
16417         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
16418
16419         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
16420         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
16421         set wc to the byte which couldn't be converted.
16422         (re_string_reconstruct): Don't clear valid_raw_len before calling
16423         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
16424         tip_context using re_string_context_at.
16425
16426         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
16427
16428         * lib/posix/regex.h: g++ still cannot handled [restrict].
16429
16430         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
16431
16432         * lib/posix/regex.h: Remove special handling for VMS.
16433
16434 2006-08-10  Jim Meyering  <jim@meyering.net>
16435
16436         * modules/same-inode: New module.
16437         * modules/dev-ino: New module.
16438         * modules/cycle-check: Depend on these modules, rather than simply
16439         including their .h files.
16440         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
16441         required via m4/cycle-check.m4.
16442         * modules/same: Depend on new same-inode module, rather than
16443         including same-inode.h.
16444         * modules/chdir-safer: New file.
16445
16446         * modules/chown (Depends-on): Add stat-macros.
16447
16448 2006-08-10  Jim Meyering  <jim@meyering.net>
16449
16450         * m4/cycle-check.m4: New file.
16451         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
16452         * m4/dev-ino.m4, m4/same-inode.m4: New files.
16453
16454 2006-08-10  Eric Blake  <ebb9@byu.net>
16455
16456         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
16457         in from original proposal.
16458
16459 2006-08-10  Eric Blake  <ebb9@byu.net>
16460         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
16461
16462         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
16463         namespace.
16464
16465 2006-08-10  Bruno Haible  <bruno@clisp.org>
16466
16467         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
16468         as well.
16469
16470 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16471
16472         Sync from coreutils.
16473
16474         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
16475
16476         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
16477         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
16478
16479 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16480
16481         * modules/restrict: Remove; no longer needed now that we assume
16482         Autoconf 2.59 or later.
16483         * MODULES.html.sh: Remove 'restrict'.
16484         * modules/argp (Depends-on): Remove 'restrict'.
16485         * modules/base64 (Depends-on): Likewise.
16486         * modules/gc (Depends-on): Likewise.
16487         * modules/getaddrinfo (Depends-on): Likewise.
16488         * modules/glob (Depends-on): Likewise.
16489         * modules/inet_ntop (Depends-on): Likewise.
16490         * modules/inet_pton (Depends-on): Likewise.
16491         * modules/memxor (Depends-on): Likewise.
16492         * modules/regex (Depends-on): Likewise.
16493         * modules/strtok_r (Depends-on): Likewise.
16494         * modules/time_r (Depends-on): Likewise.
16495
16496 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16497
16498         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
16499         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
16500         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
16501         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
16502         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
16503         * m4/memxor.m4 (gl_MEMXOR): Likewise.
16504         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
16505         gl_C_RESTRICT replaced by AC_C_RESTRICT.
16506
16507         Merge from coreutils.
16508         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
16509         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
16510         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
16511         * m4/time_r.m4 (gl_TIME_R): Likewise.
16512
16513 2006-08-09  Karl Berry  <karl@gnu.org>
16514
16515         * config/srclist.txt: no more gettext-tools, per Bruno.
16516
16517 2006-08-08  Eric Blake  <ebb9@byu.net>
16518
16519         * modules/verror: New module.
16520         * MODULES.html.sh: Document it.
16521
16522 2006-08-08  Eric Blake  <ebb9@byu.net>
16523
16524         * lib/verror.h, lib/verror.c: New files.
16525
16526 2006-08-08  Eric Blake  <ebb9@byu.net>
16527
16528         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
16529         verror_at_line output complies with GNU Coding Standards even when
16530         file is NULL.
16531
16532 2006-08-07  Bruno Haible  <bruno@clisp.org>
16533
16534         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
16535         versions of AIX.
16536         Reported by Ralf Wildenhues.
16537
16538 2006-08-07  Bruno Haible  <bruno@clisp.org>
16539
16540         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
16541         in an AC_DEFUN. Needed so that the autoconf snippets can use
16542         AC_REQUIRE.
16543
16544 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16545
16546         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16547         Initialize pkgdata_DATA.
16548         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
16549         overriding it.
16550
16551 2006-08-06  Eric Blake  <ebb9@byu.net>
16552
16553         * lib/error.h: Fold in some upstream changes from glibc.
16554         * lib/error.c: Likewise.
16555
16556 2006-08-04  Bruno Haible  <bruno@clisp.org>
16557
16558         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16559         Make the mostlyclean-local rule depend on mostlyclean-generic.
16560         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
16561
16562 2006-07-31  Bruno Haible  <bruno@clisp.org>
16563
16564         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
16565         <stdlib.h>, <string.h>.
16566
16567 2006-07-30  Bruno Haible  <bruno@clisp.org>
16568
16569         * modules/readlink (License): Change to LGPL.
16570
16571 2006-07-30  Bruno Haible  <bruno@clisp.org>
16572
16573         * modules/javaversion (Makefile.am): Distribute javaversion.java and
16574         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
16575         set PKGDATADIR to point to it.
16576
16577 2006-07-30  Bruno Haible  <bruno@clisp.org>
16578
16579         * modules/csharpexec (configure.ac): Comment out macro invocation.
16580         * modules/javaexec (configure.ac): Likewise.
16581         * modules/javacomp-script (configure.ac): Likewise.
16582
16583         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
16584
16585 2006-07-30  Bruno Haible  <bruno@clisp.org>
16586
16587         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
16588         linked-list.
16589
16590 2006-07-30  Bruno Haible  <bruno@clisp.org>
16591
16592         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
16593
16594 2006-07-30  Bruno Haible  <bruno@clisp.org>
16595
16596         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16597         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
16598         get removed.
16599
16600 2006-07-29  Bruno Haible  <bruno@clisp.org>
16601
16602         Make it possible for gnulib-tool to work with locally modified or
16603         augmented gnulib repositories.
16604         * gnulib-tool (func_usage): Document --local-dir option.
16605         (local_gnulib_dir): New variable.
16606         Handle --local-dir option.
16607         (func_lookup_file): New function.
16608         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
16609         (func_get_description, func_get_filelist, func_get_description,
16610         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
16611         func_get_automake_snippet, func_get_include_directive,
16612         func_get_license, func_get_maintainer): Use func_lookup_file.
16613         (func_import, func_create_testdir): Use func_lookup_file.
16614
16615 2006-07-29  Bruno Haible  <bruno@clisp.org>
16616
16617         * modules/setenv (Depends-on): Add unistd.
16618
16619 2006-07-29  Bruno Haible  <bruno@clisp.org>
16620
16621         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
16622
16623 2006-07-29  Bruno Haible  <bruno@clisp.org>
16624
16625         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
16626
16627 2006-07-29  Bruno Haible  <bruno@clisp.org>
16628
16629         * gnulib-tool (import, update): If there is no Makefile.am, look at
16630         aclocal.m4, instead of bailing out.
16631
16632 2006-07-29  Bruno Haible  <bruno@clisp.org>
16633
16634         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
16635         Categorize the options by when they are useful.
16636
16637 2006-07-29  Bruno Haible  <bruno@clisp.org>
16638
16639         * gnulib-tool (func_usage): Document option --no-libtool.
16640         Handle option --no-libtool.
16641         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
16642         for changed semantics of $libtool variable.
16643         (func_import): Likewise. If libtool is not used, show this through
16644         an option --no-libtool.
16645         (func_create_testdir): Update.
16646
16647 2006-07-29  Bruno Haible  <bruno@clisp.org>
16648
16649         * gnulib-tool (func_import): Extend error message about missing
16650         --doc-base.
16651
16652 2006-07-29  Bruno Haible  <bruno@clisp.org>
16653
16654         * gnulib-tool (func_import): Don't create the $docbase directory if
16655         there is no file to store there.
16656
16657 2006-07-29  Bruno Haible  <bruno@clisp.org>
16658
16659         * gnulib-tool (autoconf_minversion): If a --dir option is given and
16660         relevant, look for configure.ac there, not in the current directory.
16661         Also use a simple search for AC_PREREQ, not "autoconf --trace".
16662
16663 2006-07-29  Bruno Haible  <bruno@clisp.org>
16664
16665         * gnulib-tool (SORT): New variable.
16666         (func_usage): Undocument --assume-autoconf option.
16667         Remove --assume-autoconf option handling.
16668         (autoconf_minversion): Determine from the contents of configure.ac.
16669         (func_import): Remove autoconf_minversion handling.
16670         Suggested by Eric Blake.
16671
16672 2006-07-29  Bruno Haible  <bruno@clisp.org>
16673
16674         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
16675
16676 2006-07-29  Bruno Haible  <bruno@clisp.org>
16677
16678         * config/srclist.txt (*setenv.[ch]): Remove rules.
16679
16680 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16681
16682         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
16683
16684 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16685
16686         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
16687         arpa/inet.h.
16688
16689 2006-07-28  Simon Josefsson  <jas@extundo.com>
16690
16691         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
16692         * modules/inet_pton (Depends-on): Likewise.
16693
16694 2006-07-28  Simon Josefsson  <jas@extundo.com>
16695
16696         * m4/netinet_in_h.m4: New file.
16697
16698 2006-07-28  Simon Josefsson  <jas@extundo.com>
16699
16700         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
16701         #include's.
16702
16703 2006-07-28  Simon Josefsson  <jas@extundo.com>
16704
16705         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
16706         #include's.
16707
16708 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
16709
16710         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
16711         setgid on directories only if they set these bits.
16712         * lib/modechange.h: Remove obsolete comment about masks.
16713
16714 2006-07-28  Eric Blake  <ebb9@byu.net>
16715
16716         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
16717         macro expansion.
16718
16719 2006-07-28  Bruno Haible  <bruno@clisp.org>
16720
16721         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
16722
16723 2006-07-28  Bruno Haible  <bruno@clisp.org>
16724
16725         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
16726
16727 2006-07-28  Bruno Haible  <bruno@clisp.org>
16728
16729         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
16730         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
16731         Define fallbacks.
16732         Avoids link error on FreeBSD 4.x.
16733         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16734
16735         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
16736         encoding.
16737         * lib/mbswidth.c (iswcntrl): Likewise.
16738
16739 2006-07-27  Bruno Haible  <bruno@clisp.org>
16740
16741         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
16742         test.
16743
16744 2006-07-27  Bruno Haible  <bruno@clisp.org>
16745
16746         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
16747         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
16748         defined.
16749
16750 2006-07-26  Eric Blake  <ebb9@byu.net>
16751
16752         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
16753
16754 2006-07-26  Eric Blake  <ebb9@byu.net>
16755
16756         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
16757         like mingw that lack mkstemp.
16758         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
16759         avoid compilation warning on mingw.
16760
16761 2006-07-26  Bruno Haible  <bruno@clisp.org>
16762
16763         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
16764         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
16765         INT_FAST*_MIN, INTPTR_MIN.
16766
16767 2006-07-25  Bruno Haible  <bruno@clisp.org>
16768
16769         * modules/version-etc (Depends-on): Add stdarg.
16770
16771 2006-07-25  Bruno Haible  <bruno@clisp.org>
16772
16773         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
16774         complex commands.
16775
16776 2006-07-25  Bruno Haible  <bruno@clisp.org>
16777
16778         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
16779         defined in <stdarg.h> or config.h.
16780
16781 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
16782
16783         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
16784         (gl_STDIO_SAFER): Remove.
16785
16786 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
16787
16788         * MODULES.html.sh (File stream based Input/Output):
16789         Add fopen-safer, tmpfile-safer; remove stdio-safer.
16790         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
16791         * modules/fopen-safer, modules/tmpfile-safer: New files.
16792         * modules/stdio-safer: Remove.
16793
16794 2006-07-24  Bruno Haible  <bruno@clisp.org>
16795
16796         * modules/tmpdir: New file.
16797         * MODULES.html.sh (File system functions): Add it.
16798
16799 2006-07-24  Bruno Haible  <bruno@clisp.org>
16800
16801         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
16802         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
16803
16804 2006-07-24  Bruno Haible  <bruno@clisp.org>
16805
16806         * modules/clean-temp: New file.
16807
16808 2006-07-24  Bruno Haible  <bruno@clisp.org>
16809
16810         * m4/tmpdir.m4: New file, from GNU gettext.
16811
16812 2006-07-24  Bruno Haible  <bruno@clisp.org>
16813
16814         * lib/tmpdir.h: New file, from GNU gettext.
16815         * lib/tmpdir.c: New file, from GNU gettext.
16816
16817 2006-07-24  Bruno Haible  <bruno@clisp.org>
16818
16819         * lib/clean-temp.h: New file, from GNU gettext.
16820         * lib/clean-temp.c: New file, from GNU gettext.
16821
16822 2006-07-23  Eric Blake  <ebb9@byu.net>
16823
16824         * modules/stdio-safer (Files): Add tmpfile-safer.c.
16825         (Depends-on): Add binary-io.
16826
16827 2006-07-23  Eric Blake  <ebb9@byu.net>
16828
16829         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
16830
16831 2006-07-23  Eric Blake  <ebb9@byu.net>
16832
16833         * lib/tmpfile-safer.c: New file.
16834         * lib/stdio-safer.h (fopen_safer): Add prototype.
16835         * lib/stdio--.h (tmpfile): Make safer.
16836
16837 2006-07-23  Bruno Haible  <bruno@clisp.org>
16838
16839         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
16840         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
16841         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
16842         gl_linked_remove_at): Use it.
16843
16844 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16845         and Simon Josefsson <jas@extundo.com>
16846
16847         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
16848
16849         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
16850
16851 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
16852
16853         * modules/close-stream: New file.
16854         * modules/closeout (Description): Make it clear that it exits
16855         with a diagnostic on error.
16856         (Depends-on): Add close-stream.  Remove fpending, stdbool.
16857         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
16858
16859 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
16860
16861         * m4/close-stream.m4: New file.
16862
16863 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
16864
16865         * lib/close-stream.c, lib/close-stream.h: New files.
16866
16867 2006-07-22  Bruno Haible  <bruno@clisp.org>
16868
16869         Merge from GNU gettext 0.15.
16870
16871         2006-05-01  Bruno Haible  <bruno@clisp.org>
16872
16873                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
16874
16875         2006-07-22  Bruno Haible  <bruno@clisp.org>
16876
16877                 * modules/javaversion: New file.
16878                 * MODULES.html.sh (Java): Add javaversion.
16879
16880         2006-03-12  Bruno Haible  <bruno@clisp.org>
16881
16882                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
16883
16884         2005-12-04  Bruno Haible  <bruno@clisp.org>
16885
16886                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
16887                 (untested).
16888
16889         2006-06-21  Bruno Haible  <bruno@clisp.org>
16890
16891                 Avoid warnings from recent versions of mcs.
16892                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
16893                 -o, -L, -r any more. Use options documented since mcs-1.0
16894                 instead. Similarly for -g.
16895
16896         2005-12-04  Bruno Haible  <bruno@clisp.org>
16897
16898                 * build-aux/csharpcomp.sh.in: Suffix for resources is
16899                 .resources, not .resource.
16900
16901         2005-07-09  Bruno Haible  <bruno@clisp.org>
16902
16903                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
16904                 add a .dll suffix.
16905                 Reported by Mark Junker <mjscod@gmx.de>.
16906
16907         2006-07-22  Bruno Haible  <bruno@clisp.org>
16908
16909                 * modules/gettext: Upgrade to gettext-0.15.
16910                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
16911                 m4/visibility.m4.
16912                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
16913
16914 2006-07-22  Bruno Haible  <bruno@clisp.org>
16915
16916         Merge from GNU gettext 0.15.
16917
16918         2006-03-25  Bruno Haible  <bruno@clisp.org>
16919
16920                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
16921
16922         2006-07-21  Bruno Haible  <bruno@clisp.org>
16923
16924                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
16925                 "1.1".
16926
16927         2006-05-09  Bruno Haible  <bruno@clisp.org>
16928
16929                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
16930                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
16931                 for the conftestver execution.
16932
16933         2006-05-01  Bruno Haible  <bruno@clisp.org>
16934
16935                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
16936                 optional target-version argument. Verify that the compiler
16937                 groks source of the specified source-version, or add -source
16938                 option as necessary. Verify that the compiler produces
16939                 bytecode in the specified target-version, or add -target and
16940                 -source options as necessary. Make the result of the test
16941                 available as variable CONF_JAVAC. Also log error output in
16942                 config.log.
16943
16944         2006-03-11  Bruno Haible  <bruno@clisp.org>
16945
16946                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
16947
16948         2006-05-09  Bruno Haible  <bruno@clisp.org>
16949
16950                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
16951                 CLASSPATH_SEPARATOR to a semicolon.
16952
16953         2006-03-12  Bruno Haible  <bruno@clisp.org>
16954
16955                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
16956                 available as variable CONF_JAVA, for subsequent autoconf
16957                 tests. Also log error output in config.log.
16958
16959         2006-07-19  Bruno Haible  <bruno@clisp.org>
16960
16961                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
16962                 that getline works on glibc2 systems. Needed to avoid trouble
16963                 in relocatable.c.
16964                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
16965
16966         2005-12-04  Bruno Haible  <bruno@clisp.org>
16967
16968                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
16969                 launcher (untested).
16970
16971         2005-12-04  Bruno Haible  <bruno@clisp.org>
16972
16973                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
16974
16975         2006-07-22  Bruno Haible  <bruno@clisp.org>
16976
16977                 * gettext.m4: Update from GNU gettext-0.15.
16978                 * nls.m4: Likewise.
16979                 * po.m4: Likewise.
16980                 * inttypes-pri.m4: Likewise.
16981                 * inttypes-h.m4: Renamed from inttypes.m4.
16982                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
16983
16984 2006-07-22  Bruno Haible  <bruno@clisp.org>
16985
16986         Merge from GNU gettext 0.15.
16987
16988         2005-07-05  Bruno Haible  <bruno@clisp.org>
16989
16990                 * printf-args.c (printf_fetchargs): Work around broken
16991                 definition of wint_t on mingw.
16992
16993         2005-02-12  Bruno Haible  <bruno@clisp.org>
16994
16995                 * xallocsa.h: Add extern "C" for C++.
16996
16997         2006-05-17  Bruno Haible  <bruno@clisp.org>
16998
16999                 Cygwin portability.
17000                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
17001
17002         2006-04-30  Bruno Haible  <bruno@clisp.org>
17003
17004                 * progreloc.c: Include <mach-o/dyld.h> if available.
17005                 (find_executable): Use _NSGetExecutablePath when possible.
17006
17007         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
17008
17009                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
17010                 function.
17011
17012         2005-12-29  Bruno Haible  <bruno@clisp.org>
17013
17014                 * progreloc.c (set_program_name_and_installdir): Fix
17015                 compilation error.
17016
17017         2005-12-04  Bruno Haible  <bruno@clisp.org>
17018
17019                 Cygwin portability.
17020                 * progreloc.c: Include <windows.h> also on Cygwin.
17021                 (find_executable): Add support for Cygwin.
17022                 (set_program_name_and_installdir): Handle also platforms with
17023                 nonempty EXEEXT.
17024
17025         2006-07-11  Bruno Haible  <bruno@clisp.org>
17026
17027                 * javacomp.c: Fix a comment.
17028                 Reported by Jim Meyering.
17029
17030         2006-04-30  Bruno Haible  <bruno@clisp.org>
17031
17032                 * javacomp.h (compile_java_class): Add source_version,
17033                 target_version arguments.
17034                 * javacomp.c: Rewritten to choose only a compiler that
17035                 respects the specified source_version and target_version.
17036
17037         2006-06-27  Bruno Haible  <bruno@clisp.org>
17038
17039                 Assume correct S_ISDIR macro.
17040                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
17041
17042         2006-07-22  Bruno Haible  <bruno@clisp.org>
17043
17044                 * javaversion.h: New file, from GNU gettext.
17045                 * javaversion.c: New file, from GNU gettext.
17046                 * javaversion.java: New file, from GNU gettext.
17047                 * javaversion.class: New file, from GNU gettext.
17048
17049         2006-05-17  Bruno Haible  <bruno@clisp.org>
17050
17051                 Cygwin portability.
17052                 * javaexec.c (execute_java_class): Test for jview program
17053                 also on Cygwin.
17054
17055         2006-04-09  Bruno Haible  <bruno@clisp.org>
17056
17057                 * fatal-signal.c: Don't include string.h.
17058                 (at_fatal_signal): Use a copying loop instead of memcpy.
17059
17060         2005-12-04  Bruno Haible  <bruno@clisp.org>
17061
17062                 * csharpexec.c: Add support for 'clix' launcher (untested).
17063                 (execute_csharp_using_sscli): New function.
17064                 (execute_csharp_program): Call it.
17065
17066         2006-06-21  Bruno Haible  <bruno@clisp.org>
17067
17068                 Avoid warnings from recent versions of mcs.
17069                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
17070                 -o, -L, -r any more. Use options documented since mcs-1.0
17071                 instead. Similarly for -g.
17072
17073         2005-07-09  Bruno Haible  <bruno@clisp.org>
17074
17075                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
17076                 add a .dll suffix.
17077                 Reported by Mark Junker <mjscod@gmx.de>.
17078
17079         2006-06-17  Bruno Haible  <bruno@clisp.org>
17080
17081                 * config.charset: Update for NetBSD 3.0.
17082
17083         2006-05-17  Bruno Haible  <bruno@clisp.org>
17084
17085                 Cygwin portability.
17086                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
17087
17088         2006-05-16  Bruno Haible  <bruno@clisp.org>
17089
17090                 * localcharset.c [CYGWIN]: Include <windows.h>.
17091                 (get_charset_aliases): For Cygwin, return the same CPxxx
17092                 aliases list as under WIN32.
17093                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
17094                 the environment variables. Fall back to GetACP().
17095
17096         2006-04-05  Bruno Haible  <bruno@clisp.org>
17097
17098                 * config.charset: Update Juan Manuel Guerrero's address.
17099
17100         2005-02-12  Bruno Haible  <bruno@clisp.org>
17101
17102                 * allocsa.h: Add extern "C" for C++.
17103
17104         2005-02-10  Bruno Haible  <bruno@clisp.org>
17105
17106                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
17107                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
17108
17109         2006-07-22  Bruno Haible  <bruno@clisp.org>
17110
17111                 * gettext.h: Update to GNU gettext-0.15.
17112
17113 2006-07-22  Bruno Haible  <bruno@clisp.org>
17114
17115         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
17116         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
17117         lib-prefix.m4, longdouble.m4, ssize_t.m4.
17118
17119 2006-07-21  Eric Blake  <ebb9@byu.net>
17120
17121         * modules/stdlib-safer: New file.
17122         * MODULES.html.sh (File stream based Input/Output): Add
17123         stdlib-safer.
17124
17125 2006-07-21  Eric Blake  <ebb9@byu.net>
17126
17127         * lib/stdlib-safer.h: New file from coreutils, required by
17128         stdlib--.h.
17129
17130 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
17131
17132         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
17133
17134 2006-07-20  Bruno Haible  <bruno@clisp.org>
17135
17136         * gnulib-tool: Recognize new option --assume-autoconf.
17137         (autoconf_minversion): New variable.
17138         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
17139
17140 2006-07-20  Bruno Haible  <bruno@clisp.org>
17141
17142         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
17143
17144 2006-07-19  Derek R. Price  <derek@ximbiot.com>
17145
17146         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
17147         Reindent and repaginate.
17148
17149 2006-07-19  Derek Price  <derek@ximbiot.com>
17150
17151         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
17152         Correct grammar.
17153
17154 2006-07-17  Bruno Haible  <bruno@clisp.org>
17155
17156         * modules/list: New file.
17157         * modules/array-list: New file.
17158         * modules/carray-list, modules/carray-list-tests: New files.
17159         * modules/linked-list, modules/linked-list-tests: New files.
17160         * modules/avltree-list, modules/avltree-list-tests: New files.
17161         * modules/rbtree-list, modules/rbtree-list-tests: New files.
17162         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
17163         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
17164         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
17165         * modules/oset: New file.
17166         * modules/array-oset: New file.
17167         * modules/avltree-oset, modules/avltree-oset-tests: New files.
17168         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
17169         * tests/test-carray_list.c: New file.
17170         * tests/test-linked_list.c: New file.
17171         * tests/test-avltree_list.c: New file.
17172         * tests/test-rbtree_list.c: New file.
17173         * tests/test-linkedhash_list.c: New file.
17174         * tests/test-avltreehash_list.c: New file.
17175         * tests/test-rbtreehash_list.c: New file.
17176         * tests/test-avltree_oset.c: New file.
17177         * tests/test-rbtree_oset.c: New file.
17178         * MODULES.html.sh (Container data structures): New section.
17179
17180 2006-07-17  Bruno Haible  <bruno@clisp.org>
17181
17182         * m4/gl_list.m4: New file.
17183
17184 2006-07-17  Bruno Haible  <bruno@clisp.org>
17185
17186         * lib/gl_list.h: New file.
17187         * lib/gl_list.c: New file.
17188         * lib/gl_array_list.h: New file.
17189         * lib/gl_array_list.c: New file.
17190         * lib/gl_carray_list.h: New file.
17191         * lib/gl_carray_list.c: New file.
17192         * lib/gl_linked_list.h: New file.
17193         * lib/gl_linked_list.c: New file.
17194         * lib/gl_anylinked_list1.h: New file.
17195         * lib/gl_anylinked_list2.h: New file.
17196         * lib/gl_avltree_list.h: New file.
17197         * lib/gl_avltree_list.c: New file.
17198         * lib/gl_anyavltree_list1.h: New file.
17199         * lib/gl_anyavltree_list2.h: New file.
17200         * lib/gl_rbtree_list.h: New file.
17201         * lib/gl_rbtree_list.c: New file.
17202         * lib/gl_anyrbtree_list1.h: New file.
17203         * lib/gl_anyrbtree_list2.h: New file.
17204         * lib/gl_anytree_list1.h: New file.
17205         * lib/gl_anytree_list2.h: New file.
17206         * lib/gl_linkedhash_list.h: New file.
17207         * lib/gl_linkedhash_list.c: New file.
17208         * lib/gl_anyhash_list1.h: New file.
17209         * lib/gl_anyhash_list2.h: New file.
17210         * lib/gl_avltreehash_list.h: New file.
17211         * lib/gl_avltreehash_list.c: New file.
17212         * lib/gl_rbtreehash_list.h: New file.
17213         * lib/gl_rbtreehash_list.c: New file.
17214         * lib/gl_anytreehash_list1.h: New file.
17215         * lib/gl_anytreehash_list2.h: New file.
17216
17217         * lib/gl_oset.h: New file.
17218         * lib/gl_oset.c: New file.
17219         * lib/gl_array_oset.h: New file.
17220         * lib/gl_array_oset.c: New file.
17221         * lib/gl_avltree_oset.h: New file.
17222         * lib/gl_avltree_oset.c: New file.
17223         * lib/gl_rbtree_oset.h: New file.
17224         * lib/gl_rbtree_oset.c: New file.
17225         * lib/gl_anytree_oset.h: New file.
17226
17227 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
17228
17229         * m4/mkancesdirs.m4: New file.
17230         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
17231         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
17232         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
17233         it.
17234
17235 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
17236
17237         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
17238         * lib/mkancesdirs.h: New files.
17239         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
17240         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
17241         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
17242         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
17243         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
17244         callers changed.  Revamp internals significantly, by not
17245         attempting to create directories that are temporarily more
17246         permissive than the final results.  Do not attempt to use
17247         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
17248         This removes some race conditions, fixes some bugs, and simplifies
17249         things.  Use new dirchownmod function to do owner and mode changes.
17250         * lib/mkdir-p.h: Likewise.
17251         * lib/modechange.c (octal_to_mode): New function.
17252         (struct mode_change): New member mentioned.
17253         (make_node_op_equals): New arg mentioned.  All callers changed.
17254         (mode_compile): Keep track of which mode bits the user has explicitly
17255         mentioned.
17256         (mode_adjust): New arg DIR, so that we implement the X op correctly.
17257         New arg PMODE_BITS, to keep track of which mode bits the user
17258         mentioned; it treats S_ISUID and S_ISGID speciall.
17259         All callers changed.
17260         * lib/modechange.h: Likewise.
17261
17262 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
17263
17264         * MODULES.html.sh: Add mkancestors.
17265         * modules/mkancesdirs: New module.
17266         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
17267         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
17268         The chdir-safer and afs files are now orphans; I'll remove them
17269         unless someone speaks up.
17270         Add lib/dirchownmod.c, lib/dirchownmod.h.
17271         (Depends-on): Remove alloca, chown, save-cwd, dirname.
17272         Add lchown, mkancesdirs.
17273         (Maintainer): Add self.
17274
17275 2006-07-15  Karl Berry  <karl@gnu.org>
17276
17277         * gnulib-tool: help message wording/arrangement.
17278
17279 2006-07-14  Simon Josefsson  <jas@extundo.com>
17280
17281         * doc/gnulib.texi (Libtool and Windows): New section.
17282
17283 2006-07-12  Simon Josefsson  <jas@extundo.com>
17284
17285         * modules/gendocs (License): Fix license, approved by Karl.
17286
17287 2006-07-12  Eric Blake  <ebb9@byu.net>
17288
17289         * MODULES.html.sh: Add gendocs.
17290
17291 2006-07-11  Eric Blake  <ebb9@byu.net>
17292
17293         * modules/fdl: New module, to install doc/fdl.texi.
17294         * MODULES.html.sh: Add new section for documentation modules.
17295         * gnulib-tool: Avoid space-tab.
17296         (--doc-base): New option, to manage files from doc.
17297
17298 2006-07-11  Eric Blake  <ebb9@byu.net>
17299
17300         * m4/absolute-header.m4: Fix comments to match recent change.
17301
17302 2006-07-11  Eric Blake  <ebb9@byu.net>
17303
17304         * gnulib-tool: List --doc-base before --tests-base.
17305
17306 2006-07-11  Derek R. Price  <derek@ximbiot.com>
17307
17308         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
17309
17310 2006-07-11  Bruno Haible  <bruno@clisp.org>
17311
17312         * README: Mention where to put documentation.
17313
17314 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17315
17316         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
17317
17318 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
17319
17320         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
17321         to stdint.m4.
17322
17323 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
17324
17325         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
17326         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
17327         "no/such/file/stdint.h" when there is no such file, so that
17328         the resulting C code can be parsed by dodgy compilers.
17329         Problems reported by Bob Proulx.
17330
17331 2006-07-10  Derek R. Price  <derek@ximbiot.com>
17332
17333         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
17334         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
17335         macros into the GNU _D_EXACT_NAMLEN.
17336         * lib/savedir.c:  Likewise.
17337         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
17338
17339 2006-07-10  Derek R. Price  <derek@ximbiot.com>
17340         and Paul Eggert  <eggert@cs.ucla.edu>
17341
17342         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
17343         * m4/savedir.m4:
17344         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
17345         macros into the GNU _D_EXACT_NAMLEN.
17346
17347 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17348
17349         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
17350         around the absolute name, to work around a problem with the HP-UX
17351         11.23 native C compiler, reported by Bob Proulx.
17352
17353 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17354
17355         * doc/maintain.texi, make-stds.texi: Sync from
17356         <http://savannah.gnu.org/projects/gnustandards>.
17357
17358 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17359
17360         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
17361
17362 2006-07-09  Jim Meyering  <jim@meyering.net>
17363
17364         * m4/glob.m4: Remove a doubled word in a comment.
17365
17366 2006-07-09  Jim Meyering  <jim@meyering.net>
17367
17368         * lib/argp-pv.c: Remove a doubled word in a comment.
17369         * lib/check-version.c (check_version): Likewise.
17370         * lib/javacomp.c (compile_java_class): Likewise.
17371
17372 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
17373
17374         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
17375         for the benefit of people using Autoconf 2.60.  If you want to
17376         support older Autoconf versions you can copy m4/onceonly_2_57.m4
17377         (or m4/onceonly.m4, if pre-2.57) manually.
17378
17379 2006-07-08  Jim Meyering  <jim@meyering.net>
17380
17381         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
17382         comment.
17383         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
17384         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
17385         comment.
17386
17387 2006-07-08  Jim Meyering  <jim@meyering.net>
17388
17389         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
17390
17391 2006-07-07  Simon Josefsson  <jas@extundo.com>
17392
17393         * tests/test-crc.c: Change expected crc value, the test vector
17394         were probably computed using the old broken crc.c?
17395
17396 2006-07-06  Simon Josefsson  <jas@extundo.com>
17397
17398         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
17399         now the canonical place for the M4 file).
17400
17401         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
17402         from the sys_socket dependency now.
17403
17404         * modules/inet_pton (Files): Ditto.
17405
17406         * modules/inet_ntop (Files): Ditto.
17407
17408 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17409
17410         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
17411         not gl_PREREQ_GETUSERSHELL.
17412
17413 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17414
17415         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
17416         with only one argument, for Autoconf 2.60.
17417         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
17418         expand to nothing, so add a shell command to avoid syntax error.
17419         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
17420
17421 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17422
17423         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
17424
17425 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
17426
17427         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
17428         no longer needed.  Check for isblank decl.
17429         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
17430         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
17431         of existence.
17432
17433 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
17434
17435         * lib/getloadavg.c: Use __VMS, not VMS.
17436         * lib/getopt.c: Likewise.
17437         * lib/getpagesize.h: Likewise.
17438         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
17439         and probably does not work.
17440
17441 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
17442
17443         * lib/.cppi-disable: Add wcwidth.
17444         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
17445         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
17446         (ISGRAPH): Remove.  All uses changed to isgraph.
17447         (FOLD) [!defined _LIBC]: Remove special case.
17448         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
17449         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
17450         HAVE_ISBLANK.
17451         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
17452         case.
17453
17454 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
17455
17456         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
17457         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
17458         brackets.  Other minor changes to suppress some compiler
17459         warnings.
17460
17461 2006-07-06  Derek R. Price  <derek@ximbiot.com>
17462         and Paul Eggert  <eggert@cs.ucla.edu>
17463
17464         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
17465         of invoking obsolescent AC_HEADER_DIRENT macro.
17466         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
17467         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
17468         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
17469         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
17470         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
17471         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
17472         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
17473         * m4/readdir.m4: Remove; no longer needed.
17474
17475 2006-07-06  Derek R. Price  <derek@ximbiot.com>
17476         and Paul Eggert  <eggert@cs.ucla.edu>
17477
17478         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
17479         Don't worry about this obsolete case any more.
17480         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
17481         directories.
17482         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
17483         worry about this obsolete case any more.
17484         * lib/fts.c: Likewise.
17485         * lib/getcwd.c: Likewise.
17486         * lib/glob.h: Likewise.
17487         * lib/savedir.c: Likewise.
17488
17489 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
17490
17491         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
17492         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
17493         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
17494         needed.
17495         All uses removed.
17496         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
17497         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
17498         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
17499         needed.
17500         * m4/getdate.m4 (gl_GETDATE): Likewise.
17501         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
17502         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
17503         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
17504         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
17505         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
17506         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17507         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
17508         needed.
17509
17510 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
17511
17512         * lib/memcasecmp.c: Include <limits.h>.
17513         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
17514         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
17515         Don't assume isdigit succeeds only on '0' through '9'.
17516
17517 2006-07-05  Eric Blake  <ebb9@byu.net>
17518
17519         * modules/getaddrinfo (Depends-on): Add snprintf.
17520
17521 2006-07-05  Eric Blake  <ebb9@byu.net>
17522
17523         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
17524         to avoid 'header present but could not be compiled' on cygwin.
17525
17526 2006-07-05  Eric Blake  <ebb9@byu.net>
17527
17528         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
17529         missing from netdb.h.
17530         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
17531
17532 2006-07-05  Derek R. Price  <derek@ximbiot.com>
17533
17534         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
17535         no longer needed.
17536         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
17537         * m4/getdate.m4 (gl_GETDATE): Likewise.
17538         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
17539         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
17540         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
17541         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
17542         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17543
17544 2006-07-05  Derek R. Price  <derek@ximbiot.com>
17545
17546         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
17547         All uses of is_space replaced by isspace.
17548         * lib/exit.h: Don't talk about STDC_HEADERS.
17549         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
17550         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
17551         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
17552         replaced by isprint etc.
17553         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
17554         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
17555         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
17556         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
17557         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
17558         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
17559
17560 2006-07-05  Bruno Haible  <bruno@clisp.org>
17561
17562         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
17563         the function exists, before testing against AIX.
17564         Reported by Martin Lambers <marlam@marlam.de>.
17565
17566 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
17567
17568         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
17569         From Mark D. Baushke.
17570
17571 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
17572
17573         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
17574         to the absolute name, not just one, to bypass Sun C 5.8's
17575         "warning: #include of /usr/include/... may be non-portable".
17576
17577 2006-07-04  Eric Blake  <ebb9@byu.net>
17578
17579         * modules/dirname-tests: New test module.
17580         * tests/test-dirname.c: New file, replacing dirname.c
17581         TEST_DIRNAME section that was recently deleted.
17582
17583 2006-07-04  Bruno Haible  <bruno@clisp.org>
17584
17585         Assume ANSI C header files and <ctype.h> functions.
17586         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
17587         (mbsnwidth): Use isprint, iscntrl instead.
17588
17589 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17590
17591         Merge from coreutils.
17592         * MODULES.html.sh: Add xstrtold.
17593         * modules/xstrtold: New file.
17594         * modules/cycle-check (Files): Add lib/same-inode.h.
17595         * modules/dirname (Files): Add m4/double-slash-root.m4.
17596         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
17597         * modules/mkdir-p (Files): Add lib/same-inode.h.
17598         * modules/same (Files): Add lib/same-inode.h.
17599
17600 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17601
17602         * m4/absolute-header.m4: Renamed from full-header-path.m4.
17603         This is to keep the terminology clean; POSIX talks about
17604         "absolute pathnames", not "full pathnames", but the GNU
17605         Coding Standards say to use "path" for something else;
17606         so use "absolute" to keep both sides happy.
17607         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
17608         Set gl_absolute_header, not gl_full_header_path.
17609         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
17610         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
17611         All uses changed.
17612
17613         Merge from coreutils.
17614
17615         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
17616
17617         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
17618         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
17619         want to require the building of c-strtod.o.
17620         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
17621         needs -lm directly.
17622         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
17623
17624         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
17625
17626         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
17627         --as-needed option if available.  Problem reported by Albert Chin in
17628         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
17629         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
17630         cc merely issues a bunch of annoying warnings for --as-needed
17631         (this problem was reported by Bob Proulx).  Also, try linking with
17632         -lm to detect a bug in binutils 2.16 (this problem was reported
17633         by Ralf Wildenhues).
17634
17635         2006-06-18  Jim Meyering  <jim@meyering.net>
17636
17637         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
17638         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
17639         macro.
17640         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
17641         also check for glibc-2.4's abort-inducing bug.
17642
17643         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
17644         Low-probability clean-up should be to use rmdir to get rid of
17645         the just-created directory, not unlink.
17646
17647         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
17648         configure fail, and request a bug report to inform us about it.
17649         Add a comment that, barring reports to the contrary, in 2007 we'll
17650         assume ftruncate is universally available.
17651
17652         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
17653
17654         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
17655
17656         2006-03-12  Jim Meyering  <jim@meyering.net>
17657
17658         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
17659         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
17660         * m4/same.m4 (gl_SAME): Likewise.
17661         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
17662
17663         2006-03-11  Eric Blake  <ebb9@byu.net>
17664
17665         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
17666         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
17667         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
17668         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
17669
17670 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17671
17672         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
17673         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
17674         reported by Mark D. Baushke, one in
17675         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
17676
17677         Merge from coreutils.
17678
17679         * lib/.cppi-disable: Add stdint_.h.
17680         * lib/.cvsignore: Add stdint.h.
17681
17682         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
17683
17684         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
17685         both double and long double versions.
17686         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
17687         * lib/xstrtold.c: New file.
17688         * lib/xstrtod.h (xstrtold): New decl.
17689
17690         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
17691
17692         * lib/filemode.c (setst): Remove.
17693         (strmode): Rewrite to avoid setst.  This makes the code shorter,
17694         (arguably) clearer, and the generated code is a bit smaller on my
17695         Debian GNU/Linux stable x86 host.
17696
17697         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
17698
17699         * lib/filemode.c: Include "filemode.h" first, to test the interface.
17700         Assume that filemode.h includes sys/types.h and sys/stat.h.
17701         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
17702         (ftypelet): Reorder to put common cases first, for efficiency.
17703         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
17704         to do 'M'.
17705         (strmode): Renamed from mode_string, and now stores 12 bytes instead
17706         of 10, for compatibility with FreeBSD.  All callers changed.
17707         (filemodestring): Now stores 12 bytes instead of 10, and sets file
17708         types that can't be deduced solely from st_mode.  First arg is now a
17709         const pointer.
17710         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
17711         (strmode): Renamed from mode_string.
17712         (filemodestring): New decl.
17713         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
17714         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
17715         needed.
17716         (S_ISPORT, S_ISWHT): New macros, if not already defined.
17717
17718         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
17719
17720         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
17721         fsusage.h now does that.  Include fsusage.h first, to test interface.
17722         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
17723         at most one method (the old code could have generated decls that
17724         didn't conform to C89, not that this was ever exercised).
17725         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
17726
17727         2006-03-19  Jim Meyering  <jim@meyering.net>
17728
17729         Work even in a chroot where d_ino values for entries in "/"
17730         don't match the stat.st_ino values for the same names.
17731         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
17732         number, iterate through all entries again, using lstat instead.
17733         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
17734         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
17735
17736         * lib/getcwd.c (__getcwd): Clarify a comment.
17737         Use memcpy in place of a call to strcpy.
17738
17739         2006-03-12  Jim Meyering  <jim@meyering.net>
17740
17741         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
17742         matches that of the current directory (which we're about to chdir ".."
17743         out of), then save the dev-ino of the parent, instead.
17744
17745         * lib/same-inode.h (SAME_INODE): New file/macro.
17746         * lib/chdir-safer.c (SAME_INODE): Remove definition.
17747         Include "same-inode.h", instead.
17748         * lib/same.c: Likewise.
17749         * lib/cycle-check.h: Include "same-inode.h".
17750         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
17751         * lib/cycle-check.c (SAME_INODE): Remove definition.
17752         * lib/root-dev-ino.h: Include "same-inode.h".
17753
17754         2006-03-11  Eric Blake  <ebb9@byu.net>
17755
17756         * lib/same.c (same_name): s/base_name/last_component/
17757         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
17758         * lib/filenamecat.c (file_name_concat): Likewise.
17759
17760         2006-03-11  Eric Blake  <ebb9@byu.net>,
17761                     Paul Eggert  <eggert@cs.ucla.edu>
17762
17763         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
17764         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
17765         drive prefix.
17766         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
17767         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
17768         (last_component): New method.
17769         * lib/dirname.c (dir_len): Determine when drive letters need a
17770         subsequent slash.  Preserve // when it is special.
17771         (dir_name): Don't append dot when drive letter is absolute.
17772         [TEST_DIRNAME]: Move into a full-blown gnulib test.
17773         * lib/basename.c (base_name): New semantics - malloc the result.
17774         Preserve // when it is special.  Preserve relative files that look
17775         like drive letters.
17776         (base_len): Preserve // when it is special.
17777         (last_component): New method, similar to old base_name semantics.
17778         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
17779         base_name.  Strip redundant slashes from ///.
17780
17781 2006-07-03  Jim Meyering  <jim@meyering.net>
17782
17783         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
17784         macro is used before the first cycle_check call.
17785
17786 2006-07-03  Eric Blake  <ebb9@byu.net>
17787
17788         * modules/dirname (Depends-on): Add xstrndup.
17789
17790 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
17791
17792         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
17793         test cases, so that config.log is a bit easier to follow.
17794
17795 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
17796
17797         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
17798         both are 64 bits, since this seems to be the tradition, and this
17799         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
17800         we ever run into a host that prefers long long to long in this
17801         case, we'll need another configure-time test.  Problem reported by
17802         Jim Meyering.
17803
17804 2006-07-02  Eric Blake  <ebb9@byu.net>
17805
17806         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
17807
17808 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
17809
17810         * modules/inttypes (Depends-on): No longer depends on stdint.
17811         * modules/stdint (Description): Say more about assumptions.
17812         Say that the fast types might differ.  Say macros are used.
17813         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
17814         (Makefile.am): Revise list of substituted symbols to match
17815         new stdint.m4.
17816         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
17817         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
17818         * tests/test-stdint.c (verify_same_types)
17819         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
17820         the code conforms to C99/C89.
17821         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
17822         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
17823
17824 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
17825
17826         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
17827         but fix a bug, by requiring at least 64 bits.
17828         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
17829         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
17830         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
17831         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
17832
17833         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
17834         changes.  Make 2.59 a prerequisite.  Check and substitute for
17835         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
17836         inttypes.h.  Do not use special include files; just use the
17837         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
17838         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
17839         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
17840         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
17841         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
17842         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
17843         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
17844         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
17845         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
17846         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
17847         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
17848         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
17849         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
17850         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
17851         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
17852         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
17853         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
17854         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
17855         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
17856         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
17857         WINT_MAX.  Check for C99 conformance more strictly, by detecting
17858         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
17859         not check for things that C99 does not require, e.g., int8_t.  If
17860         a test isn't needed unless <stdint.h> isn't working, and is
17861         unlikely to be needed for any other reason, then don't do it
17862         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
17863         size_t, since we assume C89 freestanding at least.  Do not check
17864         for sig_atomic_t, wchar_t, or wint_t, since the code now does
17865         the right thing even if the types are not defined.  Instead use:
17866         (gl_STDINT_TYPE_PROPERTIES): New macro.
17867         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
17868         testing whether <sys/types.h> clashes, as Autoconf does this for
17869         us now.  All uses removed.
17870         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
17871         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
17872         (gl_CHECK_TYPE_SAME):
17873         Remove; no longer needed.
17874         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
17875         exists, since we'll return 0 anyway in that case.
17876         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
17877
17878 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
17879
17880         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
17881         possible collision with system files.
17882         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
17883         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
17884         WCHAR_MIN and WCHAR_MAX in this case.
17885         (<stddef.h>): Do not include; no longer needed.
17886         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
17887         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
17888         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
17889         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
17890         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
17891         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
17892         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
17893         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
17894         !defined(__c99))]: Include in this case too, since it's harmless
17895         now.
17896         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
17897         dangerous to do so.
17898         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
17899         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
17900         (_STDINT_MIN, _STDINT_MAX): New macros.
17901         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
17902         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
17903         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
17904         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
17905         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
17906         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
17907         macros, not typedefs; this simplifies things quite a bit.
17908         Use long int for all types narrower than int64_t.
17909         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
17910         Define in terms of long long int or int64_t or long int,
17911         not int64_t or int32_t.  This saves some compile-time testing.
17912         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
17913         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
17914         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
17915         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
17916         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
17917         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
17918         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
17919         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
17920         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
17921         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
17922         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
17923         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
17924         undef any previous version and define our own version, for
17925         simplicity and consistency with the new macros for types.
17926         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
17927         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
17928         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
17929         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
17930         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
17931         @WINT_T_SUFFIX@ to keep things simple here.
17932         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
17933         Simplify by assuming typical 8/16/32/64 host, since we're
17934         already doing that elsewhere anyway.
17935         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
17936         and assume long long int is 64 bits if available.  This
17937         speeds up 'configure'.
17938
17939 2006-07-01  Eric Blake  <ebb9@byu.net>
17940
17941         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
17942         Reported by Andreas Buening.
17943
17944 2006-07-01  Eric Blake  <ebb9@byu.net>
17945
17946         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
17947
17948 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
17949
17950         * lib/getaddrinfo.c: fixed typo
17951
17952 2006-06-29  Jim Meyering  <jim@meyering.net>
17953
17954         * modules/strftime (Maintainer): Add my name, since with the
17955         FPRINTFTIME changes strftime.c has forked from glibc.
17956
17957 2006-06-29  Eric Blake  <ebb9@byu.net>
17958
17959         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
17960
17961 2006-06-29  Eric Blake  <ebb9@byu.net>
17962
17963         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
17964
17965 2006-06-29  Eric Blake  <ebb9@byu.net>
17966
17967         * lib/stat_.h: New file.
17968
17969 2006-06-29  Eric Blake  <ebb9@byu.net>
17970
17971         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
17972         unused static function.
17973
17974 2006-06-29  Eric Blake  <ebb9@byu.net>
17975
17976         * doc/functions.texi (Function Portability): Document missing lstat
17977         on mingw.
17978
17979 2006-06-29  Eric Blake  <ebb9@byu.net>
17980
17981         * MODULES.html.sh: Add sys_stat.
17982         * modules/sys_stat: New module.
17983         * modules/mkstemp (Depends-on): Add sys_stat.
17984
17985 2006-06-29  Derek R. Price  <derek@ximbiot.com>
17986
17987         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
17988
17989 2006-06-29  Derek R. Price  <derek@ximbiot.com>
17990
17991         * m4/c-bs-a.m4: Removed.
17992
17993 2006-06-29  Derek R. Price  <derek@ximbiot.com>
17994
17995         * lib/strftime.c: Assume strftime() exists.
17996
17997 2006-06-29  Derek Price  <derek@ximbiot.com>
17998
17999         * modules/c-bs-a: Removed - \a is C89.
18000         * MODULES.html.sh: Remove c-bs-a.
18001
18002 2006-06-29  Bruno Haible  <bruno@clisp.org>
18003
18004         * modules/wcwidth (License): Change to LGPL.
18005
18006 2006-06-28  Simon Josefsson  <jas@extundo.com>
18007
18008         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
18009         on _WIN32.
18010
18011         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
18012         getnameinfo.
18013
18014 2006-06-28  Simon Josefsson  <jas@extundo.com>
18015
18016         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
18017
18018 2006-06-28  Simon Josefsson  <jas@extundo.com>
18019
18020         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
18021         functions there.  It will succeed on Windows XP, but on Windows
18022         2000 and (presumably) earlier, it will fail, and use the internal
18023         re-implementation.
18024         (use_win32_p): New function.
18025         (getaddrinfo): Use strtoul on servname, to support numeric ports.
18026         Support AI_NUMERICSERV to disable getservbyname.
18027         (getnameinfo): New function, only supports
18028         NI_NUMERICHOST|NI_NUMERICSERV for now.
18029
18030         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
18031         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
18032         getnameinfo.
18033
18034 2006-06-28  Eric Blake  <ebb9@byu.net>
18035
18036         * modules/wcwidth: New file.
18037         * modules/mbchar (Depends-on): Add wcwidth.
18038         * modules/mbswidth (Depends-on): Add wcwidth.
18039         * MODULES.html.sh: Add wcwidth.
18040
18041 2006-06-28  Eric Blake  <ebb9@byu.net>
18042
18043         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
18044         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
18045
18046 2006-06-28  Eric Blake  <ebb9@byu.net>
18047
18048         * lib/xvasprintf.h: Fix comments.
18049
18050 2006-06-28  Eric Blake  <ebb9@byu.net>
18051
18052         * lib/mbchar.h (wcwidth): Include wcwidth.h.
18053         * lib/mbswidth.c (wcwidth): Move from here...
18054         * lib/wcwidth.h: ...to this new file.
18055
18056 2006-06-28  Derek R. Price  <derek@ximbiot.com>
18057
18058         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
18059
18060         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
18061         it's obsolete.
18062         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
18063
18064 2006-06-28  Derek R. Price  <derek@ximbiot.com>
18065
18066         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
18067         Autoconf 2.60 says this stuff was obsolete.
18068
18069 2006-06-28  Bruno Haible  <bruno@clisp.org>
18070
18071         * modules/wcwidth (Files): Add m4/wchar_t.m4.
18072
18073 2006-06-28  Bruno Haible  <bruno@clisp.org>
18074
18075         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
18076         gt_TYPE_WCHAR_T.
18077
18078 2006-06-28  Bruno Haible  <bruno@clisp.org>
18079
18080         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
18081         declaration for wcwidth.
18082         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
18083
18084 2006-06-28  Bruno Haible  <bruno@clisp.org>
18085
18086         * lib/mkdtemp.c [MINGW]: Include <io.h>.
18087         (mkdir): Define using _mkdir.
18088
18089 2006-06-28  Bruno Haible  <bruno@clisp.org>
18090
18091         * lib/getaddrinfo.h: Fix POSIX URL.
18092         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
18093         _WIN32.
18094         (use_win32_p): Make static.
18095         (getaddrinfo): Reject service name if it is empty or does not consist
18096         solely of decimal digits, or if its value is > 65535.
18097         (getnameinfo): Remove useless casts.
18098
18099 2006-06-27  Simon Josefsson  <jas@extundo.com>
18100
18101         * modules/sys_select: New file, suggested by Bruno Haible, Paul
18102         Eggert and Martin Lambers.
18103
18104 2006-06-27  Simon Josefsson  <jas@extundo.com>
18105
18106         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
18107         Eggert and Martin Lambers.
18108
18109 2006-06-27  Bruno Haible  <bruno@clisp.org>
18110
18111         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
18112         result to 0, not to empty.
18113         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
18114
18115 2006-06-27  Bruno Haible  <bruno@clisp.org>
18116
18117         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
18118
18119 2006-06-26  Simon Josefsson  <jas@extundo.com>
18120
18121         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
18122         present.
18123
18124 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
18125
18126         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
18127         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
18128         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
18129
18130 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
18131
18132         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
18133
18134 2006-06-26  Bruno Haible  <bruno@clisp.org>
18135
18136         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
18137
18138 2006-06-26  Bruno Haible  <bruno@clisp.org>
18139
18140         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
18141
18142 2006-06-26  Bruno Haible  <bruno@clisp.org>
18143
18144         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
18145         SGI C compiler in pre-C99 mode.
18146         Suggested by Mark D. Baushke and Larry Jones.
18147
18148 2006-06-26  Bruno Haible  <bruno@clisp.org>
18149
18150         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
18151         WCHAR_MAX.
18152         Reported by Mark D. Baushke and Larry Jones.
18153
18154 2006-06-26  Bruno Haible  <bruno@clisp.org>
18155
18156         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
18157         in pre-C99 mode.
18158         Suggested by Mark D. Baushke and Larry Jones.
18159
18160 2006-06-23  Simon Josefsson  <jas@extundo.com>
18161             Bruno Haible  <bruno@clisp.org>
18162
18163         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
18164         Emit mostlyclean-local rule.
18165         (func_emit_tests_Makefile_am): Likewise.
18166         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
18167
18168 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
18169
18170         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
18171
18172 2006-06-23  Bruno Haible  <bruno@clisp.org>
18173
18174         * tests/test-stdint.c: Update to match ISO C 99 Technical
18175         Corrigendum 1.
18176
18177 2006-06-23  Bruno Haible  <bruno@clisp.org>
18178
18179         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
18180
18181 2006-06-23  Bruno Haible  <bruno@clisp.org>
18182
18183         * lib/stdint_.h: Treat IRIX like OpenBSD.
18184
18185 2006-06-23  Bruno Haible  <bruno@clisp.org>
18186
18187         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
18188         ISO C 99 Technical Corrigendum 1.
18189
18190 2006-06-22  Simon Josefsson  <jas@extundo.com>
18191
18192         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
18193         MinGW.
18194
18195 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18196
18197         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
18198         needed.  Some compiler complained about some of them.  Problem reported
18199         by Larry Jones in
18200         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
18201
18202 2006-06-21  Simon Josefsson  <jas@extundo.com>
18203
18204         * tests/test-getaddrinfo.c: New file.
18205
18206         * modules/getaddrinfo-tests: New file.
18207
18208         * MODULES.html.sh: Add inet_pton.
18209
18210         * modules/inet_pton: New file.
18211
18212 2006-06-21  Simon Josefsson  <jas@extundo.com>
18213
18214         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
18215         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
18216         of using the (limited) gnulib implementation on Windows XP.
18217
18218         * m4/inet_pton.m4: New file.
18219
18220 2006-06-21  Simon Josefsson  <jas@extundo.com>
18221
18222         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
18223         variable.
18224
18225         * lib/socket_.h: Don't define WINVER.
18226
18227         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
18228         slightly modified to work in gnulib.
18229
18230 2006-06-21  Simon Josefsson  <jas@extundo.com>
18231
18232         * doc/gnulib.texi (Windows sockets): Add.
18233
18234 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
18235
18236         * lib/read-file.c (fread_file): Start with buffer allocation of
18237         0 bytes rather than 1 byte; this simplifies the code.
18238         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
18239         code to free buffer and save/restore errno.
18240         (internal_read_file): Remove unused local.
18241
18242 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
18243
18244         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
18245         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
18246         Problem reported by Denis Excoffier in
18247         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
18248
18249 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18250
18251         * modules/sys_socket, modules/socklen: Include sys/types since
18252         FreeBSD 4.x's sys/socket.h needs it.
18253
18254 2006-06-19  Simon Josefsson  <jas@extundo.com>
18255
18256         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
18257
18258 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
18259
18260         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
18261
18262 2006-06-19  Bruno Haible  <bruno@clisp.org>
18263
18264         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
18265         and FULL_PATH_INTTYPES_H in angle brackets.
18266         Reported by Mark D. Baushke <mdb@gnu.org>.
18267
18268 2006-06-17  Eric Blake  <ebb9@byu.net>
18269
18270         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
18271         errno.
18272
18273 2006-06-17  Bruno Haible  <bruno@clisp.org>
18274
18275         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
18276         <sys/inttypes.h>.
18277
18278 2006-06-17  Bruno Haible  <bruno@clisp.org>
18279
18280         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
18281         whether errno is declared. Assume <errno.h> declares errno.
18282
18283 2006-06-17  Bruno Haible  <bruno@clisp.org>
18284
18285         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
18286
18287 2006-06-17  Bruno Haible  <bruno@clisp.org>
18288
18289         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
18290         problem on Solaris 2.5.1.
18291
18292 2006-06-16  Eric Blake  <ebb9@byu.net>
18293
18294         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
18295         * lib/unicodeio.c [!defined errno]: Likewise.
18296         * lib/strtol.c [!defined errno]: Likewise.
18297         * lib/strtod.c [!defined errno]: Likewise.
18298
18299 2006-06-15  Eric Blake  <ebb9@byu.net>
18300
18301         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
18302
18303 2006-06-15  Eric Blake  <ebb9@byu.net>
18304
18305         * config/srclist.txt (ssize_t.m4): Lose sync.
18306
18307 2006-06-15  Bruno Haible  <bruno@clisp.org>
18308
18309         * modules/stdint (Files): Include m4/full-header-path.m4,
18310         m4/size_max.m4, m4/wchar_t.m4.
18311         (Makefile.am): Many more substitutions.
18312         * modules/stdint-tests: New file.
18313         * tests/test-stdint.c: New file.
18314
18315 2006-06-15  Bruno Haible  <bruno@clisp.org>
18316
18317         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
18318         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
18319         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
18320         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
18321         gl_CHECK_TYPE_SAME): New macros.
18322
18323 2006-06-15  Bruno Haible  <bruno@clisp.org>
18324
18325         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
18326
18327 2006-06-15  Bruno Haible  <bruno@clisp.org>
18328
18329         * lib/stdint_.h: Rewritten to be fully auto-configured.
18330         Fixes bug on HP-UX/IA64.
18331
18332 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
18333
18334         * lib/getdate.y (__attribute__): Don't define if already defined.
18335         Problem reported by Larry Jones.
18336         * lib/utimens.c (__attribute__): Likewise.
18337
18338 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
18339
18340         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
18341         reported by Andreas Schwab.
18342
18343 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18344             Bruno Haible  <bruno@clisp.org>
18345
18346         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
18347         check for the declaration of strnlen and a run test that exposes the
18348         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
18349         rpl_strndup.
18350
18351 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18352             Bruno Haible  <bruno@clisp.org>
18353
18354         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
18355
18356 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18357
18358         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
18359         compile test, for Tru64 4.0D.
18360
18361 2006-05-28  Karl Berry  <karl@gnu.org>
18362
18363         * config/srclist.txt (printf-args.c): lose sync.
18364
18365 2006-05-26  Martin Lambers  <marlam@marlam.de>
18366
18367         * lib/getpass.c: Updates the test for the native W32 API, and adds
18368         missing includes, thus fixing compilation warnings.
18369
18370 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
18371
18372         * lib/exclude.c (exclude_fnmatch): New function.
18373         (excluded_file_name): Call exclude_fnmatch.
18374         * lib/exclude.h (excluded_file_name): New prototype
18375
18376 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
18377
18378         * lib/tempname.c (small_open, large_open): New macros.
18379         (__open, __open64) [!_LIBC]: Remove.
18380         (__gen_tempname): Use small_open and large_open instead of __open
18381         and __open64.  This fixes a portability bug on HP-UX 11.11i
18382         reported by Simon Wing-Tang in
18383         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
18384
18385 2006-05-24  Bruno Haible  <bruno@clisp.org>
18386
18387         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
18388         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
18389         Reported by Thorsten Maerz <torte@netztorte.de> via
18390         Aaron Stone <aaron@serendipity.cx>.
18391
18392 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
18393
18394         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
18395         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
18396         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
18397         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
18398         not really conditional on the cache.
18399         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
18400
18401 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
18402
18403         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
18404         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
18405         (my_usleep): Don't mishandle maximum value.
18406
18407 2006-05-19  Jim Meyering  <jim@meyering.net>
18408
18409         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
18410
18411 2006-05-17  Bruno Haible  <bruno@clisp.org>
18412
18413         Cygwin portability.
18414         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
18415
18416 2006-05-17  Bruno Haible  <bruno@clisp.org>
18417
18418         * lib/stdint_.h: Fix recognition of Cygwin.
18419
18420 2006-05-15  Bruno Haible  <bruno@clisp.org>
18421
18422         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
18423         on libtool patch by Ralf Wildenhues.
18424
18425 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
18426
18427         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
18428         test for C99 conformance; (bool) 0.5 is an integer constant
18429         expression, but (bool) -0.5 is not.  Problem reported by Fedor
18430         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
18431
18432 2006-05-11  Simon Josefsson  <jas@extundo.com>
18433
18434         * m4/xvasprintf.m4: Fix obvious typo.
18435
18436 2006-05-11  Jim Meyering  <jim@meyering.net>
18437
18438         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
18439         James Lemley.
18440
18441 2006-05-10  Simon Josefsson  <jas@extundo.com>
18442
18443         * lib/md4.c: Typo fix, update copyright years.
18444         (K1, K2): Don't use L because it turn computations into 64-bit on
18445         64-bit platforms.
18446
18447 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
18448
18449         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
18450         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
18451         unwanted sign propagation, e.g., on hosts with 64-bit int.
18452         There still are some problems with reeelly weird theoretical hosts
18453         (e.g., 33-bit int) but it's not worth worrying about now.
18454         * lib/sha1.c (rol): Likewise.
18455         (K1, K2, K3, K4): Remove unnecessary L suffix.
18456
18457 2006-05-10  Bruno Haible  <bruno@clisp.org>
18458
18459         * lib/des.c: Cast to avoid warnings.
18460
18461 2006-05-09  Bruno Haible  <bruno@clisp.org>
18462
18463         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
18464         (Depends-on): Depend also on xsize, stdarg.
18465         (configure.ac): Add gl_XVASPRINTF.
18466
18467 2006-05-09  Bruno Haible  <bruno@clisp.org>
18468
18469         * m4/xvasprintf.m4: New file.
18470
18471 2006-05-09  Bruno Haible  <bruno@clisp.org>
18472
18473         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
18474         (EOVERFLOW): Define fallback value.
18475         (xstrcat): New function.
18476         (xvasprintf): Recognize the special case of a string concatenation.
18477
18478 2006-05-08  Eric Blake  <ebb9@byu.net>
18479
18480         * gnulib-tool (func_version): Base copyright year on CVS date.
18481         (func_emit_copyright_notice): New function.
18482         (func_emit_lib_Makefile_am): Use it.
18483         (func_emit_tests_Makefile_am): Likewise.
18484         (func_import): Likewise.
18485
18486 2006-05-08  Bruno Haible  <bruno@clisp.org>
18487
18488         * modules/stdarg: New file.
18489         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
18490
18491 2006-05-08  Bruno Haible  <bruno@clisp.org>
18492
18493         * m4/stdarg.m4: New file, from GNU gettext.
18494
18495 2006-05-08  Bruno Haible  <bruno@clisp.org>
18496
18497         * config/srclist.txt (build-aux/config.rpath): different from latest
18498         release.
18499
18500 2006-05-08  Bruno Haible  <bruno@clisp.org>
18501
18502         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
18503
18504 2006-05-05  Jim Meyering  <jim@meyering.net>
18505
18506         * m4/warning.m4: New file, derived from bison's file by the same name.
18507
18508 2006-05-03  Bruno Haible  <bruno@clisp.org>
18509
18510         * lib/stdint_.h: Shorter URL.
18511         * lib/inttypes.h: Likewise.
18512
18513 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
18514
18515         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
18516
18517 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
18518
18519         * lib/verify.h: Document the internals better.  Most of this change
18520         was written by Bruno Haible.
18521
18522 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
18523
18524         * doc/verify.texi: New file, partly based on a proposal by
18525         Bruno Haible.
18526
18527 2006-05-02  Bruno Haible  <bruno@clisp.org>
18528
18529         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
18530         test from here...
18531         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
18532
18533 2006-04-29  Bruno Haible  <bruno@clisp.org>
18534
18535         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
18536         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
18537
18538 2006-04-29  Bruno Haible  <bruno@clisp.org>
18539
18540         * gnulib-tool: Make --update option actually work.
18541
18542 2006-04-29  Bruno Haible  <bruno@clisp.org>
18543
18544         * doc/gcd.texi: New file.
18545         * doc/gnulib.texi: Include it.
18546
18547 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
18548
18549         * lib/getdate.y (get_date): When adding relative date, start with the
18550         initial time, not with the result of the first mktime call.
18551
18552 2006-04-25  Bruno Haible  <bruno@clisp.org>
18553
18554         * gnulib-tool (func_import): Output the include directives in three
18555         blocks, sorted separately.
18556         Reported by Ben Pfaff <blp@cs.stanford.edu>.
18557
18558 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
18559
18560         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
18561         to define main with arguments, for C++.  Reported by Eric Blake.
18562         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
18563         Prefer 'int main ()' to 'int main (void)', for C++.
18564         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
18565         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
18566         for 'main', for C99 and C++.
18567
18568 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
18569
18570         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
18571         Don't assume that exit status -1 is valid.
18572         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
18573         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
18574         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
18575         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
18576         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
18577         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
18578         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
18579         functions can be used without declaring them, or that you can
18580         exit with status -1.
18581         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
18582
18583 2006-04-24  Karl Berry  <karl@gnu.org>
18584
18585         * config/srclist.txt (longdouble.m4): sync lost.
18586
18587 2006-04-24  Eric Blake  <ebb9@byu.net>
18588
18589         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
18590
18591 2006-04-24  Bruno Haible  <bruno@clisp.org>
18592
18593         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
18594         poll() implementation in AIX.
18595         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18596
18597 2006-04-24  Bruno Haible  <bruno@clisp.org>
18598
18599         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
18600         assigned exactly once.
18601
18602 2006-04-23  Claudio Fontana  <claudio@gnu.org>
18603             Bruno Haible  <bruno@clisp.org>
18604
18605         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
18606         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
18607         for AM_CPPFLAGS.
18608
18609 2006-04-23  Bruno Haible  <bruno@clisp.org>
18610
18611         * modules/copy-file: Depend on unistd.
18612         * modules/execute: Likewise.
18613         * modules/fatal-signal: Likewise.
18614         * modules/findprog: Likewise.
18615         * modules/mkdtemp : Likewise.
18616         * modules/pipe: Likewise.
18617         * modules/wait-process: Likewise.
18618
18619 2006-04-23  Bruno Haible  <bruno@clisp.org>
18620
18621         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
18622         condition was already detected.
18623         Reported by Ben Pfaff <blp@cs.stanford.edu>.
18624
18625 2006-04-23  Bruno Haible  <bruno@clisp.org>
18626
18627         * lib/copy-file.c: Include <unistd.h> unconditionally.
18628         * lib/execute.c: Likewise.
18629         * lib/fatal-signal.c: Likewise.
18630         * lib/findprog.c: Likewise.
18631         * lib/mkdtemp.c: Likewise.
18632         * lib/pipe.h: Likewise.
18633         * lib/pipe.c: Likewise.
18634         * lib/wait-process.h: Likewise.
18635
18636 2006-04-23  Bruno Haible  <bruno@clisp.org>
18637
18638         * gnulib-tool (func_usage): Fix --import description. Document
18639         --update.
18640         (func_import): Create temporary file in a temporary directory, if
18641         --dry-run is specified. Silence errors from 'grep' when there are no
18642         m4 files in $m4dir.
18643         (func_create_testdir): Silence errors from 'grep' when there are no
18644         m4 files in $m4dir.
18645         Reported by Karl Berry <karl@freefriends.org>.
18646
18647 2006-04-20  Bruno Haible  <bruno@clisp.org>
18648
18649         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
18650         one argument, so that the code will be portable to Autoconf 2.60.
18651         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
18652         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
18653         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
18654
18655 2006-04-19  Derek Price  <derek@ximbiot.com>
18656             Eric Blake  <ebb9@byu.net>
18657
18658         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
18659         rather than "/full/path.h".  Update comment to match.  Shorten &
18660         generalize m4_translit call via AS_TR_CPP.
18661
18662 2006-04-19  Derek Price  <derek@ximbiot.com>
18663             Eric Blake  <ebb9@byu.net>
18664
18665         * lib/inttypes.h: Correct grammar in comment.
18666
18667 2006-04-18  Derek Price  <derek@ximbiot.com>
18668             Paul Eggert  <eggert@cs.ucla.edu>
18669
18670         * modules/inttypes: New file.
18671         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
18672
18673 2006-04-18  Derek Price  <derek@ximbiot.com>
18674             Paul Eggert  <eggert@cs.ucla.edu>
18675
18676         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
18677         New files.
18678
18679 2006-04-18  Derek Price  <derek@ximbiot.com>
18680             Paul Eggert  <eggert@cs.ucla.edu>
18681
18682         * lib/inttypes.h: New file.
18683         * lib/strtoimax.c: Assume <inttypes.h>.
18684
18685 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
18686
18687         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
18688         isn't mounted.  Problem reported by Kir Kolyshkin.
18689
18690 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
18691
18692         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
18693         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
18694         Derek R. Price.
18695         * lib/regex.h (RE_DUP_MAX): Update comment to match current
18696         implementation.
18697
18698 2006-04-12  Eric Blake  <ebb9@byu.net>
18699
18700         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
18701         is now done automatically by the corresponding Autoconf macro.
18702
18703 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
18704
18705         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
18706         time_r.h.
18707
18708 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
18709
18710         Merge regex changes from libc, removing some of our
18711         POSIX-conformance changes that were rejected and redoing them in a
18712         less-intrusive way.
18713
18714         * lib/regcomp.c (re_compile_internal, init_dfa):
18715         Length arg is now size_t, not Idx.  All uses changed.
18716         (peek_token): Forward decl now says internal_function.
18717         (__re_error_msgid, __re_error_msgid_idx):
18718         Now static rather than extern with attribute_hidden.
18719         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
18720         For some reason libc prefers K&R style defns for external functions.
18721         (regerror) [!defined _LIBC]: Likewise.
18722         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
18723         (seek_collating_symbol_entry, lookup_collation_sequence_value):
18724         (build_range_exp, build_collating_symbol):
18725         Use K&R-style defn.
18726         (re_compile_fastmap): Use '\0' to memset, not 0.
18727         (utf8_sb_map): Make the calculations more obvious.
18728         (init_dfa, parse_bracket_exp, build_charclass_op):
18729         Call calloc and cast result, as glibc does.
18730         (init_word_char, fetch_token, peek_token, peek_token_bracket):
18731         (build_range_exp, build_collating_symbol):
18732         Now internal functions.
18733
18734         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
18735
18736         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
18737         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
18738         Don't depend on VMS; depend on __VMS instead, for POSIX
18739         namespace cleanness.
18740         (regoff_t): Define to ssize_t, not long int.
18741
18742         Remove the REG_ macros named below.  Instead, make the old names
18743         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
18744         __USE_GNU_REGEX.
18745         (REG_BACKSLASH_ESCAPE_IN_LISTS):
18746         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
18747         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
18748         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
18749         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
18750         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
18751         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
18752         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
18753         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
18754         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
18755         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
18756         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
18757         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
18758         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
18759         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
18760         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
18761         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
18762         (REG_NREGS):
18763         Remove.  All uses replaced by the old RE_* names.
18764         (RE_BACKSLASH_ESCAPE_IN_LISTS):
18765         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
18766         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
18767         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
18768         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
18769         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
18770         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
18771         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
18772         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
18773         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
18774         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
18775         Don't bother having these macros be independent of each others'
18776         values, since they no longer exist in the POSIX name space.
18777
18778         Rename the following member names back to their old names,
18779         unless !__USE_GNU_REGEX.  All uses changed back.
18780         (buffer): Renamed from re_buffer.
18781         (allocated): Renamed from re_allocated.
18782         (used): Renamed from re_used.
18783         (syntax): Renamed from re_syntax.
18784         (fastmap): Renamed from re_fastmap.
18785         (translate): Renamed from re_translate.
18786         (can_be_null): Renamed from re_can_be_null.
18787         (regs_allocated): Renamed from re_regs_allocated.
18788         (fastmap_accurate): Renamed from re_fastmap_accurate.
18789         (no_sub): Renamed from re_no_sub.
18790         (not_bol): Renamed from re_not_bol.
18791         (not_eol): Renamed from re_not_eol.
18792         (newline_anchor): Renamed from re_newline_anchor.
18793         (num_regs): Renamed from rm_num_regs.
18794         (start): Renamed from rm_start.
18795         (end): Renamed from rm_end.
18796
18797         (free_state): Move up a bit.
18798
18799         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
18800         #define to be empty.
18801         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
18802         when that is what is intended.
18803         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
18804         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
18805         (MAX): New macro.
18806         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
18807         All uses changed back to re_malloc, etc.  It's now the caller's
18808         responsibility to check for overflow; all callers changed.
18809         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
18810         (re_x2nrealloc): Remove.
18811         (free_state): Remove decl.
18812
18813         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
18814         (re_set_registers, re_exec):
18815         Use K&R-style defn.
18816
18817         2006-01-31  Roland McGrath  <roland@redhat.com>
18818
18819         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
18820         Reported by Mike Frysinger <vapier@gentoo.org>.
18821
18822         2006-01-15  Andreas Jaeger  <aj@suse.de>
18823
18824         [BZ #1950]
18825         * lib/regex_internal.c (re_string_reconstruct): Adjust for
18826         build_wcs_upper_buffer change.
18827         (build_wcs_upper_buffer): Change return type.
18828
18829         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
18830
18831         * lib/regex_internal.h: Include <stdint.h> if available.
18832
18833         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
18834
18835         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
18836
18837         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
18838
18839         * lib/regcomp.c: Adjust for changed secondary hash function.
18840
18841         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
18842
18843         * lib/regex.h: Pretty printing.
18844         Clean up namespace a bit.
18845
18846         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
18847
18848         * lib/regexec.c (update_cur_sifted_state, check_arrival,
18849         check_arrival_add_next_nodes): Avoid using uninitialized variable.
18850
18851         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18852                     Ulrich Drepper  <drepper@redhat.com>
18853
18854         [BZ #1302]
18855         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
18856         changed.
18857         (bitset_word_t): Renamed from bitset_word.  All uses changed.
18858
18859         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
18860
18861         [BZ #281]
18862         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
18863         * lib/regcomp.c: Remove unnecessary uses of
18864         unsigned RE_TRANSLATE_TYPE.
18865         * lib/regex_internal.h: Likewise.
18866         * lib/regex_internal.c: Likewise.
18867         * lib/regexec.c: Likewise.
18868         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
18869
18870         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
18871
18872         * lib/regexec.c (find_recover_state): Remove unnecessary
18873         initialization.
18874         (transit_state_bkref): Make DFA a const pointer.
18875         (get_subexp): Likewise.
18876         (check_arrival): Likewise.
18877         (update_cur_sifted_state): Likewise.
18878         (re_search_internal): Likewise.
18879         (prune_impossible_nodes): Likewise.
18880         (acquire_init_state_context): Likewise.
18881         (proceed_next_node): Likewise.
18882         (set_regs): Likewise.
18883         (free_fail_stack_return): Likewise.
18884         (check_arrival_expand_ecl): Mark DFA parameter as const.
18885         (check_arrival_expand_ecl_sub): Likewise.
18886         (check_subexp_limits): Likewise.
18887         (sub_epsilon_src_nodes):  Likewise.
18888         (add_epsilon_src_nodes):  Likewise.
18889         (merge_state_array): Likewise.
18890         (update_regs): Likewise.
18891         (build_trtable): Likewise.
18892         (sift_states_backward): Mark MCTX parameter as const.
18893         (build_sifted_states): Likewise.
18894         (update_cur_sifted_state): Likewise.
18895         (sift_states_mkref): Likewise.
18896         (check_arrival_expand_ecl): Mark eclosure as const.
18897         (check_dst_limits_calc_pos_1): Likewise.
18898         * lib/regex_internal.h (re_match_context_t): Make dfa a const
18899         pointer.
18900
18901         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
18902
18903         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
18904         (transit_state_sb): Likewise.
18905         (transit_state_mb): Likewise.
18906         (sift_states_iter_mb): Likewise.
18907         (check_arrival_add_next_nodes): Likewise.
18908         (check_node_accept_bytes): Change first parameter to pointer-to-const.
18909         [_LIBC] (re_search_2_stub): Use mempcpy.
18910
18911         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
18912         mbrtowc for very simple UTF-8 case.
18913
18914         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
18915         a pointer-to-const.
18916         (re_acquire_state_context): Likewise.
18917         * lib/regex_internal.h: Adjust prototypes.
18918
18919         * lib/regex.c: Prevent using C++ compilers.
18920
18921         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
18922         (re_acquire_state_context): Likewise.
18923
18924 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
18925
18926         * modules/regex (Depends-on): Add ssize_t.
18927
18928 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
18929
18930         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
18931         translation table.
18932
18933 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
18934
18935         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
18936
18937 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
18938             Bruno Haible  <bruno@clisp.org>
18939
18940         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
18941         <sys/types.h> and <inttypes.h>.
18942
18943 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18944
18945         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
18946         `__error_t_defined', so argp.h will not typedef the former.
18947
18948 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
18949
18950         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
18951         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
18952         glibc names.  Even if glibc is changed to conform to POSIX, the
18953         traditional names will be available anyway, since regex depends on
18954         the extensions module.  Also, fix a longstanding typo in the
18955         implementation of Spencer ERE test #75 from grep 2.3.  Problems
18956         reported by Emanuele Giaquinta.  Also, change sense of cached
18957         variable, so that the message makes sense.
18958
18959 2006-03-24  Simon Josefsson  <jas@extundo.com>
18960
18961         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
18962         including some doc fixes.
18963         (base64_encode_alloc): Fix +1 bug on allocation failures.
18964
18965 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18966
18967         * lib/base64.c (base64_encode): Do not read past end of array with
18968         unsanitized input on systems with CHAR_BIT > 8.
18969
18970 2006-03-24  Eric Blake  <ebb9@byu.net>
18971
18972         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
18973
18974 2006-03-22  Karl Berry  <karl@gnu.org>
18975
18976         * config/srclist.txt (*setenv.[ch]): get from coreutils.
18977         * config/srclistvars.sh (COREUTILS): new var.
18978
18979 2006-03-17  Jim Meyering  <jim@meyering.net>
18980
18981         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
18982         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
18983
18984 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
18985
18986         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
18987         no longer needs it.  Instead, check that regoff_t is as least
18988         as wide as ptrdiff_t.
18989
18990         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
18991         so that our regex.h stays compatible with the installed regex.
18992         This is helpful for installers who configure --without-included-regex.
18993         Problem reported by Emanuele Giaquinta.
18994
18995 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
18996
18997         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
18998         Typedef to long int, not to off_, as POSIX will likely change
18999         in that direction.
19000
19001 2006-03-15  Eric Blake  <ebb9@byu.net>
19002
19003         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
19004
19005 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
19006
19007         * lib/argp-help.c (validate_uparams): Fix typo
19008         * lib/argp-parse.c (argp_default_options): Consistently begin help
19009         messages with a lowercase letter.
19010
19011 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
19012
19013         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
19014         overrun buffers and shouldn't be used (much as gets shouldn't be
19015         used).
19016         * lib/time_r.c (asctime_r, ctime_r): Likewise.
19017
19018 2006-03-08  Simon Josefsson  <jas@extundo.com>
19019
19020         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
19021         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19022
19023 2006-03-08  Simon Josefsson  <jas@extundo.com>
19024
19025         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
19026         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19027
19028 2006-03-08  Simon Josefsson  <jas@extundo.com>
19029
19030         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
19031         signal that configure disabled the device.
19032
19033 2006-03-08  Simon Josefsson  <jas@extundo.com>
19034
19035         * build-aux/maint.mk: Fix refresh-po, to handle no translated
19036         languages.
19037
19038 2006-03-07  Simon Josefsson  <jas@extundo.com>
19039
19040         * modules/getopt (Depends-on): Add unistd.
19041
19042         * modules/unistd: New file.
19043
19044 2006-03-07  Simon Josefsson  <jas@extundo.com>
19045
19046         * modules/gc-random: New file.
19047
19048 2006-03-07  Simon Josefsson  <jas@extundo.com>
19049
19050         * m4/unistd_h.m4: New file.
19051
19052 2006-03-07  Simon Josefsson  <jas@extundo.com>
19053
19054         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
19055         test to be side-effect free by storing the result in the cache
19056         variable gl_cv_lib_readline, and moving the assignment of
19057         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
19058         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19059
19060 2006-03-07  Simon Josefsson  <jas@extundo.com>
19061
19062         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
19063         error on missing devices (the functions will return an error).
19064
19065         * m4/gc.m4: Move random stuff to gc-random.m4
19066
19067 2006-03-07  Simon Josefsson  <jas@extundo.com>
19068
19069         * lib/unistd_.h: New file.
19070
19071 2006-03-07  Simon Josefsson  <jas@extundo.com>
19072
19073         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
19074
19075 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
19076
19077         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
19078         Problem reported by Juan Manuel Guerrero.
19079
19080 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
19081
19082         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
19083         the unistd module.
19084         * lib/getlogin_r.c: Likewise.
19085         * lib/getlogin_r.h: Likewise.
19086         * lib/glob.c: Likewise.
19087         * lib/pagealign_alloc.c: Likewise.
19088         * lib/unistd_.h: Remove; no longer needed.
19089
19090 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
19091
19092         * MODULES.html.sh (Support for systems lacking POSIX:2001):
19093         Add unistd.
19094         * modules/c-stack (Depends-on): Add unistd.
19095         * modules/getlogin_r: Likewise.
19096         * modules/glob: Likewise.
19097         * modules/pagealign_alloc: Likewise.
19098         * modules/unistd (Files): Remove lib/unistd_.h.
19099         (EXTRA_DIST): Remove.
19100         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
19101         need unistd_.h.
19102         (MOSTLYCLEANFILES): Remove unistd.h-t.
19103
19104 2006-03-03  Simon Josefsson  <jas@extundo.com>
19105
19106         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
19107
19108 2006-03-03  Simon Josefsson  <jas@extundo.com>
19109
19110         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
19111         libidn and bison.
19112
19113 2006-03-03  Simon Josefsson  <jas@extundo.com>
19114
19115         * build-aux/maint.mk: Add indent target.
19116
19117 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
19118
19119         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
19120         our replacement poll.h in any case, to avoid a differing
19121         declaration from a system header.  Seen on AIX.
19122
19123 2006-03-01  Simon Josefsson  <jas@extundo.com>
19124
19125         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
19126         <kasal@ucw.cz>.
19127
19128 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19129
19130         * modules/gettime (Depends-on): Add extensions module.
19131         * modules/nanosleep (Depends-on): Likewise.
19132         * modules/settime (Depends-on): Likewise.
19133
19134 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19135
19136         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
19137         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
19138         pedantically.
19139         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
19140         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
19141
19142         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
19143         not "==".  Reported by Ralf Wildenhues.
19144
19145 2006-03-01  Karl Berry  <karl@gnu.org>
19146
19147         * doc/Copyright/request-*: new files, synced from gnuorg.
19148
19149 2006-03-01  Karl Berry  <karl@gnu.org>
19150
19151         * config/srclist.txt (Copyright/*): new entries.
19152
19153 2006-02-28  Simon Josefsson  <jas@extundo.com>
19154
19155         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
19156
19157 2006-02-27  Simon Josefsson  <jas@extundo.com>
19158
19159         * lib/base64.h: Indent #define's.  From Jim Meyering
19160         <jim@meyering.net>.
19161
19162 2006-02-27  Jim Meyering  <jim@meyering.net>
19163
19164         Revert the change of 2006-02-24, so these files can continue
19165         to be sync'd from gettext.
19166         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
19167         of `config.h'.
19168
19169 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
19170
19171         * modules/intprops: New file.
19172         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
19173         Add intprops.
19174         * modules/getloadavg (Files): Remove lib/intprops.h.
19175         (Depends-on): Add intprops.
19176         * modules/human: Likewise.
19177         * modules/inttostr: Likewise.
19178         * modules/openat: Likewise.
19179         * modules/sig2str: Likewise.
19180         * modules/userspec: Likewise.
19181         * modules/utimecmp: Likewise.
19182         * modules/xnanosleep: Likewise.
19183         * modules/xstrtol: Likewise.
19184
19185 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
19186
19187         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
19188         * modules/lock-tests (TESTS): Use $(EXEEXT).
19189         * modules/tls-tests: Likewise.
19190         * modules/argp-tests: Likewise.
19191         (check_PROGRAMS): New var, replacing...
19192         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
19193
19194 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19195
19196         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
19197         `config.h'.
19198
19199 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
19200
19201         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
19202
19203 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19204
19205         Sync from coreutils.
19206         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
19207         gl_CHDIR_SAFER.
19208
19209 2006-02-22  Jim Meyering  <jim@meyering.net>
19210
19211         Sync from coreutils.
19212         * m4/chdir-safer.m4: New file.
19213
19214 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
19215
19216         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
19217         AT_FDCWD exceeds INT_MAX.
19218         * lib/openat.h (AT_FDCWD): Likewise.
19219
19220 2006-02-17  Eric Blake  <address@hidden>
19221
19222         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
19223
19224 2006-02-16  Simon Josefsson  <jas@extundo.com>
19225
19226         * modules/getaddrinfo (Depends-on): Add sys_socket.
19227
19228 2006-02-15  Simon Josefsson  <jas@extundo.com>
19229
19230         * build-aux/maint.mk: Add dsyntax-check rule.
19231
19232 2006-02-15  Eric Blake  <ebb9@byu.net>
19233
19234         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
19235         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
19236         'present but cannot compile' warnings on cygwin.
19237         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
19238         use ws2tcpip.h if sys/socket.h works.
19239         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
19240         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
19241
19242 2006-02-14  Simon Josefsson  <jas@extundo.com>
19243
19244         * modules/maintainer-makefile (Files): Rename.
19245
19246         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
19247         and (the local) Makefile.cfg to maint-cfg.mk.
19248
19249         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
19250         to the latter.
19251
19252         * modules/maintainer-makefile: New module.
19253
19254         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
19255         severaly stripped to make it possible to build it up from scratch
19256         with reliable tests.
19257
19258         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
19259         fixes to permit overriding the default actions when configure and
19260         makefile are not available.
19261
19262 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
19263
19264         Sync from coreutils.
19265         * modules/lstat (Depends-on): Don't depend on xalloc.
19266         (License): Change from GPL to LGPL, since this is now simply a
19267         replacement for a libc function.
19268
19269 2006-02-14  Jim Meyering  <jim@meyering.net>
19270
19271         Sync from coreutils.
19272
19273         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
19274         failure on deficient systems, and simplify gnulib lgpl dependencies.
19275         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
19276         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
19277
19278         * lib/xalloc-die.c: Remove unused definition of N_.
19279
19280 2006-02-14  Jim Meyering  <jim@meyering.net>
19281
19282         Sync from coreutils.
19283         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
19284         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
19285         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
19286         double-quote uses of that variable, to accommodate the rare case in
19287         which getmntent is available in none of the libraries checked.  This
19288         happens at least on FreeBSD 5.0.
19289
19290 2006-02-13  Simon Josefsson  <jas@extundo.com>
19291
19292         * gnulib-tool (Usage): Fix --import, from
19293         karl@freefriends.org (Karl Berry).
19294
19295 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
19296
19297         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
19298
19299 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
19300
19301         * lib/argp-namefrob.h: Restore changes accidentally lost during the
19302         "autoupdate" on 2005-12-12.
19303
19304 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
19305
19306         * modules/closeout (Depends-on): Remove atexit.
19307
19308 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
19309
19310         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
19311         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
19312
19313 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
19314
19315         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
19316         __EXTENSIONS__ if this causes compilation to fail.  Problem
19317         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
19318         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
19319
19320 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
19321
19322         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
19323         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
19324         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
19325         All uses changed.
19326
19327 2006-01-26  Simon Josefsson  <jas@extundo.com>
19328
19329         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
19330         prototype is visible on mingw32.
19331
19332         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
19333         for mingw32.
19334
19335         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
19336         mingw32).
19337
19338 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
19339
19340         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
19341         attempt to open for write; this always fails, at least on POSIX
19342         hosts.  This reinstates the 2006-01-09 change, which was
19343         inadvertently removed.
19344
19345 2006-01-26  Bruno Haible  <bruno@clisp.org>
19346
19347         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
19348         Reported by Paul Eggert.
19349
19350 2006-01-26  Bruno Haible  <bruno@clisp.org>
19351             Paul Eggert  <eggert@cs.ucla.edu>
19352
19353         * lib/stdbool_.h (_Bool)
19354         [(! (defined __cplusplus || defined __BEOS__)
19355           && !defined __GNUC__
19356           && !(defined __HP_cc || defined __xlc__
19357                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
19358                || defined __sgi))]:
19359         #define to signed char in these cases too; this simplifies
19360         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
19361         etc., separately) and makes it more conservative.
19362
19363 2006-01-25  Simon Josefsson  <jas@extundo.com>
19364
19365         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
19366         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
19367         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
19368
19369 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
19370
19371         * lib/argp-namefrob.h: Bugfix. Remove stray #
19372
19373 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
19374
19375         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
19376         so that we test the test.
19377         Check for yet another HP-UX cc bug involving *bool |= bool.
19378
19379 2006-01-25  Karl Berry  <karl@gnu.org>
19380
19381         * config/srclist.txt (vasnprintf.c): sync lost.
19382
19383 2006-01-25  Jim Meyering  <jim@meyering.net>
19384
19385         Sync from the stable (b5) branch of coreutils:
19386
19387         * lib/fts.c (fts_children): Don't let close() clobber errno from
19388         failed fchdir().
19389
19390         * lib/fts.c (fts_stat): When following a symlink-to-directory,
19391         don't necessarily interpret stat-fails+lstat-succeeds as indicating
19392         a dangling symlink.  That can also happen at least for ELOOP.
19393         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
19394         FYI, this bug predates the inclusion of fts.c in coreutils.
19395
19396         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
19397         in their own block, so pre-c99 compilers don't object.
19398
19399         Avoid the double-free (first in fts_read, second in fts_close) that
19400         would occur when an `active' directory is made inaccessible (e.g.,
19401         via chmod a-x) during a traversal.
19402         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
19403         before returning.  Reproduce this failure by
19404         mkdir -p a/b; cd a; chmod a-x . b
19405         Reported by Stavros Passas.
19406
19407 2006-01-25  Jim Meyering  <jim@meyering.net>
19408
19409         * lib/fileblocks.c: Remove more useless parentheses.
19410         * lib/readutmp.h: Likewise.
19411
19412 2006-01-25  Bruno Haible  <bruno@clisp.org>
19413
19414         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
19415         warnings.
19416         Reported by Paul Eggert.
19417
19418 2006-01-25  Bruno Haible  <bruno@clisp.org>
19419
19420         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
19421         rid of a trap command. For Solaris sh.
19422         Reported by Mark D. Baushke <mdb@gnu.org>.
19423
19424 2006-01-24  Simon Josefsson  <jas@extundo.com>
19425
19426         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
19427         Bruno.
19428
19429 2006-01-24  Karl Berry  <karl@gnu.org>
19430
19431         * config/srclist.txt (argp-namefrob.h): sync lost.
19432
19433 2006-01-24  Jim Meyering  <jim@meyering.net>
19434
19435         * modules/openat (Files): Add lib/intprops.h.
19436         From Mark D. Baushke.
19437
19438 2006-01-24  Jim Meyering  <jim@meyering.net>
19439
19440         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
19441         Reported by Mark D. Baushke.
19442
19443 2006-01-24  Jim Meyering  <jim@meyering.net>
19444
19445         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
19446
19447 2006-01-24  Bruno Haible  <bruno@clisp.org>
19448
19449         * modules/strnlen (Maintainer): Change from glibc to all.
19450
19451 2006-01-24  Bruno Haible  <bruno@clisp.org>
19452
19453         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
19454         Patch by Paul Eggert.
19455
19456 2006-01-24  Bruno Haible  <bruno@clisp.org>
19457
19458         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
19459         already has it.
19460         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
19461         2005-11-26.
19462
19463         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
19464         'signed char' to avoid problems with the built-in _Bool type.
19465         Reported by Paul Eggert on 2005-11-26.
19466
19467 2006-01-24  Bruno Haible  <bruno@clisp.org>
19468
19469         * gnulib-tool (func_import): Avoid constructing complicated sed
19470         expressions inside backquote.
19471         Report and solution by Mark D. Baushke <mdb@gnu.org>.
19472
19473 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
19474
19475         These changes imported from libc.
19476         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
19477         test and two separate function calls.
19478         * lib/strndup.c (__strndup): Add libc_hidden_def.
19479
19480 2006-01-23  Simon Josefsson  <jas@extundo.com>
19481
19482         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
19483         Remove the test_*_SOURCES variable: automake infers it by default.
19484         * modules/tls-tests: Likewise.
19485
19486 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19487
19488         Work around porting bugs reported by Dieter in
19489         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
19490         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
19491         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
19492         Include "getopt.h" first, to check interface.
19493         (getenv): Declare only if defined HAVE_DECL_GETENV &&
19494         !HAVE_DECL_GETENV.
19495         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
19496         (__strndup): Revert to K&R-style function dfns, the glibc style.
19497         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
19498         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
19499         Include strnlen.h first, to get prototype properly.
19500         (strnlen): Renamed from __strnlen.
19501         Remove weak alias.
19502
19503 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19504
19505         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
19506
19507 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19508
19509         * config/srclist.txt: Adjust to reflect glibc reorganization.
19510         This affects only comments.
19511
19512 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19513
19514          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
19515          Reported by Bruce Korb <bkorb@gnu.org>.
19516
19517 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
19518
19519         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
19520         to pacify gcc -Wswitch-default.
19521
19522 2006-01-22  Bruno Haible  <bruno@clisp.org>
19523
19524         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
19525         temporary buffer for sprintf, take into account the precision also
19526         for 'd', 'i', 'u', 'o', 'x', 'X'.
19527
19528 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
19529
19530         * modules/argp-tests: New module
19531         * tests/test-argp.c: New file
19532         * tests/test-argp-2.sh: New file
19533
19534 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
19535
19536         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
19537         (__argp_base_name): Removed
19538         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
19539         typo.
19540         (__argp_base_name): Provide macro definition or extern declaration
19541         depending on the configuration
19542
19543 2006-01-20  Simon Josefsson  <jas@extundo.com>
19544
19545         * modules/inet_ntop (Depends-on): Depend on sys_socket.
19546
19547 2006-01-20  Simon Josefsson  <jas@extundo.com>
19548
19549         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
19550
19551 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
19552
19553         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
19554         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
19555         Suggested by Bruno Haible.
19556
19557 2006-01-20  Karl Berry  <karl@gnu.org>
19558
19559         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
19560         until changes propagate, I guess.
19561
19562 2006-01-19  Simon Josefsson  <jas@extundo.com>
19563
19564         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
19565
19566 2006-01-19  Simon Josefsson  <jas@extundo.com>
19567
19568         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
19569
19570 2006-01-19  Simon Josefsson  <jas@extundo.com>
19571
19572         * gnulib-tool: Set check_PROGRAMS.
19573
19574         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
19575         modules/des-tests, modules/gc-arcfour-tests,
19576         modules/gc-arctwo-tests, modules/gc-des-tests,
19577         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
19578         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
19579         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
19580         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
19581         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
19582         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
19583         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
19584         test_*_SOURCES.
19585
19586 2006-01-18  Simon Josefsson  <jas@extundo.com>
19587
19588         * modules/socklen (Depends-on): Depend on sys_socket.
19589
19590 2006-01-18  Simon Josefsson  <jas@extundo.com>
19591
19592         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
19593         modules/des-tests, modules/gc-arcfour-tests,
19594         modules/gc-arctwo-tests, modules/gc-des-tests,
19595         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
19596         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
19597         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
19598         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
19599         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
19600         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
19601         $(EXEEXT) to automake TESTS variable, for mingw32.
19602
19603 2006-01-17  Simon Josefsson  <jas@extundo.com>
19604
19605         * modules/socklen (Include): Need sys/socket.h.
19606
19607 2006-01-17  Bruno Haible  <bruno@clisp.org>
19608
19609         * modules/ssize_t (Include): Add <sys/types.h>.
19610
19611 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
19612
19613         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
19614         it's not portable and it doesn't work with cross-compiles.
19615         Problem reported by Bruno Haible.  Fix missing-$ typo in
19616         'test "gl_cv_ignore_unused_libraries" ...' that prevented
19617         -zignore from being used with Sun's C compiler.
19618
19619 2006-01-12  Simon Josefsson  <jas@extundo.com>
19620
19621         * lib/base64.c: Fix warning, reported by Bruno Haible
19622         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
19623
19624 2006-01-12  Bruno Haible  <bruno@clisp.org>
19625
19626         * modules/ldd: New file.
19627         * build-aux/ldd.sh.in: New file.
19628         * MODULES.html.sh (Support for building libraries and executables): Add
19629         ldd.
19630
19631 2006-01-12  Bruno Haible  <bruno@clisp.org>
19632
19633         * m4/ldd.m4: New file.
19634
19635 2006-01-12  Bruno Haible  <bruno@clisp.org>
19636
19637         * gnulib-tool (func_import, func_create_testdir): Don't go into an
19638         endless loop while replacing $auxdir with build-aux.
19639
19640 2006-01-11  Simon Josefsson  <jas@extundo.com>
19641
19642         * lib/stdint_.h (SIZE_MAX): Add missing (.
19643
19644 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
19645
19646         Sync from coreutils.
19647         * lib/md5.c: Fix commentary typos.
19648         (alignof, UNALIGNED_P): No need for a GCC-specific version.
19649         * lib/md5.h (__attribute__): Remove; unused.
19650         * lib/sha1.c: Fix commentary to match md5 better.
19651         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
19652         so that we don't need to worry about alignment.  All uses changed.
19653         This merges the 2005-10-28 md5 change into sha1.
19654
19655 2006-01-11  Jim Meyering  <jim@meyering.net>
19656
19657         Sync from coreutils.
19658         * lib/md5.c (OP): Fix spacing.
19659
19660 2006-01-11  Bruno Haible  <bruno@clisp.org>
19661
19662         Ensure automatic ordering between gl_LOCK and gl_ARGP.
19663         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
19664         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
19665
19666 2006-01-11  Bruno Haible  <bruno@clisp.org>
19667
19668         Ensure automatic ordering between gl_LOCK and gl_ARGP.
19669         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
19670         the "early" section as well.
19671
19672 2006-01-11  Bruno Haible  <bruno@clisp.org>
19673
19674         Avoid "ar: no archive members specified" error on MacOS X.
19675         * gnulib-tool (func_modules_add_dummy): New function.
19676         (func_import, func_create_testdir): Invoke it.
19677
19678 2006-01-11  Bruno Haible  <bruno@clisp.org>
19679
19680         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
19681         with $auxdir in AC_CONFIG_FILES statements.
19682
19683 2006-01-11  Bruno Haible  <bruno@clisp.org>
19684
19685         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19686         Initialize also noinst_HEADERS to empty.
19687
19688 2006-01-11  Bruno Haible  <bruno@clisp.org>
19689
19690         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
19691         variables.
19692         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
19693         autoreconf.
19694
19695 2006-01-11  Bruno Haible  <bruno@clisp.org>
19696
19697         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
19698         overridable by the user.
19699         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19700
19701 2006-01-10  Simon Josefsson  <jas@extundo.com>
19702
19703         * modules/sys_socket: New file.
19704
19705 2006-01-10  Simon Josefsson  <jas@extundo.com>
19706
19707         * m4/sys_socket_h.m4: New file.
19708
19709 2006-01-10  Simon Josefsson  <jas@extundo.com>
19710
19711         * lib/socket_.h: New file.
19712
19713 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
19714
19715         * modules/readutmp (Maintainer): Add myself.
19716
19717 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
19718
19719         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
19720         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
19721         People who are still concerned with buggy memcmp implementations
19722         can invoke gl_FUNC_MEMCMP themselves.
19723
19724 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
19725
19726         * lib/regex_internal.h (BITSET_WORD_BITS):
19727         Work around a bug in 64-bit PGC (before version 6.1-2), where the
19728         preprocessor mishandles large unsigned values as if they were signed.
19729         Problem reported by Claudio Fontana in
19730         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
19731
19732 2006-01-10  Jim Meyering  <jim@meyering.net>
19733
19734         Avoid the double-free (first in fts_read, second in fts_close) that
19735         would occur when an `active' directory is made inaccessible (e.g.,
19736         via chmod a-x) during a traversal.
19737         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
19738         before returning.  Reproduce this failure by
19739         mkdir -p a/b; cd a; chmod a-x . b
19740         Reported by Stavros Passas.
19741
19742         Sync from coreutils.
19743         * lib/sha1.c: Tweak grammar in a comment.
19744
19745 2006-01-10  Jim Meyering  <jim@meyering.net>
19746
19747         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
19748         Patch by Joerg Sonnenberger.
19749
19750 2006-01-10  Bruno Haible  <bruno@clisp.org>
19751
19752         * modules/readutmp: Depend on module free.
19753         * modules/strtok_r: Depend on module restrict.
19754
19755 2006-01-10  Bruno Haible  <bruno@clisp.org>
19756
19757         * modules/gettext (configure.ac): Add an invocation of
19758         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
19759
19760 2006-01-10  Bruno Haible  <bruno@clisp.org>
19761
19762         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
19763         Reported by Werner Lemberg <wl@gnu.org>.
19764
19765 2006-01-10  Bruno Haible  <bruno@clisp.org>
19766
19767         * lib/localcharset.c: Update from GNU gettext.
19768
19769 2006-01-10  Bruno Haible  <bruno@clisp.org>
19770
19771         * lib/argp.h (__const): Remove macro. Use const instead.
19772         * lib/argp-fmtstream.h (__const): Likewise.
19773         * lib/glob_.h (__const): Remove macro.
19774         * lib/glob-libc.h: Use const instead of __const.
19775
19776 2006-01-10  Bruno Haible  <bruno@clisp.org>
19777
19778         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
19779         variable.
19780         Needed to avoid an automake error regarding the 'gettext' module.
19781
19782 2006-01-09  Simon Josefsson  <jas@extundo.com>
19783
19784         * modules/inet_ntop (Depends-on): Add restrict.
19785
19786 2006-01-09  Simon Josefsson  <jas@extundo.com>
19787
19788         * modules/gc-rijndael-tests (License): Put under LGPL.
19789
19790         * modules/gc-des-tests (License): Likewise.
19791
19792         * modules/gc-arcfour-tests (License): Likewise.
19793
19794         * modules/gc-arctwo-tests (License): Likewise.
19795
19796         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
19797
19798         * modules/gc-hmac-sha1-tests (Files): Likewise.
19799
19800         * modules/gc-hmac-md5-tests (License): Likewise.
19801
19802         * modules/gc-sha1-tests (License): Likewise.
19803
19804         * modules/gc-md5-tests (License): Likewise.
19805
19806         * modules/gc-md4-tests (License): Likewise.
19807
19808         * modules/gc-md2-tests (License): Likewise.
19809
19810         * modules/gc-tests (License): Likewise.
19811
19812         * modules/des-tests (License): Likewise.
19813
19814         * modules/md4-tests (License): Likewise.
19815
19816         * modules/md2-tests (License): Likewise.
19817
19818 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
19819
19820         Sync from coreutils:
19821
19822         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
19823         * modules/lib-ignore: New file.
19824         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
19825         chdir-safer.m4, lchmod.m4.
19826         * modules/openat: Add mkdirat.c, openat-priv.h.
19827
19828 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
19829
19830         Sync from coreutils.
19831         * m4/lib-ignore.m4: New file.
19832         * m4/lchmod.m4: New file.
19833
19834 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
19835
19836         Sync from coreutils.
19837         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
19838         for write access: POSIX says that must fail.
19839         * lib/fts.c (diropen): Likewise.
19840         * lib/save-cwd.c (save_cwd): Likewise.
19841         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
19842         well, for minor improvements on hosts that lack O_DIRECTORY.
19843         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
19844         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
19845         Fall back on chown if open failed with EACCES.
19846
19847         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
19848         Report an error at compile-time if only a 1-second nominal clock
19849         resolution is found.
19850
19851         * lib/lchmod.h: New file.
19852         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
19853         (make_dir_parents): Use lchown rather than chown, and
19854         lchmod rather than chmod.
19855
19856         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
19857         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
19858         "proc" reported by n0dalus.
19859
19860         * lib/mountlist.c: Include <limits.h>.
19861         (dev_from_mount_options)
19862         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
19863         New function.  It no longer assumes "dev=" has the System V meaning
19864         on Linux (since it doesn't).  It also parses "dev=" more carefully.
19865         (read_file_system_list)
19866         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
19867         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
19868         dev= in that case.
19869
19870         * lib/posixtm.h (PDS_PRE_2000): New macro.
19871         * lib/posixtm.c (year): Arg is now syntax_bits rather than
19872         allow_century.  All usages changed.  Reject dates outside the range
19873         1969-1999 if PDS_PRE_2000 is used.
19874
19875 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
19876
19877         Sync from coreutils.
19878         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
19879         (Time of day items): Mention the possibility of leap seconds.
19880         Problem reported by Dr. David Alan Gilbert.
19881
19882 2006-01-09  Jim Meyering  <jim@meyering.net>
19883
19884         Sync from coreutils.
19885
19886         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
19887
19888         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
19889
19890         * lib/modechange.c (mode_compile): Reject an invalid mode string
19891         that starts with an octal digit.  From Andreas Gruenbacher.
19892
19893         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
19894         and dup to open_safer and dup_safer, respectively.
19895         (openat_permissive): Fix typo in comment.
19896
19897         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
19898         "gettext.h"; either no longer needed or are guaranteed by openat.h.
19899         (_): Remove; no longer needed.
19900         (openat): Renamed from rpl_openat; no need for rpl_openat
19901         since openat.h renames openat for us.
19902         Replace most of the body with a call to openat_permissive,
19903         to avoid duplicate code.
19904         Port to (probably hypothetical) environments were mode_t is
19905         wider than int.
19906         (openat_permissive): Require mode arg, so that we can check
19907         types better.  Put it just after flags.  Change cwd failure
19908         indicator from pointer-to-bool to pointer-to-errno-value.
19909         All callers changed.
19910         Invoke openat_save_fail and/or openat_restore_fail if
19911         cwd_errno is null, so that openat can call us.
19912         (openat_permissive, fdopendir, fstatat, unlinkat):
19913         Simplify errno handling to avoid some duplicate code,
19914         as it's OK to set errno on success.
19915         * lib/openat.h: Revamp code so that function macros depend on
19916         __OPENAT_PREFIX only, not also on AT_FDCWD.
19917         (openat_ro): Remove.  Caller changed to use openat_permissive.
19918         (openat_permissive): Now a macro, if not a function.
19919         (openat_restore_fail, openat_save_fail): Now always functions,
19920         since mkdirat needs them even if __OPENAT_PREFIX is defined.
19921
19922         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
19923         and openat.c.
19924         * lib/mkdirat.c: Include openat-priv.h.
19925         Remove definitions of macros defined therein.
19926         * lib/openat.c: Likewise.
19927
19928         * lib/mkdirat.c (mkdirat): New file and function.
19929         * lib/openat.h (mkdirat): Declare.
19930
19931         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
19932
19933         * lib/openat.h (openat_permissive): Declare.
19934         (openat_ro): Define.
19935
19936         * lib/openat.c (EXPECTED_ERRNO): New macro.
19937         (openat_permissive): New function -- used in remove.c rewrite.
19938         (all functions): Set errno just before returning, only if there
19939         was an actual failure.
19940         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
19941
19942         Emulate openat-family functions using Linux's procfs, if possible.
19943         Idea and some code based on Ulrich Drepper's glibc changes.
19944
19945         * lib/openat.c: (BUILD_PROC_NAME): New macro.
19946         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
19947         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
19948         before falling back on save_cwd and restore_cwd.
19949         (fdopendir, fstatat, unlinkat): Likewise.
19950
19951         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
19952         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
19953
19954         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
19955         as second argument to va_arg.  Otherwise, some versions of gcc
19956         warn that `if this code is reached, the program will abort'.
19957
19958 2006-01-09  Jim Meyering  <jim@meyering.net>
19959
19960         Sync from coreutils.
19961         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
19962         Require openat-priv.h.
19963
19964 2006-01-09  Bruno Haible  <bruno@clisp.org>
19965
19966         * modules/strnlen (Include): Use strnlen.h.
19967
19968 2006-01-09  Bruno Haible  <bruno@clisp.org>
19969
19970         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
19971
19972 2006-01-09  Bruno Haible  <bruno@clisp.org>
19973
19974         * lib/sysexit_.h (EX_OK): New macro.
19975         Suggested by Martin Lambers <marlam@marlam.de>.
19976
19977 2006-01-09  Bruno Haible  <bruno@clisp.org>
19978
19979         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
19980         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
19981
19982 2006-01-09  Bruno Haible  <bruno@clisp.org>
19983
19984         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
19985         numbers.
19986
19987 2006-01-09  Bruno Haible  <bruno@clisp.org>
19988
19989         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
19990         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
19991         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
19992         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
19993
19994 2006-01-09  Bruno Haible  <bruno@clisp.org>
19995
19996         * build-aux/javacomp.sh.in: New file, moved from lib/.
19997         * modules/javacomp-script (Files): Update.
19998         (configure.ac): Add AC_CONFIG_FILES invocation.
19999         (EXTRA_DIST): Remove variable.
20000
20001         * build-aux/javaexec.sh.in: New file, moved from lib/.
20002         * modules/javaexec (Files): Update.
20003         (configure.ac): Add AC_CONFIG_FILES invocation.
20004         (EXTRA_DIST): Remove javaexec.sh.in.
20005
20006         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
20007         * modules/csharpcomp-script (Files): Update.
20008         (configure.ac): Add AC_CONFIG_FILES invocation.
20009         (EXTRA_DIST): Remove variable.
20010
20011         * build-aux/csharpexec.sh.in: New file, moved from lib/.
20012         * modules/csharpexec (Files): Update.
20013         (configure.ac): Add AC_CONFIG_FILES invocation.
20014         (EXTRA_DIST): Remove csharpexec.sh.in.
20015
20016 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
20017
20018         Sync from coreutils.
20019
20020         Add POSIX ACL support
20021         * lib/acl.h (copy_acl, set_acl): Add declarations.
20022         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
20023         systems other than Linux.
20024         (chmod_or_fchmod): New function: use fchmod when possible,
20025         and chmod otherwise.
20026         (file_has_acl): Add a POSIX ACL implementation, with a
20027         Linux-specific subcase.
20028         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
20029         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
20030         acls are unsupported.
20031         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
20032         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
20033         are unsupported.
20034
20035 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
20036
20037         Sync from coreutils.
20038         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
20039
20040 2006-01-07  Bruno Haible  <bruno@clisp.org>
20041
20042         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
20043         gl_EARLY.
20044
20045 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20046
20047         * lib/strftime.c (tzname): Don't declare if it is already #defined.
20048         Problem reported for Mingw by Mark Junker.
20049
20050 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20051
20052         * README: Gnulib normally doesn't generate a tarball.
20053
20054 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
20055
20056         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
20057         long int, not int, for nanosecond counts, so that people who are
20058         used to POSIX struct timespec won't be surprised.  Reported by Jim
20059         Meyering.
20060
20061 2005-12-28  Bruno Haible  <bruno@clisp.org>
20062
20063         * build-aux/config.rpath: Update from GNU gettext.
20064
20065 2005-12-16  Jim Meyering  <jim@meyering.net>
20066
20067         * modules/fprintftime: New module.
20068         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
20069
20070 2005-12-16  Jim Meyering  <jim@meyering.net>
20071
20072         * m4/fprintftime.m4: New file.
20073
20074 2005-12-16  Jim Meyering  <jim@meyering.net>
20075
20076         * lib/fprintftime.c, lib/fprintftime.h: New files.
20077
20078 2005-12-15  Simon Josefsson  <jas@extundo.com>
20079
20080         * modules/socklen (configure.ac): Fix M4 macro name, to align with
20081         new m4/socklen.m4.
20082
20083 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
20084
20085         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
20086         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
20087
20088 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
20089
20090         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
20091         * lib/argp-help.c (fill_in_uparams): Check if the constructed
20092         struct uparams is valid. Fall back to the default values if it is
20093         not.
20094
20095 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20096
20097         * modules/argp (Files): Add argp-pin.c
20098         (Depends-on): dirname
20099         (lib_SOURCES): Add argp-pin.c
20100
20101 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20102
20103         * m4/argp.m4:  Check if program_invocation_name and
20104         program_invocation_short_name are declared and define appropriate
20105         macros if they are not.
20106
20107 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20108
20109         * lib/argp-help.c (__argp_base_name): New function
20110         (__argp_short_program_name): Rewrite using __argp_base_name
20111         * lib/argp-namefrob.h: Define program_invocation_name and
20112         program_invocation_short_name if requested
20113         (__argp_base_name): Add prototype
20114         * lib/argp-parse.c (argp_def): Use gettext wrappers
20115         (argp_default_parser): Use __argp_base_name
20116         * lib/argp-pin.c: New file. Defines program_invocation_name and
20117         program_invocation_short_name on systems that lack them.
20118
20119 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20120
20121         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
20122         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
20123         porting problem reported by Georg Schwarz in
20124         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
20125
20126 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20127
20128         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
20129         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
20130         porting problem reported by Georg Schwarz in
20131         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
20132
20133 2005-12-05  Bruno Haible  <bruno@clisp.org>
20134
20135         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
20136         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
20137         Reported by Mark Junker <mjscod@gmx.de>.
20138
20139 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
20140
20141         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
20142         Use implementation from Albert Chin, with some
20143         comments/corrections by Stepan Kasal and myself.
20144
20145 2005-12-02  Bruno Haible  <bruno@clisp.org>
20146
20147         * gnulib-tool (func_import): Accept GPLed build tool modules when
20148         --lgpl is given.
20149         * modules/csharpcomp-script: New file.
20150         * modules/csharpcomp: Depend on it.
20151         * modules/javacomp-script: New file.
20152         * modules/javacomp: Depend on it.
20153         Suggested by Simon Josefsson.
20154
20155 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
20156
20157         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
20158         statement, to work around an HP-UX 10.20 compiler bug reported by
20159         Peter O'Gorman.
20160
20161 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
20162
20163         * modules/savedir (Depends-on): Add openat.
20164
20165 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
20166
20167         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
20168         (uintmax_t) [defined uintmax_t]: Do not declare.
20169         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
20170         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
20171         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
20172         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
20173         sake of portability to weird hosts that C allows (though we don't
20174         know of any practical examples).
20175
20176         * lib/savedir.h (fdsavedir): New decl.
20177         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
20178         contains most of the former guts of savedir.
20179         (savedir): Use savedirstream.
20180         Include "openat.h".
20181
20182 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20183
20184         * modules/obstack (Files): Add m4/ulonglong.m4.
20185         Problem reported by Davide Angelocola.
20186
20187 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
20188
20189         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
20190         coreutils no longer futzes with rounding modes.
20191
20192 2005-11-14  Jim Meyering  <jim@meyering.net>
20193
20194         * lib/mkstemp-safer.c: Include <config.h>, required for possible
20195         replacement of mkstemp.
20196
20197 2005-11-10  Simon Josefsson  <jas@extundo.com>
20198
20199         * lib/readline.c: Remove EOL.
20200
20201 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
20202
20203         * modules/gethrxtime (Depends-on): Add gettime.
20204
20205 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
20206
20207         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
20208         or gettimeofday; no longer needed.
20209
20210 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
20211
20212         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
20213         time business.
20214         (gethrxtime) [! (HAVE_NANOUPTIME
20215         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
20216         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
20217         our own approximation.
20218
20219 2005-11-08  Eric Blake  <ebb9@byu.net>
20220
20221         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
20222
20223 2005-11-08  Eric Blake  <ebb9@byu.net>
20224
20225         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
20226
20227 2005-11-04  Bruno Haible  <bruno@clisp.org>
20228
20229         * gnulib-tool: Implement --update mode.
20230
20231 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20232
20233         Fix porting problem reported by Theodoros V. Kalamatianos.
20234         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
20235         Don't assume that futimes failing means we must fail.
20236
20237 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20238
20239         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
20240         variables to suggest the intended function of the PATH_MAX check.
20241
20242 2005-10-30  Kean Johnston  <jkj@sco.com>
20243
20244         Trivial changes to support SCO systems.
20245         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
20246         as PATH_MAX.
20247         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
20248         where __ptr is null when no I/O is pending.
20249
20250 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
20251
20252         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
20253         leave errno alone.  Problem reported by Dmitry V. Levin.
20254
20255 2005-10-28  Simon Josefsson  <jas@extundo.com>
20256
20257         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
20258         Test more.
20259
20260         * tests/test-gc-md2.c, tests/test-md2.c: New files.
20261
20262         * modules/md2, modules/md2-tests: New files.
20263
20264 2005-10-28  Simon Josefsson  <jas@extundo.com>
20265
20266         * m4/inet_ntop.m4: More tests.
20267
20268         * m4/gc-md2.m4, md2.m4: New file.
20269
20270 2005-10-28  Simon Josefsson  <jas@extundo.com>
20271
20272         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
20273         "restrict" keywords, as per POSIX.  Protect the function
20274         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
20275         Don't use K&R prototypes.  Check the sprintf return values.
20276         Re-define EAFNOSUPPORT if not present.  Indent.
20277
20278         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
20279         suggested by Bruno Haible <bruno@clisp.org>.
20280
20281         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
20282
20283         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
20284
20285         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
20286         libgcrypt).
20287
20288         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
20289
20290         * lib/md2.h, lib/md2.c: New files.
20291
20292 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
20293
20294         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
20295         errno alone.  Problem reported by Frederic Jolliton.
20296
20297 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
20298
20299         * modules/verify (License): Change from GPL to LGPL.  This is a
20300         tiny module and there are apparently near-equivalents that are
20301         under the BSD license.
20302
20303 2005-10-24  Simon Josefsson  <jas@extundo.com>
20304
20305         * modules/sha1: Relicense to LGPL.
20306
20307 2005-10-24  Simon Josefsson  <jas@extundo.com>
20308
20309         * lib/md4.h: Shrink buffer size, now that we changed the type.
20310
20311 2005-10-23  Simon Josefsson  <jas@extundo.com>
20312
20313         * gnulib-tool (func_import): Fix --tests-base.
20314
20315 2005-10-22  Simon Josefsson  <jas@extundo.com>
20316
20317         * modules/arcfour (Depends-on): Need stdint.
20318
20319 2005-10-22  Simon Josefsson  <jas@extundo.com>
20320
20321         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
20322         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
20323
20324 2005-10-22  Simon Josefsson  <jas@extundo.com>
20325
20326         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
20327         suggested by Bruno Haible <bruno@clisp.org>.
20328
20329 2005-10-22  Simon Josefsson  <jas@extundo.com>
20330
20331         * lib/crc.h: Include stddef.h, for size_t.
20332
20333 2005-10-22  Simon Josefsson  <jas@extundo.com>
20334
20335         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
20336         arcfour_context struct (simplify test vector testing in GNU
20337         Shishi).
20338
20339 2005-10-21  Simon Josefsson  <jas@extundo.com>
20340
20341         * modules/des, modules/des-tests: New files.
20342
20343         * modules/gc-des, modules/gc-des-tests: New files.
20344
20345         * tests/test-des.c, tests/test-gc-des.c: New file.
20346
20347 2005-10-21  Simon Josefsson  <jas@extundo.com>
20348
20349         * modules/arctwo, modules/arctwo-tests: New files.
20350
20351         * tests/test-arctwo.c: New file.
20352
20353         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
20354
20355         * tests/test-gc-arctwo.c: New file.
20356
20357 2005-10-21  Simon Josefsson  <jas@extundo.com>
20358
20359         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
20360         Bruno Haible <bruno@clisp.org>.
20361
20362         * m4/gc-des.m4: New file.
20363
20364 2005-10-21  Simon Josefsson  <jas@extundo.com>
20365
20366         * m4/arctwo.m4: New file.
20367
20368         * m4/gc-arctwo.m4: New file.
20369
20370 2005-10-21  Simon Josefsson  <jas@extundo.com>
20371
20372         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
20373         block.
20374
20375 2005-10-21  Simon Josefsson  <jas@extundo.com>
20376
20377         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
20378         <bruno@clisp.org>.
20379
20380         * lib/hmac-sha1.c (hmac_sha1): Likewise.
20381
20382         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
20383         Bruno Haible <bruno@clisp.org>.
20384
20385         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
20386         <bruno@clisp.org>.
20387
20388 2005-10-21  Simon Josefsson  <jas@extundo.com>
20389
20390         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
20391
20392 2005-10-21  Simon Josefsson  <jas@extundo.com>
20393
20394         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
20395
20396 2005-10-21  Simon Josefsson  <jas@extundo.com>
20397
20398         * lib/des.h, lib/des.c: New files.
20399
20400         * lib/gc-gnulib.c: Support DES.c
20401
20402 2005-10-21  Simon Josefsson  <jas@extundo.com>
20403
20404         * lib/arctwo.h, lib/arctwo.c: New files.
20405
20406         * lib/gc-gnulib.c: Support ARCTWO.
20407
20408 2005-10-21  Simon Josefsson  <jas@extundo.com>
20409
20410         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
20411         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20412
20413 2005-10-21  Simon Josefsson  <jas@extundo.com>
20414
20415         * gnulib-tool (func_import, func_create_testdir): Define automake
20416         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
20417         Makefile.am snippet),
20418         suggested by Bruno Haible <bruno@clisp.org>.
20419
20420         * modules/gc (Makefile.am): Use it.
20421
20422 2005-10-21  Bruno Haible  <bruno@clisp.org>
20423
20424         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
20425         patch.
20426
20427 2005-10-19  Simon Josefsson  <jas@extundo.com>
20428
20429         * tests/test-gc-rijndael.c: New file.
20430
20431         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
20432
20433 2005-10-19  Simon Josefsson  <jas@extundo.com>
20434
20435         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
20436         interface too.
20437
20438 2005-10-19  Simon Josefsson  <jas@extundo.com>
20439
20440         * tests/test-gc-arcfour.c: New file.
20441
20442         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
20443
20444 2005-10-19  Simon Josefsson  <jas@extundo.com>
20445
20446         * modules/gc-md4, modules/gc-md4-tests: New file.
20447
20448         * tests/test-gc-md4.c: New file.
20449
20450 2005-10-19  Simon Josefsson  <jas@extundo.com>
20451
20452         * m4/gc-md4.m4: New file.
20453
20454 2005-10-19  Simon Josefsson  <jas@extundo.com>
20455
20456         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
20457         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
20458         <kasal@ucw.cz>.
20459
20460 2005-10-19  Simon Josefsson  <jas@extundo.com>
20461
20462         * m4/gc-arcfour.m4: New file.
20463
20464         * m4/gc-rijndael.m4: New file.
20465
20466 2005-10-19  Simon Josefsson  <jas@extundo.com>
20467
20468         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
20469
20470 2005-10-19  Simon Josefsson  <jas@extundo.com>
20471
20472         * lib/gc-gnulib.c: Support ARCFOUR.
20473
20474 2005-10-19  Simon Josefsson  <jas@extundo.com>
20475
20476         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
20477         support.
20478
20479         * lib/gc.h: Add ECB enum type.
20480
20481         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
20482
20483 2005-10-18  Simon Josefsson  <jas@extundo.com>
20484
20485         * tests/test-md5.c: New file.
20486
20487         * modules/md5-tests: New file.
20488
20489 2005-10-18  Simon Josefsson  <jas@extundo.com>
20490
20491         * tests/test-md4.c: New file.
20492
20493         * modules/md4, modules/md4-tests: New files.
20494
20495 2005-10-18  Simon Josefsson  <jas@extundo.com>
20496
20497         * m4/md4.m4: New file.
20498
20499 2005-10-18  Simon Josefsson  <jas@extundo.com>
20500
20501         * lib/md4.h, lib/md4.c: New files, based on md5.?.
20502
20503 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
20504
20505         * gnulib-tool (func_create_testdir): Omit the second check whether
20506         BUILT_SOURCES in nonempty.
20507
20508 2005-10-17  Simon Josefsson  <jas@extundo.com>
20509
20510         * tests/test-rijndael.c: New file.
20511
20512 2005-10-17  Simon Josefsson  <jas@extundo.com>
20513
20514         * modules/sha1: Depend on stdint instead of md5.
20515
20516         * modules/md5: Depend on stdint, remove uint32_t.
20517
20518 2005-10-17  Simon Josefsson  <jas@extundo.com>
20519
20520         * modules/gc-sha1-tests: New file.
20521
20522         * tests/test-gc-sha1.c: New file.
20523
20524 2005-10-17  Simon Josefsson  <jas@extundo.com>
20525
20526         * m4/md5.m4: Remove call to uint32_t.m4.
20527
20528 2005-10-17  Simon Josefsson  <jas@extundo.com>
20529
20530         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
20531
20532         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
20533         md5.h.
20534
20535         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
20536
20537         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
20538
20539 2005-10-17  Simon Josefsson  <jas@extundo.com>
20540
20541         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
20542
20543 2005-10-17  Simon Josefsson  <jas@extundo.com>
20544
20545         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
20546
20547 2005-10-17  Simon Josefsson  <jas@extundo.com>
20548
20549         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
20550
20551         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
20552
20553 2005-10-17  Bruno Haible  <bruno@clisp.org>
20554
20555         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
20556         that it can also be used in a test.
20557
20558 2005-10-16  Bruno Haible  <bruno@clisp.org>
20559
20560         * gnulib-tool (func_emit_tests_Makefile_am): Also define
20561         TESTS_ENVIRONMENT, so that individual tests can augment it.
20562
20563         * gnulib-tool (func_create_testdir): Use an intermediate target for
20564         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
20565         macros, like $(ALLOCA_H), which cannot be passed through the command
20566         line.
20567
20568 2005-10-15  Simon Josefsson  <jas@extundo.com>
20569
20570         * modules/rijndael-tests: New file.
20571
20572         * modules/rijndael: New file.
20573
20574 2005-10-15  Simon Josefsson  <jas@extundo.com>
20575
20576         * m4/rijndael.m4: New file.
20577
20578 2005-10-15  Simon Josefsson  <jas@extundo.com>
20579
20580         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
20581
20582         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
20583
20584 2005-10-14  Simon Josefsson  <jas@extundo.com>
20585
20586         * tests/test-arcfour.c: New file.
20587
20588         * modules/arcfour, modules/arcfour-tests: New files.
20589
20590 2005-10-14  Simon Josefsson  <jas@extundo.com>
20591
20592         * m4/arcfour.m4: New file.
20593
20594 2005-10-14  Simon Josefsson  <jas@extundo.com>
20595
20596         * lib/arcfour.h, lib/arcfour.c: New files.
20597
20598 2005-10-14  Roland McGrath  <roland@redhat.com>
20599
20600         Import from libc.  [BZ #1331]
20601         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
20602         macro argument.
20603         Reported by Matej Vela <vela@debian.org>.
20604
20605 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
20606
20607         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
20608         include <wchar.h>; no longer needed.
20609
20610 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
20611
20612         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
20613
20614 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
20615         and  Ulrich Drepper  <drepper@redhat.com>
20616
20617         Import from libc.
20618         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
20619         instead of inline stream orientation test and two separate
20620         function calls.  Pay no attention to USE_IN_LIBIO.
20621
20622 2005-10-13  Simon Josefsson  <jas@extundo.com>
20623
20624         * modules/gc-hmac-md5-tests: New file.
20625
20626         * tests/test-gc-hmac-sha1.c: New file.
20627
20628         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
20629
20630         * modules/gc-hmac-md5-tests: New file.
20631
20632         * tests/test-gc-md5.c: New file.
20633
20634         * modules/gc-md5-tests: New file.
20635
20636 2005-10-13  Simon Josefsson  <jas@extundo.com>
20637
20638         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
20639         Move memory allocation outside of loop.
20640
20641 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
20642
20643         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
20644         intermediate directory is in a read-only file system.  Problem
20645         reported by Eric Blake.
20646
20647 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
20648
20649         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
20650
20651 2005-10-12  Simon Josefsson  <jas@extundo.com>
20652
20653         * tests/test-hmac-sha1.c: New file.
20654
20655         * modules/hmac-sha1-tests: New file.
20656
20657         * modules/hmac-sha1: New file.
20658
20659 2005-10-12  Simon Josefsson  <jas@extundo.com>
20660
20661         * modules/gc-sha1: New file.
20662
20663 2005-10-12  Simon Josefsson  <jas@extundo.com>
20664
20665         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
20666
20667         * tests/test-gc-pbkdf2-sha1.c: New file.
20668
20669 2005-10-12  Simon Josefsson  <jas@extundo.com>
20670
20671         * modules/gc-md5, modules/gc-hmac-md5: New files.
20672
20673         * modules/gc (Files): Remove md5, memxor and hmac files.
20674
20675 2005-10-12  Simon Josefsson  <jas@extundo.com>
20676
20677         * m4/gc-pbkdf2-sha1.m4: New file.
20678
20679         * m4/gc-hmac-sha1.m4: New file.
20680
20681         * m4/gc-sha1: New file.
20682
20683         * m4/hmac-sha1.m4: New file.
20684
20685 2005-10-12  Simon Josefsson  <jas@extundo.com>
20686
20687         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
20688
20689         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
20690
20691 2005-10-12  Simon Josefsson  <jas@extundo.com>
20692
20693         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
20694         suggested by Bruno Haible <bruno@clisp.org>.
20695
20696 2005-10-12  Simon Josefsson  <jas@extundo.com>
20697
20698         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
20699
20700 2005-10-12  Simon Josefsson  <jas@extundo.com>
20701
20702         * lib/gc-pbkdf2-sha1.c: New file.
20703
20704         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
20705
20706 2005-10-12  Simon Josefsson  <jas@extundo.com>
20707
20708         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
20709
20710         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
20711
20712 2005-10-12  Simon Josefsson  <jas@extundo.com>
20713
20714         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
20715         GC_USE_HMAC_MD5, respectively.
20716
20717         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
20718         (gc_md5): Fix typo.
20719
20720         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
20721
20722         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
20723
20724         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
20725
20726 2005-10-12  Bruno Haible  <bruno@clisp.org>
20727
20728         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
20729         Reported by Stepan Kasal <kasal@ucw.cz>.
20730
20731 2005-10-11  Simon Josefsson  <jas@extundo.com>
20732
20733         * tests/test-crc.c: New file.
20734
20735         * modules/crc, modules/crc-tests: New files.
20736
20737 2005-10-11  Simon Josefsson  <jas@extundo.com>
20738
20739         * m4/crc.m4: New file.
20740
20741 2005-10-11  Simon Josefsson  <jas@extundo.com>
20742
20743         * lib/gc.h: Add gc_hash and gc_hash_buffer.
20744
20745         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
20746
20747         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
20748
20749 2005-10-11  Simon Josefsson  <jas@extundo.com>
20750
20751         * lib/crc.h, lib/crc.c: New files.
20752
20753         * lib/gc.h (gc_hash_buffer): Add doc.
20754
20755 2005-10-11  Bruno Haible  <bruno@clisp.org>
20756
20757         * modules/c-strcasestr: New file.
20758         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
20759
20760 2005-10-11  Bruno Haible  <bruno@clisp.org>
20761
20762         * modules/c-strcase: New file.
20763         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
20764
20765 2005-10-11  Bruno Haible  <bruno@clisp.org>
20766
20767         * lib/strcasecmp.c: Include limits.h.
20768         (strcasecmp): Avoid integer overflow on exotic platforms.
20769         * lib/strncasecmp.c: Include limits.h.
20770         (strncasecmp): Avoid integer overflow on exotic platforms.
20771         Reported by Paul Eggert.
20772
20773 2005-10-11  Bruno Haible  <bruno@clisp.org>
20774
20775         * lib/c-strcasestr.h: New file, from GNU gettext.
20776         * lib/c-strcasestr.c: New file, from GNU gettext.
20777
20778 2005-10-11  Bruno Haible  <bruno@clisp.org>
20779
20780         * lib/c-strcase.h: New file, from GNU gettext.
20781         * lib/c-strcasecmp.c: New file, from GNU gettext.
20782         * lib/c-strncasecmp.c: New file, from GNU gettext.
20783
20784 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
20785
20786         * modules/mempcpy (License): GPL -> LGPL.
20787         * modules/strchrnul (License): Likewise.
20788         * modules/sysexits (License): Likewise.
20789
20790 2005-10-08  Simon Josefsson  <jas@extundo.com>
20791
20792         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
20793
20794 2005-10-07  Simon Josefsson  <jas@extundo.com>
20795
20796         * m4/memxor.m4: Remove gl_C_RESTRICT call.
20797
20798 2005-10-06  Simon Josefsson  <jas@extundo.com>
20799
20800         * tests/test-hmac-md5.c: New file.
20801
20802         * modules/hmac-md5-tests: New file.
20803
20804         * modules/hmac-md5: New file.
20805
20806 2005-10-06  Simon Josefsson  <jas@extundo.com>
20807
20808         * m4/hmac-md5.m4: New file.
20809
20810         * m4/memxor.m4: Require gl_C_RESTRICT.
20811
20812 2005-10-06  Simon Josefsson  <jas@extundo.com>
20813
20814         * lib/memxor.c (memxor): Avoid casts and warnings.
20815
20816 2005-10-06  Simon Josefsson  <jas@extundo.com>
20817
20818         * lib/hmac-md5.c: New file.
20819
20820         * lib/hmac.h: New file.
20821
20822 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
20823
20824         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
20825         promotes to int, not unsigned int, to catch the AIX 5.3
20826         compiler bug.
20827
20828 2005-10-05  Simon Josefsson  <jas@extundo.com>
20829
20830         * modules/memxor: New file.
20831
20832         * modules/iconv (Files): Move config.rpath to havelib, it is used
20833         there.
20834
20835         * modules/havelib (Files): Add config.rpath.
20836
20837 2005-10-05  Simon Josefsson  <jas@extundo.com>
20838
20839         * m4/memxor.m4: New file.
20840
20841 2005-10-05  Simon Josefsson  <jas@extundo.com>
20842
20843         * lib/memxor.c (memxor): Fix compiler error.
20844
20845         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
20846         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
20847
20848         * lib/memxor.h, lib/memxor.c: New files.
20849
20850         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
20851         we assume all systems have it, suggested by Jim Meyering
20852         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
20853         any systems lack sys/socket.h; mingw32 is known to lack it, but we
20854         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
20855         same reasons.
20856
20857 2005-10-05  Simon Josefsson  <jas@extundo.com>
20858
20859         * config/srclist.txt: Add glibc bug 1423 for md5.h.
20860
20861 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
20862
20863         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
20864         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
20865         needed, since the source code now assumes these .h files.
20866
20867 2005-10-05  Derek Price  <derek@ximbiot.com>
20868
20869         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
20870
20871 2005-10-05  Bruno Haible  <bruno@clisp.org>
20872
20873         * modules/stdint (License): Change to LGPL.
20874
20875 2005-10-04  Simon Josefsson  <jas@extundo.com>
20876
20877         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
20878         D. Baushke" <mdb@gnu.org>.
20879
20880 2005-10-04  Bruno Haible  <bruno@clisp.org>
20881
20882         * lib/verify.h (verify_true): Provide alternative definition for C++.
20883
20884 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
20885
20886         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
20887         (SSIZE_MAX): New macro, if not already defined.
20888         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
20889         than 2 GiB.
20890
20891 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
20892
20893         Sync from coreutils.
20894         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
20895         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
20896         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
20897         ULLONG_MAX doesn't work with 2.7.2.1.
20898
20899 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
20900
20901         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
20902         From Ben Pfaff.
20903
20904         * modules/exclude (Depends-on): Depend on verify.
20905         * modules/strtoimax (Depends-on): Likewise.
20906         * modules/utimecmp (Depends-on): Likewise.
20907
20908 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
20909
20910         * lib/exclude.c: Include verify.h.
20911         (verify): Remove.  All callers changed to use verify.h's version.
20912         * lib/strtoimax.c: Likewise.
20913         * lib/utimecmp.c: Likewis.e
20914
20915         Sync from coreutils.
20916         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
20917         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
20918         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
20919         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
20920         bother returning ENOSYS if settimeofday or stime fails; just let
20921         them return whatever errno they want to return.
20922         * lib/utimens.c: Include unistd.h, for dup2.
20923         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
20924         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
20925
20926 2005-10-02  Jim Meyering  <jim@meyering.net>
20927
20928         Sync from coreutils.
20929         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
20930         from glibc-2.2.5 that fails for read-only files.
20931
20932 2005-10-02  Jim Meyering  <jim@meyering.net>
20933
20934         Sync from coreutils.
20935         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
20936         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
20937         `#if HAVE_CONFIG_H'.
20938         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
20939         Remove AT_FDCWD test.
20940         Do not consume the fd unless successful.
20941         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
20942         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
20943         block, so that we don't even try to compile it if settimeofday is
20944         available.  This works around a compilation failure on OSF1 V5.1,
20945         due to stime requiring a `long int*' while tv_sec is `int'.
20946
20947 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
20948
20949         Sync from coreutils.
20950         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
20951         against `yes', rather than just testing for nonempty.
20952
20953 2005-10-01  Simon Josefsson  <jas@extundo.com>
20954
20955         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
20956         and Darwin.
20957
20958         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
20959         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
20960         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
20961         freeaddrinfo and gai_strerror are declared by the POSIX headers.
20962         Check if struct addrinfo is declared.
20963
20964 2005-10-01  Simon Josefsson  <jas@extundo.com>
20965
20966         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
20967         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
20968         AI_* and EAI_* definitions.  Protect function declarations.
20969
20970 2005-10-01  Jim Meyering  <jim@meyering.net>
20971
20972         Sync from coreutils.
20973
20974         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
20975         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
20976         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
20977         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
20978         in the inet and nsl libraries.  Required on Solaris 5.7.
20979
20980 2005-10-01  Jim Meyering  <jim@meyering.net>
20981
20982         Sync from coreutils.
20983         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
20984         in the inet and nsl libraries.  Required on Solaris 5.7.
20985
20986 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
20987
20988         * lib/getdelim.c (getdelim): Remove unused variables.
20989
20990 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
20991
20992         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
20993         so that the code works even with ancient cpp.  Portability problem
20994         with GCC 2.7.2.1 reported by Thomas M.Ott.
20995
20996 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
20997
20998         * modules/regex (Depends-on): Add strcase.
20999
21000         * modules/gethostname (Licence): Change from GPL to LGPL, since
21001         gethostname.c is a trivial implementation of a standard library
21002         function.
21003         * modules/poll (License): Change from GPL to LGPL, since it's
21004         derived from LGPL code.
21005
21006 2005-09-27  Jim Meyering  <jim@meyering.net>
21007
21008         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
21009         HAVE_CONFIG_H.
21010
21011         * lib/intprops.h (signed_type_or_expr__): Define.
21012         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
21013         for unsigned types.
21014
21015 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
21016
21017         * lib/verify.h (verify_expr): Remove, replacing with:
21018         (verify_true): New macro that returns true instead of void.
21019         (verify_type__): Remove.
21020         (verify): Use verify_true rather than verify_type__.
21021
21022 2005-09-26  Bruno Haible  <bruno@clisp.org>
21023
21024         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
21025         is necessary.
21026         (lib_SOURCES): Remove mbchar.c.
21027         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
21028         (Files): Add m4/mbrtowc.m4.
21029         * modules/mbiter: Likewise.
21030         * modules/mbuiter: Likewise.
21031
21032 2005-09-26  Bruno Haible  <bruno@clisp.org>
21033
21034         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
21035         compile mbchar.c if they are not both present.
21036         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
21037         * m4/mbiter.m4 (gl_MBITER): Likewise.
21038         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
21039         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
21040         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
21041
21042 2005-09-25  Jim Meyering  <jim@meyering.net>
21043
21044         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
21045         also uses socklen_t.
21046
21047 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
21048
21049         * lib/utimens.c (ENOSYS): Define if not already defined.
21050         (futimens): Support having a null PATH if the file descriptor
21051         is nonnegative.
21052
21053         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
21054         Remove.
21055         (__attribute): Define to empty unless GCC 3.1 or later.
21056         This works around a core dump on OpenBSD 3.4, which has GCC
21057         2.95.3, which dumps core when given __attribute__(()).  It also
21058         simplifies other tests, since we really don't want to bother with
21059         worrying about which ancient version of GCC supported what.
21060         Original problem reported by Yoann Vandoorselaere, with part of
21061         the fix suggested by Derek Price.
21062
21063 2005-09-24  Jim Meyering  <jim@meyering.net>
21064
21065         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
21066         so we can once again use a positive bitfield width of 1 -- now we
21067         don't have to explain why we were using a bitfield width of 2.
21068
21069 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
21070
21071         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
21072         and similarly for the other external symbols.  Problem reported
21073         by James Gallager.
21074
21075         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
21076         bug reported by Jim Meyering.
21077
21078         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
21079         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
21080         not needed, since socklen is a prerequisite module.
21081
21082 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
21083
21084         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
21085         Problem reported by Eric Blake.
21086         (getaddrinfo): Initialize se so that it's not garbage.
21087         Redo internal storage allocation so that it doesn't make unportable
21088         assumptions about alignment.
21089         Fix a memory leak.
21090
21091         * lib/utimens.c (futimens): Use futimesat if available.
21092         Prefer it to futimes since it doesn't have the futimes bug.
21093
21094         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
21095         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
21096         Instead, declare a function that returns a pointer to an array,
21097         and use verify_type__ to declare the size of the array.
21098         Problem and germ of a solution reported by Bruno Haible.
21099         (verify_type__): Use 2, not 1, for bitfield size, to avoid
21100         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
21101
21102 2005-09-23  Jim Meyering  <jim@meyering.net>
21103
21104         Sync from coreutils.
21105         Correct build failure (socklen_t not defined) on at least
21106         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
21107         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
21108
21109 2005-09-23  Jim Meyering  <jim@meyering.net>
21110
21111         * modules/getaddrinfo (Depends-on): Add socklen.
21112
21113 2005-09-23  Bruno Haible  <bruno@clisp.org>
21114
21115         * tests/test-verify.c: New file.
21116
21117 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
21118
21119         Sync from coreutils.
21120
21121         * modules/argmatch (Depends-on): Add verify.
21122         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
21123         unistd-safer.
21124         * modules/save-cwd (Depends-on): Likewise.
21125
21126         * modules/openat (Files): Add lib/openat-die.c.
21127         (Depends-on): Remove error, exitfail.
21128         Add dirname.
21129
21130         * modules/verify: New file.
21131         * MODULES.html.sh (Diagnostics <assert.h>): New section,
21132         with "verify" module.
21133
21134 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
21135
21136         Sync from coreutils.
21137
21138         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
21139         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
21140         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
21141         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
21142         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
21143         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
21144         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
21145         Don't bother checking for string.h, stdlib.h, unistd.h.
21146         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
21147         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
21148         module's job.
21149         * m4/jm-macros.m4 (gl_MACROS): Likewise.
21150         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
21151
21152         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
21153         (gl_GETDATE): Use it.
21154
21155         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
21156
21157 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
21158
21159         Sync from coreutils.
21160
21161         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
21162         stat-time.h.
21163         * lib/argmatch.h: Include verify.h
21164         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
21165         (ARGMATCH_ASSERT): Remove; unused.
21166         * lib/canonicalize.c: Assume STDC_HEADERS.
21167         * lib/exclude.c: Include "strcase.h".
21168         * lib/regex_internal.h [!defined _LIBC]: Likewise.
21169         * lib/getusershell.c: Include stdio--.h rather than stdio.h
21170         and stdio-safer.h.
21171         (getusershell): Call fopen, not fopen_safer.
21172         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
21173         Do not include unistd-safer.h.
21174         (save_cwd): Don't call fd_safer; no longer needed
21175         now that we include fcntl--.h.
21176
21177         * lib/getdate.y (relative_time): New type.
21178         (RELATIVE_TIME_0): New constant.
21179         (parser_control): Use relative_time instead of doing it ourselves.
21180         (%union): Add new relative_time rel member.
21181         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
21182         Now typeless.
21183         (relunit, relunit_snumber): Now of type rel.
21184         (zone, rel, relunit, get_date): Adjust to above changes.
21185
21186         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
21187         Do not include unistd-safer.h.
21188         (getloadavg): Don't call fd_safer; no longer needed
21189         now that we include fcntl--.h.
21190
21191         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
21192         (make_dir_parents): Treat ENOSYS like EEXIST.
21193
21194         Improve quality of diagnostics on restore_cwd failure.
21195         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
21196         (make_dir_parents): Last arg is now int * (for errno), not bool *.
21197         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
21198         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
21199         each time through the loop.  Do not diagnose restore_cwd failure;
21200         that is the caller's job (and perhaps the caller does not care).
21201
21202         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
21203         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
21204         If the file already exists but is not a directory, don't bother
21205         to try to make its parents.
21206         Close potential file descriptor leak if we can't chdir("/") (!).
21207         Don't always return true if chdir($PWD) fails; return true only
21208         if the requested action was done successfully (except for the
21209         chdir($PWD)).
21210         Don't log final directory unless we actually made it.
21211         Refactor to avoid duplicate code to fix up permissions.
21212         Don't attempt to fix up parent permissions if chdir($PWD) fails.
21213
21214         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
21215         to make it a bit faster and (I hope) clearer.
21216         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
21217         Fix bug in formats like %2N.
21218
21219         * lib/verify.h: New file.
21220
21221 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
21222
21223         Sync from coreutils.
21224         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
21225
21226 2005-09-22  Jim Meyering  <jim@meyering.net>
21227
21228         Sync from coreutils.
21229
21230         * m4/lstat.m4 (gl_FUNC_LSTAT):
21231         Use AC_LIBSOURCES to require lstat.c and lstat.h.
21232         Remove obsolete comment.
21233         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
21234         * m4/xstrtod.m4: Likewise.
21235
21236         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
21237
21238 2005-09-22  Jim Meyering  <jim@meyering.net>
21239
21240         Sync from coreutils.
21241
21242         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
21243
21244         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
21245         the .tm_year member, since otherwise gcc-4.0 would now warn about
21246         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
21247
21248         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
21249         order to avoid an unsuppressible warning from gcc on 64-bit systems.
21250
21251         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
21252         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
21253         when run in a time zone for which daylight savings time is in effect
21254         for the starting date.
21255
21256         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
21257         stop us from restricting permissions of just-created absolute-named
21258         directories.
21259         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
21260         to restore initial working directory.
21261         * lib/mkdir-p.c (make_dir_parents): New parameter:
21262         different_working_dir, to tell caller if/when we change the working
21263         directory and are unable to return to the initial one.
21264         * lib/mkdir-p.h (make_dir_parents): Update prototype.
21265         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
21266         `return false'.  This fixes a bug introduced on 2004-07-30.
21267
21268         * lib/openat.c (fdopendir): Be sure to close the supplied
21269         file descriptor before returning.  This makes our replacement
21270         implementation a little closer to Solaris's, where fdopendir
21271         ties the file descriptor to the returned DIR* pointer.
21272         * lib/openat.c (unlinkat): New function.
21273         * lib/openat.h (unlinkat): Add prototype.
21274         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
21275         (openat_restore_fail): Rename from openat_restore_die.
21276         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
21277
21278         Provide an alternative to exiting immediately upon save_cwd or
21279         restore_cwd failure.  Now, an application can arrange e.g.,
21280         to perform a longjump in that case.
21281         * lib/openat.c: Include dirname.h.
21282         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
21283         (rpl_openat, fdopendir, fstatat): Call openat_save_die
21284         and openat_restore_die rather than calling error directly.
21285         Don't include "error.h" or "exitfail.h"; they're no longer needed.
21286
21287         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
21288         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
21289         define.
21290
21291         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
21292         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
21293                             int utc, int nanoseconds);
21294         Background:
21295         date should not have to allocate a megabyte of virtual memory to
21296         handle a format argument like +%1048575T.  When implemented with
21297         strftime, it must allocate such a buffer, use strftime to fill it
21298         in, print it, then free it.
21299         With fprintftime, it simply prints everything and exits.
21300         With no need for memory allocation, that's one fewer way to fail.
21301         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
21302         optional field width, not before, so we accept %9:z, not %:9z.
21303         (my_strftime): Be sure to use L_('x') for literals.
21304
21305         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
21306         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
21307         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
21308         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
21309         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
21310         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
21311         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
21312         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
21313         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
21314         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
21315         * lib/xgethostname.c, lib/xreadlink.c:
21316         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
21317
21318         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
21319         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
21320         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
21321         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
21322         and don't include <sys/file.h>).
21323
21324 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
21325
21326         Sync from coreutils.
21327
21328         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
21329         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
21330         [!LDAV_DONE]: Avoid unused variable warning.
21331
21332 2005-09-21  Bruno Haible  <bruno@clisp.org>
21333
21334         * lib/unicodeio.h (unicode_to_mb): New declaration.
21335
21336 2005-09-20  Derek Price  <derek@ximbiot.com>
21337
21338         * lib/getaddrinfo.c: Don't include <netdb.h> included from
21339         getaddrinfo.h.
21340
21341 2005-09-20  Bruno Haible  <bruno@clisp.org>
21342
21343         * gnulib-tool: Remove trailing slashes from the values specified for
21344         --source-base, --m4-base, --tests-base, --aux-dir.
21345         Suggested by Simon Josefsson <jas@extundo.com>.
21346
21347 2005-09-20  Bruno Haible  <bruno@clisp.org>
21348
21349         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
21350         func_modules_to_filelist, func_import, func_create_testdir): Make all
21351         sorting results locale-independent, so that gnulib-cache.m4 doesn't
21352         change when gnulib-tool is invoked in a different locale.
21353
21354 2005-09-19  Simon Josefsson  <jas@extundo.com>
21355
21356         * m4/socklen.m4: Fix typo.
21357
21358 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21359
21360         Use a consistent style for including <config.h>.
21361         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
21362         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
21363         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
21364         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
21365         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
21366         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
21367         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
21368         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
21369         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
21370         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
21371         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
21372         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
21373         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
21374         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
21375         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
21376         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
21377         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
21378         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
21379         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
21380         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
21381         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
21382         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
21383         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
21384         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
21385         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
21386         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
21387         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
21388         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
21389         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
21390         lib/xstrtoumax.c, lib/yesno.c:
21391         Standardize inclusion of config.h.
21392         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
21393         lib/inttostr.h:  Removed inclusion of config.h from header files.
21394         * lib/inttostr.c:  Adjusted in-tree users.
21395         * lib/timespec.h: Remove superfluous warning to include config.h.
21396         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
21397         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
21398         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
21399         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
21400         config.h with HAVE_CONFIG_H.
21401
21402 2005-09-19  Jim Meyering  <jim@meyering.net>
21403
21404         * modules/pathmax (License): Change to LGPL.
21405
21406 2005-09-19  Derek Price  <derek@ximbiot.com>
21407
21408         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
21409
21410 2005-09-19  Bruno Haible  <bruno@clisp.org>
21411
21412         * gnulib-tool (import): Provide default for --tests-base.
21413
21414 2005-09-19  Bruno Haible  <bruno@clisp.org>
21415
21416         * doc/quote.texi: New file, extracted from gnulib.texi.
21417         * doc/ctime.texi: New file, extracted from gnulib.texi.
21418         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
21419         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
21420         * doc/gnulib.texi: Include them.
21421
21422 2005-09-18  Bruno Haible  <bruno@clisp.org>
21423
21424         Portability fix.
21425         * gnulib-tool (func_readlink): New function.
21426         (func_ln_if_changed): Use it.
21427
21428 2005-09-18  Bruno Haible  <bruno@clisp.org>
21429
21430         * gnulib-tool: Support --with-tests also with --import.
21431         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
21432         (func_import): Use variables $testsbase and $inctests. Emit a
21433         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
21434         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
21435         SUBDIRS += $testsdir.
21436         (func_create_testdir): Update.
21437
21438 2005-09-18  Bruno Haible  <bruno@clisp.org>
21439
21440         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
21441         instead of $dry_run.
21442         (func_cp_if_changed, func_mv_if_changed): Remove functions.
21443         (func_ln_if_changed): Don't handle dry-run here.
21444         (func_import): In dry-run mode, detect more precisely which actions
21445         would be performed, and don't use "...ing" verbs.
21446
21447 2005-09-18  Bruno Haible  <bruno@clisp.org>
21448
21449         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
21450         (func_import): Use join on two temporary files instead of three nested
21451         loops, in order to determine which files are new or old.
21452
21453 2005-09-18  Bruno Haible  <bruno@clisp.org>
21454
21455         * gnulib-tool (func_import): Comment out code that spits out the
21456         new files with --dry-run.
21457
21458 2005-09-18  Bruno Haible  <bruno@clisp.org>
21459
21460         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
21461
21462 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
21463
21464         * lib/stat-time.h: New file.
21465         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
21466         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
21467         in a different way.
21468         (timespec_cmp): New function.
21469         * lib/utimecmp.c: Include stat-time.h.
21470         (SYSCALL_RESOLUTION): Depend on whether various struct stat
21471         members exist, not on the obsolescent ST_MTIM_NSEC.
21472         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
21473
21474 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
21475
21476         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
21477
21478 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
21479
21480         * MODULES.html.sh (File system functions): Add stat-time.
21481         * modules/stat-time: New file.
21482         * modules/timespec (Files): Remove m4/st_mtim.m4; this
21483         is now done in a different way, by the stat-time module.
21484         * modules/utimecmp (Depends-on): Add stat-time.
21485
21486 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
21487
21488         * m4/st_mtim.m4: Remove.  Superseded by...
21489         * m4/stat-time.m4: New file.
21490         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
21491         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
21492
21493 2005-09-15  Derek Price  <derek@ximbiot.com>
21494
21495         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
21496
21497 2005-09-15  Derek Price  <derek@ximbiot.com>
21498
21499         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
21500         * lib/regex_internal.c: Ditto, using this...
21501         (__GNUC_PREREQ): ...new macro.
21502         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
21503         using...
21504         (__GNUC_PREREQ): ...this new macro.
21505
21506         * lib/strstr.h: Include string.h. Define strstr as a macro here.
21507
21508 2005-09-15  Derek Price  <derek@ximbiot.com>
21509             Paul Eggert  <eggert@cs.ucla.edu>
21510
21511         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
21512         changes, consolidating in...
21513         * lib/regex_internal.h: ...this file.
21514
21515 2005-09-13  Jim Meyering  <jim@meyering.net>
21516
21517         * lib/canon-host.c: Filter through gnu indent and reword comments
21518         slightly.
21519         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
21520
21521 2005-09-13  Derek Price  <derek@ximbiot.com>
21522
21523         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
21524         failure.
21525         Reported by Jim Meyering  <jim@meyering.net>.
21526
21527 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21528
21529         * lib/base64.c: Typo.
21530         (base64_encode): Put b64str in initialized data section.
21531
21532 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
21533
21534         Merge glibc and coreutils changes into gnulib, plus a few
21535         extra fixes.
21536         * lib/md5.c: Use #error rather than a string.
21537         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
21538         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
21539         (__attribute__): Define to empty for non recent-GCC.
21540         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
21541         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
21542         Renamed from their non-__ counterparts, with new macros replacing
21543         them if not _LIBC.  Add __THROW attribute.
21544         (rol): Remove.
21545         (struct md5_ctx): Align buffer if using GCC.
21546         * lib/sha1.h (struct sha1_ctx): Likewise.
21547         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
21548         The old name was backwards.
21549         (NOTSWAP): Remove; not used.
21550         (rol): New macro, moved here from md5.h.
21551         (sha1_process_block): Remove a FIXME that doesn't make sense.
21552
21553 2005-09-12  Derek Price  <derek@ximbiot.com>
21554
21555         Return usable errors from canon-host.
21556         * lib/canon-host.h: New file.
21557         * lib/canon-host.c (canon_host): Wrap...
21558         (canon_host_r): ...this new function, which now relies exclusively on
21559         getaddrinfo.
21560         (ch_strerror): New function.
21561         (last_cherror): New global.
21562         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
21563         interface.
21564         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
21565         void *.
21566         (freeaddrinfo): Free ai->ai_canonname when set.
21567
21568 2005-09-12  Derek Price  <derek@ximbiot.com>
21569
21570         Make canon-host require getaddrinfo.
21571         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
21572         AC_LIBSOURCE canon-host.h.  Call...
21573         (gl_PREREQ_CANON_HOST): ...this new function, which requires
21574         gl_GETADDRINFO.
21575         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
21576
21577 2005-09-12  Derek Price  <derek@ximbiot.com>
21578
21579         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
21580         LGPL.
21581         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
21582
21583 2005-09-12  Derek Price  <derek@ximbiot.com>
21584
21585         * lib/gai_strerror.c: Include config.h when available.  Include
21586         getaddrinfo.h before other headers to test interface.
21587         Reported by Larry Jones <lawrence.jones@ugs.com>.
21588
21589 2005-09-12  Derek Price  <derek@ximbiot.com>
21590             Paul Eggert  <eggert@cs.ucla.edu>
21591
21592         * modules/glob (Files): Add glob-libc.h.
21593
21594 2005-09-12  Derek Price  <derek@ximbiot.com>
21595             Paul Eggert  <eggert@cs.ucla.edu>
21596
21597         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
21598         glob_.h, glob-libc.h.
21599         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
21600
21601 2005-09-12  Derek Price  <derek@ximbiot.com>
21602             Paul Eggert  <eggert@cs.ucla.edu>
21603
21604         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
21605         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
21606         protecting things that should be done only in gnulib contexts.
21607         * lib/glob_.h: New file, containing only the glob things needed for
21608         gnulib.
21609         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
21610         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
21611         (glob, globfree, glob_pattern_p): Now defined simply in terms of
21612         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
21613         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
21614         and to respect the namespace rules better.
21615
21616 2005-09-08  Simon Josefsson  <jas@extundo.com>
21617
21618         * modules/socklen: New file.
21619
21620 2005-09-08  Simon Josefsson  <jas@extundo.com>
21621
21622         * m4/socklen.m4: New file.
21623
21624 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21625
21626         * modules/utimens (Files): Add m4/utimbuf.m4, since
21627         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
21628         Reported by Sergey Poznyakoff.
21629
21630 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21631
21632         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
21633         definitions, since that's the preferred style in glibc.
21634         Fix a minor spacing issue, and update copyright notice to match
21635         glibc's.
21636
21637 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21638
21639         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
21640
21641 2005-09-06  Simon Josefsson  <jas@extundo.com>
21642
21643         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
21644         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
21645
21646 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
21647
21648         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
21649         warning.
21650
21651 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
21652
21653         * config/srclist.txt: Add glibc bug 1302.
21654
21655 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
21656
21657         Change bitset word type from unsigned int to unsigned long int,
21658         as this has better performance on typical 64-bit hosts.
21659         Port bitset code to hosts with unusual word sizes.
21660         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
21661         (build_collating_symbol):
21662         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
21663         argument is a bitset.  This is merely a style issue, but it makes
21664         it clearer that an entire array is expected.
21665         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
21666         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
21667         Port to the case where bitset_word is not the same as unsigned int.
21668         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
21669         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
21670         Likewise.
21671         * lib/regexec.c (check_dst_limits_calc_pos_1,
21672         check_subexp_matching_top):
21673         (build_trtable, group_nodes_into_DFAstates):
21674         Likewise.
21675         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
21676         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
21677         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
21678         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
21679         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
21680         * lib/regcomp.c (optimize_subexps, lower_subexp):
21681         Work even if bitset_word has holes in its bitwise representation.
21682         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
21683         * lib/regexec.c (check_dst_limits_calc_pos_1,
21684         check_subexp_matching_top):
21685         Likewise.
21686         * lib/regex_internal.c (re_string_reconstruct):
21687         Don't assume UCHAR_MAX == 255.
21688         * lib/regex_internal.h (bitset_set_all): Likewise.
21689         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
21690         All uses changed.
21691         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
21692         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
21693         All uses changed.
21694         (BITSET_WORD_MAX): New macro.
21695         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
21696         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
21697         (bitset_empty, bitset_copy):
21698         Prefer sizeof (bitset) to multiplying it out ourselves.
21699         (bitset_not_merge): Remove; unused.
21700         (bitset_contain): Return bool, not unsigned int with one bit on.
21701         All callers changed.
21702         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
21703         alignment than re_node_set; do this by defining a new internal
21704         type struct dests_alloc and using it to allocate memory.
21705
21706 2005-09-05  Bruno Haible  <bruno@clisp.org>
21707
21708         * gnulib-tool (func_import): Fix comparison in handling of symbolic
21709         links.
21710
21711 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
21712
21713         * modules/size_max (Makefile.am): Add size_max.h
21714
21715 2005-09-04  Derek Price  <derek@ximbiot.com>
21716
21717         * gnulib-tool (func_import): Fix reversed $symbolic logic.
21718
21719 2005-09-03  Simon Josefsson  <jas@extundo.com>
21720
21721         * gnulib-tool: Fix typo.
21722
21723 2005-09-03  Simon Josefsson  <jas@extundo.com>
21724
21725         * config/srclist.txt: Add glibc bug 1293.
21726
21727 2005-09-03  Derek Price  <derek@ximbiot.com>
21728
21729         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
21730         From Larry Jones <lawrence.jones@ugs.com>.
21731
21732 2005-09-02  Simon Josefsson  <jas@extundo.com>
21733
21734         * modules/socklen: New file.
21735
21736 2005-09-02  Simon Josefsson  <jas@extundo.com>
21737
21738         * modules/havelib: New module.
21739
21740         * modules/gettext, modules/iconv, modules/lock, modules/readline:
21741         Use havelib.
21742
21743 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
21744
21745         Check for arithmetic overflow when calculating sizes, to prevent
21746         some buffer-overflow issues.  These patches are conservative, in the
21747         sense that when I couldn't determine whether an overflow was possible,
21748         I inserted a run-time check.
21749         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
21750         macros.
21751         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
21752         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
21753         (re_xnrealloc, re_x2nrealloc): New inline functions.
21754         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
21755         parse_bracket_exp):
21756         (build_equiv_class, build_charclass): Check for arithmetic overflow
21757         in size expression calculations.
21758         * lib/regex_internal.c (re_string_realloc_buffers):
21759         (build_wcs_upper_buffer, re_node_set_add_intersect):
21760         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
21761         (re_dfa_add_node, register_state): Likewise.
21762         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
21763         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
21764         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
21765         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
21766
21767 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
21768
21769         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
21770         m4/ulonglong.m4.  Problem reported by Martin Lambers.
21771
21772 2005-09-02  Bruno Haible  <bruno@clisp.org>
21773
21774         Support for lib vs. lib64 distinction on biarch platforms.
21775         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
21776         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
21777         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
21778
21779 2005-09-02  Bruno Haible  <bruno@clisp.org>
21780
21781         * gnulib-tool (import): In the other first-use case, provide defaults
21782         as well.
21783
21784 2005-09-02  Bruno Haible  <bruno@clisp.org>
21785
21786         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
21787         patches not yet found in the latest gettext release.
21788
21789 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
21790
21791         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
21792         to avoid a collision with bits/local_lim.h in glibc.
21793         All uses changed.  Problem reported by Dmitry V. Levin in
21794         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
21795
21796         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
21797         bugs in int versus size_t comparisons.
21798         (re_string_context_at): Fix bug where the code assumed that
21799         Idx is signed.
21800
21801         Use bool where appropriate.
21802         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
21803         All callers changed.
21804         (calc_eclosure_iter): Likewise, for ROOT arg.
21805         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
21806         (build_charclass_op): Likewise, for NON_MATCH arg.
21807         * lib/regex_internal.c (re_string_allocate, re_string_construct):
21808         (re_string_construct_common): Likewise, for ICASE arg.
21809         * lib/regexec.c (re_search_2_stub, re_search_stub):
21810         Likewise, for RET_LEN arg.
21811         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
21812         (set_regs): Likewise, for FL_BACKTRACK arg.
21813         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
21814         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
21815         (calc_eclosure_iter, parse_bracket_exp):
21816         Use bool for internal variables that are booleans.
21817         * lib/regexec.c (re_search_internal, check_matching,
21818         proceed_next_node):
21819         (set_regs, build_sifted_states, sift_states_bkref):
21820         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
21821         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
21822         (find_collation_sequence_value):
21823         Likewise.
21824         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
21825         (re_node_set_compare):
21826         Return bool, not int. All callers changed.
21827         * lib/regexec.c (check_halt_node_context, check_dst_limits):
21828         (build_trtable, check_node_accept): Likewise.
21829         * lib/regex_internal.h: Include stdbool.h.
21830
21831         Fix bugs uncovered when converting to bool.
21832         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
21833         failure instead of charging ahead blindly.
21834         * lib/regex_internal.c (register_state): Likewise.
21835         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
21836         for freeing internal storage.
21837         (group_nodes_into_DFA_states): Use unsigned int, not int, for
21838         bitset pieces used as boolean, to avoid undefined behavior
21839         on hosts that do int overflow checking.
21840
21841 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
21842
21843         * config/srclist.txt: Add glibc bugs 1285-1287.
21844
21845 2005-09-01  Jim Meyering  <jim@meyering.net>
21846
21847         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
21848         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
21849         Require gl_STAT_MACROS, too.
21850
21851 2005-09-01  Bruno Haible  <bruno@clisp.org>
21852
21853         * gnulib-tool (import): In the first-use case, provide defaults.
21854
21855 2005-09-01  Bruno Haible  <bruno@clisp.org>
21856
21857         * gnulib-tool (func_import): Remove the .tmp files.
21858
21859 2005-09-01  Bruno Haible  <bruno@clisp.org>
21860
21861         * gnulib-tool (func_import): Fix handling of symbolic links.
21862
21863 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
21864
21865         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
21866         old glibc regex code mishandles strings longer than 2**31 bytes.
21867         This patch fixes this when the regex code is used in gnulib
21868         (i.e., outside glibc).
21869
21870         This patch should not affect the use of the regex code inside
21871         glibc.  No doubt this problem also needs to be handled for glibc
21872         as well, but the result will be an incompatible change to the
21873         glibc ABI, and the old ABI will have to be supported too.  That
21874         can be the the subject for another patch.
21875
21876         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
21877         governing whether the rest of this patch is active.  By default,
21878         the macro is disabled and the patch has no effect.
21879         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
21880         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
21881         (struct re_pattern_buffer, re_search, re_search_2, re_match):
21882         (re_match_2, re_set_registers): Use the new types.
21883         * lib/regex_internal.h (Idx, re_hashval_t): New types.
21884         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
21885         New macros.
21886         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
21887         (re_string_context_at, bin_tree_t, re_dfastate_t):
21888         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
21889         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
21890         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
21891         (re_string_char_size_at, re_string_wchar_at):
21892         (re_string_elem_size_at):
21893         Use the new types and macros to port to 64-bit hosts.
21894         Use unsigned types for internal values, so that the code
21895         mostly works even for arrays larger than SSIZE_MAX.
21896         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
21897         (search_duplicated_node, calc_eclosure_iter, fetch_number):
21898         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
21899         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
21900         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
21901         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
21902         (calc_inveclosure, parse_dup_op, build_range_exp):
21903         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
21904         (fetch_number, create_token_tree, mark_opt_subexp):
21905         Likewise.
21906         * lib/regex_internal.c (re_string_construct_common,
21907         create_ci_newstate):
21908         (create_cd_newstate, re_string_allocate, re_string_construct):
21909         (re_string_realloc_buffers, build_wcs_upper_buffer):
21910         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
21911         (re_string_reconstruct, re_string_peek_byte_case):
21912         (re_string_fetch_byte_case, re_string_context_at):
21913         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
21914         (re_node_set_init_copy, re_node_set_add_intersect):
21915         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
21916         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
21917         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
21918         (re_acquire_state, re_acquire_state_context, register_state):
21919         Likewise.
21920         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
21921         search_cur_bkref_entry):
21922         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
21923         (re_search_internal, re_search_2_stub, re_search_stub)
21924         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
21925         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
21926         (update_cur_sifted_state, check_dst_limits):
21927         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
21928         (check_subexp_limits, sift_states_bkref, merge_state_array):
21929         (check_subexp_matching_top, get_subexp, get_subexp_sub):
21930         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
21931         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
21932         (expand_bkref_cache, check_node_accept_bytes):
21933         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
21934         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
21935         (acquire_init_state_context, check_halt_node_context):
21936         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
21937         (sift_states_backward, clean_state_log_if_needed):
21938         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
21939         (find_recover_state, transit_state_sb, transit_state_mb):
21940         (transit_state_bkref, build_trtable, match_ctx_clean):
21941         Likewise.
21942         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
21943         to work around an assumption that REG_MISSING is negative.
21944
21945         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
21946         (seek_collating_symbol_entry) [defined _LIBC]:
21947         (lookup_collation_sequence_value) [defined _LIBC]:
21948         (build_range_exp, build_collating_symbol) [defined _LIBC]:
21949         Use prototypes rather than old-style function definitions.
21950         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
21951         (transit_state_sb) [0]:
21952         (find_collation_sequence_value) [defined _LIBC]: Likewise.
21953
21954         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
21955         rm_eo.
21956
21957         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
21958         (optimize_subexps, lower_subexp):
21959         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
21960         since the signed shift might overflow.  Use 1u<<31 instead.
21961         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
21962         Likewise.
21963         * lib/regexec.c (check_dst_limits_calc_pos_1,
21964         check_subexp_matching_top): Likewise.
21965
21966         * lib/regcomp.c (optimize_subexps, lower_subexp):
21967         Use CHAR_BIT rather than 8, for clarity.
21968         * lib/regexec.c (check_dst_limits_calc_pos_1):
21969         (check_subexp_matching_top): Likewise.
21970         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
21971         have to worry about portability issues when shifting it left.
21972         Remove no-longer-needed test for table_size > 0.
21973         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
21974         in a word, as the resulting behavior is undefined.
21975         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
21976         in one case, a <= should have been an <, and in another case the
21977         whole test was missing.
21978         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
21979         the standard name CHAR_BIT.
21980         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
21981         this is not true on one's complement and signed-magnitude hosts.
21982
21983         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
21984         next_last_offset.
21985         (struct re_dfa_t): Remove unused member states_alloc.
21986         * lib/regcomp.c (init_dfa): Don't initialize unused members.
21987
21988 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
21989
21990         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
21991         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
21992         and large-file glibc and in 32-bit large-file Solaris.
21993
21994 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
21995
21996         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
21997         lengths fit in regoff_t; this isn't true if regoff_t is the same
21998         width as size_t.
21999         * lib/regex.c (re_search_internal): 5th arg is LAST_START
22000         (= START + RANGE) instead of RANGE.  This avoids overflow
22001         problems when regoff_t is the same width as size_t.
22002         All callers changed.
22003         (re_search_2_stub): Check for overflow when adding the
22004         sizes of the two strings.
22005         (re_search_stub): Check for overflow when adding START
22006         to RANGE; if it occurs, substitute the extreme value.
22007
22008 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22009
22010         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
22011
22012 2005-08-31  Jim Meyering  <jim@meyering.net>
22013
22014         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
22015         a pointer-to-const.
22016         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
22017         (register_state): Likewise.
22018         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
22019         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
22020         (group_nodes_into_DFAstates): Likewise.
22021
22022 2005-08-31  Jim Meyering  <jim@meyering.net>
22023
22024         * check-module: Add a FIXME comment.
22025
22026 2005-08-31  Eric Blake  <ebb9@byu.net>
22027
22028         * modules/unistd-safer (Files): Add unistd--.h.
22029         * modules/stdio-safer (Files): Add stdio--.h.
22030
22031 2005-08-31  Derek Price  <derek@ximbiot.com>
22032
22033         * lib/getdelim.c (getdelim): Return EOF on EOF.
22034         Reported by Larry Jones <lawrence.jones@ugs.com>.
22035
22036 2005-08-31  Bruno Haible  <bruno@clisp.org>
22037
22038         Avoid unnecessary diffs in the generated lib/Makefile.am.
22039         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
22040         the generated files.
22041         (func_import): Don't set cmd.
22042
22043 2005-08-31  Bruno Haible  <bruno@clisp.org>
22044
22045         * lib/strstr.c: Include <stddef.h>, for NULL.
22046         * lib/strcasestr.c: Likewise.
22047         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22048
22049 2005-08-31  Bruno Haible  <bruno@clisp.org>
22050
22051         * gnulib-tool: New option --macro-prefix.
22052         (func_import): Use macro_prefix.
22053         (import): Handle option --macro-prefix.
22054
22055 2005-08-31  Bruno Haible  <bruno@clisp.org>
22056
22057         * gnulib-tool (import): Rename most ac_* variables to cached_*.
22058         Also use new variables cached_lgpl, cached_libtool.
22059
22060 2005-08-31  Bruno Haible  <bruno@clisp.org>
22061
22062         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
22063         always instantiating them.
22064
22065 2005-08-31  Bruno Haible  <bruno@clisp.org>
22066
22067         * gnulib-tool (func_import): Read the previous cached settings
22068         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
22069         earlier added by gnulib but are now dropped. Warn when a gnulib file
22070         overwrites a non-gnulib file.
22071
22072 2005-08-31  Bruno Haible  <bruno@clisp.org>
22073
22074         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
22075         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
22076         projects that don't keep autogenerated files in CVS. Put into
22077         actioncmd only the specified modules, not the transitive closure.
22078
22079 2005-08-31  Bruno Haible  <bruno@clisp.org>
22080
22081         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
22082         Create directories that shall be filled.
22083         (import): Don't look for gl_* macros in configure.ac. Recurse across
22084         all directories containing a gnulib-cache.m4 files, if meaningful.
22085
22086 2005-08-31  Bruno Haible  <bruno@clisp.org>
22087
22088         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
22089         (import): Set seen_libtool when we see gl_LIBTOOL.
22090
22091 2005-08-31  Bruno Haible  <bruno@clisp.org>
22092
22093         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
22094         declaration macro definitions from generated gnulib.m4.
22095
22096 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
22097
22098         * lib/iconvme.h: Add prototype for iconv_alloc.
22099
22100 2005-08-29  Simon Josefsson  <jas@extundo.com>
22101
22102         * lib/iconvme.c: Fix errno.
22103
22104 2005-08-29  Bruno Haible  <bruno@clisp.org>
22105
22106         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
22107         that it works when the directory contains spaces.
22108
22109 2005-08-29  Bruno Haible  <bruno@clisp.org>
22110
22111         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
22112
22113 2005-08-29  Bruno Haible  <bruno@clisp.org>
22114
22115         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
22116         Emit more advice.
22117
22118 2005-08-29  Bruno Haible  <bruno@clisp.org>
22119         and Stepan Kasal  <kasal@ucw.cz>
22120
22121         * check-module: If more parameters are given, check each of them
22122         separately; add more exceptions, as noted by Jim Meyering.
22123         (check_module): New procedure.
22124         (%exempt_header): Now contains all exceptions.
22125
22126 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
22127
22128         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
22129
22130 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
22131
22132         * lib/iconvme.c: Split iconv_string into iconv_alloc.
22133
22134 2005-08-28  Bruno Haible  <bruno@clisp.org>
22135
22136         * m4/gnulib-tool.m4: New file.
22137
22138 2005-08-27  Jim Meyering  <jim@meyering.net>
22139
22140         * modules/unistd-safer (Files): Add pipe-safer.c.
22141         * modules/fcntl-safer (Files): Add creat-safer.c.
22142
22143 2005-08-27  Jim Meyering  <jim@meyering.net>
22144
22145         * m4/stdlib-safer.m4: New file.  From coreutils.
22146         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
22147         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
22148         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
22149         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
22150         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
22151
22152 2005-08-27  Jim Meyering  <jim@meyering.net>
22153
22154         * lib/fopen-safer.c: Merge minor changes from coreutils.
22155         * lib/dup-safer.c: Likewise.
22156         * lib/fd-safer.c: Likewise.
22157
22158         Merge from coreutils.
22159         * lib/stdio--.h: New file.
22160         * lib/stdlib--.h: New file.
22161         * lib/mkstemp-safer.c: New file.
22162
22163         GNU tar needs these.
22164         * lib/pipe-safer.c: New file.
22165         * lib/creat-safer.c: New file.
22166         * lib/fcntl--.h (creat): Define to creat_safer.
22167         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
22168         * lib/unistd--.h (pipe): Define to pipe_safer.
22169         * lib/unistd-safer.h: Declare pipe_safer.
22170
22171 2005-08-26  Simon Josefsson  <jas@extundo.com>
22172
22173         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
22174         Haible <bruno@clisp.org>.
22175
22176 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
22177
22178         * lib/regex_internal.h: Remove all references to
22179         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
22180         or better.
22181         (bitset_not, bitset_merge, bitset_not_merge):
22182         (bitset_mask, re_string_allocate, re_string_construct):
22183         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
22184         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
22185         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
22186         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
22187         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
22188         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
22189         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
22190         (re_acquire_state_context):
22191         Remove unnecessary forward decls.
22192         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
22193         Put __attribute at function definition,
22194         now that the function decl has been removed.
22195         * lib/regex_internal.c (re_string_peek_byte_case):
22196         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
22197         Likewise.
22198
22199 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
22200
22201         * m4/regex.m4: Add AC_PREREQ(2.50).
22202         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
22203
22204 2005-08-25  Simon Josefsson  <jas@extundo.com>
22205
22206         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
22207         __fsetlocking.
22208
22209 2005-08-25  Simon Josefsson  <jas@extundo.com>
22210
22211         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
22212         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
22213         GLIBC specific code.
22214
22215 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22216
22217         Make regex safe for g++.  This fixes one real bug (an "err"
22218         that should have been "*err").  g++ problem reported by
22219         Sam Steingold.
22220         * lib/regex_internal.h (re_calloc): New macro, consistent with
22221         re_malloc etc.  All callers of calloc changed to use re_calloc.
22222         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
22223         not int.  All callers changed.
22224         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
22225         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
22226         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
22227         (find_recover_state): Change "err" to "*err"; this fixes what
22228         appears to be a real bug.
22229         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
22230         versus int.
22231
22232 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22233
22234         * modules/regex (Depends-on): Add malloc, since the code
22235         assumes that !malloc(0) means failure.
22236
22237 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22238
22239         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
22240
22241         alloca modernization/simplification for regex.
22242         * lib/regex.c: Remove portability cruft for alloca.  This no longer
22243         needs to be at the start of the file, and can be moved into
22244         regex_internal.h and simplified.
22245         * lib/regex_internal.h: Include <alloca.h>.
22246         (__libc_use_alloca) [!defined _LIBC]: New macro.
22247         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
22248         now works outside glibc.
22249
22250 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22251
22252         * config/srclist.txt: Add glibc bugs 1241, 1245.
22253
22254 2005-08-25  Jim Meyering  <jim@meyering.net>
22255
22256         * lib/open-safer.c: Include <config.h>.
22257         Otherwise, we'd lose LARGEFILE support in any file using
22258         e.g. "fcntl--.h"
22259
22260 2005-08-25  Bruno Haible  <bruno@clisp.org>
22261
22262         * m4/minmax.m4: Require autoconf 2.52.
22263         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
22264         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
22265         alternatives of translit over the alphabet.
22266         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
22267
22268 2005-08-24  Simon Josefsson  <jas@extundo.com>
22269
22270         * tests/test-getpass.c: New file.
22271
22272 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22273
22274         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
22275         for GNU regex features.
22276
22277 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22278
22279         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
22280         * lib/regex.h (regerror): Likewise.
22281
22282         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
22283         requires this.  (The code never needed it.)
22284
22285         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
22286         All uses of recently-renamed identifiers changed to use the new,
22287         POSIX-compliant names.  The code will build and run just fine
22288         without these changes, but it's better to eat our own dog food
22289         and use the standard-conforming names.
22290
22291         * lib/regex.h: Fix a multitude of POSIX name space violations.
22292         These changes have an effect only for programs that define
22293         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
22294         do not change anything for programs compiled in the normal way.
22295         Also, there is no effect on the ABI.
22296
22297         (_REGEX_SOURCE): New macro.
22298         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
22299         defined and _GNU_SOURCE is not; this fixes a name space violation.
22300
22301         Rename the following macros to obey POSIX requirements.
22302         The old names are still visible as macros if _REGEX_SOURCE is defined.
22303         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
22304         RE_BACKSLASH_ESCAPE_IN_LISTS.
22305         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
22306         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
22307         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
22308         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
22309         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
22310         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
22311         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
22312         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
22313         (REG_INTERVALS): renamed from RE_INTERVALS.
22314         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
22315         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
22316         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
22317         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
22318         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
22319         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
22320         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
22321         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
22322         RE_UNMATCHED_RIGHT_PAREN_ORD.
22323         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
22324         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
22325         (REG_DEBUG): renamed from RE_DEBUG.
22326         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
22327         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
22328         unusual, since we can't clash with the POSIX REG_ICASE.
22329         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
22330         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
22331         (REG_NO_SUB): renamed from RE_NO_SUB.
22332         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
22333         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
22334         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
22335         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
22336         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
22337         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
22338         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
22339         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
22340         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
22341         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
22342         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
22343         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
22344         RE_SYNTAX_POSIX_MINIMAL_BASIC.
22345         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
22346         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
22347         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
22348         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
22349         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
22350         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
22351         (REG_FIXED): Renamed from REGS_FIXED.
22352         (REG_NREGS): Renamed from RE_NREGS.
22353
22354         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
22355         of other REG_* macros, since POSIX says the user is allowed to
22356         #undef these macros selectively.
22357
22358         (reg_errcode_t): Update comment stating what other tables need
22359         to be consistent.
22360
22361         Rename the following enum values to obey POSIX requirements.
22362         The old names are still visible as macros.
22363         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
22364         is not defined, since GNU is supposed to be a superset of POSIX as
22365         much as possible, and since we want reg_errcode_t to be a signed
22366         type for implementation consistency.
22367         (_REG_NOERROR): Renamed from REG_NOERROR.
22368         (_REG_NOMATCH): Renamed from REG_NOMATCH.
22369         (_REG_BADPAT): Renamed from REG_BADPAT.
22370         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
22371         (_REG_ECTYPE): Renamed from REG_ECTYPE.
22372         (_REG_EESCAPE): Renamed from REG_EESCAPE.
22373         (_REG_ESUBREG): Renamed from REG_ESUBREG.
22374         (_REG_EBRACK): Renamed from REG_EBRACK.
22375         (_REG_EPAREN): Renamed from REG_EPAREN.
22376         (_REG_EBRACE): Renamed from REG_EBRACE.
22377         (_REG_BADBR): Renamed from REG_BADBR.
22378         (_REG_ERANGE): Renamed from REG_ERANGE.
22379         (_REG_ESPACE): Renamed from REG_ESPACE.
22380         (_REG_BADRPT): Renamed from REG_BADRPT.
22381         (_REG_EEND): Renamed from REG_EEND.
22382         (_REG_ESIZE): Renamed from REG_ESIZE.
22383         (_REG_ERPAREN): Renamed from REG_ERPAREN.
22384         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
22385         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
22386         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
22387         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
22388
22389         (_REG_RE_NAME, _REG_RM_NAME): New macros.
22390         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
22391         changed.  But support the old name if the new one is not defined
22392         and if _REGEX_SOURCE.
22393
22394         Change the following member names in struct re_pattern_buffer.
22395         The old names are still supported if !_REGEX_SOURCE.
22396         The new names are always supported, regardless of _REGEX_SOURCE.
22397         (re_buffer): Renamed from buffer.
22398         (re_allocated): Renamed from allocated.
22399         (re_used): Renamed from used.
22400         (re_syntax): Renamed from syntax.
22401         (re_fastmap): Renamed from fastmap.
22402         (re_translate): Renamed from translate.
22403         (re_can_be_null): Renamed from can_be_null.
22404         (re_regs_allocated): Renamed from regs_allocated.
22405         (re_fastmap_accurate): Renamed from fastmap_accurate.
22406         (re_no_sub): Renamed from no_sub.
22407         (re_not_bol): Renamed from not_bol.
22408         (re_not_eol): Renamed from not_eol.
22409         (re_newline_anchor): Renamed from newline_anchor.
22410
22411         Change the following member names in struct re_registers.
22412         The old names are still supported if !_REGEX_SOURCE.
22413         The new names are always supported, regardless of _REGEX_SOURCE.
22414         (rm_num_regs): Renamed from num_regs.
22415         (rm_start): Renamed from start.
22416         (rm_end): Renamed from end.
22417
22418         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
22419         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
22420         Prepend __ to parameter names.
22421
22422         Undo yesterday's changes.
22423
22424 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22425
22426         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
22427         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
22428         lib/regex.c.
22429
22430 2005-08-24  Jim Meyering  <jim@meyering.net>
22431
22432         Sync from coreutils.
22433         * m4/fcntl-safer.m4: New file.
22434
22435         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
22436         and object files for this module.
22437
22438 2005-08-24  Jim Meyering  <jim@meyering.net>
22439
22440         Sync from coreutils.
22441         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
22442
22443 2005-08-24  Jim Meyering  <jim@meyering.net>
22444
22445         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
22446         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
22447
22448 2005-08-24  Jim Meyering  <jim@meyering.net>
22449
22450         * modules/fcntl-safer: New module.
22451         * modules/fts (Depends-on): Add fcntl-safer.
22452         * MODULES.html.sh (File descriptor based Input/Output):
22453         Add fcntl-safer.
22454
22455 2005-08-24  Bruno Haible  <bruno@clisp.org>
22456
22457         Support for unit test modules.
22458         * modules/README: Mention tests modules.
22459         * modules/TEMPLATE-TESTS: New file.
22460         * gnulib-tool: New options --extract-tests-module, --with-tests and
22461         --tests-base (unused for the moment).
22462         (testsbase, inctests): New variables.
22463         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
22464         (func_verify_module): Exclude TEMPLATE-TESTS.
22465         (func_verify_nontests_module, func_verify_tests_module): New functions.
22466         (func_get_dependencies): Add implicit dependency for tests modules.
22467         (func_get_tests_module): New function.
22468         (func_modules_transitive_closure): When --with-tests was specified,
22469         include the unit tests as well, unless explicitly avoided.
22470         (func_emit_lib_Makefile_am): Ignore the tests modules here.
22471         (func_emit_tests_Makefile_am): New function.
22472         (func_create_testdir): When --with-tests was specified, emit a
22473         tests/ directory.
22474         * MODULES.html.sh (Future developments): Update.
22475
22476 2005-08-24  Bruno Haible  <bruno@clisp.org>
22477
22478         * modules/tls-tests: New file.
22479         * tests/test-tls.c: New file, from GNU gettext.
22480
22481 2005-08-24  Bruno Haible  <bruno@clisp.org>
22482
22483         * modules/lock-tests: New file.
22484         * tests/test-lock.c: New file, from GNU gettext.
22485
22486 2005-08-24  Bruno Haible  <bruno@clisp.org>
22487
22488         * lib/lock.h: Add multiple inclusion guard.
22489         * lib/tls.h: Add multiple inclusion guard.
22490
22491 2005-08-24  Bruno Haible  <bruno@clisp.org>
22492
22493         * gnulib-tool: Add support for the --aux-dir option to
22494         --create-testdir, --create-megatestdir, --test, --megatest.
22495         (func_create_testdir, func_create_megatestdir): Optionally emit a
22496         AC_CONFIG_AUX_DIR directive.
22497         (create-testdir, create-megatestdir, test, megatest): Provide a
22498         default value for $auxdir.
22499
22500 2005-08-24  Bruno Haible  <bruno@clisp.org>
22501
22502         * gnulib-tool (import): Use compound statement instead of subshell
22503         where possible.
22504
22505 2005-08-24  Bruno Haible  <bruno@clisp.org>
22506
22507         * gnulib-tool (import): Change --aux-dir default to "build-aux".
22508
22509 2005-08-24  Bruno Haible  <bruno@clisp.org>
22510
22511         * gnulib-tool (func_version): Update.
22512
22513 2005-08-24  Bruno Haible  <bruno@clisp.org>
22514
22515         * gnulib-tool (func_import, func_create_testdir,
22516         func_create_megatestdir): Quote all autoconf macro arguments.
22517
22518 2005-08-24  Bruno Haible  <bruno@clisp.org>
22519
22520         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
22521         option --force, because --force causes the aclocal.m4 of each
22522         subdirectory to be newer than the corresponding config.h.in.
22523
22524 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
22525
22526         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
22527         All contents moved to gl_REGEX.
22528         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
22529         assume that it does.
22530
22531 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
22532
22533         * lib/regex.h (REG_NOSYS)
22534         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
22535         Define, since POSIX requires it as of 2001.
22536         (_REG_ENOSYS)
22537         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
22538         New private symbol, used to keep the enum signed in all cases.
22539         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
22540         Youngman in
22541         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
22542
22543         * lib/regex_internal.c (re_string_skip_chars, register_state):
22544         (calc_state_hash):
22545         Remove forward decls; no longer needed now that we use prototypes.
22546         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
22547         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
22548         (clean_state_log_if_needed): Likewise.
22549
22550 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
22551
22552         * config/srclist.txt: Add glibc bugs 1231-1233.
22553
22554 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22555
22556         Fix problems reported by Sam Steingold in
22557         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
22558         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
22559         assumed that reg_errcode_t is a signed type, which is not
22560         necessarily true if _XOPEN_SOURCE is not defined.
22561         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
22562         since some compilers warn about it otherwise.
22563
22564 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22565
22566         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
22567         (init_word_char, create_initial_state, duplicate_node_closure):
22568         (fetch_token, peek_token_bracket, build_range_exp):
22569         (build_collating_symbol): Remove forward decls; no longer needed
22570         now that we use prototypes.
22571
22572         * lib/regcomp.c:
22573         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
22574         (re_compile_fastmap_iter, regcomp, regerror, regfree):
22575         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
22576         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
22577         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
22578         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
22579         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
22580         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
22581         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
22582         (build_range_exp, build_collating_symbol, parse_bracket_exp):
22583         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
22584         (build_charclass, build_charclass_op, fetch_number, create_tree):
22585         (create_token_tree, mark_opt_subexp, duplicate_tree):
22586         Use prototypes rather than old-style definitions.
22587
22588         * lib/regex_internal.c:
22589         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
22590         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
22591         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
22592         (re_string_reconstruct, re_string_peek_byte_case):
22593         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
22594         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
22595         (re_node_set_init_copy, re_node_set_add_intersect):
22596         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
22597         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
22598         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
22599         (re_acquire_state, re_acquire_state_context, register_state):
22600         (create_ci_newstate, create_cd_newstate, free_state):
22601         Likewise.
22602         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
22603         re_search_2):
22604         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
22605         (re_search_internal, prune_impossible_nodes):
22606         (acquire_init_state_context, check_matching, static):
22607         (check_halt_node_context, check_halt_state_context, proceed_next_node):
22608         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
22609         (update_regs, sift_states_backward, build_sifted_states):
22610         (clean_state_log_if_needed, merge_state_array):
22611         (update_cur_sifted_state, add_epsilon_src_nodes):
22612         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
22613         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
22614         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
22615         (find_recover_state, check_subexp_matching_top, transit_state_mb):
22616         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
22617         (check_arrival, check_arrival_add_next_nodes):
22618         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
22619         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
22620         (check_node_accept_bytes, check_node_accept, extend_buffers):
22621         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
22622         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
22623         (sift_ctx_init):
22624         Likewise.
22625
22626         * lib/regex_internal.h:
22627         (re_string_allocate, re_string_construct, re_string_reconstruct):
22628         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
22629         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
22630         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
22631         (re_string_context_at, re_string_peek_byte_case):
22632         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
22633         is defined, since we now use prototypes always.
22634
22635         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
22636         C89 or better.  All uses removed.
22637
22638 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22639
22640         * config/srclist.txt: Add glibc bugs 1220-1227.
22641
22642 2005-08-20  Jim Meyering  <jim@meyering.net>
22643
22644         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
22645         of unused local, dfa.
22646
22647 2005-08-20  Bruno Haible  <bruno@clisp.org>
22648
22649         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
22650
22651 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22652
22653         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
22654         (re_node_set_insert_last, re_dfa_add_node):
22655         Rename local variables to avoid GCC shadowing warnings.
22656
22657 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22658
22659         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
22660         [defined lint]: Suppress bogus uninitialized-variable warnings.
22661
22662         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
22663         and let the caller return REG_ESPACE if out of space.  This
22664         removes an uninitialied-variable warning with GCC 4.0.1, and also
22665         avoids taking the address of a local variable.  All callers
22666         changed.
22667
22668 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22669
22670         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
22671         $LIBCSRC/posix/regexec.c.
22672         Add glibc bug 1217 for regcomp.c.
22673
22674 2005-08-19  Jim Meyering  <jim@meyering.net>
22675
22676         * lib/regexec.c (proceed_next_node): Redo local variables to
22677         avoid GCC shadowing warnings.
22678
22679 2005-08-18  Bruno Haible  <bruno@clisp.org>
22680
22681         * lib/strstr.c (strstr): Fix return value in multibyte case.
22682         * lib/strcasestr.c (strcasestr): Likewise.
22683
22684 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22685
22686         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
22687
22688 2005-08-17  Jim Meyering  <jim@meyering.net>
22689
22690         Make the %s format (seconds since the epoch) work for a negative
22691         number and when used with a zero-padded field width, e.g. %015s.
22692
22693         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
22694         label so that it precedes the code to set `digits'.  Otherwise,
22695         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
22696         print `00-22'.  Now, it prints `-0022', as it should.
22697
22698 2005-08-17  Bruno Haible  <bruno@clisp.org>
22699
22700         * modules/strstr (Files): Add m4/mbrtowc.m4.
22701         (Depends-on): Add mbuiter.
22702
22703 2005-08-17  Bruno Haible  <bruno@clisp.org>
22704
22705         * modules/strcasestr: New file.
22706         * MODULES.html.sh (String handling, based on ANSI C 89): Add
22707         strcasestr.
22708
22709 2005-08-17  Bruno Haible  <bruno@clisp.org>
22710
22711         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
22712
22713 2005-08-17  Bruno Haible  <bruno@clisp.org>
22714
22715         * modules/mbuiter: New file.
22716         * MODULES.html.sh (Extended multibyte and wide character utilities):
22717         Add mbuiter.
22718
22719 2005-08-17  Bruno Haible  <bruno@clisp.org>
22720
22721         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
22722         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
22723
22724 2005-08-17  Bruno Haible  <bruno@clisp.org>
22725
22726         * m4/strcasestr.m4: New file.
22727
22728 2005-08-17  Bruno Haible  <bruno@clisp.org>
22729
22730         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
22731         * lib/strstr.c: Completely rewritten, with multibyte locale support.
22732
22733 2005-08-17  Bruno Haible  <bruno@clisp.org>
22734
22735         * lib/strcasestr.h: New file.
22736         * lib/strcasestr.c: New file.
22737
22738 2005-08-17  Bruno Haible  <bruno@clisp.org>
22739
22740         * lib/strcasecmp.c: Use mbuiter.h.
22741
22742 2005-08-17  Bruno Haible  <bruno@clisp.org>
22743
22744         * lib/mbuiter.h: New file.
22745
22746 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
22747
22748         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
22749         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
22750         and gl_GETOPT are both invoked via different paths (as happens
22751         with GNU tar CVS because it uses both argp and getopt), the former
22752         wins.
22753
22754 2005-08-16  Bruno Haible  <bruno@clisp.org>
22755
22756         * modules/tls: New file.
22757         * MODULES.html.sh (Multithreading): Add tls.
22758
22759 2005-08-16  Bruno Haible  <bruno@clisp.org>
22760
22761         * modules/strnlen1: New file.
22762         * MODULES.html.sh (String handling): Add strnlen1.
22763
22764 2005-08-16  Bruno Haible  <bruno@clisp.org>
22765
22766         * modules/strcase (Files): Add m4/mbrtowc.m4.
22767         (Depends-on): Add strnlen1, mbchar.
22768
22769 2005-08-16  Bruno Haible  <bruno@clisp.org>
22770
22771         * modules/mbiter: New file.
22772         * MODULES.html.sh (Extended multibyte and wide character utilities):
22773         Add mbiter.
22774
22775 2005-08-16  Bruno Haible  <bruno@clisp.org>
22776
22777         * modules/mbfile: New file.
22778         * MODULES.html.sh (Extended multibyte and wide character utilities):
22779         Add mbfile.
22780
22781 2005-08-16  Bruno Haible  <bruno@clisp.org>
22782
22783         * modules/mbchar: New file.
22784         * MODULES.html.sh (Extended multibyte and wide character utilities):
22785         New section.
22786
22787 2005-08-16  Bruno Haible  <bruno@clisp.org>
22788
22789         * m4/tls.m4: New file, from GNU gettext.
22790
22791 2005-08-16  Bruno Haible  <bruno@clisp.org>
22792
22793         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
22794         always.
22795         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
22796
22797 2005-08-16  Bruno Haible  <bruno@clisp.org>
22798
22799         * m4/mbiter.m4: New file.
22800
22801 2005-08-16  Bruno Haible  <bruno@clisp.org>
22802
22803         * m4/mbfile.m4: New file.
22804
22805 2005-08-16  Bruno Haible  <bruno@clisp.org>
22806
22807         * m4/mbchar.m4: New file.
22808
22809 2005-08-16  Bruno Haible  <bruno@clisp.org>
22810
22811         * lib/tls.h: New file, from GNU gettext.
22812         * lib/tls.c: New file, from GNU gettext.
22813
22814 2005-08-16  Bruno Haible  <bruno@clisp.org>
22815
22816         * lib/strnlen1.h: New file.
22817         * lib/strnlen1.c: New file.
22818
22819 2005-08-16  Bruno Haible  <bruno@clisp.org>
22820
22821         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
22822         (mbi_init): Update.
22823         (mbi_avail, mbi_advance): Let the iteration end before the terminating
22824         NUL byte, not after it.
22825
22826 2005-08-16  Bruno Haible  <bruno@clisp.org>
22827
22828         * lib/strcase.h (strcasecmp): Add note in comments.
22829         * lib/strncasecmp.c: Use code from strcasecmp.c.
22830         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
22831         (strcasecmp): Work correctly in multibyte locales.
22832
22833 2005-08-16  Bruno Haible  <bruno@clisp.org>
22834
22835         * lib/mbiter.h: New file.
22836
22837 2005-08-16  Bruno Haible  <bruno@clisp.org>
22838
22839         * lib/mbfile.h: New file.
22840
22841 2005-08-16  Bruno Haible  <bruno@clisp.org>
22842
22843         * lib/mbchar.h: New file.
22844         * lib/mbchar.c: New file.
22845
22846 2005-08-16  Bruno Haible  <bruno@clisp.org>
22847
22848         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
22849         the valid ones. Makes the comparison operations transitive:
22850         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
22851         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
22852
22853 2005-08-15  Simon Josefsson  <jas@extundo.com>
22854
22855         * modules/ssize_t (License): Change to 'unlimited'.
22856
22857         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
22858
22859 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
22860
22861         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
22862         Add comments for each pending glibc patch.
22863
22864 2005-08-15  Bruno Haible  <bruno@clisp.org>
22865
22866         * lib/regex.h (__restrict_arr): Don't define to __restrict if
22867         __cplusplus is defined.
22868
22869 2005-08-14  Jim Meyering  <jim@meyering.net>
22870
22871         Sync from coreutils.
22872
22873         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
22874         Use the hash-table-based cycle-detection code not just when
22875         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
22876         Reported by James Youngman in
22877         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
22878         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
22879         FTS_TIGHT_CYCLE_CHECK.
22880         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
22881         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
22882         once again.
22883         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
22884         * lib/fts.c (fd_safer): Remove decl.
22885         Include fcntl--.h rather than unistd-safer.h
22886         (fts_safe_changedir): Don't call fd_safer; no longer needed
22887         now that we include fcntl--.h.
22888
22889 2005-08-12  Simon Josefsson  <jas@extundo.com>
22890
22891         * modules/getndelim2: Use ssize_t module.
22892         * modules/getnline: Likewise.
22893         * modules/safe-read: Likewise.
22894         * modules/xreadlink: Likewise.
22895
22896         * modules/ssize_t: New file.
22897
22898 2005-08-12  Simon Josefsson  <jas@extundo.com>
22899
22900         * m4/readline.m4: Look for termcap, curses or ncurses if required.
22901
22902 2005-08-12  Simon Josefsson  <jas@extundo.com>
22903
22904         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22905         ssize_t.
22906
22907 2005-08-12  Simon Josefsson  <jas@extundo.com>
22908
22909         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
22910         readline, getdelim and check_version.
22911         (Support for systems lacking ISO C 99: Sizes of integer types):
22912         Add size_max.
22913
22914 2005-08-12  Bruno Haible  <bruno@clisp.org>
22915
22916         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
22917
22918 2005-08-11  Simon Josefsson  <jas@extundo.com>
22919
22920         * modules/readline: New file.
22921
22922         * modules/strnlen (Files): Add strnlen.h.
22923
22924 2005-08-11  Simon Josefsson  <jas@extundo.com>
22925
22926         * m4/readline.m4: New file.
22927
22928 2005-08-11  Simon Josefsson  <jas@extundo.com>
22929
22930         * lib/readline.h, readline.c: New file.
22931
22932 2005-08-11  Simon Josefsson  <jas@extundo.com>
22933
22934         * doc/gnulib.texi (Initial import, Finishing touches): Mention
22935         gl_AVOID.
22936
22937 2005-08-11  Bruno Haible  <bruno@clisp.org>
22938
22939         * lib/strnlen.h (strnlen): Change parameter name to match comment.
22940
22941 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
22942
22943         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
22944
22945 2005-08-10  Simon Josefsson  <jas@extundo.com>
22946
22947         * tests/test-iconvme.c: New file.
22948
22949 2005-08-10  Simon Josefsson  <jas@extundo.com>
22950
22951         * m4/strnlen.m4: New file.
22952
22953         * m4/strndup.m4: Don't check for strnlen declaration, done in
22954         strnlen.m4.
22955
22956 2005-08-10  Simon Josefsson  <jas@extundo.com>
22957
22958         * lib/strndup.c: Use strnlen.h.
22959
22960         * lib/strnlen.h: New file.
22961
22962 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
22963
22964         * README: Typos.
22965
22966 2005-08-02  Simon Josefsson  <jas@extundo.com>
22967
22968         * modules/readline: New file.
22969
22970 2005-08-02  Simon Josefsson  <jas@extundo.com>
22971
22972         * modules/getdelim: New file.
22973
22974         * modules/getline: Rewrite, don't use getndelim2.
22975
22976 2005-08-02  Simon Josefsson  <jas@extundo.com>
22977
22978         * m4/getline.m4: Separate out getdelim stuff into separate module.
22979
22980         * m4/getdelim.m4: New file.
22981
22982 2005-08-02  Simon Josefsson  <jas@extundo.com>
22983
22984         * lib/getline.h, getline.c: Rewrite.
22985
22986         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
22987
22988 2005-07-31  Bruno Haible  <bruno@clisp.org>
22989
22990         * lib/lock.h (gl_lock_initializer): New macro.
22991         (gl_lock_define_initialized): Use it.
22992         (gl_rwlock_initializer): New macro.
22993         (gl_rwlock_define_initialized): Use it.
22994         (gl_recursive_lock_initializer): New macro.
22995         (gl_recursive_lock_define_initialized): Use it.
22996
22997 2005-07-30  Karl Berry  <karl@gnu.org>
22998
22999         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
23000         Report from Ben Pfaff, regarding getopt.
23001
23002 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
23003
23004         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
23005         normal way.
23006         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
23007         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
23008         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
23009         (gl_GETOPT): Use the new macros.  Most of the implementation
23010         is moved to the new macros.  This is for programs like Emacs
23011         that don't want all the functionality of gl_GETOPT.
23012
23013 2005-07-26  Bruno Haible  <bruno@clisp.org>
23014
23015         * m4/lock.m4: Update from GNU gettext.
23016
23017 2005-07-26  Bruno Haible  <bruno@clisp.org>
23018
23019         * lib/lock.h: Update from GNU gettext.
23020         * lib/lock.c: Update from GNU gettext.
23021
23022 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
23023
23024         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
23025         obsolescent AC_TRY_RUN.  Include the default includes files, for
23026         'exit'.
23027
23028 2005-07-24  Bruno Haible  <bruno@clisp.org>
23029
23030         * modules/visibility: New file.
23031         * MODULES.html.sh (Misc): Add visibility.
23032
23033 2005-07-24  Bruno Haible  <bruno@clisp.org>
23034
23035         * m4/visibility.m4: New file.
23036
23037 2005-07-24  Bruno Haible  <bruno@clisp.org>
23038
23039         * doc/visibility.texi: New file.
23040
23041 2005-07-22  Bruno Haible  <bruno@clisp.org>
23042
23043         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
23044         $(ALLOCA_H), redundant through BUILT_SOURCES.
23045         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
23046         redundant through BUILT_SOURCES.
23047         * modules/byteswap (Makefile.am): Remove explicit dependency on
23048         $(BYTESWAP_H), redundant through BUILT_SOURCES.
23049         * modules/fnmatch (Makefile.am): Remove explicit dependency on
23050         $(FNMATCH_H), redundant through BUILT_SOURCES.
23051         * modules/getopt (Makefile.am): Remove explicit dependency on
23052         $(GETOPT_H), redundant through BUILT_SOURCES.
23053         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
23054         redundant through BUILT_SOURCES.
23055         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
23056         redundant through BUILT_SOURCES.
23057         * modules/stdbool (Makefile.am): Remove explicit dependency on
23058         $(STDBOOL_H), redundant through BUILT_SOURCES.
23059         * modules/stdint (Makefile.am): Remove explicit dependency on
23060         $(STDINT_H), redundant through BUILT_SOURCES.
23061         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
23062         Remove explicit dependency on $(SYSEXITS_H).
23063         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
23064
23065 2005-07-18  Simon Josefsson  <jas@extundo.com>
23066
23067         * lib/check-version.c (check_version): Accept identical versions too.
23068
23069 2005-07-18  Bruno Haible  <bruno@clisp.org>
23070
23071         * modules/lock: New file.
23072         * MODULES.html.sh (Multithreading): New section.
23073
23074 2005-07-18  Bruno Haible  <bruno@clisp.org>
23075
23076         * m4/lock.m4: New file, from GNU gettext.
23077
23078 2005-07-18  Bruno Haible  <bruno@clisp.org>
23079
23080         * lib/lock.h: New file, from GNU gettext.
23081         * lib/lock.c: New file, from GNU gettext.
23082
23083 2005-07-18  Bruno Haible  <bruno@clisp.org>
23084
23085         * lib/lock.h (gl_once_t): New type.
23086         (gl_once_define, gl_once): New macros.
23087         * lib/lock.c (fresh_once): New variable.
23088         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
23089         functions.
23090
23091 2005-07-16  Simon Josefsson  <jas@extundo.com>
23092
23093         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
23094         workaround, suggested by Bruno.
23095
23096 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
23097
23098         * modules/xalloc (Depends-on): Add xalloc-die.
23099         * modules/xvasprintf (Depends-on): Add xalloc-die.
23100
23101 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
23102
23103         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
23104         with a minor change.
23105
23106 2005-07-15  Bruno Haible  <bruno@clisp.org>
23107
23108         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
23109         When using lib/poll.c, define poll as rpl_poll.
23110
23111 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
23112
23113         * modules/argp (Depends-on): Remove unlocked-io.
23114
23115 2005-07-14  Derek Price  <derek@ximbiot.com>
23116
23117         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
23118         for glob symlink bug.
23119
23120 2005-07-14  Bruno Haible  <bruno@clisp.org>
23121
23122         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
23123         Instead, test for *_unlocked function declarations directly.
23124
23125 2005-07-11  Simon Josefsson  <jas@extundo.com>
23126
23127         * modules/size_max: New file.
23128
23129         * modules/xsize: Depend on size_max module for size_max.m4.
23130
23131 2005-07-11  Simon Josefsson  <jas@extundo.com>
23132
23133         * lib/size_max.h: New file.
23134
23135 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
23136
23137         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
23138         copyright symbol and the year.
23139         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
23140         (version_etc_va): Use parameterized copyright notice.
23141         Reword to conform to the current GNU coding standards.
23142
23143 2005-07-11  Karl Berry  <karl@gnu.org>
23144
23145         * doc/gnulib.texi (Quoting): new node.
23146         (Initial import): more info, from Patrice.
23147
23148 2005-07-11  Bruno Haible  <bruno@clisp.org>
23149
23150         * gnulib-tool (func_usage): Document option --avoid.
23151         (Command line options): Handle --avoid.
23152         (func_acceptable): New function.
23153         (func_modules_transitive_closure): Use it.
23154
23155 2005-07-11  Bruno Haible  <bruno@clisp.org>
23156
23157         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
23158         Reported by Jim Meyering.
23159
23160 2005-07-10  Bruno Haible  <bruno@clisp.org>
23161
23162         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
23163         Needed when size_t is smaller than 'unsigned int'.
23164         Reported by Paul Eggert.
23165
23166 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23167
23168         * modules/argp (Depends-on): Add unlocked-io
23169
23170 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23171
23172         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
23173         block of defines.
23174
23175 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
23176
23177         * config/srclist.txt: Comment out regcomp.c, since we have a porting
23178         fix now.
23179
23180 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
23181         and Paul Eggert  <eggert@cs.ucla.edu>
23182
23183         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
23184         in wint_t, not wchar_t.  Remove now-unnecessary cast.
23185
23186 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
23187
23188         * modules/regex (Files): Add lib/regex_internal.c,
23189         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
23190         (Depends-on): Add extensions.
23191         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
23192
23193 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
23194
23195         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
23196         pathconf.
23197         * m4/same.m4 (gl_SAME): Likewise.
23198         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
23199
23200         * m4/regex.m4: Adjust to new libc regex implementation.
23201         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
23202         all the .c and .h parts of (the new) regex.
23203         Quote the m4 stuff better.
23204         Check for RE_ICASE bug of old gnulib.
23205         Check for REG_STARTEND of recent libc.
23206         Rename local variables from jm_* to gl_*.
23207         Quote operand of "test -f".
23208         Say "recent enough" version of libc, not "version 2".
23209         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
23210         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
23211         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
23212         Remove check for btowc, isascii.
23213         Require AM_LANGINFO_CODESET.
23214
23215 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
23216
23217         * lib/regex.c, regex.h: Sync from libc.
23218         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
23219         * lib/regexec.c:
23220         New files, synced from libc, except that regex_internal.h
23221         currently has a small porting fix.
23222
23223 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
23224
23225         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
23226         regex_internal.c, regexec.c.
23227         Add regex_internal.h too, but as a comment, since the libc version
23228         is currently broken in gnulib mode.
23229
23230 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
23231
23232         Support programs like Emacs that use gnulib but not gettext.
23233         * MODULES.html.sh (Internationalization functions): Add gettext-h.
23234         * modules/gettext-h: New file.
23235         * modules/gettext (Files): Remove lib/gettext.h.
23236         (Depends-on): Add gettext-h.
23237         (Makefile.am): Remove lib_SOURCES.
23238         * modules/argmatch, modules/c-stack, modules/closeout:
23239         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
23240         * modules/execute, modules/file-type, modules/getaddrinfo:
23241         * modules/getopt, modules/human, modules/javacomp:
23242         * modules/javaexec, modules/mkdir-p, modules/obstack:
23243         * modules/openat, modules/pagealign_alloc, modules/pipe:
23244         * modules/quotearg, modules/regex, modules/rpmatch:
23245         * modules/unicodeio, modules/userspec, modules/version-etc:
23246         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
23247         * modules/xsetenv:
23248         Depend on gettext-h, not gettext.
23249
23250 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
23251
23252         * gnulib-tool (func_import): Add support for 'public domain' license.
23253         * modules/alloca, modules/atexit, modules/memmove:
23254         Now public domain, not GPL.
23255         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
23256         * modules/realloc, modules/strerror, modules/strtod:
23257         Now LGPL, not GPL.
23258
23259 2005-07-05  Bruno Haible  <bruno@clisp.org>
23260
23261         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
23262         autoconf CVS. Needed for mingw.
23263
23264 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23265
23266         Remove the dependency of the strftime module on the tzset module.
23267         * modules/strftime (Depends-on): Remove dependency on tzset.
23268
23269 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23270
23271         Remove the dependency of the strftime module on the tzset module.
23272         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
23273         gl_FUNC_TZSET_CLOBBER.
23274
23275 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23276
23277         Remove the dependency of the strftime module on the tzset module.
23278         * lib/strftime.c (my_strftime)
23279         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
23280         Copy the input structure, to work around some of the bug with
23281         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
23282         Solaris releases, you should also use the tzset module, but we won't
23283         require it as a dependency any more since we don't want LGPLed code
23284         to depend on GPLed code.
23285
23286 2005-07-02  Jim Meyering  <jim@meyering.net>
23287
23288         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
23289         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
23290         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
23291         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
23292
23293 2005-07-02  Jim Meyering  <jim@meyering.net>
23294
23295         * lib/backupfile.c (backup_args): Change a `0' to NULL.
23296
23297 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
23298
23299         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
23300         declares only 'struct timespec;' (!).
23301
23302 2005-07-01  Jim Meyering  <jim@meyering.net>
23303
23304         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
23305         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
23306         * lib/save-cwd.c, tempname.c:
23307         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
23308         and don't include <sys/file.h>).
23309
23310 2005-06-29  Jim Meyering  <jim@meyering.net>
23311
23312         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
23313         type name.  Use the variable name instead.
23314         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
23315         Likewise.
23316
23317 2005-06-28  Simon Josefsson  <jas@extundo.com>
23318
23319         * modules/check-version (Files): Add check-version.m4.
23320
23321 2005-06-28  Simon Josefsson  <jas@extundo.com>
23322
23323         * m4/check-version.m4: New file, suggested by Jim Meyering
23324         <jim@meyering.net>.
23325
23326 2005-06-28  Simon Josefsson  <jas@extundo.com>
23327
23328         * lib/check-version.h, lib/check-version.c: New files.
23329
23330 2005-06-28  Simon Josefsson  <jas@extundo.com>
23331
23332         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
23333         collision with global variable.  Better indentation.  Don't
23334         increment buffer pointer beyond buffer end.  Based on comments
23335         from Paul Eggert <eggert@cs.ucla.edu>.
23336
23337         * lib/base64.h: Indent.
23338
23339 2005-06-28  Simon Josefsson  <jas@extundo.com>
23340
23341         * doc/gnulib.texi (Library version handling): New section.
23342
23343 2005-06-28  Jim Meyering  <jim@meyering.net>
23344
23345         * check-module (find_included_lib_files): Hard-code another
23346         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
23347         but modules/fts-lgpl (correctly) does not list those files.
23348
23349         * modules/canonicalize (Files): Add lib/pathmax.h.
23350
23351 2005-06-25  Simon Josefsson  <jas@extundo.com>
23352
23353         * modules/check-version: New file.
23354
23355 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
23356
23357         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
23358         initializer of struct addrinfo, as an indication that we don't
23359         care how many members the structure has.
23360
23361 2005-06-24  Derek Price  <derek@ximbiot.com>
23362         and Bruno Haible  <bruno@clisp.org>
23363
23364         Remove stat module & update lstat.
23365         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
23366         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23367         * m4/stat.m4: Remove this file.
23368
23369 2005-06-24  Derek Price  <derek@ximbiot.com>
23370         and Bruno Haible  <bruno@clisp.org>
23371
23372         Remove stat module & update lstat.
23373         * lib/stat.c: Remove this file...
23374         (slash_aware_lstat): ...moving this content and its support...
23375         * lib/lstat.c (rpl_lstat): ...into here.
23376         * lib/lstat.h: New file.
23377
23378 2005-06-24  Derek Price  <derek@ximbiot.com>
23379         and Bruno Haible  <bruno@clisp.org>
23380
23381         Remove stat module & update lstat.
23382         * config/srclist.txt (libc sources): Remove stat.
23383
23384 2005-06-24  Derek Price  <derek@ximbiot.com>
23385         and Bruno Haible  <bruno@clisp.org>
23386
23387         Remove stat module & update lstat.
23388         * MODULES.html.sh (stat): Remove.
23389         * MODULES.html: Regenerated.
23390         * modules/lstat (Description): Correct function name.
23391         (Files): Add "lstat.h".
23392         (Depends-on): Remove stat, add xalloc, stat-macros.
23393         * modules/stat: Remove this file.
23394         (Include): Add "lstat.h", remove <sys/stat.h>.
23395
23396 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
23397
23398         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
23399         (ranged_convert): Don't save conversion in a temporary struct.
23400         This causes a warning with GCC 4.0.0, and anyway in the typical
23401         case it's not worth the extra 100 bytes or so of code.
23402         (ranged_convert, __mktime_internal): When calling a function via a
23403         pointer P, use P () rather than (*P) (), as we now assume C89 or
23404         better.
23405
23406 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23407
23408         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
23409         "who -r" failed to give output.  Problem reported by Tim Waugh.
23410
23411         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
23412         (xcalloc): Use it to avoid needless tests.
23413         Problem reported by Jim Meyering.
23414
23415 2005-06-20  Derek Price  <derek@ximbiot.com>
23416
23417         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
23418         unnecessary for Autoconfs > 2.59c.
23419
23420 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23421
23422         * lib/argp.h (__option_is_short): Check upper limit of
23423         __key. Isprint() requires its argument to have the value
23424         of an unsigned char or EOF.
23425
23426 2005-06-16  Jim Meyering  <jim@meyering.net>
23427
23428         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
23429         when either N or S is zero.
23430
23431 2005-06-16  Derek Price  <derek@ximbiot.com>
23432
23433         * m4/bison.m4: Declare YACC & YFLAGS precious.
23434
23435 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
23436
23437         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
23438         multibyte string or pattern, fall back on unibyte matching.
23439         Problem reported by James Youngman.
23440
23441 2005-06-08  Bruno Haible  <bruno@clisp.org>
23442
23443         * modules/csharpcomp: New file.
23444         * MODULES.html.sh (C#): Add csharpcomp.
23445
23446 2005-06-08  Bruno Haible  <bruno@clisp.org>
23447
23448         * m4/csharpcomp.m4: New file, from GNU gettext.
23449
23450 2005-06-08  Bruno Haible  <bruno@clisp.org>
23451
23452         * lib/csharpcomp.h: New file, from GNU gettext.
23453         * lib/csharpcomp.c: New file, from GNU gettext.
23454         * lib/csharpcomp.sh.in: New file, from GNU gettext.
23455
23456 2005-06-08  Bruno Haible  <bruno@clisp.org>
23457
23458         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
23459         warning on mingw.
23460
23461 2005-06-07  Derek Price  <derek@ximbiot.com>
23462
23463         Sync from CVS.
23464         * lib/glob_.h: Indent nested #ifdef.
23465
23466 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
23467
23468         Sync from coreutils.
23469         Use "file name" when talking about file names, instead of "filename"
23470         or "path", as per the GNU coding standards.
23471         * lib/mkdir-p.c: Renamed from makepath.c.
23472         (make_dir_parents): Renamed from make_path.  All callers changed.
23473         * lib/mkdir-p.h: Likewise.  All includers changed.
23474         * lib/filenamecat.c: Renamed from path-concat.c.
23475         (file_name_concat): Renamed from path_concat.  All callers changed.
23476         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
23477         * lib/filenamecat.h: Likewise.  All includers changed.
23478         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
23479         in comments or local variable names.
23480         * lib/basename.c: Likewise.
23481         * lib/canonicalize.c, canonicalize.h: Likewise.
23482         * lib/dirname.c, dirname.h: Likewise.
23483         * lib/euidaccess.c: Likewise.
23484         * lib/exclude.c: Likewise
23485         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
23486         * lib/fsusage.c, fsuage.h: Likewise.
23487         * lib/fts.c, fts_.h: Likewise.
23488         * lib/getcwd.c: Likewise.
23489         * lib/getloadavg.c: Likewise.
23490         * lib/mkstemp.c: Likewise.
23491         * lib/mountlist.c, mountlist.h: Likewise.
23492         * lib/openat.c, openat.h: Likewise.
23493         * lib/readlink-stub.c: Likewise.
23494         * lib/readutmp.c, readutmp.h: Likewise.
23495         * lib/rename.c: Likewise.
23496         * lib/rmdir.c: Likewise.
23497         * lib/same.c: Likewise.
23498         * lib/savedir.c: Likewise.
23499         * lib/stripslash.c: Likewise.
23500         * lib/tempname.c: Likewise.
23501         * lib/xreadlink.c: Likewise.
23502         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
23503         All uses changed.
23504         * lib/exclude.h: Likewise.
23505
23506         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
23507         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
23508         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
23509         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
23510         * lib/pathmax.h: Include <limits.h> unconditionally, since other
23511         files have been getting away with it for years (MORE/BSD 4.3
23512         is extinct now).
23513         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
23514         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
23515
23516         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
23517         Define to 256, not 255, as per modern POSIX.
23518
23519 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
23520
23521         Sync from coreutils.
23522         Use "file name" when talking about file names, instead of "filename"
23523         or "path", as per the GNU coding standards.
23524         * MODULES.html.sh: mkdir-p renamed from makepath.
23525         filenamecat renamed from path-concat.
23526         * modules/filenamecat: Renamed from modules/path-concat.
23527         (Files): filenamecat.h and filenamecat.c renamed from
23528         path-concat.h and path-concat.c.
23529         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
23530         (Include): filenamecat.h, not path-concat.h.
23531         * modules/mkdir-p: Renamed from modules/makepath.
23532         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
23533         makepath.c.
23534         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
23535         (Include): mkdir-p.h, not makepath.h.
23536
23537 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
23538
23539         Sync from coreutils.
23540         * m4/mkdir-p.m4: Renamed from makepath.m4.
23541         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
23542         Rename files from makepath.c to mkdir-p.c, and from
23543         makepath.h to mkdir-p.h.
23544         * m4/filenamecat.m4: Renamed from path-concat.m4.
23545         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
23546         Rename files from path-concat.c to filenamecat.c,
23547         and from path-concat.h to filenamecat.h.
23548         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
23549         "file name" in local variables or comments.
23550         * m4/rename.m4: Likewise.
23551
23552 2005-06-01  Bruno Haible  <bruno@clisp.org>
23553
23554         * modules/csharpexec: New file.
23555         * MODULES.html.sh (C#): New section.
23556
23557 2005-06-01  Bruno Haible  <bruno@clisp.org>
23558
23559         * m4/csharp.m4: New file, from GNU gettext.
23560         * m4/csharpexec.m4: New file, from GNU gettext.
23561
23562 2005-06-01  Bruno Haible  <bruno@clisp.org>
23563
23564         * lib/csharpexec.h: New file, from GNU gettext.
23565         * lib/csharpexec.c: New file, from GNU gettext.
23566         * lib/csharpexec.sh.in: New file, from GNU gettext.
23567
23568 2005-05-31  Derek Price  <derek@ximbiot.com>
23569             Paul Eggert  <eggert@cs.ucla.edu>
23570
23571         Sync from cvs.
23572         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
23573
23574 2005-05-31  Derek Price  <derek@ximbiot.com>
23575             Paul Eggert  <eggert@cs.ucla.edu>
23576
23577         Sync from cvs.
23578         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
23579
23580 2005-05-29  Derek Price  <derek@ximbiot.com>
23581
23582         * config/srclist.txt (glob_.h, glob.c): Add these files.
23583
23584 2005-05-29  Derek Price  <derek@ximbiot.com>
23585
23586         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
23587         * modules/glob: New file.
23588         * modules/getlogin_r: Add link to POSIX spec in description.
23589
23590 2005-05-29  Derek Price  <derek@ximbiot.com>
23591             Paul Eggert  <eggert@cs.ucla.edu>
23592
23593         * m4/glob.m4: New file.
23594
23595 2005-05-29  Derek Price  <derek@ximbiot.com>
23596             Paul Eggert  <eggert@cs.ucla.edu>
23597
23598         * lib/glob_.h, lib/glob.c: New files.
23599
23600 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
23601
23602         * modules/fts (Files): Remove m4/inttypes-pri.m4.
23603         * modules/fts-lgpl (Depends-on): Remove gettext.
23604
23605 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
23606
23607         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
23608         and don't require gt_INTTYPES_PRI.
23609
23610 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
23611
23612         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
23613
23614         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
23615         the configuration hassle isn't worth it.
23616         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
23617         (LONGEST_MODIFIER, PRIuMAX): Remove.
23618
23619 2005-05-27  Bruno Haible  <bruno@clisp.org>
23620
23621         * lib/getlogin_r.h: Remove second include of <stddef.h>.
23622
23623 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
23624
23625         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
23626         _POSIX_PTHREAD_SEMANTICS for Solaris.
23627
23628 2005-05-25  Derek Price  <derek@ximbiot.com>
23629
23630         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
23631
23632 2005-05-25  Derek Price  <derek@ximbiot.com>
23633             Paul Eggert  <eggert@cs.ucla.edu>
23634
23635         * modules/getlogin_r, m4/getlogin_r.m4: New files.
23636         * lib/getlogin_r.c, getlogin_r.h: New files.
23637
23638 2005-05-25  Bruno Haible  <bruno@clisp.org>
23639             Derek Price  <derek@ximbiot.com>
23640
23641         * lib/getlogin_r.h: Simplify API documentation.
23642
23643 2005-05-23  Derek Price  <derek@ximbiot.com>
23644
23645         * modules/minmax (Files): Add m4/minmax.m4.
23646         (configure.ac): Add gl_MINMAX.
23647
23648 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
23649
23650         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
23651         so that unistd-safer.h (GPL'ed code) need not be included.
23652
23653 2005-05-22  Bruno Haible  <bruno@clisp.org>
23654
23655         * m4/minmax.m4: New file.
23656         Based on a patch by Derek Price <derek@ximbiot.com>.
23657
23658 2005-05-22  Bruno Haible  <bruno@clisp.org>
23659
23660         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
23661         (INT64_MIN): Fix definition.
23662         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
23663
23664         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
23665         NEED_SIGNED_INT_TYPES.
23666
23667         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
23668         HAVE_SYSTEM_INTTYPES.
23669
23670 2005-05-22  Bruno Haible  <bruno@clisp.org>
23671
23672         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
23673         Also include <sys/param.h> if it defines MIN, MAX.
23674         Based on a patch by Derek Price <derek@ximbiot.com>.
23675
23676 2005-05-21  Jim Meyering  <jim@meyering.net>
23677
23678         * modules/fts (Files): Add m4/inttypes-pri.m4.
23679         (Depends-on): Add lstat and remove gettext.  Alphabetize.
23680
23681 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
23682
23683         New fts module.
23684         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
23685         (setup_dir, free_dir): New functions.
23686         (enter_dir, leave_dir): Define trivial
23687         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
23688         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
23689         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
23690         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
23691         Move to fts-cycle.c.
23692         (fts_open): Use setup_dir.
23693         (fts_close): Use free_dir.
23694         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
23695         This adds a label and some gotos, but the alternatives were messier.
23696         Check for memory allocation failure when entering a dir.
23697         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
23698         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
23699         (FTS): New member fts_cycle, that is a union that contains the
23700         old active_dir_ht and cycle_state.  All uses changed to mention
23701         fts_cycle.ht and fts_cycle.state.
23702         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
23703         fts.c, with the following changes:
23704         (setup_dir, free_dir): New functions.
23705         (enter_dir): Now returns bool.  Return true if successful, false
23706         if memory exhausted.  All callers changed.
23707         Do not bother partly cleaning up on
23708         memory allocation failure; that is free_dir's job.
23709         However, free ad if hash_insert fails, to avoid memory leak.
23710         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
23711         fts->fts_options to see which union member to use.
23712
23713 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
23714
23715         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
23716         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
23717
23718 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
23719
23720         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
23721
23722 2005-05-20  Jim Meyering  <jim@meyering.net>
23723
23724         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
23725         Now a macro, to pacify GCC.
23726
23727 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
23728
23729         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
23730         of -1.
23731
23732 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
23733
23734         * lib/chown.c (rpl_chown): Return -1 on failure.
23735
23736 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
23737
23738         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
23739         Don't check for stddef.h.
23740         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
23741         don't use its results.
23742         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
23743         since we include them unconditionally.  Don't require
23744         AM_STDBOOL_H, since stdbool is a prerequisite.
23745         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
23746         since we assume C89 or better.
23747         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
23748         as we don't use their results.
23749         Don't check for fchdir, memmove, memset, strrchr, as we use
23750         them unconditionally.
23751         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
23752         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
23753
23754 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
23755
23756         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
23757         Include <stddef.h> unconditionally, since we assume C89 now.
23758         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
23759         * lib/fts.c: Include fts_.h first, to check interface.
23760         Do not include intprops.h; no longer needed.
23761         Include cycle-check.h and hash.h, since fts_.h no longer does.
23762         Remove unnecessary casts of closedir to void.
23763         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
23764         decide whether to decrement nlinks.
23765         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
23766         (FTS): Use struct hash_table * instead of Hash_table, so that
23767         we no longer need to include hash.h here.
23768
23769 2005-05-18  Jim Meyering  <jim@meyering.net>
23770
23771         * modules/dirfd (License): Change to LGPL.  Most of the code
23772         is already in the public domain.
23773
23774 2005-05-18  Jim Meyering  <jim@meyering.net>
23775
23776         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
23777         Reported by Yoann Vandoorselaere.
23778
23779 2005-05-17  Jim Meyering  <jim@meyering.net>
23780
23781         * m4/fts.m4: New file, from coreutils.
23782
23783 2005-05-17  Jim Meyering  <jim@meyering.net>
23784
23785         * lib/fts.c, lib/fts_.h: New files, from coreutils.
23786
23787 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
23788
23789         Sync from coreutils.
23790         * m4/unlinkdir.m4: New file.
23791
23792 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
23793
23794         Sync from coreutils.
23795         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
23796         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
23797         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
23798         White space changes only.
23799         * lib/makepath.c (make_path): Port to hosts where leading "//" is
23800         special.
23801         * lib/yesno.c: Include getline.h, not ctype.h.
23802         (yesno): Don't remove leading white space; POSIX doesn't allow it.
23803         Use getline to remove arbitrary restriction on response length.
23804
23805 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
23806
23807         * config/srclist-update: Spell out "Street" in FSF postal
23808         mail address; this is the style the FSF seems to prefer.
23809
23810         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
23811         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
23812         this updates FSF postal mail address.
23813
23814         Sync from coreutils.
23815         * modules/unlinkdir: New file.
23816         * modules/yesno (Depends-on): Add getline.
23817         * MODULES.html.sh (File system functions): Add unlinkdir.
23818
23819 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23820
23821         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
23822         lib/strsep.h:
23823         Change the initial comment to refer to GPL, not LGPL.
23824         gnulib-tool will change it to LGPL as needed.
23825
23826         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
23827         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
23828         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
23829         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
23830         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
23831         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
23832         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
23833         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
23834         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
23835         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
23836         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
23837         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
23838         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
23839         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
23840         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
23841         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
23842         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
23843         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
23844         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
23845         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
23846         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
23847         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
23848         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
23849         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
23850         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
23851         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
23852         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
23853         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
23854         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
23855         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
23856         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
23857         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
23858         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
23859         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
23860         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
23861         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
23862         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
23863         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
23864         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
23865         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
23866         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
23867         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
23868         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
23869         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
23870         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
23871         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
23872         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
23873         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
23874         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
23875         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
23876         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
23877         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
23878         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
23879         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
23880         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
23881         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
23882         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
23883         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
23884         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
23885         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
23886         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
23887         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
23888         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
23889         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
23890         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
23891         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
23892         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
23893         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
23894         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
23895         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
23896         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
23897         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
23898         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
23899         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
23900         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
23901         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
23902         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
23903         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
23904         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
23905         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
23906         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
23907         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
23908         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
23909         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
23910         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
23911         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
23912         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
23913         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
23914         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
23915         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
23916         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
23917         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
23918         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
23919         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
23920         lib/yesno.c, lib/yesno.h:
23921         Update FSF postal mail address.
23922
23923 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23924
23925         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
23926         tests/test-memmem.c, tests/test-stpncpy.c:
23927         Update FSF postal mail address.
23928
23929 2005-05-13  Bruno Haible  <bruno@clisp.org>
23930
23931         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
23932         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
23933         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
23934         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
23935         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
23936         Add support for 64-bit integers in the MSVC compiler.
23937
23938 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23939
23940         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
23941
23942 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
23943
23944         * gnulib-tool (func_import): Sort and uniquify recommended includes.
23945
23946 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
23947
23948         * doc/getdate.texi (General date syntax): Don't say that date
23949         date --iso-8601=ns generates acceptable dates; it doesn't yet.
23950         Problem reported by Nic Ferrier.
23951
23952 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23953
23954         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
23955         specified in ai_socktype. Fix invalid ai_protocol
23956         check. ai_protocol is usually set to 0 or depending on
23957         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
23958         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
23959         ai_socktype / ai_protocol in the returned addrinfo structure.
23960
23961 2005-05-10  Simon Josefsson  <jas@extundo.com>
23962
23963         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
23964         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23965
23966 2005-05-10  Karl Berry  <karl@gnu.org>
23967
23968         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
23969         (from http://www.gnu.org/licenses).
23970         * doc/COPYING.LIB: also rename to COPYING.LESSER.
23971         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
23972         fdl.texi suffices.
23973
23974 2005-05-10  Karl Berry  <karl@gnu.org>
23975
23976         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
23977         (COPYING.DOC): remove.
23978
23979         * config/srclist-update: new FSF address.
23980
23981 2005-05-10  Derek Price  <derek@ximbiot.com>
23982
23983         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
23984         possible.
23985
23986 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23987             Bruno Haible  <bruno@clisp.org>
23988
23989         * modules/inet_ntop: New file.
23990         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23991         inet_ntop.
23992
23993 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23994             Bruno Haible  <bruno@clisp.org>
23995
23996         * m4/inet_ntop.m4: New file.
23997
23998 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23999             Bruno Haible  <bruno@clisp.org>
24000
24001         * lib/inet_ntop.h: New file.
24002         * lib/inet_ntop.c: New file, from glibc with modifications.
24003
24004 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
24005
24006         * modules/time_r (License): Change to LGPL.
24007         * modules/extensions (License): Change to LGPL.  Actually,
24008         the license is more permissive than that, but currently gnulib-tool
24009         doesn't know how to handle more-permissive licenses.
24010
24011         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
24012         Problem reported by Dave Love.
24013
24014 2005-05-08  Jim Meyering  <jim@meyering.net>
24015
24016         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
24017         blank.
24018
24019 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
24020
24021         * modules/argmatch (Depends-on): Add stdbool.
24022         * modules/backupfile (Depends-on): Likewise.
24023         * modules/chdir-long (Depends-on): Likewise.
24024         * modules/closeout (Depends-on): Likewise.
24025         * modules/cycle-check (Depends-on): Likewise.
24026         * modules/dirname (Depends-on): Likewise.
24027         * modules/fnmatch (Depends-on): Likewise.
24028         * modules/fsusage (Depends-on): Likewise.
24029         * modules/fwriteerror (Depends-on): Likewise.
24030         * modules/getcwd (Depends-on): Likewise.
24031         * modules/getloadavg (Depends-on): Likewise.
24032         * modules/hard-locale (Depends-on): Likewise.
24033         * modules/makepath (Depends-on): Likewise.
24034         * modules/mountlist (Depends-on): Likewise.
24035         * modules/nanosleep (Depends-on): Likewise.
24036         * modules/posixtm (Depends-on): Likewise.
24037         * modules/quotearg (Depends-on): Likewise.
24038         * modules/readtokens (Depends-on): Likewise.
24039         * modules/readtokens0 (Depends-on): Likewise.
24040         * modules/readutmp (Depends-on): Likewise.
24041         * modules/save-cwd (Depends-on): Likewise.
24042         * modules/strftime (Depends-on): Likewise.
24043         * modules/userspec (Depends-on): Likewise.
24044         * modules/utimecmp (Depends-on): Likewise.
24045         * modules/xgetcwd (Depends-on): Likewise.
24046         * modules/xnanosleep (Depends-on): Likewise.
24047         * modules/xstrtod (Depends-on): Likewise.
24048         * modules/yesno (Depends-on): Likewise.
24049
24050 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
24051
24052         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
24053         needless checks.
24054
24055 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
24056
24057         Merge from coreutils.  Among other things,
24058         add bulletproofing for cases where stdin, stdout, or stderr are closed.
24059         * lib/fd-safer.c: New file.
24060         * lib/fcntl-safer.h, open-safer.c: Remove.
24061         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
24062         * lib/dup-safer.c: Include unistd-safer.h first.
24063         Don't include errno.h.
24064         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
24065         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
24066         * lib/file-type.c: Rely on file-type.h change.
24067         * lib/getloadavg.c: Include unistd-safer.h.
24068         (getloadavg): Use safer open.
24069         * lib/getusershell.c: Include "stdio-safer.h".
24070         (getusershell): Use safer fopen.
24071         * lib/long-options.c (long_options): Use NULL rather than 0.
24072         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
24073         'free'.
24074         * lib/modechange.c: Likewise.
24075         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
24076         (MODE_DONE): New constant.
24077         (struct mode_change): Remove 'next' member.
24078         (make_node_op_equals): New function; like the old one of the
24079         same name, except it allocates an array.
24080         (mode_compile, mode_create_from_ref): Use it.
24081         (mode_compile): Allocate result as an array, not a linked list.
24082         Parse octal string ourself, so that we catch mistakes like "+0".
24083         (mode_adjust): Arg is an array, not a linked list.
24084         * lib/modechange.c: Include stat-macros.h, xalloc.h.
24085         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
24086         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
24087         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
24088         Remove.  This is now stat-macros.h's job.
24089         (talloc): Remove.  All callers replaced by xalloc, so that
24090         our invokers don't have to worry about reporting memory failures.
24091         (make_node_op_equals): Remove.
24092         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
24093         New constants.
24094         (struct mode_change): Moved here from modechange.h.
24095         (mode_append_entry): Remove.
24096         (mode_compile): Remove MASKED_OPS arg, since it encouraged
24097         apps to have incorrect behavior.  Use simpler algorithm for head
24098         and tail.  Don't futz with umask; that's now the job of mode_adjust.
24099         Detect more invalid usages rather than having somewhat-random behavior.
24100         Don't insert an "a=" action, as that leads to incorrect behavior.
24101         (mode_compile, mode_create_from_ref): Return NULL on error instead
24102         of an enum, since now there's only one way to have an error.  All
24103         callers changed.
24104         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
24105         at the correct time.  Simplify calculation of "+u" and its ilk.
24106         Don't mishandle "+X".
24107         (mode_free): Remove "register" and localize decls.
24108         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
24109         (struct mode_change): Move to modechange.c; callers don't
24110         need to see this stuff.
24111         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
24112         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
24113         (mode_change, mode_adjust): Reflect the new signatures noted above.
24114         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
24115         that might redefine system include files.
24116         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
24117         (my_usleep): Use NULL rather than (void *) 0.
24118         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
24119         Use siginterrupt to specify that system calls should be interrupted.
24120         (rpl_nanosleep): Move initialization of suspended closer to call of
24121         my_usleep.
24122         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
24123         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
24124         (desirable_utmp_entry): New function.
24125         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
24126         using x2nrealloc, to simplify logic.
24127         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
24128         size calculation.  Do not assume utmp file is a regular file.
24129         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
24130         (READ_UTMP_CHECK_PIDS): New constant.
24131         * lib/save-cwd.c: Include unistd-safer.h.
24132         (save_cwd): Use fd_safer.
24133         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
24134         [!_LIBC] Include "stat-macros.h" instead.
24135         * lib/unistd-safer.h (fd_safer): New decl.
24136
24137 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
24138
24139         * modules/getloadavg (Depends-on): Add unistd-safer.
24140         * modules/getusershell (Depends-on): Add stdio-safer.
24141         * modules/lstat (Depends-on): Remove xalloc.
24142         * modules/mkstemp (Depends-on): Add stat-macros.
24143         * modules/modechange (Depends-on): Remove xstrtol.
24144         Add stat-macros, xalloc.
24145         * modules/save-cwd (Depends-on): Add unistd-safer.
24146         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
24147         * modules/unistd-safer (Files): Add lib/fd-safer.c
24148         (Makefile.am): Remove lib_SOURCES.
24149
24150         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
24151         Remove fcntl-safer; unistd-safer supersedes it.
24152
24153 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
24154
24155         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
24156         AC_HEADER_STAT.
24157         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
24158         (gl_PREREQ_CHOWN): Remove.
24159         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
24160         it.  Don't require AC_HEADER_STAT.
24161         (gl_PREREQ_LSTAT): Remove.
24162         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
24163         Don't require AC_HEADER_STAT.
24164         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
24165         (gl_PREREQ_RMDIR): Remove.
24166         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
24167         mention stat-macros.h or AC_HEADER_STAT, since we'll make
24168         the stat-macros module a prerequisite.
24169         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
24170         * m4/filemode.m4 (gl_FILEMODE): Likewise.
24171         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
24172         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
24173         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
24174         variable names.
24175         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
24176         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
24177         variable prefixes.
24178         * m4/fcntl-safer.m4: Remove.
24179         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
24180         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
24181         Invoke gl_PREREQ_FD_SAFER.
24182         (gl_PREREQ_FD_SAFER): New macro.
24183         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
24184         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
24185         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
24186         Remove duplicate call to AC_LIBOBJ(readutmp).
24187         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
24188
24189         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
24190         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
24191
24192 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
24193
24194         * MODULES.html.sh (Misc): Add byteswap.
24195
24196 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
24197
24198         * modules/getcwd (Depends-on): Add extensions.
24199         * modules/openat (Depends-on): Likewise.
24200
24201 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
24202
24203         * modules/byteswap: New file.
24204
24205 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
24206
24207         * m4/byteswap.m4: New file.
24208
24209 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
24210
24211         * lib/byteswap_.h: New file.
24212
24213 2005-04-25  Karl Berry  <karl@gnu.org>
24214
24215         * m4/gettext.m4: Update from GNU gettext 0.14.4.
24216
24217 2005-04-25  Albert Chin  <china@thewrittenword.com>
24218
24219         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
24220         Toolkit C bug.
24221
24222 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
24223
24224         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
24225         (func_ln_if_changed) Remove forcibly for no error message
24226         in case file does not exist.
24227
24228 2005-04-19  Simon Josefsson  <jas@extundo.com>
24229
24230         * gnulib-tool (Options): Make --symlink mean --symbolic.
24231
24232 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
24233
24234         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
24235
24236 2005-04-16  Simon Josefsson  <jas@extundo.com>
24237
24238         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
24239
24240 2005-04-15  Simon Josefsson  <jas@extundo.com>
24241
24242         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
24243
24244 2005-04-15  Simon Josefsson  <jas@extundo.com>
24245
24246         * gnulib-tool: Rename --symlink to --symbolic.
24247
24248 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
24249
24250         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
24251         symbolic links to files instead of copying/moving.  Add --aux-dir,
24252         specifying directory relative --dir where auxiliary build tools
24253         are placed.
24254
24255 2005-04-14  Bruno Haible  <bruno@clisp.org>
24256
24257         * modules/allocsa (License): Change to LGPL.
24258         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
24259
24260 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
24261
24262         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
24263         that "UTC +1 second" continues to work.  Problem reported
24264         by Dmitry V. Levin.
24265         (relunit_snumber): New rule.
24266         (relunit): Use it.
24267
24268 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
24269
24270         * lib/getdate.y (universal_time_zone_table): New constant.
24271         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
24272         universal_time_zone_table.
24273         (lookup_zone): Prefer universal_time_zone_table to
24274         local_time_zone_table, so that "GMT" time stamps are allowed in
24275         London during the summer.  Problem reported by Ian Abbott.
24276
24277 2005-04-12  Jim Meyering  <jim@meyering.net>
24278
24279         * lib/human.c (humblock): Set *options even when returning due to
24280         xstrtoumax conversion failure.  Thanks to a used-uninitialized
24281         warning from gcc-4.
24282
24283 2005-04-09  Jim Meyering  <jim@meyering.net>
24284
24285         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
24286         -Wuninitialized: initialize tm0.tm_year.
24287
24288 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
24289
24290         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
24291         count, since there's no maximum.  All uses changed.
24292         Add member dsts_seen.
24293         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
24294         not being INT_MAX.
24295         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
24296         Use pc_rels_seen to decide whther a date is absolute.
24297
24298         * lib/getdate.y (number): Don't overwrite year.
24299         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
24300         check.
24301
24302 2005-04-02  Simon Josefsson  <jas@extundo.com>
24303
24304         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
24305         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
24306
24307 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
24308
24309         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
24310         where no absolute path name can be longer than PATH_MAX.
24311
24312 2005-03-27  Jim Meyering  <jim@meyering.net>
24313
24314         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
24315
24316 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
24317
24318         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
24319         "one's complement" -> "ones' complement" in comment, as per Knuth.
24320         "value of type" -> "type or expression" in comment.
24321         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
24322
24323 2005-03-26  Jim Meyering  <jim@meyering.net>
24324
24325         Comment nits.
24326         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
24327         Correct typos: s/or/of/.
24328
24329 2005-03-26  Jim Meyering  <jim@meyering.net>
24330
24331         * modules/check-include-files: Move to ../ and rename to...
24332         * check-module: ...this.
24333
24334 2005-03-25  Jim Meyering  <jim@meyering.net>
24335
24336         * modules/xvasprintf (Files): Add xalloc.h.
24337
24338 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
24339
24340         * modules/gettext (Files): config/config.rpath ->
24341         build-aux/config.rpath
24342         * modules/iconv (Files): Likewise.
24343         Problem reported by Oskar Liljeblad.
24344
24345 2005-03-23  Jim Meyering  <jim@meyering.net>
24346
24347         * modules/check-include-files: New script to check for
24348         missing dependencies, multiple includes, etc.
24349
24350         * modules/c-strtold (Depends-on): Add xalloc.
24351         * modules/c-strtod (Depends-on): Add xalloc.
24352         * modules/hash (Depends-on): Add xalloc.
24353         (Files): Remove lib/xalloc.h.
24354
24355         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
24356         * modules/userspec (Files): Add lib/inttostr.h.
24357
24358 2005-03-23  Jim Meyering  <jim@meyering.net>
24359
24360         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
24361
24362 2005-03-22  Jim Meyering  <jim@meyering.net>
24363
24364         * modules/stat-macros: New module.
24365         * modules/canonicalize, modules/euidaccess, modules/file-type,
24366         * modules/filemode, modules/lchown, modules/makepath,
24367         * modules/rmdir, modules/stat: Depend on new stat-macros module
24368         rather than listing lib/stat-macros.h manually.
24369         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
24370
24371 2005-03-22  Jim Meyering  <jim@meyering.net>
24372
24373         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
24374
24375 2005-03-22  Bruno Haible  <bruno@clisp.org>
24376
24377         * config/srclist.txt: Replace target directory 'config' with
24378         'build-aux'.
24379         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
24380         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
24381         ../build-aux/.
24382
24383 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
24384
24385         * modules/chdir-long (Depends-on): Add mempcpy.
24386
24387         * modules/acl, modules/backupfile, modules/c-strtod,
24388         modules/c-strtold, modules/canon-host, modules/canonicalize,
24389         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
24390         modules/exclude, modules/exitfail, modules/file-type,
24391         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
24392         modules/getdate, modules/getline, modules/getpagesize,
24393         modules/getpass, modules/getugroups, modules/group-member,
24394         modules/hard-locale, modules/hash, modules/human, modules/idcache,
24395         modules/inttostr, modules/long-options, modules/makepath,
24396         modules/md5, modules/memcasecmp, modules/memcoll,
24397         modules/modechange, modules/mountlist, modules/path-concat,
24398         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
24399         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
24400         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
24401         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
24402         modules/strftime, modules/strndup, modules/strverscmp,
24403         modules/timespec, modules/unlocked-io, modules/userspec,
24404         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
24405         modules/yesno:
24406         Remove lib_SOURCES line from Makefile.am section, as this is now
24407         done automatically by the corresponding Autoconf macro.
24408
24409 2005-03-21  Jim Meyering  <jim@meyering.net>
24410
24411         Changes imported from coreutils.
24412
24413         * lib/cycle-check.c: Don't include xalloc.h.
24414
24415         * lib/path-concat.c: Don't include assert.h.
24416         (path_concat): Remove assertion that would have triggered
24417         for ABASE starting with more than one slash.
24418         Reported by Andreas Schwab.
24419
24420         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
24421         properly when ABASE is an absolute file name.
24422         Correct the description of this function.
24423         Include <assert.h>.
24424         Add an assertion and a test driver.
24425         This fixes a bug introduced on 2004-07-02.
24426         Andreas Schwab reported the resulting failure of cp --parents:
24427         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
24428
24429 2005-03-21  Jim Meyering  <jim@meyering.net>
24430
24431         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
24432         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
24433
24434 2005-03-21  Jim Meyering  <jim@meyering.net>
24435         and  Paul Eggert  <eggert@cs.ucla.edu>
24436
24437         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
24438         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
24439         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
24440         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
24441         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
24442         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
24443         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
24444         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
24445         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
24446         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
24447         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
24448         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
24449         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
24450         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
24451         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
24452         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
24453         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
24454         for these modules.
24455
24456 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
24457
24458         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
24459         (which shouldn't happen), generate nothing instead of returning 0
24460         immediately, so that nstrftime (NULL, ...) doesn't return 0.
24461
24462 2005-03-16  Bruno Haible  <bruno@clisp.org>
24463
24464         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
24465         HAVE_LONGLONG_64BIT.
24466
24467 2005-03-16  Bruno Haible  <bruno@clisp.org>
24468
24469         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
24470         HAVE_LONGLONG_64BIT.
24471
24472 2005-03-16  Bruno Haible  <bruno@clisp.org>
24473
24474         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
24475         HAVE_LONGLONG_64BIT.
24476
24477 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
24478
24479         * lib/strftime.c (my_strftime): Prepend space to format so that we can
24480         reliably distinguish strftime failure from empty output on POSIX
24481         hosts.
24482
24483 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
24484
24485         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
24486         (iconv_string): Don't guess a size-zero buffer, as that might cause
24487         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
24488         result would be 'too large', where 'too large' is (heuristically)
24489         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
24490         overflow concerns.  This will prevent some unwanted malloc failures
24491         when the inputs are very large.
24492
24493 2005-03-15  Karl Berry  <karl@gnu.org>
24494
24495         * config/srclist.txt (config.rpath): from gettext.
24496         * config/config.rpath: update.
24497
24498 2005-03-15  Bruno Haible  <bruno@clisp.org>
24499
24500         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
24501         to 'negate'.
24502
24503         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
24504         variable.
24505
24506         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
24507         results.
24508
24509 2005-03-14  Simon Josefsson  <jas@extundo.com>
24510
24511         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
24512         <fx@gnu.org>.
24513
24514 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
24515
24516         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
24517         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
24518         intprops.h.
24519         * lib/strtol.c: Likewise.
24520
24521 2005-03-14  Jim Meyering  <jim@meyering.net>
24522
24523         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
24524         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
24525         to be nonzero so that we (and caller) can detect the difference
24526         between a valid zero-length expansion and an error return, even
24527         when the underlying strftime fails before writing anything into
24528         that location.
24529
24530 2005-03-14  Bruno Haible  <bruno@clisp.org>
24531
24532         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
24533         Update from GNU gettext 0.14.3.
24534
24535 2005-03-10  Jim Meyering  <jim@meyering.net>
24536
24537         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
24538
24539 2005-03-10  Jim Meyering  <jim@meyering.net>
24540
24541         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
24542         so that this module works on systems without fchdir.
24543
24544 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
24545
24546         Factor int-properties macros into a single file, except for
24547         glibc-related files.
24548         * lib/intprops.h: New file.
24549         * lib/getloadavg.c: Include it instead of limits.h.
24550         (INT_STRLEN_BOUND): Remove.
24551         * lib/human.c: Include intprops.h.
24552         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
24553         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
24554         302/1000.
24555         * lib/inttostr.h: Include intprops.h instead of limits.h.
24556         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
24557         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
24558         for consistency with intprops.h.
24559         (time_t_is_integer, twos_complement_arithmetic): Use them.
24560         * lib/sig2str.h: Include <signal.h>, intprops.h.
24561         (INT_STRLEN_BOUND): Remove.
24562         * lib/strftime.c (TYPE_SIGNED): Remove.
24563         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
24564         * lib/strtol.c: Adjust comments to match intprops.h.
24565         * lib/userspec.c: Include intprops.h.
24566         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
24567         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
24568         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
24569         instead of rolling our own expressions.
24570         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
24571
24572         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
24573         instead of int.
24574         (my_strftime): Do not mishandle years close to INT_MAX, by doing
24575         the right thing even if adding 1900 would overflow.  Similarly
24576         for tm_mon + 1 and tm_yday + 1.
24577         Make %Y always equivalent to %C%y, and similarly for %G and %g.
24578         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
24579         (DO_SIGNED_NUMBER): New macro.
24580         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
24581
24582 2005-03-07  Bruno Haible  <bruno@clisp.org>
24583
24584         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
24585
24586 2005-03-07  Bruno Haible  <bruno@clisp.org>
24587
24588         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
24589
24590 2005-03-04  Derek R. Price  <derek@ximbiot.com>
24591
24592         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
24593         (func_import): Only replace files via --import when they have actually
24594         changed.
24595
24596 2005-03-03  Derek R. Price  <derek@ximbiot.com>
24597
24598         * m4/mmap-anon.m4: New file.
24599         * m4/pagealign_alloc.m4: New file.
24600
24601 2005-03-03  Derek R. Price  <derek@ximbiot.com>
24602             Bruno Haible  <bruno@clisp.org>
24603
24604         * modules/pagealign_alloc: New file.
24605         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
24606
24607 2005-03-03  Derek R. Price  <derek@ximbiot.com>
24608             Bruno Haible  <bruno@clisp.org>
24609
24610         * lib/pagealign_alloc.h: New file.
24611         * lib/pagealign_alloc.c: New file.
24612
24613 2005-03-03  Bruno Haible  <bruno@clisp.org>
24614
24615         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
24616         Use an all-permissive copyright notice, recommended by RMS.
24617
24618 2005-03-02  Bruno Haible  <bruno@clisp.org>
24619
24620         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
24621         of AIX, the replacement has to be done only after <string.h> is
24622         included, therefore not in config.h. stpncpy.h does the replacement,
24623         and stpncpy.c uses it.
24624
24625 2005-03-02  Bruno Haible  <bruno@clisp.org>
24626
24627         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
24628         stpncpy.c uses it.
24629
24630 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24631
24632         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
24633         The workaround isn't strictly needed for POSIX conformance, and
24634         it's too much of a pain to configure and maintain.  We'll ask
24635         people to fix their kernels instead.
24636         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
24637         (NANOSLEEP_BUG_WORKAROUND): Remove.
24638         (xnanosleep): Remove the workaround.
24639
24640 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24641
24642         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
24643         Reported by Derek Price.
24644         (Include): Add "timespec.h".
24645
24646         * modules/xnanosleep (Depends-on): Remove gethrxtime.
24647
24648 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24649
24650         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
24651         to detect nanosleep bug.
24652
24653 2005-03-01  Bruno Haible  <bruno@clisp.org>
24654
24655         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
24656
24657 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24658
24659         * modules/gethrxtime: New file.
24660         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
24661         (Depends-on): Add gethrxtime.
24662         (configure.ac): Add gl_XNANOSLEEP.
24663         (Makefile.am): Remove lib_SOURCES line.
24664
24665 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
24666
24667         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
24668         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
24669
24670 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
24671
24672         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
24673         * lib/timespec.h (gettime): Return void, since it always
24674         succeeds now.  All uses changed.
24675         * lib/gettime.c (gettime) Likewise.
24676         [HAVE_NANOTIME]: Prefer nanotime.
24677         Assume gettimeofday succeeds, as POSIX requires.
24678         Assime time () succeeds, since other code already does.
24679         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
24680         (timespec_subtract): Remove.
24681         (NANOSLEEP_BUG_WORKAROUND): New constant.
24682         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
24683         things considerably.  Use it only on GNU/Linux hosts, since the
24684         workaround shouldn't be needed elsewhere.
24685
24686 2005-02-24  Bruno Haible  <bruno@clisp.org>
24687
24688         * modules/gettext (Files): Add m4/glibc2.m4.
24689
24690 2005-02-24  Bruno Haible  <bruno@clisp.org>
24691
24692         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
24693         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
24694         * m4/progtest.m4:
24695         Update from GNU gettext 0.14.2.
24696         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
24697
24698 2005-02-24  Bruno Haible  <bruno@clisp.org>
24699
24700         * lib/localcharset.c: Update from GNU gettext 0.14.2.
24701         * lib/config.charset: Update from GNU gettext 0.14.2.
24702
24703 2005-02-24  Bruno Haible  <bruno@clisp.org>
24704
24705         * lib/gettext.h: Update from GNU gettext 0.14.2.
24706
24707 2005-02-23  Simon Josefsson  <jas@extundo.com>
24708
24709         * m4/iconvme.m4: New file.
24710
24711 2005-02-23  Jim Meyering  <jim@meyering.net>
24712
24713         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
24714         change.
24715         Thanks to Bruno Haible for catching it.
24716
24717 2005-02-22  Simon Josefsson  <jas@extundo.com>
24718
24719         * modules/iconvme: New file.
24720
24721         * MODULES.html.sh: Add iconvme.
24722
24723 2005-02-22  Simon Josefsson  <jas@extundo.com>
24724
24725         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
24726
24727 2005-02-22  Simon Josefsson  <jas@extundo.com>
24728
24729         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
24730
24731 2005-02-22  Jim Meyering  <jim@meyering.net>
24732
24733         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
24734         s/ifndef/ifdef/.
24735
24736 2005-02-20  Neil Conway  <neilc@samurai.com>
24737
24738         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
24739         returned by OSX/Darwin if the specified buffer is not large
24740         enough for the hostname.
24741
24742 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24743
24744         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
24745         pass it to _help, otherwise the latter coredumps trying to
24746         dereference state.root_argp.
24747
24748 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
24749
24750         * modules/chdir-long (Depends-on): Add memrchr.
24751         * modules/memrchr (Files): Add lib/memrchr.h.
24752         (Include): "memrchr.h".
24753
24754 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
24755
24756         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
24757
24758 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
24759
24760         * lib/memrchr.h: New file.
24761         * lib/chdir-long.c: Include it.
24762         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
24763         Don't bother including stddef.h.
24764
24765 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
24766
24767         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
24768         inclusion.
24769         Include <sys/types.h>, for dev_t.
24770         (ME_DUMMY, ME_REMOTE): Move from here....
24771         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
24772         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
24773         Dmitry V. Levin.
24774         Include mountlist.h first, to test the interface.
24775
24776 2005-01-29  Bruno Haible  <bruno@clisp.org>
24777
24778         * lib/progname.c (program_name): Initialize.
24779         Needed when linking statically on MacOS X.
24780
24781 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
24782
24783         Sync from coreutils.
24784         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
24785         (Depends-on): Add c-strtod.
24786         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
24787
24788 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
24789
24790         Sync from coreutils.
24791         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
24792
24793         Remove files that are specific to coreutils.
24794         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
24795
24796 2005-01-28  Bruno Haible  <bruno@clisp.org>
24797
24798         * modules/javacomp: New file.
24799         * MODULES.html.sh (Java): Add javacomp.
24800
24801 2005-01-28  Bruno Haible  <bruno@clisp.org>
24802
24803         * m4/javacomp.m4: New file, from GNU gettext.
24804
24805 2005-01-28  Bruno Haible  <bruno@clisp.org>
24806
24807         * lib/javacomp.sh.in: New file, from GNU gettext.
24808         * lib/javacomp.h: New file, from GNU gettext.
24809         * lib/javacomp.c: New file, from GNU gettext.
24810
24811 2005-01-26  Simon Josefsson  <jas@extundo.com>
24812
24813         * lib/gai_strerror.c: Use GPL in header.
24814
24815 2005-01-26  Bruno Haible  <bruno@clisp.org>
24816
24817         * modules/javaexec: New file.
24818         * MODULES.html.sh (Java): Add javaexec.
24819
24820 2005-01-26  Bruno Haible  <bruno@clisp.org>
24821
24822         * m4/javaexec.m4: New file, from GNU gettext.
24823
24824 2005-01-26  Bruno Haible  <bruno@clisp.org>
24825
24826         * lib/javaexec.sh.in: New file, from GNU gettext.
24827         * lib/javaexec.h: New file, from GNU gettext.
24828         * lib/javaexec.c: New file, from GNU gettext.
24829
24830 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24831
24832         * modules/lchown (Depends-on): Remove lchown.h
24833
24834 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24835
24836         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
24837         must be defined if the header file was not found, in order
24838         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
24839
24840 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24841
24842         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
24843         initializers for struct pentry_state.
24844         (__argp_error): Check return value of __asprintf
24845         (__argp_failure): Translate error message
24846
24847         * lib/argp-parse.c: Removed braces around the expansion of N_()
24848
24849 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24850
24851         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
24852         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
24853         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
24854         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
24855         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
24856         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
24857         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
24858         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
24859         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
24860         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
24861         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
24862         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
24863         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
24864         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
24865         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
24866         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
24867         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
24868         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
24869         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
24870         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
24871         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
24872         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
24873         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
24874         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
24875         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
24876         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
24877         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
24878         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
24879         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
24880         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
24881         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
24882         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
24883         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
24884         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
24885         xstrtol.m4, xstrtoumax.m4, yesno.m4:
24886         Use an all-permissive copyright notice, recommended by RMS.
24887
24888 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
24889
24890         * modules/chdir-long (Depends-on): Remove mempcpy.
24891
24892 2005-01-21  Jim Meyering  <jim@meyering.net>
24893
24894         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
24895         same value as for Solaris 9.
24896
24897         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
24898         component length.  This included changing the parameter to be
24899         of type `char *' rather than `char const *'.
24900         * lib/chdir-long.h (chdir_long): Update prototype.
24901
24902         * lib/openat.c (fdopendir, fstatat): New functions.
24903         * lib/openat.h: Include headers required for use of DIR and struct
24904         stat.
24905         [AT_SYMLINK_NOFOLLOW]: Define.
24906         (fdopendir, fstatat): Add prototypes.
24907
24908 2005-01-21  Bruno Haible  <bruno@clisp.org>
24909
24910         * modules/classpath: New file.
24911         * MODULES.html.sh (Java): Add classpath.
24912
24913 2005-01-21  Bruno Haible  <bruno@clisp.org>
24914
24915         * lib/classpath.h: New file, from GNU gettext.
24916         * lib/classpath.c: New file, from GNU gettext.
24917
24918 2005-01-20  Simon Josefsson  <jas@extundo.com>
24919
24920         * modules/version-etc-fsf: New file.
24921
24922 2005-01-20  Simon Josefsson  <jas@extundo.com>
24923
24924         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
24925         * lib/version-etc.c: Remove version_etc_copyright.
24926         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
24927         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
24928
24929 2005-01-20  Simon Josefsson  <jas@extundo.com>
24930
24931         * lib/base64.h (isbase64): Add.
24932
24933         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
24934         using a unsigned prototype, don't inline.
24935         (base64_decode): Use it.
24936
24937 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
24938
24939         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
24940         it.
24941
24942 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
24943
24944         * lib/save-cwd.c (save_cwd): Remove code to support the case
24945         where fchdir is missing or flaky.
24946
24947 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
24948
24949         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
24950
24951 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
24952
24953         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
24954         AC_LIBSOURCES now does this.
24955         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
24956         with new ullong_max module.
24957
24958 2005-01-19  Bruno Haible  <bruno@clisp.org>
24959
24960         * modules/sh-quote: New file.
24961         * MODULES.html.sh (Executing programs): Add sh-quote.
24962
24963 2005-01-19  Bruno Haible  <bruno@clisp.org>
24964
24965         * lib/sh-quote.h: New file, from GNU gettext.
24966         * lib/sh-quote.c: New file, from GNU gettext.
24967
24968 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
24969
24970         Merge from coreutils.
24971         * m4/ullong_max.m4: New file.
24972         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
24973         (gl_MACROS): Assume localeconv exists.
24974
24975 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
24976
24977         Merge changes from coreutils, as described below in several
24978         changelogs dated today.
24979
24980         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
24981         (O_DIRECTORY): Remove; not needed here, since "." must be
24982         a directory.  All uses removed.
24983         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
24984         universal on Suns, and we also need to test for IRIX.
24985         Revamp code to use 'if' rather than '#if'.
24986         Avoid unnecessary comparison of cwd->desc to 0.
24987
24988         * lib/utimens.c (futimens): Robustify the previous patch, by checking
24989         for known valid error numbers rather than observed invalid ones.
24990
24991 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
24992
24993         * modules/ullong_max: New file.
24994
24995         * modules/chdir-long, modules/openat: New files.
24996         * modules/save-cwd (Depends-on): Depend on chdir-long.
24997         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
24998
24999 2005-01-18  Jim Meyering  <jim@meyering.net>
25000
25001         Merge from coreutils.
25002         * m4/chdir-long.m4, m4/openat.m4: New files.
25003         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
25004         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
25005         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
25006         is sane and DOES follow symlinks.  Besides, testing 20 different
25007         systems found no broken chown implementations.
25008         Prompted by a change in rsync's copy of this macro.
25009         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
25010
25011         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
25012
25013         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
25014         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
25015         NULL-means-set-to-current-time semantics.
25016         Remove temporary file immediately, rather than waiting
25017         for configure's at-exit trap code to do it.
25018
25019 2005-01-18  Jim Meyering  <jim@meyering.net>
25020
25021         * lib/version-etc.c (version_etc_copyright): Update copyright date.
25022
25023         * lib/utimens.c (futimens): Account for the fact that futimes
25024         can also fail with errno == ENOSYS or errno == ENOENT.
25025         Patch from Dmitry V. Levin.
25026
25027         Change the name of the robust chdir function from chdir to chdir_long.
25028         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
25029         (restore_cwd): Use chdir_long, not chdir.
25030         * lib/chdir-long.c: Renamed from chdir.c.
25031         * lib/chdir-long.h: Renamed from chdir.h.
25032         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
25033         Hurd.
25034
25035 2005-01-18  Bruno Haible  <bruno@clisp.org>
25036
25037         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
25038         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
25039         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
25040         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
25041         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
25042         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
25043         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
25044         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
25045         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
25046         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
25047         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
25048         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
25049         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
25050         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
25051         Use an all-permissive copyright notice, recommended by RMS.
25052
25053 2005-01-18  Bob Proulx  <bob@proulx.com>
25054
25055         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
25056         simplify offsetof() macro construct to avoid compile failure with
25057         native HP-UX 11.0 ANSI C compiler.
25058
25059 2005-01-17  Bruno Haible  <bruno@clisp.org>
25060
25061         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
25062         redundant because stpncpy.m4 takes care of it.
25063
25064 2005-01-17  Bruno Haible  <bruno@clisp.org>
25065
25066         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
25067
25068 2005-01-17  Bruno Haible  <bruno@clisp.org>
25069
25070         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
25071         used.
25072
25073 2005-01-17  Bruno Haible  <bruno@clisp.org>
25074
25075         * lib/fwriteerror.h (fwriteerror): Change specification to include
25076         fclose.
25077         * lib/fwriteerror.c: Include <stdbool.h>.
25078         (fwriteerror): At the end, close the file stream. Record whether
25079         stdout was already closed.
25080
25081 2005-01-17  Bruno Haible  <bruno@clisp.org>
25082
25083         * lib/execute.c (environ): Declare if needed.
25084         * lib/pipe.c (environ): Likewise.
25085         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
25086
25087 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25088
25089         * modules/argp: Depend on vsnprintf
25090
25091 2005-01-10  Jim Meyering  <jim@meyering.net>
25092
25093         * modules/closeout (Depends-on): Add atexit.
25094
25095 2005-01-06  Bruno Haible  <bruno@clisp.org>
25096
25097         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
25098
25099 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
25100
25101         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
25102         definitions to be after all include files, to avoid collisions.
25103         Problem reported by Bob Proulx.
25104
25105 2005-01-04  Jim Meyering  <jim@meyering.net>
25106
25107         Changes imported from coreutils.
25108         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
25109         as the mkstemp template, use a temporary directory and an
25110         8.3-friendly template to avoid trouble on systems like DJGPP.
25111         Reported by Juan M. Guerrero via Stepan Kasal.
25112         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
25113         close. Remove the temporary directory right away, rather than waiting
25114         for configure's at-exit trap code to do it.
25115         Suggestion from Stepan Kasal.
25116
25117 2005-01-01  Simon Josefsson  <jas@extundo.com>
25118
25119         * gnulib-tool: Print #include directives when --import'ing.
25120
25121 2004-12-28  Simon Josefsson  <jas@extundo.com>
25122
25123         * tests/test-base64.c: Include required header files.  Remove
25124         unused variables.
25125
25126 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
25127
25128         * modules/error (Depends-on): Remove gettext.
25129
25130 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
25131
25132         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
25133         not needed.  This removes a dependency on the gettext module.
25134         [defined _LIBC]: Do not include <libintl.h>; not needed.
25135
25136 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
25137
25138         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
25139         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
25140
25141 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
25142
25143         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
25144         HAVE_DECL_STRTOLD.
25145
25146 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
25147
25148         * modules/getdate (Depends-on): Remove alloca-opt.
25149
25150 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
25151
25152         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
25153
25154 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
25155
25156         * lib/argp-parse.c: Include <stddef.h>.
25157         (alignof, alignto): New macros.
25158         (parser_init): Don't assume that void * is aligned sufficiently
25159         for struct option.
25160
25161         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
25162         need to extend the stack.
25163         (YYINITDEPTH): New macro, so that the initial stack isn't overly
25164         large.
25165
25166 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25167
25168         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
25169
25170 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
25171
25172         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
25173         (2004-10-24) change.  Apparently this was a false alarm.
25174
25175         * modules/getdate: Depend on alloca-opt, not alloca.
25176
25177 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
25178
25179         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
25180         Remove now-obsolete comment about AIX.
25181         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
25182         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
25183         (YYMAXDEPTH): New macro.
25184
25185 2004-12-18  Simon Josefsson  <jas@extundo.com>
25186
25187         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
25188
25189 2004-12-18  Bruno Haible  <bruno@clisp.org>
25190
25191         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
25192
25193 2004-12-18  Bruno Haible  <bruno@clisp.org>
25194
25195         * lib/fatal-signal.c (fatal_signals): Make non-const.
25196         (init_fatal_signals): New function.
25197         (uninstall_handlers, install_handlers): Ignore signals that were set to
25198         SIG_IGN.
25199         (at_fatal_signal): Call init_fatal_signals.
25200         (init_fatal_signal_set): Likewise. Ignore signals that were set to
25201         SIG_IGN.
25202         Reported by Paul Eggert.
25203
25204 2004-12-18  Bruno Haible  <bruno@clisp.org>
25205
25206         * doc/alloca.texi: New file.
25207         * doc/alloca-opt.texi: New file.
25208
25209 2004-12-17  Jim Meyering  <jim@meyering.net>
25210
25211         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
25212         Otherwise, install-sh could exit with improper exit status when
25213         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
25214
25215 2004-12-16  Simon Josefsson  <jas@extundo.com>
25216
25217         * tests/test-base64.c: Add license.
25218
25219 2004-12-15  Stepan Kasal  <address@hidden>
25220
25221         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
25222
25223 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
25224
25225         * modules/getcwd (Files): Add m4/d-ino.m4.
25226         Suggested by Mark D. Baushke.
25227
25228 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
25229
25230         * lib/getdate.y (textint): New member "negative".
25231         (time_zone_hhmm): New function.
25232         Expect 14 shift-reduce conflicts, not 13.
25233         (o_colon_minutes): New rule.
25234         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
25235         (yylex): Set the "negative" member of signed numbers.
25236
25237 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
25238
25239         * doc/getdate.texi (Time of day items, Time zone items):
25240         Describe new formats +00:00, UTC+00:00.
25241
25242 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
25243
25244         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
25245         spurious "-l"s.  Problem reported by Stepan Kasal.
25246
25247 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
25248
25249         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
25250         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
25251
25252 2004-12-04  Simon Josefsson  <jas@extundo.com>
25253
25254         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
25255         Vandoorselaere <yoann@prelude-ids.org>.
25256
25257 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
25258
25259         Changes imported from coreutils.
25260         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
25261         exist.
25262         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
25263
25264 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
25265
25266         Changes imported from coreutils.
25267         * lib/hard-locale.c: Assume <locale.h> exists.
25268         Include "strdup.h".
25269         (GLIBC_VERSION): New macro.
25270         (hard_locale): Assume setlocale exists.
25271         Rewrite to avoid #ifdef.
25272         Use strdup rather than malloc + strcpy.
25273         * lib/human.c: Assume <locale.h> exists.
25274         (human_readable): Assume localeconv exists.
25275
25276 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
25277
25278         * modules/hard-locale (Depends-on): Add strdup.
25279
25280 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
25281
25282         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
25283         convert T2, not T.  (Imported from libc.)
25284
25285 2004-11-30  Simon Josefsson  <jas@extundo.com>
25286
25287         * modules/restrict (License): Change to LGPL.
25288
25289 2004-11-30  Simon Josefsson  <jas@extundo.com>
25290
25291         * m4/restrict.m4: Add copyright and copying conditions.
25292
25293 2004-11-30  Simon Josefsson  <jas@extundo.com>
25294
25295         * m4/base64.m4: New file.
25296
25297 2004-11-30  Simon Josefsson  <jas@extundo.com>
25298
25299         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
25300         base64.
25301
25302         * tests/test-base64.c: New file.
25303
25304         * modules/base64: New file.
25305
25306 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
25307
25308         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
25309         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
25310
25311         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
25312
25313 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
25314
25315         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
25316         (__getcwd.c): Don't restore errno; glibc doesn't.
25317         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
25318         first, falling back to our code only if its results look suspicious.
25319         Ensure that the resulting buffer is only as large as necessary.
25320
25321         * lib/readutmp.c: Include readutmp.h first.
25322         Include <errno.h>, since readutmp.h no longer does that.
25323         * lib/readutmp.h: Don't include <errno.h>,
25324         <sys/param.h>, <time.h>; not needed to establish interface.
25325         (errno): Remove decl.
25326         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
25327         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
25328         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
25329
25330 2004-11-28  Simon Josefsson  <jas@extundo.com>
25331
25332         * lib/base64.h, base64.c: New file.
25333
25334 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
25335
25336         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
25337
25338 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
25339
25340         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
25341         (Depends-on): Remove pathmax, same.  Add mempcpy.
25342         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
25343         (Makefile.am): Append getcwd.h to lib_SOURCES.
25344         (Include): Add getcwd.h.
25345         (Maintainer): Change from Jim Meyering to "all, glibc",
25346         since getdate now uses intended-for-glibc code.
25347         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
25348         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
25349
25350 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
25351
25352         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
25353         HP's ANSI C compiler.
25354         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
25355         Declaring int functions causes warnings on some modern systems and
25356         shouldn't be needed to compile on ancient ones.
25357         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
25358         defined.
25359
25360         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
25361         with the following changes.
25362         (__set_errno): Parenthesize properly.
25363         Include <stdbool.h>.
25364         (MIN, MAX, MATCHING_INO): New macros.
25365         (__getcwd): Define with prototype, not K&R form.
25366         Use heuristics to allocate default buffer on stack if possible.
25367         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
25368         behavior, and to avoid the PATH_MAX limit when computing
25369         ../../../../...
25370         Use MATCHING_INO to compare inode number to file.
25371         Check for arithmetic overflow in size calculations.
25372         Fix bug in reallocation of dot array that caused getcwd to fail
25373         on directories nested deeper than 75.
25374         Be more careful about saving errno on error.
25375         Do not use realloc; use only free+malloc, as this is a bit
25376         more flexible and avoids a needless copy operation.
25377         Do not inspect st_dev and st_ino for symbolic links; POSIX
25378         doesn't specify the latter.
25379         Check for closedir errors.
25380         Avoid needless casts.
25381         Use "#ifdef weak_alias" around weak_alias, to be like other
25382         glibc code.
25383         The following changes to getcwd.c have effect only when used in
25384         gnulib; they have no effect inside glibc proper.
25385         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
25386         as alloca isn't used.
25387         (alloca, __alloca): Likewise.
25388         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
25389         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
25390         unconditionally, as gnulib assumes C89 or better.
25391         Do not include <sys/param.h>.
25392         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
25393         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
25394         better.
25395         (NULL) [!defined NULL]: Remove; we assume C89 or better.
25396         Include <dirent.h> in a way that is compatible with modern Autoconf.
25397         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
25398         New macros, if not already defined.
25399         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
25400         Use "_LIBC", not "defined _LIBC", for consistency.
25401         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
25402         a mempcpy module.
25403         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
25404         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
25405         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
25406         credit only to Jim Meyering and adjust the copyright dates.
25407         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
25408         <stdlib.h>, <unistd.h>, "pathmax.h".
25409         Instead, include "xgetcwd.h" (first) and "getcwd.h".
25410         (INITIAL_BUFFER_SIZE): Remove.
25411         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
25412
25413 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
25414
25415         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
25416         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
25417         Use the _ONCE methods, for efficiency.
25418         Check for fcntl.h.  In test program, include <errno.h>
25419         and <fcntl.h> if available.  Remove old K&R cruft from
25420         test program.  Check for common errors in GNU/Linux,
25421         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
25422         don't do AC_LIBOBJ, as that's getcwd.m4's job.
25423         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
25424         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
25425         name accordingly.
25426         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
25427         accommodate new getcwd.c.
25428         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
25429         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
25430         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
25431         that's all we need now.
25432
25433 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25434
25435         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
25436         argp-parse.c depends on getopt internals, that means we should
25437         always use our getopt, to be on the safe side.
25438         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
25439         order not to spoil the result of an eventual previous invocation
25440         of gl_GETOPT_SUBSTITUTE.
25441
25442 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25443
25444         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
25445         redefinition warnings. To avoid them, include the defines
25446         in `#if !defined __need_getopt ... #endif'. The only place
25447         where __getopt_argv_const is used is in definitions
25448         of getopt_long and getopt_long_only below, which are as well
25449         protected by `#ifndef __need_getopt'.
25450         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
25451         __need_getopt after including <stdio.h> and <unistd.h> These
25452         headers might have defined it.
25453
25454 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
25455
25456         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
25457
25458 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
25459
25460         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
25461         (futimens): New function, which uses futimes if available.
25462         (futimens, utimens): Support timespec==NULL, with same semantics
25463         as utime and utimens.
25464         * lib/utimens.h (futimens): New decl.
25465
25466 2004-11-23  Jim Meyering  <jim@meyering.net>
25467
25468         * lib/getopt_.h: Remove trailing blanks.
25469
25470 2004-11-23  Jim Meyering  <jim@meyering.net>
25471
25472         * lib/__fpending.c: Add comment.
25473
25474 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
25475
25476         * modules/canonicalize (Depends-on): Add xreadlink.
25477         Problem reported by James Youngman.
25478
25479 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
25480
25481         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
25482         New macros.
25483         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
25484         optopt): Use them instead of invoking ## directly; otherwise, the
25485         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
25486
25487 2004-11-19  Bruno Haible  <bruno@clisp.org>
25488
25489         * lib/strtok_r.c: Move comments from here...
25490         * lib/strtok_r.h: ... to here.
25491
25492 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
25493
25494         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
25495         implementations that mishandle size_t overflow.
25496
25497 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
25498
25499         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
25500         might fail.  Problem reported by Yoann Vandoorselaere.
25501         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
25502         implementations that mishandle size_t overflow.
25503
25504 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25505
25506         * modules/canon-host (Depends-on): Add strdup.
25507
25508 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25509
25510         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
25511
25512 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25513
25514         * lib/canon-host.c: Include "strdup.h".
25515         (canon_host): Use getaddrinfo if available, so that IPv6 works.
25516         Use strdup instead of malloc/strcpy to duplicate strings.
25517
25518         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
25519         (human_space_before_unit): New constant.
25520         * lib/human.c (human_readable): Support it.
25521
25522         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
25523         (xgetcwd): Set errno correctly when failing.
25524         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
25525         the failure is actually due to a PATH_MAX problem.
25526
25527         Further getopt changes to make it more likely that glibc will
25528         buy the changes back.
25529         * lib/getopt.c (POSIXLY_CORRECT): New constant.
25530         (getopt): Use it, so to preserve glibc semantic
25531         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
25532         when compiling for libc.
25533         * lib/getopt_.h (__getopt_argv_const): Bring it back.
25534         (getopt_long, getopt_long_only): Use it.
25535
25536         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
25537         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
25538         (getopt): Argv is now char * const *, as per standard.
25539         (_getopt_internal_r, _getopt_internal): Argv is now char **,
25540         not char *__getopt_argv_const *.
25541         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
25542         _getopt_long_only_r): Likewise.
25543         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
25544         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
25545         _getopt_long_r, _getopt_long_only_r): Likewise.
25546         * lib/getopt_.h (__getopt_argv_const): Remove.
25547         (getopt): Argv is now char * const *, as per standard.
25548
25549         * lib/getdate.y (tORDINAL): New token.
25550         (day, relunit): Allow it for relative times.
25551         (relative_time_table): Use tORDINAL for ordinals.
25552
25553 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25554
25555         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
25556         Document that "second" isn't allowed as an ordinal number.
25557
25558 2004-11-16  Jim Meyering  <jim@meyering.net>
25559
25560         * modules/closeout (Depends-on): Add fpending.
25561
25562 2004-11-15  Jim Meyering  <jim@meyering.net>
25563
25564         * lib/closeout.c: Include "__fpending.h" once again.
25565         Include <stdbool.h>.
25566         (close_stdout): Don't fail just because stdout was closed initially,
25567         since some programs don't write to stdout in the normal course of
25568         operation (other than --version and --help), and we don't want this
25569         function to make e.g. `touch file >&-' fail.
25570         But do fail if it was closed and someone has tried to write to it.
25571         E.g., `printf foo >&-' must fail.
25572
25573 2004-11-13  Jim Meyering  <jim@meyering.net>
25574
25575         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
25576
25577 2004-11-12  Simon Josefsson  <jas@extundo.com>
25578
25579         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
25580         small doc fix is still pending.
25581
25582 2004-11-11  Simon Josefsson  <jas@extundo.com>
25583
25584         * modules/strtok_r: New file.
25585
25586         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25587         strtok_r.
25588
25589 2004-11-11  Simon Josefsson  <jas@extundo.com>
25590
25591         * m4/strtok_r.m4: New file.
25592
25593         * m4/getopt.m4: Replace opterr.
25594
25595 2004-11-11  Simon Josefsson  <jas@extundo.com>
25596
25597         * lib/strtok_r.h, strtok_r.c: New file.
25598
25599 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
25600
25601         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
25602         of replacing opterr, getopt, etc.  This should handle the
25603         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
25604
25605 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
25606
25607         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
25608         we can stop lying to compilers about the constness of argv when we
25609         are compiled outside glibc.
25610         (getopt, getopt_long, getopt_long_only): Use it.
25611         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
25612         _getopt_internal, getopt): Likewise.
25613         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
25614         _getopt_long_only_r): Likewise.
25615         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
25616         _getopt_long_r, _getopt_long_only_r): Likewise.
25617
25618         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
25619         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
25620         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
25621         the other external symbols.
25622         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
25623         declaration, since the above renaming now works around collisions.
25624
25625 2004-11-11  Jim Meyering  <jim@meyering.net>
25626
25627         * lib/linebreak.c: Remove trailing blanks.
25628         * lib/alloca_.h: Likewise.
25629         * lib/acosl.c: Likewise.
25630         * lib/euidaccess.c: Likewise.
25631         * lib/allocsa.h: Likewise.
25632
25633 2004-11-10  Simon Josefsson  <jas@extundo.com>
25634
25635         * m4/getaddrinfo.m4: New file.
25636
25637 2004-11-10  Simon Josefsson  <jas@extundo.com>
25638
25639         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
25640
25641 2004-11-10  Simon Josefsson  <jas@extundo.com>
25642
25643         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25644         getaddrinfo.
25645
25646         * modules/getaddrinfo: New file.
25647
25648 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
25649
25650         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
25651
25652 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
25653
25654         * lib/mktime.c (SHR): New macro, which is a portable
25655         substitute for >> that should work even on Crays.
25656         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
25657         Problem reported by Mark D. Baushke in
25658         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
25659         * lib/getdate.y (SHR): Likewise.
25660         (tm_diff): Use it.
25661         * lib/strftime.c (SHR): Likewise.
25662         (tm_diff): Use it.
25663         * lib/quotearg.c (struct quoting_options): Use unsigned int for
25664         quote_these_too, so that right shifts are well defined.  All uses
25665         changed.
25666
25667 2004-11-10  Jim Meyering  <jim@meyering.net>
25668
25669         Ensure that no close failure goes unreported.
25670         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
25671         return early when it seems there's nothing to flush.
25672         Don't include __fpending.h.
25673
25674 2004-11-10  Jim Meyering  <jim@meyering.net>
25675
25676         * modules/closeout (Depends-on): Remove fpending.
25677
25678 2004-11-10  Jim Meyering  <jim@meyering.net>
25679
25680         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
25681
25682 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
25683
25684         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
25685         gl_FUNC_STRFTIME.
25686         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
25687         and AC_REQUIRE when possible, to avoid duplicate checks.
25688         Check for <wchar.h>.
25689
25690 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
25691
25692         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
25693
25694 2004-11-09  Bruno Haible  <bruno@clisp.org>
25695
25696         * m4/sockpfaf.m4: New file.
25697
25698 2004-11-05  Bruno Haible  <bruno@clisp.org>
25699
25700         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
25701         Reported by Mark D. Baushke <mdb@cvshome.org>.
25702
25703 2004-11-04  Bruno Haible  <bruno@clisp.org>
25704
25705         2004-09-11  Bruno Haible  <bruno@clisp.org>
25706                 * allocsa.valgrind: New file.
25707         2004-02-06  Bruno Haible  <bruno@clisp.org>
25708                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
25709                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
25710                 Reported by Christopher Seip <chris.seip@hp.com>.
25711
25712 2004-11-04  Bruno Haible  <bruno@clisp.org>
25713
25714         * modules/allocsa (Files): Add lib/allocsa.valgrind.
25715         (Makefile.am): Distribute it.
25716
25717 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
25718
25719         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
25720         with errno == ERANGE if the buffer is too small.
25721         Problem reported by Mark D. Baushke.
25722
25723 2004-11-03  Albert Chin  <china@thewrittenword.com>
25724             Paul Eggert  <eggert@cs.ucla.edu>
25725
25726         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
25727         equivalent, substitute $ac_type for equivalent type rather than
25728         blindly using uint32_t *always* which won't work if uint32_t is not
25729         available.  Define _UINT32_T to work around typedef of uint32_t if
25730         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
25731         2.5.1.
25732
25733 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
25734
25735         * m4/jm-macros.m4: Sync from coreutils.
25736         (gl_MACROS): Check for mbrlen, for pathchk.
25737         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
25738
25739 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
25740
25741         * lib/xreadlink.c (MAXSIZE): New macro.
25742         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
25743         size does not exceed MAXSIZE.  Avoid cast.
25744         As suggested by Mark D. Baushke in
25745         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
25746         if readlink fails with buffer size just under MAXSIZE, try again
25747         with MAXSIZE.
25748
25749 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
25750
25751         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
25752
25753 2004-11-02  Derek R. Price  <derek@ximbiot.com>
25754         and  Paul Eggert  <eggert@cs.ucla.edu>
25755
25756         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
25757         (get_date): Overparenthesize to avoid GCC warning.
25758
25759 2004-11-02  Bruno Haible  <bruno@clisp.org>
25760
25761         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
25762         returns void.
25763
25764 2004-11-02  Bruno Haible  <bruno@clisp.org>
25765
25766         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
25767         function returns void.
25768
25769 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
25770
25771         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
25772         fflush_unlocked, flockfile, funlockfile, funlockfile,
25773         fputs_unlocked, putc_unlocked.
25774
25775 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
25776
25777         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
25778         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
25779         already declared.
25780
25781 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
25782
25783         * modules/getdate (Files): Add doc/getdate.texi.
25784         (Depends-on): Add setenv, xalloc.
25785
25786 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
25787
25788         * lib/getdate.y: Add support for TZ="foo" within a date string.
25789         Fix some bugs near time_t boundaries.  Reject dates with
25790         out-of-range components, e.g., "Sept 31".
25791         Include <stdlib.h>, "setenv.h", "xalloc.h".
25792         (ISDIGIT_LOCALE): Remove; unused.
25793         Note that the TZ and time functions used here are not reentrant.
25794         (mktime_ok, get_tz): New functions.
25795         (TZBUFSIZE): New constant.
25796         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
25797         This requires that we sometimes generate our own TZ="XXX..." setting.
25798
25799 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
25800
25801         * doc/getdate.texi: New file, from coreutils with modifications for
25802         the new TZ parsing.
25803
25804 2004-10-27  Derek R. Price  <derek@ximbiot.com>
25805
25806         * lib/mktime.c (not_equal_tm): Remove redundant check.
25807
25808 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25809
25810         * modules/regex (lib_SOURCES): Add regex.c.
25811         Reported by James Youngman in
25812         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
25813
25814 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25815
25816         * lib/getdate.y: Use Bison 1.875 features, and some minor
25817         code cleanups.  This change does not affect semantics.
25818         Don't include <stdlib.h>; no longer needed.
25819         Don't include unlocked-io.h; only the "#if TEST" code uses
25820         stdio, and performance isn't crucial there.
25821         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
25822         Bison 1.875 features as described below.
25823         All uses of "PC." replaced by "pc->".
25824         (YYSTYPE): Add a forward declaration.
25825         (yylex, yyerror): Use full prototypes in forward decls.
25826         Use "%pure-parser" rather than obsolescent "%pure_parser".
25827         Use %parse-param and %lex-param instead of obsolescent
25828         YYPARSE_PARAM and YYLEX_PARAM.
25829         (meridian_table, month_and_day_table, time_units_table,
25830         relative_time_table, time_zone_table, military_table,
25831         lookup_zone, lookup_word, get_date):
25832         Use NULL instead of 0 where appropriate.
25833         (to_hour): Avoid abort (), to avoid a dependency on
25834         stdlib.h.
25835         (yyerror, yylex): Now accepts parser_control * arg.
25836         (main) [TEST]: Use '\0' rather than 0 for char.
25837
25838 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
25839
25840         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
25841
25842 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
25843
25844         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
25845         It's now the caller's responsibility to handle the case where
25846         !HAVE_GETPAGESIZE && !defined getpagesize.
25847
25848         * lib/mktime.c (leapyear): Arg is long int, not int.
25849
25850 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
25851
25852         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
25853
25854 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
25855
25856         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
25857         missing.  Problem reported by James Youngman.
25858
25859 2004-10-16  Simon Josefsson  <jas@extundo.com>
25860
25861         * gnulib-tool: Fix comments.  Fix parse problem.
25862         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
25863
25864 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
25865
25866         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
25867         implementation of getopt_long.  Problem reported by Alexander Taler in:
25868         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
25869
25870 2004-10-15  Bruno Haible  <bruno@clisp.org>
25871
25872         * gnulib-tool: Untabify. Initialize supplied_libname.
25873         (func_usage): More homogenous output.
25874         (func_modules_transitive_closure, func_modules_to_filelist,
25875         func_emit_lib_Makefile_am): New functions.
25876         (func_import): New function, extracted from big case statement. Use
25877         func_get_license, func_modules_transitive_closure,
25878         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
25879         opt_lgpl. Don't use test -a, as it's not portable.
25880         (func_create_testdir): Use func_modules_transitive_closure,
25881         func_modules_to_filelist, func_emit_lib_Makefile_am.
25882
25883 2004-10-15  Bruno Haible  <bruno@clisp.org>
25884
25885         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
25886
25887 2004-10-15  Bruno Haible  <bruno@clisp.org>
25888
25889         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
25890         the portions belonging to each module.
25891         Suggested by Derek Robert Price <derek@ximbiot.com>.
25892
25893 2004-10-12  Simon Josefsson  <jas@extundo.com>
25894
25895         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
25896         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
25897         to real functions.
25898
25899 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
25900
25901         * modules/vsnprintf: New file.
25902
25903 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
25904
25905         * m4/vsnprintf.m4: New file.
25906
25907 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
25908
25909         * lib/vsnprintf.h: New file.
25910         * lib/vsnprintf.c: New file.
25911
25912 2004-10-11  Bruno Haible  <bruno@clisp.org>
25913
25914         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
25915         vsnprintf.
25916
25917 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
25918
25919         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
25920
25921 2004-10-07  Bruno Haible  <bruno@clisp.org>
25922
25923         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
25924         fits into the provided buffer.
25925
25926 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
25927
25928         * lib/diacrit.c, diacrit.h: Add GPL notice.
25929
25930         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
25931         notice.
25932         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
25933         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
25934         This avoids a potential constant-folding bug.
25935
25936 2004-10-05  Bruno Haible  <bruno@clisp.org>
25937
25938         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
25939         for the declaration of strsep.
25940
25941 2004-10-05  Bruno Haible  <bruno@clisp.org>
25942
25943         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
25944
25945 2004-10-04  Simon Josefsson  <jas@extundo.com>
25946
25947         * modules/memmem: New file.
25948         * tests/test-memmem.c: New file.
25949         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
25950
25951 2004-10-04  Simon Josefsson  <jas@extundo.com>
25952
25953         * m4/memmem.m4: New file.
25954
25955 2004-10-04  Simon Josefsson  <jas@extundo.com>
25956
25957         * lib/memmem.h: New file.
25958         * lib/memmem.c: New file, taken from glibc.
25959
25960 2004-10-04  Simon Josefsson  <jas@extundo.com>
25961
25962         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
25963         '#ifdef USE_UNLOCKED_IO'.
25964
25965 2004-10-04  Simon Josefsson  <jas@extundo.com>
25966
25967         * config/srclist.txt: Add memmem from glibc.
25968
25969 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
25970
25971         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
25972
25973         * modules/argmatch, modules/argp, modules/closeout, modules/error,
25974         modules/exclude, modules/getdate, modules/getline,
25975         modules/getndelim2, modules/getpass, modules/getpass-gnu,
25976         modules/getusershell, modules/linebuffer, modules/md5,
25977         modules/mountlist, modules/posixtm, modules/readtokens,
25978         modules/readutmp, modules/regex, modules/sha1,
25979         modules/version-etc, modules/yesno:
25980         Remove dependency on unlocked-io.
25981
25982 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
25983
25984         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
25985
25986         * m4/unlocked-io.m4: Add copyright notice.
25987         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
25988
25989 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
25990
25991         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
25992         * lib/xmalloc.c (xmemdup): Likewise.
25993         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
25994         XFREE): Remove these long-obsolescent macros.
25995         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
25996         * lib/xstrdup.c: Remove.
25997
25998         * lib/regex.c (re_comp): Cast gettext return value to char *,
25999         Problem reported by Martin Neitzel via Mark D. Baushke.
26000
26001 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
26002
26003         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
26004         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
26005         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
26006         regex.c, sha1.c, version-etc.c, yesno.c:
26007         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
26008         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
26009         the includer's responsibility.
26010
26011         Sync from coreutils.
26012
26013         * lib/modechange.c (mode_compile): Don't decrement a pointer that
26014         points to the start of a string, as the C Standard says the
26015         resulting behavior is undefined.
26016
26017         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
26018         simple -> simple_backups, numbered_existing ->
26019         numbered_existing_backups, numbered -> numbered_backups
26020         to avoid shadowing problems.  All uses changed.
26021         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
26022         * lib/backupfile.c (check_extension, numbered_backup):
26023         Rename locals to avoid shadowing 'basename'.
26024         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
26025         once.
26026
26027         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
26028         * lib/.cvsignore: Add getopt.h.
26029
26030 2004-10-04  Bruno Haible  <bruno@clisp.org>
26031
26032         * modules/README: New file.
26033         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
26034         not a module.
26035
26036 2004-10-02  Jim Meyering  <jim@meyering.net>
26037
26038         * lib/dirfd.h, getpagesize.h: Add copyright notice.
26039
26040 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26041
26042         * modules/strsep: New file.
26043
26044 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26045
26046         * m4/strsep.m4: New file.
26047
26048 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26049
26050         * lib/strsep.h: New file.
26051         * lib/strsep.c: New file.
26052
26053 2004-10-01  Simon Josefsson  <jas@extundo.com>
26054
26055         * lib/snprintf.c (snprintf): Handle size==0.
26056
26057 2004-10-01  Simon Josefsson  <jas@extundo.com>
26058             Bruno Haible  <bruno@clisp.org>
26059
26060         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
26061         (snprintf): Declare 'args'.
26062
26063 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
26064
26065         * lib/snprintf.c: Remove comments as to why each header is needed.
26066
26067 2004-10-01  Bruno Haible  <bruno@clisp.org>
26068
26069         * MODULES.html.sh: Add strsep.
26070
26071 2004-09-30  Simon Josefsson  <jas@extundo.com>
26072
26073         * modules/snprintf: New file.
26074
26075 2004-09-30  Simon Josefsson  <jas@extundo.com>
26076
26077         * m4/snprintf.m4: New file.
26078
26079 2004-09-30  Simon Josefsson  <jas@extundo.com>
26080
26081         * lib/snprintf.h, lib/snprintf.c: New files.
26082
26083 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26084
26085         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
26086         (hol_entry_help): Never translate an empty string.
26087         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
26088         * lib/argp.h (OPTION_NO_TRANS): New option.
26089
26090 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
26091
26092         * modules/argp (Maintainer): Replace Simon Josefsson
26093         by Sergey Poznyakoff.
26094
26095 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
26096
26097         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
26098         changes merged back into glibc.
26099
26100 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
26101
26102         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
26103
26104 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
26105
26106         * lib/xvasprintf.c: Include xalloc.h.
26107         (xvasprintf): Use xalloc_die, not xmalloc_die.
26108
26109 2004-09-29  Bruno Haible  <bruno@clisp.org>
26110
26111         * modules/alloca-opt: New file, derived from modules/alloca.
26112         * modules/allocsa: Depend on alloca-opt instead of alloca.
26113         * modules/setenv: Likewise.
26114         * modules/vasnprintf: Likewise.
26115         * MODULES.html.sh: Add alloca-opt.
26116
26117 2004-09-28  Simon Josefsson  <jas@extundo.com>
26118
26119         * gnulib-tool: New parameter --lgpl, to asseert that modules are
26120         LGPL, and to replace license template from GPL to LGPL.
26121
26122 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
26123
26124         * modules/dummy: Change license to LGPL.
26125
26126 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
26127
26128         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
26129
26130 2004-09-24  Simon Josefsson  <jas@extundo.com>
26131
26132         * modules/minmax (License): Change from GPL to LGPL.
26133
26134 2004-09-23  Simon Josefsson  <jas@extundo.com>
26135
26136         * gnulib-tool (--import): Typo.
26137
26138 2004-09-23  Simon Josefsson  <jas@extundo.com>
26139
26140         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
26141
26142 2004-09-22  Bruno Haible  <bruno@clisp.org>
26143
26144         * modules/*: Add 'License' field.
26145         * gnulib-tool: Accept --extract-license option.
26146         (func_get_license): New function.
26147
26148 2004-09-21  Bruno Haible  <bruno@clisp.org>
26149
26150         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
26151         Reported by Simon Josefsson.
26152
26153 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
26154
26155         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
26156         gl_AC_TYPE_LONG_LONG.
26157
26158 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
26159
26160         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
26161
26162 2004-09-18  Simon Josefsson  <jas@extundo.com>
26163         and  Paul Eggert  <eggert@cs.ucla.edu>
26164
26165         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
26166         calls with autoreconf.  Define GL_LIB.
26167
26168 2004-09-14  Karl Berry  <karl@gnu.org>
26169
26170         * config/srclist.txt: unsync setenv.c, sigh.
26171
26172 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
26173
26174         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
26175         Problem reported by Bruno Haible in:
26176         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
26177
26178 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
26179
26180         * config/srclist.txt: Comment out argp-pvh.c.
26181
26182 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
26183
26184         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
26185         in case some system header has #define'd it.  Problem reported by
26186         Soeren D. Schulze in
26187         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
26188
26189 2004-09-09  Karl Berry  <karl@gnu.org>
26190
26191         * regex.[ch]: delete from the root.  These were supposed to be
26192                 synced with emacs cvs, but this has not happened for about
26193                 a year, and anyway nothing else uses emacs regex.[ch].
26194                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
26195                 lib/regex[.ch] is untouched.
26196
26197 2004-09-09  Bruno Haible  <bruno@clisp.org>
26198
26199         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
26200
26201 2004-09-09  Bruno Haible  <bruno@clisp.org>
26202
26203         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
26204         modifications.
26205         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
26206
26207 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
26208
26209         * modules/xvasprintf: New file.
26210         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
26211
26212 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
26213
26214         * lib/xvasprintf.h: New file.
26215         * lib/xvasprintf.c: New file.
26216         * lib/xasprintf.c: New file.
26217
26218 2004-09-08  Bruno Haible  <bruno@clisp.org>
26219
26220         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
26221
26222 2004-09-08  Bruno Haible  <bruno@clisp.org>
26223
26224         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
26225         length is > INT_MAX.
26226         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
26227         more.
26228
26229 2004-09-08  Bruno Haible  <bruno@clisp.org>
26230
26231         * lib/stdint_.h: New file, taken from GNU clisp.
26232
26233 2004-09-08  Bruno Haible  <bruno@clisp.org>
26234             Oskar Liljeblad  <oskar@osk.mine.nu>
26235
26236         * modules/stdint: New file.
26237         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
26238
26239 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26240
26241         Import from coreutils.
26242         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
26243         strings on unbounded length.  alloca's performance benefits aren't
26244         that important here.
26245         (V_STRDUP): Remove.
26246         (parse_with_separator): New function, with most of the internals
26247         of the old parse_user_spec.  Allow user to omit both user and group,
26248         for compatibility with FreeBSD.
26249         Clone only the user name, not the entire spec.
26250         Do not set *uid, *gid unless entirely successful.
26251         Avoid memory leak in some failing cases.
26252         Fix regression for USER.GROUP reported by Dmitry V. Levin in
26253         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
26254         (parse_user_spec): Rewrite to use parse_with_separator.
26255
26256 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26257
26258         * modules/userspec: Don't depend on alloca.
26259
26260 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26261
26262         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
26263
26264 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26265
26266         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
26267         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
26268         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
26269
26270 2004-08-16  Simon Josefsson  <jas@extundo.com>
26271
26272         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
26273         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
26274         Add --dry-run for --import.
26275         Let user provided command line parameters override configure.ac
26276         settings.
26277
26278 2004-08-12  Simon Josefsson  <jas@extundo.com>
26279
26280         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
26281         as discussed with Paul Eggert in threads rooted at
26282         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
26283         and
26284         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
26285         Before, the test was empty, and relied on ELIDE_CODE in source
26286         code.)
26287         (gl_PREREQ_GETOPT): New macro.
26288         (gl_GETOPT): Use them.
26289
26290 2004-08-12  Simon Josefsson  <jas@extundo.com>
26291
26292         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
26293         * lib/getopt_.h: Renamed from getopt.h.
26294
26295 2004-08-12  Simon Josefsson  <jas@extundo.com>
26296
26297         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
26298         Change default library name from libfoo to libgnu.
26299         Now, if you have a configure.ac that says:
26300                 gl_SOURCE_BASE(gl)
26301                 gl_M4_BASE(gl/m4)
26302                 gl_MODULES(error getopt etcetera)
26303                 gl_INIT
26304         you can import all you need by running:
26305                 ../gnulib/gnulib-tool --import
26306
26307         * modules/getopt (Files): Rename getopt.h to getopt_.h.
26308         (Makefile.am): Rewrite, use logic from argz.
26309         (Include): Use <getopt.h> instead of "getopt.h".
26310
26311 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
26312
26313         * modules/argp (Files): Add m4/unlocked-io.m4.
26314         (Depends-on): Add extensions.
26315
26316 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
26317
26318         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
26319         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
26320         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
26321         Check for program_invocation_name, program_invocation_short_name,
26322         flockfile, funlockfile, features.h, _getopt_long_only_r.
26323
26324 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
26325
26326         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
26327         its complicated substitute.
26328         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
26329         and program_invocation_name.
26330         (__argp_basename) [!_LIBC]: Remove; the only use was
26331         replaced by its body.
26332         (__argp_short_program_name): Change condition from
26333         !defined __argp_short_program_name to
26334         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
26335         to match argp-namefrob.h.
26336         (__argp_failure): Don't assume strerror_r returns char *.
26337         * lib/argp-parse.c (N_): Define unconditionally.
26338         (argp_default_options): Fill out initializers with 0 to avoid
26339         gcc warnings.
26340
26341 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
26342
26343         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
26344         getopt1.c.
26345
26346 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26347
26348         Merge from coreutils.
26349
26350         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
26351
26352         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
26353         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
26354
26355 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26356
26357         Merge from coreutils.
26358
26359         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
26360         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
26361         for Reliant Unix 5.43.
26362
26363         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
26364         (union fooround): Use uintmax_t, not long int.
26365         The rest is a merge from libc:
26366         [defined _LIBC]: Include <shlib-compat.h>.
26367         (_obstack) [defined _LIBC]: Remove after 2.3.4.
26368
26369         * lib/settime.c (settime): Recode to avoid warning with
26370         Sun Forte C 6U2.
26371
26372         * lib/strverscmp.c: Convert to UTF-8.
26373
26374 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26375
26376         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
26377         m4/uintmax_t.m4.
26378
26379 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26380
26381         * modules/xalloc-die: New file.
26382         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
26383
26384         * modules/md5 (Files): Add m4/uint32_t.m4.
26385         * modules/sha1: Renamed from modules/sha.
26386         (Files):
26387         Rename lib/sha.h to lib/sha1.h.
26388         Rename lib/sha.c to lib/sha1.c.
26389         Rename m4/sha.m4 to m4/sha1.m4.
26390         (lib_SOURCES): Likewise.
26391         (configure.ac): Rename gl_SHA to gl_SHA1.
26392         (Include): sha.h -> sha1.h.
26393
26394 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26395
26396         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
26397         * m4/sha1.m4: Renamed from sha.m4.
26398         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
26399
26400 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26401
26402         * lib/obstack.h (obstack_empty_p):
26403         Don't assume that chunk->contents is suitably aligned.
26404         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
26405         Likewise. Problem reported by Benno in
26406         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
26407
26408         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
26409         readable.  This could be improved further but it'd take some work.
26410
26411 2004-08-08  Simon Josefsson  <jas@extundo.com>
26412
26413         * modules/xgethostname (Depends-on): Remove exit and error (not
26414         used).
26415
26416         * modules/getpass-gnu: Add getpass.h.
26417         (Depends-on): Add stdbool.
26418         * modules/getpass: Add getpass.h.
26419
26420 2004-08-08  Simon Josefsson  <jas@extundo.com>
26421
26422         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
26423         Check getpass declaration.
26424
26425 2004-08-08  Simon Josefsson  <jas@extundo.com>
26426
26427         * lib/xgethostname.c: Don't include error.h (not used).
26428
26429         * lib/getpass.h: Add.
26430         * lib/getpass.c: Include getpass.h first.
26431
26432 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
26433
26434         * lib/xalloc-die.c: New file.
26435         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
26436         All uses removed.
26437         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
26438         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
26439         xalloc-die.c.
26440         (_, N_, xalloc_die): Move to xalloc-die.c.
26441         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
26442         so that we needn't mess with xalloc_msg_memory_exhausted.
26443
26444         * lib/sha1.h: Renamed from sha.h.
26445         (SHA1_H): Renamed from _SHA_H.
26446         (sha1_ctx): Renamed from sha_ctx.
26447         (sha1_init_ctx): Renamed from sha_init_ctx.
26448         (sha1_process_block): Renamed from sha_process_block.
26449         (sha1_process_bytes): Renamed from sha_process_bytes.
26450         (sha1_finish_ctx): Renamed from sha_finish_ctx.
26451         (sha1_read_ctx): Renamed from sha_read_ctx.
26452         (sha1_stream): Renamed from sha_stream.
26453         (sha1_buffer): Renamed from sha_buffer.
26454         * lib/sha1.c: Likewise; renamed from sha.c.
26455         Do not include <sys/types.h>.
26456         Include <stddef.h> rather than <stdlib.h>.
26457
26458 2004-08-08  Bruno Haible  <bruno@clisp.org>
26459
26460         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
26461         FILESYSTEM_PREFIX_LEN.
26462         * lib/progreloc.c: Likewise.
26463         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
26464
26465 2004-08-06  Simon Josefsson  <jas@extundo.com>
26466
26467         * modules/progname (Depends-on): Don't depend on stdbool.
26468
26469 2004-08-06  Simon Josefsson  <jas@extundo.com>
26470
26471         * modules/getsubopt: New file.
26472         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
26473         getsubopt.
26474
26475 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
26476
26477         More merge from coreutils.
26478
26479         * m4/utimens.m4, m4/utimecmp.m4: New files.
26480         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
26481         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
26482         prereq.m4, sha.m4: Import changes from coreutils.
26483
26484 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
26485
26486         More merge from coreutils.
26487         * modules/raise, modules/readtokens0, modules/utimens:
26488         * modules/utimecmp, module/xnanosleep: New files.
26489         * modules/strftime: Add lib/strftime.h.
26490         Change include from <time.h> to "strftime.h".
26491         * modules/yesno: Add lib/yesno.h.
26492         * modules/backupfile: Remove lib/addext.c.
26493         * modules/euidaccess: Add stat-macros.h.
26494         * modules/canonicalize, modules/euidaccess,
26495         modules/filemode, modules/lchown, modules/makepath,
26496         modules/rmdir, modules/stat: Likewise.
26497
26498 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
26499
26500         Merge from tar.
26501         * lib/argp-help.c (make_hol, hol_append): Don't assume that
26502         SIZE_MAX is a valid preprocessor constant.
26503         (__argp_basename): Change from "#ifndef _LIBC"
26504         to "#ifndef __argp_short_program_name", so that
26505         we don't compile these functions for tar.
26506
26507         More merges from coreutils.
26508         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
26509         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
26510         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
26511         * lib/addext.c: Remove; no longer needed.
26512         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
26513         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
26514         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
26515         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
26516         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
26517         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
26518         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
26519         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
26520         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
26521         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
26522         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
26523         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
26524         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
26525         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
26526         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
26527         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
26528         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
26529         Import changes from coreutils.
26530
26531 2004-08-05  Simon Josefsson  <jas@extundo.com>
26532
26533         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
26534
26535 2004-08-05  Simon Josefsson  <jas@extundo.com>
26536
26537         * m4/getsubopt.m4: New file.
26538
26539 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
26540
26541         Merge from coreutils.
26542
26543         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
26544         * m4/getcwd-path-max.m4: New files.
26545
26546         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
26547         FILESYSTEM_PREFIX_LEN ->
26548         FILE_SYSTEM_PREFIX_LEN.
26549         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
26550         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
26551         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
26552         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
26553
26554         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
26555         prerequisite modules now handle the DOS stuff.
26556         Don't check for unistd.h.
26557
26558 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
26559
26560         Merge from coreutils.
26561
26562         * lib/.gdb-history: Remove; this doesn't belong here.
26563
26564         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
26565         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
26566         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
26567         * lib/getcwd.c: New files.
26568
26569         * lib/dirname.h: Include <stdbool.h>.
26570         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
26571         for consistency with POSIX terminology.  All uses changed.
26572         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
26573         (strip_trailing_slashes): Use bool for booleans.
26574         * lib/stripslash.c (strip_trailing_slashes): Likewise.
26575
26576         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
26577         sometimes returns a positive errno value even when it succeeds.
26578         (print_errno_message) [!LIBC]: Fall back on strerror if
26579         __strerror_r fails.
26580
26581         * lib/path-concat.c (mempcpy): Don't define if a system header defines
26582         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
26583         (longest_relative_suffix): New function.
26584         (path_concat): Use it.  Assume first argument is not NULL.
26585         Port to DOS.  Omit redundant separators.
26586         Report an error instead of returning NULL.
26587         Use mempcpy instead of memcpy.
26588         (xpath_concat): Remove: not declared or used.
26589
26590         * lib/same.h: Include <stdbool.h>
26591         (same_name): Return bool, not int.
26592         * lib/same.c (same_name): Likewise.
26593         (errno): Don't declare; we assume C89 or better now.
26594
26595         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
26596         if not already defined.
26597
26598         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
26599         * lib/dup-safer.c (errno): Likewise.
26600
26601 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
26602
26603         Merge from coreutils.
26604         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
26605         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
26606         * modules/path-concat: Don't depend on strdup.
26607
26608 2004-08-03  Simon Josefsson  <jas@extundo.com>
26609
26610         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
26611         * lib/progname.h: Don't include stdbool.h.
26612
26613 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
26614
26615         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
26616         * MODULES.html.sh (func_all_modules): Remove fatal.
26617
26618 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
26619
26620         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
26621
26622 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
26623
26624         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
26625         working.
26626
26627 2004-08-02  Simon Josefsson  <jas@extundo.com>
26628
26629         * lib/getsubopt.h: New file, with comments from Bruno Haible.
26630         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
26631         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
26632
26633 2004-08-01  Simon Josefsson  <jas@extundo.com>
26634
26635         * lib/xgetdomainname.c: Include stdlib.h, for free().
26636
26637 2004-07-19  Bruno Haible  <bruno@clisp.org>
26638
26639         * MODULES.html.sh (func_all_modules): Add dummy.
26640
26641 2004-07-16  Simon Josefsson  <jas@extundo.com>
26642
26643         * modules/dummy: New file.
26644
26645 2004-07-16  Simon Josefsson  <jas@extundo.com>
26646
26647         * lib/dummy.c: New file.
26648
26649 2004-07-16  Bruno Haible  <bruno@clisp.org>
26650
26651         * lib/backupfile.h: Add extern "C" for C++.
26652         * lib/closeout.h: Likewise.
26653         * lib/copy-file.h: Likewise.
26654         * lib/findprog.h: Likewise.
26655         * lib/full-write.h: Likewise.
26656         * lib/pathname.h: Likewise.
26657         * lib/progname.h: Likewise.
26658         * lib/stpcpy.h: Likewise.
26659         * lib/stpncpy.h: Likewise.
26660         * lib/strcase.h: Likewise.
26661         * lib/strstr.h: Likewise.
26662         * lib/xalloc.h: Likewise.
26663
26664         * lib/mbswidth.h: Add extern "C" for C++.
26665         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
26666
26667 2004-07-13  Robert Millan  <robertmh@gnu.org>
26668
26669         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
26670
26671 2004-07-09  Simon Josefsson  <jas@extundo.com>
26672
26673         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
26674         failed without this.)
26675
26676 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26677
26678         * modules/chown (Files): Add lib/fchown-stub.c, since
26679         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
26680
26681 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26682
26683         * lib/fchown-stub.c: New file.
26684
26685 2004-06-24  Jim Meyering  <jim@meyering.net>
26686
26687         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
26688
26689 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
26690
26691         * modules/argz: Omit "#include".
26692
26693         * MODULES.html.sh (func_all_modules): Add calloc, to match
26694         2004-06-01 addition of calloc module.
26695
26696 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
26697
26698         * m4/argz.m4: New file, which is autoupdated from libtool.
26699
26700 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
26701
26702         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
26703         libtool.
26704
26705 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
26706
26707         * config/srclist-update: Don't insist on "USA." before the
26708         close-comment, as libtool omits the period and puts the */ on a
26709         separate line.
26710         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
26711         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
26712
26713 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
26714
26715         * modules/argz: New file.
26716         * MODULES.html.sh (func_all_modules): Add argz.
26717
26718 2004-06-12  Jim Meyering  <jim@meyering.net>
26719         and  Paul Eggert  <eggert@cs.ucla.edu>
26720
26721         * modules/hash (Files): Add lib/xalloc.h.
26722         * modules/pipe (Depends-on): Add wait-process.
26723         * modules/stat (Depends-on): Add xalloc.
26724         * modules/userspec (Files): Add lib/userspec.h.
26725         * modules/xstrto
26726
26727         Upgrade from gettext-0.13.
26728         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
26729         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
26730         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
26731
26732 2004-06-10  Jim Meyering  <jim@meyering.net>
26733
26734         * lib/calloc.c: New file.
26735
26736 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
26737
26738         * lib/getdate.y (yylex): Allow space between sign and number.
26739         Problem reported by Dan Jacobson.
26740
26741 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
26742
26743         Merge from coreutils CVS.
26744
26745         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
26746         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
26747         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
26748         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
26749         xstrtol.m4: Fix copyright date and/or serial number.
26750
26751         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
26752         See if we need an fchown replacement.
26753         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
26754         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
26755         and use the replacement function if we detect either defect.
26756
26757         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
26758         gl_UTIMECMP.
26759
26760 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
26761         and  Jim Meyering  <jim@meyering.net>
26762
26763         Merge from coreutils CVS.
26764
26765         * lib/stat-macros.h: New file, with contents from file-type.h
26766         and coreutils' system.h.
26767         * lib/file-type.c: Include "stat-macros.h".
26768         * lib/file-type.h (file_type): Move all macro definitions to new file,
26769         stat-macros.h.
26770
26771         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
26772         Wrap old code with this conditional.
26773         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
26774         function that does not dereference symlinks.
26775         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
26776
26777         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
26778         dependency problems.
26779         (xreadlink): Accept new arg SIZE, for efficiency.
26780         All decls and uses changed.
26781         * lib/xreadlink.h: Include <stddef.h>, for size_t.
26782
26783         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
26784         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
26785
26786         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
26787         sysexits.h.
26788
26789 2004-06-01  Jim Meyering  <jim@meyering.net>
26790
26791         * m4/calloc.m4: New file.
26792
26793 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
26794
26795         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
26796         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
26797         Also, fix a typo in a diagnostic.
26798
26799 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
26800
26801         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
26802         or AC_FUNC_REALLOC.
26803
26804 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
26805
26806         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
26807         macros to be defined.
26808         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
26809         the allocator returns NULL because the requested size is zero.
26810
26811 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
26812
26813         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
26814         var.  Add comment explaining why libc still defines it.  This
26815         merges the following patch from glibc:
26816         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
26817
26818 2004-05-20  Andreas Schwab  <schwab@suse.de>
26819
26820         * m4/free.m4: Replace free if it not known to work, not the other
26821         way round.
26822
26823 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
26824
26825         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
26826         present in glibc since revision 1.1 of this file.
26827         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
26828         obstack_alignment_mask, obstack_alloc, obstack_base,
26829         obstack_blank, obstack_blank_fast, obstack_chunk_size,
26830         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
26831         obstack_grow0, obstack_init, obstack_int_grow,
26832         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
26833         obstack_next_free, obstack_object_size, obstack_ptr_grow,
26834         obstack_ptr_grow_fast, obstack_room): Remove declarations of
26835         nonexistent functions.
26836
26837 2004-05-18  Karl Berry  <karl@gnu.org>
26838
26839         * config/srclist.txt: break link for vasnprintf.c.
26840
26841 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
26842
26843         Port obstack to the AS/400, where pointers are 16 bytes wide and
26844         you cannot cast an integer to a valid pointer.  This patch is
26845         currently waiting to be integrated into glibc; see
26846         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
26847
26848         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
26849         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
26850         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
26851         (struct obstack): temp member is now a union of a pointer and
26852         an integer, instead of an integer.  All integer uses changed.
26853         This does not affect the physical layout of struct obstack,
26854         except on hosts (like the AS/400) where the size or alignment of
26855         void * is greater than that of ptrdiff_t.
26856         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
26857         __STDC__)]: Store temporary in pointer member of union, not
26858         integer member.
26859         * lib/obstack.c: Include <stddef.h>, for offsetof.
26860         (struct fooalign): Remove; it doesn't need a name.
26861         (union fooround): Change double to long double, and add void *.
26862         (DEFAULT_ALIGNMENT): Use offsetof to compute.
26863         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
26864         not a macro.  Hence the values are always int; so remove all
26865         casts-to-int in uses.
26866
26867 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
26868
26869         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
26870         we can get this patch merged into glibc.
26871
26872 2004-05-17  Derek R. Price  <derek@ximbiot.com>
26873             Paul Eggert  <eggert@cs.ucla.edu>
26874
26875         * m4/argp: Depend on alloca.
26876
26877 2004-05-17  Derek R. Price  <derek@ximbiot.com>
26878             Paul Eggert  <eggert@cs.ucla.edu>
26879
26880         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
26881         freecoding.
26882
26883 2004-05-17  Bruno Haible  <bruno@clisp.org>
26884
26885         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
26886         precision that consists of a '.' followed by an empty digit string.
26887         Patch by Tor Lillqvist <tml@iki.fi>.
26888
26889 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
26890
26891         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
26892         for backward compatibility with older code.  We need our own
26893         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
26894         it under some other name, and our alloca.h will define it.
26895
26896 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
26897             Derek Price  <derek@ximbiot.com>
26898
26899         * lib/alloca.c: Include <alloca.h>, to get our interface.
26900         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
26901         include <alloca.h> first.  Use C89 prototype for alloca; this
26902         requires including <stddef.h> for size_t.  Use extern "C" if C++.
26903         Use #elif for simplicity, since we can assume C89 now.
26904         Don't try to source the system alloca.h since it will not be found
26905         and to prevent recursively including its replacement.
26906         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
26907         * lib/regex.c: Likewise.
26908
26909 2004-05-16  Derek Price  <derek@ximbiot.com>
26910             Paul Eggert  <eggert@cs.ucla.edu>
26911
26912         getline cleanup.  This changes the getndelim2 API: both order of
26913         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
26914         no delimiter).
26915
26916         * lib/getline.c: Don't include stddef.h or stdio.h, since our
26917         interface does that.
26918         (getline): Always use getdelim, so that we don't have two
26919         copies of this code.
26920         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
26921         if available.
26922         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
26923         (GETNDELIM2_MAXIMUM): New macro.
26924         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
26925         instead of the old practice of delim2==0.  All callers changed.
26926         Return -1 on overflow, instead of returning junk.
26927         Do not set *linesize unless allocation succeeds.
26928         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
26929         that we include sys/types.h.
26930         * lib/getnline.h: Likewise.
26931         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
26932         (getndelim2): Reorder arguments.
26933         * lib/getnline.c (getnline, getndelim):
26934         Don't discard the NMAX argument.
26935         (getnline): Invoke getndelim, to avoid code duplication.
26936         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
26937         of (size_t) -1 by callers of the getnline family.
26938
26939 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
26940
26941         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
26942         Check for gettimeofday.
26943         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
26944         Check for settimeofday, stime.
26945
26946 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
26947
26948         * lib/nanosleep.c (suspended): Change its type from int to
26949         sig_atomic_t volatile.
26950         (first_call): Make it private to rpl_nanosleep, and have it
26951         be zero initially as that's a bit faster.
26952         (my_usleep): Round up fractional times instead of truncating them,
26953         as this is the usual meaning for 'sleep'.
26954
26955         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
26956         doesn't work.
26957         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
26958         (ENOSYS): Define if not defined.
26959         (settime): Fall back on stime if it exists and settimeofday fails.
26960         But don't bother with fallbacks if a method fails with errno == EPERM.
26961
26962 2004-05-11  Jim Meyering  <jim@meyering.net>
26963
26964         Prior to this change, the save_cwd caller required read access to the
26965         current directory on most systems (ones with the fchdir function).
26966
26967         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
26968         fails, try write-only, and finally, resort to using xgetcwd.
26969
26970 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
26971
26972         * lib/obstack.c, obstack.h: Import changes from libc.
26973
26974 2004-04-28  Bruno Haible  <bruno@clisp.org>
26975
26976         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
26977         also implicitly appends .exe to executables.
26978         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
26979         accepts Windows pathnames.
26980         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
26981         Treat Cygwin like Windows, since it now accepts Windows pathnames.
26982         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
26983         Treat Cygwin like Windows, since it now accepts Windows pathnames.
26984         Reported by Derek Robert Price <derek@ximbiot.com>.
26985
26986 2004-04-21  Karl Berry  <karl@gnu.org>
26987
26988         * config/srclist.txt (localcharset.c): break sync.
26989
26990 2004-04-20  Paul Eggert  <eggert@twinsun.com>
26991
26992         * m4/host-os.m4: Add a copyright notice.
26993
26994 2004-04-20  Jim Meyering  <jim@meyering.net>
26995
26996         Change UTILS_ to gl_ in AC_DEFINE'd names.
26997         Change utils_- and jm_-prefixed variables, too.
26998         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
26999         UTILS_FUNC_MKDIR_TRAILING_SLASH.
27000         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
27001
27002         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
27003         Don't emit trailing blanks.
27004         Also rename jm_-prefixed variables to have gl_ prefix.
27005
27006         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
27007         Also rename jm_-prefixed variables to have gl_ prefix.
27008
27009         * m4/jm-macros.m4: Reflect the renamings.
27010         * m4/prereq.m4: Likewise.
27011
27012 2004-04-20  Jim Meyering  <jim@meyering.net>
27013
27014         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
27015         memory.
27016
27017 2004-04-20  Jim Meyering  <jim@meyering.net>
27018             Bruno Haible  <bruno@clisp.org>
27019
27020         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
27021         memory when realloc fails.
27022
27023 2004-04-19  Jim Meyering  <jim@meyering.net>
27024
27025         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
27026         now that readutmp.c may call `free (0)'.
27027
27028 2004-04-19  Bruno Haible  <bruno@clisp.org>
27029
27030         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
27031         * m4/inttypes_h.m4: Likewise.
27032         * m4/stdint_h.m4: Likewise.
27033         * m4/intmax_t.m4: Likewise.
27034         * m4/uintmax_t.m4: Likewise.
27035
27036 2004-04-18  Jim Meyering  <jim@meyering.net>
27037
27038         * m4/prereq.m4: Don't forbid jm_ prefix.
27039
27040         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
27041         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
27042         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
27043         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
27044         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
27045         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
27046         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
27047         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
27048         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
27049         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
27050         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
27051         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
27052         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
27053         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
27054         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
27055         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
27056         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
27057         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
27058         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
27059
27060 2004-04-18  Jim Meyering  <jim@meyering.net>
27061
27062         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
27063         failure, don't leak memory and do call END_UTMP_ENT.
27064
27065 2004-04-16  Jim Meyering  <jim@meyering.net>
27066
27067         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
27068         coreutils' stat program.
27069         (gl_PREREQ): Don't require jm_PREREQ_STAT.
27070
27071 2004-04-11  Paul Eggert  <eggert@twinsun.com>
27072
27073         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
27074         C89.
27075         (CHAR_BIT): Remove, since we assume C89.
27076         Include <stdint.h> if available, as per current Autoconf CVS advice.
27077
27078 2004-03-31  Jim Meyering  <jim@meyering.net>
27079
27080         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
27081         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
27082         * m4/xalloc.m4: Likewise.
27083
27084 2004-03-30  Paul Eggert  <eggert@twinsun.com>
27085
27086         Merge from coreutils.
27087
27088         * m4/inttostr.m4: New file.
27089         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
27090         Require AM_STDBOOL_H and gl_TIMESPEC instead.
27091         Require gl_CLOCK_TIME.
27092         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
27093
27094 2004-03-30  Paul Eggert  <eggert@twinsun.com>
27095
27096         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
27097         not bool, to be more consistent with Unix conventions.
27098         Suggested by Bruno Haible.
27099
27100         Merge from coreutils.
27101
27102         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
27103         * lib/umaxtostr.c: New files.
27104
27105         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
27106         the usual <time.h> dance.
27107         (get_date): Change signature to support fractional time stamps.
27108         All callers changed.
27109         * lib/getdate.y: Include "getdate.h" first, as we can now
27110         assume C89 and don't need to worry about 'const'.
27111         Similarly, include "unlocked-io.h" near start, not in middle.
27112         Include <limits.h>.
27113         (textint.value): Use long int rather than int.
27114         (textint.digits): Use size_t rather than int.
27115         (BILLION, LOG10_BILLION): New constants.
27116         (parser_control): New member rel_ns.  Members day_ordinal,
27117         time_zone, month, day, hour, minutes, rel_year, rel_month,
27118         rel_day, rel_hour, rel_minutes, rel_seconds
27119         are now long int, not int.  Member seconds is now struct timespec,
27120         not int.  New member timespec_seen.  Members dates_seen, days_seen,
27121         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
27122         not int.
27123         (%union.intval): Now long int, not int.
27124         New member timespec.
27125         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
27126         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
27127         (spec): Now is a timespec or an item list.
27128         (timespec, items): New nonterminals.
27129         (time, rel, relunit, number, get_date):
27130         Add support for fractional seconds.
27131         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
27132         (gmtime, localtime, mktime): Remove decls; not needed with C89.
27133         (to_hour): First arg is now long int, not int.
27134         (to_year): Returns long int, not int.
27135         Don't treat year -70 like 70.
27136         (tm_diff): Returns long int, not int.
27137         (lookup_word): Use bool instead of int when appropriate.
27138         (yylex): Use size_t for count, not int.
27139         Detect overflow when parsing large integer constants.
27140         Add support for fractions.
27141         (get_date): Make pointers 'const' if possible.
27142         Use more-portable code to detect integer overflow.
27143         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
27144         Don't use ctime; it's not reliable if the year has >4 digits.
27145
27146         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
27147         This is for compatibility with BSD.
27148
27149         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
27150         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
27151         From coreutils' system.h.
27152
27153         * lib/userspec.c: Don't include "posixver.h".
27154         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
27155         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
27156         compatible extension.  Simplify code by removing a boolean int
27157         that was always nonzero if a string was nonnull.
27158
27159 2004-03-30  Jim Meyering  <jim@meyering.net>
27160
27161         Merge from coreutils.
27162
27163         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
27164         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
27165         on some systems one must include <grp.h> before it.
27166         Reported by Christian Krackowizer.
27167
27168 2004-03-30  Jim Meyering  <jim@meyering.net>
27169
27170         Merge from coreutils.
27171
27172         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
27173
27174         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
27175         an empty input stream.
27176
27177         * lib/readtokens.c: Include <stdbool.h>.
27178         (readtoken): Use `size_t' rather than int/long.
27179         All callers adjusted.
27180         Use `bool' rather than `int' where appropriate.
27181         Use memset rather than an explicit loop.
27182         Use x2nrealloc rather than xrealloc.
27183         Allow the use of `\0' as a delimiter.
27184         (readtokens): Likewise.
27185         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
27186
27187 2004-03-30  Jim Meyering  <jim@meyering.net>
27188
27189         * m4/realloc.m4: Remove file, since now it does no more than
27190         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
27191         the `configure.ac' section of module/realloc.
27192         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
27193
27194 2004-03-30  Bruno Haible  <bruno@clisp.org>
27195
27196         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
27197         nonnull.
27198
27199 2004-03-29  Paul Eggert  <eggert@twinsun.com>
27200
27201         Merge changes to getloadavg.c from coreutils and Emacs.
27202
27203         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
27204         Define to an expression, not to the empty string.
27205         Include cloexec.h and xalloc.h.
27206         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
27207         Use set_cloexec_flag rather than rolling our own.
27208         * lib/cloexec.c, lib/cloexec.h: New files.
27209
27210 2004-03-29  Paul Eggert  <eggert@twinsun.com>
27211
27212         * m4/cloexec.m4: New file.
27213
27214 2004-03-18  Paul Eggert  <eggert@twinsun.com>
27215
27216         * lib/getopt.h: Sync with libc CVS.
27217
27218 2004-03-18  Paul Eggert  <eggert@twinsun.com>
27219             Bruno Haible  <bruno@clisp.org>
27220
27221         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
27222         mbswidth.
27223
27224 2004-03-18  Paul Eggert  <eggert@twinsun.com>
27225             Bruno Haible  <bruno@clisp.org>
27226
27227         * lib/mbswidth.h: Include <wchar.h> only if
27228         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
27229         <wchar.h>.
27230         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
27231
27232 2004-03-09  Paul Eggert  <eggert@twinsun.com>
27233
27234         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
27235         Sync with libc CVS.
27236         * lib/getopt_int.h: New file, also synced from libc.
27237
27238 2004-03-09  Paul Eggert  <eggert@twinsun.com>
27239
27240         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
27241         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
27242         Bring back getopt.c, getopt.h, getopt1.c.
27243
27244 2004-03-07  Paul Eggert  <eggert@twinsun.com>
27245
27246         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
27247         All uses changed.  Check for sa_sigaction member; this fixes
27248         a bug first reported by Jason Andrade in
27249         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
27250
27251 2004-03-07  Paul Eggert  <eggert@twinsun.com>
27252
27253         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
27254         '#if' expressions.  Unlike the code it replaces, it does not
27255         depend on (defined _SC_PAGESIZE).  However, it does depend on
27256         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
27257         first reported by Jason Andrade in
27258         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
27259
27260 2004-02-25  Simon Josefsson  <jas@extundo.com>
27261
27262         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
27263
27264 2004-02-25  Simon Josefsson  <jas@extundo.com>
27265
27266         * lib/strdup.h: New file.
27267         * lib/strdup.c: Include it.
27268         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
27269         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
27270
27271 2004-02-23  Karl Berry  <karl@gnu.org>
27272
27273         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
27274         (from fencepost.gnu.org:/gd/gnuorg).
27275
27276 2004-02-23  Karl Berry  <karl@gnu.org>
27277
27278         * config/srclistvars.sh (GNUORG) [karl]: redefine.
27279         * config/srclist.txt: add maintain/standards documents.
27280
27281 2004-02-18  Bruno Haible  <bruno@clisp.org>
27282
27283         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
27284         Reported by Derek Robert Price <derek@ximbiot.com>.
27285
27286 2004-02-16  Karl Berry  <karl@gnu.org>
27287
27288         * config/mkinstalldirs, install-sh: update from automake.
27289
27290 2004-02-06  Karl Berry  <karl@gnu.org>
27291
27292         * m4/po.m4: update from gettext 0.14.1.
27293
27294 2004-02-06  Karl Berry  <karl@gnu.org>
27295
27296         * lib/config.charset: update from gettext 0.14.1.
27297
27298 2004-02-05  Paul Eggert  <eggert@twinsun.com>
27299
27300         Add comments and code, prompted by suggestions from Bruno Haible
27301         for sh-quote.
27302         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
27303         describing the enum quoting_style values.
27304         * lib/quotearg.c (quotearg_alloc): New function.
27305         (quotearg_buffer_restyled): Treat lone { and } as special.
27306         Treat = as special.  Work around bug with older shells
27307         that "see" a '\' that is really the 2nd byte of a multibyte char.
27308         Quote empty string with shell_quoting_style.
27309
27310 2004-02-03  Bruno Haible  <bruno@clisp.org>
27311
27312         * m4/pipe.m4: New file, from GNU gettext.
27313
27314 2004-02-03  Bruno Haible  <bruno@clisp.org>
27315
27316         * lib/pipe.h: New file, from GNU gettext.
27317         * lib/pipe.c: New file, from GNU gettext.
27318
27319 2004-01-27  Bruno Haible  <bruno@clisp.org>
27320
27321         * m4/execute.m4: New file, from GNU gettext.
27322
27323 2004-01-27  Bruno Haible  <bruno@clisp.org>
27324
27325         * lib/execute.h: New file, from GNU gettext.
27326         * lib/execute.c: New file, from GNU gettext.
27327         * lib/w32spawn.h: New file, from GNU gettext.
27328
27329 2004-01-24  Paul Eggert  <eggert@twinsun.com>
27330
27331         Merge from diffutils.
27332
27333         * lib/file-type.c (file_type): Add typed memory objects.
27334         * lib/file-type.h (S_TYPEISTMO): New macro.
27335
27336         * lib/c-stack.h (c_stack_action): Remove argv argument.
27337         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
27338         (die): Don't calculate message unless segv_action returns.
27339         (get_stack_location, min_address_from_argv, max_address_from_argv,
27340         volatile stack_base, volatile_stack_size): Remove.
27341         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
27342         that every segmentation violation is a stack overflow.  (Ouch!)
27343         See Debian bug 136249 (still outstanding) for more info about why
27344         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
27345
27346 2004-01-24  Paul Eggert  <eggert@twinsun.com>
27347
27348         Exit-status fix from coreutils.
27349
27350         Use exit_failure consistently in place of EXIT_FAILURE,
27351         so that program exit statuses are consistent on failure.
27352
27353         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
27354         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
27355         * lib/argmatch.h: Comment fix to match the above.
27356         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
27357         Now a macro referring to exit_failure, instead of a separate
27358         variable.  Include "exitfail.h" to get it.
27359         * lib/xstrtol.h: Include "exitfail.h".
27360         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
27361
27362         * lib/long-options.c (parse_long_options): Use prototype
27363         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
27364         for clarity.
27365
27366 2004-01-21  Jim Meyering  <jim@meyering.net>
27367
27368         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
27369         so as not to conflict with a different-sized __mktime_internal
27370         function in GNU libc.
27371         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
27372         Problem building statically-linked `ls' reported by Michael Brunnbauer.
27373
27374 2004-01-20  Karl Berry  <karl@gnu.org>
27375
27376         * config/config.guess: update from config.
27377
27378         * config/srclistvars.sh: GNUWWWLICENSES for karl.
27379
27380 2004-01-20  Bruno Haible  <bruno@clisp.org>
27381
27382         Safer stack allocation.
27383         * lib/setenv.c: Include allocsa.h.
27384         (alloca): Remove fallback definition.
27385         (freea): Remove macro.
27386         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
27387         instead of freea.
27388
27389 2004-01-20  Bruno Haible  <bruno@clisp.org>
27390
27391         * m4/eealloc.m4: New file, from GNU gettext.
27392
27393 2004-01-20  Bruno Haible  <bruno@clisp.org>
27394
27395         * m4/allocsa.m4: New file, from GNU gettext.
27396
27397 2004-01-20  Bruno Haible  <bruno@clisp.org>
27398
27399         * lib/xallocsa.h: New file, from GNU gettext.
27400         * lib/xallocsa.c: New file, from GNU gettext.
27401
27402 2004-01-20  Bruno Haible  <bruno@clisp.org>
27403
27404         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
27405
27406 2004-01-20  Bruno Haible  <bruno@clisp.org>
27407
27408         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
27409         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
27410         specially.
27411
27412 2004-01-20  Bruno Haible  <bruno@clisp.org>
27413
27414         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
27415         patch.
27416
27417 2004-01-20  Bruno Haible  <bruno@clisp.org>
27418
27419         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
27420
27421 2004-01-20  Bruno Haible  <bruno@clisp.org>
27422
27423         * lib/eealloc.h: New file.
27424
27425 2004-01-20  Bruno Haible  <bruno@clisp.org>
27426
27427         * lib/binary-io.h: Avoid warnings on Cygwin.
27428
27429 2004-01-20  Bruno Haible  <bruno@clisp.org>
27430
27431         * lib/allocsa.h: New file, from GNU gettext.
27432         * lib/allocsa.c: New file, from GNU gettext.
27433
27434 2004-01-18  Karl Berry  <karl@gnu.org>
27435
27436         * doc/gpl.texi, doc/lgpl.texi: new files.
27437
27438 2004-01-18  Karl Berry  <karl@gnu.org>
27439
27440         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
27441         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
27442
27443 2004-01-15  Paul Eggert  <eggert@twinsun.com>
27444
27445         Merge from coreutils.
27446
27447         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
27448         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
27449         (gl_DEFAULT_POSIX2_VERSION): Move
27450         the documentation from 'configure' into 'config.hin',
27451         so that 'configure --help' isn't burdened by it and
27452         we don't have to worry about its formatting there.
27453         Reword the documentation so that it's more succinct
27454         and can be run together into a single paragraph.
27455         * m4/same.m4 (gl_SAME): Check for pathconf.
27456
27457 2004-01-15  Paul Eggert  <eggert@twinsun.com>
27458
27459         Merge from coreutils.
27460
27461         * lib/posixver.c: Include posixver.h.
27462
27463         * lib/same.c: Include <stdbool.h>, <limits.h>.
27464         (_POSIX_NAME_MAX): Define if not defined.
27465         (MIN): New macro.
27466         (same_name): If file names are silently truncated, report
27467         that the file names are the same if they are the same after
27468         the silent truncation.
27469
27470         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
27471         conversion function.
27472         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
27473         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
27474         longer needed.
27475
27476 2004-01-15  Jim Meyering  <jim@meyering.net>
27477
27478         Merge from coreutils.
27479
27480         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
27481         if no library is required.
27482         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
27483         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
27484         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
27485         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
27486         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
27487         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
27488         value, $ac_cv_search_crypt, if it's "none required".
27489         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
27490         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
27491         not gl_FUNC_GETLOADAVG.
27492         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
27493         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
27494
27495 2004-01-15  Jim Meyering  <jim@meyering.net>
27496
27497         Merge from coreutils.
27498
27499         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
27500         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
27501         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
27502
27503         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
27504         optional configure-time default.
27505
27506         * lib/version-etc.c (version_etc_copyright): Update copyright date.
27507
27508         * lib/xreadlink.c (xreadlink): Correct outdated comment.
27509
27510 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
27511
27512         Merge from coreutils.
27513
27514         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
27515         value, $ac_cv_search_nanosleep, if it's "none required".
27516
27517 2004-01-14  Paul Eggert  <eggert@twinsun.com>
27518
27519         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
27520         with like-named macro in fnmatch.c.
27521         (EXT): Use an internal constant instead.
27522
27523         Merge fnmatch patches from glibc.
27524         * lib/fnmatch.c (mbsinit): Remove define.
27525         Add libc_hidden_ver (__fnmatch, fnmatch).
27526         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
27527         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
27528
27529 2004-01-14  Karl Berry  <karl@gnu.org>
27530
27531         * config/install-sh: update from automake.
27532
27533 2004-01-13  Karl Berry  <karl@gnu.org>
27534
27535         * config/install-sh: update from automake.
27536
27537 2004-01-09  Karl Berry  <karl@gnu.org>
27538
27539         * config/install-sh: update from automake.
27540
27541 2004-01-05  Karl Berry  <karl@gnu.org>
27542
27543         * config/config.{sub,guess}: update from config.
27544
27545 2003-12-31  Karl Berry  <karl@gnu.org>
27546
27547         * config/depcomp: update from automake.
27548
27549 2003-12-14  Karl Berry  <karl@gnu.org>
27550
27551         * lib/config.charset: update from gettext-runtime.
27552
27553 2003-12-03  Paul Eggert  <eggert@twinsun.com>
27554
27555         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
27556         Bug reported by Alfred M. Szmidt.
27557
27558 2003-12-03  Bruno Haible  <bruno@clisp.org>
27559
27560         * m4/gettext.m4: Upgrade from gettext-0.13.
27561         * m4/po.m4: Upgrade from gettext-0.13.
27562         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
27563         * m4/intmax.m4: New file, from gettext-0.13.
27564         * m4/printf-posix.m4: New file, from gettext-0.13.
27565
27566 2003-11-29  Karl Berry  <karl@gnu.org>
27567
27568         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
27569
27570 2003-11-25  Paul Eggert  <eggert@twinsun.com>
27571             Bruno Haible  <bruno@clisp.org>
27572
27573         * lib/printf-parse.h: Don't include sys/types.h.
27574         (ARG_NONE): New macro.
27575         (char_directive): Change type of *arg_index fields to size_t.
27576         * lib/printf-parse.c: Don't include sys/types.h.
27577         (SSIZE_MAX): Remove macro.
27578         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
27579         Remove unnecessary overflow check.
27580         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
27581         fields.
27582
27583 2003-11-25  Bruno Haible  <bruno@clisp.org>
27584
27585         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
27586
27587 2003-11-25  Bruno Haible  <bruno@clisp.org>
27588
27589         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
27590         gt_TYPE_SSIZE_T.
27591
27592 2003-11-24  Paul Eggert  <eggert@twinsun.com>
27593
27594         * modules/alloca: Remove dependency on xalloc.
27595
27596 2003-11-24  Paul Eggert  <eggert@twinsun.com>
27597
27598         * lib/alloca.c: Remove dependency on xalloc module.
27599         (xalloc_die): Remove.
27600         (memory_full) [!defined emacs]: New macro.
27601         [!defined emacs]: Don't include xalloc.h.
27602         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
27603         address arithmetic overflows.  Change datatypes a bit to avoid
27604         unnecessary casts.
27605
27606 2003-11-22  Jim Meyering  <jim@meyering.net>
27607
27608         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
27609         s/size/size_t/.
27610
27611 2003-11-21  Karl Berry  <karl@gnu.org>
27612
27613         * config/config.{sub,guess}: update from config.
27614
27615 2003-11-18  Karl Berry  <karl@gnu.org>
27616
27617         * config/config.{sub,guess}: update from config.
27618
27619         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
27620
27621 2003-11-17  Paul Eggert  <eggert@twinsun.com>
27622
27623         * README: Mention that S+T cannot overflow if S is the size of
27624         an existing object and T is sufficiently small.
27625
27626 2003-11-17  Jim Meyering  <jim@meyering.net>
27627
27628         On systems without utime and without a utimes function capable of
27629         dealing with a NULL struct utimbuf* argument, this utime replacement
27630         could -- in unusual circumstances -- leak a file descriptor.
27631         * lib/utime.c: Include <unistd.h> and <errno.h>.
27632         (utime_null): Be sure to close `fd' and to preserve errno.
27633         Reported by Geoff Collyer via Arnold Robbins.
27634
27635 2003-11-17  Bruno Haible  <bruno@clisp.org>
27636
27637         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
27638         (Depends-on): Add xsize.
27639
27640 2003-11-17  Bruno Haible  <bruno@clisp.org>
27641
27642         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
27643
27644 2003-11-17  Bruno Haible  <bruno@clisp.org>
27645
27646         * lib/vasnprintf.c (alloca): Remove fallback definition.
27647         (freea): Remove definition.
27648         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
27649         Reported by Paul Eggert.
27650
27651 2003-11-16  Paul Eggert  <eggert@twinsun.com>
27652             Bruno Haible  <bruno@clisp.org>
27653
27654         Protect against address arithmetic overflow.
27655         * lib/printf-args.h: Include stddef.h.
27656         (arguments): Change type of field 'count' to size_t.
27657         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
27658         'unsigned int' where appropriate.
27659         * lib/printf-parse.h: Include sys/types.h.
27660         (char_directive): Change type of *arg_index fields to ssize_t.
27661         (char_directives): Change type of fields 'count', max_*_length to
27662         size_t.
27663         * lib/printf-parse.c: Include sys/types.h and xsize.h.
27664         (SSIZE_MAX): Define fallback value.
27665         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
27666         instead of 'int' where appropriate. Check a_allocated, d_allocated
27667         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
27668         * lib/vasnprintf.c: Include xsize.h.
27669         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
27670         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
27671         overflow. Avoid wraparound when converting a width or precision from
27672         decimal to binary.
27673
27674 2003-11-16  Bruno Haible  <bruno@clisp.org>
27675
27676         Update from GNU gettext.
27677         * lib/printf-parse.c: Generalize to it can be compiled for wide
27678         strings.
27679         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
27680         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
27681         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
27682         SNPRINTF): New macros.
27683         Don't include <alloca.h> if the file is used inside libintl.
27684         (local_wcslen): New function, for Solaris 2.5.1.
27685         (VASNPRINTF): Use it instead of wcslen.
27686
27687 2003-11-16  Bruno Haible  <bruno@clisp.org>
27688
27689         * lib/xsize.h (xmax): New function.
27690         (xsum, xsum3, xsum4): Declare as "pure" functions.
27691
27692 2003-11-12  Paul Eggert  <eggert@twinsun.com>
27693
27694         * modules/xalloc (Files): Undo latest change, since xalloc.h
27695         no longer needs SIZE_MAX or PTRDIFF_MAX.
27696
27697 2003-11-12  Paul Eggert  <eggert@twinsun.com>
27698
27699         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
27700         gl_PTRDIFF_MAX.
27701
27702 2003-11-12  Paul Eggert  <eggert@twinsun.com>
27703
27704         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
27705         "return", to pacify some unknown compiler.  Problem reported
27706         by Joerg Schilling.
27707
27708 2003-11-12  Paul Eggert  <eggert@twinsun.com>
27709
27710         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
27711         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
27712         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
27713         heuristic is just as accurate as far as we know, and it removes a
27714         dependency on size_max.m4 and ptrdiff_max.m4.
27715
27716 2003-11-11  Bruno Haible  <bruno@clisp.org>
27717
27718         * modules/xsize (Files): Add m4/size_max.m4.
27719         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
27720
27721 2003-11-11  Bruno Haible  <bruno@clisp.org>
27722
27723         * m4/size_max.m4: New file.
27724         * m4/ptrdiff_max.m4: New file.
27725         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
27726         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
27727         (gl_XALLOC): Invoke it.
27728
27729 2003-11-11  Bruno Haible  <bruno@clisp.org>
27730
27731         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
27732         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
27733         defined.
27734
27735 2003-11-10  Paul Eggert  <eggert@twinsun.com>
27736
27737         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
27738         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
27739         rejected some allocations of exactly SIZE_MAX - 2 bytes.
27740         From Bruno Haible.
27741         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
27742         not (size_t) -1, since it's defined here.
27743
27744 2003-11-09  Karl Berry  <karl@gnu.org>
27745
27746         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
27747
27748 2003-11-06  Paul Eggert  <eggert@twinsun.com>
27749
27750         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
27751         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
27752         Reject sizes of exactly SIZE_MAX bytes.
27753         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
27754         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
27755
27756 2003-11-05  Bruno Haible  <bruno@clisp.org>
27757
27758         * lib/xsize.h: Include limits.h, to avoid a possible collision with
27759         SIZE_MAX defined in <limits.h> on Solaris.
27760
27761 2003-11-04  Jim Meyering  <jim@meyering.net>
27762
27763         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
27764         variable names, rather than @VAR@.
27765         * modules/poll: Likewise.
27766
27767 2003-11-04  Bruno Haible  <bruno@clisp.org>
27768
27769         * modules/xsize: New file.
27770         * modules/linebreak: Depend on xsize.
27771         * MODULES.html.sh (func_all_modules): Add xsize.
27772
27773 2003-11-04  Bruno Haible  <bruno@clisp.org>
27774
27775         * m4/xsize.m4: New file.
27776
27777 2003-11-04  Bruno Haible  <bruno@clisp.org>
27778
27779         * lib/xsize.h: New file.
27780         * lib/linebreak.c: Include xsize.h.
27781         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
27782         argument for overflow.
27783         Suggested by Paul Eggert.
27784
27785 2003-11-03  Karl Berry  <karl@gnu.org>
27786
27787         * config/config.{guess,sub}: update from config.
27788
27789 2003-11-03  Jim Meyering  <jim@meyering.net>
27790
27791         * modules/userspec (lib_SOURCES): Add userspec.h.
27792         (Include): Add "userspec.h".
27793         Improve description.
27794
27795 2003-11-03  Jim Meyering  <jim@meyering.net>
27796
27797         * lib/userspec.c: Include "userspec.h".
27798         * lib/userspec.h: New file.
27799
27800 2003-11-03  Bruno Haible  <bruno@clisp.org>
27801
27802         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
27803
27804 2003-11-03  Bruno Haible  <bruno@clisp.org>
27805
27806         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
27807         available, to avoid (extremely rare) race condition.
27808         Suggested by Paul Eggert.
27809
27810 2003-11-02  Karl Berry  <karl@gnu.org>
27811
27812         * config/srclist.txt (vasprintf.c): sync broken, sigh.
27813
27814 2003-10-31  Paul Eggert  <eggert@twinsun.com>
27815
27816         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
27817         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
27818         (read_filesystem_list): Set and use me_type_malloced.
27819         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
27820         whatever the type happens to be), for brevity and consistency.
27821         Check for size calculation overflow on Alphas running OSF/1.
27822
27823 2003-10-31  Jim Meyering  <jim@meyering.net>
27824
27825         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
27826
27827         * lib/linebuffer.c: Include <string.h> for declaration of memset.
27828
27829 2003-10-30  Paul Eggert  <eggert@twinsun.com>
27830             Bruno Haible  <bruno@clisp.org>
27831
27832         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
27833         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
27834
27835 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
27836
27837         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
27838         netbsd*-gnu*.  Suggested by Robert Millan.
27839
27840 2003-10-29  Paul Eggert  <eggert@twinsun.com>
27841
27842         * modules/group-member: Depend on stdbool.
27843
27844 2003-10-29  Paul Eggert  <eggert@twinsun.com>
27845
27846         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
27847
27848 2003-10-29  Paul Eggert  <eggert@twinsun.com>
27849
27850         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
27851         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
27852         after the 'gnu' in these cases.  This fixes some bugs in the
27853         previous change, and is based on suggestions by Robert Millan.
27854
27855 2003-10-29  Paul Eggert  <eggert@twinsun.com>
27856
27857         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
27858         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
27859         no longer needed.
27860         * lib/quotearg.c (quotearg_n_options): Use it.
27861         * lib/group-member.c: Include <stdbool.h>.
27862         (free_group_info): Arg is now const *; don't free arg.
27863         (get_group_info): Now returns bool and accepts struct group_info *,
27864         rather than returning a malloc'ed struct group_info *.
27865         All uses changed.  Check for overflow in internal size calculation.
27866
27867         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
27868         rather than xmalloc/xrealloc.
27869         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
27870         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
27871         conformance bug: the old code used a pointer after freeing the
27872         storage that it addressed.
27873         * lib/hash.c (hash_initialize): Simplify the code by using
27874         xalloc_oversized rather than doing it by hand.
27875         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
27876         the buffer preserved.  Use free and xmalloc instead.
27877         * lib/quotearg.c (quotearg_n_options): Likewise.
27878         Use a simpler test for size overflow.  Don't use xalloc_oversized
27879         because unsigned int might be wider than size_t (!); this suggests
27880         that we should switch from unsigned int to size_t for slot numbers.
27881
27882 2003-10-28  Paul Eggert  <eggert@twinsun.com>
27883
27884         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
27885         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
27886         NetBSD kernels.  Requested by Richard Stallman.
27887
27888 2003-10-27  Paul Eggert  <eggert@twinsun.com>
27889
27890         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
27891         to allocate the returned structure.  Do not allocate a subarray,
27892         as x2nrealloc will do that.
27893         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
27894         instead of xnrealloc.
27895         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
27896
27897 2003-10-27  Bruno Haible  <bruno@clisp.org>
27898
27899         * lib/stdbool_.h: Better support for BeOS.
27900
27901 2003-10-26  Paul Eggert  <eggert@twinsun.com>
27902
27903         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
27904         now uses inline.
27905
27906 2003-10-26  Paul Eggert  <eggert@twinsun.com>
27907
27908         * lib/xalloc.h (xalloc_oversized): New static inline function, for
27909         callers that want to do their own size-overflow checking.  Include
27910         <stdbool.h>, since xalloc_oversized returns bool.
27911         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
27912         to use xalloc_oversized.
27913
27914         Add two functions x2realloc, x2nrealloc, for programs that grow
27915         arrays dynamically by doubling their sizes.
27916         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
27917         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
27918         New functions.
27919
27920         Port to C99 semantics for 'inline' of external functions.
27921         Bug reported by Bruno Haible.
27922         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
27923         with the old contents of xnmalloc.
27924         (xnmalloc, xmalloc): Use it.
27925         (xnrealloc_inline): New static inline function,
27926         with the old contents of xnrealloc.
27927         (xnrealloc, xrealloc): Use it.
27928
27929         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
27930         that.
27931
27932 2003-10-26  Karl Berry  <karl@gnu.org>
27933
27934         * config/srclist.txt (COPYING.DOC): no longer available from
27935         /gd/gnuorg; don't know where the ultimate source is.
27936
27937 2003-10-25  Paul Eggert  <eggert@twinsun.com>
27938
27939         Fix several address-calculation bugs in the hash modules,
27940         plus some minor code cleanup.
27941
27942         * lib/hash.h: Include <stdbool.h>, for bool.
27943         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
27944         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
27945         hash_get_n_entries, hash_get_max_bucket_length,
27946         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
27947         hash_rehash): Use size_t rather than unsigned.
27948         * lib/hash.c (struct hash_table, hash_get_n_buckets,
27949         hash_get_n_buckets_used, hash_get_n_entries,
27950         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
27951         hash_get_entries, hash_do_for_each, hash_string, is_prime,
27952         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
27953         Likewise.
27954         (SIZE_MAX): Define if not defined.
27955         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
27956         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
27957         hash_print):
27958         Use const * when possible.
27959         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
27960         (check_tuning): Fix bug: if tuning parameters were very close to
27961         0 or 1, rounding errors could have caused subscript violations.
27962         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
27963         (hash_initialize): Add 'fail:' label
27964         to free table and return NULL, and use it to simplify code.
27965         Use calloc rather than clearing the storage ourself.
27966         (hash_initialize, hash_rehash): Check for arithmetic overflow in
27967         buffer size calculations.
27968         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
27969         Include <stddef.h>, for size_t.
27970         * lib/hash-pjw.c (hash_pjw): Likewise.
27971         Switch to method described by Bruno Haible.
27972         Include <limits.h>, for CHAR_BIT.
27973         (SIZE_BITS): New macro.
27974
27975 2003-10-23  Paul Eggert  <eggert@twinsun.com>
27976
27977         * m4/getline.m4 (AM_FUNC_GETLINE):
27978         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
27979         hosts.  Problem reported by Derek Robert Price in
27980         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
27981         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
27982         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
27983
27984 2003-10-21  Paul Eggert  <eggert@twinsun.com>
27985
27986         * lib/getndelim2.c (getndelim2): When size calculation overflows,
27987         ceiling the allocation at NMAX bytes rather than silently
27988         discarding input bytes before NMAX is reached.  This makes
27989         a difference only if NMAX exceeds SIZE_MAX / 2.
27990
27991         * lib/obstack.c: Merge from glibc.
27992         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
27993         Add libc_hidden_def (_obstack_newchunk).
27994         (_obstack_free) [! defined _LIBC]: Remove.
27995         [defined _LIBC]: Make a strong alias from obstack_free, rather than
27996         a clone of the function body.
27997         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
27998         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
27999
28000         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
28001         glibc.
28002         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
28003         arg to memcpy.
28004
28005         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
28006         (obstack_ptr_grow_fast, obstack_int_grow_fast):
28007         Don't use lvalue casts, as GCC plans to remove support for them
28008         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
28009         was also present in the non-GCC version, indicating that this
28010         code had always been buggy and had never been widely used.
28011         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
28012         Use the fast variant of each macro, rather than copying the
28013         definiens of the fast variant; that way, we'll be more likely to
28014         catch future bugs in the fast variants.
28015
28016 2003-10-20  Bruno Haible  <bruno@clisp.org>
28017
28018         * modules/wait-process: New file.
28019         * MODULES.html.sh (func_all_modules): Add wait-process.
28020
28021 2003-10-20  Bruno Haible  <bruno@clisp.org>
28022
28023         * m4/wait-process.m4: New file.
28024
28025 2003-10-20  Bruno Haible  <bruno@clisp.org>
28026
28027         * lib/wait-process.h: New file, from GNU gettext.
28028         * lib/wait-process.c: New file, from GNU gettext.
28029
28030 2003-10-19  Jim Meyering  <jim@meyering.net>
28031
28032         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
28033         HPUX 10.20.
28034
28035 2003-10-18  Karl Berry  <karl@gnu.org>
28036
28037         * config/config.guess: update from config.
28038
28039 2003-10-16  Paul Eggert  <eggert@twinsun.com>
28040
28041         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
28042         (getgroups): First arg is int, not size_t.
28043         Don't let 'free' mangle errno.
28044
28045 2003-10-16  Paul Eggert  <eggert@twinsun.com>
28046
28047         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
28048
28049 2003-10-16  Karl Berry  <karl@gnu.org>
28050
28051         * config/config.{guess,sub}: update from config.
28052
28053 2003-10-16  Jim Meyering  <jim@meyering.net>
28054
28055         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
28056         memcpy.
28057
28058 2003-10-15  Paul Eggert  <eggert@twinsun.com>
28059
28060         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
28061         (SIZE_MAX): Remove.
28062         (new_exclude, add_exclude_file): Initial size no longer needs to
28063         be a power of 2.
28064         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
28065         our own address arithmetic overflow checking.
28066
28067         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
28068         (fnmatch): Do not alloca more than 2000 wide characters;
28069         instead, use malloc for large buffers.
28070         Check for address arithmetic overflow, and return -1
28071         with errno set to ENOMEM in that case.
28072         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
28073         (NEW_PATTERN): Do not alloca more than 8000 bytes;
28074         instead, return -1.  Check for address arithmetic overflow.
28075
28076 2003-10-14  Paul Eggert  <eggert@twinsun.com>
28077
28078         Handle invalid suffixes and overflow independently, so that
28079         callers can treat them independently as needed.  Fix some bugs in
28080         suffix handling, e.g., "100k@" was not diagnosed as an invalid
28081         suffix for a human-readable blocksize.  The major caller-visible
28082         change is the addition of a new
28083         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
28084         that both overflow and suffix chars were found.
28085
28086         * lib/human.c (humblock): Don't check separately for invalid suffix
28087         char; that is xstrtoumax's job (now that its bug is fixed).
28088         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
28089         INTMAX_MAX]: New macros.
28090         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
28091         TYPE_MAXIMUM): New macros.
28092         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
28093         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
28094         if overflow occurs, as it's what __strtol does and it's more useful
28095         in practice.
28096         (__xstrtol): If __strtol reports some error other than ERANGE,
28097         reflect it to the caller as LONGINT_INVALID.  If it reports
28098         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
28099         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
28100         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
28101         value.
28102         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
28103         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
28104         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
28105         [defined UINTMAX_MAX]: New macros.
28106
28107 2003-10-14  Bruno Haible  <bruno@clisp.org>
28108
28109         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
28110
28111 2003-10-14  Bruno Haible  <bruno@clisp.org>
28112
28113         * m4/sig_atomic_t: New file, from GNU gettext.
28114         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
28115
28116 2003-10-14  Bruno Haible  <bruno@clisp.org>
28117
28118         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
28119         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
28120         Also use volatile where needed.
28121
28122 2003-10-12  Paul Eggert  <eggert@twinsun.com>
28123
28124         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
28125         Change maintainer from Bruno Haible to 'all'.
28126
28127 2003-10-12  Paul Eggert  <eggert@twinsun.com>
28128
28129         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
28130
28131 2003-10-12  Paul Eggert  <eggert@twinsun.com>
28132
28133         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
28134         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
28135         and define in terms of the other primitives.
28136         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
28137         (SIZE_MAX): Define if not already defined.
28138         (array_size_overflow): New function.
28139         (xalloc_die): Abort instead of exiting if 'error' returns.
28140         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
28141         (xmalloc, xrealloc): Use them.
28142         (xcalloc): Check for address arithmetic overflow.
28143         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
28144         a bit faster than strcpy.
28145
28146 2003-10-10  Simon Josefsson  <jas@extundo.com>
28147
28148         * modules/argp (Depends-on): Add restrict and strcase.
28149
28150 2003-10-10  Simon Josefsson  <jas@extundo.com>
28151
28152         * m4/argp.m4: Add AC_C_INLINE.
28153
28154 2003-10-08  Paul Eggert  <eggert@twinsun.com>
28155
28156         Merge getpass from libc, plus a few fixes.
28157
28158         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
28159         Include <stdbool.h>.
28160         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
28161         __fsetlocking to empty.
28162         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
28163         do include <bits/libc-lock.h>.
28164         Do not include <fcntl.h>; not needed.
28165         [_LIBC]: Include <wchar.h>.
28166         (NOTCANCEL_MODE): New macro.
28167         (flockfile, funlockfile) [_LIBC]: New macros.
28168         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
28169         [!_LIBC]: New macros.
28170         (call_fclose): New function.
28171         (getpass): Use it.  Save tty stream separately; this simplifies the
28172         code and makes it more reliable if stdin happens to equal stdout.
28173         Invoke __fsetlocking on tty.
28174         Handle thread cancellation if needed.
28175         Namespace cleanup (use __tcgetattr, __getline).
28176         Use bool for Booleans.
28177         [USE_IN_LIBIO]: Handle wide streams.
28178         [!_LIBC]: Unconditionally do the fseek, since we don't know what
28179         stream might go where.
28180
28181         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
28182         doesn't have to include <stdio.h> before us.
28183         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
28184         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
28185         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
28186         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
28187         if not declared, so that we can use getpass.c code from libc without
28188         rewriting it.
28189         (flockfile, ftrylockfile, funlockfile): New macros.
28190
28191 2003-10-08  Paul Eggert  <eggert@twinsun.com>
28192
28193         * modules/getpass: Depend on stdbool.
28194
28195 2003-10-08  Paul Eggert  <eggert@twinsun.com>
28196
28197         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
28198
28199 2003-10-07  Karl Berry  <karl@gnu.org>
28200
28201         * config/config.{guess,sub}: update from config.
28202
28203 2003-10-06  Jim Meyering  <jim@meyering.net>
28204             Bruno Haible  <bruno@clisp.org>
28205
28206         This lets translators provide better translations for the
28207         "Written by ..." part of --version output.
28208         * lib/version-etc.h: Include stdarg.h.
28209         (version_etc_copyright): Declare as readonly.
28210         (version_etc): Make this function variadic with a NULL-terminated list
28211         of author name strings.
28212         (version_etc_va): New declaration.
28213         * lib/version-etc.c: Include stdarg.h, stdlib.h.
28214         (version_etc_copyright): Declare as readonly.
28215         (version_etc_va): New function. Provide a different translatable string
28216         for each possible number of authors < 10. Abbreviate when there are 10
28217         authors or more.
28218         (version_etc): Make this function variadic. Call version_etc_va.
28219         Suggestion from Gary V. Vaughan.
28220
28221         * lib/long-options.h (parse_long_options): Change prototype: the
28222         authors string is moved to the end and becomes variadic.
28223         * lib/long-options.c: Include stdarg.h.
28224         (parse_long_options): Make this function variadic, too.
28225         Call version_etc_va, not version_etc.
28226
28227 2003-10-06  Bruno Haible  <bruno@clisp.org>
28228
28229         * modules/version-etc-2: Remove file.
28230         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
28231
28232 2003-10-06  Bruno Haible  <bruno@clisp.org>
28233
28234         * modules/fatal-signal: New file.
28235         * MODULES.html.sh (func_all_modules): Add fatal-signal.
28236
28237 2003-10-06  Bruno Haible  <bruno@clisp.org>
28238
28239         * m4/fatal-signal.m4: New file.
28240         * m4/signalblocking.m4: New file, from GNU gettext.
28241
28242 2003-10-06  Bruno Haible  <bruno@clisp.org>
28243
28244         * lib/version-etc-2.h: Remove file.
28245         * lib/version-etc-2.c: Remove file.
28246
28247 2003-10-06  Bruno Haible  <bruno@clisp.org>
28248
28249         * lib/fatal-signal.h: New file, from GNU gettext.
28250         * lib/fatal-signal.c: New file, from GNU gettext.
28251
28252 2003-10-05  Paul Eggert  <eggert@twinsun.com>
28253
28254         * README: Rework advice for preventing empty .o files.
28255         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
28256         not <sys/types.h>.
28257
28258 2003-10-04  Karl Berry  <karl@gnu.org>
28259
28260         * lib/argp*: update from libc.
28261
28262 2003-10-04  Karl Berry  <karl@gnu.org>
28263
28264         * config/config.{guess,sub}: update from config.
28265
28266 2003-10-02  Bruno Haible  <bruno@clisp.org>
28267
28268         * modules/lchown (Include): Add lchown.h.
28269         * modules/time_r (Include): Use "..." syntax.
28270         * modules/xgetdomainname (Include): Add xgetdomainname.h.
28271
28272 2003-10-01  Simon Josefsson  <jas@extundo.com>
28273
28274         * MODULES.html.sh (func_all_modules): Move gethostname from section
28275         'based on' to section 'lacking' POSIX:2001.
28276
28277 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
28278
28279         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
28280         to output mode on the same stream.
28281
28282 2003-09-29  Paul Eggert  <eggert@twinsun.com>
28283
28284         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
28285         Fix arg typo in previous patch.
28286
28287 2003-09-28  Jim Meyering  <jim@meyering.net>
28288
28289         * lib/error.c: Correct cpp indentation.
28290
28291 2003-09-27  Paul Eggert  <eggert@twinsun.com>
28292
28293         * modules/free: New file.
28294
28295 2003-09-27  Paul Eggert  <eggert@twinsun.com>
28296
28297         * m4/free.m4: New file.
28298
28299 2003-09-27  Paul Eggert  <eggert@twinsun.com>
28300
28301         * lib/minmax.h (MIN, MAX)
28302         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
28303         Omit the special code that used __typeof__, since we worry that
28304         it could be more trouble than it's worth.  See:
28305         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
28306         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
28307
28308         * lib/free.c: New file.
28309
28310 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
28311
28312         Trivial fixes to Makefile.am parts of module listings.
28313         * modules/strstr: Append strstr.h to lib_SOURCES.
28314         * modules/strcase: Likewise, for strcase.h.
28315
28316 2003-09-27  Karl Berry  <karl@gnu.org>
28317
28318         * config/mkinstalldirs: update from automake.
28319
28320 2003-09-26  Paul Eggert  <eggert@twinsun.com>
28321
28322         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
28323         (error_tail): Do not loop, reallocating temporary buffer, since
28324         the output cannot contain more wide characters than the input
28325         contains bytes, the size must be big enough already.  This avoids
28326         one potential size overflow calculation.  Check for size overflow
28327         when calculating temporary buffer size.  Free temporary buffer
28328         when done, if it was allocated with malloc; this plugs a memory
28329         leak.  Remove casts from void * to pointers, that are no longer
28330         needed now that we're assuming C89 or better.
28331
28332         Merge error changes from glibc.
28333
28334         * lib/error.c, error.h: Update copyright notice header to match glibc.
28335         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
28336         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
28337         Disable cancellation while printing error.
28338         * lib/error.h: Prepend __ to parameter names.
28339
28340 2003-09-26  Jim Meyering  <jim@meyering.net>
28341
28342         * lib/error.c (error_tail): Move some declarations
28343         into inner scope where the local variables are used.
28344
28345 2003-09-26  Bruno Haible  <bruno@clisp.org>
28346
28347         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
28348         stpncpy().
28349         Don't define stpncpy through config.h; it's now done through stpncpy.h.
28350
28351 2003-09-26  Bruno Haible  <bruno@clisp.org>
28352
28353         * lib/stpncpy.h (gnu_stpncpy): New declaration.
28354         (stpncpy): Define as alias for gnu_stpncpy.
28355         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
28356
28357 2003-09-25  Simon Josefsson  <jas@extundo.com>
28358
28359         * lib/xgetdomainname.h: New file.
28360         * lib/xgetdomainname.c: New file.
28361
28362 2003-09-25  Simon Josefsson  <jas@extundo.com>
28363             Bruno Haible  <bruno@clisp.org>
28364
28365         * modules/getdomainname: New file.
28366         * modules/xgetdomainname: New file.
28367         * MODULES.html.sh (func_all_modules): Add getdomainname,
28368         xgetdomainname.
28369
28370 2003-09-25  Simon Josefsson  <jas@extundo.com>
28371             Bruno Haible  <bruno@clisp.org>
28372
28373         * m4/getdomainname.m4: New file.
28374
28375 2003-09-25  Simon Josefsson  <jas@extundo.com>
28376             Bruno Haible  <bruno@clisp.org>
28377
28378         * lib/getdomainname.h: New file.
28379         * lib/getdomainname.c: New file.
28380
28381 2003-09-25  Karl Berry  <karl@gnu.org>
28382
28383         * lib/argp-fmtstream.c, argp-help.c: update from libc.
28384
28385 2003-09-25  Karl Berry  <karl@gnu.org>
28386
28387         * config/install-sh: update from automake.
28388
28389 2003-09-25  Bruno Haible  <bruno@clisp.org>
28390
28391         * modules/version-etc-2: New file, from modules/version-etc with
28392         modifications.
28393         * MODULES.html.sh (func_all_modules): Add version-etc-2.
28394
28395 2003-09-25  Bruno Haible  <bruno@clisp.org>
28396
28397         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
28398         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
28399
28400 2003-09-24  Simon Josefsson  <jas@extundo.com>
28401
28402         * modules/xgethostname: Add xgethostname.h.
28403
28404 2003-09-24  Paul Eggert  <eggert@twinsun.com>
28405
28406         * lib/linebuffer.c (freebuffer): Don't free the argument, just
28407         the buffer associated with the argument.  Bug reported by
28408         Simon Josefsson.
28409
28410 2003-09-24  Paul Eggert  <eggert@twinsun.com>
28411
28412         * README: Document assumptions that 'int' is at least 32 bits
28413         wide, that integer arithmetic is 2's complement without overflow,
28414         that there are no holes in integer values, that adding sizes of
28415         two nonoverlapping objects can't overflow, and that all-bits-zero
28416         yields scalar zero.  Fix spelling and capitalization typos.
28417
28418 2003-09-19  Karl Berry  <karl@gnu.org>
28419
28420         * lib/argp.h: update from libc.
28421
28422 2003-09-17  Paul Eggert  <eggert@twinsun.com>
28423
28424         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
28425         to avoid spurious warnings like "AC_RUN_IFELSE was called before
28426         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
28427
28428 2003-09-17  Paul Eggert  <eggert@twinsun.com>
28429
28430         * gnulib-tool: Use "test -h", not "test -L", for portability
28431         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
28432         (tags_regexp): Remove, since \| doesn't conform to POSIX.
28433         (sed_extract_prog): Issue s commands one-by-one, rather than
28434         using \| in one s command.
28435
28436 2003-09-16  Paul Eggert  <eggert@twinsun.com>
28437
28438         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
28439         input error, instead of returning NULL the next time we are called
28440         (and therefore losing track of errno).
28441
28442 2003-09-16  Bruno Haible  <bruno@clisp.org>
28443
28444         * gnulib-tool (func_create_testdir): Warn about duplicated
28445         dependencies.
28446
28447 2003-09-15  Paul Eggert  <eggert@twinsun.com>
28448
28449         * modules/argmatch, modules/fatal, modules/obstack,
28450         modules/xalloc, modules/xgethostname: Sort dependencies by
28451         importance, not alphabetically.
28452
28453 2003-09-15  Paul Eggert  <eggert@twinsun.com>
28454
28455         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
28456         fails, so that the caller gets the proper errno.
28457
28458         * lib/readutmp.c (read_utmp): Likewise.
28459         Check for fstat error.  Close stream and free storage
28460         when failing.
28461
28462 2003-09-14  Karl Berry  <karl@gnu.org>
28463
28464         * config/srclist.txt (strdup.c): disable for c89 changes.
28465
28466 2003-09-14  Jim Meyering  <jim@meyering.net>
28467
28468         * lib/getloadavg.c: Correct cpp indentation.
28469         * lib/strdup.c: Likewise.
28470         * lib/vasnprintf.c: Likewise.
28471
28472 2003-09-14  Bruno Haible  <bruno@clisp.org>
28473
28474         * modules/fwriteerror: New file.
28475         * MODULES.html.sh (func_all_modules): Add fwriteerror.
28476
28477 2003-09-14  Bruno Haible  <bruno@clisp.org>
28478
28479         * lib/fwriteerror.h: New file.
28480         * lib/fwriteerror.c: New file.
28481
28482 2003-09-12  Paul Eggert  <eggert@twinsun.com>
28483
28484         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
28485         modules/xgethostname, modules/xalloc: Depend on exit.
28486
28487 2003-09-12  Paul Eggert  <eggert@twinsun.com>
28488
28489         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
28490
28491         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
28492         and AC_MINIX, too, so that their extensions are available.
28493
28494         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
28495         This macro has been superseded by gl_BACKUPFILE.
28496
28497         More patches to assume C89 or better.
28498
28499         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
28500
28501         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
28502         unconditionally.
28503         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
28504         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
28505         Include <string.h>, <stdlib.h> unconditionally.
28506         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
28507         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
28508         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
28509         headers or for string.h.
28510         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
28511         or strtoul.
28512
28513         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
28514         headers.
28515         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
28516         * m4/userspec.m4 (gl_USERSPEC): Likewise.
28517         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
28518         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
28519         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
28520         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
28521         memcpy, memset.
28522         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
28523         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
28524         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
28525         strtol.
28526         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
28527         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
28528         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
28529         strtoul.
28530
28531 2003-09-12  Paul Eggert  <eggert@twinsun.com>
28532
28533         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
28534         * lib/obstack.c [!defined _LIBC]: Likewise.
28535         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
28536         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
28537         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
28538
28539         More changes to assume C89 or better.
28540
28541         * lib/error.c (error_tail): Assume vprintf.
28542
28543         * lib/argmatch.c (getenv): Remove decl.
28544         * lib/progreloc.c (get_full_program_name): Define via prototype.
28545         * lib/setenv.c (clearenv): Likewise.
28546         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
28547         needed.
28548         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
28549         (malloc, memcpy): Remove decls.
28550         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
28551         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
28552         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
28553         (memcpy): Remove macro.
28554         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
28555         (__P): Remove.  All uses removed.
28556         (PTR): Remove.  All uses changed to void *.
28557         (CHAR_BIT, NULL): Remove.
28558         (spaces, zeros, memset_space, memset_zero)
28559         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
28560         Remove.
28561         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
28562         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
28563         Define with prototype.
28564         Remove now-unnecessary prototype decl.
28565         (extra_args_spec): Assume ANSI C.  All uses changed.
28566         (extra_args_spec_iso): Remove.
28567         (my_strftime, emacs_strftimeu): Define via prototype.
28568         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
28569         unconditionally.
28570         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
28571         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
28572         (strtoul, strtol): Remove decls.
28573         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
28574         LONG_MAX): Remove.
28575         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
28576         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
28577         (LOCALE_PARAM_PROTO): New macro.
28578         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
28579         (INTERNAL (strtol), strtol): Define with a prototype.
28580         (PARAMS): Remove.  All uses removed.
28581         * lib/tempname.c: Include <string.h> unconditionally.
28582         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
28583         * lib/xgethostname.c (main): Define with a prototype.
28584         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
28585         Include <stdlib.h> unconditionally.
28586         (calloc, malloc, realloc, free): Remove decls.
28587         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
28588         Include <stdlib.h> unconditionally.  Sort include file names.
28589         (strtod): Remove.
28590         (xstrtod): Define with a prototype.
28591         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
28592         (strtol, strtoul): Remove decls.
28593
28594 2003-09-11  Paul Eggert  <eggert@twinsun.com>
28595
28596         More patches to assume C89 or better.
28597         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
28598         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
28599         string.h, memchr, STDC_HEADERS.
28600
28601 2003-09-11  Paul Eggert  <eggert@twinsun.com>
28602
28603         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
28604         Include <stdlib.h>, <string.h> unconditionally.
28605         Remove now-unnecessary cast to char *.
28606         * lib/strnlen.c: Include <string.h> unconditionally.
28607         * lib/yesno.c (yesno): Define with a prototype.
28608
28609 2003-09-11  Bruno Haible  <bruno@clisp.org>
28610
28611         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
28612
28613 2003-09-10  Jim Meyering  <jim@meyering.net>
28614
28615         * lib/error.c: Correct indentation of cpp directives.
28616
28617 2003-09-10  Bruno Haible  <bruno@clisp.org>
28618
28619         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
28620         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
28621         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
28622         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
28623         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
28624         <stdlib.h> and <string.h> checks.
28625         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
28626         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
28627
28628 2003-09-10  Bruno Haible  <bruno@clisp.org>
28629
28630         * lib/strcspn.c: Include <string.h> unconditionally.
28631         * lib/strpbrk.c: Include <string.h> unconditionally.
28632         * lib/strstr.c: Include <string.h> unconditionally.
28633         * lib/unicodeio.c: Include <string.h> unconditionally.
28634         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
28635         * lib/unsetenv.c: Likewise.
28636         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
28637         * lib/yesno.c: Include <stdlib.h> unconditionally.
28638         (rpmatch): Add prototype.
28639
28640 2003-09-09  Paul Eggert  <eggert@twinsun.com>
28641
28642         More patches to assume C89 or better.
28643         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
28644         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
28645         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
28646         or for string.h.
28647         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
28648         stdlib.h.
28649         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
28650         C headers.
28651         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
28652         string.h.
28653         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
28654         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
28655         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
28656         or for string.h.
28657         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
28658         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
28659         C headers.
28660         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
28661         memcpy.
28662         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
28663         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
28664         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
28665         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
28666         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
28667         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
28668         string.h, free.
28669         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
28670         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
28671         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
28672         C headers, or for string.h.
28673         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
28674         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
28675         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
28676         headers, memory.h, stdlib.h, string.h, strings.h.
28677         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
28678         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
28679         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
28680         strchr.
28681         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
28682         headers, memory.h, string.h.
28683         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
28684         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
28685         free.
28686         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
28687         headers.
28688         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
28689         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
28690         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
28691         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
28692         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
28693
28694 2003-09-09  Paul Eggert  <eggert@twinsun.com>
28695
28696         More K&R removal.
28697
28698         * lib/acosl.c (main): Use a prototype.
28699         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
28700         tanl.c: Likewise.
28701
28702         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
28703
28704         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
28705         (getopt, etopt_long, getopt_long_only, _getopt_internal)
28706         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
28707         with a prototype.
28708         * lib/getopt.c (const): Remove macro.
28709         Include <string.h> unconditionally.
28710         (my_index): Remove; all uses changed to strchr.
28711         (strlen): Remove decl.
28712         (exchange): Remove forward decl; no longer needed.
28713         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
28714         Define with prototype.
28715         * lib/getopt1.c (const): Remove macro.
28716         (getopt_long, getopt_long_only, main): Define with prototype.
28717
28718         * lib/getugroups.c: Include <string.h> unconditionally.
28719
28720         * lib/getusershell.c: Include <stdlib.h> unconditionally.
28721         (getusershell, setusershell, endusershell, readname, main):
28722         Define with prototypes.
28723
28724         * lib/group-member.c: Include group-member.h first.
28725         Include <stdlib.h> unconditionally.
28726
28727         * lib/hard-locale.c: Include hard-locale.h first.
28728         Include <stdlib.h>, <string.h> unconditionally.
28729
28730         * lib/hash.c (free, malloc): Remove decls.
28731         Include <stdlib.h> unconditionally.
28732
28733         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
28734         (getenv): Do not declare.
28735
28736         * lib/idcache.c: Include <string.h> unconditionally.
28737
28738         * lib/long-options.c: Include long-options.h first, to test interface.
28739         Include <stdlib.h> unconditionally.
28740
28741         * lib/makepath.c: Include makepath.h first, to test interface.
28742         Include <stdlib.h> and <string.h> unconditionally.
28743
28744         * lib/linebuffer.c: Include <stdlib.h>.
28745         (free): Remove decl.
28746
28747         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
28748         stddef.h. rpl_malloc returns void *, not char *.
28749         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
28750         prototype.
28751
28752         * lib/md5.h: Include <limits.h> unconditionally.
28753         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
28754         (__P): Remove; all uses removed.
28755         * lib/md5.c: Include "md5.h" first.
28756         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
28757         md5_buffer, md5_process_bytes, md5_process_block):
28758         Define with prototypes.
28759         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
28760         * lib/sha.c: Include "sha.h" first.
28761         Include <stdlib.h>, <string.h> unconditionally.
28762
28763         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
28764         * lib/memcmp.c (__ptr_t): Likewise.
28765         * lib/memrchr.c (__ptr_t): Likewise.
28766         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
28767         Include <string.h> unconditionally.
28768         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
28769         * lib/memchr.c: Include <stdlib.h> unconditionally.
28770         * lib/memchr.c (LONG_MAX): Remove.
28771         * lib/memrchr.c (LONG_MAX): Likewise.
28772         * lib/memchr.c (__memchr): Define via a prototype.
28773         * lib/memrchr.c (__memrchr): Likewise.
28774         * lib/memcmp.c (__P): Remove, and remove all uses.
28775         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
28776         Remove forward decls; no longer needed.
28777         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
28778         Use types required by C89 in prototype.
28779
28780         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
28781         * lib/savedir.c: Likewise.
28782         * lib/mkdir.c (free): Remove decl.
28783         * lib/rmdir.c (rmdir): Define with a prototype.
28784         * lib/savedir.c: Include savedir.h first, to test interface.
28785
28786         * lib/mktime.c (STDC_HEADERS): Remove.
28787         Include <stdlib.h>, <string.h> unconditionally.
28788
28789         * lib/modechange.c: Include <stdlib.h> unconditionally.
28790         (malloc): Remove decl.
28791
28792         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
28793         (free): Remove decl.
28794
28795         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
28796         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
28797         (This type really should be intptr_t, but that's a C99ism.)
28798         (_obstack_memcpy): Remove: all uses changed to memcpy.
28799         Include <string.h> unconditionally.
28800         (struct obstack): Assume __STDC__ for types of members
28801         chunkfun, freefun, extra_arg.
28802         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
28803         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
28804         obstack_begin, obstack_specify_allocation,
28805         obstack_specify_allocation_with_arg, obstack_chunkfun,
28806         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
28807         Remove unprototyped decls and the macros that use them.
28808         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
28809         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
28810         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
28811         (defined __STDC__ && __STDC__)]:
28812         Remove nonprototyped code.
28813         Include <stdlib.h> unconditionally.
28814         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
28815         _obstack_allocated_p, _obstack_free, obstack_free,
28816         _obstack_memory_used, print_and_abort):
28817         Define using prototypes.
28818         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
28819         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
28820         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
28821         obstack_next_free, obstack_object_size, obstack_room) [0]:
28822         Remove unused, unprototyped code.
28823
28824         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
28825
28826         * lib/physmem.c (physmem_total, physmem_available, main): Define
28827         with prototypes.
28828
28829         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
28830         (main): Define with a prototype.
28831
28832         * lib/posixver.c (getenv): Remove decl.
28833
28834         * lib/putenv.c (malloc): Returns void *, not char *.
28835         Include <string.h> unconditionally.
28836         (strchr, memcpy, NULL): Do not define.
28837
28838         * lib/readtokens.c: Include readtokens.h first, to test interface.
28839         Include <stdlib.h>, <string.h> unconditionally.
28840         (init_tokenbuffer): Define with a prototype.
28841
28842         * lib/regex.c (PARAMS): Remove.  All uses removed.
28843         All uses of _RE_ARGS removed, too.
28844         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
28845         unconditionally.
28846         (bzero): Assume memset exists.
28847         (memcmp, memcpy, NULL): Remove.
28848         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
28849         char, or assignments to local vars of type signed char.
28850         (init_syntax_once, PREFIX(extract_number_and_incr),
28851         PREFIX(print_partial_compiled_pattern),
28852         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
28853         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
28854         PREFIX(regex_grow_registers), PREFIX(regex_compile),
28855         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
28856         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
28857         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
28858         wcs_compile_range, byte_compile_range, truncate_wchar,
28859         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
28860         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
28861         count_mbs_length, wcs_re_match_2_internal,
28862         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
28863         PREFIX(alt_match_null_string_p),
28864         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
28865         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
28866         regfree, PREFIX(extract_number)): Define with prototype.  Remove
28867         now-unnecessary declaration, if any.
28868         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
28869         regcomp, regexec):
28870         Remove now-unnecessary casts among pointer types.
28871         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
28872
28873         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
28874         (free): Remove decl.
28875
28876         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
28877
28878         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
28879         (free): Remove decl.
28880
28881         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
28882         * lib/xgetcwd.c: Likewise.
28883
28884         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
28885         (free): Remove decl.
28886
28887         * lib/strchrnul.c (strchrnul): Define with a prototype.
28888         Fix bug: c_in was not converted to char before searching.
28889
28890         The following changes are not K&R related:
28891
28892         * lib/group-member.h: Include <sys/types.h>, so that this file is
28893         self-contained.
28894         * lib/makepath.h: Likewise.
28895
28896         * lib/getusershell.c (readname, default_index, line_size, readname):
28897         Use size_t, not int, for sizes.
28898         (readname): If the size overflows, report an error instead of
28899         looping forever.
28900
28901 2003-09-09  Paul Eggert  <eggert@twinsun.com>
28902
28903         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
28904         libc.
28905
28906 2003-09-09  Paul Eggert  <eggert@twinsun.com>
28907
28908         * README: New section: portability guidelines.
28909
28910 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
28911
28912         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
28913         C89 spec.
28914
28915 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
28916
28917         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
28918
28919 2003-09-08  Paul Eggert  <eggert@twinsun.com>
28920
28921         Assume C89 or better; remove K&R cruft.
28922         A few of these changes were first proposed by Derek Robert Price
28923         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
28924
28925         * lib/addext.c: Include <string.h> unconditionally.
28926         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
28927         Don't declare getenv or malloc.
28928
28929         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
28930         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
28931         (NULL): Remove.
28932         (find_stack_direction, alloca): Use prototypes.
28933
28934         * lib/atexit.c (atexit): Define using a prototype.
28935
28936         * lib/basename.c, dirname.c, stripslash.c:
28937         Include <string.h> unconditionally.
28938
28939         * lib/bcopy.c: Include <stddef.h>.
28940         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
28941
28942         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
28943
28944         * lib/error.h (error, error_at_line, error_print_progname)
28945         [! (defined (__STDC__) && __STDC__)]: Remove decls.
28946         * lib/error.c: Include error.h first, to check interface.
28947         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
28948         (VA_START): Remove; all uses changeed to va_start.
28949         (exit, strerror): Remove decls.
28950         (error_print_progname): Prototype uncondionally.
28951         Don't include <errno.h>; no longer needed.
28952         (private_strerror): Remove.
28953         (error_tail): Always define.
28954         (error, error_at_line): Assume C89 or better; always use prototypes.
28955         * lib/fatal.c: Include "fatal.h" first, to test interface.
28956         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
28957         (VA_START): Remove; all uses changed to va_start.
28958         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
28959         this case.
28960         (exit): Remove decl.
28961         (fatal): Prototype unconditionally.  Assume va_start works.
28962         Abort at end, to pacify gcc.
28963
28964         * lib/euidaccess.c (main): Define with a prototype.
28965
28966         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
28967
28968         * lib/exitfail.c: Include <stdlib.h> unconditionally.
28969
28970         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
28971         prototypes.
28972         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
28973         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
28974         (getenv): Remove decl.
28975         (fnmatch): Define using a prototype.
28976         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
28977         (FCT): Define using a prototype.
28978
28979         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
28980
28981         * lib/gethostname.c: Include <stddef.h>.
28982         (gethostname): Define with prototype.  Length is size_t, not int.
28983
28984 2003-09-08  Paul Eggert  <eggert@twinsun.com>
28985
28986         Assume C89 or better; remove K&R cruft.
28987         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
28988         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
28989         string.h, getenv, malloc.
28990         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
28991         headers.
28992         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
28993         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
28994         do not check for strerror.
28995         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
28996         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
28997         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
28998         do not check for doprnt or vprintf.
28999         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
29000         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
29001
29002 2003-09-08  Paul Eggert  <eggert@twinsun.com>
29003
29004         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
29005         getversion.c should have been removed then, but was accidentally
29006         preserved.
29007
29008         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
29009         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
29010
29011 2003-09-08  Karl Berry  <karl@gnu.org>
29012
29013         * config/config.sub, config.guess, srclistvars.sh: update from savannah
29014                 config, forget about prep.
29015
29016         * config/depcomp, missing: update from automake.
29017
29018 2003-09-07  Paul Eggert  <eggert@twinsun.com>
29019
29020         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
29021         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
29022
29023 2003-09-07  Paul Eggert  <eggert@twinsun.com>
29024
29025         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
29026         copy_tm_result.  Bug reported by Simon Josefsson in
29027         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
29028
29029 2003-09-06  Paul Eggert  <eggert@twinsun.com>
29030
29031         * m4/time_r.m4: New file.
29032         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
29033         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
29034         is. Check for timegm declaration.
29035         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
29036         Do not check for gmtime_r.
29037         Replace mktime if __mktime_internal does not exist and if mktime
29038         hasn't been replaced already.
29039
29040 2003-09-06  Paul Eggert  <eggert@twinsun.com>
29041
29042         * lib/time_r.c, lib/time_r.h: New files.
29043
29044         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
29045         __localtime_r.
29046         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
29047         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
29048
29049         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
29050         __gmtime_r.
29051         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
29052         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
29053         Include <time_r.h>.
29054
29055         * lib/timegm.c: Switch to glibc implementation, with the following
29056         changes:
29057         [defined HAVE_CONFIG_H]: Include <config.h>.
29058         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
29059         (__mktime_internal) [!defined _LIBC]: New decl.
29060         (__gmtime_r) [!defined _LIBC]: New macro and function.
29061         (timegm): Use a prototype, since gnulib assumes C89.
29062         Do not bother declaring tmp to be const, as it's not really usefu.
29063         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
29064         (timegm): Declare only if HAVE_DECL_TIMEGM.
29065
29066 2003-09-06  Paul Eggert  <eggert@twinsun.com>
29067
29068         * MODULES.html.sh (func_all_modules): Add time_r.
29069         * modules/time_r: New file.
29070         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
29071         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
29072
29073 2003-09-03  Paul Eggert  <eggert@twinsun.com>
29074
29075         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
29076         Bug reported by Lute Kamstra in
29077         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
29078
29079         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
29080         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
29081         course with correspondingly smaller numbers for tomorrow and
29082         yesterday.  From Tadayoshi Funaba.  Originally installed into
29083         sh-utils on 1999-08-07, but the patch got lost (I guess during the
29084         coreutils merge?).
29085
29086 2003-08-31  Simon Josefsson  <jas@extundo.com>
29087
29088         * modules/timegm: New file.
29089         * MODULES.html.sh (func_all_modules): Add timegm.
29090
29091 2003-08-31  Simon Josefsson  <jas@extundo.com>
29092
29093         * m4/timegm.m4: New file.
29094
29095 2003-08-31  Simon Josefsson  <jas@extundo.com>
29096
29097         * lib/timegm.h: New file.
29098         * lib/timegm.c: New file.  Based on
29099         wget-1.8.2/src/http.c:mktime_from_utc.
29100
29101 2003-08-31  Karl Berry  <karl@gnu.org>
29102
29103         * lib/argp.h: update from libc.
29104
29105 2003-08-28  Bruno Haible  <bruno@clisp.org>
29106
29107         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
29108         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
29109         followed by '#define fnmatch fnmatch_posix' gives an error.
29110
29111 2003-08-28  Bruno Haible  <bruno@clisp.org>
29112
29113         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
29114         warning on QNX, which defines O_BINARY to 000000.
29115
29116 2003-08-27  Jim Meyering  <jim@meyering.net>
29117
29118         * m4/mkstemp.m4: Require that the system mkstemp be able to create
29119         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
29120         would fail after 32.  Reported by Danny Levinson.  Details here:
29121         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
29122
29123 2003-08-24  Bruno Haible  <bruno@clisp.org>
29124
29125         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
29126         MSVC7 <stdio.h> is included later.
29127
29128 2003-08-22  Simon Josefsson  <jas@extundo.com>
29129
29130         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
29131
29132 2003-08-20  Karl Berry  <karl@gnu.org>
29133
29134         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
29135
29136 2003-08-20  Bruno Haible  <bruno@clisp.org>
29137
29138         * modules/progname: New file.
29139         * MODULES.html.sh (func_all_modules): Add progname.
29140
29141 2003-08-20  Bruno Haible  <bruno@clisp.org>
29142
29143         * lib/progname.h: New file, from GNU gettext.
29144         * lib/progname.c: New file, from GNU gettext.
29145         * lib/progreloc.c: New file, from GNU gettext.
29146
29147 2003-08-19  Jim Meyering  <jim@meyering.net>
29148
29149         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
29150         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
29151
29152 2003-08-19  Bruno Haible  <bruno@clisp.org>
29153
29154         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
29155         more.
29156
29157 2003-08-19  Bruno Haible  <bruno@clisp.org>
29158
29159         * lib/xstrdup.c: Assume <string.h> exists.
29160
29161 2003-08-18  Paul Eggert  <eggert@twinsun.com>
29162
29163         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
29164         in makefile rules.
29165
29166 2003-08-18  Jim Meyering  <jim@meyering.net>
29167
29168         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
29169         * m4/lib-ld.m4: Likewise.
29170
29171 2003-08-18  Jim Meyering  <jim@meyering.net>
29172
29173         * lib/setenv.h: Indent nested cpp directive.
29174         * lib/vasnprintf.c: Remove trailing blanks.
29175
29176 2003-08-17  Simon Josefsson  <jas@extundo.com>
29177
29178         * modules/xstrndup: New file.
29179         * MODULES.html.sh (func_all_modules): Add xstrndup.
29180
29181 2003-08-17  Simon Josefsson  <jas@extundo.com>
29182
29183         * modules/argp: Fix autoconf macro name. Add more dependencies.
29184
29185 2003-08-17  Simon Josefsson  <jas@extundo.com>
29186
29187         * m4/xstrndup.m4: New file.
29188
29189 2003-08-17  Simon Josefsson  <jas@extundo.com>
29190
29191         * m4/argp.m4: New file.
29192
29193 2003-08-17  Simon Josefsson  <jas@extundo.com>
29194             Bruno Haible  <bruno@clisp.org>
29195
29196         * lib/xstrndup.h: New file.
29197         * lib/xstrndup.c: New file.
29198
29199 2003-08-17  Bruno Haible  <bruno@clisp.org>
29200
29201         * modules/strndup (Files, Include): Add lib/strndup.h.
29202
29203 2003-08-17  Bruno Haible  <bruno@clisp.org>
29204
29205         * modules/euidaccess (Files): Add lib/euidaccess.h.
29206
29207 2003-08-17  Bruno Haible  <bruno@clisp.org>
29208
29209         * lib/strndup.h: New file.
29210
29211 2003-08-17  Bruno Haible  <bruno@clisp.org>
29212
29213         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
29214         like AC_GNU_SOURCE.
29215         * modules/extensions (configure.ac): Comment out the invocation of
29216         gl_USE_SYSTEM_EXTENSIONS.
29217
29218 2003-08-16  Paul Eggert  <eggert@twinsun.com>
29219
29220         Merges from coreutils, etc.
29221         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
29222         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
29223         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
29224         fixing a typo.
29225         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
29226         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
29227
29228 2003-08-16  Paul Eggert  <eggert@twinsun.com>
29229
29230         Document merge from coreutils.
29231         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
29232         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
29233         * modules/utime: Add m4/utimes-null.m4.
29234
29235 2003-08-16  Paul Eggert  <eggert@twinsun.com>
29236
29237         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
29238         space, undoing this 2003-08-12 change:
29239         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
29240
29241 2003-08-16  Paul Eggert  <eggert@twinsun.com>
29242
29243         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
29244         strtoul.c from libc, undoing this 2003-08-12 change:
29245         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
29246
29247 2003-08-16  Jim Meyering  <jim@meyering.net>
29248
29249         Merges from coreutils.
29250         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
29251         prefix.  Adjust cache variables similarly.  Create 500 rather than
29252         just 300 files, to exercise bug on Darwin6.5, too.
29253         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
29254         $missing_dir.
29255         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
29256         AM_SYS_POSIX_TERMIOS.
29257         Reported by mkc@mathdogs.com.
29258         Also change use of $am_cv_sys_posix_termios
29259         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
29260         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
29261         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
29262         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
29263         in /proc/mounts until it finds one with matching device number.  This
29264         is unnecessary when the FILE argument *is* a mount point.  No stat call
29265         is necessary in that case.  So, disable the statvfs-testing code on
29266         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
29267         as RedHat bug# 84846.
29268         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
29269         to 1MB, so as not to render systems with no stack size limit (e.g.,
29270         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
29271         Include <unistd.h>.  On some systems,
29272         it is required for the definition of _SC_PAGESIZE.
29273
29274 2003-08-16  Jim Meyering  <jim@meyering.net>
29275
29276         Merge from coreutils.
29277         * lib/xstrtoimax.c: #else #if -> #elif.
29278         * lib/xstrtoumax.c: Likewise.
29279
29280 2003-08-16  Jim Meyering  <jim@meyering.net>
29281
29282         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
29283         * m4/utimes.m4: Removed.
29284         * m4/utimes-null.m4: Renamed from utimes.m4.
29285
29286         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
29287         to 1MB, so as not to render systems with no stack size limit (e.g.,
29288         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
29289         Include <unistd.h>.  On some systems,
29290         it is required for the definition of _SC_PAGESIZE.
29291
29292 2003-08-16  Jim Meyering  <jim@meyering.net>
29293         and Paul Eggert  <eggert@cs.ucla.edu>
29294
29295         Merges from coreutils, etc.
29296
29297         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
29298         using the latest version from cvs.  This avoids problems with #line
29299         directives using a vendor (Sun) compiler.
29300         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
29301         Don't set GETGROUPS_LIB here; now it's
29302         done via getgroups.m4's wrapper function.
29303         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
29304         rather than just in sh-util/configure.in, so that the
29305         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
29306         same.
29307         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
29308         AC_FUNC_GETLOADAVG where to find getloadavg.c.
29309         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
29310         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
29311         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
29312         Remove code that is now done by the newly-required macros.
29313         Append $(EXEEXT) to DF_PROG.
29314         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
29315         Do not invoke or require the following here,
29316         since prereq.m4 or some gnulib .m4 now does this for us:
29317         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
29318         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
29319         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
29320         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
29321         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
29322         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
29323         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
29324         AC_FUNC_OBSTACK.
29325         Do not replace the following functions, as this is now the job
29326         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
29327         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
29328         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
29329         atexit getpass, strdup, getpagesize.
29330         Replace 'raise'.
29331         Do not check for the following functions, as this is now the job
29332         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
29333         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
29334         setregid.
29335         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
29336         Check for sys/sysctl.h.
29337         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
29338         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
29339         of checking for ssize_t ourselves.
29340
29341         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
29342         Require every macro that gnulib/modules/* suggests for us.
29343         (jm_PREREQ_ADDEXT): New macro.
29344         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
29345         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
29346
29347         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
29348         (gl_PHYSMEM): Use it.
29349         Also check for `table' function.
29350         Check for new headers and functions.
29351         Add check for sys/sysmp.h.
29352         With suggestions from Kaveh Ghazi.
29353         Ignore headers that are present but cannot be compiled.  This
29354         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
29355         C 5.4.
29356
29357 2003-08-15  Paul Eggert  <eggert@twinsun.com>
29358
29359         Document merge from coreutils.
29360         * modules/userspec: Depend on posixver.
29361         * modules/strftime: Depend on tzset.
29362
29363 2003-08-15  Paul Eggert  <eggert@twinsun.com>
29364
29365         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
29366         rather than tab, after '#' in shell-script copyright notices.
29367         Suggested by Bruno Haible.
29368
29369 2003-08-15  Paul Eggert  <eggert@twinsun.com>
29370
29371         * config/srclist-update: Use three spaces, rather than tab, after '#'
29372         in shell-script copyright notices.  Suggested by Bruno Haible.
29373         Remove unnecessary parenthesization in regular expression.
29374
29375 2003-08-15  Jim Meyering  <jim@meyering.net>
29376
29377         Merge from coreutils.
29378         * lib/xgethostname.c: Include <stdlib.h>.
29379         (xghostname): Don't exit for anything other than memory-related
29380         failure; just return NULL.
29381         * lib/userspec.c: Include "posixver.h".
29382         (parse_user_spec): Accept `.' as a separator only
29383         in pre-POSIX-200112 mode.
29384         * lib/strtoimax.c: Use #elif rather than #else #if.
29385         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
29386         Remove function, now that we can rely on a working tzset function.
29387         [!_LIBC]: Ensure that the required autoconf test has been run.
29388         [!defined _NL_CURRENT && HAVE_STRFTIME]:
29389         Use underlying_strftime for %r.
29390         * lib/sha.c: Merge in some clean-up and optimization changes from
29391         glibc.
29392         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
29393         Ensure that it is a multiple of 64.
29394         Rearrange loop exit tests so as to avoid performing an
29395         additional fread after encountering an error or EOF.
29396         * lib/realloc.c: Update copyright date.
29397
29398 2003-08-15  Jim Meyering  <jim@meyering.net>
29399         and Paul Eggert  <eggert@twinsun.com>
29400
29401         Merge from coreutils.
29402         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
29403         member but strut utmpx does not.  Needed for AIX 4.3.3.
29404         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
29405
29406 2003-08-15  Jim Meyering  <jim@meyering.net>
29407         and Paul Eggert  <eggert@cs.ucla.edu>
29408
29409         Merges from coreutils, etc.
29410         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
29411         Require gl_FUNC_TZSET_CLOBBER.
29412         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
29413         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
29414         members.
29415
29416 2003-08-14  Paul Eggert  <eggert@twinsun.com>
29417
29418         Help the merge from coreutils.
29419         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
29420         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
29421         * m4/tzset.m4: Use it too.
29422
29423 2003-08-14  Paul Eggert  <eggert@twinsun.com>
29424
29425         * modules/tzset: New file.
29426
29427 2003-08-14  Jim Meyering  <jim@meyering.net>
29428
29429         Merges from coreutils.
29430         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
29431         variable names, rather than @FNMATCH_H@.
29432         * modules/alloca: Likewise for $(ALLOCA_H).
29433
29434         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
29435         the three copies of the literal target, `fnmatch.h'.
29436         * modules/alloca (alloca.h): Likewise.
29437
29438 2003-08-14  Jim Meyering  <jim@meyering.net>
29439
29440         Merge from coreutils.
29441         * m4/tzset.m4: New file.
29442         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
29443         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
29444         otherwise, AIX 5.1 systems would end up using the latter.
29445         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
29446         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
29447         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
29448         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
29449
29450 2003-08-14  Jim Meyering  <jim@meyering.net>
29451
29452         Merge from coreutils.
29453         * lib/obstack.h: Whitespace changes.
29454         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
29455         and xcalloc return values.
29456         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
29457         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
29458         hang on OSF/1 5.1 for DIR on both local and remote file systems.
29459         Reported by (and fix confirmed by) Nelson H. F. Beebe.
29460         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
29461         error from mntctl.
29462         Use mntctl's return value to drive the entry-processing loop, since
29463         we can't rely on the value of the vmt_length member in the last
29464         entry.  On some systems doing so could result in exhausting
29465         virtual memory.  Based in part on a patch from Mike Jetzer.
29466
29467 2003-08-14  Jim Meyering  <jim@meyering.net>
29468         and Paul Eggert  <eggert@twinsun.com>
29469
29470         Merges from coreutils, plus other fixes.
29471         * lib/physmem.c: Merge in portability changes from gcc/libiberty
29472         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
29473         for credits and details.  Thanks to Kaveh Ghazi for helping
29474         to keep these files in sync.
29475         (ARRAY_SIZE): Define it.
29476         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
29477         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
29478         (memcasecmp): Don't assume size_t fits in unsigned int.
29479         Remove casts and duplicate code.
29480         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
29481         (memcpy): Remove definition.
29482         Merge in some clean-up and optimization changes from glibc.
29483         [BLOCKSIZE]: Move definition to top of file.
29484         Ensure that it is a multiple of 64.
29485         Rearrange loop exit tests so as to avoid performing an
29486         additional fread after encountering an error or EOF.
29487         * lib/md5.h (md5_uintptr): Define.
29488         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
29489         return to the initial working directory.  Preserve errno
29490         for caller.
29491         * lib/idcache.c: Include "xalloc.h".
29492         (xmalloc, xrealloc): Remove decls.
29493         (getuser): Remove casts no longer required in C89.
29494         * lib/human.c: Include stdio.h, for sprintf.
29495         * lib/group-member.c: Include "xalloc.h".
29496         (xmalloc, xrealloc): Remove decls.
29497         (get_group_info): Remove casts no longer required in C89.
29498         * lib/getusershell.c (readname): Remove casts no longer required in
29499         C89.
29500         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
29501         * lib/getline.c: Whitespace fix, from coreutils.
29502
29503 2003-08-13  Paul Eggert  <eggert@twinsun.com>
29504
29505         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
29506         Check for isascii.
29507
29508         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
29509         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
29510         Undo previous (whitespace-only) change.
29511
29512 2003-08-13  Paul Eggert  <eggert@twinsun.com>
29513
29514         * lib/exclude.c: Include <ctype.h>
29515         (IN_CTYPE_DOMAIN): New macro.
29516         (is_space): New fn.
29517         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
29518         and empty lines.
29519
29520         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
29521         Undo previous (whitespace-only) change.
29522
29523 2003-08-13  Paul Eggert  <eggert@twinsun.com>
29524
29525         * config/srclist-update: Change update back to the old behavior,
29526         leaving whitespace alone.  Use one 'sed' command rather than a
29527         pipeline.
29528         (fixlicense): Now a variable, not a function.
29529         (remove_trailing_blanks): Remove.
29530         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
29531         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
29532         Undo previous (whitespace-only) change.
29533
29534 2003-08-12  Paul Eggert  <eggert@twinsun.com>
29535
29536         Merge from coreutils.
29537         * modules/euidaccess: Add lib_SOURCES, include for new
29538         file euidaccess.h
29539
29540 2003-08-12  Paul Eggert  <eggert@twinsun.com>
29541
29542         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
29543         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
29544         Normalize leading white space and remove trailing white space.
29545
29546         Merge from coreutils
29547         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
29548
29549         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
29550         0.12.1.  These files are now being upgraded automatically by
29551         ../config/srclist-update.
29552
29553 2003-08-12  Paul Eggert  <eggert@twinsun.com>
29554
29555         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
29556         Normalize leading white space and remove trailing white space.
29557         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
29558         notice, as per ../config/srclist-update.
29559
29560         Merge from coreutils.
29561         * lib/euidaccess.h: New file.
29562         * lib/euidaccess.c: Include it.
29563         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
29564         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
29565         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
29566
29567 2003-08-12  Paul Eggert  <eggert@twinsun.com>
29568
29569         * config/srclist-update: Add copyright notice.
29570         (remove_id_lines, remove_trailing_blanks): New constants.
29571         (fixfile): Use them to normalize spacing a bit in copied files.
29572         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
29573         Normalize leading white space and remove trailing white space.
29574
29575         * config/texinfo.tex: Sync with texinfo.
29576
29577         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
29578         strtoul.c from libc, to merge coreutils whitespace changes.
29579
29580         * config/srclist.txt: Get the following m4 files from gettext:
29581         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
29582         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
29583         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
29584         wint_t.m4.
29585
29586 2003-08-12  Karl Berry  <karl@gnu.org>
29587
29588         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
29589         been made.
29590
29591 2003-08-11  Paul Eggert  <eggert@twinsun.com>
29592
29593         * modules/gnu-source, m4/gnu-source.m4:
29594         Remove; we're assuming Autoconf 2.54 or later now.
29595         Suggested by Bruno Haible.
29596         * MODULES.html.sh (func_all_modules): Remove gnu-source.
29597
29598 2003-08-11  Bruno Haible  <bruno@clisp.org>
29599
29600         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
29601
29602 2003-08-11  Bruno Haible  <bruno@clisp.org>
29603
29604         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
29605         (vasnprintf): Use it instead of wcslen.
29606
29607 2003-08-11  Bruno Haible  <bruno@clisp.org>
29608
29609         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
29610         value to ensure that _Bool promotes to int. Use #define for _Bool when
29611         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
29612
29613 2003-08-10  Karl Berry  <karl@gnu.org>
29614
29615         * lib/regex.h: update from libc (whitespace fix).
29616
29617 2003-08-09  Paul Eggert  <eggert@twinsun.com>
29618
29619         Merge some files from coreutils.  These changes were
29620         originally made by Jim Meyering.
29621         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
29622         many older Unixes require this.
29623         * lib/alloca.c (alloca): Remove cast to argument of free;
29624         no longer needed in C89.
29625         * lib/alloca_.h, regex.h: Fix white space to match
29626         what GNU indent does.
29627
29628 2003-08-09  Paul Eggert  <eggert@twinsun.com>
29629
29630         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
29631         apparently Emacs's Unicode mode got confused before my 2003-08-05
29632         checkin.
29633
29634 2003-08-08  Paul Eggert  <eggert@twinsun.com>
29635
29636         * m4/extensions.m4: New file.
29637         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
29638         Require gl_USE_SYSTEM_EXTENSIONS.
29639         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
29640         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
29641
29642 2003-08-08  Paul Eggert  <eggert@twinsun.com>
29643
29644         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
29645         * modules/extensions, modules/gnu-source: New files.
29646         * modules/timespec, modules/unlocked-io: Depend on extensions.
29647
29648 2003-08-07  Paul Eggert  <eggert@twinsun.com>
29649
29650         * modules/restrict: New file.
29651         * MODULES.html.sh (func_all_modules): Add restrict.
29652         * modules/regex: Depend on restrict.
29653
29654 2003-08-07  Paul Eggert  <eggert@twinsun.com>
29655
29656         * m4/restrict.m4: New file.
29657         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
29658
29659 2003-08-07  Bruno Haible  <bruno@clisp.org>
29660
29661         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
29662         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
29663
29664 2003-08-07  Bruno Haible  <bruno@clisp.org>
29665
29666         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
29667         makes the module 'getndelim2' compatible with the module 'getline'.
29668
29669 2003-08-05  Paul Eggert  <eggert@twinsun.com>
29670
29671         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
29672         byte with "\201" to avoid glitches when editing that source file
29673         with multi-gnome-terminal.
29674
29675 2003-08-05  Paul Eggert  <eggert@twinsun.com>
29676
29677         * lib/bumpalloc.h: Remove.
29678
29679 2003-08-05  Paul Eggert  <eggert@twinsun.com>
29680
29681         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
29682         * modules/bumpalloc: Remove.
29683
29684 2003-08-04  Paul Eggert  <eggert@twinsun.com>
29685
29686         * lib/getloadavg.c: Change copyright notice and spacing to conform to
29687         GNU coding style.
29688
29689         Merge from coreutils.
29690         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
29691         1. From glibc.
29692         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
29693         from Karl Berry, implemented by Jim Meyering.
29694         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
29695         from Dmitry V. Levin.
29696         Remove anachronistic cast of xrealloc.
29697         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
29698         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
29699         type. Otherwise, it wouldn't compile with at least /bin/cc on
29700         ymp-cray-unicos9.0.2.X.
29701         Combine two mostly-identical uses of alloca into one.
29702         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
29703
29704 2003-08-04  Dave Love  <d.love@dl.ac.uk>
29705
29706         [From Emacs.]
29707
29708         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
29709         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
29710         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
29711         obsolete NLIST_NAME_UNION.
29712         [__GNU__]: Undef BSD and FSCALE.
29713         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
29714
29715 2003-08-03  Paul Eggert  <eggert@twinsun.com>
29716
29717         * lib/stdbool_.h (_Bool): Make it signed char, instead of
29718         an enum type, so that it's guaranteed to promote to int.  See:
29719         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
29720
29721 2003-08-03  Karl Berry  <karl@gnu.org>
29722
29723         * config/depcomp: update from automake.
29724
29725 2003-07-31  Paul Eggert  <eggert@twinsun.com>
29726
29727         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
29728         (strerror): Don't assume that a printable int fits in 14 bytes.
29729
29730 2003-07-31  Bruno Haible  <bruno@clisp.org>
29731
29732         * modules/getpass-gnu: New file.
29733         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
29734
29735 2003-07-31  Bruno Haible  <bruno@clisp.org>
29736
29737         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
29738
29739 2003-07-24  Karl Berry  <karl@gnu.org>
29740
29741         * config/missing: update from automake.
29742
29743 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
29744             Bruno Haible  <bruno@clisp.org>
29745
29746         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
29747         * lib/getline.c (getline, getdelim): Likewise.
29748         Remove _GNU_SOURCE define; now it's defined in config.h through
29749         m4/getline.m4.
29750
29751 2003-07-23  Karl Berry  <karl@gnu.org>
29752
29753         * config/config.sub: update from prep.
29754
29755 2003-07-22  Paul Eggert  <eggert@twinsun.com>
29756
29757         * modules/xalloc (Depends-on): Add exitfail.
29758         * modules/xmemcoll: Likewise.
29759
29760 2003-07-22  Paul Eggert  <eggert@twinsun.com>
29761
29762         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
29763         over-parenthesization in macros.
29764
29765         Sync with coreutils.
29766
29767         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
29768         required by C99.
29769
29770         Use `exit_failure' for xalloc and xmemcoll instead of their own
29771         private exit-failure variables.
29772         * lib/xalloc.h (xalloc_exit_failure): Remove.
29773         * lib/xmalloc.c: Likewise.  Include exitfail.h.
29774         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
29775         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
29776         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
29777         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
29778
29779 2003-07-20  Jim Meyering  <jim@meyering.net>
29780
29781         * modules/closeout (Depends-on): Add exitfail.
29782         Suggestion from Bruno Haible.
29783
29784 2003-07-19  Karl Berry  <karl@gnu.org>
29785
29786         * config/config.sub: update from prep.
29787
29788 2003-07-18  Paul Eggert  <eggert@twinsun.com>
29789
29790         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
29791         Remove.
29792         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
29793         to test that it can stand by itself.  Include "exitfail.h".
29794         Clients should set exit_failure instead.
29795         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
29796
29797 2003-07-18  Bruno Haible  <bruno@clisp.org>
29798
29799         * modules/getndelim2: New file.
29800         * modules/getline: Share files with module getndelim2.
29801         * modules/getnline: Depend on getndelim2 instead of sharing files with
29802         it. Add getnline.c to lib_SOURCES.
29803         * MODULES.html.sh (func_all_modules): Add getndelim2.
29804
29805 2003-07-18  Bruno Haible  <bruno@clisp.org>
29806
29807         * m4/getndelim2.m4: New file.
29808         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
29809         invoke gl_PREREQ_GETNDELIM2.
29810         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
29811         gl_PREREQ_GETNDELIM2.
29812         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
29813         gl_GETNDELIM2.
29814
29815 2003-07-18  Bruno Haible  <bruno@clisp.org>
29816
29817         * lib/getndelim2.h: New file.
29818         * lib/getndelim2.c: Make into a module of its own. Include config.h,
29819         getndelim2.h.
29820         (getndelim2): Make non-static. Change return type to ssize_t.
29821         * lib/getline.h: Change argument names.
29822         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
29823         * lib/getnline.c: Include getndelim2.h.
29824
29825 2003-07-18  Andreas Schwab  <schwab@suse.de>
29826
29827         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
29828
29829 2003-07-17  Karl Berry  <karl@gnu.org>
29830
29831         * config/config.sub: update from prep.
29832
29833 2003-07-17  Bruno Haible  <bruno@clisp.org>
29834
29835         * modules/getnline: New file.
29836         * modules/getline: Add lib/getndelim2.c to source file list.
29837         * MODULES.html.sh (func_all_modules): Add getnline.
29838
29839 2003-07-17  Bruno Haible  <bruno@clisp.org>
29840
29841         * m4/getnline.m4: New file.
29842
29843 2003-07-17  Bruno Haible  <bruno@clisp.org>
29844
29845         * m4/Makefile.am.in: Remove file.
29846         * m4/Makefile.am: Remove file.
29847         * m4/Makefile.in: Remove file.
29848
29849 2003-07-17  Bruno Haible  <bruno@clisp.org>
29850
29851         * lib/getnline.h: New file.
29852         * lib/getnline.c: New file.
29853         * lib/getndelim2.c: New file, extracted from getline.c.
29854         (getndelim2): Renamed from getdelim2, with added nmax argument.
29855         * lib/getline.c: Include getndelim2.c.
29856         (getdelim2): Moved out to getndelim2.c.
29857         (getline, getdelim): Update.
29858
29859 2003-07-17  Bruno Haible  <bruno@clisp.org>
29860
29861         * lib/Makefile.am: Remove file.
29862         * lib/Makefile.in: Remove file.
29863
29864 2003-07-17  Bruno Haible  <bruno@clisp.org>
29865
29866         * configure.in: Remove file.
29867         * Makefile.in: Remove file.
29868
29869 2003-07-17  Bruno Haible  <bruno@clisp.org>
29870
29871         * MODULES.html.sh: Put the </BODY> right before </HTML>.
29872
29873 2003-07-16  Karl Berry  <karl@gnu.org>
29874
29875         * config/srclist-update: was running fixlicense twice, which caused
29876                 texinfo.tex to be nullified for some reason.  Simplify,
29877                 $gplsrc is no longer needed as far as I can see?
29878
29879 2003-07-16  Jim Meyering  <jim@meyering.net>
29880
29881         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
29882
29883 2003-07-15  Paul Eggert  <eggert@twinsun.com>
29884
29885         * config/srclist.txt: Get the following files from gettext-runtime/intl
29886         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
29887         ref-del.sin.  From Bruno Haible.
29888         * config/srclist-update (fixfile): Change grep pattern again, since the
29889         previous fix didn't work (there was another trailing $).  Use
29890         '[$]' to escape the $s.
29891
29892 2003-07-15  Karl Berry  <karl@gnu.org>
29893
29894         * lib/vasnprintf.c: update from gettext.
29895
29896 2003-07-15  Karl Berry  <karl@gnu.org>
29897
29898         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
29899         gets expanded when surrounded by '$'.
29900
29901 2003-07-15  Jim Meyering  <jim@meyering.net>
29902
29903         * modules/save-cwd: Don't depend on error.  From Derek Price.
29904
29905 2003-07-15  Jim Meyering  <jim@meyering.net>
29906
29907         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
29908
29909 2003-07-14  Simon Josefsson  <jas@extundo.com>
29910
29911         * modules/mempcpy: New file.
29912         * MODULES.html.sh (func_all_modules): Add mempcpy.
29913
29914 2003-07-14  Simon Josefsson  <jas@extundo.com>
29915
29916         * m4/mempcpy.m4: New file.
29917
29918 2003-07-14  Simon Josefsson  <jas@extundo.com>
29919
29920         * lib/mempcpy.h: New file.
29921         * lib/mempcpy.c: New file.
29922
29923 2003-07-14  Paul Eggert  <eggert@twinsun.com>
29924
29925         * modules/getdate, modules/posixtm: Depend on mktime.
29926
29927 2003-07-14  Paul Eggert  <eggert@twinsun.com>
29928
29929         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
29930         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
29931         unicodeio.c, unicodeio.h, unlocked-io.h:
29932         Switch from LGPL to GPL.
29933
29934 2003-07-14  Paul Eggert  <eggert@twinsun.com>
29935
29936         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
29937         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
29938         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
29939         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
29940         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
29941         updated automatically by ../config/srclist-update.  This changes
29942         their license from LPGL to GPL.
29943
29944 2003-07-14  Paul Eggert  <eggert@twinsun.com>
29945
29946         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
29947         assumed to refer to the root of the most recent stable gettext version.
29948         * config/srclistvars.sh: Add defaults for eggert.
29949         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
29950         Match "This program" as well as "The program".  This is needed
29951         for gettext.
29952
29953 2003-07-14  Jim Meyering  <jim@meyering.net>
29954
29955         Don't emit diagnostics.  Let callers do that.
29956         * lib/save-cwd.c: Don't include "error.h".
29957         (save_cwd): Don't call error.  Ensure that errno is valid
29958         when returning nonzero.
29959
29960         * lib/save-cwd.h (restore_cwd): Update prototype.
29961         * lib/save-cwd.c (restore_cwd): Remove two parameters.
29962         Simplify.  Don't call error upon failure.  Let callers do that.
29963         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
29964         when auditing is enabled.  But don't bother updating the #if.
29965
29966 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
29967
29968         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
29969         it breaks C++ compilation.
29970         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
29971
29972 2003-07-10  Simon Josefsson  <jas@extundo.com>
29973
29974         * modules/strchrnul (Makefile.am): Add strchrnul.h.
29975
29976 2003-07-10  Jim Meyering  <jim@meyering.net>
29977
29978         * m4/clock_time.m4: Remove trailing blank.
29979         * m4/intmax_t.m4: Likewise.
29980
29981 2003-07-10  Jim Meyering  <jim@meyering.net>
29982
29983         * lib/vasnprintf.c: Remove trailing blanks.
29984         Make cpp indentation consistent.
29985
29986 2003-07-09  Paul Eggert  <eggert@twinsun.com>
29987
29988         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
29989         posixver.c, strftime.c, strnlen.c, strverscmp.c:
29990         Switch from LGPL to GPL.
29991
29992 2003-07-09  Paul Eggert  <eggert@twinsun.com>
29993
29994         * config/srclist.txt: Sort sublists.  Add
29995         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
29996         that differ from gnulib for one reason or another; we'd like this list
29997         to be smaller but for now let's document what we have.
29998
29999 2003-07-08  Paul Eggert  <eggert@twinsun.com>
30000
30001         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
30002         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
30003         and sweeter "eval x=$x".
30004         * config/srclist.txt: Get lib/argp* from glibc.
30005
30006 2003-07-07  Paul Eggert  <eggert@twinsun.com>
30007
30008         * lib/mktime.c: Fix some boundary cases and remove need for floating
30009         point.
30010
30011         Issue a compile-time diagnostic if time_t is floating point, or if
30012         two's complement arithmetic is not in effect, or if arithmetic
30013         right shift does not propagate the sign.  These assumptions were
30014         all in the original code but they weren't checked.
30015
30016         (TIME_T_MIDPOINT, verify): New macros.
30017         (__isleap): Remove; it has integer overflow problems.
30018         (leapyear): New function, without those problems.
30019         (ydhms_tm_diff): Remove; splitting into two parts.
30020         (ydhms_diff): New function, containing the arithmetic part of
30021         the old ydhms_tm_diff function.  Issue a compile-time
30022         diagnostic if we are not using C99 integer division.
30023         Avoid casts when possible.
30024         (guess_time_tm): New function, containing the checking part of
30025         the old ydhms_tm_diff function.  Return the new value, rather than
30026         the difference between it and the old.  Accept a new argument T
30027         so that *T specifies the old value.  Check for overflow in the result.
30028
30029         (__mktime_internal): Use a time_t offset, not a long int offset.
30030         This undoes the 2003-06-04 change, which is no longer needed now
30031         that we have better overflow checking.
30032         (localtime_offset): Likewise.
30033
30034         (__mktime_internal): Avoid harmful overflow on hosts where time_t
30035         and long are 64-bit but int is only 32-bit.
30036         (ydhms_diff): Use long int to store year1 and yday1.
30037         Issue a compile-time diagnostic if long int is not wide enough.
30038
30039         (__mktime_internal): Use long int to store adjusted year and yday.
30040         Use plain C rather than preprocessor commands, if that doesn't
30041         affect efficiency.
30042         Check for overflow (and try to repair) after each probe
30043         rather than checking only at the very end.  This avoids some bugs
30044         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
30045         does not equal GMT offset at maximum time).
30046         Use integer to check for overflow rather than floating point; this
30047         is more portable to non-IEEE hosts, and is a tad faster.
30048         When we detect that we are oscillating between two values,
30049         don't check whether tm_isdst has the requested value, since
30050         we already know the answer.  When tm_isdst has the wrong value,
30051         use a different heuristic to find the right one, based on the
30052         extreme values actually observed in practice in tz2003a,
30053         rather than the (overly optimistic) "previous 3 calendar quarters".
30054
30055         (not_equal_tm, print_tm, check_result): Use "const T" rather than
30056         "T const" to accommodate glibc style.
30057         (check_result): Use less-confusing report format.  "long" -> "long int.
30058         (main): Likewise.
30059         Don't loop if the iteration overflows time_t.
30060         Allow a negative step in the iteration.
30061
30062 2003-07-06  Karl Berry  <karl@gnu.org>
30063
30064         * config/depcomp: update from automake.
30065         * config/config.sub: update from prep.
30066
30067 2003-07-03  Karl Berry  <karl@gnu.org>
30068
30069         * config/config.guess: update from prep.
30070
30071 2003-07-01  Paul Eggert  <eggert@twinsun.com>
30072
30073         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
30074         xreadlink.c now includes it unconditionally.
30075
30076 2003-07-01  Paul Eggert  <eggert@twinsun.com>
30077
30078         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
30079         having it depend on HAVE_SYS_TYPES_H.
30080
30081 2003-07-01  Bruno Haible  <bruno@clisp.org>
30082
30083         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
30084         <sys/types.h> should be sufficient.
30085         Reported by Paul Eggert.
30086
30087 2003-06-26  Karl Berry  <karl@gnu.org>
30088
30089         * config/depcomp: update from automake.
30090
30091 2003-06-26  Bruno Haible  <bruno@clisp.org>
30092
30093         * modules/human: Depend on module stdbool.
30094
30095 2003-06-25  Bruno Haible  <bruno@clisp.org>
30096
30097         * modules/readlink: New file.
30098         * modules/xreadlink: Depend on it.
30099         * MODULES.html.sh (func_all_modules): Add readlink.
30100
30101 2003-06-25  Bruno Haible  <bruno@clisp.org>
30102
30103         * m4/readlink.m4: New file.
30104
30105 2003-06-25  Bruno Haible  <bruno@clisp.org>
30106
30107         * lib/readlink.c: New file.
30108
30109 2003-06-22  Karl Berry  <karl@gnu.org>
30110
30111         * config/srclist.txt: update mkinstalldirs from automake.
30112         * config/mkinstalldirs: update.
30113
30114 2003-06-22  Bruno Haible  <bruno@clisp.org>
30115
30116         Portability to mingw32.
30117         * m4/ssize_t.m4: New file, from GNU gettext.
30118         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
30119         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
30120
30121 2003-06-22  Bruno Haible  <bruno@clisp.org>
30122
30123         * modules/safe-read: Add m4/ssize_t.m4.
30124         * modules/xreadlink: Add m4/ssize_t.m4.
30125
30126 2003-06-20  Bruno Haible  <bruno@clisp.org>
30127
30128         Assume C89, so PARAMS isn't needed.
30129         * lib/unicodeio.h (PARAMS): Remove.
30130         * lib/unicodeio.c: Don't use PARAMS.
30131
30132 2003-06-18  Karl Berry  <karl@gnu.org>
30133
30134         * config/config.{guess,sub}: update from prep.
30135
30136 2003-06-18  Jim Meyering  <jim@meyering.net>
30137
30138         Merge changes from coreutils.
30139         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
30140         Remove explicit declarations of xmalloc and realloc.
30141         Include xalloc.h.
30142         (read_utmp): Remove anachronistic cast of xmalloc.
30143
30144 2003-06-17  Paul Eggert  <eggert@twinsun.com>
30145
30146         Assume C89, so PARAMS isn't needed.
30147         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
30148         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
30149         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
30150         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
30151         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
30152         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
30153         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
30154         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
30155         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
30156         lib/xstrtod.h, lib/xstrtol.h: Likewise.
30157         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
30158         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
30159         no longer needed. Anyway, config.h should always be included before any
30160         other file.
30161
30162 2003-06-11  Simon Josefsson  <jas@extundo.com>
30163
30164         * modules/sysexits: New file.
30165         * MODULES.html.sh (func_all_modules): Add sysexits.
30166
30167 2003-06-11  Simon Josefsson  <jas@extundo.com>
30168
30169         * lib/sysexit_.h: New file.
30170
30171 2003-06-11  Derek Price  <derek@ximbiot.com>
30172
30173         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
30174         necessary.
30175
30176 2003-06-11  Bruno Haible  <bruno@clisp.org>
30177
30178         * m4/sysexits.m4: New file.
30179
30180 2003-06-10  Simon Josefsson  <jas@extundo.com>
30181
30182         * lib/argp.h: New file, from glibc.
30183         * lib/argp-ba.c: New file, from glibc.
30184         * lib/argp-eexst.c: New file, from glibc.
30185         * lib/argp-fmtstream.c: New file, from glibc.
30186         * lib/argp-fmtstream.h: New file, from glibc.
30187         * lib/argp-fs-xinl.c: New file, from glibc.
30188         * lib/argp-help.c: New file, from glibc.
30189         * lib/argp-namefrob.h: New file, from glibc.
30190         * lib/argp-parse.c: New file, from glibc.
30191         * lib/argp-pv.c: New file, from glibc.
30192         * lib/argp-pvh.c: New file, from glibc.
30193         * lib/argp-xinl.c: New file, from glibc.
30194
30195 2003-06-10  Simon Josefsson  <jas@extundo.com>
30196
30197         * modules/strchrnul: New file.
30198
30199 2003-06-10  Simon Josefsson  <jas@extundo.com>
30200
30201         * modules/argp: New file.
30202
30203 2003-06-10  Simon Josefsson  <jas@extundo.com>
30204
30205         * m4/strchrnul.m4: New file.
30206
30207 2003-06-10  Simon Josefsson  <jas@extundo.com>
30208
30209         * lib/strchrnul.h: New file.
30210         * lib/strchrnul.c: New file.
30211
30212 2003-06-10  Bruno Haible  <bruno@clisp.org>
30213
30214         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
30215
30216 2003-06-07  Karl Berry  <karl@gnu.org>
30217
30218         * config/config.{guess,sub}: update from prep.
30219
30220 2003-06-07  Jim Meyering  <jim@meyering.net>
30221
30222         * modules/strtod: Use $(...) notation, not @...@ for
30223         AC_REPLACE'd variables.
30224         * modules/localcharset: Likewise.
30225
30226 2003-06-07  Jim Meyering  <jim@meyering.net>
30227
30228         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
30229         in place of my name in the copyright comment.
30230         Remove definition and uses of __P.
30231
30232         From coreutils.
30233         * lib/stat.c: Don't declare xmalloc explicitly.
30234         Instead, include "xalloc.h".
30235         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
30236         xrealloc, and xcalloc return values.
30237         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
30238         Improve comment.
30239         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
30240
30241 2003-06-07  Bruno Haible  <bruno@clisp.org>
30242
30243         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
30244         avoid AC_CONFIG_LINKS.
30245         * modules/fnmatch (Makefile.am): Use explicit creation rule for
30246         fnmatch.h, to avoid AC_CONFIG_LINKS.
30247         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
30248
30249 2003-06-07  Bruno Haible  <bruno@clisp.org>
30250
30251         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
30252         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
30253         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
30254         directory.
30255         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
30256         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
30257         directory.
30258
30259 2003-06-06  Jim Meyering  <jim@meyering.net>
30260
30261         Merge from coreutils.
30262         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
30263         Consolidate declarations and initializations of *_base* locals.
30264
30265         Merge from coreutils.
30266         This avoids a core dump on systems without GNU putenv,
30267         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
30268         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
30269         (unsetenv): New static function, from GNU libc.
30270         (rpl_putenv): Use it.
30271
30272         * lib/modechange.c: Remove trailing blanks.
30273
30274         Merge from coreutils.
30275         * lib/fsusage.c: Remove declaration of statfs.
30276         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
30277
30278         * lib/posixtm.c: Include <stdbool.h> unconditionally.
30279
30280 2003-06-06  Jim Meyering  <jim@meyering.net>
30281
30282         * lib/stdbool_.h: Renamed from stdbool.h.in.
30283
30284 2003-06-06  Jim Meyering  <jim@meyering.net>
30285             Bruno Haible  <bruno@clisp.org>
30286
30287         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
30288         Adjust Makefile.am snippet not to redirect directly to target.
30289         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
30290
30291 2003-06-05  Paul Eggert  <eggert@twinsun.com>
30292
30293         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
30294         mismatch, look in future quarters as well as past.  This fixes a
30295         bug when processing fall-backwards gaps immediately after a long
30296         period of daylight-saving time.
30297
30298         * lib/mktime.c: Assume freestanding C89 or better.
30299         (HAVE_LIMITS_H): Remove.  Assume it's 1.
30300         (__P): Remove; not used.
30301         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
30302         (mktime, not_equal_tm, print_tm, check_result,
30303         main): Use prototypes.  Use const * where appropriate.
30304         (main): Fix typo in testing code that uncovered by above changes.
30305         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
30306
30307 2003-06-04  Paul Eggert  <eggert@twinsun.com>
30308
30309         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
30310         locale.h, localeconv.  This merges changes from coreutils.
30311
30312         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
30313         It can be removed after the next Autoconf is released.
30314         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
30315         needed.
30316
30317 2003-06-04  Paul Eggert  <eggert@twinsun.com>
30318
30319         * lib/mktime.c: Fix Debian bug 177940
30320         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
30321         (localtime_offset): Now long int, not time_t, because we want it
30322         to be guaranteed to be signed.  All uses changed.
30323         (__mktime_internal): If overflow would occur when adding offset,
30324         don't add it.
30325
30326         Merge 'human' changes from coreutils.  Rewrite to support
30327         locale-specific notations like thousands separators.
30328         * lib/human.c: Simplify authorship notice.
30329         Include human.h immediately after config.h.
30330         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
30331         <limits.h>: Do not include, since human.h does.
30332         (SIZE_MAX, UINTMAX_MAX): New macros.
30333         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
30334         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
30335         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
30336         (power_letter): Renamed from suffixes.
30337         (generate_suffix_backwards): Remove.
30338         (adjust_value): Now takes int style (because of human.h changes)
30339         and long double value (for greater precision on some platforms).
30340         (group_number): New function.
30341         (human_readable): Use it.  Use integer options, not enum.
30342         Put the options before the sizes in the arg list.
30343         Support all the new options.
30344         The old human_readable function has been removed;
30345         use inttostr.h instead.
30346         (human_readable, default_block_size, humblock):
30347         Use uintmax_t, not int, for block sizes.
30348         (human_readable_inexact, block_size_types): Remove.
30349         (block_size_opts): New constant.
30350         (human_options): Renamed from human_block_size, with new signature
30351         that allows block sizes up to UINTMAX_MAX.  All callers changed.
30352         * lib/human.h: Add copyright and authorship notice.
30353         Include <limits.h> and <stdbool.h> unconditionally.
30354         (PARAMS): Remove.  All uses removed.
30355         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
30356         (enum human_inexact_style): Remove tag; now a nameless enum.
30357         (human_floor, human_ceiling, human_round_to_even): Now have
30358         values 2, 0, 1 rather than -1, 1, 0.
30359         (human_group_digits, human_suppress_point_zero, human_autoscale,
30360         human_base_1024, human_SI, human_B): New constants.
30361         (human_readable_inexact, human_block_size): Remove.
30362         (human_readable): Size args are now uintmax_t, not int.
30363         (human_options): New decl.
30364
30365         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
30366         unnecessary now that we assume C89 or better.  This change
30367         imported from coreutils.
30368
30369         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
30370         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
30371         in the 2003-05-30 sync from glibc.
30372
30373         .h files should stand alone, but we shouldn't include <sys/types.h>
30374         if we can get away with just <stddef.h>.
30375
30376         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
30377         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
30378         rather than <sys/types.h>, as we merely need size_t.
30379         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
30380         to get size_t.
30381         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
30382         Include <stdio.h>, to get FILE.
30383         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
30384         memcasecmp.h has included <stddef.h> and all we need is size_t.
30385         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
30386         our interface, instead of including <sys/types.h>
30387
30388 2003-06-04  Paul Eggert  <eggert@twinsun.com>
30389
30390         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
30391         now, as glibc mktime is buggy on non-glibc systems.
30392
30393 2003-06-03  Karl Berry  <karl@gnu.org>
30394
30395         * config/config.sub: update from prep.
30396
30397 2003-06-02  Paul Eggert  <eggert@twinsun.com>
30398
30399         [from coreutils]
30400         Fix some minor time-related bugs with POSIX time arguments.
30401         Some valid time stamps were being rejected (notably -1, and
30402         time stamps before 1900 on 64-bit hosts).  And some invalid
30403         time stamps were being accepted, e.g. September 31.
30404
30405         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
30406         that we can return (time_t) -1 successfully.
30407         * lib/posixtm.c: Likewise.
30408         [HAVE_STDBOOL_H]: Include <stdbool.h>.
30409         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
30410         (t): Remove static var.
30411         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
30412         of static var.  All uses changed.
30413         (year): Do not reject years before 1900; they can occur with
30414         64-bit time_t.
30415         (posix_time_parse): Do not check for out-of-range components;
30416         that is now the caller's responsibility, since our checks were
30417         only approximations.
30418         (posixtime): Use mktime to check for out-of-range components,
30419         since it knows them exactly.
30420         If mktime returns (time_t) -1, check whether an error actually occurred
30421         by invoking localtime on -1.
30422         (main) [TEST_POSIXTIME]: Check for input data errors, and report
30423         posixtime failures better.
30424         Improve the test data (in comments only).
30425
30426 2003-06-02  Karl Berry  <karl@gnu.org>
30427
30428         * config/mkinstalldirs (version): new variable.
30429         (--version): new option.
30430         (usage): improve message.
30431
30432 2003-05-30  Karl Berry  <karl@gnu.org>
30433
30434         * lib/mktime.c: update from libc.
30435
30436 2003-05-30  Bruno Haible  <bruno@clisp.org>
30437
30438         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
30439         * config/config.rpath: Upgrade to gettext-0.12.1.
30440
30441 2003-05-30  Bruno Haible  <bruno@clisp.org>
30442
30443         * m4/gettext.m4: Upgrade to gettext-0.12.1.
30444         * m4/nls.m4: New file, from gettext-0.12.1.
30445         * m4/po.m4: New file, from gettext-0.12.1.
30446         * m4/progtest.m4: Upgrade to gettext-0.12.1.
30447
30448 2003-05-30  Bruno Haible  <bruno@clisp.org>
30449
30450         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
30451         * lib/localcharset.h: Likewise.
30452         * lib/localcharset.c: Likewise.
30453
30454 2003-05-29  Karl Berry  <karl@gnu.org>
30455
30456         * config/config.rpath: update from gettext.
30457
30458 2003-05-28  Paul Eggert  <eggert@twinsun.com>
30459
30460         Assume the headers required for C89 freestanding compilers.
30461         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
30462         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
30463         * m4/human.m4 (gl_HUMAN): Likewise.
30464         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
30465         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
30466         * m4/userspec.m4 (gl_USERSPEC): Likewise.
30467         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
30468         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
30469         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
30470
30471 2003-05-28  Paul Eggert  <eggert@twinsun.com>
30472
30473         Assume the headers required for C89 freestanding compilers.
30474         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
30475         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
30476         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
30477         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
30478         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
30479         define, since <limits.h> is guaranteed to do that.
30480         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
30481         * lib/exclude.c: Include <stdbool.h> unconditionally.
30482         * lib/tempname.c: Include <stddef.h> unconditionally.
30483         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
30484         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
30485         <stddef.h> does that.
30486         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
30487         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
30488         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
30489         needed.
30490         * lib/xstrtol.c: Likewise.
30491         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
30492         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
30493
30494         * lib/addext.c (addext): Use assignment rather than cast, to avoid
30495         warnings on some platforms.
30496
30497         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
30498         arbitrarily.
30499
30500 2003-05-26  Jim Meyering  <jim@meyering.net>
30501
30502         Merge in a change from coreutils:
30503         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
30504         that is guaranteed to be `no'.  Use `no_such_member' to indicate
30505         that condition, rather than `-1' which is slightly misleading.
30506         Change the name of the cache variable to have the gl_ prefix.
30507         Prompted by a patch from Richard Dawe for DJGPP.
30508
30509 2003-05-24  Karl Berry  <karl@gnu.org>
30510
30511         * config/config.guess: update from prep.
30512
30513 2003-05-22  Karl Berry  <karl@gnu.org>
30514
30515         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
30516
30517 2003-05-20  Karl Berry  <karl@gnu.org>
30518
30519         * config/config.guess: update from prep.
30520
30521 2003-05-18  Karl Berry  <karl@gnu.org>
30522
30523         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
30524         might actually be set by the user.
30525
30526         * config/depcomp, install-sh, mdate-sh: update from automake.
30527
30528 2003-05-17  Bruno Haible  <bruno@clisp.org>
30529
30530         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
30531         invalid expansion for AC_EGREP_CPP.
30532         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
30533         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
30534         Suggested by Akim Demaille <akim@epita.fr> in
30535         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
30536
30537 2003-05-12  Jim Meyering  <jim@meyering.net>
30538
30539         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
30540         the space-padded-by-default conversion specifiers, %e, %k, %l.
30541
30542 2003-05-12  Bruno Haible  <bruno@clisp.org>
30543
30544         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
30545         the string is longer than 4 KB.
30546
30547 2003-05-11  Karl Berry  <karl@gnu.org>
30548
30549         * config/config.{guess,sub}: update from prep.
30550
30551 2003-05-09  Bruno Haible  <bruno@clisp.org>
30552
30553         * modules/error: Add m4/strerror_r.m4 to file list.
30554
30555 2003-05-03  Bruno Haible  <bruno@clisp.org>
30556
30557         Upgrade to Unicode-4.0.
30558         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
30559         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
30560         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
30561         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
30562         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
30563         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
30564         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
30565         Change width of U+E0100..U+E01EF from 1 to 0.
30566
30567 2003-04-25  Jim Meyering  <jim@meyering.net>
30568
30569         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
30570         of type size_t, not int.
30571
30572 2003-04-25  Bruno Haible  <bruno@clisp.org>
30573
30574         * lib/copy-file.c: Include <stddef.h>, for size_t.
30575
30576 2003-04-21  Paul Eggert  <eggert@twinsun.com>
30577
30578         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
30579         code which expansion is under static control.  Patch imported from
30580         Akim Demaille's patch to Bison; see
30581         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
30582
30583 2003-04-14  Bruno Haible  <bruno@clisp.org>
30584
30585         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
30586
30587 2003-04-11  Jim Meyering  <jim@meyering.net>
30588
30589         Merge changes from Coreutils.
30590
30591         2003-03-22  Jim Meyering  <jim@meyering.net>
30592
30593         * lib/strftime.c (widen): Cast alloca return value to proper type.
30594
30595         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
30596
30597         From GNU libc.
30598         * lib/strftime.c (my_strftime): Handle very large width
30599         specifications for numeric values correctly.  Improve checks for
30600         overflow.
30601
30602         2003-01-19  Jim Meyering  <jim@meyering.net>
30603
30604         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
30605         definitions.
30606         (nl_get_alt_digit) [! defined my_strftime]: Define.
30607         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
30608         _nl_get_alt_digit and _nl_get_walt_digit.
30609
30610         * lib/strftime.c (my_strftime): Merge in locale-related changes from
30611         libc. These changes have no effect outside of _LIBC.
30612
30613 2003-04-10  Bruno Haible  <bruno@clisp.org>
30614
30615         * modules/findprog: New file.
30616         * MODULES.html.sh (func_all_modules): Add it.
30617
30618 2003-04-10  Bruno Haible  <bruno@clisp.org>
30619
30620         * m4/findprog.m4: New file.
30621         * m4/eaccess.m4: New file.
30622
30623 2003-04-10  Bruno Haible  <bruno@clisp.org>
30624
30625         * lib/findprog.h: New file, from GNU gettext.
30626         * lib/findprog.c: New file, from GNU gettext.
30627
30628 2003-04-05  Jim Meyering  <jim@meyering.net>
30629
30630         Merge changes from Coreutils.
30631
30632         * lib/exclude.h (PARAMS): Remove definition and uses.
30633         * lib/exclude.c: Remove uses of `PARAMS'.
30634
30635         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
30636         Add test-cases for DOS filenames. Declare program_name.
30637         (main): Set up program_name.  Patch by Rich Dawe.
30638
30639         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
30640         error from mntctl.
30641         Use mntctl's return value to drive the entry-processing loop, since
30642         we can't rely on the value of the vmt_length member in the last
30643         entry.  On some systems doing so could result in exhausting
30644         virtual memory.  Based in part on a patch from Mike Jetzer.
30645
30646 2003-04-04  Bruno Haible  <bruno@clisp.org>
30647
30648         * modules/linebreak: New file.
30649         * MODULES.html.sh (func_all_modules): Add it.
30650
30651 2003-04-04  Bruno Haible  <bruno@clisp.org>
30652
30653         * m4/linebreak.m4: New file.
30654
30655 2003-04-04  Bruno Haible  <bruno@clisp.org>
30656
30657         * lib/linebreak.h: New file, from GNU gettext.
30658         * lib/linebreak.c: New file, from GNU gettext with slight
30659         modifications.
30660         * lib/lbrkprop.h: New file, from GNU gettext.
30661
30662 2003-04-03  Bruno Haible  <bruno@clisp.org>
30663
30664         * modules/utf8-ucs4: New file.
30665         * modules/utf16-ucs4: New file.
30666         * modules/ucs4-utf8: New file.
30667         * modules/ucs4-utf16: New file.
30668         * MODULES.html.sh (func_all_modules): Add them.
30669
30670 2003-04-03  Bruno Haible  <bruno@clisp.org>
30671
30672         * m4/utf-ucs4.m4: New file.
30673         * m4/ucs4-utf.m4: New file.
30674
30675 2003-04-03  Bruno Haible  <bruno@clisp.org>
30676
30677         * lib/utf8-ucs4.h: New file, from GNU gettext.
30678         * lib/utf16-ucs4.h: New file, from GNU gettext.
30679         * lib/ucs4-utf8.h: New file, from GNU gettext.
30680         * lib/ucs4-utf16.h: New file, from GNU gettext.
30681
30682 2003-04-02  Bruno Haible  <bruno@clisp.org>
30683
30684         * modules/binary-io: New file.
30685         * MODULES.html.sh (func_all_modules): Add it.
30686
30687 2003-04-02  Bruno Haible  <bruno@clisp.org>
30688
30689         * lib/binary-io.h: New file, from GNU gettext.
30690
30691 2003-04-01  Bruno Haible  <bruno@clisp.org>
30692
30693         * modules/pathname: New file.
30694         * MODULES.html.sh (func_all_modules): Add it.
30695
30696 2003-04-01  Bruno Haible  <bruno@clisp.org>
30697
30698         * lib/pathname.h: New file, from GNU gettext.
30699         * lib/concatpath.c: New file, from GNU gettext.
30700
30701 2003-03-30  Bruno Haible  <bruno@clisp.org>
30702
30703         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
30704
30705 2003-03-30  Bruno Haible  <bruno@clisp.org>
30706
30707         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
30708         function chown() doesn't exist.
30709
30710 2003-03-28  Bruno Haible  <bruno@clisp.org>
30711
30712         * modules/copy-file: New file.
30713         * MODULES.html.sh (func_all_modules): Add it.
30714
30715 2003-03-28  Bruno Haible  <bruno@clisp.org>
30716
30717         * m4/copy-file.m4: New file.
30718
30719 2003-03-28  Bruno Haible  <bruno@clisp.org>
30720
30721         * lib/copy-file.h: New file, from GNU gettext.
30722         * lib/copy-file.c: New file, from GNU gettext.
30723
30724 2003-03-18  Jim Meyering  <jim@meyering.net>
30725
30726         * lib/quote.c (quote_n): Fix typo in comment.
30727
30728 2003-03-18  Bruno Haible  <bruno@clisp.org>
30729
30730         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
30731         checking.
30732         * m4/onceonly_2_57.m4: Likewise.
30733
30734 2003-03-17  Bruno Haible  <bruno@clisp.org>
30735
30736         * m4/onceonly.m4: Require autoconf 2.54 or newer.
30737         (m4_quote): Remove macro.
30738         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
30739
30740 2003-03-14  Jim Meyering  <jim@meyering.net>
30741
30742         Merge changes from Coreutils.
30743         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
30744         to be const, in order to avoid warnings.
30745         (obstack_room): Likewise.
30746         (obstack_empty_p): Likewise.
30747
30748 2003-03-14  Bruno Haible  <bruno@clisp.org>
30749
30750         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
30751         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
30752
30753 2003-03-13  Paul Eggert  <eggert@twinsun.com>
30754
30755         Merge changes from Bison.
30756         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
30757         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
30758         when compiling Bison 1.875's `bitset bset = obstack_alloc
30759         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
30760         * lib/hash.c: Include <stdbool.h> unconditionally.
30761
30762 2003-03-13  Paul Eggert  <eggert@twinsun.com>
30763
30764         * m4/onceonly.m4 (m4_quote): New macro.
30765         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
30766         Quote AC_FOREACH variable-expansions properly.
30767
30768 2003-03-13  Paul Eggert  <eggert@twinsun.com>
30769
30770         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
30771
30772 2003-03-09  Paul Eggert  <eggert@twinsun.com>
30773
30774         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
30775         Reported by Bruce Becker; see:
30776         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
30777
30778 2003-03-03  Paul Eggert  <eggert@twinsun.com>
30779             Bruno Haible  <bruno@clisp.org>
30780
30781         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
30782         Reported by John Hughes, see
30783         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
30784
30785 2003-02-20  Bruno Haible  <bruno@clisp.org>
30786
30787         * MODULES.html.sh (func_all_modules): Add poll.
30788
30789 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
30790
30791         * modules/poll: New file.
30792
30793 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
30794
30795         * lib/poll_.h: New file.
30796         * lib/poll.c: New file.
30797
30798 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
30799
30800         * m4/poll.m4: New file.
30801
30802 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
30803
30804         * modules/mathl: New file.
30805
30806 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
30807
30808         * lib/mathl.h: New file.
30809         * lib/acosl.c: New file.
30810         * lib/asinl.c: New file.
30811         * lib/atanl.c: New file.
30812         * lib/ceill.c: New file.
30813         * lib/cosl.c: New file.
30814         * lib/expl.c: New file.
30815         * lib/floorl.c: New file.
30816         * lib/frexpl.c: New file.
30817         * lib/ldexpl.c: New file.
30818         * lib/logl.c: New file.
30819         * lib/sincosl.c: New file.
30820         * lib/sinl.c: New file.
30821         * lib/sqrtl.c: New file.
30822         * lib/tanl.c: New file.
30823         * lib/trigl.c: New file.
30824         * lib/trigl.h: New file.
30825
30826 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
30827
30828         * m4/mathl.m4: New file.
30829
30830 2003-02-18  Bruno Haible  <bruno@clisp.org>
30831
30832         * MODULES.html.sh (func_all_modules): Add mathl.
30833
30834 2003-02-17  Bruno Haible  <bruno@clisp.org>
30835
30836         * modules/mkdtemp: New module.
30837         * MODULES.html.sh (func_all_modules): Add it.
30838
30839 2003-02-17  Bruno Haible  <bruno@clisp.org>
30840
30841         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
30842
30843 2003-02-17  Bruno Haible  <bruno@clisp.org>
30844
30845         * lib/mkdtemp.h: New file, from GNU gettext.
30846         * lib/mkdtemp.c: New file, from GNU gettext.
30847
30848 2003-02-02  Jim Meyering  <jim@meyering.net>
30849
30850         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
30851         e.g. glibc-2.2.93.
30852
30853 2003-01-31  Bruno Haible  <bruno@clisp.org>
30854
30855         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
30856         'rpl_rename'.
30857         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
30858         'rpl_strnlen'.
30859         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
30860         'rpl_strtod'.
30861         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
30862         'rpl_utime'.
30863
30864 2003-01-31  Bruno Haible  <bruno@clisp.org>
30865
30866         * lib/rename.c: #undef rename before defining rpl_rename.
30867         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
30868
30869 2003-01-30  Bruno Haible  <bruno@clisp.org>
30870
30871         * modules/vasnprintf, modules/vasprintf: New modules.
30872         * MODULES.html.sh (func_all_modules): Add them.
30873
30874 2003-01-30  Bruno Haible  <bruno@clisp.org>
30875
30876         * m4/signed.m4: New file, from GNU gettext.
30877         * m4/longdouble.m4: New file, from GNU gettext.
30878         * m4/wchar_t.m4: New file, from GNU gettext.
30879         * m4/wint_t.m4: New file, from GNU gettext.
30880         * m4/vasnprintf.m4: New file.
30881         * m4/vasprintf.m4: New file.
30882
30883 2003-01-30  Bruno Haible  <bruno@clisp.org>
30884
30885         * lib/printf-args.h: New file, from GNU gettext.
30886         * lib/printf-args.c: New file, from GNU gettext.
30887         * lib/printf-parse.h: New file, from GNU gettext.
30888         * lib/printf-parse.c: New file, from GNU gettext.
30889         * lib/vasnprintf.h: New file, from GNU gettext.
30890         * lib/vasnprintf.c: New file, from GNU gettext.
30891         * lib/asnprintf.c: New file, from GNU gettext.
30892         * lib/vasprintf.h: New file, from GNU gettext with modifications.
30893         * lib/vasprintf.c: New file, from GNU gettext.
30894         * lib/asprintf.c: New file, from GNU gettext.
30895
30896 2003-01-29  Bruno Haible  <bruno@clisp.org>
30897
30898         * modules/stpncpy: New module.
30899         * MODULES.html.sh (func_all_modules): Add it.
30900
30901 2003-01-29  Bruno Haible  <bruno@clisp.org>
30902
30903         * m4/stpncpy.m4: New file.
30904
30905 2003-01-29  Bruno Haible  <bruno@clisp.org>
30906
30907         * lib/stpncpy.h: New file, from GNU gettext with modifications.
30908         * lib/stpncpy.c: New file, from GNU gettext with modifications.
30909
30910 2003-01-28  Bruno Haible  <bruno@clisp.org>
30911
30912         * modules/c-ctype: New module.
30913         * MODULES.html.sh (func_all_modules): Add it.
30914
30915 2003-01-28  Bruno Haible  <bruno@clisp.org>
30916
30917         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
30918         Paul Eggert.
30919         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
30920         Paul Eggert.
30921
30922 2003-01-27  Bruno Haible  <bruno@clisp.org>
30923
30924         * modules/xsetenv: New module.
30925         * MODULES.html.sh (func_all_modules): Add it.
30926
30927 2003-01-27  Bruno Haible  <bruno@clisp.org>
30928
30929         * lib/xsetenv.h: New file, from GNU gettext.
30930         * lib/xsetenv.c: New file, from GNU gettext.
30931
30932 2003-01-23  Jim Meyering  <jim@meyering.net>
30933
30934         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
30935         from working on systems without dirfd (at least Irix and OSF1/Tru64).
30936
30937 2003-01-23  Bruno Haible  <bruno@clisp.org>
30938
30939         * modules/minmax: New module.
30940         * MODULES.html.sh (func_all_modules): Add it.
30941
30942 2003-01-23  Bruno Haible  <bruno@clisp.org>
30943
30944         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
30945         Eggert.
30946
30947 2003-01-22  Bruno Haible  <bruno@clisp.org>
30948
30949         * modules/exit: New module.
30950         * MODULES.html.sh (func_all_modules): Add it.
30951
30952 2003-01-22  Bruno Haible  <bruno@clisp.org>
30953
30954         * lib/exit.h: New file, from GNU gettext.
30955
30956 2003-01-19  Bruno Haible  <bruno@clisp.org>
30957
30958         * gnulib-tool: Recognize option --extract-maintainer.
30959         (func_get_maintainer): New function.
30960         * modules/*: Add Maintainer entry.
30961
30962 2003-01-16  Jim Meyering  <jim@meyering.net>
30963
30964         * m4/regex.m4: The `regex' struct is both input and output.
30965         Initialize it before each use.  Patch by Tim Waugh.
30966
30967 2003-01-16  Bruno Haible  <bruno@clisp.org>
30968
30969         * MODULES.html.sh: Add a table of contents. Add the module name as
30970         leftmost column. Add hyperlinks.
30971
30972 2003-01-15  Bruno Haible  <bruno@clisp.org>
30973
30974         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
30975
30976 2003-01-15  Bruno Haible  <bruno@clisp.org>
30977
30978         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
30979         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
30980         suffix.
30981
30982 2003-01-15  Bruno Haible  <bruno@clisp.org>
30983
30984         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
30985
30986 2003-01-15  Bruno Haible  <bruno@clisp.org>
30987
30988         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
30989         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
30990
30991 2003-01-14  Jim Meyering  <jim@meyering.net>
30992
30993         * lib/same.c (same_name): Tweak a comment.
30994
30995 2003-01-14  Bruno Haible  <bruno@clisp.org>
30996
30997         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
30998         when a string comparison is sufficient.
30999
31000 2003-01-14  Bruno Haible  <bruno@clisp.org>
31001
31002         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
31003         'unsigned int'.
31004
31005 2003-01-14  Bruno Haible  <bruno@clisp.org>
31006
31007         * lib/hash-pjw.c: Add comment about low quality of this function.
31008
31009 2003-01-13  Bruno Haible  <bruno@clisp.org>
31010
31011         * modules/stpcpy: Distribute lib/stpcpy.h.
31012         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
31013
31014 2003-01-13  Bruno Haible  <bruno@clisp.org>
31015
31016         * modules/*: Add a description.
31017         * modules/strpbrk: Fix Makefile.am snippet.
31018         * modules/strtoimax: Fix dependencies.
31019         * modules/strtoumax: Likewise.
31020
31021 2003-01-13  Bruno Haible  <bruno@clisp.org>
31022
31023         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
31024         * modules/alloca (Makefile.am): All object files depend on alloca.h.
31025         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
31026
31027 2003-01-13  Bruno Haible  <bruno@clisp.org>
31028
31029         * gnulib-tool (func_create_testdir): Store config/* files in the main
31030         directory.
31031         * config.rpath: Move to ...
31032         * config/config.rpath: ... here.
31033         * modules/gettext: Contains config/config.rpath, not config.rpath.
31034         * modules/iconv: Likewise.
31035
31036 2003-01-12  Paul Eggert  <eggert@twinsun.com>
31037
31038         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
31039         to avoid collisions with libcurses and libreadline.
31040
31041         * m4/getstr.m4: Remove.
31042         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
31043
31044 2003-01-12  Paul Eggert  <eggert@twinsun.com>
31045
31046         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
31047         to avoid collisions with libcurses and libreadline.
31048
31049         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
31050         * lib/getstr.h, getstr.c: Remove.
31051         * lib/getline.c: Include "getline.h", to check interface.
31052         Move body of old getstr.c here: this defines MIN_CHUNK and
31053         declares getdelim2, which is renamed from getstr.
31054         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
31055
31056         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
31057         All uses changed.
31058         * lib/linebuffer.h: Likewise.
31059         (readline): Remove backward-compatibility macro.
31060
31061 2003-01-12  Paul Eggert  <eggert@twinsun.com>
31062
31063         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
31064         to avoid collisions with libcurses and libreadline.
31065         * getstr: Remove.
31066         * MODULES.html.sh: Remove getstr.
31067         * modules/getline: Depend on unlocked-io, not getstr.
31068
31069 2003-01-12  Jim Meyering  <jim@meyering.net>
31070
31071         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
31072
31073 2003-01-10  Bruno Haible  <bruno@clisp.org>
31074
31075         * modules/alloca: Change Makefile.am requirements. Simplify Include
31076         requirements. Add lib/alloca_.h to file list.
31077
31078 2003-01-10  Bruno Haible  <bruno@clisp.org>
31079
31080         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
31081
31082 2003-01-10  Bruno Haible  <bruno@clisp.org>
31083
31084         * lib/alloca_.h: New file.
31085         * lib/getdate.y: Unconditionally include alloca.h.
31086         * lib/makepath.c: Likewise.
31087         * lib/setenv.c: Likewise.
31088         * lib/userspec.c: Likewise.
31089
31090 2003-01-09  Karl Berry  <karl@gnu.org>
31091
31092         * MODULES.html.sh: include `dirname $0` in PATH, to find
31093         gnulib-tool.
31094
31095 2003-01-09  Bruno Haible  <bruno@clisp.org>
31096
31097         * modules/stdbool: Change configure.ac, Makefile.am requirements.
31098         Simplify Include requirements. Add lib/stdbool.h.in to file list.
31099
31100 2003-01-09  Bruno Haible  <bruno@clisp.org>
31101
31102         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
31103
31104 2003-01-09  Bruno Haible  <bruno@clisp.org>
31105
31106         * lib/stdbool.h.in: New file.
31107
31108 2003-01-09  Bruno Haible  <bruno@clisp.org>
31109
31110         * gnulib-tool (func_all_modules): Ignore files ending in ~.
31111         * MODULES.html.sh: Likewise.
31112
31113 2003-01-08  Jim Meyering  <jim@meyering.net>
31114
31115         * lib/full-write.c: Undefine and define-away `const' after inclusion
31116         of errno.h, not before.  Suggestion from Bruno Haible.
31117
31118 2003-01-08  Bruno Haible  <bruno@clisp.org>
31119
31120         * modules/full-read: Depend on full-write.
31121
31122 2003-01-08  Bruno Haible  <bruno@clisp.org>
31123
31124         * lib/safe-read.c: Include specification header first, to ensure its
31125         selfcontainedness.
31126         * lib/full-write.c: Likewise.
31127
31128 2003-01-07  Jim Meyering  <jim@meyering.net>
31129
31130         * lib/full-write.c: Rework so that it may serve to define full_read,
31131         too.
31132         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
31133
31134 2003-01-07  Bruno Haible  <bruno@clisp.org>
31135
31136         * lib/strtoimax.c: Include <stdint.h> as an alternative to
31137         <inttypes.h>.
31138         * lib/xstrtol.h: Likewise.
31139         * lib/xstrtoimax.c: Likewise.
31140         * lib/xstrtoumax.c: Likewise.
31141         * lib/human.h: Likewise.
31142
31143         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
31144         on systems that have <inttypes.h> but not <stdint.h>.
31145
31146 2003-01-07  Bruno Haible  <bruno@clisp.org>
31147
31148         * MODULES.html.sh: Add copyright notice.
31149         (missed_files): Omit CVS directory entries.
31150         (func_module): Make it work with sed-3.02.
31151         * MODULES.txt: Remove file.
31152
31153 2003-01-06  Jim Meyering  <jim@meyering.net>
31154
31155         * lib/version-etc.c: Update year in translatable copyright string.
31156
31157 2003-01-03  Karl Berry  <karl@gnu.org>
31158
31159         * config/config.{guess,sub}: update from prep.
31160
31161 2003-01-02  Karl Berry  <karl@gnu.org>
31162
31163         * doc/COPYING.DOC: belatedly updated to 1.2.
31164
31165 2003-01-01  Karl Berry  <karl@gnu.org>
31166
31167         * gnulib-tool (func_verify_module): report module name $module in
31168         error message, not $1.
31169         * gnulib-tool (create-testdir): don't complain if destdir couldn't
31170         be created, only if it doesn't exist.
31171         * gnulib-tool (last_checkin_date): don't expand the $Date here.
31172
31173 2002-12-31  Paul Eggert  <eggert@twinsun.com>
31174
31175         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
31176
31177 2002-12-31  Paul Eggert  <eggert@twinsun.com>
31178
31179         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
31180         memcmp if strcoll doesn't work.
31181
31182 2002-12-31  Bruno Haible  <bruno@clisp.org>
31183
31184         * lib/utime.c (utime_null): No need to call ftruncate if the file was
31185         nonempty.
31186
31187 2002-12-31  Bruno Haible  <bruno@clisp.org>
31188
31189         * lib/memcoll.c (STRCOLL): New macro.
31190         (memcoll): Use it.
31191
31192 2002-12-31  Bruno Haible  <bruno@clisp.org>
31193
31194         * lib/localcharset.h: New file.
31195         * lib/localcharset.c: Include it.
31196         * lib/unicodeio.c: Likewise.
31197
31198 2002-12-31  Bruno Haible  <bruno@clisp.org>
31199
31200         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
31201         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
31202
31203 2002-12-31  Bruno Haible  <bruno@clisp.org>
31204
31205         * lib/getline.h: Include <stddef.h>, for size_t.
31206
31207         * lib/unicodeio.h: Include <stddef.h>, for size_t.
31208         * lib/unicodeio.c: Don't include <stddef.h>.
31209
31210 2002-12-31  Bruno Haible  <bruno@clisp.org>
31211
31212         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
31213         HAVE_TM_ZONE.
31214
31215 2002-12-24  Karl Berry  <karl@gnu.org>
31216
31217         * config/config.guess: update from prep.
31218
31219 2002-12-24  Bruno Haible  <bruno@clisp.org>
31220
31221         General infrasructure.
31222         * m4/README: Rewritten.
31223         * m4/onceonly.m4: New file.
31224         * m4/onceonly_2_57.m4: New file.
31225
31226         Module atexit.
31227         * m4/atexit.m4: New file.
31228
31229         Module strtod.
31230         * m4/strtod.m4: New file.
31231
31232         Module strtol.
31233         * m4/strtol.m4: New file.
31234
31235         Module strtoul.
31236         * m4/strtoul.m4: New file.
31237
31238         Module memchr.
31239         * m4/memchr.m4: New file.
31240
31241         Module memcmp.
31242         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
31243         (jm_FUNC_MEMCMP): Invoke it.
31244
31245         Module memcpy.
31246         * m4/memcpy.m4: New file.
31247
31248         Module memmove.
31249         * m4/memmove.m4: New file.
31250
31251         Module memset.
31252         * m4/memset.m4: New file.
31253
31254         Module strcspn.
31255         * m4/strcspn.m4: New file.
31256
31257         Module strpbrk.
31258         * m4/strpbrk.m4: New file.
31259
31260         Module strstr.
31261         * m4/strstr.m4: New file.
31262
31263         Module strerror.
31264         * m4/strerror.m4: New file.
31265
31266         Module mktime.
31267         * m4/mktime.m4: Renamed from jm-mktime.m4.
31268         (gl_PREREQ_MKTIME): New macro.
31269         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
31270
31271         Module malloc.
31272         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
31273         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
31274         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
31275
31276         Module realloc.
31277         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
31278         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
31279         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
31280
31281         Module strftime.
31282         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
31283         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
31284         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
31285         gl_TM_GMTOFF.
31286         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
31287
31288         Module xalloc.
31289         * m4/xalloc.m4: New file.
31290
31291         Module alloca.
31292         * m4/alloca.m4: New file.
31293
31294         Module putenv.
31295         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
31296         (jm_FUNC_PUTENV): Invoke it.
31297
31298         Module setenv.
31299         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
31300         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
31301         when invoked twice.
31302         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
31303         gt_FUNC_SETENV.
31304
31305         Module memrchr.
31306         * m4/memrchr.m4: New file.
31307
31308         Module stpcpy.
31309         * m4/stpcpy.m4: New file.
31310
31311         Module strcase.
31312         * m4/strcase.m4: New file.
31313
31314         Module strdup.
31315         * m4/strdup.m4: New file.
31316
31317         Module strnlen.
31318         * m4/strnlen.m4: New file.
31319
31320         Module strndup.
31321         * m4/strndup.m4: New file.
31322
31323         Module xstrtod.
31324         * m4/xstrtod.m4: New file.
31325
31326         Module xstrtol.
31327         * m4/xstrtol.m4: New file.
31328
31329         Module getdate.
31330         * m4/getdate.m4: New file.
31331
31332         Module unlocked-io.
31333         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
31334         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
31335         * m4/jm-glibc-io.m4n: Remove file.
31336
31337         Module long-options.
31338         * m4/long-options.m4: New file.
31339
31340         Module md5.
31341         * m4/md5.m4: New file.
31342
31343         Module sha.
31344         * m4/sha.m4: New file.
31345
31346         Module getstr.
31347         * m4/getstr.m4: New file.
31348
31349         Module getline.
31350         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
31351         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
31352         <sys/types.h>, for size_t. Use the function name gnu_getline, not
31353         simply getline. Infoke gl_PREREQ_GETLINE.
31354
31355         Module obstack.
31356         * m4/obstack.m4: New file.
31357
31358         Module hash.
31359         * m4/hash.m4: New file.
31360
31361         Module readtokens.
31362         * m4/readtokens.m4: New file.
31363
31364         Module strverscmp.
31365         * m4/strverscmp.m4: New file.
31366
31367         Module stdbool.
31368         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
31369         OSF/1.
31370
31371         Module strtoll.
31372         * m4/strtoll.m4: New file.
31373
31374         Module strtoull.
31375         * m4/strtoull.m4: New file.
31376
31377         Module strtoimax.
31378         * m4/strtoimax.m4: New file.
31379
31380         Module strtoumax.
31381         * m4/strtoumax.m4: New file.
31382
31383         Module xstrtoimax.
31384         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
31385         jm_AC_PREREQ_XSTRTOIMAX.
31386         Moved the strtol prerequisites to strtol.m4.
31387         Moved the strtoll prerequisites to strtoll.m4.
31388         Moved the strtoimax prerequisites to strtoimax.m4.
31389
31390         Module xstrtoumax.
31391         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
31392         jm_AC_PREREQ_XSTRTOUMAX.
31393         Moved the strtoul prerequisites to strtoul.m4.
31394         Moved the strtoull prerequisites to strtoull.m4.
31395         Moved the strtoumax prerequisites to strtoumax.m4.
31396
31397         Module chown.
31398         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
31399         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
31400
31401         Module dup2.
31402         * m4/dup2.m4: New file.
31403
31404         Module ftruncate.
31405         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
31406         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
31407
31408         Module getgroups.
31409         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
31410         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
31411
31412         Module gettimeofday.
31413         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
31414         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
31415         gl_PREREQ_GETTIMEOFDAY.
31416
31417         Module mkdir.
31418         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
31419         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
31420
31421         Module mkstemp.
31422         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
31423         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
31424         jm_AC_TYPE_UINTMAX_T.
31425         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
31426
31427         Module stat.
31428         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
31429         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
31430
31431         Module lstat.
31432         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
31433         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
31434
31435         Module timespec.
31436         * m4/timespec.m4 (gl_TIMESPEC): New macro.
31437         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
31438         * m4/st_mtim.m4: Indentation.
31439
31440         Module nanosleep.
31441         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
31442         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
31443         gl_PREREQ_NANOSLEEP.
31444
31445         Module regex.
31446         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
31447         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
31448         (gl_REGEX): New macro.
31449
31450         Module rename.
31451         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
31452         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
31453
31454         Module rmdir.
31455         * m4/rmdir.m4: New file.
31456
31457         Module utime.
31458         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
31459         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
31460         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
31461
31462         Module dirname.
31463         * m4/dirname.m4: New file.
31464
31465         Module getopt.
31466         * m4/getopt.m4: New file.
31467
31468         Module unistd-safer.
31469         * m4/unistd-safer.m4: New file.
31470
31471         Module fnmatch.
31472         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
31473         declaration.
31474         (gl_PREREQ_FNMATCH_EXTRA): New macro.
31475         (gl_FUNC_FNMATCH_POSIX): New macro.
31476         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
31477         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
31478         simply fnmatch.
31479
31480         Module exclude.
31481         * m4/exclude.m4: New file.
31482
31483         Module human.
31484         * m4/human.m4: New file.
31485
31486         Module acl.
31487         * m4/acl.m4: Nop.
31488
31489         Module backupfile.
31490         * m4/backupfile.m4: New file.
31491         * m4/d-ino.m4: Indentation.
31492
31493         Module fsusage.
31494         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
31495         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
31496         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
31497
31498         Module dirfd.
31499         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
31500         requirements.
31501
31502         Module euidaccess.
31503         * m4/euidaccess.m4: New file.
31504
31505         Module file-type.
31506         * m4/file-type.m4: New file.
31507
31508         Module fileblocks.
31509         * m4/fileblocks.m4: New file.
31510
31511         Module filemode.
31512         * m4/filemode.m4: New file.
31513
31514         Module isdir.
31515         * m4/isdir.m4: New file.
31516
31517         Module lchown.
31518         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
31519         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
31520
31521         Module makepath.
31522         * m4/makepath.m4: New file.
31523
31524         Module modechange.
31525         * m4/modechange.m4: New file.
31526
31527         Module mountlist.
31528         * m4/mountlist.m4: New file.
31529         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
31530         Indentation.
31531
31532         Module path-concat.
31533         * m4/path-concat.m4: New file.
31534
31535         Module pathmax.
31536         * m4/pathmax.m4: New file.
31537
31538         Module same.
31539         * m4/same.m4: New file.
31540
31541         Module save-cwd.
31542         * m4/save-cwd.m4: New file.
31543
31544         Module savedir.
31545         * m4/savedir.m4: New file.
31546
31547         Module xgetcwd.
31548         * m4/xgetcwd.m4: New file.
31549         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
31550
31551         Module xreadlink.
31552         * m4/xreadlink.m4: New file.
31553
31554         Module safe-read.
31555         * m4/safe-read.m4: New file.
31556
31557         Module safe-write.
31558         * m4/safe-write.m4: New file.
31559
31560         Module closeout.
31561         * m4/closeout.m4: New file.
31562
31563         Module stdio-safer.
31564         * m4/stdio-safer.m4: New file.
31565
31566         Module getpass.
31567         * m4/getpass.m4: New file.
31568
31569         Module getugroups.
31570         * m4/getugroups.m4: New file.
31571
31572         Module group-member.
31573         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
31574         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
31575
31576         Module idcache.
31577         * m4/idcache.m4: New file.
31578
31579         Module userspec.
31580         * m4/userspec.m4: New file.
31581
31582         Module gettime.
31583         * m4/clock_time.m4: New file.
31584         * m4/gettime.m4: New file.
31585
31586         Module settime.
31587         * m4/settime.m4: New file.
31588
31589         Module posixtm.
31590         * m4/posixtm.m4: New file.
31591
31592         Module gethostname.
31593         * m4/gethostname.m4: New file.
31594
31595         Module canon-host.
31596         * m4/canon-host.m4: New file.
31597
31598         Module gettext.
31599         * m4/codeset.m4: New file, from gettext-0.11.5.
31600         * m4/gettext.m4: New file, from gettext-0.11.5.
31601         * m4/glibc21.m4: New file, from gettext-0.11.5.
31602         * m4/iconv.m4: New file, from gettext-0.11.5.
31603         * m4/intdiv0.m4: New file, from gettext-0.11.5.
31604         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
31605         * m4/inttypes.m4: New file, from gettext-0.11.5.
31606         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
31607         * m4/isc-posix.m4: New file, from gettext-0.11.5.
31608         * m4/lcmessage.m4: New file, from gettext-0.11.5.
31609         * m4/lib-ld.m4: New file, from gettext-0.11.5.
31610         * m4/lib-link.m4: New file, from gettext-0.11.5.
31611         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
31612         * m4/progtest.m4: New file, from gettext-0.11.5.
31613         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
31614         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
31615         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
31616
31617         Module localcharset.
31618         * m4/localcharset.m4: New file.
31619
31620         Module hard-locale.
31621         * m4/hard-locale.m4: New file.
31622
31623         Module mbswidth.
31624         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
31625         onceonly macros.
31626         * m4/mbrtowc.m4: Add comment.
31627
31628         Module memcasecmp.
31629         * m4/memcasecmp.m4: New file.
31630
31631         Module memcoll.
31632         * m4/memcoll.m4: New file.
31633
31634         Module unicodeio.
31635         * m4/unicodeio.m4: New file.
31636
31637         Module rpmatch.
31638         * m4/rpmatch.m4: New file.
31639
31640         Module yesno.
31641         * m4/yesno.m4: New file.
31642
31643         Module exitfail.
31644         * m4/exitfail.m4: New file.
31645
31646         Module c-stack.
31647         * m4/c-stack.m4 (gl_C_STACK): New macro.
31648         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
31649
31650         Module error.
31651         * m4/error.m4 (gl_ERROR): New macro.
31652         (jm_PREREQ_ERROR): Use onceonly macros.
31653
31654         Module fatal.
31655         * m4/fatal.m4: New file.
31656
31657         Module getloadavg.
31658         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
31659         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
31660
31661         Module getpagesize.
31662         * m4/getpagesize.m4: New file.
31663
31664         Module getusershell.
31665         * m4/getusershell.m4: New file.
31666
31667         Module physmem.
31668         * m4/physmem.m4: New file.
31669
31670         Module posixver.
31671         * m4/posixver.m4: New file.
31672
31673         Module quotearg.
31674         * m4/quotearg.m4: New file.
31675
31676         Module quote.
31677         * m4/quote.m4: New file.
31678
31679         Module readutmp.
31680         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
31681
31682         Module sig2str.
31683         * m4/sig2str.m4: New file.
31684
31685         Other.
31686         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
31687         ulonglong.m4.
31688         * m4/intmax_t.m4: New file.
31689         * m4/d-type.m4: Indentation.
31690         * m4/jm-macros.m4: Update.
31691         * m4/prereq.m4 (jm_PREREQ): Update.
31692         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
31693         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
31694         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
31695         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
31696         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
31697         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
31698         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
31699         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
31700         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
31701         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
31702         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
31703         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
31704         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
31705         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
31706         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
31707         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
31708         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
31709         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
31710         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
31711
31712 2002-12-24  Bruno Haible  <bruno@clisp.org>
31713
31714         * MODULES.txt: Update according to m4/ changes.
31715
31716         Module gettext.
31717         * config.rpath: New file, from gettext-0.11.5.
31718
31719         * modules/*: New module descriptions.
31720         * gnulib-tool: New file.
31721         * MODULES.html.sh: New file.
31722
31723 2002-12-21  Karl Berry  <karl@gnu.org>
31724
31725         * doc/fdl.texi: update to version 1.2.
31726
31727 2002-12-19  Karl Berry  <karl@gnu.org>
31728
31729         * config/config.guess: update from prep.
31730
31731 2002-12-18  Bruno Haible  <bruno@clisp.org>
31732
31733         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
31734         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
31735
31736 2002-12-17  Bruno Haible  <bruno@clisp.org>
31737
31738         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
31739         stdlib.h, string.h.
31740
31741 2002-12-17  Bruno Haible  <bruno@clisp.org>
31742
31743         * lib/canon-host.c (strdup): Remove unused declaration.
31744
31745         * lib/fsusage.c: Include full_read.h.
31746         (get_fs_usage): Use full_read instead of safe_read.
31747
31748         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
31749
31750 2002-12-12  Karl Berry  <karl@gnu.org>
31751
31752         * config/config.guess: update from prep.
31753
31754 2002-12-11  Bruno Haible  <bruno@clisp.org>
31755
31756         * m4/setenv.m4: New file, from gettext-0.11.5.
31757
31758 2002-12-11  Bruno Haible  <bruno@clisp.org>
31759
31760         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
31761         not unsetenv().
31762         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
31763         modifications:
31764
31765         2002-12-11  Bruno Haible  <bruno@clisp.org>
31766
31767                 * setenv.c (alloca): Fall back to malloc.
31768                 (freea): New macro.
31769                 (setenv): Use freea() to free memory allocated with alloca().
31770
31771         2002-11-13  Bruno Haible  <bruno@clisp.org>
31772
31773                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
31774                 function declarations.
31775                 * unsetenv.c (unsetenv): Likewise.
31776
31777         2002-03-04  Bruno Haible  <bruno@clisp.org>
31778
31779                 Portability to AIX 4.3.3.
31780                 * unsetenv.c: New file, extracted from setenv.c.
31781                 * setenv.c: Move the unsetenv() function to unsetenv.c.
31782
31783         2001-12-20  Bruno Haible  <bruno@clisp.org>
31784
31785                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
31786                 use malloc instead. For SunOS 4.
31787
31788         2001-12-11  Bruno Haible  <bruno@clisp.org>
31789
31790                 * setenv.c: Declare alloca.
31791                 (compar_fn_t): New typedef.
31792                 (KNOWN_VALUE, STORE_VALUE): Use it.
31793
31794         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
31795         setenv.h.
31796
31797 2002-12-10  Paul Eggert  <eggert@twinsun.com>
31798
31799         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
31800         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
31801         Choose values that are less likely to collide with system fnmatch
31802         options.
31803         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
31804         defined (e.g., a pure POSIX system).
31805         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
31806         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
31807
31808 2002-12-06  Paul Eggert  <eggert@twinsun.com>
31809
31810         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
31811         a pain in practice to deal with generated m4 files.  This change
31812         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
31813
31814         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
31815         and jm-glibc-io.m4, as they are no longer a special case.
31816         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
31817         kludge and the auto-generation stuff.  Check only whether the
31818         functions are declared, not whether they exist, since older hosts
31819         that don't declare the functions can't use the optimization anyway.
31820
31821 2002-12-06  Jim Meyering  <jim@meyering.net>
31822
31823         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
31824
31825         Merge in changes from libc's misc/error.c, in preparation
31826         for the merge of gnulib's changes back into libc.
31827
31828         * lib/error.c (_): Define only if not already defined.
31829         Move definition to follow all #include directives.
31830         Include unlocked-io.h only if !_LIBC.
31831         [_LIBC]: Include <libio/libioP.h>.
31832         [USE_IN_LIBIO]: Include <libio/iolibio.h>
31833         (fflush): Tweak definition to use INTUSE.
31834         (putc): Define.
31835
31836 2002-12-05  Paul Eggert  <eggert@twinsun.com>
31837
31838         * lib/alloca.c [defined emacs]: Include "lisp.h".
31839         (xalloc_die) [defined emacs]: New macro.
31840         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
31841         [! defined emacs]: Include <xalloc.h>.
31842         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
31843         (pointer): Typedef to POINTER_TYPE *.
31844         (malloc): Remove decl; we now always use xmalloc.
31845         (alloca): Use old-style definition, since Emacs needs this.
31846         Check for arithmetic overflow when computing combined size.
31847
31848 2002-12-04  Paul Eggert  <eggert@twinsun.com>
31849
31850         Do not generate unlocked-io.h automatically, since it's easier to
31851         maintain it by hand.
31852
31853         * lib/unlocked-io.h: New file, from GNU diffutils,
31854         but with proper copyright notice and attribution.
31855         * lib/gen-uio: Remove.
31856         * lib/Makefile.am: Add copyright notice.
31857         (libfetish_a_SOURCES): Add unlocked-io.h.
31858         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
31859         (DISTCLEANFILES, io_functions): Remove macros.
31860         (EXTRA_DIST): Remove gen_uio.
31861         (unlocked-io.h): Remove rule.
31862
31863 2002-12-04  Jim Meyering  <jim@meyering.net>
31864
31865         Reflect the fact that stat.c and lstat.c are no longer generated.
31866         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
31867         (DISTCLEANFILES): Likewise.
31868         (EXTRA_DIST): Likewise.
31869         (all_local): Don't depend on stat.c or lstat.c.
31870         (stat.c, lstat.c): Remove rules.
31871         (EXTRA_DIST): Remove xstat.in.
31872
31873         * lib/xstat.in: Remove file.  Contents moved into stat.c.
31874         * lib/stat.c: New file.  Contents mostly from xstat.in.
31875         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
31876         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
31877
31878         * lib/safe-read.c: Rework so that it may serve to define safe_write,
31879         too.
31880         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
31881
31882 2002-12-03  Jim Meyering  <jim@meyering.net>
31883
31884         * lib/safe-read.c, safe-write.c: Change variable names and comments,
31885         but not semantics, to minimize the differences between these two files.
31886         (safe_read): Change comment to mention SAFE_READ_ERROR.
31887
31888         * lib/safe-read.c (IS_EINTR): Define.
31889         (safe_read): Use IS_EINTR in place of in-function cpp directives.
31890
31891 2002-12-02  Jim Meyering  <jim@meyering.net>
31892
31893         * lib/safe-read.c (EINTR): Define.
31894         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
31895         (INT_MAX): Provide fallback.
31896         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
31897
31898         * lib/safe-read.h (SAFE_READ_ERROR): Define.
31899
31900 2002-12-02  Bruno Haible  <bruno@clisp.org>
31901
31902         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
31903         Define, taken from safe-read.c.
31904         (INT_MAX): Provide fallback.
31905         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
31906         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
31907
31908         * lib/safe-read.c (EINTR): Remove definition.
31909         (safe_read): Don't use EINTR if it is absent.
31910
31911 2002-12-01  Jim Meyering  <jim@meyering.net>
31912
31913         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
31914         zero.
31915         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
31916
31917 2002-11-27  Paul Eggert  <eggert@twinsun.com>
31918
31919         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
31920         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
31921         with `if (! (value < limit)) abort ();', for readability.
31922
31923 2002-11-26  Karl Berry  <karl@gnu.org>
31924
31925         * lib/strdup.c: copy from libc again, with jim's ok.
31926         * lib/.cppi-disable: re-add strdup.c
31927
31928 2002-11-25  Karl Berry  <karl@gnu.org>
31929
31930         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
31931         instead of "strtol.c".
31932
31933 2002-11-25  Karl Berry  <karl@gnu.org>
31934
31935         * config/install-sh: update from automake for variable quoting, $0 in
31936         error msgs, etc.
31937
31938         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
31939         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
31940         entry.
31941
31942 2002-11-25  Jim Meyering  <jim@meyering.net>
31943
31944         * lib/mktime.c: Sync from libc, now that it has the latest fix.
31945
31946 2002-11-24  Karl Berry  <karl@gnu.org>
31947
31948         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
31949         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
31950
31951 2002-11-24  Jim Meyering  <jim@meyering.net>
31952
31953         Update from coreutils:
31954
31955         * lib/mktime.c: Merge in changes from libc.
31956
31957         Avoid a link-time failure on some Linux systems.
31958         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
31959         (otherwise).
31960         (__mon_yday): Declare with the STATIC attribute.
31961         (__mktime_internal): Likewise.
31962         Based on a report from Greg Schafer.
31963
31964 2002-11-23  Jim Meyering  <jim@meyering.net>
31965
31966         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
31967         Use `unsigned', not `int', as type of index.
31968
31969         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
31970
31971         * lib/fsusage.c: Remove unneeded parentheses around operands of
31972         `defined'.
31973
31974 2002-11-22  Paul Eggert  <eggert@twinsun.com>
31975
31976         * lib/quotearg.h: Allow multiple inclusion by surrounding with
31977         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
31978         so that we can be included first.
31979         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
31980         * lib/quotearg.c: Include quotearg.h immediately after config.h.
31981         No need to include stddef.h or sys/types.h any more.
31982         Surround local include files with "", not "<>".
31983         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
31984         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
31985         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
31986         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
31987         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
31988         (ISPRINT): Remove; no longer needed now that we assume C89.
31989
31990         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
31991         Preserve errno.
31992
31993         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
31994         quotearg_char): Use SIZE_MAX rather than
31995         (size_t) -1 when we are talking about "infinity".
31996
31997         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
31998
31999 2002-11-22  Paul Eggert  <eggert@twinsun.com>
32000
32001         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
32002         hint that one should use `if (! x) abort ();' rather than `assert
32003         (x);', and anyway it's one less thing to worry about configuring.
32004         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
32005         hash_rehash, hash_insert): Use abort rather than assert.
32006
32007 2002-11-22  Bruno Haible  <bruno@clisp.org>
32008
32009         * lib/safe-read.h: Assume C89. Add comments.
32010         (safe_read): Change return type to size_t.
32011         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
32012         byte counts > SSIZE_MAX correctly.
32013         * lib/safe-write.h: New file.
32014         * lib/safe-write.c: New file.
32015         * lib/full-read.h: New file.
32016         * lib/full-read.c: New file.
32017         * lib/full-write.h: Assume C89. Add comments.
32018         * lib/full-write.c: Include safe-write.h.
32019         (full_write): Rewritten to use safe_write.
32020         Suggested by Jim Meyering and Paul Eggert.
32021
32022 2002-11-21  Jim Meyering  <jim@meyering.net>
32023
32024         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
32025
32026         Merge in changes from the coreutils.
32027
32028         2002-09-25  Paul Eggert  <eggert@twinsun.com>
32029         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
32030         <stdint.h>.
32031         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
32032         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
32033         int.  Work more efficiently if X is the same width as uintmax_t.
32034         Do not compare X to -1, to avoid bogus compiler warning.
32035         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
32036         Don't assume that f_frsize and f_bsize are the same type.
32037
32038         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
32039         warning on FreeBSD.
32040
32041         * lib/makepath.c (make_path): Restore umask *before* creating the final
32042         component.
32043         (make_path): Minor reformatting.
32044
32045         * lib/xmalloc.c: Adjust to work with new autoconf macros,
32046         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
32047         HAVE_MALLOC/HAVE_REALLOC.
32048
32049         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
32050         dummy ones.  At least on GNU/Linux systems, `auto' means something
32051         else.
32052         From Michael Stone.
32053
32054 2002-11-21  Bruno Haible  <bruno@clisp.org>
32055
32056         Remove case insensitive option matching.
32057         * lib/argmatch.h (argcasematch): Remove declaration.
32058         (ARGCASEMATCH): Remove macro.
32059         (__xargmatch_internal): Remove case_sensitive argument.
32060         (XARGMATCH): Update.
32061         (XARGCASEMATCH): Remove macro.
32062         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
32063         case_sensitive argument.
32064         (argcasematch): Remove function.
32065         (__xargmatch_internal): Remove case_sensitive argument.
32066         (main): Use XARGMATCH instead of XARGCASEMATCH.
32067
32068         * lib/xmalloc.c: Change compile-time error message. Add comment about
32069         required autoconf version.
32070
32071 2002-11-20  Paul Eggert  <eggert@twinsun.com>
32072
32073         Merge argmatch cleanups from Bison.  Assume C89.
32074
32075         * lib/argmatch.c: Include config.h here, not in argmatch.h.
32076         Include stdlib.h, for EXIT_FAILURE.
32077         Always include <string.h>, since we assume C89.
32078         (EXIT_FAILURE): Remove pre-C89 bug workaround.
32079         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
32080         Include <stddef.h> instead, since it's all we need for size_t.
32081         (PARAMS): Remove.  All uses removed.
32082         (ARRAY_CARDINALITY): Do not bother to #undef.
32083         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
32084         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
32085         Remove unnecessary parentheses.
32086         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
32087         Insert necessary parentheses.
32088         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
32089         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
32090
32091 2002-11-19  Bruno Haible  <bruno@clisp.org>
32092
32093         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
32094         * lib/mbswidth.h: Include <stddef.h>, for size_t.
32095
32096         * lib/mbswidth.h (PARAMS): Remove macro.
32097         (mbswidth, mbsnwidth): Use ANSI C function declarations.
32098         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
32099
32100         * lib/gcd.h (PARAMS): Remove macro.
32101         (gcd): Use ANSI C function declarations.
32102         * lib/gcd.c (gcd): Likewise.
32103
32104 2002-11-15  Bruno Haible  <bruno@clisp.org>
32105
32106         * lib/strcspn.c: Include <stddef.h>.
32107         (strcspn): Use ANSI C function declaration. Change return type to
32108         size_t. Use NULL.
32109         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
32110         (strpbrk): Use NULL.
32111         * lib/strpbrk.h (PARAMS): Remove macro.
32112         (strpbrk): Use ANSI C function declaration.
32113         * lib/strstr.c: Don't include <sys/types.h>.
32114         * lib/strstr.h (PARAMS): Remove macro.
32115         (strstr): Use ANSI C function declarations.
32116
32117 2002-11-14  Karl Berry  <karl@gnu.org>
32118
32119         * config/mkinstalldirs: `do' on separate line, instead of
32120         `for var; do'.
32121
32122 2002-11-06  Bruno Haible  <bruno@clisp.org>
32123
32124         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
32125         * lib/gcd.c (gcd): Likewise.
32126
32127 2002-11-05  Bruno Haible  <bruno@clisp.org>
32128
32129         * lib/gcd.h: New file, from gettext-0.11.5.
32130         * lib/gcd.c: New file, from gettext-0.11.5.
32131
32132 2002-11-05  Bruno Haible  <bruno@clisp.org>
32133
32134         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
32135         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
32136         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
32137         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
32138
32139         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
32140         <libintl.h>.
32141         * lib/makepath.c: Include gettext.h instead of <locale.h> and
32142         <libintl.h>.
32143
32144         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
32145         * lib/human.c: Include gettext.h instead of <libintl.h>.
32146         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
32147         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
32148         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
32149         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
32150         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
32151         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
32152         (textdomain): Remove definition.
32153         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
32154
32155         * lib/long-options.c: Remove include of <libintl.h> and definition of
32156         _.
32157         * lib/same.c: Remove include of <libintl.h> and definition of _.
32158
32159 2002-11-04  Owen Taylor  <otaylor@redhat.com>
32160
32161         * lib/config.charset: A few additions for Solaris.
32162
32163 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
32164
32165         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
32166         * lib/localcharset.c (locale_charset): Declare as extern "C".
32167
32168 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
32169
32170         * lib/config.charset: msdos in uk_UA uses CP1125.
32171
32172 2002-11-04  Bruno Haible  <bruno@clisp.org>
32173
32174         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
32175         * lib/strcase.h: New file, from GNU gettext-0.11.5.
32176         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
32177         * lib/strstr.h: New file, from GNU gettext-0.11.5.
32178         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
32179
32180 2002-11-04  Bruno Haible  <bruno@clisp.org>
32181
32182         * lib/localcharset.c (locale_charset): Don't return an empty string.
32183
32184 2002-11-04  Bruno Haible  <bruno@clisp.org>
32185
32186         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
32187         aliases.
32188
32189 2002-11-04  Bruno Haible  <bruno@clisp.org>
32190
32191         * lib/config.charset: Update for newest glibc. Add canonical names
32192         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
32193
32194 2002-11-04  Bruno Haible  <bruno@clisp.org>
32195
32196         * lib/config.charset: Add support for NetBSD.
32197
32198 2002-11-04  Bruno Haible  <bruno@clisp.org>
32199
32200         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
32201
32202 2002-11-01  Bruno Haible  <bruno@clisp.org>
32203
32204         * configure.in: Add AC_CONFIG_AUX_DIR call.
32205         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
32206         test/Makefile.
32207         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
32208
32209 2002-09-28  Karl Berry  <karl@gnu.org>
32210
32211         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
32212         installed automake until the next release, since changes have been
32213         made.
32214
32215 2002-09-25  Karl Berry  <karl@gnu.org>
32216
32217         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
32218         * lib/getopt*: copy from libc/posix.
32219         * lib/gettext.h: copy from gettext.
32220         * lib/.cppi-disable: add strdup.c, gettext.h.
32221
32222 2002-09-25  Karl Berry  <karl@gnu.org>
32223
32224         * config/srclist.txt: enable gettext.h check.
32225         * config/config.{guess,sub}: update from prep.
32226         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
32227                 from automake 1.6.3.
32228         See srclist*.
32229
32230 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
32231
32232         * regex.c (PATFETCH): Remove the translating fetch.
32233         (PATFETCH_RAW): Rename to PATFETCH.
32234         (set_image_of_range): New fun.
32235         (SET_RANGE_TABLE_WORK_AREA): Use it.
32236         (regex_compile): Don't translate the pattern chars so eagerly.
32237         Only do it when inserting an `exactn' bytecode or when handling
32238         a char-range.
32239         (mutually_exclusive_p): Avoid empty statement.
32240
32241 2002-07-06  Jim Meyering  <meyering@lucent.com>
32242
32243         * m4/README: Don't mention Makefile.am.in.
32244         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
32245
32246 2002-07-01  Jim Meyering  <meyering@lucent.com>
32247
32248         * lib/c-stack.c: Include sys/time.h.
32249         From Volker Borchert.
32250
32251 2002-06-26  Paul Eggert  <eggert@twinsun.com>
32252
32253         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
32254
32255 2002-06-26  Paul Eggert  <eggert@twinsun.com>
32256
32257         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
32258         New macro.  Use it uniformly instead of
32259         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
32260         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
32261         reported by Vin Shelton.
32262
32263 2002-06-22  Paul Eggert  <eggert@twinsun.com>
32264
32265         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
32266         Do not assume SA_SIGINFO behavior.
32267         Bug reported by Jim Meyering on NetBSD 1.5.2.
32268
32269 2002-06-22  Jim Meyering  <meyering@lucent.com>
32270
32271         * m4/c-stack.m4: New file, from diffutils-2.8.2.
32272         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
32273
32274         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
32275         now that configure.ac uses AC_GNU_SOURCE.
32276         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
32277         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
32278
32279         Update to latest tools.  Suggestions from Paul Eggert.
32280         * m4/stdbool.m4: New file, from diffutils-2.8.2.
32281         * m4/gnu-source.m4: Update from diffutils-2.8.2.
32282         * m4/fnmatch.m4: Likewise.
32283         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
32284         to AC_HEADER_STDBOOL
32285
32286 2002-06-22  Jim Meyering  <meyering@lucent.com>
32287
32288         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
32289         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
32290
32291 2002-06-22  Jim Meyering  <meyering@lucent.com>
32292
32293         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
32294
32295         * lib/exitfail.c, exitfail.h: Likewise.
32296         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
32297
32298         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
32299         of fnmatch.h.
32300         (EXTRA_DIST): Add fnmatch_loop.c.
32301         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
32302
32303         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
32304         * lib/fnmatch.c: Update from diffutils-2.8.2.
32305         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
32306         * lib/fnmatch.h: Remove file.
32307
32308 2002-06-21  Jim Meyering  <meyering@lucent.com>
32309
32310         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
32311         * m4/mbrtowc.m4: Likewise.
32312
32313         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
32314         * m4/mbswidth.m4: Reflect name change:
32315         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
32316         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
32317
32318         * m4/lib-link.m4: Update from gettext-0.11.2.
32319         * m4/gettext.m4: Likewise.
32320
32321         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
32322         From Alfred M. Szmidt.
32323
32324 2002-06-18  Paul Eggert  <eggert@twinsun.com>
32325
32326         * lib/file-type.h: Report an error if neither S_ISREG nor
32327         S_IFREG is defined, instead of using a test specific to glibc
32328         2.2.  This should be safe, since POSIX requires S_ISREG and
32329         Unix Version 7 had S_IFREG.  We don't need to check for
32330         <sys/types.h> since we don't use any symbols that it defines.
32331
32332 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
32333
32334         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
32335         $@-t, so that each temporary file name is unique and valid in the first
32336         8 characters, for operation under DOS.
32337
32338 2002-06-15  Paul Eggert  <eggert@twinsun.com>
32339
32340         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
32341
32342 2002-06-15  Jim Meyering  <meyering@lucent.com>
32343
32344         Work even with DJGPP 2.03, which lacks support for symlinks.
32345         From Richard Dawe.
32346         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
32347         is defined.
32348         * lib/lchown.c (S_ISLNK): Likewise.
32349
32350 2002-06-15  Jim Meyering  <meyering@lucent.com>
32351
32352         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
32353         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
32354         have been included before this file.
32355
32356 2002-06-14  Jim Meyering  <meyering@lucent.com>
32357
32358         * lib/file-type.h: Use the version from diffutils-2.8.2.
32359         * lib/file-type.c: Likewise.
32360
32361 2002-06-07  Jim Meyering  <meyering@lucent.com>
32362
32363         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
32364         They're needed at least for NetBSD 1.5.2.
32365         ($statxfs_includes): Include those same headers.
32366         ($statxfs_includes): Include sys/vfs.h if available.
32367         ($statxfs_includes): Likewise for sys/statvfs.h.
32368         Check for the following members in both structs statfs and statvfs:
32369         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
32370
32371 2002-06-01  Jim Meyering  <meyering@lucent.com>
32372
32373         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
32374         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
32375
32376 2002-05-28  Jim Meyering  <meyering@lucent.com>
32377
32378         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
32379         Reported by Volker Borchert.
32380
32381 2002-05-27  Jim Meyering  <meyering@lucent.com>
32382
32383         Fix a problem seen only on nonconforming systems whereby ls.c's
32384         use of localtime, and then of gettimeofday would cause trouble:
32385         the localtime call used to initialize rpl_gettimeofday's save
32386         mechanism would clobber ls's current local time information so
32387         that in any long listing the first file would always be listed
32388         with date 1970-01-01.  Analysis by Volker Borchert.
32389
32390         * lib/gettimeofday.c (localtime): Undefine.
32391         (rpl_localtime): New function.
32392
32393 2002-05-27  Jim Meyering  <meyering@lucent.com>
32394
32395         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
32396         localtime.
32397
32398         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
32399         use the replacement function; it wouldn't resolve at link time.
32400         Reported by Volker Borchert.
32401
32402 2002-05-22  Jim Meyering  <meyering@lucent.com>
32403
32404         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
32405         file-type.h.
32406         * lib/file-type.h: New file.
32407         * lib/file-type.c (file_type): New file/function.  Extracted from
32408         diffutils.
32409
32410 2002-04-30  Jim Meyering  <meyering@lucent.com>
32411
32412         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
32413
32414 2002-04-29  Paul Eggert  <eggert@twinsun.com>
32415
32416         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
32417
32418 2002-04-29  Paul Eggert  <eggert@twinsun.com>
32419
32420         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
32421         Do not check for alloca.h (no longer used) or stdbool.h (was never
32422         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
32423
32424 2002-04-29  Paul Eggert  <eggert@twinsun.com>
32425
32426         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
32427
32428 2002-04-29  Jim Meyering  <meyering@lucent.com>
32429
32430         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
32431         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
32432         Use AC_FUNC_STRNLEN here instead.
32433
32434         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
32435         With autoconf-2.53a, it's part of AC_PROG_CC.
32436
32437 2002-04-28  Paul Eggert  <eggert@twinsun.com>
32438
32439         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
32440         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
32441
32442 2002-04-28  Paul Eggert  <eggert@twinsun.com>
32443
32444         * lib/sig2str.h, lib/sig2str.c: New files.
32445         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
32446
32447 2002-04-28  Paul Eggert  <eggert@twinsun.com>
32448
32449         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
32450         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
32451         of 127, since 64 is the largest conceivable number for ancient
32452         nonstandard hosts.
32453         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
32454
32455 2002-04-28  Jim Meyering  <meyering@lucent.com>
32456
32457         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
32458
32459 2002-04-24  Jim Meyering  <meyering@lucent.com>
32460
32461         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
32462         (jm_PREREQ): Use it.
32463
32464         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
32465         mach/mach.h fcntl.h.
32466         Check for this function: setlocale.
32467
32468 2002-04-24  Jim Meyering  <meyering@lucent.com>
32469
32470         * lib/gettext.h: New file, from Gettext.
32471         * lib/Makefile.am (INCLUDES): Remove -I../intl.
32472         (libfetish_a_SOURCES): Add gettext.h.
32473
32474 2002-04-16  Jim Meyering  <meyering@lucent.com>
32475
32476         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
32477         ut_pid, ut_id, ut_exit.
32478
32479 2002-04-16  Jim Meyering  <meyering@lucent.com>
32480
32481         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
32482         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
32483         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
32484
32485 2002-04-12  Jim Meyering  <meyering@lucent.com>
32486
32487         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
32488         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
32489         existence of the getmntinfo function.  Needed for Darwin 5.3.
32490
32491         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
32492         This is necessary at least on Darwin 5.3.
32493
32494         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
32495         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
32496         strnlen.o in the library, and that makes some versions of ranlib
32497         object.
32498
32499 2002-04-12  Jim Meyering  <meyering@lucent.com>
32500
32501         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
32502
32503 2002-04-09  Jim Meyering  <meyering@lucent.com>
32504
32505         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
32506         to be more precise.  Rather than saying we're checking whether the
32507         function `works', say what we're testing.
32508         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
32509         Reported by Bruno Haible.
32510
32511 2002-03-10  Jim Meyering  <meyering@lucent.com>
32512
32513         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
32514         Suggestion from Santiago Vila.
32515
32516 2002-03-08  Jim Meyering  <meyering@lucent.com>
32517
32518         * lib/rename.c: Mention that this wrapper is needed also on
32519         mips-dec-ultrix4.4 systems.
32520
32521 2002-03-02  Jim Meyering  <meyering@lucent.com>
32522
32523         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
32524         not HAVE_CLOCK_SETTIME.
32525
32526 2002-02-27  Paul Eggert  <eggert@twinsun.com>
32527
32528         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
32529         Check for clock_settime.
32530
32531 2002-02-27  Paul Eggert  <eggert@twinsun.com>
32532
32533         * lib/nanosleep.h: Rename to....
32534         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
32535
32536         * lib/gettime.c: New file.
32537         * lib/settime.c: New file.
32538         * lib/stime.c: Remove.
32539
32540         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
32541         timespec.h.  Remove nanosleep.h.
32542
32543 2002-02-25  Paul Eggert  <eggert@twinsun.com>
32544
32545         * m4/acl.m4: New file.
32546         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
32547         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
32548
32549 2002-02-25  Paul Eggert  <eggert@twinsun.com>
32550
32551         * lib/acl.c, lib/acl.h: New files.
32552         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
32553
32554 2002-02-24  Jim Meyering  <meyering@lucent.com>
32555
32556         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
32557         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
32558         cause trouble.  Reported by Nelson Beebe.
32559
32560 2002-02-23  Paul Eggert  <eggert@twinsun.com>
32561
32562         * lib/path-concat.c (xpath_concat): Reorder code to pacify
32563         compilers that don't know that xalloc_die never returns.
32564
32565 2002-02-20  Jim Meyering  <meyering@lucent.com>
32566
32567         * lib/getdate.c: Regenerate using bison-1.33.
32568
32569 2002-02-17  Jim Meyering  <meyering@lucent.com>
32570
32571         * config/config.guess (main): Don't use `head -1'; it's no longer
32572         portable. Use `sed 1q' instead.
32573
32574 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
32575
32576         * m4/codeset.m4: Upgrade to gettext-0.11.
32577         * m4/gettext.m4: Upgrade to gettext-0.11.
32578         * m4/glibc21.m4: Upgrade to gettext-0.11.
32579         * m4/iconv.m4: Upgrade to gettext-0.11.
32580         * m4/isc-posix.m4: Upgrade to gettext-0.11.
32581         * m4/lcmessage.m4: Upgrade to gettext-0.11.
32582         * m4/lib-ld.m4: New file, from gettext-0.11.
32583         * m4/lib-link.m4: New file, from gettext-0.11.
32584         * m4/lib-prefix.m4: New file, from gettext-0.11.
32585         * m4/progtest.m4: Upgrade to gettext-0.11.
32586
32587 2002-02-15  Paul Eggert  <eggert@twinsun.com>
32588
32589         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
32590         (jm_PREREQ): Use it.
32591
32592 2002-02-15  Paul Eggert  <eggert@twinsun.com>
32593
32594         * lib/posixver.c, lib/posixver.h: New files.
32595         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
32596
32597 2002-02-02  Paul Eggert  <eggert@twinsun.com>
32598             Bruno Haible  <bruno@clisp.org>
32599
32600         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
32601         (fwrite_success_callback): New declaration.
32602         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
32603         print_unicode_char. Call failure callback instead of error.
32604         (fwrite_success_callback): New function.
32605         (exit_failure_callback): New function.
32606         (fallback_failure_callback): New function.
32607         (print_unicode_char): Call unicode_to_mb.
32608
32609 2002-01-26  Jim Meyering  <meyering@lucent.com>
32610
32611         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
32612         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
32613
32614 2002-01-26  Jim Meyering  <meyering@lucent.com>
32615
32616         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
32617
32618 2002-01-22  Paul Eggert  <eggert@twinsun.com>
32619
32620         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
32621
32622 2002-01-22  Jim Meyering  <meyering@lucent.com>
32623
32624         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
32625         Otherwise, some versions of automake would omit the rule that makes
32626         Makefile from Makefile.in.
32627
32628 2002-01-21  Paul Eggert  <eggert@twinsun.com>
32629
32630         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
32631         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
32632         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
32633         (memcoll): Set errno to zero if there is no error.
32634
32635         * lib/quotearg.c (quotearg_buffer_restyled):
32636         Fix bug with quoting buffers containing NUL when backslashing escapes.
32637         This bug was exposed by the other changes in this patch.
32638         (quotearg_n_options): New arg ARGSIZE.
32639         All callers changed.
32640         (quoting_options_from_style): New function.
32641         (quotearg_n_style): Use it.
32642         (quotearg_n_style_mem): New function.
32643
32644         * lib/quotearg.h (quotearg_n_style_mem): New function.
32645
32646 2002-01-19  Jim Meyering  <meyering@lucent.com>
32647
32648         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
32649         Remove useless quotes: DF_PROG="df".
32650         * m4/strnlen.m4: New file.
32651
32652 2002-01-16  Paul Eggert  <eggert@twinsun.com>
32653
32654         * lib/backupfile.c (ISDIGIT): Comment fix.
32655         * lib/getdate.y (ISDIGIT): Likewise.
32656         * lib/posixtm.c (ISDIGIT, year): Likewise.
32657         * lib/strverscmp.c (ISDIGIT): Likewise.
32658         * lib/userspec.c (ISDIGIT): Likewise.
32659
32660 2002-01-16  Jim Meyering  <meyering@lucent.com>
32661
32662         * lib/getdate.y: Add three semicolons, each just before a closing
32663         brace. Bison (as of version 1.31) no longer papers over that mistake.
32664
32665 2002-01-05  Jim Meyering  <meyering@lucent.com>
32666
32667         * lib/version-etc.c (version_etc_copyright): Update copyright year.
32668
32669 2001-12-19  Paul Eggert  <eggert@twinsun.com>
32670
32671         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
32672         not silently exit merely because the output buffer happens to
32673         have nothing pending.
32674
32675 2001-12-18  Paul Eggert  <eggert@twinsun.com>
32676
32677         See the big note in ../ChangeLog.
32678         * lib/human.c (suffixes): Prefer K to k for 1024.
32679         (generate_suffix_backwards): New function.
32680         (human_readable_inexact): Use it.
32681         * lib/xstrtol.c (__xstrtol): If there is no number but there
32682         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
32683         Accept 'K' as well as 'k'.
32684
32685 2001-12-15  Jim Meyering  <meyering@lucent.com>
32686
32687         * lib/regex.h (__restrict_arr): Update from libc.
32688
32689         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
32690         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
32691         (STREQ): Define.
32692
32693 2001-12-14  Jim Meyering  <meyering@lucent.com>
32694
32695         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
32696         Suggestion from Bruno Haible.
32697
32698 2001-12-10  Jim Meyering  <meyering@lucent.com>
32699
32700         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
32701         xrealloc, Instead, include "xalloc.h".
32702         (initbuffer): Don't cast xmalloc return value to char*.
32703         (readline): Reword comment.
32704         Don't cast xrealloc return value to char*
32705         Return NULL, not 0.
32706
32707 2001-12-09  Jim Meyering  <meyering@lucent.com>
32708
32709         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
32710         about `signed and unsigned type in conditional expression'.
32711         * lib/posixtm.c (posix_time_parse): Likewise.
32712
32713         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
32714
32715         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
32716         to avoid a pedantic warning.
32717
32718         * lib/getstr.c: Don't include assert.h.
32719         (getstr): Remove warning-evoking assertions.
32720         Return -1 if offset parameter is out of bounds.
32721         Change the type of a local from int to size_t.
32722
32723         * lib/strftime.c (my_strftime_localtime_r): Include this function
32724         definition in the `#if ! HAVE_TM_GMTOFF' block.
32725
32726         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
32727         Include xalloc.h instead.
32728
32729 2001-12-02  Jim Meyering  <meyering@lucent.com>
32730
32731         * lib/tempname.c: Don't declare getenv, thus reverting the change of
32732         2001-11-18.  It's no longer necessary, now that stdlib.h is always
32733         included.
32734
32735         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
32736         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
32737
32738 2001-11-30  Akim Demaille  <akim@epita.fr>
32739
32740         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
32741         before being defined.
32742
32743 2001-11-27  Paul Eggert  <eggert@twinsun.com>
32744
32745         * lib/quotearg.h (quotearg_n, quotearg_n_style):
32746         First arg is int, not unsigned.
32747         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
32748         (SIZE_MAX, UINT_MAX): New macros.
32749         (quotearg_n_options): Abort if N is negative.
32750         Avoid overflow check on hosts where size_t is 64 bits and int
32751         is 32 bits, as overflow is impossible there.
32752         Fix off-by-one typo that caused unnecessary reallocation.
32753
32754 2001-11-27  Jim Meyering  <meyering@lucent.com>
32755
32756         * lib/tempname.c: Merge with version from libc.
32757         * lib/regex.c: Likewise.
32758
32759         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
32760         systems for which STDC_HEADERS is 0, it was not included, resulting in
32761         a warning about an integer-to-pointer conversion problem with getenv.
32762         Reported by Volker Borchert.
32763
32764 2001-11-26  Jim Meyering  <meyering@lucent.com>
32765
32766         * lib/gtod.h: Remove file.
32767         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
32768         * lib/gettimeofday.c: Don't include gtod.h.
32769         (GTOD_init): Remove function.
32770         (rpl_gettimeofday): Do its job here instead, rather than aborting.
32771         Suggestion from Volker Borchert.
32772
32773 2001-11-23  Jim Meyering  <meyering@lucent.com>
32774
32775         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
32776         it.
32777         * lib/hash.c (struct hash_table): Define it here instead.
32778
32779 2001-11-22  Jim Meyering  <meyering@lucent.com>
32780
32781         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
32782
32783 2001-11-20  Jim Meyering  <meyering@lucent.com>
32784
32785         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
32786         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
32787
32788 2001-11-19  Jim Meyering  <meyering@lucent.com>
32789
32790         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
32791         directory.  Use "conftestXXXXXX" as the template.
32792         Suggestion from Paul Eggert.
32793
32794         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
32795         immediately, so the test doesn't mistakenly hit the max-open-files
32796         limit.
32797
32798 2001-11-18  Paul Eggert  <eggert@twinsun.com>
32799
32800         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
32801         (TEMPORARIES): New macro.
32802         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
32803         removes an artificial limitation (e.g. HP-UX 10.20, where
32804         TMP_MAX is 17576).
32805
32806 2001-11-18  Jim Meyering  <meyering@lucent.com>
32807
32808         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
32809
32810 2001-11-18  Jim Meyering  <meyering@lucent.com>
32811
32812         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
32813         on SunOS 4.
32814
32815         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
32816         files will be created before anything else.
32817
32818 2001-11-17  Paul Eggert  <eggert@twinsun.com>
32819
32820         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
32821         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
32822
32823 2001-11-17  Jim Meyering  <meyering@lucent.com>
32824
32825         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
32826         Prompted by a report from Bob Proulx.
32827
32828         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
32829         Instead, require UTILS_FUNC_MKSTEMP.
32830
32831 2001-11-17  Jim Meyering  <meyering@lucent.com>
32832
32833         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
32834         Now, that's done as part of AC_FUNC_STRTOD.
32835
32836 2001-11-17  Jim Meyering  <meyering@lucent.com>
32837
32838         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
32839         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
32840         rather than group writable.  Patch by Juan F. Codagnone.
32841
32842         * lib/readtokens.c: Remove explicit declarations of xmalloc and
32843         xrealloc, Instead, include "xalloc.h".
32844
32845         * lib/mountlist.c: Include unlocked-io.h after all system headers.
32846         Remove explicit declarations of xmalloc, xrealloc,
32847         and xstrdup.  Instead, include "xalloc.h".
32848
32849         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
32850         unlocked-io.h.
32851         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
32852         Likewise.
32853         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
32854
32855         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
32856         Reported by Padraig Brady.
32857
32858         * lib/mkstemp.c: #undef mkstemp.
32859         Include config.h.
32860         (rpl_mkstemp): Rename from mkstemp.
32861         Protoize.
32862
32863 2001-11-16  Jim Meyering  <meyering@lucent.com>
32864
32865         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
32866         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
32867         determine the amount of total physical memory, use pstat_getstatic.
32868         HPUX-11 doesn't define _SC_PHYS_PAGES.
32869         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
32870         If sysconf couldn't be used to determine the amount of available
32871         physical memory, use both pstat_getstatic and pstat_getdynamic.
32872         Based on a patch from Bob Proulx.
32873
32874 2001-11-10  Jim Meyering  <meyering@lucent.com>
32875
32876         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
32877         (jm_PREREQ): Use it.
32878
32879 2001-11-09  Jim Meyering  <meyering@lucent.com>
32880
32881         * m4/jm-macros.m4: Require autoconf-2.52f.
32882         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
32883         Use these AC_-prefixed names, not the AM_-prefixed ones.
32884
32885         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
32886
32887 2001-11-05  Jim Meyering  <meyering@lucent.com>
32888
32889         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
32890
32891 2001-11-04  Jim Meyering  <meyering@lucent.com>
32892
32893         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
32894         $DEFS.
32895
32896 2001-11-03  Jim Meyering  <meyering@lucent.com>
32897
32898         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
32899         of AC_DEFUN.
32900
32901         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
32902         know the name of the variable in the macro definition.
32903
32904 2001-11-03  Jim Meyering  <meyering@lucent.com>
32905
32906         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
32907         in argmatch_to_argument call.
32908
32909         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
32910         argument.
32911
32912         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
32913         e.g., a fault due to an attempt to free a NULL pointer.
32914
32915 2001-11-01  Jim Meyering  <meyering@lucent.com>
32916
32917         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
32918         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
32919
32920 2001-11-01  Jim Meyering  <meyering@lucent.com>
32921
32922         * lib/dirfd.c, lib/dirfd.h: New files.
32923         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
32924
32925         * lib/hash.c (hash_print) [TESTING]: Clean up.
32926
32927 2001-10-22  Paul Eggert  <eggert@twinsun.com>
32928
32929         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
32930         to avoid a warning if -Wall.
32931
32932 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
32933
32934         * README: New file
32935         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
32936         (per RMS's instructions, this is now the canonical source)
32937         * lgpl/, gpl/: New directories.
32938
32939 2001-10-21  Paul Eggert  <eggert@twinsun.com>
32940
32941         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
32942
32943 2001-10-21  Jim Meyering  <meyering@lucent.com>
32944
32945         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
32946         this code would end up calling gettext even in packages built
32947         with --disable-nls.
32948         * lib/getopt.c (_): Likewise.
32949         * lib/regex.c (_): Likewise.
32950
32951 2001-10-20  Paul Eggert  <eggert@twinsun.com>
32952
32953         * m4/error.m4 (jm_PREREQ_ERROR):
32954         Do not invoke AC_CHECK_FUNCS with strerror_r, as
32955         AC_FUNC_STRERROR_R does that.
32956         Check for strerror declaration.
32957
32958         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
32959         are supposed to have them these days.
32960         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
32961         Merge changes from latest Autoconf CVS.
32962         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
32963         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
32964         POSIX decided to standardize on the int flavor of strerror_r.
32965
32966 2001-10-20  Paul Eggert  <eggert@twinsun.com>
32967
32968         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
32969         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
32970         Use strerror_r that is only a macro, even if it is not a function.
32971         (strerror): Check for HAVE_DECL_STRERROR before declaring.
32972         (private_strerror): Use prototypes, not old-style function definition.
32973         (print_errno_message): New function.
32974         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
32975         char*-flavored one.
32976         (error_tail, error, error_at_line): Use it.
32977
32978 2001-10-11  Jim Meyering  <meyering@lucent.com>
32979
32980         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
32981         and quote_n (1, ... to avoid clobbering a buffer.
32982
32983 2001-10-05  Jim Meyering  <meyering@lucent.com>
32984
32985         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
32986         hash-pjw.h.
32987         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
32988         * lib/hash-pjw.h: New file.
32989
32990 2001-09-30  Jim Meyering  <meyering@lucent.com>
32991
32992         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
32993         `struct fsstat' has the `f_fstypename' member.
32994         Use that to define FS_TYPE, which is now used to make
32995         the getfsstat link test tighter.
32996
32997 2001-09-30  Jim Meyering  <meyering@lucent.com>
32998
32999         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
33000         Include <sys/ucred.h>, for Apple Darwin.
33001         Include sys/mount.h and sys/fs_types.h only if available.
33002         (FS_TYPE): Define.
33003         (read_filesystem_list): Use FS_TYPE.
33004
33005 2001-09-29  Paul Eggert  <eggert@twinsun.com>
33006
33007         * lib/exclude.c (excluded_filename): 0 -> false, since it's
33008         a boolean context.
33009
33010 2001-09-29  Jim Meyering  <meyering@lucent.com>
33011
33012         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
33013         [one-argument getmntent function]): Include stdio.h before mntent.h.
33014         SunOS 4.1.x needs it for the declaration of `FILE'.
33015         Patch by Volker Borchert.
33016
33017         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
33018         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
33019         sys/fs_types.h, and make the link-test for getfsstat guard #include
33020         directives with appropriate #if HAVE_*_H tests so that we can
33021         detect getfsstat on Apple Darwin1.3.7 systems.
33022         Reported by Nelson Beebe.
33023         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
33024
33025 2001-09-28  Paul Eggert  <eggert@twinsun.com>
33026
33027         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
33028         #defines strtoimax.  Also treat the other strto* functions
33029         like strtoimax.
33030
33031         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
33032         Check for strtoul and strtoumax,
33033         as those declarations are made even in the signed case.
33034         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
33035         Likewise, for strtol and strtoimax.
33036
33037 2001-09-28  Paul Eggert  <eggert@twinsun.com>
33038
33039         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
33040         #defines strtoimax.  Also treat the other strto* functions
33041         like strtoimax.
33042
33043         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
33044         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
33045         (strtoimax, strtoumax): Do not declare if already defined as a macro.
33046
33047 2001-09-26  Jim Meyering  <meyering@lucent.com>
33048
33049         Most macros in unlocked-io.h had the wrong number of arguments.
33050         * lib/gen-uio: New script.
33051         (USE_UNLOCKED_IO): Define to 1 if not already defined.
33052         * lib/unlocked-io.hin: Remove file.
33053         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
33054         rather than trying to embed it here.
33055         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
33056         Reported by Padraig Brady.
33057
33058 2001-09-25  Volker Borchert  <bt@teknon.de>
33059
33060         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
33061         `result'.
33062
33063 2001-09-24  Jim Meyering  <meyering@lucent.com>
33064
33065         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
33066
33067 2001-09-23  Jim Meyering  <meyering@lucent.com>
33068
33069         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
33070         instead of the mere test for existence of mntent.h.  The latter
33071         would get a false-positive on AIX 3.4 systems.
33072         In the outer getmntent if-block, don't die if neither of the getmntent
33073         tests succeeds.  Instead, just fall through and continue with the
33074         remaining tests.
33075
33076 2001-09-23  Jim Meyering  <meyering@lucent.com>
33077
33078         * lib/mountlist.c: Remove useless parentheses in #if directives.
33079         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
33080         the deprecated MOUNTED symbol is no longer defined in mntent.h.
33081
33082 2001-09-22  Jim Meyering  <meyering@lucent.com>
33083
33084         * m4/gettext.m4: New file.  From gettext.
33085         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
33086         * m4/progtest.m4: Likewise
33087         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
33088         * m4/glibc21.m4: Likewise.
33089
33090         * m4/libintl.m4: Remove.  No longer used.
33091
33092 2001-09-22  Jim Meyering  <meyering@lucent.com>
33093
33094         * lib/localcharset.c: Update from latest gettext.
33095         * lib/config.charset: Likewise.
33096
33097 2001-09-20  Jim Meyering  <meyering@lucent.com>
33098
33099         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
33100         strtoimax.
33101         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
33102         strtoumax.
33103
33104 2001-09-20  Jim Meyering  <meyering@lucent.com>
33105
33106         * lib/xstrtol.c (strtoimax): Guard declaration with
33107         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
33108         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
33109         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
33110         (strtoumax): Likewise, for completeness (it wasn't necessary).
33111
33112 2001-09-17  Paul Eggert  <eggert@twinsun.com>
33113
33114         * lib/strtoimax.c (HAVE_LONG_LONG):
33115         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
33116         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
33117         to work around bug in IBM C compiler.
33118
33119 2001-09-17  Jim Meyering  <meyering@lucent.com>
33120
33121         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
33122         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
33123         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
33124         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
33125         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
33126         whenever the right hand side need not be expanded by the shell.
33127
33128 2001-09-16  Paul Eggert  <eggert@twinsun.com>
33129
33130         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
33131         library.  It's not correct, as some older glibcs are buggy.
33132         fnmatch wasn't fixed until glibc 2.2.
33133
33134         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
33135         special shell magic here.
33136
33137 2001-09-16  Jim Meyering  <meyering@lucent.com>
33138
33139         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
33140         * m4/jm-macros.m4: Require it.
33141
33142 2001-09-16  Jim Meyering  <meyering@lucent.com>
33143
33144         * lib/mkdir.c: New file.
33145
33146 2001-09-15  Jim Meyering  <meyering@lucent.com>
33147
33148         * m4/jm-macros.m4: Check for help2man.
33149
33150 2001-09-11  Jim Meyering  <meyering@lucent.com>
33151
33152         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
33153         The body, by Paul Eggert, was moved here from configure.in.
33154         * m4/jm-macros.m4: Require UTILS_HOST_OS.
33155
33156 2001-09-04  Paul Eggert  <eggert@twinsun.com>
33157
33158         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
33159         (jm_PREREQ): Use it.
33160
33161 2001-09-04  Paul Eggert  <eggert@twinsun.com>
33162
33163         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
33164         Use ssize_t, not int, to store result of readlink.
33165         Check for ssize_t overflow as well as size_t overflow,
33166         as POSIX says the result of readlink is implementation-defined
33167         when ssize_t overflows.
33168         Remove unnecessary cast to char*.
33169         Use free+malloc instead of realloc, as the storage doesn't need
33170         to be preserved and it's clearer and can be more efficient that way.
33171         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
33172         * lib/xreadlink.h (xreadlink): Update prototype.
33173
33174 2001-09-04  Paul Eggert  <eggert@twinsun.com>
33175
33176         * lib/xgetcwd.c: Revert some of the previous change; intead,
33177         fix the HAVE_GETCWD_NULL code to behave more like the
33178         !HAVE_GETCWD_NULL code used to.
33179
33180         Include "xalloc.h".
33181         (xgetcwd): Do not return NULL when memory is exhausted; instead,
33182         invoke xalloc_die.
33183
33184 2001-09-03  Paul Eggert  <eggert@twinsun.com>
33185
33186         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
33187         sys/param.h, as pathmax.h includes them.
33188
33189 2001-09-03  Paul Eggert  <eggert@twinsun.com>
33190
33191         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
33192         (jm_PREREQ_XGETCWD): New macro.
33193
33194         * m4/getcwd.m4: New file.
33195
33196 2001-09-03  Paul Eggert  <eggert@twinsun.com>
33197
33198         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
33199         like the HAVE_GETCWD_NULL code.
33200         Include pathmax.h if not HAVE_GETCWD.
33201         Do not include xalloc.h.
33202         (INITIAL_BUFFER_SIZE): New symbol.
33203         Do not use xmalloc / xrealloc, since the caller is responsible for
33204         handling errors.  Preserve errno around `free' during failure.
33205         Do not overrun buffer when using getwd.
33206
33207 2001-09-03  Paul Eggert  <eggert@twinsun.com>
33208
33209         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
33210         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
33211         getcwd (NULL, 0).
33212
33213 2001-09-03  Paul Eggert  <eggert@twinsun.com>
33214
33215         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
33216         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
33217         spotted by Jim Meyering.
33218
33219 2001-09-03  Jim Meyering  <meyering@lucent.com>
33220
33221         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
33222         failure.
33223
33224 2001-09-02  Jim Meyering  <meyering@lucent.com>
33225
33226         * lib/error.c: Update from GNU libc.
33227
33228 2001-09-01  Jim Meyering  <meyering@lucent.com>
33229
33230         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
33231         Used by df.
33232
33233 2001-09-01  Jim Meyering  <meyering@lucent.com>
33234
33235         * lib/xreadlink.c: New file.
33236         * lib/xreadlink.h: New file.
33237         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
33238         xreadlink.h.
33239
33240         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
33241         doesn't conflict with sparc Solaris 7's definition in
33242         /usr/include/sys/int_types.h.
33243
33244         * lib/exclude.c: Use `""', not `<>' to #include non-system header
33245         files.
33246         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
33247         and strncasecmp as r-values.  Unixware didn't have declarations.
33248
33249 2001-08-31  Paul Eggert  <eggert@twinsun.com>
33250
33251         * lib/xstrtol.h: Add copyright notice.
33252         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
33253         LONGINT_INVALID_SUFFIX_CHAR.
33254
33255 2001-08-31  Paul Eggert  <eggert@twinsun.com>
33256
33257         * lib/xstrtol.c (strtoimax): New decl.
33258
33259 2001-08-31  Paul Eggert  <eggert@twinsun.com>
33260
33261         * lib/xgetcwd.c: Don't include pathmax.h.
33262         Include stdlib.h and unistd.h if available.
33263         Include xalloc.h.
33264         (xmalloc, xstrdup, free): Remove decls.
33265         (xgetcwd): Don't assume sizes fit in unsigned.
33266         Check for overflow when computing sizes.
33267         Simplify reallocation code.
33268
33269 2001-08-31  Paul Eggert  <eggert@twinsun.com>
33270
33271         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
33272         a directory's st_size can have an arbitrary value, so the old
33273         usage could waste an arbitrary amount of memory.  All uses
33274         changed.
33275         * lib/savedir.h: Update prototype.
33276
33277 2001-08-31  Paul Eggert  <eggert@twinsun.com>
33278
33279         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
33280
33281         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
33282         old strtoimax.c.
33283
33284         Also, make the following further changes to make this file's
33285         configuration more similar to that of strtol.c:
33286         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
33287         (strtoumax, uintmax_t, strtoull, strtol): Remove.
33288         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
33289         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
33290         changed to signed values.
33291
33292         And make the following changes as well:
33293         Fix copyright notice, as 1999 was missing.
33294         (verify): New macro.
33295         (strtoimax): Check sizes at compile-time, not run-time.
33296         Prefer strtol to strtoll if both work.
33297         (main): Remove; it was not that useful and was a pain to maintain.
33298
33299         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
33300
33301 2001-08-31  Jim Meyering  <meyering@lucent.com>
33302
33303         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
33304         Use an initial, malloc'd, buffer of length 128 rather than
33305         a statically allocated one of length 1024.
33306
33307 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33308
33309         Simplify code, partly by assuming autoconf 2.52 semantics.
33310
33311         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
33312
33313         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
33314         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
33315         All uses removed.
33316         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
33317         Move AC_REQUIRE to next-to-top level, to avoid confusion.
33318         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
33319         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
33320         jm_AC_HEADER_INTTYPES_H.
33321         * m4/jm-macros.m4 (jm_MACROS): Likewise.
33322
33323         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
33324
33325         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
33326         Quote first arg of AC_DEFUN.
33327         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
33328         since they are needed to parse the include file even if we need
33329         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
33330         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
33331         but with opposite signedness.
33332
33333 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33334
33335         Merge 'exclude' changes from tar 1.13.22.
33336         This fixes one or two unlikely storage allocation overflow bugs,
33337         but doesn't change user-visible behavior otherwise.
33338
33339 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33340
33341         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
33342         (jm_PREREQ_EXCLUDE): New macro.
33343
33344 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33345
33346         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
33347         tm to be declared.
33348
33349 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33350
33351         * lib/hash.c: Remove '2001' from copyright notice.
33352
33353 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33354
33355         * lib/full-write.h: New file.
33356         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
33357         * lib/full-write.c: Correct credits, as cccp.c no longer
33358         exists and anyway it was so heavily changed from the old cccp
33359         code as to be unrecognizable.  Include full-write.h.
33360         (full_write) Return size_t, with short writes meaning failure.
33361         All callers changed.  This fixes a bug with large buffers
33362         on 64-bit hosts.
33363         * lib/utime.c: Include full-write.h.
33364
33365 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33366
33367         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
33368         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
33369         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
33370         Include if available.
33371         (<xalloc.h>): Include
33372         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
33373         (verify): New macro.  Use it to verify that EXCLUDE macros do not
33374         collide with FNM macros.
33375         (struct patopts): New struct.
33376         (struct exclude): Use it, as exclude patterns now come with options.
33377         (new_exclude): Support above changes.
33378         (new_exclude, add_exclude_file):
33379         Initial size must now be a power of two to simplify overflow checking.
33380         (free_exclude, fnmatch_no_wildcards): New function.
33381         (excluded_filename): No longer requires options arg, as the options
33382         are determined by add_exclude.  Now returns bool, not int.
33383         (excluded_filename, add_exclude):
33384         Add support for the fancy new exclusion options.
33385         (add_exclude, add_exclude_file): Now takes int options arg.
33386         Check for arithmetic overflow when computing sizes.
33387         (add_exclude_file): xrealloc might modify errno, so don't
33388         realloc until after errno might be used.
33389
33390         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
33391         New macros.
33392         (free_exclude): New decl.
33393         (add_exclude, add_exclude_file): Now takes int options arg.
33394         (excluded_filename): No longer requires options arg, as the options
33395         are determined by add_exclude.  Now returns bool, not int.
33396
33397 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33398
33399         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
33400
33401 2001-08-27  Jim Meyering  <meyering@lucent.com>
33402
33403         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
33404
33405         * lib/version-etc.c (N_): Remove definition.
33406         Revert most of last change.
33407         Instead, simply don't mark the `Copyright...' string for translation.
33408         Based on advice from Paul Eggert.
33409
33410         * lib/strtoxmax.c: Tweak comment.
33411
33412 2001-08-26  Jim Meyering  <meyering@lucent.com>
33413
33414         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
33415
33416         * m4/xstrtoimax.m4: New file.
33417         * m4/xstrtoumax.m4: Add comments explaining why we
33418         AC_REPLACE_FUNCS(strtol).
33419
33420 2001-08-26  Jim Meyering  <meyering@lucent.com>
33421
33422         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
33423         of copyright with `%s' so translators don't get an untranslated
33424         message in 2002.
33425         (COPYRIGHT_YEAR): Define.
33426         (version_etc): Use fprintf rather than fputs.
33427         Suggestion from Ulrich Drepper.
33428
33429         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
33430
33431         * lib/strtoll.c: New file, from GNU libc.
33432         * lib/xstrtoimax.c: New file.
33433
33434         * lib/xstrtol.h: Add xstrtoimax.
33435         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
33436         * lib/strtoimax.c: New file.  Likewise, but first define
33437         STRTOUXMAX_SIGNED.
33438
33439         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
33440         ...
33441         * lib/strtoxmax.c: ... then renamed to this.
33442
33443 2001-08-18  Paul Eggert  <eggert@twinsun.com>
33444
33445         * m4/inttypes.m4: Add AC_PREREQ(2.13).
33446         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
33447         (jm_AC_TYPE_INTMAX_T): New macro.
33448         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
33449
33450         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
33451
33452         * m4/longlong.m4: Renamed from ulonglong.m4.
33453         * m4/inttypes.m4: Renamed from inttypes_h.m4.
33454         * m4/uintmax_t.m4: Removed.
33455
33456 2001-08-13  Paul Eggert  <eggert@twinsun.com>
33457
33458         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
33459         Port to Solaris 8, where 'sed' requires a space after the 'r'
33460         command, and where sh dislikes "$/".  Clean up the spacing a bit.
33461         Redirect output to $tmp just once.
33462
33463 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
33464
33465         * lib/addext.c (<errno.h>): Include.
33466         (errno): Declare if not defined.
33467         (addext): Work correctly when pathconf returns -1 and leaves
33468         errno alone because there is no limit.  Also, work even if
33469         pathconf returns a value greater than SIZE_MAX.
33470
33471 2001-08-12  Jim Meyering  <meyering@lucent.com>
33472
33473         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
33474         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
33475         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
33476         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
33477         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
33478         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
33479         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
33480         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
33481         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
33482         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
33483         utime.m4, utimes.m4, xstrtoumax.m4:
33484         Quote the first argument in each use of AC_DEFUN.
33485
33486 2001-08-12  Jim Meyering  <meyering@lucent.com>
33487
33488         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
33489         Simply `return getcwd (NULL, 0);'.
33490         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
33491         Use 1300 as initial value for length, not PATH_MAX.
33492
33493         * lib/pathmax.h: Clean up cpp syntax.
33494
33495 2001-08-12  Jim Meyering  <meyering@lucent.com>
33496
33497         * lib/gettimeofday.c: New file.
33498         * lib/gtod.h: New file.
33499         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
33500
33501 2001-08-05  Jim Meyering  <meyering@lucent.com>
33502
33503         * m4/jm-macros.m4: Require autoconf-2.52.
33504
33505 2001-08-04  Jim Meyering  <meyering@lucent.com>
33506
33507         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
33508         stmt, to get in sync with glibc.
33509
33510 2001-08-03  Paul Eggert  <eggert@twinsun.com>
33511
33512         The following changes are from gettext 0.10.39 as maintained by
33513         Bruno Haible.
33514
33515         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
33516         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
33517         with inverted sense.  All uses changed.
33518
33519         * lib/mbswidth.c: Don't include <limits.h>.
33520         Include <stdlib.h> and <string.h> unconditionally.
33521         (iswcntrl, mbsinit, ISCNTRL): New macros.
33522         (mbsnwidth): Use K&R style function declarations.
33523         Don't bother checking for MB_LEN_MAX == 1, since the compiler
33524         can optimize it when MB_CUR_MAX == 1.
33525         The width of control characters is zero, not 1.
33526
33527 2001-08-03  Paul Eggert  <eggert@twinsun.com>
33528
33529         The following changes are from gettext 0.10.39 as maintained by
33530         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
33531
33532         * m4/codeset.m4: Upgrade to serial AM1.
33533         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
33534         all uses changed.  Quote first arg of AC_DEFUN.
33535         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
33536
33537         * m4/iconv.m4: Upgrade to serial AM2.
33538         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
33539         Add --with-libconv-prefix.
33540         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
33541         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
33542         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
33543         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
33544         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
33545
33546         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
33547         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
33548         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
33549         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
33550         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
33551         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
33552         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
33553         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
33554         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
33555
33556         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
33557         string.h any more.
33558
33559         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
33560         not the default value.
33561
33562         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
33563         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
33564         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
33565         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
33566         Also check for iswcntrl, used for wcwidth fallback.
33567         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
33568         to Autoconf 2.13.
33569
33570 2001-08-03  Jim Meyering  <meyering@lucent.com>
33571
33572         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
33573         as it was in the original.  Reported by Paul Eggert.
33574
33575 2001-07-16  Jim Meyering  <meyering@lucent.com>
33576
33577         * m4/gettimeofday.m4: New file.
33578         Prompted by a report from Bernhard Baehr.
33579
33580 2001-07-15  Jim Meyering  <meyering@lucent.com>
33581
33582         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
33583         stuff. Now it's in ../Makefile.cfg.
33584
33585 2001-07-15  Jim Meyering  <meyering@lucent.com>
33586
33587         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
33588         (BUILT_SOURCES): Add unlocked-io.h.
33589         (io_functions): Define.
33590         (unlocked-io.h): New rule.
33591         (DISTCLEANFILES): Add unlocked-io.h.
33592         (all-local): Depend on unlocked-io.h, to ensure it is created.
33593
33594         * lib/unlocked-io.hin: New file
33595
33596         * lib/regex.c: Update from glibc.
33597
33598 2001-07-05  Jim Meyering  <meyering@lucent.com>
33599
33600         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
33601         recommendation.
33602         (libfetish_a_SOURCES): Put all .h files here instead.
33603         Remove a thus-exposed (better checks in automake) duplicate and
33604         two unnecessary .h files.
33605
33606 2001-07-04  Jim Meyering  <meyering@lucent.com>
33607
33608         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
33609         that generates jm-glibc-io.m4 so that it doesn't trigger any make
33610         distcheck failure.
33611
33612 2001-07-02  Jim Meyering  <meyering@lucent.com>
33613
33614         The following changes were prompted by suggestions from Bruno Haible.
33615
33616         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
33617         is now generated.
33618         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
33619         definition of EXTRA_DIST.
33620         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
33621         ensure that the generated file is created/updated whenever the list
33622         of $(unlocked_functions) is changed.
33623         (jm-glibc-io.m4): New rule.
33624         (unlocked-io.h): New rule -- currently unused.
33625
33626 2001-06-24  Jim Meyering  <meyering@lucent.com>
33627
33628         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
33629         unmatched right bracket, rather than kludging it with an extra,
33630         falsely-matching quote in a comment.  Patch by Akim Demaille.
33631
33632 2001-06-11  Jim Meyering  <meyering@lucent.com>
33633
33634         * lib/regex.c: Update from GNU libc.
33635
33636 2001-05-27  Jim Meyering  <meyering@lucent.com>
33637
33638         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
33639         Check for ut_type in struct utmp.
33640
33641 2001-05-27  Jim Meyering  <meyering@lucent.com>
33642
33643         * lib/readutmp.h (UT_TYPE): Define.
33644
33645 2001-05-24  Jim Meyering  <meyering@lucent.com>
33646
33647         * lib/argmatch.c: Include "quote.h".
33648         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
33649         quote function.  Reported by Göran Uddeborg.
33650
33651 2001-05-22  Jim Meyering  <meyering@lucent.com>
33652
33653         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
33654         now that we use the package-supplied version unconditionally.
33655         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
33656
33657 2001-05-21  Jim Meyering  <meyering@lucent.com>
33658
33659         * m4/regex.m4: Change a couple backticks to single quotes to avoid
33660         shell syntax errors.
33661
33662 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
33663
33664         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
33665
33666 2001-05-20  Paul Eggert  <eggert@twinsun.com>
33667
33668         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
33669         Don't bother to check library strftime, since
33670         we'll be using our own my_strftime function anyway.
33671         Define my_strftime instead of strftime.
33672
33673 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
33674
33675         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
33676         which is not yet declared.
33677
33678 2001-05-15  Jim Meyering  <meyering@lucent.com>
33679
33680         * m4/regex.m4: Use proper quoting so brackets appear in the test
33681         program.
33682         Reported by, and with help from, Bruno Haible.
33683
33684 2001-05-13  Jim Meyering  <meyering@lucent.com>
33685
33686         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
33687         undefined.
33688
33689 2001-05-11  Paul Eggert  <eggert@twinsun.com>
33690
33691         dirname code cleanup.  base_name now behaves more compatibly
33692         with POSIX basename when given file names that have trailing
33693         slashes, and similarly for dir_name.  Add new primitives
33694         base_len and dir_len.  Put the directory-name-related decls
33695         into dirname.h.
33696
33697         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
33698         * lib/backupfile.c (base_name): Likewise.
33699         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
33700         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
33701         * lib/makepath.c (strip_trailing_slashes): Likewise.
33702         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
33703         ISSLASH): Likewise.
33704         * lib/rename.c (strip_trailing_slashes): Likewise.
33705         * lib/same.c (base_name): Likewise.
33706         * lib/stripslash.c (ISSLASH): Likewise.
33707
33708         * lib/addext.c: Include <dirname.h> after size_t is defined.
33709         * lib/backupfile.c: Likewise.
33710
33711         * lib/addext.c (addext): Use base_len to trim redundant
33712         trailing slashes instead of doing it ourselves.
33713         But do not trim the last slash if it is not redundant.
33714
33715         * lib/backupfile.c (find_backup_file_name,
33716         max_backup_version): Use base_len instead of rolling it ourselves.
33717         Handle the case of "" and (on DOS) "C:" correctly.
33718
33719         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
33720         needed. Include <string.h>, <dirname.h>.
33721         (base_name): Allow file names ending in slashes, other than names
33722         that are all slashes.  In this case, return the basename followed
33723         by the slashes.  This is more general, and can be used in places
33724         where the original base_name purposely had an assertion failure.
33725         (base_len): New function.
33726
33727         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
33728         Do not include <assert.h>; no longer needed.
33729         Include xalloc.h.
33730         (memrchr): Remove decl.
33731         (dir_name_r): Remove.
33732         (dir_len): Renamed from dirlen.  All callers changed.
33733         Rewrite in terms of base_name, for simplicity and consistency.
33734         (dir_name): Never return NULL.  All callers changed.
33735         Do not include <stdlib.h> in test program; no longer needed.
33736         return 0; is fine for test program.
33737
33738         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
33739         New macros.
33740         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
33741
33742         * lib/path-concat.c (path_concat): Use base_len to compute
33743         base length, not strlen; this means we cannot rely on memcpy
33744         to null-terminate.
33745
33746         * lib/same.c (STREQ): Remove.
33747         (same_name): Handle the case where the basename ends in trailing '/'.
33748
33749         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
33750         a slash was stripped.  Do not strip the last slash after a
33751         file system prefix.
33752
33753 2001-05-11  Paul Eggert  <eggert@twinsun.com>
33754
33755         * lib/Makefile.am (libfetish_a_SOURCES):
33756         Add strftime.c, since we now compile it on all hosts.
33757
33758         * lib/strftime.c (my_strftime):
33759         Define to nstrftime if emacs, but only if my_strftime is not defined.
33760         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
33761         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
33762         Add one more extra argument: a nanoseconds value.
33763         All uses changed.
33764         (ns): New macro.
33765         (my_strftime function): Add %N format.
33766         (emacs_strftimeu): Renamed from emacs_strftime,
33767         with extra ut argument.
33768
33769 2001-05-09  Paul Eggert  <eggert@twinsun.com>
33770
33771         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
33772
33773 2001-04-21  Jim Meyering  <meyering@lucent.com>
33774
33775         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
33776         doesn't interfere.
33777
33778 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
33779
33780         * m4/ftruncate.m4: Check for chsize.
33781         Link with ftruncate.o unconditionally if ftruncate is missing.
33782         This was required when cross-compiling to i586-mingw32msvc.
33783
33784 2001-04-08  Jim Meyering  <meyering@lucent.com>
33785
33786         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
33787         recomputed; that's necessary when the offset spans a DST transition.
33788         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
33789
33790 2001-04-02  Jim Meyering  <meyering@lucent.com>
33791
33792         * lib/regex.h, regex.c: Update from GNU libc.
33793
33794 2001-03-24  Jim Meyering  <meyering@lucent.com>
33795
33796         * m4/jm-macros.m4: Require autoconf-2.49d.
33797
33798 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
33799
33800         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
33801
33802 2001-03-19  Paul Eggert  <eggert@twinsun.com>
33803
33804         * lib/version-etc.c (version_etc_copyright): Update to 2001.
33805
33806 2001-03-17  Jim Meyering  <meyering@lucent.com>
33807
33808         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
33809         now that the version in autoconf is equivalent.
33810         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
33811
33812         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
33813         Suggestion from Akim Demaille.
33814
33815         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
33816         (jm_PREREQ_TEMPNAME): New function.
33817
33818 2001-03-16  Paul Eggert  <eggert@twinsun.com>
33819
33820         * lib/tempname.c (uint64_t): Define to uintmax_t if
33821         not defined, and if UINT64_MAX is not defined.
33822         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
33823         Reported by John David Anglin.
33824
33825 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
33826
33827         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
33828         resolve alias if codeset is empty.
33829         * lib/config.charset (BeOS): Use wildcard syntax.
33830
33831 2001-03-13  Jim Meyering  <meyering@lucent.com>
33832
33833         * lib/path-concat.c (path_concat)
33834         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
33835         concatenating e.g., `C:' and `foo'.
33836         From Bruno Haible.
33837
33838 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
33839
33840         * lib/localcharset.c (locale_charset): Don't use
33841         setlocale(LC_CTYPE,NULL). Don't return NULL.
33842         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
33843
33844 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
33845
33846         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
33847         support for DOS/DJGPP.
33848
33849 2001-03-01  Paul Eggert  <eggert@twinsun.com>
33850
33851         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
33852         lacks mkstemp.  Compile our own tempname.c if we compile our own
33853         mkstemp.c, as mkstemp relies on tempname.
33854
33855 2001-03-01  Jim Meyering  <meyering@lucent.com>
33856
33857         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
33858         AH_VERBATIM really does output its argument verbatim.
33859
33860 2001-02-28  Paul Eggert  <eggert@twinsun.com>
33861
33862         * lib/Makefile.am (libfetish_a_SOURCES):
33863         Add dup-safer.c, fopen-safer.c.
33864         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
33865
33866         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
33867         * lib/unistd-safer.h: New files.
33868
33869 2001-02-25  Paul Eggert  <eggert@twinsun.com>
33870
33871         The mkstemp replacement is taken from glibc 2.2.2, with some
33872         portability fixes for use outside glibc, as follows:
33873
33874         * lib/tempname.c (struct_stat64): New macro.
33875         (direxists, __gen_tempname): Use it.
33876         This avoids a portability problem with Solaris 8.
33877
33878         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
33879         (<stddef.h>, <stdint.h>, <string.h>):
33880         Include only if STDC_HEADERS || _LIBC.
33881         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
33882         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
33883         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
33884         (__set_errno): Define this macro if <errno.h> doesn't.
33885         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
33886         Define these macros if <stdio.h> doesn't.
33887         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
33888         Define these macros if <sys/stat.h>
33889         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
33890         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
33891         __xstat64): Define if not _LIBC.
33892         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
33893         (__gen_tempname): Invoke gettimeofday only if
33894         HAVE_GETTIMEOFDAY || _LIBC;
33895         otherwise, fall back on plain "time".
33896         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
33897
33898         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
33899
33900         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
33901
33902 2001-02-18  Paul Eggert  <eggert@twinsun.com>
33903
33904         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
33905
33906 2001-02-17  Paul Eggert  <eggert@twinsun.com>
33907
33908         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
33909         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
33910         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
33911         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
33912
33913 2001-02-17  Paul Eggert  <eggert@twinsun.com>
33914
33915         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
33916         Remove workaround macros for hosts that have mbrtowc but not
33917         mbstate_t, as we now insist on proper declarations for both
33918         before using mbrtowc.
33919
33920 2001-02-17  Jim Meyering  <meyering@lucent.com>
33921
33922         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
33923         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
33924         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
33925         UnixWare 7.1.1.
33926
33927         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
33928         rather than AC_CACHE_VAL.
33929
33930 2001-02-17  Jim Meyering  <meyering@lucent.com>
33931
33932         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
33933         around included file name.
33934
33935         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
33936
33937         * lib/strftime.c: Update from GNU libc (the only changes were to
33938         comments).
33939
33940 2001-02-17  Jim Meyering  <meyering@lucent.com>
33941
33942         * lib/regex.c: Update from libc.
33943
33944 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
33945
33946         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
33947         clash.
33948
33949 2001-02-16  Paul Eggert  <eggert@twinsun.com>
33950
33951         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
33952         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
33953         Reported by Mark Hounschell via Paul Eggert.
33954
33955 2001-02-07  Jim Meyering  <meyering@lucent.com>
33956
33957         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
33958
33959 2001-02-05  Jim Meyering  <meyering@lucent.com>
33960
33961         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
33962         it includes the patch required for `large file' support with at least
33963         HP-UX's 10.20 /bin/cc.
33964
33965 2001-02-03  Jim Meyering  <meyering@lucent.com>
33966
33967         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
33968         AS_IF, now that it works once again (mysteriously).
33969         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
33970
33971 2001-01-30  Jim Meyering  <meyering@lucent.com>
33972
33973         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
33974         * m4/chown.m4: Rename conftestchown to conftest.chown.
33975         * m4/rename.m4: s/conftestdir/conftest.d1/ and
33976         s/conftestdir2/conftest.d2/.
33977         * m4/utimes.m4: s/conftestdata/conftest.data/
33978         Inspired by Pavel Roskin's change in autoconf.
33979
33980 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
33981
33982         * lib/config.charset: Update for FreeBSD 4.2.
33983
33984 2001-01-27  Jim Meyering  <meyering@lucent.com>
33985
33986         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
33987         a use of AS_IF.
33988         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
33989
33990 2001-01-26  Jim Meyering  <meyering@lucent.com>
33991
33992         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
33993         quotearg.c includes it.
33994
33995 2001-01-26  Jim Meyering  <meyering@lucent.com>
33996
33997         * lib/quotearg.c: Include stddef.h.
33998         * lib/quote.c: Include stddef.h.
33999         Reported by Axel Kittenberger.
34000
34001         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
34002         line in double quotes so that it evokes a better diagnostic.
34003         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
34004         Reported by Axel Kittenberger.
34005
34006 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
34007
34008         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
34009         as if it was a `charset'.
34010
34011 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
34012
34013         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
34014         has const.
34015
34016 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
34017
34018         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
34019         to avoid a warning.  Add back 'const' to inptr.
34020
34021 2001-01-20  Jim Meyering  <meyering@lucent.com>
34022
34023         Be sure that headers are checked before used in code compiled
34024         for the type checks.
34025         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
34026         In place of that, invoke jm_CHECK_ALL_TYPES.
34027         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
34028         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
34029         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
34030         The check for ssize_t was mistakenly run before the test for unistd.h.
34031
34032         The configure-time check for stdbool.h was missing.
34033         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
34034         (jm_PREREQ_HASH): New function.
34035
34036 2001-01-17  Jim Meyering  <meyering@lucent.com>
34037
34038         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
34039         for autoconf-2.49c.
34040         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
34041
34042 2001-01-16  Jim Meyering  <meyering@lucent.com>
34043
34044         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
34045         From Bruno Haible.
34046
34047 2001-01-14  Jim Meyering  <meyering@lucent.com>
34048
34049         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
34050         foo and bar.  Create conftestdir/ in the script, not in the C code.
34051         Remove directories in the script, not in the C code.
34052         Remove conftestdir{,2} before trying to create the directory.
34053         Make the entire configure script fail if the mkdir fails.
34054
34055 2001-01-14  Jim Meyering  <meyering@lucent.com>
34056
34057         * lib/rename.c: New file.  From Volker Borchert.
34058         Include stdlib.h, string.h or strings.h, and xalloc.h.
34059         Use strip_trailing_slashes rather than open-coding it.
34060
34061 2001-01-03  Paul Eggert  <eggert@twinsun.com>
34062
34063         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
34064
34065 2001-01-03  Jim Meyering  <meyering@lucent.com>
34066
34067         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
34068         of local `inptr' to avoid warning with some system declarations of
34069         iconv.
34070
34071 2001-01-02  Volker Borchert  <bt@teknon.de>
34072
34073         * m4/rename.m4: New file.
34074         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
34075
34076 2001-01-01  Jim Meyering  <meyering@lucent.com>
34077
34078         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
34079         even on systems with utmpx.h.  It's necessary for the declaration of
34080         utmp's ut_user member.  Reported by Andreas Jaeger.
34081
34082         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
34083         available. They are required for the declarations of getgrgid and
34084         getpwuid resp.
34085         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
34086         Reported by Andreas Jaeger.
34087
34088 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
34089
34090         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
34091         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
34092         so `make install' also works in VPATH builds.
34093
34094 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
34095
34096         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
34097         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
34098         can be used in subdirectories.
34099
34100 2000-12-29  Paul Eggert  <eggert@twinsun.com>
34101
34102         * lib/modechange.c: Do not assume that mode_t uses the
34103         traditional octal encoding.  E.g. "chmod 1 FOO" should set
34104         the other-execute bit of FOO even if S_IXOTH != 1.
34105
34106         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
34107         WOTH, XOTH, ALLM): New macros.
34108         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
34109          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
34110         Use them.
34111         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
34112         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
34113         (mode_compile):
34114         No need to use uintmax_t; unsigned long is long enough.
34115         Don't bother to get suffix since we don't use it.
34116
34117 2000-12-26  Jim Meyering  <meyering@lucent.com>
34118
34119         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
34120         better with autoheader.
34121
34122 2000-12-24  Jim Meyering  <meyering@lucent.com>
34123
34124         * lib/hash.c (is_prime): Return explicit boolean values.
34125         (hash_get_first): Return NULL to appease Irix5.6's 89.
34126         Reported by Nelson Beebe.
34127
34128 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
34129
34130         * lib/localcharset.c (locale_charset): Add support for Win32.
34131
34132 2000-12-18  Paul Eggert  <eggert@twinsun.com>
34133
34134         * lib/physmem.h, lib/physmem.c: New files.
34135
34136         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
34137         (noinst_HEADERS): Add physmem.h.
34138
34139         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
34140         't' for compatibility with Solaris 8 sort.
34141
34142 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
34143
34144         * lib/config.charset: Add support for BeOS.
34145
34146 2000-12-17  Jim Meyering  <meyering@lucent.com>
34147
34148         * m4/dos.m4 (jm_AC_DOS): New file and macro.
34149         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
34150
34151 2000-12-16  Jim Meyering  <meyering@lucent.com>
34152
34153         This bug had a serious impact on chown: `chown N:M FILE' (for integer
34154         N and M) would have treated it like `chown N:N FILE'.
34155
34156         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
34157
34158 2000-12-16  Jim Meyering  <meyering@lucent.com>
34159
34160         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
34161         SHELLS_FILE to a file name that's useful on djgpp systems.
34162         Include stdlib.h.
34163         (ADDITIONAL_DEFAULT_SHELLS): Define.
34164         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
34165         Based mostly on a patch from Prashant TR.
34166
34167 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
34168
34169         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
34170         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
34171         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
34172
34173 2000-12-08  Andreas Schwab  <schwab@suse.de>
34174
34175         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
34176         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
34177
34178 2000-12-07  Jim Meyering  <meyering@lucent.com>
34179
34180         * lib/stripslash.c (ISSLASH): Define.
34181         (strip_trailing_slashes): Use ISSLASH rather than comparing against
34182         `/'.
34183         From Prashant TR.
34184
34185         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
34186         (dir_name_r): Declare this function as static.
34187         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
34188         manifest itself on a name containing a mix of slashes and
34189         backslashes.
34190         Make this function work with names starting with a DOS-style
34191         drive letter and colon prefix.
34192         (dir_name): Append `.' if necessary.
34193         Based mostly on patches from Prashant TR and Eli Zaretskii.
34194
34195         * lib/dirname.h (dir_name_r): Remove prototype.
34196
34197 2000-12-06  Paul Eggert  <eggert@twinsun.com>
34198
34199         * m4/off_t-format.m4: Remove this file.
34200         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
34201
34202 2000-12-06  Jim Meyering  <meyering@lucent.com>
34203
34204         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
34205         replacement strtoull, we may well need the replacement strtoul, too.
34206         Check for declarations of strtoul and strtoull.
34207         Check for strtol.  Mainly as a cue to cause automake to include
34208         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
34209         Check for limits.h -- strtol.c needs it.
34210
34211 2000-12-05  Jim Meyering  <meyering@lucent.com>
34212
34213         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
34214
34215 2000-12-04  Jim Meyering  <meyering@lucent.com>
34216
34217         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
34218         Also include memory.h, stdlib.h, unistd.h if appropriate.
34219         Reported by Andreas Jaeger (conflicting declaration of malloc).
34220
34221 2000-12-02  Jim Meyering  <meyering@lucent.com>
34222
34223         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
34224         * m4/jm-macros.m4 (jm_MACROS): require it.
34225
34226 2000-12-02  Jim Meyering  <meyering@lucent.com>
34227
34228         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
34229
34230 2000-12-01  Paul Eggert  <eggert@twinsun.com>
34231
34232         * lib/memrchr.c: Include <config.h> before any system include file.
34233
34234 2000-11-30  Jim Meyering  <meyering@lucent.com>
34235
34236         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
34237
34238 2000-11-30  Jim Meyering  <meyering@lucent.com>
34239
34240         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
34241
34242 2000-11-29  Paul Eggert  <eggert@twinsun.com>
34243
34244         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
34245
34246 2000-11-26  Jim Meyering  <meyering@lucent.com>
34247
34248         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
34249
34250 2000-11-22  Paul Eggert  <eggert@twinsun.com>
34251
34252         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
34253         size of (size_t) -1; it's not portable.
34254
34255 2000-11-17  Jim Meyering  <meyering@lucent.com>
34256
34257         * lib/strstr.c: Update from GNU libc.
34258
34259 2000-11-17  Akim Demaille  <akim@epita.fr>
34260
34261         * lib/obstack.h: Formatting changes.
34262         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
34263         prevent type checking.
34264         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
34265         cast the value to (void *): assigning a `foo *' to a `void *'
34266         variable is valid.
34267         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
34268
34269 2000-11-16  Jim Meyering  <meyering@lucent.com>
34270
34271         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
34272
34273 2000-11-11  Jim Meyering  <meyering@lucent.com>
34274
34275         * lib/error.c: Add a couple #includes, merging from GNU libc version.
34276
34277 2000-11-10  Jim Meyering  <meyering@lucent.com>
34278
34279         * lib/obstack.h: Update from GNU libc.
34280         * lib/obstack.c: Likewise.
34281
34282 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
34283
34284         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
34285
34286 2000-11-06  Paul Eggert  <eggert@twinsun.com>
34287
34288         * lib/getusershell.c (setusershell): Use rewind rather than
34289         fseek/fseeko, to avoid configuration hassles with fseeko.
34290         Don't bother opening SHELLS_FILE if shellstream is NULL;
34291         it's not necessary.
34292
34293 2000-11-05  Jim Meyering  <meyering@lucent.com>
34294
34295         * lib/makepath.h (make_dir): Declare.
34296         * lib/makepath.c (make_dir): Remove `static' attribute.
34297         Tweak a comment.
34298
34299 2000-11-04  Jim Meyering  <meyering@lucent.com>
34300
34301         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
34302
34303 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
34304
34305         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
34306         last one in a bucket, advance to the next bucket.
34307
34308 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
34309
34310         * lib/fnmatch.c: Do not comment out all the code if we are using
34311         the GNU C library, because in some cases we are replacing buggy
34312         code in the GNU C library itself.
34313
34314 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
34315
34316         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
34317         (regex_compile): Catch bogus \(\1\).
34318
34319 2000-10-30  Paul Eggert  <eggert@twinsun.com>
34320
34321         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
34322         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
34323         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
34324
34325 2000-10-30  Paul Eggert  <eggert@twinsun.com>
34326
34327         * lib/error.h, getline.h, modechange.h:
34328         Remove "2000" from Copyright line, as the file hasn't been
34329         changed this year other than in the copyright notice.
34330
34331         * lib/xalloc.h: Add "2000" to Copyright line, as this file
34332         was changed this year.
34333
34334 2000-10-29  Jim Meyering  <meyering@lucent.com>
34335
34336         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
34337         renaming.
34338         * m4/ls-mntd-fs.m4: Likewise
34339
34340 2000-10-29  Jim Meyering  <meyering@lucent.com>
34341
34342         * lib/xstat.in: Fix grammar in comment.
34343
34344 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
34345
34346         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
34347         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
34348         doesn't define __restrict_arr.
34349
34350 2000-10-28  Jim Meyering  <meyering@lucent.com>
34351
34352         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
34353         (jm_PREREQ_MEMCHR): New function.
34354
34355 2000-10-28  Jim Meyering  <meyering@lucent.com>
34356
34357         * lib/memchr.c: Update from libc.
34358         Adjust for portability:
34359         [HAVE_STDLIB_H]: Include stdlib.h.
34360         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
34361         Undef __memchr, too.
34362         [!weak_alias]: Define __memchr to memchr.
34363
34364         * lib/regex.c: Update from libc.
34365         * lib/regex.h: Likewise.
34366         * lib/getopt1.c: Likewise.
34367         * lib/memcmp.c: Likewise.
34368
34369         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
34370         Avoid using fseek, when possible -- it's broken by design.
34371         Patch by Ulrich Drepper.
34372
34373 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
34374
34375         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
34376         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
34377         Giving in to popular pressure to shut up the compiler with casts.
34378
34379 2000-10-26  Jim Meyering  <meyering@lucent.com>
34380
34381         * lib/strftime.c: Update from libc.
34382
34383 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
34384
34385         * regex.c: More `unsigned char' -> `re_char' changes.
34386         Also change several `int' into `re_wchar_t'.
34387         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
34388         (PUSH_FAILURE_POINTER): Don't cast any more.
34389         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
34390         We want GCC to complain, since this piece of code makes
34391         re_match non-reentrant, which *should* be fixed.
34392         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
34393         (EXTEND_BUFFER): Use RETALLOC.
34394         (SET_LIST_BIT): Don't cast.
34395         (re_wchar_t): New type.
34396         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
34397         that those two functions will always properly return.
34398         (IMMEDIATE_QUIT_CHECK): Cast to void.
34399         (analyse_first): Use recursion rather than an explicit stack.
34400         (re_compile_fastmap): Can't fail anymore.
34401         (re_search_2): Don't check re_compile_fastmap for failure.
34402         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
34403         Now also sets the new value (passed in a new argument).
34404         (re_match_2_internal): Use it.
34405         Also, use a new var `reg' of type size_t when looping through regs
34406         rather than reuse the inappropriate `mcnt'.
34407
34408 2000-10-25  Jim Meyering  <meyering@lucent.com>
34409
34410         * lib/obstack.c: Update from libc.
34411
34412 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
34413
34414         * regex.c (regex_compile): Change the way of handling a range from
34415         a char less than 256 to a char not less than 256.
34416
34417 2000-10-24  Andrew Innes  <andrewi@gnu.org>
34418
34419         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
34420         NT-Emacs only.
34421         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
34422         so that re_search functions only quit when callers expect them to.
34423
34424 2000-10-23  Jim Meyering  <meyering@lucent.com>
34425
34426         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
34427         wrong.  That set_locale call must not have any side effects.
34428         From Paul Eggert.
34429
34430 2000-10-22  Jim Meyering  <meyering@lucent.com>
34431
34432         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
34433         [CYCLIC]: Remove now-unused definition.
34434
34435         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
34436         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
34437         Suggestion from Ulrich Drepper.
34438
34439 2000-10-21  Jim Meyering  <meyering@lucent.com>
34440
34441         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
34442         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
34443         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
34444
34445 2000-10-21  Jim Meyering  <meyering@lucent.com>
34446
34447         * lib/dirname.c (memrchr): Declare if necessary.
34448         (dir_name): Remove the restriction that there be no
34449         trailing slashes.  Now, this code skips past them, effectively
34450         ignoring them.
34451         [TEST_DIRNAME] (main): New unit tests.
34452
34453         * lib/memrchr.c: New file from GNU libc.
34454         Undef __memrchr, too.
34455         [!weak_alias]: Define __memrchr to memrchr.
34456         Guard weak_alias use with `#ifdef weak_alias'.
34457
34458 2000-10-21  Jim Meyering  <meyering@lucent.com>
34459
34460         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
34461         (dir_name): Use dir_name_r.
34462         * lib/dirname.h (dir_name_r): Declare it.
34463
34464 2000-10-17  Jim Meyering  <meyering@lucent.com>
34465
34466         * lib/quote.h (PARAMS): Define and use.
34467         Reported by Akim Demaille.
34468
34469         * lib/getopt.c: Update from libc.
34470
34471 2000-10-16  Jim Meyering  <meyering@lucent.com>
34472
34473         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
34474         setlocale.
34475         From Jan Fedak.
34476
34477 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
34478
34479         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
34480
34481 2000-09-25  Jim Meyering  <meyering@lucent.com>
34482
34483         * lib/md5.h (rol): Define (from GnuPG).
34484
34485         * lib/sha.c: Give credit (GnuPG) where due.
34486         (M): Use rol rather than open-coding it.
34487         Add a FIXME comment.
34488
34489 2000-09-21  Jim Meyering  <meyering@lucent.com>
34490
34491         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
34492         Reported by Michael Stone.
34493
34494 2000-09-20  Jim Meyering  <meyering@lucent.com>
34495
34496         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
34497         (noinst_HEADERS): Add sha.h.
34498         Based on code from Scott G. Miller and from GnuPG.
34499
34500 2000-09-18  Jim Meyering  <meyering@lucent.com>
34501
34502         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
34503         LIBS. Otherwise, everyone ends up linking with -lelf for some
34504         configurations.
34505         Reported by Mike Stone.
34506
34507 2000-09-15  Jim Meyering  <meyering@lucent.com>
34508
34509         * lib/regex.c: Update from libc.
34510
34511 2000-09-10  Jim Meyering  <meyering@lucent.com>
34512
34513         * lib/getopt.c (_getopt_internal): Update from glibc.
34514
34515 2000-09-09  Jim Meyering  <meyering@lucent.com>
34516
34517         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
34518         think it should be used as a general replacement for isascii.
34519         * lib/fnmatch.c: Likewise.
34520         * lib/mbswidth.c: Likewise
34521         * lib/regex.c: Likewise.
34522
34523         Don't use atoi.
34524         * lib/userspec.c: Include sys/param.h and limits.h.
34525         Include xstrtol.h.
34526         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
34527         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
34528         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
34529         UID, GID.  Check range.
34530
34531 2000-09-06  Jim Meyering  <meyering@lucent.com>
34532
34533         * lib/getopt.c (_getopt_internal): Update from glibc.
34534
34535 2000-08-30  Jim Meyering  <meyering@lucent.com>
34536
34537         * lib/strftime.c: Merge in changes from GNU libc.
34538
34539 2000-08-26  Jim Meyering  <meyering@lucent.com>
34540
34541         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
34542         * m4/fpending.m4: New file.
34543
34544 2000-08-26  Jim Meyering  <meyering@lucent.com>
34545
34546         * lib/closeout.c: Include "__fpending.h".
34547         (close_stdout_status): Return right away if there's nothing to flush.
34548
34549         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
34550         * lib/__fpending.c: New file.
34551         * lib/__fpending.h: New file.
34552
34553 2000-08-20  Jim Meyering  <meyering@lucent.com>
34554
34555         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
34556         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
34557         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
34558
34559 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
34560
34561         Improve fileutils installation on systems where running
34562         programs (like install) can't be unlinked.
34563         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
34564         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
34565
34566 2000-08-07  Paul Eggert  <eggert@twinsun.com>
34567
34568         Standardize on "memory exhausted" instead of "Memory exhausted"
34569         or "virtual memory exhausted".
34570         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
34571         "virtual memory exhausted".
34572         * lib/same.c (same_name): Invoke xalloc_die instead of printing
34573         our own message.
34574         * lib/userspec.c (parse_user_spec): Likewise.
34575         * lib/bumpalloc.h: comment fix
34576         * lib/same.c, userspec.c: Include xalloc.h.
34577
34578         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
34579         not char *const and pointing to a constant array.
34580         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
34581         (xrealloc): Comment fix.
34582
34583         * lib/userspec.c (parse_user_spec):
34584         Don't translate a message until just before returning,
34585         to avoid unnecessary translation.
34586
34587 2000-08-07  Jim Meyering  <meyering@lucent.com>
34588
34589         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
34590         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
34591         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
34592         getgroups.c, gethostname.c, getopt.h, group-member.c,
34593         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
34594         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
34595         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
34596         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
34597         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
34598         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
34599         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
34600         yesno.c: Back out Copyright date changes for each file with no change
34601         this year.  This eases coordination with other programs using the same
34602         source code modules.  From Paul Eggert.
34603
34604 2000-08-06  Paul Eggert  <eggert@twinsun.com>
34605
34606         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
34607         not char, for compatibility with glibc 2.1.3 strftime.c.
34608
34609 2000-08-03  Greg McGary  <greg@mcgary.org>
34610
34611         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
34612         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
34613         (EXTEND_BUFFER): Use them.
34614
34615 2000-08-01  Jim Meyering  <meyering@lucent.com>
34616
34617         * lib/dirname.c (ISSLASH): Define.
34618         (BACKSLASH_IS_PATH_SEPARATOR): Define.
34619         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
34620         both `\' and `/' may be use as path separators.
34621         Based on a patch from Prashant TR.
34622
34623 2000-07-31  Paul Eggert  <eggert@twinsun.com>
34624
34625         * lib/quotearg.c (quotearg_n_options): Don't make the initial
34626         slot vector a constant, since it might get modified.
34627
34628 2000-07-31  Jim Meyering  <meyering@lucent.com>
34629
34630         * lib/xmalloc.c: Use `virtual memory exhausted', not
34631         `Memory exhausted'.
34632         * lib/obstack.c (print_and_abort): Likewise.
34633
34634 2000-07-30  Paul Eggert  <eggert@twinsun.com>
34635
34636         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
34637         buffer, so that the caller can always quote one small
34638         component of a "memory exhausted" message in slot 0.
34639         From a suggestion by Jim Meyering.
34640
34641 2000-07-30  Jim Meyering  <meyering@lucent.com>
34642
34643         * lib/makepath.c (make_path): Quote the other instance, too.
34644
34645         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
34646         (STATIC_BUF_SIZE): Define.
34647         (quotearg_n_options): Use only statically allocated storage when
34648         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
34649         than STATIC_BUF_SIZE.
34650
34651 2000-07-29  Jim Meyering  <meyering@lucent.com>
34652
34653         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
34654         * lib/dirname.c (dir_name): Likewise.
34655
34656         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
34657         `/'.
34658
34659         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
34660         (dir_name): Assert that there are no trailing slashes.
34661
34662 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
34663
34664         * lib/mbswidth.h (mbswidth): Add a flags argument.
34665         (mbswidth): New declaration.
34666         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
34667         * lib/mbswidth.c (mbswidth): Add a flags argument.
34668         (mbsnwidth): New function.
34669
34670 2000-07-24  Jim Meyering  <meyering@lucent.com>
34671
34672         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
34673
34674 2000-07-23  Paul Eggert  <eggert@twinsun.com>
34675
34676         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
34677
34678 2000-07-23  Paul Eggert  <eggert@twinsun.com>
34679
34680         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
34681         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
34682         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
34683         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
34684         invoke multibyte primitives.
34685
34686 2000-07-23  Paul Eggert  <eggert@twinsun.com>
34687
34688         * lib/quotearg.c:
34689         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
34690         so that mbstate_t is always defined.
34691
34692         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
34693         be 1 in at least one GCC installation, and this configuration
34694         error is likely to be common.  Ignoring MB_LEN_MAX hurts
34695         performance on hosts that have mbrtowc but have only unibyte
34696         locales, but I assume these hosts are rare.
34697
34698 2000-07-23  Paul Eggert  <eggert@twinsun.com>
34699
34700         * lib/mbswidth.c (_XOPEN_SOURCE):
34701         Don't define; this causes problems on Solaris 7.
34702         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
34703
34704 2000-07-23  Jim Meyering  <meyering@lucent.com>
34705
34706         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
34707         too: getgrgid, getpwuid, getuid.
34708
34709 2000-07-23  Jim Meyering  <meyering@lucent.com>
34710
34711         * lib/basename.c (base_name): Add an assertion.
34712
34713 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
34714
34715         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
34716         shadow its mbsinit function.
34717
34718 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
34719
34720         * lib/mbswidth.h: New file.
34721         * lib/mbswidth.c: New file.
34722         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
34723         (noinst_HEADERS): Add mbswidth.h.
34724
34725 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
34726
34727         * lib/config.charset: Add support for FreeBSD. Improve support for
34728         HP-UX and IRIX 6.
34729
34730 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
34731
34732         * m4/mbswidth.m4: New file.
34733         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
34734
34735 2000-07-15  Jim Meyering  <meyering@lucent.com>
34736
34737         * lib/makepath.c: Include quote.h.
34738         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
34739         corresponding argument in a `quote (...)' call.
34740         Give better diagnostics.
34741
34742         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
34743         (noinst_HEADERS): Add quote.h.
34744
34745         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
34746         from tar's src/misc.c.
34747         * lib/quote.h: New file.  Prototypes for same.
34748
34749 2000-07-14  Paul Eggert  <eggert@twinsun.com>
34750
34751         From a suggestion by Bruno Haible.
34752         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
34753         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
34754         to decide whether to define the BeOS workaround macro;
34755         this adjusts to the change to AC_MBSTATE_T.
34756
34757 2000-07-14  Jim Meyering  <meyering@lucent.com>
34758
34759         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
34760         jm_AC_TYPE_UINTMAX_T.
34761
34762 2000-07-13  Paul Eggert  <eggert@twinsun.com>
34763
34764         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
34765
34766         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
34767         quotearg_buffer_restyled): Add support for
34768         clocale_quoting_style.  Undo previous change to
34769         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
34770         and "{RIGHT QUOTATION MARK}" msgids.
34771
34772 2000-07-10  Paul Eggert  <eggert@twinsun.com>
34773
34774         From a suggestion by Bruno Haible.
34775         * m4/mbstate_t.m4 (AC_MBSTATE_T):
34776         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
34777         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
34778         and mbstate_t, to a single-part test that simply defines mbstate_t.
34779         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
34780         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
34781
34782 2000-07-10  Jim Meyering  <meyering@lucent.com>
34783
34784         * m4/strerror_r.m4: Mirror the correction made in autoconf.
34785
34786         * m4/gnu-source.m4: Output to confdefs.h directly.
34787         Suggestion from Akim Demaille.
34788
34789 2000-07-09  Paul Eggert  <eggert@twinsun.com>
34790
34791         The old behavior of quoting `like this' doesn't look good with
34792         newer, ISO-style fonts.  See:
34793         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
34794
34795         Instead, quote "like this" by default.  Let the translator
34796         tailor the locale-specific quoting behavior by providing
34797         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
34798
34799         * lib/quotearg.c (N_): New macro.
34800         (gettext_default): New function.
34801         (quotearg_buffer_restyled): Use
34802         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
34803         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
34804
34805 2000-07-09  Jim Meyering  <meyering@lucent.com>
34806
34807         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
34808         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
34809
34810         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
34811         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
34812
34813 2000-07-09  Jim Meyering  <meyering@lucent.com>
34814
34815         * lib/Most files: Update copyright dates to include 2000.
34816
34817 2000-07-08  Jim Meyering  <meyering@lucent.com>
34818
34819         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
34820         if not defined.
34821         (xgethostname): Remove now-unnecessary #ifdef.
34822         Move declaration of `err' into loop where it's used.
34823
34824 2000-07-05  Paul Eggert  <eggert@twinsun.com>
34825         and Bruno Haible  <haible@clisp.cons.org>
34826
34827         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
34828         only if the test for an object-type mbstate_t fails.  This
34829         prevents us from mistakenly reporting that mbstate_t is a
34830         system object type after we "#define mbstate_t int" to work
34831         around its lack.
34832
34833 2000-07-05  Paul Eggert  <eggert@twinsun.com>
34834         and Bruno Haible  <haible@clisp.cons.org>
34835
34836         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
34837
34838 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
34839
34840         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
34841         to strerror_r.
34842         Include <ctype.h> for use of isalpha.
34843
34844 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
34845
34846         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
34847         by allocating a larger buffer. Test the gethostname return value for
34848         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
34849         returns an error and ENAMETOOLONG isn't defined.
34850
34851 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
34852
34853         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
34854         dimension.
34855
34856 2000-07-04  Jim Meyering  <meyering@lucent.com>
34857
34858         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
34859         of the deprecated AC_CHECKING.
34860
34861 2000-07-04  Jim Meyering  <meyering@lucent.com>
34862
34863         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
34864         Reported by Bruno Haible.
34865
34866 2000-07-04  Jim Meyering  <meyering@lucent.com>
34867
34868         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
34869         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
34870         lacks mbrtowc.
34871
34872 2000-07-03  Paul Eggert  <eggert@twinsun.com>
34873
34874         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
34875         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
34876
34877 2000-07-03  Paul Eggert  <eggert@twinsun.com>
34878         and Bruno Haible  <haible@clisp.cons.org>
34879
34880         * lib/quotearg.c (mbrtowc):
34881         Assign to *pwc, and return 1 only if result is nonzero.
34882         (iswprint): Use ISPRINT when substituting our own mbrtowc.
34883
34884 2000-07-03  Jim Meyering  <meyering@lucent.com>
34885
34886         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
34887
34888 2000-07-03  Jim Meyering  <meyering@lucent.com>
34889
34890         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
34891         This is necessary to get a definition of e.g., UTMP_FILE on
34892         HP-UX 10.20.
34893         From Bob Proulx.
34894
34895 2000-07-02  Jim Meyering  <meyering@lucent.com>
34896
34897         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
34898
34899         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
34900         AC_LIBOBJ(function_name).
34901         * m4/chown.m4: Likewise.
34902         * m4/fnmatch.m4: Likewise.
34903         * m4/ftruncate.m4: Likewise.
34904         * m4/getgroups.m4: Likewise.
34905         * m4/getline.m4: Likewise.
34906         * m4/group-member.m4: Likewise.
34907         * m4/jm-macros.m4: Likewise.
34908         * m4/lstat.m4: Likewise.
34909         * m4/malloc.m4: Likewise.
34910         * m4/memcmp.m4: Likewise.
34911         * m4/nanosleep.m4: Likewise.
34912         * m4/putenv.m4: Likewise.
34913         * m4/realloc.m4: Likewise.
34914         * m4/regex.m4: Likewise.
34915         * m4/stat.m4: Likewise.
34916         * m4/strftime.m4: Likewise.
34917
34918 2000-07-02  Jim Meyering  <meyering@lucent.com>
34919
34920         * lib/quotearg.c (mbstate_t): Don't define here.
34921
34922 2000-07-02  Jim Meyering  <meyering@lucent.com>
34923
34924         * lib/nanosleep.c (SIGCONT): Define if not already defined.
34925
34926 2000-07-01  Jim Meyering  <meyering@lucent.com>
34927
34928         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
34929
34930 2000-07-01  Jim Meyering  <meyering@lucent.com>
34931
34932         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
34933         problem.
34934
34935 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
34936
34937         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
34938         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
34939
34940 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
34941
34942         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
34943         per change in ../m4/ls-mntd-fs.m4.
34944         (read_filesystem_list): Ignore symbolic links.
34945
34946 2000-06-29  Jim Meyering  <meyering@lucent.com>
34947
34948         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
34949         for declaration of strcmp.
34950
34951         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
34952
34953         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
34954         Avoid warning by casting result to `char *' to remove `const'.
34955
34956 2000-06-28  Jim Meyering  <meyering@lucent.com>
34957
34958         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
34959         included by quotearg.c, for which we perform this test.  From
34960         Bruno Haible.
34961
34962 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
34963
34964         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
34965         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
34966         <utmpx.h> exists, put readutmp.o into LIBOBJS.
34967
34968 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
34969
34970         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
34971
34972 2000-06-26  Paul Eggert  <eggert@twinsun.com>
34973
34974         savedir now sets errno on failure and invokes xmalloc to get memory.
34975         Fix a couple of other minor bugs while we're at it.
34976
34977         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
34978         (NAMLEN): Remove macro.
34979         (malloc, realloc): Remove decls.
34980         (stpcpy): Likewise.
34981         ("xalloc.h"): Include.
34982         (NAME_SIZE_DEFAULT): New macro.
34983         (savedir): Use xmalloc / xrealloc to allocate memory.
34984         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
34985         Skip "" directory entries.
34986         Use strlen to calculate directory entry length, since the old method
34987         is rarely used these days and isn't worth supporting.
34988         Don't use a pointer after freeing it.
34989         Check for integer overflow when calculating allocation size.
34990         Use memcpy to copy entries, instead of stpcpy.
34991         Set errno properly when returning NULL.
34992         Check for readdir error.
34993
34994 2000-06-26  Jim Meyering  <meyering@lucent.com>
34995
34996         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
34997
34998 2000-06-25  Jim Meyering  <meyering@lucent.com>
34999
35000         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
35001         Linux header bug when _XOPEN_SOURCE is defined to 500.
35002
35003 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
35004
35005         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
35006         deficiency.
35007
35008 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
35009
35010         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
35011         Include xalloc.h.
35012         Don't include <stdlib.h>.  Don't declare malloc, realloc.
35013
35014 2000-06-24  Jim Meyering  <meyering@lucent.com>
35015
35016         * m4/strerror_r.m4: Revive this file -- to try out an experimental
35017         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
35018         for which strerror does return char*, but which lacks a conveniently
35019         accessible declaration of the function.  If the compile-test says
35020         strerror_r doesn't work, then resort to a `run'-test that works on
35021         BeOS and segfaults on DEC Unix.
35022
35023 2000-06-24  Jim Meyering  <meyering@lucent.com>
35024
35025         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
35026
35027 2000-06-23  Paul Eggert  <eggert@twinsun.com>
35028
35029         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
35030         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
35031
35032 2000-06-23  Paul Eggert  <eggert@twinsun.com>
35033
35034         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
35035         (mbrtowc, mbstate_t): Define substitutes if
35036         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
35037         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
35038         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
35039
35040 2000-06-23  Jim Meyering  <meyering@lucent.com>
35041
35042         * m4/afs.m4: Add missing AC_MSG_RESULT.
35043         Reported by Bruno Haible.
35044
35045         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
35046         Suggestion from Bruno Haible.
35047
35048 2000-06-23  Jim Meyering  <meyering@lucent.com>
35049
35050         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
35051
35052 2000-06-21  Jim Meyering  <meyering@lucent.com>
35053
35054         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
35055
35056 2000-06-21  Jim Meyering  <meyering@lucent.com>
35057
35058         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
35059         (noinst_HEADERS): Add getstr.h.
35060
35061         * lib/getline.c (getstr): Move into a separate file.
35062         * lib/getstr.c (getstr): New file, extracted from getline.c, with
35063         the following changes: new parameter, delim2; both delim[12]
35064         parameters have type `int', not `char'.  The latter would lose
35065         with 8-bit delimiters.
35066         * lib/getstr.h: New file.
35067
35068 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
35069
35070         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
35071         than 1024, return a memory chunk of least possible size, instead
35072         of size PATH_MAX + 2. In the loop, increment the size proportionally.
35073         Use free/xmalloc instead of xrealloc to avoid copying for very long
35074         paths.
35075
35076 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
35077
35078         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
35079         the empty string.
35080
35081 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
35082
35083         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
35084         address, not strdup.  Include <stdlib.h> and don't declare free().
35085
35086 2000-06-19  Jim Meyering  <meyering@lucent.com>
35087
35088         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
35089
35090 2000-06-18  Jim Meyering  <meyering@lucent.com>
35091
35092         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
35093
35094         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
35095         `checking whether...' message to be consistent with that of the
35096         lstat test.
35097
35098 2000-06-18  Jim Meyering  <meyering@lucent.com>
35099
35100         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
35101         Besides, these days every porting target provides a mkdir function.
35102
35103         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
35104         needed. (this snippet comes from src/system.h).
35105
35106 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
35107
35108         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
35109
35110 2000-06-15  Paul Eggert  <eggert@twinsun.com>
35111
35112         * lib/human.c (adjust_value): New function.
35113         (human_readable_inexact): Apply rounding style even when
35114         printing approximate values.
35115
35116 2000-06-14  Paul Eggert  <eggert@twinsun.com>
35117
35118         * lib/human.c (human_readable_inexact): Allow an input block
35119         size that is not a multiple of the output block size, and vice versa.
35120         Reported by Piergiorgio Sartor.
35121
35122 2000-06-14  Paul Eggert  <eggert@twinsun.com>
35123
35124         * lib/getdate.y (get_date): Apply relative times after time
35125         zone indicator, not before.  Reported by Todd A. Jacobs.
35126
35127 2000-06-13  Jim Meyering  <meyering@lucent.com>
35128
35129         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
35130
35131         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
35132
35133 2000-06-12  Paul Eggert  <eggert@twinsun.com>
35134
35135         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
35136
35137 2000-06-12  Jim Meyering  <meyering@lucent.com>
35138
35139         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
35140         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
35141         optional argument.
35142         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
35143         the optional argument, `lib'.
35144
35145 2000-06-08  Jim Meyering  <meyering@lucent.com>
35146
35147         * m4/largefile.m4: Remove file (now that it's part of autoconf).
35148
35149 2000-06-04  Paul Eggert  <eggert@twinsun.com>
35150
35151         Rewrite largefile configuration so that we don't need to run
35152         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
35153         AC_CANONICAL_HOST in configure.in -- jmm]
35154
35155         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
35156         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
35157         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
35158         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
35159         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
35160         All uses changed.
35161         Instead of inspecting the output of getconf, try to compile the
35162         test program without and with the macro definition.
35163         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
35164         for getconf.  Instead, check for the needed flags by compiling
35165         test programs.
35166
35167 2000-06-04  Paul Eggert  <eggert@twinsun.com>
35168
35169         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
35170
35171 2000-06-04  Jim Meyering  <meyering@lucent.com>
35172
35173         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
35174         SunOS 4.1.4 for which gid_t is an unsigned type.
35175
35176 2000-06-03  Jim Meyering  <meyering@lucent.com>
35177
35178         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
35179         now that autoconf requires that.
35180
35181         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
35182         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
35183         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
35184
35185 2000-06-03  Jim Meyering  <meyering@lucent.com>
35186
35187         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
35188
35189 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
35190
35191         * m4/glibc21.m4: New file.
35192         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
35193
35194 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
35195
35196         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
35197         newer, don't install charset.alias.
35198         * lib/config.charset: Change the Linux/glibc rules so they become empty
35199         on glibc-2.1 or newer.
35200
35201 2000-06-02  Jim Meyering  <meyering@lucent.com>
35202
35203         * lib/mountlist.c: Back out last change.  Instead, do this...
35204         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
35205         me_dummy member using the same `ignore'-testing code.
35206         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
35207         fs_type strings.
35208         From Mark D. Roth.
35209
35210 2000-05-29  Jim Meyering  <meyering@lucent.com>
35211
35212         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
35213         mounts with the `ignore' attribute.  Based on a patch from
35214         Mark D. Roth.
35215
35216 2000-05-28  Jim Meyering  <meyering@lucent.com>
35217
35218         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
35219         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35220         * m4/stat.m4: Likewise.
35221         * m4/lstat.m4: Likewise.
35222         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
35223
35224         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
35225         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
35226
35227 2000-05-26  Jim Meyering  <meyering@lucent.com>
35228
35229         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
35230
35231 2000-05-24  Jim Meyering  <meyering@lucent.com>
35232
35233         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
35234         autoconf requires that.
35235         * m4/lib-check.m4: Likewise.
35236         * m4/jm-macros.m4: Likewise.
35237         * m4/strftime.m4: Likewise.
35238
35239         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
35240         AC_CHECK_DECLS, now that autoconf requires that.
35241
35242 2000-05-22  Jim Meyering  <meyering@lucent.com>
35243
35244         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35245         * m4/lstat.m4: Likewise.
35246
35247 2000-05-22  Jim Meyering  <meyering@lucent.com>
35248
35249         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
35250
35251 2000-05-20  Jim Meyering  <meyering@lucent.com>
35252
35253         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
35254         (jm_PREREQ): Use it.
35255
35256 2000-05-18  Jim Meyering  <meyering@lucent.com>
35257
35258         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
35259         back, too, since it may have been modified by allocate_entry.
35260         (hash_delete): Rewrite to use neither the assignment operator
35261         nor the comma operator in an if-expression.
35262
35263 2000-05-15  Paul Eggert  <eggert@twinsun.com>
35264
35265         * lib/closeout.c:
35266         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
35267         Remove; no longer needed.
35268         "quotearg.h": Add include.
35269         (file_name): Do not bother to explicitly initialize to NULL; it's less
35270         efficient on some hosts.
35271         (close_stdout_status): Remove test as to whether stdout was already
35272         closed; it breaks for the case "echo x | sort >&-".
35273         Quote file name colons.
35274         Do not assume that _("write error") lacks format strings.
35275
35276 2000-05-15  Jim Meyering  <meyering@lucent.com>
35277
35278         * lib/version-etc.c (version_etc_copyright): Update the copyright
35279         string used in all --version output.
35280
35281 2000-05-14  Jim Meyering  <meyering@lucent.com>
35282
35283         * lib/closeout.c (close_stdout_set_file_name): New function.
35284         (close_stdout_status): Use new file-scoped global.
35285         Return right away if fstat says the stdout file descriptor is invalid.
35286         * lib/closeout.h (close_stdout_set_file_name): Declare.
35287
35288 2000-05-10  Jim Meyering  <meyering@lucent.com>
35289
35290         * lib/closeout.c [default_exit_status]: New file-scoped variable.
35291         (close_stdout_set_status): New function.
35292         * lib/closeout.h (close_stdout_set_status): Declare.
35293
35294 2000-05-09  Jim Meyering  <meyering@lucent.com>
35295
35296         * m4/gettext.m4: Rename this...
35297         * m4/libintl.m4: ...to this.
35298
35299 2000-05-08  Jim Meyering  <meyering@lucent.com>
35300
35301         * lib/long-options.c: Don't include closeout.h.
35302         (parse_long_options): Don't call close_stdout for --version.
35303
35304 2000-05-06  Paul Eggert  <eggert@twinsun.com>
35305
35306         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
35307         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
35308         2.1.3 bug.  This avoids a clash when files like regex.c define
35309         _GNU_SOURCE.
35310
35311 2000-05-06  Jim Meyering  <meyering@lucent.com>
35312
35313         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
35314         (AC_REPLACE_FUNCS): Add strnlen.
35315
35316         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
35317         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
35318
35319         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
35320         AC_SEARCH_LIBS call for nanosleep.
35321         (LIB_NANOSLEEP): Set and AC_SUBST.
35322
35323 2000-05-06  Jim Meyering  <meyering@lucent.com>
35324
35325         * lib/strnlen.c: Undefine __strnlen and strnlen.
35326         [!weak_alias]: Define __strnlen to strnlen.
35327
35328         * lib/atexit.c: New file, from libiberty.
35329
35330 2000-05-06  Jim Meyering  <meyering@lucent.com>
35331
35332         * lib/closeout.c (close_stdout_status): Also check for errors on the
35333         stderr stream.
35334
35335 2000-05-05  Jim Meyering  <meyering@lucent.com>
35336
35337         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
35338         AC_SEARCH_LIBS call for clock_gettime.
35339         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
35340
35341         * m4/search-libs.m4: Update from autoconf.
35342
35343         su doesn't work on Solaris 2.6.
35344         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
35345         <shadow.h>.  Reported by Dragos Harabor.
35346
35347 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
35348
35349         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
35350         memcpy instead of xmalloc, xrealloc, path_concat.
35351         (locale_charset): Treat empty environment variables as absent.
35352         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
35353
35354 2000-05-04  Jim Meyering  <meyering@lucent.com>
35355
35356         * lib/getopt.c: Update from glibc.
35357         * lib/obstack.c: Likewise.
35358         * lib/obstack.h: Likewise.
35359         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
35360         file
35361
35362         * lib/regex.h: Likewise.
35363         * lib/strndup.c: Likewise.
35364         * lib/strnlen.c: New file, from glibc.
35365
35366 2000-05-03  Jim Meyering  <meyering@lucent.com>
35367
35368         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
35369
35370 2000-05-02  Paul Eggert  <eggert@twinsun.com>
35371
35372         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
35373         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
35374         compile-time test, rather than inspecting host and OS, to
35375         decide whether to define _LARGEFILE_SOURCE.
35376
35377 2000-05-01  Jim Meyering  <meyering@lucent.com>
35378
35379         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
35380
35381         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
35382         Based on a patch from Bruno Haible.
35383
35384 2000-05-01  Jim Meyering  <meyering@lucent.com>
35385
35386         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
35387
35388 2000-04-29  Jim Meyering  <meyering@lucent.com>
35389
35390         * lib/path-concat.c: Declare strdup only if it's not defined.
35391         * lib/canon-host.c: Likewise.
35392
35393 2000-04-28  Jim Meyering  <meyering@lucent.com>
35394
35395         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
35396         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
35397         is included first, then limits.h is included by locale.h by libintl.h.
35398         From John David Anglin.
35399
35400 2000-04-25  Jim Meyering  <meyering@lucent.com>
35401
35402         * lib/makepath.c (S_IRWXUGO): Define.
35403         (make_path): Always perform explicit chmod if MODE specifies any
35404         of the `special' permission bits.  Prompted by a bug report against
35405         install from Mate Wierdl and Joost van Baal.
35406
35407 2000-04-18  Jim Meyering  <meyering@lucent.com>
35408
35409         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
35410         (jm_PREREQ): Use it.
35411
35412 2000-04-18  Jim Meyering  <meyering@lucent.com>
35413
35414         * lib/README: New file.
35415
35416         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
35417         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
35418
35419 2000-04-17  Jim Meyering  <meyering@lucent.com>
35420
35421         Get it right :-)
35422         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
35423         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
35424         Suggestion from Akim Demaille.
35425
35426 2000-04-17  Jim Meyering  <meyering@lucent.com>
35427
35428         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
35429         the definition of it to rpl_strftime also defined-away the system's
35430         declaration.
35431
35432 2000-04-15  Jim Meyering  <meyering@lucent.com>
35433
35434         Use `C' to denote so-called `contiguous' files, the same way
35435         that tar does.
35436         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
35437         (ftypelet): Use S_ISCTG.
35438         From Michael Deutschmann.
35439
35440 2000-04-14  Jim Meyering  <meyering@lucent.com>
35441
35442         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
35443         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
35444         clobbered.
35445
35446 2000-04-14  Jim Meyering  <meyering@lucent.com>
35447
35448         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
35449
35450 2000-04-13  Jim Meyering  <meyering@lucent.com>
35451
35452         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
35453         AH_VERBATIM to insert required #ifndef into config.h.in.
35454         Suggestion from Akim Demaille.
35455
35456 2000-04-12  Jim Meyering  <meyering@lucent.com>
35457
35458         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
35459         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
35460         Christian Krackowizer.
35461
35462         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
35463         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
35464         (AC_SYS_LARGEFILE): Require.
35465         (AM_C_PROTOTYPES): Require.
35466
35467 2000-04-08  Jim Meyering  <meyering@lucent.com>
35468
35469         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
35470         names don't conflict.  Reported by Eli Zaretskii.
35471
35472 2000-04-07  Jim Meyering  <meyering@lucent.com>
35473
35474         * lib/putenv.c: Move inclusion of errno.h so it follows that of
35475         sys/types.h, to work around system header problems on AIX 3.2.5.
35476         From Bruno Haible.
35477
35478 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
35479
35480         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
35481         bug.  Deal with the different error behavior of Irix iconv.
35482
35483 2000-04-05  Paul Eggert  <eggert@twinsun.com>
35484
35485         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
35486         IRIX if the installer said otherwise.
35487
35488 2000-04-05  Jim Meyering  <meyering@lucent.com>
35489
35490         Portability tweaks required for ultrix4.3.
35491         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
35492         (jm_CHECK_DECLS): Add getutent to the list of functions.
35493         (_jm_DECL_HEADERS): Add utmpx.h.
35494         From John David Anglin.
35495
35496         * m4/strftime.m4: Back out the 2000-04-02 change.
35497         Instead of that change, simply undefine putenv in the test program.
35498
35499 2000-04-05  Jim Meyering  <meyering@lucent.com>
35500
35501         Portability tweaks required for ultrix4.3.
35502         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
35503         getutent.
35504         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
35505         * lib/canon-host.c: Declare strdup.
35506         * lib/path-concat.c: Likewise.
35507         From John David Anglin.
35508
35509 2000-04-04  Jim Meyering  <meyering@lucent.com>
35510
35511         Be more DOS 8.3-friendly.
35512         * lib/ref-add.sin: Renamed from ref-add.sed.in.
35513         * lib/ref-del.sin: Renamed from ref-del.sed.in.
35514         * lib/Makefile.am: Reflect renaming.
35515         Reported by Eli Zaretskii.
35516
35517         Use a temporary file name that won't clash with `charset.alias'
35518         in the DOS 8.3 name space.
35519         * lib/Makefile.am (charset_tmp): Define.
35520         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
35521         (uninstall-local): Likewise.
35522         Reported by Eli Zaretskii.
35523
35524 2000-04-03  Jim Meyering  <meyering@lucent.com>
35525
35526         * m4/gettext.m4: Fix typo in comment.
35527
35528         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
35529         textutils/configure.in).  Suggestion from Paul Eggert.
35530         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
35531
35532 2000-04-02  Paul Eggert  <eggert@twinsun.com>
35533
35534         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
35535         variable in the shell rather than using putenv, which isn't
35536         portable.  This avoids the configure-time inter-test dependency
35537         on the potentially-renamed putenv function.
35538
35539 2000-03-30  Paul Eggert  <eggert@twinsun.com>
35540
35541         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
35542         before checking struct stat.st_blksize, so that
35543         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
35544
35545 2000-03-29  Paul Eggert  <eggert@twinsun.com>
35546
35547         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
35548         since strftime.c uses HAVE_STRFTIME to decide whether to use
35549         the underlying strftime.
35550
35551 2000-03-29  Paul Eggert  <eggert@twinsun.com>
35552
35553         * lib/time/strftime.c (my_strftime): Make sure we call the system
35554         strftime, not ourselves, when invoking the underlying strftime.
35555
35556 2000-03-24  Jim Meyering  <meyering@lucent.com>
35557
35558         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
35559         (charset_alias): Define.
35560         (install-exec-local): Factor out common code.
35561         (uninstall-local): Split lines longer than 80.
35562         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
35563         (SUFFIXES): Define.
35564         (.sed.in.sed): New rule.  Don't redirect directly to $@.
35565         (CLEANFILES): Add ref-add.sed and ref-del.sed.
35566
35567 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
35568
35569         * lib/config.charset: Output a line containing "Packages using this
35570         file".
35571         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
35572         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
35573         ref-del.sed): New rules.
35574
35575 2000-03-17  Jim Meyering  <meyering@lucent.com>
35576
35577         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
35578         Otherwise, include <strings.h>
35579
35580 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
35581
35582         * lib/unicodeio.c (utf8_wctomb): New function.
35583         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
35584         format instead of in UCS-4 with platform dependent endianness.
35585
35586 2000-03-10  Jim Meyering  <meyering@lucent.com>
35587
35588         * m4/lib-check.m4: Look for getspnam in -lgen, too.
35589         From Marco Franzen.
35590
35591 2000-03-07  Paul Eggert  <eggert@twinsun.com>
35592
35593         * lib/savedir.c (savedir): Work even if directory size is
35594         negative; this can happen with some screwy NFS configurations.
35595
35596 2000-03-06  Jim Meyering  <meyering@lucent.com>
35597
35598         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
35599         if it's NULL (because we ran out of memory).  From Bruno Haible.
35600
35601 2000-03-05  Jim Meyering  <meyering@lucent.com>
35602
35603         * lib/localcharset.c ("path-concat.h"): Include.
35604         (get_charset_aliases): Use path_concat instead of ANSI string
35605         concatenation.
35606
35607         * lib/unicodeio.h (PARAMS): Define.
35608         Use it to guard prototype.
35609
35610 2000-03-04  Jim Meyering  <meyering@lucent.com>
35611
35612         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
35613         for lib/localcharset.c.
35614
35615 2000-03-04  Jim Meyering  <meyering@lucent.com>
35616
35617         * lib/Makefile.am (install-exec-local): Create $(libdir) before
35618         installing into it.
35619         (uninstall-local): Uncomment this rule so `make distcheck' works
35620         once again.
35621
35622         * lib/unicodeio.c (<errno.h>): Include it.
35623         (errno): Declare if not defined.
35624
35625         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
35626
35627         * lib/config.charset: New version, incorporating remarks from a linux
35628         i18n mailing list.  From Bruno Haible.
35629
35630 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
35631
35632         * m4/codeset.m4: New file.
35633         * m4/iconv.m4: New file.
35634         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
35635
35636 2000-03-03  Jim Meyering  <meyering@lucent.com>
35637
35638         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
35639
35640 2000-03-02  Jim Meyering  <meyering@lucent.com>
35641
35642         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
35643         the messages come out on separate lines.
35644
35645         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
35646         rather than jm_CHECK_DECLARATIONS.
35647         * m4/decl.m4: Remove now-unused file.
35648
35649         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
35650         geteuid.
35651
35652 2000-03-02  Jim Meyering  <meyering@lucent.com>
35653
35654         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
35655
35656 2000-03-01  Jim Meyering  <meyering@lucent.com>
35657
35658         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
35659         * lib/unicodeio.c: Likewise.
35660
35661 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
35662
35663         * lib/config.charset: New file.
35664         * lib/localcharset.c: New file.
35665         * lib/unicodeio.h, lib/unicodeio.c: New files.
35666         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
35667         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
35668         (noinst_HEADERS): Add unicodeio.h.
35669         (all-local, install-exec-local, charset.alias): New targets.
35670
35671 2000-02-28  Paul Eggert  <eggert@twinsun.com>
35672
35673         * lib/quotearg.c (ALERT_CHAR): New macro.
35674         (quotearg_buffer_restyled): Use it.
35675
35676 2000-02-27  Jim Meyering  <meyering@lucent.com>
35677
35678         * m4/check-decl.m4: Add getenv to the list.
35679
35680 2000-02-27  Jim Meyering  <meyering@lucent.com>
35681
35682         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
35683         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
35684
35685         * lib/backupfile.c: Guard inclusion of stdlib.h with
35686         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
35687         Declare malloc if needed.
35688
35689         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
35690         `#ifndef HAVE_DECL..'
35691         now that autoconf always defines the HAVE_DECL_ symbols.
35692         * lib/human.c: Likewise.
35693         * lib/same.c: Likewise.
35694         * lib/strtoumax.c: Likewise.
35695
35696         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
35697         declaration check was not run.
35698         * lib/hash.c: Likewise.
35699         * lib/human.c: Likewise.
35700         * lib/same.c: Likewise.
35701         * lib/strtoumax.c: Likewise.
35702
35703         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
35704         `.', then first look up the entire `.'-containing string as a login
35705         name.
35706
35707 2000-02-23  Jim Meyering  <meyering@lucent.com>
35708
35709         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
35710         in place of my hack.
35711
35712 2000-02-18  Paul Eggert  <eggert@twinsun.com>
35713
35714         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
35715         (textint): New typedef.
35716         (parser_control): Member year changed from int to textint.
35717         All uses changed.
35718         (YYSTYPE): Removed; replaced by %union with int and textint members.
35719         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
35720         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
35721         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
35722         (tSNUMBER, tUNUMBER): Now of type <textintval>.
35723         (date, number, to_year): Use width of number in digits, not its value,
35724         to determine whether it's a 2-digit year, or a 2-digit time.
35725         (yylex): Store number of digits of numeric tokens.
35726         Reported by John Kendall.
35727
35728         (parser_control): Changed from struct parser_control to typedef (for
35729         consistency).  All uses changed.
35730
35731         (tID): Removed; not used.
35732         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
35733
35734 2000-02-14  Paul Eggert  <eggert@twinsun.com>
35735
35736         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
35737         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
35738
35739 2000-02-12  Jim Meyering  <meyering@lucent.com>
35740
35741         * lib/userspec.c (ISDIGIT): Define it.
35742         (isdigit): Remove definition.
35743         (is_number): Use ISDIGIT, not isdigit.
35744         <libintl.h>: Include.
35745         (_ and N_): Define.
35746         (parse_user_spec): Mark translatable strings.
35747
35748 2000-02-10  Jim Meyering  <meyering@lucent.com>
35749
35750         With these changes, nanosleep.[ch] are finally enough like the other
35751         lib/* replacement files to compile on a few more losing systems.
35752
35753         * lib/nanosleep.h: Don't include config.h.
35754         Remove prototype from declaration of nanosleep.
35755         (PARAMS): Remove now-unneeded definition.
35756         * lib/nanosleep.c: #undef nanosleep.
35757         (rpl_nanosleep): Rename from nanosleep.
35758
35759 2000-02-10  Jim Meyering  <meyering@lucent.com>
35760
35761         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
35762         gnu_nanosleep to rpl_nanosleep.
35763
35764 2000-02-09  Jim Meyering  <meyering@lucent.com>
35765
35766         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
35767         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
35768
35769 2000-02-08  Akim Demaille  <akim@epita.fr>
35770
35771         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
35772         `[' and `]' and remove uses of `changequote'.
35773         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
35774         (AC_SYS_LARGEFILE): Likewise.
35775         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
35776         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
35777         of changequote.
35778         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
35779         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
35780         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
35781         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
35782
35783 2000-02-05  Jim Meyering  <meyering@lucent.com>
35784
35785         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
35786         Remove explicit use of AC_HEADER_TIME.  It is required by
35787         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
35788         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
35789         in autoconf whereby the expansion of the latter ended up preceding
35790         the expansion of its prerequisite, AC_HEADER_TIME.
35791         Reported by Volker Borchert.
35792
35793 2000-02-03  Jim Meyering  <meyering@lucent.com>
35794
35795         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
35796
35797 2000-02-03  Jim Meyering  <meyering@lucent.com>
35798
35799         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
35800         rather than with `#if HAVE_UTMPNAME'.
35801
35802 2000-02-02  Jim Meyering  <meyering@lucent.com>
35803
35804         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
35805         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
35806         Reported by Eli Zaretskii.
35807
35808 2000-02-01  Jim Meyering  <meyering@lucent.com>
35809
35810         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
35811
35812 2000-01-31  Jim Meyering  <meyering@lucent.com>
35813
35814         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
35815         functions.  Add the time.h and sys/time.h headers along with the
35816         AC_REQUIRE'ment of AC_HEADER_TIME.
35817
35818 2000-01-31  Jim Meyering  <meyering@lucent.com>
35819
35820         * lib/nanosleep.h (nanosleep): Guard declaration with
35821         `#if ! HAVE_DECL_NANOSLEEP'.
35822         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
35823         the declaration in that vendor's sys/timers.h.
35824         Reported by Christian Krackowizer.
35825
35826         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
35827         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
35828         (ISPRINT): Likewise.
35829         Reported by Tom Tromey.
35830
35831 2000-01-30  Jim Meyering  <meyering@lucent.com>
35832
35833         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
35834
35835         * m4/prereq.m4 (utmp_includes): Define.
35836         Check for ut_user and ut_name members in both struct utmpx
35837         and struct utmp.
35838
35839 2000-01-30  Jim Meyering  <meyering@lucent.com>
35840
35841         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
35842         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
35843         header files where only utmpx.ut_user is declared.
35844
35845         * lib/readutmp.h (UT_USER): Define.
35846
35847 2000-01-29  Jim Meyering  <meyering@lucent.com>
35848
35849         * m4/lib-check.m4: New file containing library-related checks from
35850         fileutils and sh-utils (textutils had none).
35851
35852 2000-01-28  Jim Meyering  <meyering@lucent.com>
35853
35854         * m4/perl.m4: Change format of warning message to look more like that
35855         from the missing script.  Suggestion from François Pinard.
35856
35857 2000-01-25  Jim Meyering  <meyering@lucent.com>
35858
35859         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
35860         well as time.h in the compile check.
35861         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
35862         Fix typo in cross-compiling case: s/yes/no/.
35863
35864 2000-01-23  Jim Meyering  <meyering@lucent.com>
35865
35866         * m4/jm-macros.m4: Move df-related tests here from
35867         fileutils/configure.in
35868
35869         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
35870         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
35871
35872         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
35873         s/space/ac_fsusage_space/.
35874         (jm_FILE_SYSTEM_USAGE): Take two parameters.
35875
35876         * m4/ftruncate.m4: New file (derived from part of
35877         fileutils/configure.in).
35878         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
35879         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
35880
35881         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
35882         AC_SUBST these here, rather than just in sh-util/configure.in, so
35883         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
35884         all the same.
35885         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
35886         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
35887         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
35888         (AC_SUBST(POW_LIBM)): Likewise.
35889         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
35890
35891 2000-01-23  Jim Meyering  <meyering@lucent.com>
35892
35893         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
35894         obstack.c.
35895
35896 2000-01-22  Jim Meyering  <meyering@lucent.com>
35897
35898         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
35899
35900         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
35901
35902         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
35903         configure.in
35904         (AC_CHECK_HEADERS): Likewise for sh-utils.
35905         (AC_CHECK_HEADERS): Likewise for textutils.
35906         Merge the three lists of headers.
35907
35908         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
35909         from fileutils' configure.in.
35910
35911         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
35912         code. Moved tests into their own function (_jm_DECL_HEADERS) in
35913         check-decl.m4.
35914
35915         * m4/check-decl.m4: Use #if rather than #ifdef.
35916         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
35917         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
35918         (_jm_DECL_HEADERS): Define new function.
35919         (jm_CHECK_DECLARATIONS): Require it.
35920
35921 2000-01-22  Jim Meyering  <meyering@lucent.com>
35922
35923         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
35924         [! HAVE_DECL_STRTOULL]: Declare strtoull.
35925         Required for some AIX systems.  Reported by Christian Krackowizer.
35926         [TESTING] (main): New function.
35927
35928         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
35929         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
35930         letters.
35931
35932         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
35933         iswprint.
35934
35935         * lib/strverscmp.c (ISDIGIT): Define.
35936         (strverscmp): Use ISDIGIT, not isdigit.
35937
35938 2000-01-19  Jim Meyering  <meyering@lucent.com>
35939
35940         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
35941         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
35942         defines `struct timespec' in <sys/time.h>
35943
35944         * m4/c-bs-a.m4: Remove uses of changequote altogether.
35945         Thanks to Akim for explaining.
35946
35947 2000-01-17  Paul Eggert  <eggert@twinsun.com>
35948
35949         * lib/nanosleep.c (nanosleep):
35950         Don't use SA_INTERRUPT to decide whether to call sigaction, as
35951         POSIX.1 doesn't require SA_INTERRUPT and some systems
35952         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
35953         it's been part of POSIX.1 since day 1 (in 1988).
35954
35955 2000-01-17  Jim Meyering  <meyering@lucent.com>
35956
35957         * lib/interlock: Remove unused file.  Reported by François Pinard.
35958
35959 2000-01-16  Paul Eggert  <eggert@twinsun.com>
35960
35961         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
35962         alert, backslash, formfeed, and vertical tab unnecessarily in
35963         shell quoting style.
35964
35965 2000-01-16  Jim Meyering  <meyering@lucent.com>
35966
35967         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
35968         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
35969         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
35970         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
35971
35972 2000-01-16  Jim Meyering  <meyering@lucent.com>
35973
35974         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
35975         because the latter didn't work.
35976
35977 2000-01-15  Jim Meyering  <meyering@lucent.com>
35978
35979         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
35980         (AC_REPLACE_FUNCS): Add memcpy and memset.
35981         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
35982         Add strpbrk.
35983         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
35984
35985 2000-01-12  Jim Meyering  <meyering@lucent.com>
35986
35987         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
35988         (jm_PREREQ): Use it.
35989         (jm_PREREQ_READUTMP): New macro.
35990         (jm_PREREQ): Use it.
35991
35992 2000-01-11  Paul Eggert  <eggert@twinsun.com>
35993
35994         Quote multibyte characters correctly.
35995         * m4/c-bs-a.m4: New file.
35996         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
35997         (jm_PREREQ): Use it.
35998
35999 2000-01-11  Paul Eggert  <eggert@twinsun.com>
36000
36001         * m4/uintmax_t.m4: Port to autoconf 2.13.
36002
36003 2000-01-08  Jim Meyering  <meyering@ascend.com>
36004
36005         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
36006         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
36007
36008 2000-01-04  Jim Meyering  <meyering@ascend.com>
36009
36010         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
36011         jm_STRUCT_DIRENT_D_TYPE.
36012         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
36013         jm_STRUCT_DIRENT_D_INO.
36014         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
36015         jm_STRUCT_UTIMBUF.
36016         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
36017         renamings.
36018         * m4/utime.m4: Likewise.
36019
36020         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
36021         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
36022
36023 2000-01-03  Paul Eggert  <eggert@twinsun.com>
36024
36025         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
36026         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
36027
36028 2000-01-02  Jim Meyering  <meyering@ascend.com>
36029
36030         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
36031         remember if this is necessary.
36032
36033 1999-12-26  Jim Meyering  <meyering@ascend.com>
36034
36035         * m4/jm-macros.m4: Use it here.
36036         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
36037
36038 1999-12-23  Jim Meyering  <meyering@ascend.com>
36039
36040         * m4/jm-macros.m4: Check for clock_gettime (moved from
36041         fileutils/configure.in)
36042         Check for gettimeofday.
36043
36044 1999-12-20  Jim Meyering  <meyering@ascend.com>
36045
36046         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
36047         autoconf-2.14a-1999-12-20.
36048
36049 1999-12-19  Jim Meyering  <meyering@ascend.com>
36050
36051         * m4/lstat-slash.m4: New file.
36052         * m4/jm-macros.m4: Use the new macro:
36053         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
36054
36055 1999-12-07  Jim Meyering  <meyering@ascend.com>
36056
36057         * m4/perl.m4: Require that File::Compare be available, too.
36058         Too many systems seem to lack it.
36059
36060         * m4/strftime.m4: Add checks for most of the cpp macros tested in
36061         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
36062
36063 1999-11-18  Paul Eggert  <eggert@twinsun.com>
36064
36065         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
36066         problem with the QNX 4.25 shell, which doesn't propagate exit
36067         status of failed commands inside shell assignments.
36068
36069 1999-11-17  Jim Meyering  <meyering@ascend.com>
36070
36071         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
36072
36073 1999-11-07  Jim Meyering  <meyering@ascend.com>
36074
36075         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
36076
36077 1999-11-06  Jim Meyering  <meyering@ascend.com>
36078
36079         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
36080         * m4/jm-macros.m4 (jm_MACROS): Use it here.
36081
36082 1999-11-05  Jim Meyering  <meyering@ascend.com>
36083
36084         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
36085         configure.in of textutils, fileutils, and sh-utils into this one
36086         (shared between those packages) file.
36087         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
36088         AC_STRUCT_ST_BLKSIZE.
36089
36090 1999-11-03  Jim Meyering  <meyering@ascend.com>
36091
36092         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
36093         of AC_CHECK_TYPE checks includes unistd.h.
36094         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
36095         Suggestion from Akim Demaille.
36096
36097 1999-10-30  Jim Meyering  <meyering@ascend.com>
36098
36099         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
36100         m4-quoted string.
36101         * m4/ls-mntd-fs.m4: Likewise.
36102         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
36103         * m4/jm-winsz1.m4: Likewise.
36104
36105         * m4/const.m4: Remove file, since the fix made it into the experimental
36106         version of autoconf.
36107         * m4/mktime.m4: Likewise.
36108
36109         * m4/check-type.m4: Remove file, now that the latest version of
36110         AC_CHECK_TYPE takes a third arg to specify additional #includes.
36111
36112         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
36113         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
36114         AC_CHECK_TYPE.
36115
36116 1999-10-04  Jim Meyering  <meyering@ascend.com>
36117
36118         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
36119
36120 1999-09-22  Paul Eggert  <eggert@twinsun.com>
36121
36122         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
36123         2.95.1 bug with HP-UX 10.20.
36124
36125 1999-09-17  Jim Meyering  <meyering@ascend.com>
36126
36127         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
36128         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
36129         due to missing strdup (against sh-utils-2.0).
36130
36131 1999-08-29  Jim Meyering  <meyering@ascend.com>
36132
36133         * m4/jm-macros.m4: Require jm_BISON.
36134         * m4/bison.m4: New file.
36135
36136 1999-08-17  Paul Eggert  <eggert@twinsun.com>
36137
36138         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
36139         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
36140
36141 1999-08-05  Jim Meyering  <meyering@ascend.com>
36142
36143         * m4/getline.m4: Rename test file from conftestdata to conftest.data
36144         to avoid conflicts with `conftest' on 8+3 filesystems.
36145         Suggestion from Eli Zaretskii.
36146
36147 1999-08-04  Jim Meyering  <meyering@ascend.com>
36148
36149         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
36150         fileutils and sh-utils (textutils's getline test was inadequate).
36151         (AM_FUNC_GETLINE): Run this test.
36152         (AC_CHECK_FUNCS): Check for getdelim.
36153         Reported by Bob Proulx.
36154
36155 1999-08-02  Jim Meyering  <meyering@ascend.com>
36156
36157         * m4/jm-macros.m4: Add a comment.
36158
36159 1999-08-01  Paul Eggert  <eggert@twinsun.com>
36160
36161         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
36162         <inttypes.h> defines strtoumax as a macro (and not as a
36163         function).
36164
36165 1999-08-01  Paul Eggert  <eggert@twinsun.com>
36166
36167         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
36168         that we can shift, multiply and divide unsigned long long
36169         values; Ultrix cc can't do it.
36170
36171 1999-08-01  Paul Eggert  <eggert@twinsun.com>
36172
36173         * m4/mktime.m4: New file, which is a preview of what should appear
36174         in the next public autoconf release.
36175
36176 1999-08-01  Paul Eggert  <eggert@twinsun.com>
36177
36178         * m4/lfs.m4: Remove this file.
36179         * m4/largefile.m4: New file.  It contains the old contents of
36180         lfs.m4, except that all names with prefix AC_LFS have been
36181         changed to use the prefix AC_SYS_LARGEFILE instead, to be
36182         compatible with future autoconf versions.  Also, some minor m4
36183         quoting problems have been fixed.
36184
36185 1999-08-01  Paul Eggert  <eggert@twinsun.com>
36186
36187         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
36188         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
36189         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
36190         and simplify the shell code.
36191
36192 1999-08-01  Jim Meyering  <meyering@ascend.com>
36193
36194         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
36195         m4.
36196
36197 1999-07-20  Jim Meyering  <meyering@ascend.com>
36198
36199         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
36200
36201 1999-07-15  Jim Meyering  <meyering@ascend.com>
36202
36203         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
36204
36205 1999-05-22  Jim Meyering  <meyering@ascend.com>
36206
36207         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
36208
36209 1999-05-20  Jim Meyering  <meyering@ascend.com>
36210
36211         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
36212         Add a colon after each `then' in case $4 is empty.
36213
36214 1999-05-16  Jim Meyering  <meyering@ascend.com>
36215
36216         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
36217
36218 1999-05-10  Jim Meyering  <meyering@ascend.com>
36219
36220         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
36221
36222         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
36223         AC_FUNC_MKTIME.
36224
36225 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
36226
36227         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
36228
36229 1999-05-04  Paul Eggert  <eggert@twinsun.com>
36230
36231         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
36232         not CPPFLAGS, so that linking works correctly in IRIX.
36233
36234 1999-04-30  Paul Eggert  <eggert@twinsun.com>
36235
36236         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
36237
36238 1999-04-20  Paul Eggert  <eggert@twinsun.com>
36239
36240         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
36241         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
36242         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
36243         jm_AC_TYPE_UNSIGNED_LONG_LONG.
36244         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
36245
36246         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
36247
36248 1999-04-20  Jim Meyering  <meyering@ascend.com>
36249
36250         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
36251         AC_REPLACE xstroull if necessary.  From Paul Eggert.
36252         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
36253
36254 1999-04-18  Jim Meyering  <meyering@ascend.com>
36255
36256         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
36257         * m4/jm-macros.m4: Use it.
36258
36259 1999-04-06  Jim Meyering  <meyering@ascend.com>
36260
36261         * m4/strftime.m4: Remove test for %f.
36262
36263 1999-03-29  Jim Meyering  <meyering@ascend.com>
36264
36265         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
36266         superset of the AC_TYPE_* checks in the textutils, fileutils,
36267         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
36268         AC_TYPE_PID_T.
36269
36270 1999-03-28  Jim Meyering  <meyering@ascend.com>
36271
36272         * m4/jm-macros.m4: Define GNU_PACKAGE here.
36273         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
36274         replaced e.g., in the *.sh files of the sh-utils.
36275
36276 1999-03-20  Jim Meyering  <meyering@ascend.com>
36277
36278         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
36279         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
36280         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
36281
36282 1999-03-19  Jim Meyering  <meyering@ascend.com>
36283
36284         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
36285
36286 1999-03-12  Jim Meyering  <meyering@ascend.com>
36287
36288         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
36289
36290 1999-03-07  Jim Meyering  <meyering@ascend.com>
36291
36292         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
36293         declared.
36294
36295 1999-02-17  Jim Meyering  <meyering@ascend.com>
36296
36297         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
36298         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
36299
36300 1999-02-07  Jim Meyering  <meyering@ascend.com>
36301
36302         * m4/group-member.m4: New file -- extracted from sh-utils'
36303         configure.in.
36304
36305         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
36306         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
36307
36308 1999-02-06  Jim Meyering  <meyering@ascend.com>
36309
36310         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
36311         * m4/fnmatch.m4: Likewise.
36312         * m4/getgroups.m4: Likewise.
36313         * m4/lstat.m4: Likewise.
36314         * m4/malloc.m4: Likewise.
36315         * m4/putenv.m4: Likewise.
36316         * m4/realloc.m4: Likewise.
36317         * m4/regex.m4: Likewise.
36318         * m4/stat.m4: Likewise.
36319         * m4/strftime.m4: Likewise.
36320         Suggestion from Alain Magloire.
36321
36322         * m4/chown.m4: Use `.$ac_objext', not `.o'.
36323         * m4/fnmatch.m4: Likewise.
36324         * m4/getgroups.m4: Likewise.
36325         * m4/getline.m4: Likewise.
36326         * m4/lstat.m4: Likewise.
36327         * m4/malloc.m4: Likewise.
36328         * m4/memcmp.m4: Likewise.
36329         * m4/putenv.m4: Likewise.
36330         * m4/realloc.m4: Likewise.
36331         * m4/regex.m4: Likewise.
36332         * m4/stat.m4: Likewise.
36333         * m4/strftime.m4: Likewise.
36334         Suggestion from Alain Magloire.
36335
36336         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
36337         an argument.
36338
36339         * m4/regex.m4: Add a run-time Test for proper operation of
36340         re_compile_pattern.
36341
36342 1999-01-31  Jim Meyering  <meyering@ascend.com>
36343
36344         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
36345
36346 1999-01-30  Jim Meyering  <meyering@ascend.com>
36347
36348         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
36349
36350         * m4/jm-mktime.m4: Make this a wrapper around the official
36351         AM_FUNC_MKTIME rather than my private copy, now that the official one
36352         is up to date.
36353         * m4/mktime.m4: Remove file.
36354
36355         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
36356         * m4/uptime.m4: Likewise.
36357         * m4/uintmax_t.m4: Likewise.
36358
36359 1999-01-28  Jim Meyering  <meyering@ascend.com>
36360
36361         * m4/jm-macros.m4: Use jm_AFS.
36362         * m4/afs.m4: New file (from fileutils' configure.in).
36363
36364         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
36365         * m4/chown.m4: Likewise.
36366         * m4/d-ino.m4: Likewise.
36367         * m4/d-type.m4: Likewise.
36368         * m4/fnmatch.m4: Likewise.
36369         * m4/getgroups.m4: Likewise.
36370         * m4/gettext.m4: Likewise.
36371         * m4/jm-mktime.m4: Likewise.
36372         * m4/jm-winsz2.m4: Likewise.
36373         * m4/lcmessage.m4: Likewise.
36374         * m4/ls-mntd-fs.m4: Likewise.
36375         * m4/malloc.m4: Likewise.
36376         * m4/memcmp.m4: Likewise.
36377         * m4/putenv.m4: Likewise.
36378         * m4/realloc.m4: Likewise.
36379         * m4/st_mtim.m4: Likewise.
36380         * m4/strftime.m4: Likewise.
36381
36382 1999-01-16  Jim Meyering  <meyering@ascend.com>
36383
36384         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
36385         (ARGMATCH_DIE_DECL): Define.
36386
36387 1999-01-12  Jim Meyering  <meyering@ascend.com>
36388
36389         * m4/Makefile.am.in: Rewrite to avoid using fmt.
36390         Reported by Lars Hecking.
36391
36392 1999-01-10  Jim Meyering  <meyering@ascend.com>
36393
36394         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
36395         gross kludge.
36396         * m4/inttypes_h.m4: Likewise.
36397         * m4/lstat.m4: Likewise.
36398         * m4/malloc.m4: Likewise.
36399         * m4/readdir.m4: Likewise.
36400         * m4/realloc.m4: Likewise.
36401         * m4/st_dm_mode.m4: Likewise.
36402         * m4/stat.m4: Likewise.
36403         * m4/utimbuf.m4: Likewise.
36404         * m4/utimes.m4: Likewise.
36405
36406         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
36407         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
36408         comments in config.h.in are meaningful.
36409
36410         * m4/jm-macros.m4: Require autoconf-2.13 here.
36411
36412         * m4/regex.m4: By default, don't use the included regex.c on systems
36413         with glibc 2.  Suggestion from Uli Drepper.
36414
36415 1999-01-02  Jim Meyering  <meyering@ascend.com>
36416
36417         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
36418
36419 1998-12-18  Jim Meyering  <meyering@ascend.com>
36420
36421         * m4/Makefile.am.in (Makefile.am): Simplify rule.
36422         Based on a suggestion from Lars Hecking.
36423
36424 1998-11-16  Paul Eggert  <eggert@twinsun.com>
36425
36426         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
36427
36428 1998-11-16  Jim Meyering  <meyering@ascend.com>
36429
36430         * m4/lfs.m4: Double-quote the `uname...` expression.
36431
36432 1998-11-14  Jim Meyering  <meyering@ascend.com>
36433
36434         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
36435         * m4/stat.m4: Likewise.
36436
36437 1998-11-03  Jim Meyering  <meyering@ascend.com>
36438
36439         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
36440         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
36441
36442 1998-10-18  Jim Meyering  <meyering@ascend.com>
36443
36444         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
36445
36446 1998-10-17  Jim Meyering  <meyering@ascend.com>
36447
36448         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
36449         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
36450         calls for those previously hard-coded headers.  Instead, take a new
36451         parameter.
36452         (jm_CHECK_DECLARATIONS): Reflect interface change.
36453         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
36454         (jm_CHECK_DECL_LOCALTIME_R): New macro.
36455
36456         * m4/mktime.m4: Test for spring-forward gap before long-running test.
36457
36458 1998-10-14  Jim Meyering  <meyering@ascend.com>
36459
36460         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
36461         instead of "TZ=America/Vancouver".  From Paul Eggert.
36462
36463 1998-10-11  Jim Meyering  <meyering@ascend.com>
36464
36465         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
36466         This adds a test for a recently added compatibility fix for mktime.c.
36467         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
36468
36469 1998-09-27  Jim Meyering  <meyering@ascend.com>
36470
36471         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
36472
36473         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
36474         ../configure.in, including a change from Gordon Matzigkeit to allow
36475         cross-compiling for the Hurd.
36476
36477         * m4/glibc.m4: New file/macro to test for the GNU C Library
36478         versions 1 and 2.  From Gordon Matzigkeit.
36479         Indent.
36480
36481 1998-09-21  Jim Meyering  <meyering@ascend.com>
36482
36483         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
36484
36485 1998-08-18  Paul Eggert  <eggert@twinsun.com>
36486
36487         Port nanosecond-resolution times to UnixWare 2.1.2 and
36488         pedantic Solaris 2.6.
36489
36490         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
36491         AC_STRUCT_ST_MTIM.
36492         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
36493         Generate name of ns member, instead of just 1 or undef.
36494         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
36495
36496 1998-08-15  Jim Meyering  <meyering@ascend.com>
36497
36498         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
36499         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
36500         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
36501         instead of jm_TYPE_SSIZE_T.
36502
36503 1998-08-12  Jim Meyering  <meyering@ascend.com>
36504
36505         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
36506
36507 1998-08-02  Jim Meyering  <meyering@ascend.com>
36508
36509         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
36510         in acconfig.h manually.
36511
36512 1998-07-31  Paul Eggert  <eggert@twinsun.com>
36513
36514         * m4/st_mtim.m4: New file.
36515
36516 1998-07-28  Jim Meyering  <meyering@ascend.com>
36517
36518         * m4/utimes.m4: Undef stat.
36519
36520 1998-07-25  Jim Meyering  <meyering@ascend.com>
36521
36522         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
36523         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
36524
36525 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
36526
36527         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
36528         uid and gid actually remain unchanged.
36529
36530 1998-07-07  Jim Meyering  <meyering@ascend.com>
36531
36532         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
36533
36534 1998-07-04  Jim Meyering  <meyering@ascend.com>
36535
36536         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
36537         to prove that this macro can be used in packages without regex.c.
36538
36539 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
36540
36541         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
36542         is to be used.
36543
36544 1998-07-03  Jim Meyering  <meyering@ascend.com>
36545
36546         * m4/gettext.m4: Add -lintl if it's found to be necessary.
36547
36548         * m4/gettext.m4: New file -- from gettext-0.10.35.
36549         * m4/lcmessage.m4: Likewise.
36550         * m4/progtest.m4: Likewise.
36551
36552         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
36553         * m4/jm-macros.m4: Require the new macro.
36554
36555 1998-06-29  Jim Meyering  <meyering@ascend.com>
36556
36557         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
36558         for the definition of NGROUPS (used in a system header included
36559         by sys/mount.h).
36560
36561 1998-06-28  Jim Meyering  <meyering@ascend.com>
36562
36563         * m4/ls-mntd-fs.m4: New file.
36564         * m4/fstypename.m4: New file.
36565
36566         * m4/jm-macros.m4: Require the new macro.
36567         * m4/jm-glibc-io.m4: New file.
36568
36569 1998-05-19  Jim Meyering  <meyering@ascend.com>
36570
36571         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
36572         * m4/lchown.m4: New file.
36573
36574         * m4/Makefile.am.in: New file.
36575         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
36576
36577 1998-05-14  Jim Meyering  <meyering@ascend.com>
36578
36579         * m4/Makefile.am (EXTRA_DIST): Add them.
36580         * m4/jm-macros.m4: New file.
36581         * m4/utimbuf.m4: New file.
36582
36583 1998-05-12  Jim Meyering  <meyering@ascend.com>
36584
36585         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
36586
36587 1998-05-11  Jim Meyering  <meyering@ascend.com>
36588
36589         * m4/isc-posix.m4: New file.
36590
36591 1998-05-10  Jim Meyering  <meyering@ascend.com>
36592
36593         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
36594
36595 1998-05-09  Jim Meyering  <meyering@ascend.com>
36596
36597         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
36598         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
36599         with automake.
36600
36601         * m4/ssize_t.m4: New file.
36602         * m4/mktime.m4: Remove file -- the new automake has this now.
36603
36604 1998-04-26  Jim Meyering  <meyering@ascend.com>
36605
36606         * m4/assert.m4: New file.
36607         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
36608
36609 1998-04-05  Jim Meyering  <meyering@ascend.com>
36610
36611         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
36612         (jm_PREREQ): Use it here.
36613
36614 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
36615
36616         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
36617         in acconfig.h.
36618
36619 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
36620
36621         * m4/prereq.m4: New file.
36622         * m4/error.m4: New file.
36623         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
36624
36625 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
36626
36627         * m4/getline.m4: Don't set am_cv_func_working_getline before the
36628         cache-check for the same variable -- that defeated the purpose of
36629         the test; the test program was never run.  This was a problem only
36630         on systems with losing getline functions -- HP-UX 10.20 is one.
36631         Reported by Bjorn Helgaas.
36632
36633 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
36634
36635         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
36636
36637 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
36638
36639         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
36640
36641         * m4/const.m4: New file.  Use an initializer in this declaration
36642         typedef int charset[2]; const charset x;
36643         Reported by Bob Glickstein.
36644
36645 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
36646
36647         * m4/chown.m4: Fix reversed types on -1 args to chown.
36648         From Kaveh Ghazi.
36649
36650 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
36651
36652         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
36653         Add lseek and memchr.
36654
36655         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
36656         T.E.Dickey <dickey@clark.net> said that some older preprocessors
36657         have a 20-character limit on names.
36658
36659 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
36660
36661         * m4/inttypes_h.m4: New file.
36662         * m4/uintmax_t.m4: New file.
36663         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
36664
36665 Copyright (C) 1997-2007 Free Software Foundation, Inc.
36666 Copying and distribution of this file, with or without modification,
36667 are permitted provided the copyright notice and this notice are preserved.